]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
f24019c788942830721a5ff0999c2f9aa0f21496
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2011,2012 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.1909 2012/06/02 20:21:26 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 20120602
49         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
50         + add kdch1, etc., to qvt108 -TD
51         + add dl1/il1 to some entries based on dl/il values -TD
52         + add dl to simpleterm -TD
53         + add consistency-checks in tic for insert-line vs delete-line
54           controls, and insert/delete-char keys
55         + correct no-leaks logic in infocmp when doing comparisons, fixing
56           duplicate free of entries given via the command-line, and freeing
57           entries loaded from the last-but-one of files specified on the
58           command-line.
59         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
60           analysis by Martin Husemann).
61         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
62           Onno van der Linden).
63
64 20120526
65         + extend -c and -n options of infocmp to allow comparing more than two
66           entries.
67         + correct check in infocmp for number of terminal names when more than
68           two are given.
69         + correct typo in curs_threads.3x (report by Yanhui Shen on
70           freebsd-hackers mailing list).
71
72 20120512
73         + corrected 'op' for bterm (report by Samuel Thibault) -TD
74         + modify test/background.c to demonstrate a background character
75           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
76           the thick- and double-line extension (cf: 20091003).
77         + modify handling of acs characters in PutAttrChar to avoid mapping an
78           unmapped character to a space with A_ALTCHARSET set.
79         + rewrite vt520 entry based on vt420 -TD
80
81 20120505
82         + remove p6 (bold) from opus3n1+ for consistency -TD
83         + remove acs stuff from env230 per clues in Ingres termcap -TD
84         + modify env230 sgr/sgr0 to match other capabilities -TD
85         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
86         + make sgr for dku7202 agree with other caps -TD
87         + make sgr for ibmpc agree with other caps -TD
88         + make sgr for tek4107 agree with other caps -TD
89         + make sgr for ndr9500 agree with other caps -TD
90         + make sgr for sco-ansi agree with other caps -TD
91         + make sgr for d410 agree with other caps -TD
92         + make sgr for d210 agree with other caps -TD
93         + make sgr for d470c, d470c-7b agree with other caps -TD
94         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
95         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
96           configured with --enable-termcap and --disable-getcap.
97
98 20120428
99         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
100         + add eslok flag to dec+sl -TD
101         + dec+sl applies to vt320 and up -TD
102         + drop wsl width from xterm+sl -TD
103         + reuse xterm+sl in putty and nsca-m -TD
104         + add ansi+tabs to vt520 -TD
105         + add ansi+enq to vt220-vt520 -TD
106         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
107         + added paragraph in keyname manpage telling how extended capabilities
108           are interpreted as key definitions.
109         + modify tic's check of conflicting key definitions to include extended
110           capability strings in addition to the existing check on predefined
111           keys.
112
113 20120421
114         + improve cleanup of temporary files in tic using atexit().
115         + add msgr to vt420, similar DEC vtXXX entries -TD
116         + add several missing vt420 capabilities from vt220 -TD
117         + factor out ansi+pp from several entries -TD
118         + change xterm+sl and xterm+sl-twm to include only the status-line
119           capabilities and not "use=xterm", making them more generally useful
120           as building-blocks -TD
121         + add dec+sl building block, as example -TD
122
123 20120414
124         + add XT to some terminfo entries to improve usefulness for other
125           applications than screen, which would like to pretend that xterm's
126           title is a status-line.  -TD
127         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
128           of ordering and overrides -TD
129         + add consistency check in tic for screen's "XT" capability.
130         + add section in terminfo.src summarizing the user-defined capabilities
131           used in that file -TD
132
133 20120407
134         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
135           non-standard capabilities, while infocmp was ignoring only the user
136           definable capabilities.
137         + improve special case in tic parsing of description to allow it to be
138           followed by terminfo capabilities.  Previously the description had to
139           be the last field on an input line to allow tic to distinguish
140           between termcap and terminfo format while still allowing commas to be
141           embedded in the description.
142         + correct variable name in gen_edit.sh which broke configurability of
143           the --with-xterm-kbs option.
144         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
145         + further amend 20110910 change, providing for configure-script
146           override of the "linux" terminfo entry to install and changing the
147           default for that to "linux2.2" (Debian #665959).
148
149 20120331
150         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
151         + correct order of use-clauses in st-256color -TD
152         + modify configure script to look for gnatgcc if the Ada95 binding
153           is built, in preference to the default gcc/cc (suggested by
154           Nicolas Boulenguez).
155         + modify configure script to ensure that the same -On option used for
156           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
157           using "-O3" (suggested by Nicolas Boulenguez)
158
159 20120324
160         + amend an old fix so that next_char() exits properly for empty files,
161           e.g., from reading /dev/null (cf: 20080804).
162         + modify tic so that it can read from the standard input, or from
163           a character device.  Because tic uses seek's, this requires writing
164           the data to a temporary file first (prompted by remark by Sven
165           Joachim) (cf: 20000923).
166
167 20120317
168         + correct a check made in lib_napms.c, so that terminfo applications
169           can again use napms() (cf: 20110604).
170         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
171           (cf: 20040327).
172         + correct scripting for --disable-echo option in test/configure.
173         + amend check for missing c++ compiler to work when no error is
174           reported, and no variables set (cf: 20021206).
175         + add/use configure macro CF_DISABLE_ECHO.
176
177 20120310
178         + fix some strict compiler warnings for abi6 and 64-bits.
179         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
180         + improve a limit-check in infocmp.c (Werner Fink):
181
182 20120303
183         + minor tidying of terminfo.tail, clarify reason for limitation
184           regarding mapping of \0 to \200
185         + minor improvement to _nc_copy_termtype(), using memcpy to replace
186           loops.
187         + fix no-leaks checking in test/demo_termcap.c to account for multiple
188           calls to setupterm().
189         + modified the libgpm change to show previous load as a problem in the
190           debug-trace.
191         > merge some patches from OpenSUSE rpm (Werner Fink):
192         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
193         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
194           runtime linker
195         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
196           fallback entries
197
198 20120228
199         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
200
201 20120225
202         + modify configure script to allow creating dll's for MinGW when
203           cross-compiling.
204         + add --enable-string-hacks option to control whether strlcat and
205           strlcpy may be used.  The same issue applies to OpenBSD's warnings
206           about snprintf, noting that this function is weakly standardized.
207         + add configure checks for strlcat, strlcpy and snprintf, to help
208           reduce bogus warnings with OpenBSD builds.
209         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
210           (cf:20111231)
211         + update config.guess, config.sub
212
213 20120218
214         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
215           the first success (patch by Pierre Labastie).
216         + improve configure macro CF_MKSTEMP by moving existence-check for
217           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
218         + improve configure macro CF_FUNC_POLL from luit changes to detect
219           broken implementations, e.g., with Mac OS X.
220         + add configure option --with-tparm-arg
221         + build-fix for MinGW cross-compiling, so that make_hash does not
222           depend on TTY definition (cf: 20111008).
223
224 20120211
225         + make sgr for xterm-pcolor agree with other caps -TD
226         + make sgr for att5425 agree with other caps -TD
227         + make sgr for att630 agree with other caps -TD
228         + make sgr for linux entries agree with other caps -TD
229         + make sgr for tvi9065 agree with other caps -TD
230         + make sgr for ncr260vt200an agree with other caps -TD
231         + make sgr for ncr160vt100pp agree with other caps -TD
232         + make sgr for ncr260vt300an agree with other caps -TD
233         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
234         + make sgr for cygwin, cygwinDBG agree with other caps -TD
235         + add configure option --with-xterm-kbs to simplify configuration for
236           Linux versus most other systems.
237
238 20120204
239         + improved tic -D option, avoid making target directory and provide
240           better diagnostics.
241
242 20120128
243         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
244         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
245         + make sgr for sun-color agree with smso -TD
246         + make sgr for prism9 agree with other caps -TD
247         + make sgr for icl6404 agree with other caps -TD
248         + make sgr for ofcons agree with other caps -TD
249         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
250         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
251         + make sgr for avt-ns agree with other caps -TD
252         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
253           give verbose warnings (cf:  20110730). 
254         + modify misc/gen-edit.sh to make the location of the tabset directory
255           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
256           (Debian #653435, patch by Sven Joachim).
257
258 20120121
259         + add --with-lib-prefix option to allow configuring for old/new flavors
260           of OS/2 EMX.
261         + modify check for gnat version to allow for year, as used in FreeBSD
262           port.
263         + modify check_existence() in db_iterator.c to simply check if the
264           path is a directory or file, according to the need.  Checking for
265           directory size also gives no usable result with OS/2 (cf: 20120107).
266         + support OS/2 kLIBC (patch by KO Myung-Han).
267
268 20120114
269         + several improvements to test/movewindow.c (prompted by discussion on
270           Linux Mint forum):
271           + modify movement commands to make them continuous
272           + rewrote the test for mvderwin
273           + rewrote the test for recursive mvwin
274         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
275         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
276           and OpenBSD.
277         + regenerated html manpages.
278
279 20120107
280         + various improvments for MinGW (Juergen Pfeifer):
281           + modify stat() calls to ignore the st_size member
282           + drop mk-dlls.sh script.
283           + change recommended regular expression library.
284           + modify rain.c to allow for threaded configuraton.
285           + modify tset.c to allow for case when size-change logic is not used. 
286
287 20111231
288         + modify toe's report when -a and -s options are combined, to add
289           a column showing which entries belong to a given database.
290         + add -s option to toe, to sort its output.
291         + modify progs/toe.c, simplifying use of db-iterator results to use
292           caching improvements from 20111001 and 20111126.
293         + correct generation of pc-files when ticlib or termlib options are
294           given to rename the corresponding tic- or tinfo-libraries (report
295           by Sven Joachim).
296
297 20111224
298         + document a portability issue with tput, i.e., that scripts which work
299           with ncurses may fail in other implementations that do no parameter
300           analysis.
301         + add putty-sco entry -TD
302
303 20111217
304         + review/fix places in manpages where --program-prefix configure option
305           was not being used.
306         + add -D option to infocmp, to show the database locations that it
307           could use.
308         + fix build for the special case where term-driver, ticlib and termlib
309           are all enabled.  The terminal driver depends on a few features in
310           the base ncurses library, so tic's dependencies include both ncurses
311           and termlib.
312         + fix build work for term-driver when --enable-wgetch-events option is
313           enabled.
314         + use <stdint.h> types to fix some questionable casts to void*.
315
316 20111210
317         + modify configure script to check if thread library provides
318           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
319         + modify configure script to suppress check to define _XOPEN_SOURCE
320           for IRIX64, since its header files have a conflict versus
321           _SGI_SOURCE.
322         + modify configure script to add ".pc" files for tic- and
323           tinfo-libraries, which were omitted in recent change (cf: 20111126).
324         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
325
326 20111203
327         + modify configure-check for etip.h dependencies, supplying a temporary
328           copy of ncurses_dll.h since it is a generated file (prompted by
329           Debian #646977).
330         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
331
332 20111126
333         + correct database iterator's check for duplicate entries
334           (cf: 20111001).
335         + modify database iterator to ignore $TERMCAP when it is not an
336           absolute pathname.
337         + add -D option to tic, to show the database locations that it could
338           use.
339         + improve description of database locations in tic manpage.
340         + modify the configure script to generate a list of the ".pc" files to
341           generate, rather than deriving the list from the libraries which have
342           been built (patch by Mike Frysinger).
343         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
344           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
345           from patch by Mike Frysinger).
346
347 20111119
348         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
349           from curses.priv.h, fixing a regression with IRIX64 and Tru64
350           (cf: 20110416)
351         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
352           i.e., the database iterator was not initialized.  This case is needed
353           to when tic is translating to termcap, rather than loading the
354           database (cf:  20111001).
355
356 20111112
357         + add pccon entries for OpenBSD console (Alexei Malinin).
358         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
359           600 to work around inconsistent ifdef'ing of wcstof between C and
360           C++ header files.
361         + modify capconvert script to accept more than exact match on "xterm",
362           e.g., the "xterm-*" variants, to exclude from the conversion (patch
363           by Robert Millan).
364         + add -lc_r as alternative for -lpthread, allows build of threaded code
365           in older FreeBSD machines.
366         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
367           _POSIX_SOURCE are defined.
368         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
369
370 20111030
371         + modify make_db_path() to allow creating "terminfo.db" in the same
372           directory as an existing "terminfo" directory.  This fixes a case
373           where switching between hashed/filesystem databases would cause the
374           new hashed database to be installed in the next best location -
375           root's home directory.
376         + add variable cf_cv_prog_gnat_correct to those passed to
377           config.status, fixing a problem with Ada95 builds (cf: 20111022).
378         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
379           accommodate broken implementations for _XPG6.
380         + eliminate usage of NULL symbol from etip.h, to reduce header
381           interdependencies.
382         + add configure check to decide when to add _XOPEN_SOURCE define to
383           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
384           This is a workaround for gcc 4.6, which fails to build the c++
385           binding if that symbol is defined by the application, due to
386           incorrectly combining the corresponding feature test macros
387           (report by Peter Kruse).
388
389 20111022
390         + correct logic for discarding mouse events, retaining the partial
391           events used to build up click, double-click, etc, until needed
392           (cf: 20110917).
393         + fix configure script to avoid creating unused Ada95 makefile when
394           gnat does not work.
395         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
396           internal functions of libncurses.  The external interface of courses
397           uses bool, which still produces these warnings.
398
399 20111015
400         + improve description of --disable-tic-depends option to make it
401           clear that it may be useful whether or not the --with-termlib
402           option is also given (report by Sven Joachim).
403         + amend termcap equivalent for set_pglen_inch to use the X/Open
404           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
405         + improve manpage for tgetent differences from termcap library.
406
407 20111008
408         + moved static data from db_iterator.c to lib_data.c
409         + modify db_iterator.c for memory-leak checking, fix one leak.
410         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
411           of ncurses rather than Requires, as well as Libs.private for the
412           other library dependencies (prompted by Debian #644728).
413
414 20111001
415         + modify tic "-K" option to only set the strict-flag rather than force
416           source-output.  That allows the same flag to control the parser for
417           input and output of termcap source.
418         + modify _nc_getent() to ignore backslash at the end of a comment line,
419           making it consistent with ncurses' parser.
420         + restore a special-case check for directory needed to make termcap
421           text files load as if they were databases (cf: 20110924).
422         + modify tic's resolution/collision checking to attempt to remove the
423           conflicting alias from the second entry in the pair, which is
424           normally following in the source file.  Also improved the warning
425           message to make it simpler to see which alias is the problem.
426         + improve performance of the database iterator by caching search-list.
427
428 20110925
429         + add a missing "else" in changes to _nc_read_tic_entry().
430
431 20110924
432         + modify _nc_read_tic_entry() so that hashed-database is checked before
433           filesystem.
434         + updated CF_CURSES_LIBS check in test/configure script.
435         + modify configure script and makefiles to split TIC_ARGS and
436           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
437           to help separate searches for tic- and tinfo-libraries (patch by Nick
438           Alcock aka "Nix").
439         + build-fix for lib_mouse.c changes (cf: 20110917).
440
441 20110917
442         + fix compiler warning for clang 2.9
443         + improve merging of mouse events (integrated patch by Damien
444           Guibouret).
445         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
446           (patch by Damien Guibouret).
447
448 20110910
449         + modify misc/gen_edit.sh to select a "linux" entry which works with
450           the current kernel rather than assuming it is always "linux3.0"
451           (cf: 20110716).
452         + revert a change to getmouse() which had the undesirable side-effect
453           of suppressing button-release events (report by Damien Guibouret,
454           cf: 20100102).
455         + add xterm+kbs fragment from xterm #272 -TD
456         + add configure option --with-pkg-config-libdir to provide control over
457           the actual directory into which pc-files are installed, do not use
458           the pkg-config environment variables (discussion with Frederic L W
459           Meunier).
460         + add link to mailing-list archive in announce.html.in, as done in
461           FAQ (prompted by question by Andrius Bentkus).
462         + improve manpage install by adjusting the "#include" examples to
463           show the ncurses-subdirectory used when --disable-overwrite option
464           is used.
465         + install an alias for "curses" to the ncurses manpage, tied to the
466           --with-curses-h configure option (suggested by Reuben Thomas).
467
468 20110903
469         + propagate error-returns from wresize, i.e., the internal
470           increase_size and decrease_size functions through resize_term (report
471           by Tim van der Molen, cf:  20020713).
472         + fix typo in tset manpage (patch by Sven Joachim).
473
474 20110820
475         + add a check to ensure that termcap files which might have "^?" do
476           not use the terminfo interpretation as "\177".
477         + minor cleanup of X-terminal emulator section of terminfo.src -TD
478         + add terminator entry -TD
479         + add simpleterm entry -TD
480         + improve wattr_get macros by ensuring that if the window pointer is
481           null, then the attribute and color values returned will be zero
482           (cf: 20110528).
483
484 20110813
485         + add substitution for $RPATH_LIST to misc/ncurses-config.in
486         + improve performance of tic with hashed-database by caching the
487           database connection, using atexit() to cleanup.
488         + modify treatment of 2-character aliases at the beginning of termcap
489           entries so they are not counted in use-resolution, since these are
490           guaranteed to be unique.  Also ignore these aliases when reporting
491           the primary name of the entry (cf: 20040501)
492         + double-check gn (generic) flag in terminal descriptions to
493           accommodate old/buggy termcap databases which misused that feature.
494         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
495           error-return.
496
497 20110807
498         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
499           variable is defined in the makefiles which use it.
500         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
501         + build-fixes for NetBSD 5.1 with termcap support enabled.
502         + corrected k9 in dg460-ansi, add other features based on manuals -TD
503         + improve trimming of whitespace at the end of terminfo/termcap output
504           from tic/infocmp.
505         + when writing termcap source, ensure that colons in the description
506           field are translated to a non-delimiter, i.e., "=".
507         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
508           use a single line.
509         + add a null-pointer check when handling the $CC variable.
510
511 20110730
512         + modify configure script and makefiles in c++ and progs to allow the
513           directory used for rpath option to be overridden, e.g., to work
514           around updates to the variables used by tic during an install.
515         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
516           for termcap output.
517         + add _nc_strict_bsd variable in tic library which controls the
518           "strict" BSD termcap compatibility from 20110723, plus these
519           features:
520           + allow escapes such as "\8" and "\9" when reading termcap
521           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
522             termcap files, passing through "a", "e", etc.
523           + expand "\:" as "\072" on output.
524         + modify _nc_get_token() to reset the token's string value in case
525           there is a string-typed token lacking the "=" marker.
526         + fix a few memory leaks in _nc_tgetent.
527         + fix a few places where reading from a termcap file could refer to
528           freed memory.
529         + add an overflow check when converting terminfo/termcap numeric
530           values, since terminfo stores those in a short, and they must be
531           positive.
532         + correct internal variables used for translating to termcap "%>"
533           feature, and translating from termcap %B to terminfo, needed by
534           tctest (cf: 19991211).
535         + amend a minor fix to acsc when loading a termcap file to separate it
536           from warnings needed for tic (cf: 20040710)
537         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
538           a termcap file to be handled via TERMINFO_DIRS.
539         + modify _nc_infotocap() to include non-mandatory padding when
540           translating to termcap.
541         + modify _nc_read_termcap_entry(), passing a flag in the case where
542           getcap is used, to reduce interactive warning messages.
543
544 20110723
545         + add a check in start_color() to limit color-pairs to 256 when
546           extended colors are not supported (patch by David Benjamin).
547         + modify setcchar to omit no-longer-needed OR'ing of color pair in
548           the SetAttr() macro (patch by David Benjamin).
549         + add kich1 to sun terminfo entry (Yuri Pankov)
550         + use bold rather than reverse for smso in sun-color terminfo entry
551           (Yuri Pankov).
552         + improve generation of termcap using tic/infocmp -C option, e.g.,
553           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
554           regarding Schilling's test program):
555           + translate %02 and %03 to %2 and %3 respectively.
556           + suppress string capabilities which use %s, not supported by tgoto
557           + use \040 rather than \s
558           + expand null characters as \200 rather than \0
559         + modify configure script to support shared libraries for DragonFlyBSD.
560
561 20110716
562         + replace an assert() in _nc_Free_Argument() with a regular null
563           pointer check (report/analysis by Franjo Ivancic).
564         + modify configure --enable-pc-files option to take into account the
565           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
566         + add/use xterm+tmux chunk from xterm #271 -TD
567         + resync xterm-new entry from xterm #271 -TD
568         + add E3 extended capability to linux-basic (Miroslav Lichvar)
569         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
570         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
571         + fix inconsistent tabset path in pcmw (Todd C. Miller).
572         + remove a backslash which continued comment, obscuring altos3
573           definition with OpenBSD toolset (Nicholas Marriott).
574
575 20110702
576         + add workaround from xterm #271 changes to ensure that compiler flags
577           are not used in the $CC variable.
578         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
579           7.1 with both gcc 4.2.4 and cc.
580         + modify configure checks for AIX to include release 7.x
581         + add loader flags/libraries to libtool options so that dynamic loading
582           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
583           at gentoo prefix repository (patch by Michael Haubenwallner).
584
585 20110626
586         + move include of nc_termios.h out of term_entry.h, since the latter
587           is installed, e.g., for tack while the former is not (report by
588           Sven Joachim).
589
590 20110625
591         + improve cleanup() function in lib_tstp.c, using _exit() rather than
592           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
593           comments forwarded by Nicholas Marriott).
594         + reduce name pollution from term.h, moving fallback #define's for
595           tcgetattr(), etc., to new private header nc_termios.h (report by
596           Sergio NNX).
597         + two minor fixes for tracing (patch by Vassili Courzakis).
598         + improve trace initialization by starting it in use_env() and
599           ripoffline().
600         + review old email, add details for some changelog entries.
601
602 20110611
603         + update minix entry to minix 3.2 (Thomas Cort).
604         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
605
606 20110604
607         + fixes for MirBSD port:
608           + set default prefix to /usr.
609           + add support for shared libraries in configure script.
610           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
611         + add a few more checks based on ncurses/link_test.
612         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
613
614 20110528
615         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
616         + used ncurses/link_test to check for behavior when the terminal has
617           not been initialized and when an application passes null pointers
618           to the library.  Added checks to cover this (prompted by Redhat
619           #707344).
620         + modify MKlib_gen.sh to make its main() function call each function
621           with zero parameters, to help find inconsistent checking for null
622           pointers, etc.
623
624 20110521
625         + fix warnings from clang 2.7 "--analyze"
626
627 20110514
628         + compiler-warning fixes in panel and progs.
629         + modify CF_PKG_CONFIG macro, from changes to tin -TD
630         + modify CF_CURSES_FUNCS configure macro, used in test directory
631           configure script:
632           + work around (non-optimizer) bug in gcc 4.2.1 which caused
633             test-expression to be omitted from executable.
634           + force the linker to see a link-time expression of a symbol, to
635             help work around weak-symbol issues.
636
637 20110507
638         + update discussion of MKfallback.sh script in INSTALL; normally the
639           script is used automatically via the configured makefiles.  However
640           there are still occasions when it might be used directly by packagers
641           (report by Gunter Schaffler).
642         + modify misc/ncurses-config.in to omit the "-L" option from the
643           "--libs" output if the library directory is /usr/lib.
644         + change order of tests for curses.h versus ncurses.h headers in the
645           configure scripts for Ada95 and test-directories, to look for
646           ncurses.h, from fixes to tin -TD
647         + modify ncurses/tinfo/access.c to account for Tandem's root uid
648           (report by Joachim Schmitz).
649
650 20110430
651         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
652           is not used when building a static library (report by Nicolas
653           Boulenguez):
654         + Ada95 build-fix for big-endian architectures such as sparc.  This
655           undoes one of the fixes from 20110319, which added an "Unused" member
656           to representation clauses, replacing that with pragmas to suppress
657           warnings about unused bits (patch by Nicolas Boulenguez):
658
659 20110423
660         + add check in test/configure for use_window, use_screen.
661         + add configure-checks for getopt's variables, which may be declared
662           as different types on some Unix systems.
663         + add check in test/configure for some legacy curses types of the
664           function pointer passed to tputs().
665         + modify init_pair() to accept -1's for color value after
666           assume_default_colors() has been called (Debian #337095).
667         + modify test/background.c, adding commmand-line options to demonstrate
668           assume_default_colors() and use_default_colors().
669
670 20110416
671         + modify configure script/source-code to only define _POSIX_SOURCE if
672           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
673           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
674         + update config.guess, config.sub
675
676 20110409
677         + fixes to build c++ binding with clang 3.0 (patch by Alexander
678           Kolesen).
679         + add check for unctrl.h in test/configure, to work around breakage in
680           some ncurses packages.
681         + add "--disable-widec" option to test/configure script.
682         + add "--with-curses-colr" and "--with-curses-5lib" options to the
683           test/configure script to address testing with very old machines.
684
685 20110404 5.9 release for upload to ftp.gnu.org
686
687 20110402
688         + various build-fixes for the rpm/dpkg scripts.
689         + add "--enable-rpath-link" option to Ada95/configure, to allow
690           packages to suppress the rpath feature which is normally used for
691           the in-tree build of sample programs.
692         + corrected definition of libdir variable in Ada95/src/Makefile.in,
693           needed for rpm script.
694         + add "--with-shared" option to Ada95/configure script, to allow
695           making the C-language parts of the binding use appropriate compiler
696           options if building a shared library with gnat.
697
698 20110329
699         > portability fixes for Ada95 binding:
700         + add configure check to ensure that SIGINT works with gnat.  This is
701           needed for the "rain" sample program.  If SIGINT does not work, omit
702           that sample program.
703         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
704         + add ncurses_compat.c, to supply functions used in the Ada95 binding
705           which were added in 5.7 and later.
706         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
707           upon GNU sed.
708
709 20110326
710         + add special check in Ada95/configure script for ncurses6 reentrant
711           code.
712         + regen Ada html documentation.
713         + build-fix for Ada shared libraries versus the varargs workaround.
714         + add rpm and dpkg scripts for Ada95 and test directories, for test
715           builds.
716         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
717           CF_X_ATHENA_LIBS.
718         + add configure check to determine if gnat's project feature supports
719           libraries, i.e., collections of .ali files.
720         + make all dereferences in Ada95 samples explicit.
721         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
722         + add configure check for, ifdef's for math.h which is in a separate
723           package on Solaris and potentially not installed (report by Petr
724           Pavlu).
725         > fixes for Ada95 binding (Nicolas Boulenguez):
726         + improve type-checking in Ada95 by eliminating a few warning-suppress
727           pragmas.
728         + suppress unreferenced warnings.
729         + make all dereferences in binding explicit.
730
731 20110319
732         + regen Ada html documentation.
733         + change order of -I options from ncurses*-config script when the
734           --disable-overwrite option was used, so that the subdirectory include
735           is listed first.
736         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
737         + modify configure script to provide value for HTML_DIR in
738           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
739           distributed separately (report by Nicolas Boulenguez).
740         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
741           CFLAGS for the build has these options.
742         + amend change from 20070324, to not add 1 to the result of getmaxx
743           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
744           thread in comp.lang.ada).
745         + build-fix Ada95/samples for gnat 4.5
746         + spelling fixes for Ada95/samples/explain.txt
747         > fixes for Ada95 binding (Nicolas Boulenguez):
748         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
749         + add workaround for binding to set_field_type(), which uses varargs.
750           The original binding from 990220 relied on the prevalent
751           implementation of varargs which did not support or need va_copy().
752         + add dependency on gen/Makefile.in needed for *-panels.ads
753         + add Library_Options to library.gpr
754         + add Languages to library.gpr, for gprbuild
755
756 20110307
757         + revert changes to limit-checks from 20110122 (Debian #616711).
758         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
759         + corrected a minor sign error in a field of Low_Level_Field_Type, to
760           conform to form.h.
761         + replaced C_Int by Curses_Bool as return type for some callbacks, see
762           fieldtype(3FORM).
763         + modify samples/sample-explain.adb to provide explicit message when
764           explain.txt is not found.
765
766 20110305
767         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
768         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
769           for compiler warnings (report by Nicolas Boulenguez).
770         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
771           needed to compile when chtype is 64-bits using gnat 4.4.5
772
773 20110226 5.8 release for upload to ftp.gnu.org
774
775 20110226
776         + update release notes, for 5.8.
777         + regenerated html manpages.
778         + change open() in _nc_read_file_entry() to fopen() for consistency
779           with write_file().
780         + modify misc/run_tic.in to create parent directory, in case this is
781           a new install of hashed database.
782         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
783
784 20110220
785         + configure script rpath fixes from xterm #269.
786         + workaround for cygwin's non-functional features.h, to force ncurses'
787           configure script to define _XOPEN_SOURCE_EXTENDED when building
788           wide-character configuration.
789         + build-fix in run_tic.sh for OS/2 EMX install
790         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
791
792 20110212
793         + regenerated html manpages.
794         + use _tracef() in show_where() function of tic, to work correctly with
795           special case of trace configuration.
796
797 20110205
798         + add xterm-utf8 entry as a demo of the U8 feature -TD
799         + add U8 feature to denote entries for terminal emulators which do not
800           support VT100 SI/SO when processing UTF-8 encoding -TD
801         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
802           extended terminfo capability U8 (prompted by mailing list
803           discussion).
804
805 20110122
806         + start documenting interface changes for upcoming 5.8 release.
807         + correct limit-checks in derwin().
808         + correct limit-checks in newwin(), to ensure that windows have nonzero
809           size (report by Garrett Cooper).
810         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
811           Alcock).
812         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
813           by discussion with Kevin Martin).
814
815 20110115
816         + modify Ada95/configure script to make the --with-curses-dir option
817           work without requiring the --with-ncurses option.
818         + modify test programs to allow them to be built with NetBSD curses.
819         + document thick- and double-line symbols in curs_add_wch.3x manpage.
820         + document WACS_xxx constants in curs_add_wch.3x manpage.
821         + fix some warnings for clang 2.6 "--analyze"
822         + modify Ada95 makefiles to make html-documentation with the project
823           file configuration if that is used.
824         + update config.guess, config.sub
825
826 20110108
827         + regenerated html manpages.
828         + minor fixes to enable lint when trace is not enabled, e.g., with
829           clang --analyze.
830         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
831         + update ncurses/llib-lncurses*
832
833 20110101
834         + fix remaining strict compiler warnings in ncurses library ABI=5,
835           except those dealing with function pointers, etc.
836
837 20101225
838         + modify nc_tparm.h, adding guards against repeated inclusion, and
839           allowing TPARM_ARG to be overridden.
840         + fix some strict compiler warnings in ncurses library.
841
842 20101211
843         + suppress ncv in screen entry, allowing underline (patch by Alejandro
844           R Sedeno).
845         + also suppress ncv in konsole-base -TD
846         + fixes in wins_nwstr() and related functions to ensure that special
847           characters, i.e., control characters are handled properly with the
848           wide-character configuration.
849         + correct a comparison in wins_nwstr() (Redhat #661506).
850         + correct help-messages in some of the test-programs, which still
851           referred to quitting with 'q'.
852
853 20101204
854         + add special case to _nc_infotocap() to recognize the setaf/setab
855           strings from xterm+256color and xterm+88color, and provide a reduced
856           version which works with termcap.
857         + remove obsolete emacs "Local Variables" section from documentation
858           (request by Sven Joachim).
859         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
860           (report by Sven Joachim).
861
862 20101128
863         + modify test/configure and test/Makefile.in to handle this special
864           case of building within a build-tree (Debian #34182):
865                 mkdir -p build && cd build && ../test/configure && make
866
867 20101127
868         + miscellaneous build-fixes for Ada95 and test-directories when built
869           out-of-tree.
870         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
871         + fix typo in rmso for tek4106 entry -Goran Weinholt
872
873 20101120
874         + improve checks in test/configure for X libraries, from xterm #267
875           changes.
876         + modify test/configure to allow it to use the build-tree's libraries
877           e.g., when using that to configure the test-programs without the
878           rpath feature (request by Sven Joachim).
879         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
880           for compatibility, but generally deprecating those since the VTE
881           library is what actually defines the behavior of "gnome", etc.,
882           since 2003 -TD
883
884 20101113
885         + compiler warning fixes for test programs.
886         + various build-fixes for test-programs with pdcurses.
887         + updated configure checks for X packages in test/configure from xterm
888           #267 changes.
889         + add configure check to gnatmake, to accommodate cygwin.
890
891 20101106
892         + correct list of sub-directories needed in Ada95 tree for building as
893           a separate package.
894         + modify scripts in test-directory to improve builds as a separate
895           package.
896
897 20101023
898         + correct parsing of relative tab-stops in tabs program (report by
899           Philip Ganchev).
900         + adjust configure script so that "t" is not added to library suffix
901           when weak-symbols are used, allowing the pthread configuration to
902           more closely match the non-thread naming (report by Werner Fink).
903         + modify configure check for tic program, used for fallbacks, to a
904           warning if not found.  This makes it simpler to use additonal
905           scripts to bootstrap the fallbacks code using tic from the build
906           tree (report by Werner Fink).
907         + fix several places in configure script using ${variable-value} form.
908         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
909           which do not support selectively linking against static libraries
910           (report by John P. Hartmann)
911         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
912
913 20101009
914         + correct comparison used for setting 16-colors in linux-16color
915           entry (Novell #644831) -TD
916         + improve linux-16color entry, using "dim" for color-8 which makes it
917           gray rather than black like color-0 -TD
918         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
919           external package "cindent".
920
921 20101002
922         + improve linkages in html manpages, adding references to the newer
923           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
924         + add checks in tic for inconsistent cursor-movement controls, and for
925           inconsistent printer-controls.
926         + fill in no-parameter forms of cursor-movement where a parameterized
927           form is available -TD
928         + fill in missing cursor controls where the form of the controls is
929           ANSI -TD
930         + fix inconsistent punctuation in form_variables manpage (patch by
931           Sven Joachim).
932         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
933         > patch by Juergen Pfeifer:
934         + document how to build 32-bit libraries in README.MinGW
935         + fixes to filename computation in mk-dlls.sh.in
936         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
937           Joachim).
938         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
939           distinguish between 32-bit and 64-bit hosts.  The result is stored
940           in mingw_arch
941
942 20100925
943         + add "XT" capability to entries for terminals that support both
944           xterm-style mouse- and title-controls, for "screen" which
945           special-cases TERM beginning with "xterm" or "rxvt" -TD
946         > patch by Juergen Pfeifer:
947         + use 64-Bit MinGW toolchain (recommended package from TDM, see
948           README.MinGW).
949         + support pthreads when using the TDM MinGW toolchain
950
951 20100918
952         + regenerated html manpages.
953         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
954         + add manpage for sp-funcs.
955         + add sp-funcs to test/listused.sh, for documentation aids.
956
957 20100911
958         + add manpages for summarizing public variables of curses-, terminfo-
959           and form-libraries.
960         + minor fixes to manpages for consistency (patch by Jason McIntyre).
961         + modify tic's -I/-C dump to reformat acsc strings into canonical form
962           (sorted, unique mapping) (cf: 971004).
963         + add configure check for pthread_kill(), needed for some old
964           platforms.
965
966 20100904
967         + add configure option --without-tests, to suppress building test
968           programs (request by Frederic L W Meunier).
969
970 20100828
971         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
972         + add check in terminfo source-reader to provide more informative
973           message when someone attempts to run tic on a compiled terminal
974           description (prompted by Debian #593920).
975         + note in infotocap and captoinfo manpages that they read terminal
976           descriptions from text-files (Debian #593920).
977         + improve acsc string for vt52, show arrow keys (patch by Benjamin
978           Sittler).
979
980 20100814
981         + document in manpages that "mv" functions first use wmove() to check
982           the window pointer and whether the position lies within the window
983           (suggested by Poul-Henning Kamp).
984         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
985           by Tim van der Molen).
986         + modify configure script to transform library names for tic- and
987           tinfo-libraries so that those build properly with Mac OS X shared
988           library configuration.
989         + modify configure script to ensure that it removes conftest.dSYM
990           directory leftover on checks with Mac OS X.
991         + modify configure script to cleanup after check for symbolic links.
992
993 20100807
994         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
995           (cf: 20100724)
996         + improve configure checks for location of tic and infocmp programs
997           used for installing database and for generating fallback data,
998           e.g., for cross-compiling.
999         + add Markus Kuhn's wcwidth function for compiling MinGW
1000         + add special case to CF_REGEX for cross-compiling to MinGW target.
1001
1002 20100731
1003         + modify initialization check for win32con driver to eliminate need for
1004           special case for TERM "unknown", using terminal database if available
1005           (prompted by discussion with Roumen Petrov).
1006         + for MinGW port, ensure that terminal driver is setup if tgetent()
1007           is called (patch by Roumen Petrov).
1008         + document tabs "-0" and "-8" options in manpage.
1009         + fix Debian "lintian" issues with manpages reported in
1010           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
1011
1012 20100724
1013         + add a check in tic for missing set_tab if clear_all_tabs given.
1014         + improve use of symbolic links in makefiles by using "-f" option if
1015           it is supported, to eliminate temporary removal of the target
1016           (prompted by http://www.t2-project.org/packages/ncurses.html)
1017         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
1018           after exit from 'm' main-menu command.
1019         + improved ncu-indent, from mawk changes, allows more than one of
1020           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
1021
1022 20100717
1023         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
1024           the alternate character set (patch by Nicholas Marriott)
1025         + remove tar-copy.sh and related configure/Makefile chunks, since the
1026           Ada95 binding is now installed using rules in Ada95/src.
1027
1028 20100703
1029         + continue integrating changes to use gnatmake project files in Ada95
1030           + add/use configure check to turn on project rules for Ada95/src.
1031         + revert the vfork change from 20100130, since it does not work.
1032
1033 20100626
1034         + continue integrating changes to use gnatmake project files in Ada95
1035           + old gnatmake (3.15) does not produce libraries using project-file;
1036             work around by adding script to generate alternate makefile.
1037
1038 20100619
1039         + continue integrating changes to use gnatmake project files in Ada95
1040           + add configure --with-ada-sharedlib option, for the test_make rule.
1041           + move Ada95-related logic into aclocal.m4, since additional checks
1042             will be needed to distinguish old/new implementations of gnat.
1043
1044 20100612
1045         + start integrating changes to use gnatmake project files in Ada95 tree
1046           + add test_make / test_clean / test_install rules in Ada95/src
1047           + change install-path for adainclude directory to /usr/share/ada (was
1048             /usr/lib/ada).
1049         + update Ada95/configure.
1050         + add mlterm+256color entry, for mlterm 3.0.0 -TD
1051         + modify test/configure to use macros to ensure consistent order
1052           of updating LIBS variable.
1053
1054 20100605
1055         + change search order of options for Solaris in CF_SHARED_OPTS, to
1056           work with 64-bit compiles.
1057         + correct quoting of assignment in CF_SHARED_OPTS case for aix
1058           (cf: 20081227)
1059
1060 20100529
1061         + regenerated html documentation.
1062         + modify test/configure to support pkg-config for checking X libraries
1063           used by PDCurses.
1064         + add/use configure macro CF_ADD_LIB to force consistency of
1065           assignments to $LIBS, etc.
1066         + fix configure script for combining --with-pthread
1067           and --enable-weak-symbols options.
1068
1069 20100522
1070         + correct cross-compiling configure check for CF_MKSTEMP macro, by
1071           adding a check cache variable set by AC_CHECK_FUNC (report by
1072           Pierre Labastie).
1073         + simplify include-dependencies of make_hash and make_keys, to reduce
1074           the need for setting BUILD_CPPFLAGS in cross-compiling when the
1075           build- and target-machines differ.
1076         + repair broken-linker configuration by restoring a definition of SP
1077           variable to curses.priv.h, and adjusting for cases where sp-funcs
1078           are used.
1079         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
1080           variable to override (prompted by report by Pablo Cazallas).
1081
1082 20100515
1083         + add configure option --enable-pthreads-eintr to control whether the
1084           new EINTR feature is enabled.
1085         + modify logic in pthread configuration to allow EINTR to interrupt
1086           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
1087         + drop mkdirs.sh, use "mkdir -p".
1088         + add configure option --disable-libtool-version, to use the
1089           "-version-number" feature which was added in libtool 1.5 (report by
1090           Peter Haering).  The default value for the option uses the newer
1091           feature, which makes libraries generated using libtool compatible
1092           with the standard builds of ncurses.
1093         + updated test/configure to match configure script macros.
1094         + fixes for configure script from lynx changes:
1095           + improve CF_FIND_LINKAGE logic for the case where a function is
1096             found in predefined libraries.
1097           + revert part of change to CF_HEADER (cf: 20100424)
1098
1099 20100501
1100         + correct limit-check in wredrawln, accounting for begy/begx values
1101           (patch by David Benjamin).
1102         + fix most compiler warnings from clang.
1103         + amend build-fix for OpenSolaris, to ensure that a system header is
1104           included in curses.h before testing feature symbols, since they
1105           may be defined by that route.
1106
1107 20100424
1108         + fix some strict compiler warnings in ncurses library.
1109         + modify configure macro CF_HEADER_PATH to not look for variations in
1110           the predefined include directories.
1111         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
1112           with gcc 4.x's c89 alias, which gives warning messages for cases
1113           where older versions would produce an error.
1114
1115 20100417
1116         + modify _nc_capcmp() to work with cancelled strings.
1117         + correct translation of "^" in _nc_infotocap(), used to transform
1118           terminfo to termcap strings
1119         + add configure --disable-rpath-hack, to allow disabling the feature
1120           which adds rpath options for libraries in unusual places.
1121         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
1122           directory was already added.
1123         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
1124           directories (which will be ignored).
1125
1126 20100410
1127         + improve win_driver.c handling of mouse:
1128           + discard motion events
1129           + avoid calling _nc_timed_wait when there is a mouse event
1130           + handle 4th and "rightmost" buttons.
1131         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
1132           cases where there are embedded blanks in the rpath option.
1133
1134 20100403
1135         + add configure check for exctags vs ctags, to work around pkgsrc.
1136         + simplify logic in _nc_get_screensize() to make it easier to see how
1137           environment variables may override system- and terminfo-values
1138           (prompted by discussion with Igor Bujna).
1139         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
1140         + improve handling of color-pairs embedded in attributes for the
1141           extended-colors configuration.
1142         + modify MKlib_gen.sh to build link_test with sp-funcs.
1143         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
1144           configuration as well as for rpath feature in *-config scripts.
1145
1146 20100327
1147         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
1148           reusable.
1149         + improve configure CF_REGEX, similar fixes.
1150         + improve configure CF_FIND_LINKAGE, adding add check between system
1151           (default) and explicit paths, where we can find the entrypoint in the
1152           given library.
1153         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
1154           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
1155           Ensure that Gpm_Close() is called in this case.
1156
1157 20100320
1158         + rename atari and st52 terminfo entries to atari-old, st52-old, use
1159           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
1160           Hourihane).
1161
1162 20100313
1163         + modify install-rule for manpages so that *-config manpages will
1164           install when building with --srcdir (report by Sven Joachim).
1165         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
1166           option is not the same as --disable-leaks (GenToo #305889).
1167         + modify #define's for build-compiler to suppress cchar_t symbol from
1168           compile of make_hash and make_keys, improving cross-compilation of
1169           ncursesw (report by Bernhard Rosenkraenzer).
1170         + modify CF_MAN_PAGES configure macro to replace all occurrences of
1171           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
1172           Kaseorg).
1173
1174 20100306
1175         + generate manpages for the *-config scripts, adapted from help2man
1176           (suggested by Sven Joachim).
1177         + use va_copy() in _nc_printf_string() to avoid conflicting use of
1178           va_list value in _nc_printf_length() (report by Wim Lewis).
1179
1180 20100227
1181         + add Ada95/configure script, to use in tar-file created by
1182           Ada95/make-tar.sh
1183         + fix typo in wresize.3x (patch by Tim van der Molen).
1184         + modify screen-bce.XXX entries to exclude ech, since screen's color
1185           model does not clear with color for that feature -TD
1186
1187 20100220
1188         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
1189           making those separately distributable.
1190         + build-fix for static libraries without dlsym (Debian #556378).
1191         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
1192           Schwarze).
1193
1194 20100213
1195         + add several screen-bce.XXX entries -TD
1196
1197 20100206
1198         + update mrxvt terminfo entry -TD
1199         + modify win_driver.c to support mouse single-clicks.
1200         + correct name for termlib in ncurses*-config, e.g., if it is renamed
1201           to provide a single file for ncurses/ncursesw libraries (patch by
1202           Miroslav Lichvar).
1203
1204 20100130
1205         + use vfork in test/ditto.c if available (request by Mike Frysinger).
1206         + miscellaneous cleanup of manpages.
1207         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
1208         + build-fix for --srcdir (patch by Miroslav Lichvar).
1209
1210 20100123
1211         + for term-driver configuration, ensure that the driver pointer is
1212           initialized in setupterm so that terminfo/termcap programs work.
1213         + amend fix for Debian #542031 to ensure that wattrset() returns only
1214           OK or ERR, rather than the attribute value (report by Miroslav
1215           Lichvar).
1216         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
1217           _nc_screen_of() compatible between normal/wide libraries again (patch
1218           by Miroslav Lichvar)
1219         + review/fix include-dependencies in modules files (report by Miroslav
1220           Lichvar).
1221
1222 20100116
1223         + modify win_driver.c to initialize acs_map for win32 console, so
1224           that line-drawing works.
1225         + modify win_driver.c to initialize TERMINAL struct so that programs
1226           such as test/lrtest.c and test/ncurses.c which test string
1227           capabilities can run.
1228         + modify term-driver modules to eliminate forward-reference
1229           declarations.
1230
1231 20100109
1232         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
1233           consistently to add new -D's while removing duplicates.
1234         + modify a few configure macros to consistently put new options
1235           before older in the list.
1236         + add tiparm(), based on review of X/Open Curses Issue 7.
1237         + minor documentation cleanup.
1238         + update config.guess, config.sub from
1239                 http://savannah.gnu.org/projects/config
1240           (caveat - its maintainer put 2010 copyright date on files dated 2009)
1241
1242 20100102
1243         + minor improvement to tic's checking of similar SGR's to allow for the
1244           most common case of SGR 0.
1245         + modify getmouse() to act as its documentation implied, returning on
1246           each call the preceding event until none are left.  When no more
1247           events remain, it will return ERR.
1248
1249 20091227
1250         + change order of lookup in progs/tput.c, looking for terminfo data
1251           first.  This fixes a confusion between termcap "sg" and terminfo
1252           "sgr" or "sgr0", originally from 990123 changes, but exposed by
1253           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
1254           ambiguous (Mandriva #56272).
1255
1256 20091226
1257         + add bterm terminfo entry, based on bogl 0.1.18 -TD
1258         + minor fix to rxvt+pcfkeys terminfo entry -TD
1259         + build-fixes for Ada95 tree for gnat 4.4 "style".
1260
1261 20091219
1262         + remove old check in mvderwin() which prevented moving a derived
1263           window whose origin happened to coincide with its parent's origin
1264           (report by Katarina Machalkova).
1265         + improve test/ncurses.c to put mouse droppings in the proper window.
1266         + update minix terminfo entry -TD
1267         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
1268
1269 20091212
1270         + correct transfer of multicolumn characters in multirow
1271           field_buffer(), which stopped at the end of the first row due to
1272           filling of unused entries in a cchar_t array with nulls.
1273         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
1274         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
1275           nulls.
1276         + use strdup() in set_menu_mark(), restore .marklen struct member on
1277           failure.
1278         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
1279           tset.c per
1280                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
1281           (patch by Nicholas Marriott).
1282         + replace a malloc in tic.c with strdup, checking for failure (patch by
1283           Nicholas Marriott).
1284         + update config.guess, config.sub from
1285                 http://savannah.gnu.org/projects/config
1286
1287 20091205
1288         + correct layout of working window used to extract data in
1289           wide-character configured by set_field_buffer (patch by Rafael
1290           Garrido Fernandez)
1291         + improve some limit-checks related to filename length in reading and
1292           writing terminfo entries.
1293         + ensure that filename is always filled in when attempting to read
1294           a terminfo entry, so that infocmp can report the filename (patch
1295           by Nicholas Marriott).
1296
1297 20091128
1298         + modify mk-1st.awk to allow tinfo library to be built when term-driver
1299           is enabled.
1300         + add error-check to configure script to ensure that sp-funcs is
1301           enabled if term-driver is, since some internal interfaces rely upon
1302           this.
1303
1304 20091121
1305         + fix case where progs/tput is used while sp-funcs is configure; this
1306           requires save/restore of out-character function from _nc_prescreen
1307           rather than the SCREEN structure (report by Charles Wilson).
1308         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
1309         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
1310
1311 20091114
1312
1313         + updated man/curs_trace.3x
1314         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
1315         + change a variable name in lib_newwin.c to make it clearer which
1316           value is being freed on error (patch by Nicholas Marriott).
1317
1318 20091107
1319         + improve test/ncurses.c color-cycling test by reusing attribute-
1320           and color-cycling logic from the video-attributes screen.
1321         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
1322           library which help make it compatible with interop applications
1323           (patch by Juergen Pfeifer).
1324         + add configure option --enable-interop, for integrating changes
1325           for generic/interop support to form-library by Juergen Pfeifer
1326
1327 20091031
1328         + modify use of $CC environment variable which is defined by X/Open
1329           as a curses feature, to ignore it if it is not a single character
1330           (prompted by discussion with Benjamin C W Sittler).
1331         + add START_TRACE in slk_init
1332         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
1333           soft-keys, broken in 20090927 merging.
1334         + change initialization of "hidden" flag for soft-keys from true to
1335           false, broken in 20090704 merging (Ubuntu #464274).
1336         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
1337           discussion with Fabian Groffen in GenToo #206201).
1338         + add test/xterm-256color.dat
1339
1340 20091024
1341         + quiet some pedantic gcc warnings.
1342         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
1343           SIGWINCH, and discard that value, to avoid confusing application
1344           (patch by Eygene Ryabinkin, FreeBSD bin/136223).
1345
1346 20091017
1347         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
1348           a possibly colon-separated list (Debian #550716).
1349
1350 20091010
1351         + supply a null-terminator to buffer in _nc_viswibuf().
1352         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
1353         + minor fixes to error-returns in default function for tputs, as well
1354           as in lib_screen.c
1355
1356 20091003
1357         + add WACS_xxx definitions to wide-character configuration for thick-
1358           and double-lines (discussion with Slava Zanko).
1359         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
1360         + add ccc and initc capabilities to xterm-16color -TD
1361         > patch by Benjamin C W Sittler:
1362         + add linux-16color
1363         + correct initc capability of linux-c-nc end-of-range
1364         + similar change for dg+ccc and dgunix+ccc
1365
1366 20090927
1367         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
1368           that module since 20090711 is in libtinfo.
1369         + add configure option --enable-term-driver, to allow compiling with
1370           terminal-driver.  That is used in MinGW port, and (being somewhat
1371           more complicated) is an experimental alternative to the conventional
1372           termlib internals.  Currently, it requires the sp-funcs feature to
1373           be enabled.
1374         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
1375           library (some work remains for forms library).
1376
1377 20090919
1378         + document return code from define_key (report by Mike Gran).
1379         + make some symbolic links in the terminfo directory-tree shorter
1380           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
1381         + fix some groff warnings in terminfo.5, etc., from recent Debian
1382           changes.
1383         + change ncv and op capabilities in sun-color terminfo entry to match
1384           Sun's entry for this (report by Laszlo Peter).
1385         + improve interix smso terminfo capability by using reverse rather than
1386           bold (report by Kristof Zelechovski).
1387
1388 20090912
1389         + add some test programs (and make these use the same special keys
1390           by sharing linedata.h functions):
1391           test/test_addstr.c
1392           test/test_addwstr.c
1393           test/test_addchstr.c
1394           test/test_add_wchstr.c
1395         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
1396           inserting wide characters, since the wins_wch() function that it used
1397           did not update the cursor position (report by Ciprian Craciun).
1398
1399 20090906
1400         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
1401           work.
1402         + add null-pointer checks to other opaque-functions.
1403         + add is_pad() and is_subwin() functions for opaque access to WINDOW
1404           (discussion with Mark Dickinson).
1405         + correct merge to lib_newterm.c, which broke when sp-funcs was
1406           enabled.
1407
1408 20090905
1409         + build-fix for building outside source-tree (report by Sven Joachim).
1410         + fix Debian lintian warning for man/tabs.1 by making section number
1411           agree with file-suffix (report by Sven Joachim).
1412         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1413
1414 20090829
1415         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
1416           amd64 (Debian #542031).
1417         + fix typo in curs_mouse.3x (Debian #429198).
1418
1419 20090822
1420         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1421
1422 20090815
1423         + correct use of terminfo capabilities for initializing soft-keys,
1424           broken in 20090509 merging.
1425         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
1426           in non-blocking mode (patch by Clemens Ladisch).
1427         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
1428           help with builds on non-Unix platforms such as OS/2 EMX.
1429         + modify scripting for misc/run_tic.sh to test configure script's
1430           $cross_compiling variable directly rather than comparing host/build
1431           compiler names (prompted by comment in GenToo #249363).
1432         + fix configure script option --with-database, which was coded as an
1433           enable-type switch.
1434         + build-fixes for --srcdir (report by Frederic L W Meunier).
1435
1436 20090808
1437         + separate _nc_find_entry() and _nc_find_type_entry() from
1438           implementation details of hash function.
1439
1440 20090803
1441         + add tabs.1 to man/man_db.renames
1442         + modify lib_addch.c to compensate for removal of wide-character test
1443           from unctrl() in 20090704 (Debian #539735).
1444
1445 20090801
1446         + improve discussion in INSTALL for use of system's tic/infocmp for
1447           cross-compiling and building fallbacks.
1448         + modify test/demo_termcap.c to correspond better to options in
1449           test/demo_terminfo.c
1450         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1451         + fix logic for 'V' in test/ncurses.c tests f/F.
1452
1453 20090728
1454         + correct logic in tigetnum(), which caused tput program to treat all
1455           string capabilities as numeric (report by Rajeev V Pillai,
1456           cf: 20090711).
1457
1458 20090725
1459         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1460
1461 20090718
1462         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
1463           20070704 changes.
1464         + modify _nc_find_type_entry() to use hashing.
1465         + make CCHARW_MAX value configurable, noting that changing this would
1466           change the size of cchar_t, and would be ABI-incompatible.
1467         + modify test-programs, e.g,.  test/view.c, to address subtle
1468           differences between Tru64/Solaris and HPUX/AIX getcchar() return
1469           values.
1470         + modify length returned by getcchar() to count the trailing null
1471           which is documented in X/Open (cf: 20020427).
1472         + fixes for test programs to build/work on HPUX and AIX, etc.
1473
1474 20090711
1475         + improve performance of tigetstr, etc., by using hashing code from tic.
1476         + minor fixes for memory-leak checking.
1477         + add test/demo_terminfo, for comparison with demo_termcap
1478
1479 20090704
1480         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
1481         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
1482           unctrl().
1483         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1484
1485 20090627
1486         + update llib-lncurses[wt] to use sp-funcs.
1487         + various code-fixes to build/work with --disable-macros configure
1488           option.
1489         + add several new files from Juergen Pfeifer which will be used when
1490           integration of "sp-funcs" is complete.  This includes a port to
1491           MinGW.
1492
1493 20090613
1494         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
1495           make includes of term.h without curses.h work (report by "Nix").
1496         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1497
1498 20090607
1499         + fix a regression in lib_tputs.c, from ongoing merges.
1500
1501 20090606
1502         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1503
1504 20090530
1505         + fix an infinite recursion when adding a legacy-coding 8-bit value
1506           using insch() (report by Clemens Ladisch).
1507         + free home-terminfo string in del_curterm() (patch by Dan Weber).
1508         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1509
1510 20090523
1511         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1512
1513 20090516
1514         + work around antique BSD game's manipulation of stdscr, etc., versus
1515           SCREEN's copy of the pointer (Debian #528411).
1516         + add a cast to wattrset macro to avoid compiler warning when comparing
1517           its result against ERR (adapted from patch by Matt Kraii, Debian
1518           #528374).
1519
1520 20090510
1521         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1522
1523 20090502
1524         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1525         + add vwmterm terminfo entry (patch by Bryan Christ).
1526
1527 20090425
1528         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1529
1530 20090419
1531         + build fix for _nc_free_and_exit() change in 20090418 (report by
1532           Christian Ebert).
1533
1534 20090418
1535         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1536
1537 20090411
1538         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1539           This change finishes merging for menu and panel libraries, does
1540           part of the form library.
1541
1542 20090404
1543         + suppress configure check for static/dynamic linker flags for gcc on
1544           Darwin (report by Nelson Beebe).
1545
1546 20090328
1547         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
1548           function key definitions from emx-base for consistency -TD
1549         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
1550           by Kalle Olavi Niemitalo).
1551         + improve test/ncurses.c 'F' test, show combining characters in color.
1552         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
1553           a temporary variable.
1554         + use _nc_doalloc() rather than realloc() in a few places in ncurses
1555           library to avoid leak in out-of-memory condition (reports by William
1556           Egert and Martin Ettl based on cppcheck tool).
1557         + add --with-ncurses-wrap-prefix option to test/configure (discussion
1558           with Charles Wilson).
1559         + use ncurses*-config scripts if available for test/configure.
1560         + update test/aclocal.m4 and test/configure
1561         > patches by Charles Wilson:
1562         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
1563           version numbers (e.g.  which include alphabetic chars, as well as
1564           digits, after the final '.').
1565         + improve use of -no-undefined option for libtool by setting an
1566           intermediate variable LT_UNDEF in the configure script, and then
1567           using that in the libtool link-commands.
1568         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
1569           from 2009031 changes.
1570         + improve mk-1st.awk script by writing separate cases for the
1571           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
1572           termlib) is to be linked.
1573         + modify configure.in to allow broken-linker configurations, not just
1574           enable-reentrant, to set public wrap prefix.
1575
1576 20090321
1577         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
1578           build with tic and term libraries (patch by Charles Wilson).
1579         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
1580           (report by Charles Wilson).
1581         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
1582           the form, menu or panel libraries (patch by Charles Wilson).
1583         + add configure option --with-wrap-prefix to allow setting the prefix
1584           for functions used to wrap global variables to something other than
1585           "_nc_" (discussion with Charles Wilson).
1586
1587 20090314
1588         + modify scripts to generate ncurses*-config and pc-files to add
1589           dependency for tinfo library (patch by Charles Wilson).
1590         + improve comparison of program-names when checking for linked flavors
1591           such as "reset" by ignoring the executable suffix (reports by Charles
1592           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
1593           list).
1594         + suppress configure check for static/dynamic linker flags for gcc on
1595           Solaris 10, since gcc is confused by absence of static libc, and
1596           does not switch back to dynamic mode before finishing the libraries
1597           (reports by Joel Bertrand, Alan Pae).
1598         + minor fixes to Intel compiler warning checks in configure script.
1599         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
1600         + modify set_curterm() to make broken-linker configuration work with
1601           changes from 20090228 (report by Charles Wilson).
1602
1603 20090228
1604         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1605         + modify declaration of cur_term when broken-linker is used, but
1606           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
1607
1608 20090221
1609         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
1610
1611 20090214
1612         + add configure script --enable-sp-funcs to enable the new set of
1613           extended functions.
1614         + start integrating patches by Juergen Pfeifer:
1615           + add extended functions which specify the SCREEN pointer for several
1616             curses functions which use the global SP (these are incomplete;
1617             some internals work is needed to complete these).
1618           + add special cases to configure script for MinGW port.
1619
1620 20090207
1621         + update several configure macros from lynx changes
1622           + append (not prepend) to CFLAGS/CPPFLAGS
1623           + change variable from PATHSEP to PATH_SEPARATOR
1624         + improve install-rules for pc-files (patch by Miroslav Lichvar).
1625           + make it work with $DESTDIR
1626           + create the pkg-config library directory if needed.
1627
1628 20090124
1629         + modify init_pair() to allow caller to create extra color pairs beyond
1630           the color_pairs limit, which use default colors (request by Emanuele
1631           Giaquinta).
1632         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
1633         + fix typo "==" where "=" is needed in ncurses-config.in and
1634           gen-pkgconfig.in files (Debian #512161).
1635
1636 20090117
1637         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
1638           *BSD's, without which "main" might be one of the shared library's
1639           dependencies (report/analysis by Ken Dickey).
1640         + modify waddch_literal(), updating line-pointer after a multicolumn
1641           character is found to not fit on the current row, and wrapping is
1642           done.  Since the line-pointer was not updated, the wrapped
1643           multicolumn character was written to the beginning of the current row
1644           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
1645           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
1646
1647 20090110
1648         + add screen.Eterm terminfo entry (GenToo #124887) -TD
1649         + modify adacurses-config to look for ".ali" files in the adalib
1650           directory.
1651         + correct install for Ada95, which omitted libAdaCurses.a used in
1652           adacurses-config
1653         + change install for adacurses-config to provide additional flavors
1654           such as adacursesw-config, for ncursesw (GenToo #167849).
1655
1656 20090105
1657         + remove undeveloped feature in ncurses-config.in for setting
1658           prefix variable.
1659         + recent change to ncurses-config.in did not take into account the
1660           --disable-overwrite option, which sets $includedir to the
1661           subdirectory and using just that for a -I option does not work - fix
1662           (report by Frederic L W Meunier).
1663
1664 20090104
1665         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
1666           deciding whether to add $LIBS to --libs output; that should be shown
1667           for the ncurses and tinfo libraries without taking rpath into
1668           account.
1669         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
1670           used in static libraries (report by Marty Jack).
1671
1672 20090103
1673         + add a configure-time check to pick a suitable value for
1674           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
1675         + add configure --with-pkg-config and --enable-pc-files options, along
1676           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
1677           for pkg-config (request by Jan Engelhardt).
1678         + use $includedir symbol in misc/ncurses-config.in, add --includedir
1679           option.
1680         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
1681           configure check to detect whether a "-" is needed before "ar"
1682           options.
1683         + update config.guess, config.sub from
1684                 http://savannah.gnu.org/projects/config
1685
1686 20081227
1687         + modify mk-1st.awk to work with extra categories for tinfo library.
1688         + modify configure script to allow building shared libraries with gcc
1689           on AIX 5 or 6 (adapted from patch by Lital Natan).
1690
1691 20081220
1692         + modify to omit the opaque-functions from lib_gen.o when
1693           --disable-ext-funcs is used.
1694         + add test/clip_printw.c to illustrate how to use printw without
1695           wrapping.
1696         + modify ncurses 'F' test to demo wborder_set() with colored lines.
1697         + modify ncurses 'f' test to demo wborder() with colored lines.
1698
1699 20081213
1700         + add check for failure to open hashed-database needed for db4.6
1701           (GenToo #245370).
1702         + corrected --without-manpages option; previous change only suppressed
1703           the auxiliary rules install.man and uninstall.man
1704         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
1705           GenToo #250454).
1706         + fixes from NetBSD port at
1707           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
1708           patch-ac (build-fix for DragonFly)
1709           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
1710         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
1711           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
1712           search-lists.
1713         + correct title string for keybound manpage (patch by Frederic Culot,
1714           OpenBSD documentation/6019),
1715
1716 20081206
1717         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
1718           work for progs/clear, progs/tabs, etc.
1719         + correct buffer-size after internal resizing of wide-character
1720           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
1721         + add "-i" option to test/filter.c to tell it to use initscr() rather
1722           than newterm(), to investigate report on comp.unix.programmer that
1723           ncurses would clear the screen in that case (it does not - the issue
1724           was xterm's alternate screen feature).
1725         + add check in mouse-driver to disable connection if GPM returns a
1726           zero, indicating that the connection is closed (Debian #506717,
1727           adapted from patch by Samuel Thibault).
1728
1729 20081129
1730         + improve a workaround in adding wide-characters, when a control
1731           character is found.  The library (cf: 20040207) uses unctrl() to
1732           obtain a printable version of the control character, but was not
1733           passing color or video attributes.
1734         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
1735           display meta-characters.
1736         + turn on _XOPEN_CURSES definition in curses.h
1737         + add eterm-color entry (report by Vincent Lefevre) -TD
1738         + correct use of key_name() in test/ncurses.c 'A' test, which only
1739           displays wide-characters, not key-codes since 20070612 (report by
1740           Ricardo Cantu).
1741
1742 20081122
1743         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
1744           Ada95 (patch by Juergen Pfeifer).
1745         + document in TO-DO an issue with Cygwin's package for GNAT (report
1746           by Mike Dennison).
1747         + improve error-checking of command-line options in "tabs" program.
1748
1749 20081115
1750         + change several terminfo entries to make consistent use of ANSI
1751           clear-all-tabs -TD
1752         + add "tabs" program (prompted by Debian #502260).
1753         + add configure --without-manpages option (request by Mike Frysinger).
1754
1755 20081102 5.7 release for upload to ftp.gnu.org
1756
1757 20081025
1758         + add a manpage to discuss memory leaks.
1759         + add support for shared libraries for QNX (other than libtool, which
1760           does not work well on that platform).
1761         + build-fix for QNX C++ binding.
1762
1763 20081018
1764         + build-fixes for OS/2 EMX.
1765         + modify form library to accept control characters such as newline
1766           in set_field_buffer(), which is compatible with Solaris (report by
1767           Nit Khair).
1768         + modify configure script to assume --without-hashed-db when
1769           --disable-database is used.
1770         + add "-e" option in ncurses/Makefile.in when generating source-files
1771           to force earlier exit if the build environment fails unexpectedly
1772           (prompted by patch by Adrian Bunk).
1773         + change configure script to use CF_UTF8_LIB, improved variant of
1774           CF_LIBUTF8.
1775
1776 20081012
1777         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
1778           original to teraterm2.3 -TD
1779         + update "gnome" terminfo to 2.22.3 -TD
1780         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
1781         + add "aterm" terminfo -TD
1782         + add "linux2.6.26" terminfo -TD
1783         + add logic to tic for cancelling strings in user-defined capabilities,
1784           overlooked til now.
1785
1786 20081011
1787         + regenerated html documentation.
1788         + add -m and -s options to test/keynames.c and test/key_names.c to test
1789           the meta() function with keyname() or key_name(), respectively.
1790         + correct return value of key_name() on error; it is null.
1791         + document some unresolved issues for rpath and pthreads in TO-DO.
1792         + fix a missing prototype for ioctl() on OpenBSD in tset.c
1793         + add configure option --disable-tic-depends to make explicit whether
1794           tic library depends on ncurses/ncursesw library, amends change from
1795           20080823 (prompted by Debian #501421).
1796
1797 20081004
1798         + some build-fixes for configure --disable-ext-funcs (incomplete, but
1799           works for C/C++ parts).
1800         + improve configure-check for awks unable to handle large strings, e.g.
1801           AIX 5.1 whose awk silently gives up on large printf's.
1802
1803 20080927
1804         + fix build for --with-dmalloc by workaround for redefinition of
1805           strndup between string.h and dmalloc.h
1806         + fix build for --disable-sigwinch
1807         + add environment variable NCURSES_GPM_TERMS to allow override to use
1808           GPM on terminals other than "linux", etc.
1809         + disable GPM mouse support when $TERM does not happen to contain
1810           "linux", since Gpm_Open() no longer limits its assertion to terminals
1811           that it might handle, e.g., within "screen" in xterm.
1812         + reset mouse file-descriptor when unloading GPM library (report by
1813           Miroslav Lichvar).
1814         + fix build for --disable-leaks --enable-widec --with-termlib
1815         > patch by Juergen Pfeifer:
1816         + use improved initialization for soft-label keys in Ada95 sample code.
1817         + discard internal symbol _nc_slk_format (unused since 20080112).
1818         + move call of slk_paint_info() from _nc_slk_initialize() to
1819           slk_intern_refresh(), improving initialization.
1820
1821 20080925
1822         + fix bug in mouse code for GPM from 20080920 changes (reported in
1823           Debian #500103, also Miroslav Lichvar).
1824
1825 20080920
1826         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
1827         + fix a memory leak when failure to connect to GPM.
1828         + correct check for notimeout() in wgetch() (report on linux.redhat
1829           newsgroup by FurtiveBertie).
1830         + add an example warning-suppression file for valgrind,
1831           misc/ncurses.supp (based on example from Reuben Thomas)
1832
1833 20080913
1834         + change shared-library configuration for OpenBSD, make rpath work.
1835         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
1836
1837 20080907
1838         + corrected fix for --enable-weak-symbols (report by Frederic L W
1839           Meunier).
1840
1841 20080906
1842         + corrected gcc options for building shared libraries on IRIX64.
1843         + add configure check for awk programs unable to handle big-strings,
1844           use that to improve the default for --enable-big-strings option.
1845         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
1846           Meunier).
1847         + update test/configure script.
1848         + adapt ifdef's from library to make test/view.c build when mbrtowc()
1849           is unavailable, e.g., with HPUX 10.20.
1850         + add configure check for wcsrtombs, mbsrtowcs, which are used in
1851           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
1852           fixing build of ncursew for HPUX 11.00
1853
1854 20080830
1855         + fixes to make Ada95 demo_panels() example work.
1856         + modify Ada95 'rain' test program to accept keyboard commands like the
1857           C-version.
1858         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
1859           Mccreary).
1860         + add configure-check to see if the std namespace is legal for cerr
1861           and endl, to fix a build issue with Tru64.
1862         + consistently use NCURSES_BOOL in lib_gen.c
1863         + filter #line's from lib_gen.c
1864         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
1865           substitution by IBM xlc to '#' as part of its extensions to digraphs.
1866         + update config.guess, config.sub from
1867                 http://savannah.gnu.org/projects/config
1868           (caveat - its maintainer removed support for older Linux systems).
1869
1870 20080823
1871         + modify configure check for pthread library to work with OSF/1 5.1,
1872           which uses #define's to associate its header and library.
1873         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
1874           makes threaded code work on HPUX 11.23
1875         + fix a bug in demo_menus in freeing menus (cf: 20080804).
1876         + modify configure script for the case where tic library is used (and
1877           possibly renamed) to remove its dependency upon ncurses/ncursew
1878           library (patch by Dr Werner Fink).
1879         + correct manpage for menu_fore() which gave wrong default for
1880           the attribute used to display a selected entry (report by Mike Gran).
1881         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
1882           Debian #495815) -TD
1883
1884 20080816
1885         + add configure option --enable-weak-symbols to turn on new feature.
1886         + add configure-check for availability of weak symbols.
1887         + modify linkage with pthread library to use weak symbols so that
1888           applications not linked to that library will not use the mutexes,
1889           etc.  This relies on gcc, and may be platform-specific (patch by Dr
1890           Werner Fink).
1891         + add note to INSTALL to document limitation of renaming of tic library
1892           using the --with-ticlib configure option (report by Dr Werner Fink).
1893         + document (in manpage) why tputs does not detect I/O errors (prompted
1894           by comments by Samuel Thibault).
1895         + fix remaining warnings from Klocwork report.
1896
1897 20080804
1898         + modify _nc_panelhook() data to account for a permanent memory leak.
1899         + fix memory leaks in test/demo_menus
1900         + fix most warnings from Klocwork tool (report by Larry Zhou).
1901         + modify configure script CF_XOPEN_SOURCE macro to add case for
1902           "dragonfly" from xterm #236 changes.
1903         + modify configure script --with-hashed-db to let $LIBS override the
1904           search for the db library (prompted by report by Samson Pierre).
1905
1906 20080726
1907         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
1908           thresholds).
1909
1910 20080713
1911         + build-fix (reports by Christian Ebert, Funda Wang).
1912
1913 20080712
1914         + compiler-warning fixes for Solaris.
1915
1916 20080705
1917         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
1918           make those work properly with the "--enable-ext-mouse" configuration
1919           (cf: 20050205).
1920         + improve documentation of build-cc options in INSTALL.
1921         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
1922           -static/-dynamic flags properly to linker, causing test/bs to
1923           not link.
1924
1925 20080628
1926         + correct some ifdef's needed for the broken-linker configuration.
1927         + make debugging library's $BAUDRATE feature work for termcap
1928           interface.
1929         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
1930           by comment on FreeBSD mailing list).
1931         + add screen.mlterm terminfo entry -TD
1932         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
1933
1934 20080621
1935         + regenerated html documentation.
1936         + expand manpage description of parameters for form_driver() and
1937           menu_driver() (prompted by discussion with Adam Spragg).
1938         + add null-pointer checks for cur_term in baudrate() and
1939           def_shell_mode(), def_prog_mode()
1940         + fix some memory leaks in delscreen() and wide acs.
1941
1942 20080614
1943         + modify test/ditto.c to illustrate multi-threaded use_screen().
1944         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
1945         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
1946           by Poor Yorick).
1947
1948 20080607
1949         + finish changes to wgetch(), making it switch as needed to the
1950           window's actual screen when calling wrefresh() and wgetnstr().  That
1951           allows wgetch() to get used concurrently in different threads with
1952           some minor restrictions, e.g., the application should not delete a
1953           window which is being used in a wgetch().
1954         + simplify mutex's, combining the window- and screen-mutex's.
1955
1956 20080531
1957         + modify wgetch() to use the screen which corresponds to its window
1958           parameter rather than relying on SP; some dependent functions still
1959           use SP internally.
1960         + factor out most use of SP in lib_mouse.c, using parameter.
1961         + add internal _nc_keyname(), replacing keyname() to associate with a
1962           particular SCREEN rather than the global SP.
1963         + add internal _nc_unctrl(), replacing unctrl() to associate with a
1964           particular SCREEN rather than the global SP.
1965         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
1966           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
1967         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
1968           preference to the global _nc_globals.tracechr_buf buffer.
1969
1970 20080524
1971         + modify _nc_keypad() to make it switch temporarily as needed to the
1972           screen which must be updated.
1973         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
1974           always set the screen's copy of this variable in set_curterm().
1975         + restore curs_set() state after endwin()/refresh() (report/patch
1976           Miroslav Lichvar)
1977
1978 20080517
1979         + modify configure script to note that --enable-ext-colors and
1980           --enable-ext-mouse are not experimental, but extensions from
1981           the ncurses ABI 5.
1982         + corrected manpage description of setcchar() (discussion with
1983           Emanuele Giaquinta).
1984         + fix for adding a non-spacing character at the beginning of a line
1985           (report/patch by Miroslav Lichvar).
1986
1987 20080503
1988         + modify screen.* terminfo entries using new screen+fkeys to fix
1989           overridden keys in screen.rxvt (Debian #478094) -TD
1990         + modify internal interfaces to reduce wgetch()'s dependency on the
1991           global SP.
1992         + simplify some loops with macros each_screen(), each_window() and
1993           each_ripoff().
1994
1995 20080426
1996         + continue modifying test/ditto.c toward making it demonstrate
1997           multithreaded use_screen(), using fifos to pass data between screens.
1998         + fix typo in form.3x (report by Mike Gran).
1999
2000 20080419
2001         + add screen.rxvt terminfo entry -TD
2002         + modify tic -f option to format spaces as \s to prevent them from
2003           being lost when that is read back in unformatted strings.
2004         + improve test/ditto.c, using a "talk"-style layout.
2005
2006 20080412
2007         + change test/ditto.c to use openpty() and xterm.
2008         + add locks for copywin(), dupwin(), overlap(), overlay() on their
2009           window parameters.
2010         + add locks for initscr() and newterm() on updates to the SCREEN
2011           pointer.
2012         + finish table in curs_thread.3x manpage.
2013
2014 20080405
2015         + begin table in curs_thread.3x manpage describing the scope of data
2016           used by each function (or symbol) for threading analysis.
2017         + add null-pointer checks to setsyx() and getsyx() (prompted by
2018           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
2019           python-dev2 mailing list).
2020
2021 20080329
2022         + add null-pointer checks in set_term() and delscreen().
2023         + move _nc_windows into _nc_globals, since windows can be pads, which
2024           are not associated with a particular screen.
2025         + change use_screen() to pass the SCREEN* parameter rather than
2026           stdscr to the callback function.
2027         + force libtool to use tag for 'CC' in case it does not detect this,
2028           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
2029           (report/patch by Michael Haubenwallner).
2030         + override OBJEXT to "lo" when building with libtool, to work on
2031           platforms such as AIX where libtool may use a different suffix for
2032           the object files than ".o" (report/patch by Michael Haubenwallner).
2033         + add configure --with-pthread option, for building with the POSIX
2034           thread library.
2035
2036 20080322
2037         + fill in extended-color pair two more places in wbkgrndset() and
2038           waddch_nosync() (prompted by Sedeno's patch).
2039         + fill in extended-color pair in _nc_build_wch() to make colors work
2040           for wide-characters using extended-colors (patch by Alejandro R
2041           Sedeno).
2042         + add x/X toggles to ncurses.c C color test to test/demo
2043           wide-characters with extended-colors.
2044         + add a/A toggles to ncurses.c c/C color tests.
2045         + modify test/ditto.c to use use_screen().
2046         + finish modifying test/rain.c to demonstrate threads.
2047
2048 20080308
2049         + start modifying test/rain.c for threading demo.
2050         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
2051           that the 'F' accepts.
2052         + modify test/worm.c to show trail in reverse-video when other threads
2053           are working concurrently.
2054         + fix a deadlock from improper nesting of mutexes for windowlist and
2055           window.
2056
2057 20080301
2058         + fixes from 20080223 resolved issue with mutexes; change to use
2059           recursive mutexes to fix memory leak in delwin() as called from
2060           _nc_free_and_exit().
2061
2062 20080223
2063         + fix a size-difference in _nc_globals which caused hanging of mutex
2064           lock/unlock when termlib was built separately.
2065
2066 20080216
2067         + avoid using nanosleep() in threaded configuration since that often
2068           is implemented to suspend the entire process.
2069
2070 20080209
2071         + update test programs to build/work with various UNIX curses for
2072           comparisons.  This was to reinvestigate statement in X/Open curses
2073           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
2074           implementations do this, as noted in manpage (cf: 20040228).
2075
2076 20080203
2077         + modify _nc_setupscreen() to set the legacy-coding value the same
2078           for both narrow/wide models.  It had been set only for wide model,
2079           but is needed to make unctrl() work with locale in the narrow model.
2080         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
2081           using unctrl() to display illegal bytes rather than trying to append
2082           further bytes to make up a valid sequence (reported by Andrey A
2083           Chernov).
2084         + modify unctrl() to check codes in 128-255 range versus isprint().
2085           If they are not printable, and locale was set, use a "M-" or "~"
2086           sequence.
2087
2088 20080126
2089         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
2090           handling).  Now it hangs in napms(), no matter whether nanosleep()
2091           or poll() or select() are used on Linux.
2092
2093 20080119
2094         + fixes to build with --disable-ext-funcs
2095         + add manpage for use_window and use_screen.
2096         + add set_tabsize() and set_escdelay() functions.
2097
2098 20080112
2099         + remove recursive-mutex definitions, finish threading demo for worm.c
2100         + remove a redundant adjustment of lines in resizeterm.c's
2101           adjust_window() which caused occasional misadjustment of stdscr when
2102           softkeys were used.
2103
2104 20080105
2105         + several improvements to terminfo entries based on xterm #230 -TD
2106         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
2107           "link_test" builds properly.
2108         + fix for toe command-line options -u/-U to ensure filename is given.
2109         + fix allocation-size for command-line parsing in infocmp from 20070728
2110           (report by Miroslav Lichvar)
2111         + improve resizeterm() by moving ripped-off lines, and repainting the
2112           soft-keys (report by Katarina Machalkova)
2113         + add clarification in wclear's manpage noting that the screen will be
2114           cleared even if a subwindow is cleared (prompted by Christer Enfors
2115           question).
2116         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
2117
2118 20071222
2119         + continue implementing support for threading demo by adding mutex
2120           for delwin().
2121
2122 20071215
2123         + add several functions to C++ binding which wrap C functions that
2124           pass a WINDOW* parameter (request by Chris Lee).
2125
2126 20071201
2127         + add note about configure options needed for Berkeley database to the
2128           INSTALL file.
2129         + improve checks for version of Berkeley database libraries.
2130         + amend fix for rpath to not modify LDFLAGS if the platform has no
2131           applicable transformation (report by Christian Ebert, cf: 20071124).
2132
2133 20071124
2134         + modify configure option --with-hashed-db to accept a parameter which
2135           is the install-prefix of a given Berkeley Database (prompted by
2136           pierre4d2 comments).
2137         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
2138           used in the form library to determine the length of the buffer needed
2139           by field_buffer (report by Alfred Fung).
2140         + remove unneeded window-parameter from C++ binding for wresize (report
2141           by Chris Lee).
2142
2143 20071117
2144         + modify the support for filesystems which do not support mixed-case to
2145           generate 2-character (hexadecimal) codes for the lower-level of the
2146           filesystem terminfo database (request by Michail Vidiassov).
2147         + add configure option --enable-mixed-case, to allow overriding the
2148           configure script's check if the filesystem supports mixed-case
2149           filenames.
2150         + add wresize() to C++ binding (request by Chris Lee).
2151         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
2152           it simpler to tell if the extended functions and/or colors are
2153           declared.
2154
2155 20071103
2156         + update memory-leak checks for changes to names.c and codes.c
2157         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
2158
2159 20071020
2160         + continue implementing support for threading demo by adding mutex
2161           for use_window().
2162         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
2163           cursor keys -TD
2164         + compile with FreeBSD "contemporary" TTY interface (patch by
2165           Rong-En Fan).
2166
2167 20071013
2168         + modify makefile rules to allow clear, tput and tset to be built
2169           without libtic.  The other programs (infocmp, tic and toe) rely on
2170           that library.
2171         + add/modify null-pointer checks in several functions for SP and/or
2172           the WINDOW* parameter (report by Thorben Krueger).
2173         + fixes for field_buffer() in formw library (see Redhat Bugzilla
2174           #310071, patches by Miroslav Lichvar).
2175         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
2176           Lichvar).
2177         + update/improve mlterm and rxvt terminfo entries, e.g., for
2178           the modified cursor- and keypad-keys -TD
2179
2180 20071006
2181         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
2182           changes the CharEq() macro to an inline function to allow comparing
2183           cchar_t struct's without comparing gaps in a possibly unpacked
2184           memory layout (report by Miroslav Lichvar).
2185
2186 20070929
2187         + add new functions to lib_trace.c to setup mutex's for the _tracef()
2188           calls within the ncurses library.
2189         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
2190           the SCREEN.
2191         + start modifying test/worm.c to provide threading demo (incomplete).
2192         + separated ifdef's for some BSD-related symbols in tset.c, to make
2193           it compile on LynxOS (report by Greg Gemmer).
2194 20070915
2195         + modify Ada95/gen/Makefile to use shlib script, to simplify building
2196           shared-library configuration on platforms lacking rpath support.
2197         + build-fix for Ada95/src/Makefile to reflect changed dependency for
2198           the terminal-interface-curses-aux.adb file which is now generated.
2199         + restructuring test/worm.c, for use_window() example.
2200
2201 20070908
2202         + add use_window() and use_screen() functions, to develop into support
2203           for threaded library (incomplete).
2204         + fix typos in man/curs_opaque.3x which kept the install script from
2205           creating symbolic links to two aliases created in 20070818 (report by
2206           Rong-En Fan).
2207
2208 20070901
2209         + remove a spurious newline from output of html.m4, which caused links
2210           for Ada95 html to be incorrect for the files generated using m4.
2211         + start investigating mutex's for SCREEN manipulation (incomplete).
2212         + minor cleanup of codes.c/names.c for --enable-const
2213         + expand/revise "Routine and Argument Names" section of ncurses manpage
2214           to address report by David Givens in newsgroup discussion.
2215         + fix interaction between --without-progs/--with-termcap configure
2216           options (report by Michail Vidiassov).
2217         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
2218
2219 20070825
2220         + fix a sign-extension bug in infocmp's repair_acsc() function
2221           (cf: 971004).
2222         + fix old configure script bug which prevented "--disable-warnings"
2223           option from working (patch by Mike Frysinger).
2224
2225 20070818
2226         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
2227         + modify comp_hash.c's string output to avoid misinterpreting a null
2228           "\0" followed by a digit.
2229         + modify MKnames.awk and MKcodes.awk to support big-strings.
2230           This only applies to the cases (broken linker, reentrant) where
2231           the corresponding arrays are accessed via wrapper functions.
2232         + split MKnames.awk into two scripts, eliminating the shell redirection
2233           which complicated the make process and also the bogus timestamp file
2234           which was introduced to fix "make -j".
2235         + add test/test_opaque.c, test/test_arrays.c
2236         + add wgetscrreg() and wgetparent() for applications that may need it
2237           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
2238
2239 20070812
2240         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
2241           unless "-T" is given (cf: 981017).
2242         + modify comp_captab.c generation to use big-strings.
2243         + make _nc_capalias_table and _nc_infoalias_table private accessed via
2244           _nc_get_alias_table() since the tables are used only within the tic
2245           library.
2246         + modify configure script to skip Intel compiler in CF_C_INLINE.
2247         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
2248           _nc_get_hash_table() since the tables are used only within the tic
2249           library.
2250
2251 20070728
2252         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
2253           _nc_get_alias_table() since they are used only by parse_entry.c
2254         + make _nc_key_names private since it is used only by lib_keyname.c
2255         + add --disable-big-strings configure option to control whether
2256           unctrl.c is generated using the big-string optimization - which may
2257           use strings longer than supported by a given compiler.
2258         + reduce relocation tables for tic, infocmp by changing type of
2259           internal hash tables to short, and make those private symbols.
2260         + eliminate large fixed arrays from progs/infocmp.c
2261
2262 20070721
2263         + change winnstr() to stop at the end of the line (cf: 970315).
2264         + add test/test_get_wstr.c
2265         + add test/test_getstr.c
2266         + add test/test_inwstr.c
2267         + add test/test_instr.c
2268
2269 20070716
2270         + restore a call to obtain screen-size in _nc_setupterm(), which
2271           is used in tput and other non-screen applications via setupterm()
2272           (Debian #433357, reported by Florent Bayle, Christian Ohm,
2273           cf: 20070310).
2274
2275 20070714
2276         + add test/savescreen.c test-program
2277         + add check to trace-file open, if the given name is a directory, add
2278           ".log" to the name and try again.
2279         + add konsole-256color entry -TD
2280         + add extra gcc warning options from xterm.
2281         + minor fixes for ncurses/hashmap test-program.
2282         + modify configure script to quiet c++ build with libtool when the
2283           --disable-echo option is used.
2284         + modify configure script to disable ada95 if libtool is selected,
2285           writing a warning message (addresses FreeBSD ports/114493).
2286         + update config.guess, config.sub
2287
2288 20070707
2289         + add continuous-move "M" to demo_panels to help test refresh changes.
2290         + improve fix for refresh of window on top of multi-column characters,
2291           taking into account some split characters on left/right window
2292           boundaries.
2293
2294 20070630
2295         + add "widec" row to _tracedump() output to help diagnose remaining
2296           problems with multi-column characters.
2297         + partial fix for refresh of window on top of multi-column characters
2298           which are partly overwritten (report by Sadrul H Chowdhury).
2299         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
2300           multi-column extension bits are passed there.
2301         + add setlocale() call to demo_panels.c, needed for wide-characters.
2302         + add some output flags to _nc_trace_ttymode to help diagnose a bug
2303           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
2304
2305 20070623
2306         + add test/demo_panels.c
2307         + implement opaque version of setsyx() and getsyx().
2308
2309 20070612
2310         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
2311           #226 -TD
2312         + split-out key_name() from MKkeyname.awk since it now depends upon
2313           wunctrl() which is not in libtinfo (report by Rong-En Fan).
2314
2315 20070609
2316         + add test/key_name.c
2317         + add stdscr cases to test/inchs.c and test/inch_wide.c
2318         + update test/configure
2319         + correct formatting of DEL (0x7f) in _nc_vischar().
2320         + null-terminate result of wunctrl().
2321         + add null-pointer check in key_name() (report by Andreas Krennmair,
2322           cf: 20020901).
2323
2324 20070602
2325         + adapt mouse-handling code from menu library in form-library
2326           (discussion with Clive Nicolson).
2327         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
2328           illustrate how to use mvcur().
2329         + modify wide-character flavor of SetAttr() to preserve the
2330           WidecExt() value stored in the .attr field, e.g., in case it
2331           is overwritten by chgat (report by Aleksi Torhamo).
2332         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
2333         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
2334
2335 20070526
2336         + modify keyname() to use "^X" form only if meta() has been called, or
2337           if keyname() is called without initializing curses, e.g., via
2338           initscr() or newterm() (prompted by LinuxBase #1604).
2339         + document some portability issues in man/curs_util.3x
2340         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
2341           broken by moving that data into SCREEN (cf: 20061230).
2342
2343 20070512
2344         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
2345           problem reported by Sadrul H Chowdhury with repainting parts of
2346           a fullwidth cell.
2347         + modify slk_init() so that if there are preceding calls to
2348           ripoffline(), those affect the available lines for soft-keys (adapted
2349           from patch by Clive Nicolson).
2350         + document some portability issues in man/curs_getyx.3x
2351
2352 20070505
2353         + fix a bug in Ada95/samples/ncurses which caused a variable to
2354           become uninitialized in the "b" test.
2355         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
2356           movement of files, fix a few incorrect manpage references in the
2357           generated html.
2358         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
2359           memory-checking.
2360         + correct some functions in Ada95 binding which were using return value
2361           from C where none was returned:  idcok(), immedok() and wtimeout().
2362         + amend recent changes for Ada95 binding to make it build with
2363           Cygwin's linker, e.g., with configure options
2364                 --enable-broken-linker --with-ticlib
2365
2366 20070428
2367         + add a configure check for gcc's options for inlining, use that to
2368           quiet a warning message where gcc's default behavior changed from
2369           3.x to 4.x.
2370         + improve warning message when checking if GPM is linked to curses
2371           library by not warning if its use of "wgetch" is via a weak symbol.
2372         + add loader options when building with static libraries to ensure that
2373           an installed shared library for ncurses does not conflict.  This is
2374           reported as problem with Tru64, but could affect other platforms
2375           (report Martin Mokrejs, analysis by Tim Mooney).
2376         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
2377           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
2378           + revert a change from 20070303 which commented out dependency of
2379             SHLIB_LIST in form/menu/panel/c++ libraries.
2380         + fix initialization of ripoff stack pointer (cf: 20070421).
2381
2382 20070421
2383         + move most static variables into structures _nc_globals and
2384           _nc_prescreen, to simplify storage.
2385         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
2386           type for data manipulated by signal handlers (prompted by comments
2387           in mailing.openbsd.bugs newsgroup).
2388         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
2389           to the libtool create- and link-operations.
2390
2391 20070414
2392         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
2393           the installed aliases (report by Peter Santoro).
2394         + fix configure script to not try to generate adacurses-config when
2395           Ada95 tree is not built.
2396
2397 20070407
2398         + add man/curs_legacy.3x, man/curs_opaque.3x
2399         + fix acs_map binding for Ada95 when --enable-reentrant is used.
2400         + add adacurses-config to the Ada95 install, based on version from
2401           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
2402           comment on comp.lang.ada newsgroup).
2403         + fix includes in c++ binding to build with Intel compiler
2404           (cf: 20061209).
2405         + update install rule in Ada95 to use mkdirs.sh
2406         > other fixes prompted by inspection for Coverity report:
2407         + modify ifdef's for c++ binding to use try/catch/throw statements
2408         + add a null-pointer check in tack/ansi.c request_cfss()
2409         + fix a memory leak in ncurses/base/wresize.c
2410         + corrected check for valid memu/meml capabilities in
2411           progs/dump_entry.c when handling V_HPUX case.
2412         > fixes based on Coverity report:
2413         + remove dead code in test/bs.c
2414         + remove dead code in test/demo_defkey.c
2415         + remove an unused assignment in progs/infocmp.c
2416         + fix a limit check in tack/ansi.c tools_charset()
2417         + fix tack/ansi.c tools_status() to perform the VT320/VT420
2418           tests in request_cfss().  The function had exited too soon.
2419         + fix a memory leak in tic.c's make_namelist()
2420         + fix a couple of places in tack/output.c which did not check for EOF.
2421         + fix a loop-condition in test/bs.c
2422         + add index checks in lib_color.c for color palettes
2423         + add index checks in progs/dump_entry.c for version_filter() handling
2424           of V_BSD case.
2425         + fix a possible null-pointer dereference in copywin()
2426         + fix a possible null-pointer dereference in waddchnstr()
2427         + add a null-pointer check in _nc_expand_try()
2428         + add a null-pointer check in tic.c's make_namelist()
2429         + add a null-pointer check in _nc_expand_try()
2430         + add null-pointer checks in test/cardfile.c
2431         + fix a double-free in ncurses/tinfo/trim_sgr0.c
2432         + fix a double-free in ncurses/base/wresize.c
2433         + add try/catch block to c++/cursesmain.cc
2434
2435 20070331
2436         + modify Ada95 binding to build with --enable-reentrant by wrapping
2437           global variables (bug: acs_map does not yet work).
2438         + modify Ada95 binding to use the new access-functions, allowing it
2439           to build/run when NCURSES_OPAQUE is set.
2440         + add access-functions and macros to return properties of the WINDOW
2441           structure, e.g., when NCURSES_OPAQUE is set.
2442         + improved install-sh's quoting.
2443         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
2444           other programs.
2445
2446 20070324
2447         + eliminate part of the direct use of WINDOW data from Ada95 interface.
2448         + fix substitutions for termlib filename to make configure option
2449           --enable-reentrant work with --with-termlib.
2450         + change a constructor for NCursesWindow to allow compiling with
2451           NCURSES_OPAQUE set, since we cannot pass a reference to
2452           an opaque pointer.
2453
2454 20070317
2455         + ignore --with-chtype=unsigned since unsigned is always added to
2456           the type in curses.h; do the same for --with-mmask-t.
2457         + change warning regarding --enable-ext-colors and wide-character
2458           in the configure script to an error.
2459         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
2460           such as Darwin's libtool program (report by Michail Vidiassov)
2461         + modify edit_man.sh to allow for multiple substitutions per line.
2462         + set locale in misc/ncurses-config.in since it uses a range
2463         + change permissions libncurses++.a install (report by Michail
2464           Vidiassov).
2465         + corrected length of temporary buffer in wide-character version
2466           of set_field_buffer() (related to report by Bryan Christ).
2467
2468 20070311
2469         + fix mk-1st.awk script install_shlib() function, broken in 20070224
2470           changes for cygwin (report by  Michail Vidiassov).
2471
2472 20070310
2473         + increase size of array in _nc_visbuf2n() to make "tic -v" work
2474           properly in its similar_sgr() function (report/analysis by Peter
2475           Santoro).
2476         + add --enable-reentrant configure option for ongoing changes to
2477           implement a reentrant version of ncurses:
2478           + libraries are suffixed with "t"
2479           + wrap several global variables (curscr, newscr, stdscr, ttytype,
2480             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
2481             functions returning values stored in SCREEN or cur_term.
2482           + move some initialization (LINES, COLS) from lib_setup.c,
2483             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
2484
2485 20070303
2486         + regenerated html documentation.
2487         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
2488           opaque in selected configurations.
2489         + move the chunk in lib_acs.c which resets acs capabilities when
2490           running on a terminal whose locale interferes with those into
2491           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
2492           identical (requested by Miroslav Lichvar).
2493         + do not use configure variable SHLIB_LIBS for building libraries
2494           outside the ncurses directory, since that symbol is customized
2495           only for that directory, and using it introduces an unneeded
2496           dependency on libdl (requested by Miroslav Lichvar).
2497         + modify mk-1st.awk so the generated makefile rules for linking or
2498           installing shared libraries do not first remove the library, in
2499           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
2500           Chua).
2501         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
2502           (prompted by newsgroup comment by Nick Guenther).
2503
2504 20070224
2505         + change internal return codes of _nc_wgetch() to check for cases
2506           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
2507           ungetch'd, and read by wget_wch().
2508         + fix static-library build broken in 20070217 changes to remove "-ldl"
2509           (report by Miroslav Lichvar).
2510         + change makefile/scripts for cygwin to allow building termlib.
2511         + use Form_Hook in manpages to match form.h
2512         + use Menu_Hook in manpages, as well as a few places in menu.h
2513         + correct form- and menu-manpages to use specific Field_Options,
2514           Menu_Options and Item_Options types.
2515         + correct prototype for _tracechar() in manpage (cf: 20011229).
2516         + correct prototype for wunctrl() in manpage.
2517
2518 20070217
2519         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
2520           Lichvar).
2521         + modify relinking of shared libraries to apply only when rpath is
2522           enabled, and add --disable-relink option which can be used to
2523           disable the feature altogether (reports by Michail Vidiassov,
2524           Adam J Richter).
2525         + fix --with-termlib option for wide-character configuration, stripping
2526           the "w" suffix in one place (report by Miroslav Lichvar).
2527         + remove "-ldl" from some library lists to reduce dependencies in
2528           programs (report by Miroslav Lichvar).
2529         + correct description of --enable-signed-char in configure --help
2530           (report by Michail Vidiassov).
2531         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
2532           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
2533           fixes.
2534         + remove "${DESTDIR}" from -install_name option used for linking
2535           shared libraries on Darwin (report by Michail Vidiassov).
2536
2537 20070210
2538         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
2539         + remove libdl from library list for termlib (report by Miroslav
2540           Lichvar).
2541         + fix configure.in to allow --without-progs --with-termlib (patch by
2542           Miroslav Lichvar).
2543         + modify win_wchnstr() to ensure that only a base cell is returned
2544           for each multi-column character (prompted by report by Wei Kong
2545           regarding change in mvwin_wch() cf: 20041023).
2546
2547 20070203
2548         + modify fix_wchnstr() in form library to strip attributes (and color)
2549           from the cchar_t array (field cells) read from a field's window.
2550           Otherwise, when copying the field cells back to the window, the
2551           associated color overrides the field's background color (report by
2552           Ricardo Cantu).
2553         + improve tracing for form library, showing created forms, fields, etc.
2554         + ignore --enable-rpath configure option if --with-shared was omitted.
2555         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
2556           to allow leak-checking when both tic- and tinfo-libraries are built.
2557         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
2558           no longer relies on it.
2559         + disallow combining configure script options --with-ticlib and
2560           --enable-termcap (report by Rong-En Fan).
2561         + remove tack from ncurses tree.
2562
2563 20070128
2564         + fix typo in configure script that broke --with-termlib option
2565           (report by Rong-En Fan).
2566
2567 20070127
2568         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
2569           to tgetent() (report by Rong-en Fan).
2570         + update tack/HISTORY and tack/README to tell how to build it after
2571           it is removed from the ncurses tree.
2572         + fix configure check for libtool's version to trim blank lines
2573           (report by sci-fi@hush.ai).
2574         + review/eliminate other original-file artifacts in cursesw.cc, making
2575           its license consistent with ncurses.
2576         + use ncurses vw_scanw() rather than reading into a fixed buffer in
2577           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
2578         + eliminate fixed-buffer vsprintf() calls in c++ binding.
2579
2580 20070120
2581         + add _nc_leaks_tic() to separate leak-checking of tic library from
2582           term/ncurses libraries, and thereby eliminate a library dependency.
2583         + fix test/mk-test.awk to ignore blank lines.
2584         + correct paths in include/headers, for --srcdir (patch by Miroslav
2585           Lichvar).
2586
2587 20070113
2588         + add a break-statement in misc/shlib to ensure that it exits on the
2589           _first_ matched directory (report by Paul Novak).
2590         + add tack/configure, which can be used to build tack outside the
2591           ncurses build-tree.
2592         + add --with-ticlib option, to build/install the tic-support functions
2593           in a separate library (suggested by Miroslav Lichvar).
2594
2595 20070106
2596         + change MKunctrl.awk to reduce relocation table for unctrl.o
2597         + change MKkeyname.awk to reduce relocation table for keyname.o
2598           (patch by Miroslav Lichvar).
2599
2600 20061230
2601         + modify configure check for libtool's version to trim blank lines
2602           (report by sci-fi@hush.ai).
2603         + modify some modules to allow them to be reentrant if _REENTRANT is
2604           defined: lib_baudrate.c, resizeterm.c (local data only)
2605         + eliminate static data from some modules: add_tries.c, hardscroll.c,
2606           lib_ttyflags.c, lib_twait.c
2607         + improve manpage install to add aliases for the transformed program
2608           names, e.g., from --program-prefix.
2609         + used linklint to verify links in the HTML documentation, made fixes
2610           to manpages as needed.
2611         + fix a typo in curs_mouse.3x (report by William McBrine).
2612         + fix install-rule for ncurses5-config to make the bin-directory.
2613
2614 20061223
2615         + modify configure script to omit the tic (terminfo compiler) support
2616           from ncurses library if --without-progs option is given.
2617         + modify install rule for ncurses5-config to do this via "install.libs"
2618         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
2619         + update config.guess, config.sub
2620
2621 20061217 5.6 release for upload to ftp.gnu.org
2622
2623 20061217
2624         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
2625           definitions in <wchar.h>.
2626         + revert the va_copy() change from 20061202, since it was neither
2627           correct nor portable.
2628         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
2629           rpath on Solaris.
2630         + ignore wide-acs line-drawing characters that wcwidth() claims are
2631           not one-column.  This is a workaround for Solaris' broken locale
2632           support.
2633
2634 20061216
2635         + modify configure --with-gpm option to allow it to accept a parameter,
2636           i.e., the name of the dynamic GPM library to load via dlopen()
2637           (requested by Bryan Henderson).
2638         + add configure option --with-valgrind, changes from vile.
2639         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
2640           'return' in preference to 'exit()'.
2641
2642 20061209
2643         + change default for --with-develop back to "no".
2644         + add XTABS to tracing of TTY bits.
2645         + updated autoconf patch to ifdef-out the misfeature which declares
2646           exit() for configure tests.  This fixes a redefinition warning on
2647           Solaris.
2648         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
2649           Solaris to help ensure that initialization sections are provided for
2650           extra linkage requirements, e.g., of C++ applications (prompted by
2651           comment by Casper Dik in newsgroup).
2652         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
2653           from the autoconf predefined symbol.  There was no conflict,
2654           since "$target" was used only in the generated edit_man.sh file,
2655           but SuSE's rpm package contains a patch.
2656
2657 20061202
2658         + update man/term.5 to reflect extended terminfo support and hashed
2659           database configuration.
2660         + updates for test/configure script.
2661         + adapted from SuSE rpm package:
2662           + remove long-obsolete workaround for broken-linker which declared
2663             cur_term in tic.c
2664           + improve error recovery in PUTC() macro when wcrtomb() does not
2665             return usable results for an 8-bit character.
2666         + patches from rpm package (SuSE):
2667           + use va_copy() in extra varargs manipulation for tracing version
2668             of printw, etc.
2669           + use a va_list rather than a null in _nc_freeall()'s call to
2670             _nc_printf_string().
2671         + add some see-also references in manpages to show related
2672           wide-character functions (suggested by Claus Fischer).
2673
2674 20061125
2675         + add a check in lib_color.c to ensure caller does not increase COLORS
2676           above max_colors, which is used as an array index (discussion with
2677           Simon Sasburg).
2678         + add ifdef's allowing ncurses to be built with tparm() using either
2679           varargs (the existing status), or using a fixed-parameter list (to
2680           match X/Open).
2681
2682 20061104
2683         + fix redrawing of windows other than stdscr using wredrawln() by
2684           touching the corresponding rows in curscr (discussion with Dan
2685           Gookin).
2686         + add test/redraw.c
2687         + add test/echochar.c
2688         + review/cleanup manpage descriptions of error-returns for form- and
2689           menu-libraries (prompted by FreeBSD docs/46196).
2690
2691 20061028
2692         + add AUTHORS file -TD
2693         + omit the -D options from output of the new config script --cflags
2694           option (suggested by Ralf S Engelschall).
2695         + make NCURSES_INLINE unconditionally defined in curses.h
2696
2697 20061021
2698         + revert change to accommodate bash 3.2, since that breaks other
2699           platforms, e.g., Solaris.
2700         + minor fixes to NEWS file to simplify scripting to obtain list of
2701           contributors.
2702         + improve some shared-library configure scripting for Linux, FreeBSD
2703           and NetBSD to make "--with-shlib-version" work.
2704         + change configure-script rules for FreeBSD shared libraries to allow
2705           for rpath support in versions past 3.
2706         + use $(DESTDIR) in makefile rules for installing/uninstalling the
2707           package config script (reports/patches by Christian Wiese,
2708           Ralf S Engelschall).
2709         + fix a warning in the configure script for NetBSD 2.0, working around
2710           spurious blanks embedded in its ${MAKEFLAGS} symbol.
2711         + change test/Makefile to simplify installing test programs in a
2712           different directory when --enable-rpath is used.
2713
2714 20061014
2715         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
2716         + add/install a package config script, e.g., "ncurses5-config" or
2717           "ncursesw5-config", according to configuration options.
2718
2719 20061007
2720         + add several GNU Screen terminfo variations with 16- and 256-colors,
2721           and status line (Alain Bench).
2722         + change the way shared libraries (other than libtool) are installed.
2723           Rather than copying the build-tree's libraries, link the shared
2724           objects into the install directory.  This makes the --with-rpath
2725           option work except with $(DESTDIR) (cf: 20000930).
2726
2727 20060930
2728         + fix ifdef in c++/internal.h for QNX 6.1
2729         + test-compiled with (old) egcs-1.1.2, modified configure script to
2730           not unset the $CXX and related variables which would prevent this.
2731         + fix a few terminfo.src typos exposed by improvments to "-f" option.
2732         + improve infocmp/tic "-f" option formatting.
2733
2734 20060923
2735         + make --disable-largefile option work (report by Thomas M Ott).
2736         + updated html documentation.
2737         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
2738         + minor improvements to rxvt+pcfkeys -TD
2739
2740 20060916
2741         + move static data from lib_mouse.c into SCREEN struct.
2742         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
2743           (report by Michail Vidiassov).
2744         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
2745           option (from lynx changes) -TD
2746         + adapt AC_PROG_EGREP check, noting that this is likely to be another
2747           place aggravated by POSIXLY_CORRECT.
2748         + modify configure check for awk to ensure that it is found (prompted
2749           by report by Christopher Parker).
2750         + update config.sub
2751
2752 20060909
2753         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
2754         + remove invis capability from klone+sgr, mainly used by linux entry,
2755           since it does not really do this -TD
2756
2757 20060903
2758         + correct logic in wadd_wch() and wecho_wch(), which did not guard
2759           against passing the multi-column attribute into a call on waddch(),
2760           e.g., using data returned by win_wch() (cf: 20041023)
2761           (report by Sadrul H Chowdhury).
2762
2763 20060902
2764         + fix kterm's acsc string -TD
2765         + fix for change to tic/infocmp in 20060819 to ensure no blank is
2766           embedded into a termcap description.
2767         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
2768           when using --with-termlib --with-trace options.
2769         + improve tgetstr() by making the return value point into the user's
2770           buffer, if provided (patch by Miroslav Lichvar (see Redhat Bugzilla
2771           #202480)).
2772         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
2773
2774 20060826
2775         + add terminfo entries for xfce terminal (xfce) and multi gnome
2776           terminal (mgt) -TD
2777         + add test/foldkeys.c
2778
2779 20060819
2780         + modify tic and infocmp to avoid writing trailing blanks on terminfo
2781           source output (Debian #378783).
2782         + modify configure script to ensure that if the C compiler is used
2783           rather than the loader in making shared libraries, the $(CFLAGS)
2784           variable is also used (Redhat Bugzilla #199369).
2785         + port hashed-db code to db2 and db3.
2786         + fix a bug in tgetent() from 20060625 and 20060715 changes
2787           (patch/analysis by Miroslav Lichvar (see Redhat Bugzilla #202480)).
2788
2789 20060805
2790         + updated xterm function-keys terminfo to match xterm #216 -TD
2791         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
2792           e.g., the db 1.8.5 interface).
2793
2794 20060729
2795         + modify toe to access termcap data, e.g., via cgetent() functions,
2796           or as a text file if those are not available.
2797         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
2798         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
2799           can access termcap data when the terminfo database is disabled.
2800
2801 20060722
2802         + widen the test for xterm kmous a little to allow for other strings
2803           than \E[M, e.g., for xterm-sco functionality in xterm.
2804         + update xterm-related terminfo entries to match xterm patch #216 -TD
2805         + update config.guess, config.sub
2806
2807 20060715
2808         + fix for install-rule in Ada95 to add terminal_interface.ads
2809           and terminal_interface.ali (anonymous posting in comp.lang.ada).
2810         + correction to manpage for getcchar() (report by William McBrine).
2811         + add test/chgat.c
2812         + modify wchgat() to mark updated cells as changed so a refresh will
2813           repaint those cells (comments by Sadrul H Chowdhury and William
2814           McBrine).
2815         + split up dependency of names.c and codes.c in ncurses/Makefile to
2816           work with parallel make (report/analysis by Joseph S Myers).
2817         + suppress a warning message (which is ignored) for systems without
2818           an ldconfig program (patch by Justin Hibbits).
2819         + modify configure script --disable-symlinks option to allow one to
2820           disable symlink() in tic even when link() does not work (report by
2821           Nigel Horne).
2822         + modify MKfallback.sh to use tic -x when constructing fallback tables
2823           to allow extended capabilities to be retrieved from a fallback entry.
2824         + improve leak-checking logic in tgetent() from 20060625 to ensure that
2825           it does not free the current screen (report by Miroslav Lichvar).
2826
2827 20060708
2828         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
2829         + correct _nc_free_entries() and related functions used for memory leak
2830           checking of tic.
2831
2832 20060701
2833         + revert a minor change for magic-cookie support from 20060513, which
2834           caused unexpected reset of attributes, e.g., when resizing test/view
2835           in color mode.
2836         + note in clear manpage that the program ignores command-line
2837           parameters (prompted by Debian #371855).
2838         + fixes to make lib_gen.c build properly with changes to the configure
2839           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
2840         + update/correct several terminfo entries -TD
2841         + add some notes regarding copyright to terminfo.src -TD
2842
2843 20060625
2844         + fixes to build Ada95 binding with gnat-4.1.0
2845         + modify read_termtype() so the term_names data is always allocated as
2846           part of the str_table, a better fix for a memory leak (cf: 20030809).
2847         + reduce memory leaks in repeated calls to tgetent() by remembering the
2848           last TERMINAL* value allocated to hold the corresponding data and
2849           freeing that if the tgetent() result buffer is the same as the
2850           previous call (report by "Matt" for FreeBSD gnu/98975).
2851         + modify tack to test extended capability function-key strings.
2852         + improved gnome terminfo entry (GenToo #122566).
2853         + improved xterm-256color terminfo entry (patch by Alain Bench).
2854
2855 20060617
2856         + fix two small memory leaks related to repeated tgetent() calls
2857           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
2858         + add --enable-signed-char to simplify Debian package.
2859         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
2860           symbols.
2861         + correct typo in curs_terminfo.3x (Debian #369168).
2862
2863 20060603
2864         + enable the mouse in test/movewindow.c
2865         + improve a limit-check in frm_def.c (John Heasley).
2866         + minor copyright fixes.
2867         + change configure script to produce test/Makefile from data file.
2868
2869 20060527
2870         + add a configure option --enable-wgetch-events to enable
2871           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
2872           lib_twait.c (report by Bernd Jendrissek).
2873         + remove include/nomacros.h from build, since the ifdef for
2874           NCURSES_NOMACROS makes that obsolete.
2875         + add entrypoints for some functions which were only provided as macros
2876           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
2877           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
2878           wgetbkgrnd().
2879         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
2880           definitions from curses.h, i.e., where a macro is defined to override
2881           a function to improve performance.  Allowing a developer to suppress
2882           these definitions can simplify some application (discussion with
2883           Stanislav Ievlev).
2884         + improve description of memu/meml in terminfo manpage.
2885
2886 20060520
2887         + if msgr is false, reset video attributes when doing an automargin
2888           wrap to the next line.  This makes the ncurses 'k' test work properly
2889           for hpterm.
2890         + correct caching of keyname(), which was using only half of its table.
2891         + minor fixes to memory-leak checking.
2892         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
2893           arrays, making ACS_LEN less visible to applications (suggested by
2894           Stanislav Ievlev).
2895         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
2896           _screen_acs_map will have the same offset in both ncurses/ncursesw,
2897           making the corresponding tinfo/tinfow libraries binary-compatible
2898           (cf: 20041016, report by Stanislav Ievlev).
2899
2900 20060513
2901         + improve debug-tracing for EmitRange().
2902         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
2903           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
2904           suppression of the related hard-tabs and xmc-glitch features.
2905         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
2906           infocmp, terminfo as well as form, menu, panel.
2907         + update config.guess, config.sub
2908         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
2909           (field_buffer returning null for a valid field).  The 'r' test
2910           appears to not work with that configuration since the new_fieldtype()
2911           function is broken in that implementation.
2912
2913 20060506
2914         + add hpterm-color terminfo entry -TD
2915         + fixes to compile test-programs with HPUX 11.23
2916
2917 20060422
2918         + add copyright notices to files other than those that are generated,
2919           data or adapted from pdcurses (reports by William McBrine, David
2920           Taylor).
2921         + improve rendering on hpterm by not resetting attributes at the end
2922           of doupdate() if the terminal has the magic-cookie feature (report
2923           by Bernd Rieke).
2924         + add 256color variants of terminfo entries for programs which are
2925           reported to implement this feature -TD
2926
2927 20060416
2928         + fix typo in change to NewChar() macro from 20060311 changes, which
2929           broke tab-expansion (report by Frederic L W Meunier).
2930
2931 20060415
2932         + document -U option of tic and infocmp.
2933         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
2934           due to size limit, e.g., converting to termcap format.  Also
2935           suppress them if the output format does not contain acsc and it
2936           was not VT100-like, i.e., a one-one mapping (Novell #163715).
2937         + add configure check to ensure that SIGWINCH is defined on platforms
2938           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
2939           defined (report by Nicholas Cole)
2940
2941 20060408
2942         + modify write_object() to not write coincidental extensions of an
2943           entry made due to it being referenced in a use= clause (report by
2944           Alain Bench).
2945         + another fix for infocmp -i option, which did not ensure that some
2946           escape sequences had comparable prefixes (report by Alain Bench).
2947
2948 20060401
2949         + improve discussion of init/reset in terminfo and tput manpages
2950           (report by Alain Bench).
2951         + use is3 string for a fallback of rs3 in the reset program; it was
2952           using is2 (report by Alain Bench).
2953         + correct logic for infocmp -i option, which did not account for
2954           multiple digits in a parameter (cf: 20040828) (report by Alain
2955           Bench).
2956         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
2957           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
2958         + add copyright notices to test-programs as needed (report by William
2959           McBrine).
2960
2961 20060318
2962         + modify ncurses.c 'F' test to combine the wide-characters with color
2963           and/or video attributes.
2964         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
2965           a test-screen (some commands used 'x' or 'q').
2966
2967 20060312
2968         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
2969
2970 20060311
2971         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
2972           a null character is found (report by Igor Bogomazov).
2973         + modify progs/Makefile.in to make "tput init" work properly with
2974           cygwin, i.e., do not pass a ".exe" in the reference string used
2975           in check_aliases (report by Samuel Thibault).
2976         + add some checks to ensure current position is within scrolling
2977           region before scrolling on a new line (report by Dan Gookin).
2978         + change some NewChar() usage to static variables to work around
2979           stack garbage introduced when cchar_t is not packed (Redhat #182024).
2980
2981 20060225
2982         + workarounds to build test/movewindow with PDcurses 2.7.
2983         + fix for nsterm-16color entry (patch by Alain Bench).
2984         + correct a typo in infocmp manpage (Debian #354281).
2985
2986 20060218
2987         + add nsterm-16color entry -TD
2988         + updated mlterm terminfo entry -TD
2989         + remove 970913 feature for copying subwindows as they are moved in
2990           mvwin() (discussion with Bryan Christ).
2991         + modify test/demo_menus.c to demonstrate moving a menu (both the
2992           window and subwindow) using shifted cursor-keys.
2993         + start implementing recursive mvwin() in movewindow.c (incomplete).
2994         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
2995           for movewindow.c (report by William McBrine).
2996         + add help-message to test/movewindow.c
2997
2998 20060211
2999         + add test/movewindow.c, to test mvderwin().
3000         + fix ncurses soft-key test so color changes are shown immediately
3001           rather than delayed.
3002         + modify ncurses soft-key test to hide the keys when exiting the test
3003           screen.
3004         + fixes to build test programs with PDCurses 2.7, e.g., its headers
3005           rely on autoconf symbols, and it declares stubs for nonfunctional
3006           terminfo and termcap entrypoints.
3007
3008 20060204
3009         + improved test/configure to build test/ncurses on HPUX 11 using the
3010           vendor curses.
3011         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
3012           benefit of developers who do not read INSTALL.
3013
3014 20060128
3015         + correct form library Window_To_Buffer() change (cf:  20040516), which
3016           should ignore the video attributes (report by Ricardo Cantu).
3017
3018 20060121
3019         + minor fixes to xmc-glitch experimental code:
3020           + suppress line-drawing
3021           + implement max_attributes
3022           tested with xterm.
3023         + minor fixes for the database iterator.
3024         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
3025           Debian #348117).
3026
3027 20060114
3028         + add toe -a option, to show all databases.  This uses new private
3029           interfaces in the ncurses library for iterating through the list of
3030           databases.
3031         + fix toe from 20000909 changes which made it not look at
3032           $HOME/.terminfo
3033         + make toe's -v option parameter optional as per manpage.
3034         + improve SIGWINCH handling by postponing its effect during newterm(),
3035           etc., when allocating screens.
3036
3037 20060111
3038         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
3039           this in test/filter.c
3040         + fix an error in filter() modification which caused some applications
3041           to fail.
3042
3043 20060107
3044         + check if filter() was called when getting the screensize.  Keep it
3045           at 1 if so (based on Redhat #174498).
3046         + add extension nofilter().
3047         + refined the workaround for ACS mapping.
3048         + make ifdef's consistent in curses.h for the extended colors so the
3049           header file can be used for the normal curses library.  The header
3050           file installed for extended colors is a variation of the
3051           wide-character configuration (report by Frederic L W Meunier).
3052
3053 20051231
3054         + add a workaround to ACS mapping to allow applications such as
3055           test/blue.c to use the "PC ROM" characters by masking them with
3056           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
3057           of legacy coding (report by Michael Deutschmann).
3058         + add a null-pointer check in the wide-character version of
3059           calculate_actual_width() (report by Victor Julien).
3060         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
3061           values to be set independently (patch by William McBrine).
3062         + modify test/configure script to allow building test programs with
3063           PDCurses/X11.
3064         + modified test programs to allow some to work with NetBSD curses.
3065           Several do not because NetBSD curses implements a subset of X/Open
3066           curses, and also lacks much of SVr4 additions.  But it's enough for
3067           comparison.
3068         + update config.guess and config.sub
3069
3070 20051224
3071         + use BSD-specific fix for return-value from cgetent() from CVS where
3072           an unknown terminal type would be reportd as "database not found".
3073         + make tgetent() return code more readable using new symbols
3074           TGETENT_YES, etc.
3075         + remove references to non-existent "tctest" program.
3076         + remove TESTPROGS from progs/Makefile.in (it was referring to code
3077           that was never built in that directory).
3078         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
3079
3080 20051217
3081         + add use_legacy_coding() function to support lynx's font-switching
3082           feature.
3083         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
3084         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
3085           bool.
3086
3087 20051210
3088         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
3089           overwrite() and copywin() with different combinations of colors and
3090           attributes (including background color) to make it easy to see the
3091           effect of the different functions.
3092         + corrections to menu/m_global.c for wide-characters (report by
3093           Victor Julien).
3094
3095 20051203
3096         + add configure option --without-dlsym, allowing developers to
3097           configure GPM support without using dlsym() (discussion with Michael
3098           Setzer).
3099         + fix wins_nwstr(), which did not handle single-column non-8bit codes
3100           (Debian #341661).
3101
3102 20051126
3103         + move prototypes for wide-character trace functions from curses.tail
3104           to curses.wide to avoid accidental reference to those if
3105           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
3106           included.
3107         + add/use NCURSES_INLINE definition.
3108         + change some internal functions to use int/unsigned rather than the
3109           short equivalents.
3110
3111 20051119
3112         + remove a redundant check in lib_color.c (Debian #335655).
3113         + use ld's -search_paths_first option on Darwin to work around odd
3114           search rules on that platform (report by Christian Gennerat, analysis
3115           by Andrea Govoni).
3116         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
3117         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
3118         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
3119
3120 20051112
3121         + other minor fixes to cygwin based on tack -TD
3122         + correct smacs in cygwin (Debian #338234, report by Baurzhan
3123           Ismagulov, who noted that it was fixed in Cygwin).
3124
3125 20051029
3126         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
3127         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
3128           since those record the state of multicolumn characters (Debian
3129           #316663).
3130         + modify werase to clear multicolumn characters that extend into
3131           a derived window (Debian #316663).
3132
3133 20051022
3134         + move assignment from environment variable ESCDELAY from initscr()
3135           down to newterm() so the environment variable affects timeouts for
3136           terminals opened with newterm() as well.
3137         + fix a memory leak in keyname().
3138         + add test/demo_altkeys.c
3139         + modify test/demo_defkey.c to exit from loop via 'q' to allow
3140           leak-checking, as well as fix a buffer size in winnstr() call.
3141
3142 20051015
3143         + correct order of use-clauses in rxvt-basic entry which made codes for
3144           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
3145         + suppress configure check for gnatmake if Ada95/Makefile.in is not
3146           found.
3147         + correct a typo in configure --with-bool option for the case where
3148           --without-cxx is used (report by Daniel Jacobowitz).
3149         + add a note to INSTALL's discussion of --with-normal, pointing out
3150           that one may wish to use --without-gpm to ensure a completely
3151           static link (prompted by report by Felix von Leitner).
3152
3153 20051010 5.5 release for upload to ftp.gnu.org
3154
3155 20051008
3156         + document in demo_forms.c some portability issues.
3157
3158 20051001
3159         + document side-effect of werase() which sets the cursor position.
3160         + save/restore the current position in form field editing to make
3161           overlay mode work.
3162
3163 20050924
3164         + correct header dependencies in progs, allowing parallel make (report
3165           by Daniel Jacobowitz).
3166         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
3167           the configure check for --with-build-cc (report by Daniel Jacobowitz).
3168         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
3169           NetBSD.
3170         + update config.guess and config.sub from
3171                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3172
3173 20050917
3174         + modify sed expression which computes path for /usr/lib/terminfo
3175           symbolic link in install to ensure that it does not change unexpected
3176           levels of the path (Gentoo #42336).
3177         + modify default for --disable-lp64 configure option to reduce impact
3178           on existing 64-bit builds.  Enabling the _LP64 option may change the
3179           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
3180           default (report by Mike Frysinger).
3181         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
3182           default if it is used.
3183         + improve configure script logic for bumping ABI to omit this if the
3184           --with-abi-version option was used.
3185         + update address for Free Software Foundation in tack's source.
3186         + correct wins_wch(), which was not marking the filler-cells of
3187           multi-column characters (cf:  20041023).
3188
3189 20050910
3190         + modify mouse initialization to ensure that Gpm_Open() is called only
3191           once.  Otherwise GPM gets confused in its initialization of signal
3192           handlers (Debian #326709).
3193
3194 20050903
3195         + modify logic for backspacing in a multiline form field to ensure that
3196           it works even when the preceding line is full (report by Frank van
3197           Vugt).
3198         + remove comment about BUGS section of ncurses manpage (Debian #325481)
3199
3200 20050827
3201         + document some workarounds for shared and libtool library
3202           configurations in INSTALL (see --with-shared and --with-libtool).
3203         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
3204           cross-compilers which emit the platform name in their version
3205           message, e.g.,
3206                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
3207           (report by Frank van Vugt).
3208
3209 20050820
3210         + start updating documentation for upcoming 5.5 release.
3211         + fix to make libtool  and libtinfo work together again (cf: 20050122).
3212         + fixes to allow building traces into libtinfo
3213         + add debug trace to tic that shows if/how ncurses will write to the
3214           lower corner of a terminal's screen.
3215         + update llib-l* files.
3216
3217 20050813
3218         + modify initializers in c++ binding to build with old versions of g++.
3219         + improve special case for 20050115 repainting fix, ensuring that if
3220           the first changed cell is not a character that the range to be
3221           repainted is adjusted to start at a character's beginning (Debian
3222           #316663).
3223
3224 20050806
3225         + fixes to build on QNX 6.1
3226         + improve configure script checks for Intel 9.0 compiler.
3227         + remove #include's for libc.h (obsolete).
3228         + adjust ifdef's in curses.priv.h so that when cross-compiling to
3229           produce comp_hash and make_keys, no dependency on wchar.h is needed.
3230           That simplifies the build-cppflags (report by Frank van Vugt).
3231         + move modules related to key-binding into libtinfo to fix linkage
3232           problem caused by 20050430 changes to MKkeyname.sh (report by
3233           Konstantin Andreev).
3234
3235 20050723
3236         + updates/fixes for configure script macros from vile -TD
3237         + make prism9's sgr string agree with the rest of the terminfo -TD
3238         + make vt220's sgr0 string consistent with sgr string, do this for
3239           several related cases -TD
3240         + improve translation to termcap by filtering the 'me' (sgr0) strings
3241           as in the runtime call to tgetent() (prompted by a discussion with
3242           Thomas Klausner).
3243         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
3244           resets line-drawing.
3245
3246 20050716
3247         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
3248           #318621).
3249         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
3250           allow it to be used by tic to provide information about the runtime
3251           changes that would be made to sgr0 for termcap applications.
3252         + modify make_sed.sh to make the group-name in the NAME section of
3253           form/menu library manpage agree with the TITLE string when renaming
3254           is done for Debian (Debian #78866).
3255
3256 20050702
3257         + modify parameter type in c++ binding for insch() and mvwinsch() to
3258           be consistent with underlying ncurses library (was char, is chtype).
3259         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
3260           on Linux.
3261         + improve configure check for nanosleep(), checking that it works since
3262           some older systems such as AIX 4.3 have a nonworking version.
3263
3264 20050625
3265         + update config.guess and config.sub from
3266                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3267         + modify misc/shlib to work in test-directory.
3268         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
3269           allows cross-compiles to use the host's tic program to handle the
3270           "make install.data" step.
3271         + improve description of $LINES and $COLUMNS variables in manpages
3272           (prompted by report by Dave Ulrick).
3273         + improve description of cross-compiling in INSTALL
3274         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
3275           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
3276         + modify configure script to obtain soname for GPM library (discussion
3277           with Daniel Jacobowitz).
3278         + modify configure script so that --with-chtype option will still
3279           compute the unsigned literals suffix for constants in curses.h
3280           (report by Daniel Jacobowitz:
3281         + patches from Daniel Jacobowitz:
3282           + the man_db.renames entry for tack.1 was backwards.
3283           + tack.1 had some 1m's that should have been 1M's.
3284           + the section for curs_inwstr.3 was wrong.
3285
3286 20050619
3287         + correction to --with-chtype option (report by Daniel Jacobowitz).
3288
3289 20050618
3290         + move build-time edit_man.sh and edit_man.sed scripts to top directory
3291           to simplify reusing them for renaming tack's manpage (prompted by a
3292           review of Debian package).
3293         + revert minor optimization from 20041030 (Debian #313609).
3294         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
3295           1.5.10 and 1.5.18 (all work except as noted previously for the c++
3296           install using libtool 1.5.0):
3297           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
3298             program.
3299           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
3300         + add configure options --with-chtype and --with-mmask-t, to allow
3301           overriding of the non-LP64 model's use of the corresponding types.
3302         + revise test for size of chtype (and mmask_t), which always returned
3303           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
3304
3305 20050611
3306         + change _tracef's that used "%p" format for va_list values to ignore
3307           that, since on some platforms those are not pointers.
3308         + fixes for long-formats in printf's due to largefile support.
3309
3310 20050604
3311         + fixes for termcap support:
3312           + reset pointer to _nc_curr_token.tk_name when the input stream is
3313             closed, which could point to free memory (cf: 20030215).
3314           + delink TERMTYPE data which is used by the termcap reader, so that
3315             extended names data will be freed consistently.
3316           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
3317             its callers.
3318           + add some entrypoints for freeing permanently allocated data via
3319             _nc_freeall() when NO_LEAKS is defined.
3320         + amend 20041030 change to _nc_do_color to ensure that optimization is
3321           applied only when the terminal supports back_color_erase (bce).
3322
3323 20050528
3324         + add sun-color terminfo entry -TD
3325         + correct a missing assignment in c++ binding's method
3326           NCursesPanel::UserPointer() from 20050409 changes.
3327         + improve configure check for large-files, adding check for dirent64
3328           from vile -TD
3329         + minor change to configure script to improve linker options for the
3330           Ada95 tree.
3331
3332 20050515
3333         + document error conditions for ncurses library functions (report by
3334           Stanislav Ievlev).
3335         + regenerated html documentation for ada binding.
3336           see ftp://invisible-island.net/ncurses/patches/gnathtml
3337
3338 20050507
3339         + regenerated html documentation for manpages.
3340         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
3341           ncurses/Makefile (Gentoo #89772).
3342         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
3343           (patch by Mike Frysinger).
3344         + modify tic to filter out long extended names when translating to
3345           termcap format.  Only two characters are permissible for termcap
3346           capability names.
3347
3348 20050430
3349         + modify terminfo entries xterm-new and rxvt to add strings for
3350           shift-, control-cursor keys.
3351         + workaround to allow c++ binding to compile with g++ 2.95.3, which
3352           has a broken implementation of static_cast<> (patch by Jeff Chua).
3353         + modify initialization of key lookup table so that if an extended
3354           capability (tic -x) string is defined, and its name begins with 'k',
3355           it will automatically be treated as a key.
3356         + modify test/keynames.c to allow for the possibility of extended
3357           key names, e.g., via define_key(), or via "tic -x".
3358         + add test/demo_termcap.c to show the contents of given entry via the
3359           termcap interface.
3360
3361 20050423
3362         + minor fixes for vt100/vt52 entries -TD
3363         + add configure option --enable-largefile
3364         + corrected libraries used to build Ada95/gen/gen, found in testing
3365           gcc 4.0.0.
3366
3367 20050416
3368         + update config.guess, config.sub
3369         + modify configure script check for _XOPEN_SOURCE, disable that on
3370           Darwin whose header files have problems (patch by Chris Zubrzycki).
3371         + modify form library Is_Printable_String() to use iswprint() rather
3372           than wcwidth() for determining if a character is printable.  The
3373           latter caused it to reject menu items containing non-spacing
3374           characters.
3375         + modify ncurses test program's F-test to handle non-spacing characters
3376           by combining them with a reverse-video blank.
3377         + review/fix several gcc -Wconversion warnings.
3378
3379 20050409
3380         + correct an off-by-one error in m_driver() for mouse-clicks used to
3381           position the mouse to a particular item.
3382         + implement test/demo_menus.c
3383         + add some checks in lib_mouse to ensure SP is set.
3384         + modify C++ binding to make 20050403 changes work with the configure
3385           --enable-const option.
3386
3387 20050403
3388         + modify start_color() to return ERR if it cannot allocate memory.
3389         + address g++ compiler warnings in C++ binding by adding explicit
3390           member initialization, assignment operators and copy constructors.
3391           Most of the changes simply preserve the existing semantics of the
3392           binding, which can leak memory, etc., but by making these features
3393           visible, it provides a framework for improving the binding.
3394         + improve C++ binding using static_cast, etc.
3395         + modify configure script --enable-warnings to add options to g++ to
3396           correspond to the gcc --enable-warnings.
3397         + modify C++ binding to use some C internal functions to make it
3398           compile properly on Solaris (and other platforms).
3399
3400 20050327
3401         + amend change from 20050320 to limit it to configurations with a
3402           valid locale.
3403         + fix a bug introduced in 20050320 which broke the translation of
3404           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
3405
3406 20050326
3407         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
3408           chtype and mmask_t, but add configure option --disable-lp64 in case
3409           anyone used that configuration.
3410         + update misc/shlib script to account for Mac OS X (report by Michail
3411           Vidiassov).
3412         + correct comparison for wrapping multibyte characters in
3413           waddch_literal() (report by Takahashi Tamotsu).
3414
3415 20050320
3416         + add -c and -w options to tset to allow user to suppress ncurses'
3417           resizing of the terminal emulator window in the special case where it
3418           is not able to detect the true size (report by Win Delvaux, Debian
3419           #300419).
3420         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
3421           codes 128-159 as part of multibyte characters (report by Wang
3422           WenRui, Debian #300512).
3423
3424 20050319
3425         + modify ncurses.c 'd' test to make it work with 88-color
3426           configuration, i.e., by implementing scrolling.
3427         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
3428           configuration.
3429
3430 20050312
3431         + change tracemunch to use strict checking.
3432         + modify ncurses.c 'p' test to test line-drawing within a pad.
3433         + implement environment variable NCURSES_NO_UTF8_ACS to support
3434           miscellaneous terminal emulators which ignore alternate character
3435           set escape sequences when in UTF-8 mode.
3436
3437 20050305
3438         + change NCursesWindow::err_handler() to a virtual function (request by
3439           Steve Beal).
3440         + modify fty_int.c and fty_num.c to handle wide characters (report by
3441           Wolfgang Gutjahr).
3442         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
3443           and wide characters inconsistently (report by Wolfgang Gutjahr).
3444         + update llib-* files to reflect internal interface additions/changes.
3445
3446 20050226
3447         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
3448           from lynx.
3449         + add aixterm-16color terminfo entry -TD
3450         + modified xterm-new terminfo entry to work with tgetent() changes -TD
3451         + extended changes in tgetent() from 20040710 to allow the substring of
3452           sgr0 which matches rmacs to be at the beginning of the sgr0 string
3453           (request by Thomas Wolff).  Wolff says the visual effect in
3454           combination with pre-20040710 ncurses is improved.
3455         + fix off-by-one in winnstr() call which caused form field validation
3456           of multibyte characters to ignore the last character in a field.
3457         + correct logic in winsch() for inserting multibyte strings; the code
3458           would clear cells after the insertion rather than push them to the
3459           right (cf: 20040228).
3460         + fix an inconsistency in Check_Alpha_Field() between normal and wide
3461           character logic (report by Wolfgang Gutjahr).
3462
3463 20050219
3464         + fix a bug in editing wide-characters in form library: deleting a
3465           nonwide character modified the previous wide-character.
3466         + update manpage to describe NCURSES_MOUSE_VERSION 2.
3467         + correct manpage description of mouseinterval() (Debian #280687).
3468         + add a note to default_colors.3x explaining why this extension was
3469           added (Debian #295083).
3470         + add traces to panel library.
3471
3472 20050212
3473         + improve editing of wide-characters in form library:  left/right
3474           cursor movement, and single-character deletions work properly.
3475         + disable GPM mouse support when $TERM happens to be prefixed with
3476           "xterm".  Gpm_Open() would otherwise assert that it can deal with
3477           mouse events in this case.
3478         + modify GPM mouse support so it closes the server connection when
3479           the caller disables the mouse (report by Stanislav Ievlev).
3480
3481 20050205
3482         + add traces for callback functions in form library.
3483         + add experimental configure option --enable-ext-mouse, which defines
3484           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
3485           support wheel mice, which may transmit buttons 4 and 5.  This works
3486           with xterm and similar X terminal emulators (prompted by question by
3487           Andreas Henningsson, this is also related to Debian #230990).
3488         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
3489           avoid redefinition warnings on cygwin.
3490
3491 20050129
3492         + merge remaining development changes for extended colors (mostly
3493           complete, does not appear to break other configurations).
3494         + add xterm-88color.dat (part of extended colors testing).
3495         + improve _tracedump() handling of color pairs past 96.
3496         + modify return-value from start_color() to return OK if colors have
3497           already been started.
3498         + modify curs_color.3x list error conditions for init_pair(),
3499           pair_content() and color_content().
3500         + modify pair_content() to return -1 for consistency with init_pair()
3501           if it corresponds to the default-color.
3502         + change internal representation of default-color to allow application
3503           to use color number 255.  This does not affect the total number of
3504           color pairs which are allowed.
3505         + add a top-level tags rule.
3506
3507 20050122
3508         + add a null-pointer check in wgetch() in case it is called without
3509           first calling initscr().
3510         + add some null-pointer checks for SP, which is not set by libtinfo.
3511         + modify misc/shlib to ensure that absolute pathnames are used.
3512         + modify test/Makefile.in, etc., to link test programs only against the
3513           libraries needed, e.g., omit form/menu/panel library for the ones
3514           that are curses-specific.
3515         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
3516           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
3517           is that the corresponding data which belongs to the upper-level
3518           ncurses library has a different size in each model (report by
3519           Stanislav Ievlev).
3520
3521 20050115
3522         + minor fixes to allow test-compiles with g++.
3523         + correct column value shown in tic's warnings, which did not account
3524           for leading whitespace.
3525         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
3526           where a following line begins in column 1.
3527         + modify _nc_save_str() to return a null pointer on buffer overflow.
3528         + improve repainting while scrolling wide-character data (Eungkyu Song).
3529
3530 20050108
3531         + merge some development changes to extend color capabilities.
3532
3533 20050101
3534         + merge some development changes to extend color capabilities.
3535         + fix manpage typo (FreeBSD report docs/75544).
3536         + update config.guess, config.sub
3537         > patches for configure script (Albert Chin-A-Young):
3538         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
3539           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
3540           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
3541           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
3542         + print the result of the --disable-home-terminfo option.
3543         + use -rpath when compiling with SGI C compiler.
3544
3545 20041225
3546         + add trace calls to remaining public functions in form and menu
3547           libraries.
3548         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
3549         + fix typo in test/ncurses.c 'c' test from 20041218.
3550
3551 20041218
3552         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
3553           and xterm-256color, added 'C' test using the wide-character color_set
3554           and attr_set functions.
3555
3556 20041211
3557         + modify configure script to work with Intel compiler.
3558         + fix an limit-check in wadd_wchnstr() which caused labels in the
3559           forms-demo to be one character short.
3560         + fix typo in curs_addchstr.3x (Jared Yanovich).
3561         + add trace calls to most functions in form and menu libraries.
3562         + update working-position for adding wide-characters when window is
3563           scrolled (prompted by related report by Eungkyu Song).
3564
3565 20041204
3566         + replace some references on Linux to wcrtomb() which use it to obtain
3567           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
3568           broken in glibc (see Debian #284260).
3569         + corrected length-computation in wide-character support for
3570           field_buffer().
3571         + some fixes to frm_driver.c to allow it to accept multibyte input.
3572         + modify configure script to work with Intel 8.0 compiler.
3573
3574 20041127
3575         + amend change to setupterm() in 20030405 which would reuse the value
3576           of cur_term if the same output was selected.  This now reuses it only
3577           when setupterm() is called from tgetent(), which has no notion of
3578           separate SCREENs.  Note that tgetent() must be called after initscr()
3579           or newterm() to use this feature (Redhat Bugzilla #140326).
3580         + add a check in CF_BUILD_CC macro to ensure that developer has given
3581           the --with-build-cc option when cross-compiling (report by Alexandre
3582           Campo).
3583         + improved configure script checks for _XOPEN_SOURCE and
3584           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
3585           updates from lynx).
3586         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
3587           for consistency (comment by Dan Nelson).
3588
3589 20041120
3590         + update wsvt25 terminfo entry -TD
3591         + modify test/ins_wide.c to test all flavors of ins_wstr().
3592         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
3593           which consists of multi-column characters, since this function
3594           constructs them (cf: 20041023).
3595         + modify winnstr() to return multibyte character strings for the
3596           wide-character configuration.
3597
3598 20041106
3599         + fixes to make slk_set() and slk_wset() accept and store multibyte
3600           or multicolumn characters.
3601
3602 20041030
3603         + improve color optimization a little by making _nc_do_color() check
3604           if the old/new pairs are equivalent to the default pair 0.
3605         + modify assume_default_colors() to not require that
3606           use_default_colors() be called first.
3607
3608 20041023
3609         + modify term_attrs() to use termattrs(), add the extended attributes
3610           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
3611         + add logic in waddch_literal() to clear orphaned cells when one
3612           multi-column character partly overwrites another.
3613         + improved logic for clearing cells when a multi-column character
3614           must be wrapped to a new line.
3615         + revise storage of cells for multi-column characters to correct a
3616           problem with repainting.  In the old scheme, it was possible for
3617           doupdate() to decide that only part of a multi-column character
3618           should be repainted since the filler cells stored only an attribute
3619           to denote them as fillers, rather than the character value and the
3620           attribute.
3621
3622 20041016
3623         + minor fixes for traces.
3624         + add SP->_screen_acs_map[], used to ensure that mapping of missing
3625           line-drawing characters is handled properly.  For example, ACS_DARROW
3626           is absent from xterm-new, and it was coincidentally displayed the
3627           same as ACS_BTEE.
3628
3629 20041009
3630         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
3631           and smacs strings as well.  Also modify the check for screen's
3632           limitations in that area to allow the multi-character shift-in
3633           and shift-out which seem to work.
3634         + change GPM initialization, using dl library to load it dynamically
3635           at runtime (Debian #110586).
3636
3637 20041002
3638         + correct logic for color pair in setcchar() and getcchar() (patch by
3639           Marcin 'Qrczak' Kowalczyk).
3640         + add t/T commands to ncurses b/B tests to allow a different color to
3641           be tested for the attrset part of the test than is used in the
3642           background color.
3643
3644 20040925
3645         + fix to make setcchar() to work when its wchar_t* parameter is
3646           pointing to a string which contains more data than can be converted.
3647         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
3648           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
3649
3650 20040918
3651         + remove check in wget_wch() added to fix an infinite loop, appears to
3652           have been working around a transitory glibc bug, and interferes
3653           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
3654         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
3655           information (report by Marcin 'Qrczak' Kowalczyk).
3656         + fix aclocal.m4 so that the wide-character version of ncurses gets
3657           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
3658           (adapted from patch by James J Ramsey).
3659         + change configure script for --with-caps option to indicate that it
3660           is no longer experimental.
3661         + change configure script to reflect the fact that --enable-widec has
3662           not been "experimental" since 5.3 (report by Bruno Lustosa).
3663
3664 20040911
3665         + add 'B' test to ncurses.c, to exercise some wide-character functions.
3666
3667 20040828
3668         + modify infocmp -i option to match 8-bit controls against its table
3669           entries, e.g., so it can analyze the xterm-8bit entry.
3670         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
3671         + correct translation of "%%" in terminfo format to termcap, e.g.,
3672           using "tic -C" (Redhat Bugzilla #130921).
3673         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
3674           it defines _POSIX_C_SOURCE, that it defines it to a specific value
3675           (comp.os.stratus newsgroup comment).
3676
3677 20040821
3678         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
3679           fatal, and gnat does not follow the guidelines for pragmas).
3680           However that did find a coding error in Assume_Default_Colors().
3681         + modify several terminfo entries to ensure xterm mouse and cursor
3682           visibility are reset in rs2 string:  hurd, putty, gnome,
3683           konsole-base, mlterm, Eterm, screen (Debian #265784, #55637).  The
3684           xterm entries are left alone - old ones for compatibility, and the
3685           new ones do not require this change. -TD
3686
3687 20040814
3688         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
3689           and window managers (Debian #265631).
3690         > terminfo updates -TD
3691         + remove dch/dch1 from rxvt because they are implemented inconsistently
3692           with the common usage of bce/ech
3693         + remove khome from vt220 (vt220's have no home key)
3694         + add rxvt+pcfkeys
3695
3696 20040807
3697         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
3698           combinations of video attributes so that for instance bold and
3699           underline can be tested.  This made the legend too crowded, added
3700           a help window as well.
3701         + modify test/ncurses.c 'b' test to cycle through default colors if
3702           the -d option is set.
3703         + update putty terminfo entry (Robert de Bath).
3704
3705 20040731
3706         + modify test/cardfile.c to allow it to read more data than can be
3707           displayed.
3708         + correct logic in resizeterm.c which kept it from processing all
3709           levels of window hierarchy (reports by Folkert van Heusden,
3710           Chris Share).
3711
3712 20040724
3713         + modify "tic -cv" to ignore delays when comparing strings.  Also
3714           modify it to ignore a canceled sgr string, e.g., for terminals which
3715           cannot properly combine attributes in one control sequence.
3716         + corrections for gnome and konsole entries (Redhat Bugzilla #122815,
3717           patch by Hans de Goede)
3718         > terminfo updates -TD
3719         + make ncsa-m rmacs/smacs consistent with sgr
3720         + add sgr, rc/sc and ech to syscons entries
3721         + add function-keys to decansi
3722         + add sgr to mterm-ansi
3723         + add sgr, civis, cnorm to emu
3724         + correct/simplify cup in addrinfo
3725
3726 20040717
3727         > terminfo updates -TD
3728         + add xterm-pc-fkeys
3729         + review/update gnome and gnome-rh90 entries (prompted by Redhat
3730           Bugzilla #122815).
3731         + review/update konsole entries
3732         + add sgr, correct sgr0 for kterm and mlterm
3733         + correct tsl string in kterm
3734
3735 20040711
3736         + add configure option --without-xterm-new
3737
3738 20040710
3739         + add check in wget_wch() for printable bytes that are not part of a
3740           multibyte character.
3741         + modify wadd_wchnstr() to render text using window's background
3742           attributes.
3743         + improve tic's check to compare sgr and sgr0.
3744         + fix c++ directory's .cc.i rule.
3745         + modify logic in tgetent() which adjusts the termcap "me" string
3746           to work with ISO-2022 string used in xterm-new (cf: 20010908).
3747         + modify tic's check for conflicting function keys to omit that if
3748           converting termcap to termcap format.
3749         + add -U option to tic and infocmp.
3750         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
3751         > terminfo updates -TD
3752         + minor fixes for emu
3753         + add emu-220
3754         + change wyse acsc strings to use 'i' map rather than 'I'
3755         + fixes for avatar0
3756         + fixes for vp3a+
3757
3758 20040703
3759         + use tic -x to install terminfo database -TD
3760         + add -x to infocmp's usage message.
3761         + correct field used for comparing O_ROWMAJOR in set_menu_format()
3762           (report/patch by Tony Li).
3763         + fix a missing nul check in set_field_buffer() from 20040508 changes.
3764         > terminfo updates -TD
3765           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
3766             xterm-basic -TD
3767           + align with xterm patch #192's use of xterm-new -TD
3768           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
3769           + make xterm-new the default "xterm" entry -TD
3770
3771 20040626
3772         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
3773           cross-compiling from a separate directory tree (report/patch by
3774           Dan Engel).
3775         + modify is_term_resized() to ensure that window sizes are nonzero,
3776           as documented in the manpage (report by Ian Collier).
3777         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
3778           (Debian #249214, report/patch by Jeff Bailey).
3779         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
3780         + update config.guess, config.sub
3781         > terminfo updates -TD
3782           + add mlterm
3783           + add xterm-xf86-v44
3784           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
3785             relies on G1 being used via an ISO-2022 escape sequence (report by
3786             Juliusz Chroboczek)
3787           + add 'hurd' entry
3788
3789 20040619
3790         + reconsidered winsnstr(), decided after comparing other
3791           implementations that wrapping is an X/Open documentation error.
3792         + modify test/inserts.c to test all flavors of insstr().
3793
3794 20040605
3795         + add setlocale() calls to a few test programs which may require it:
3796           demo_forms.c, filter.c, ins_wide.c, inserts.c
3797         + correct a few misspelled function names in ncurses-intro.html (report
3798           by Tony Li).
3799         + correct internal name of key_defined() manpage, which conflicted with
3800           define_key().
3801
3802 20040529
3803         + correct size of internal pad used for holding wide-character
3804           field_buffer() results.
3805         + modify data_ahead() to work with wide-characters.
3806
3807 20040522
3808         + improve description of terminfo if-then-else expressions (suggested
3809           by Arne Thomassen).
3810         + improve test/ncurses.c 'd' test, allow it to use external file for
3811           initial palette (added xterm-16color.dat and linux-color.dat), and
3812           reset colors to the initial palette when starting/ending the test.
3813         + change limit-check in init_color() to allow r/g/b component to
3814           reach 1000 (cf: 20020928).
3815
3816 20040516
3817         + modify form library to use cchar_t's rather than char's in the
3818           wide-character configuration for storing data for field buffers.
3819         + correct logic of win_wchnstr(), which did not work for more than
3820           one cell.
3821
3822 20040508
3823         + replace memset/memcpy usage in form library with for-loops to
3824           simplify changing the datatype of FIELD.buf, part of wide-character
3825           changes.
3826         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
3827
3828 20040501
3829         + modify menu library to account for actual number of columns used by
3830           multibyte character strings, in the wide-character configuration
3831           (adapted from patch by Philipp Tomsich).
3832         + add "-x" option to infocmp like tic's "-x", for use in "-F"
3833           comparisons.  This modifies infocmp to only report extended
3834           capabilities if the -x option is given, making this more consistent
3835           with tic.  Some scripts may break, since infocmp previous gave this
3836           information without an option.
3837         + modify termcap-parsing to retain 2-character aliases at the beginning
3838           of an entry if the "-x" option is used in tic.
3839
3840 20040424
3841         + minor compiler-warning and test-program fixes.
3842
3843 20040417
3844         + modify tic's missing-sgr warning to apply to terminfo only.
3845         + free some memory leaks in tic.
3846         + remove check in post_menu() that prevented menus from extending
3847           beyond the screen (request by Max J. Werner).
3848         + remove check in newwin() that prevents allocating windows
3849           that extend beyond the screen.  Solaris curses does this.
3850         + add ifdef in test/color_set.c to allow it to compile with older
3851           curses.
3852         + add napms() calls to test/dots.c to make it not be a CPU hog.
3853
3854 20040403
3855         + modify unctrl() to return null if its parameter does not correspond
3856           to an unsigned char.
3857         + add some limit-checks to guard isprint(), etc., from being used on
3858           values that do not fit into an unsigned char (report by Sami Farin).
3859
3860 20040328
3861         + fix a typo in the _nc_get_locale() change.
3862
3863 20040327
3864         + modify _nc_get_locale() to use setlocale() to query the program's
3865           current locale rather than using getenv().  This fixes a case in tin
3866           which relies on legacy treatment of 8-bit characters when the locale
3867           is not initialized (reported by Urs Jansen).
3868         + add sgr string to screen's and rxvt's terminfo entries -TD.
3869         + add a check in tic for terminfo entries having an sgr0 but no sgr
3870           string.  This confuses Tru64 and HPUX curses when combined with
3871           color, e.g., making them leave line-drawing characters in odd places.
3872         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
3873           original definitions used in Debian package to fix PowerPC bug before
3874           20030802 (Debian #237629).
3875
3876 20040320
3877         + modify PutAttrChar() and PUTC() macro to improve use of
3878           A_ALTCHARSET attribute to prevent line-drawing characters from
3879           being lost in situations where the locale would otherwise treat the
3880           raw data as nonprintable (Debian #227879).
3881
3882 20040313
3883         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
3884           by Jim Idle).
3885         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
3886           some apropos script (Debian #237831).
3887
3888 20040306
3889         + modify ncurses.c 'r' test so editing commands, like inserted text,
3890           set the field background, and the state of insert/overlay editing
3891           mode is shown in that test.
3892         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
3893         + correct logic in test/ncurses.c 'b' for noncolor terminals which
3894           did not recognize a quit-command (cf: 20030419).
3895
3896 20040228
3897         + modify _nc_insert_ch() to allow for its input to be part of a
3898           multibyte string.
3899         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
3900           that this function performs wrapping, unlike all of the other
3901           insert-functions.  Currently it does not wrap.
3902         + check for nl_langinfo(CODESET), use it if available (report by
3903           Stanislav Ievlev).
3904         + split-out CF_BUILD_CC macro, actually did this for lynx first.
3905         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
3906           which happened to work with bash, but not with Bourne shell (report
3907           by Marco d'Itri via tin-dev).
3908
3909 20040221
3910         + some changes to adapt the form library to wide characters, incomplete
3911           (request by Mike Aubury).
3912         + add symbol to curses.h which can be used to suppress include of
3913           stdbool.h, e.g.,
3914                 #define NCURSES_ENABLE_STDBOOL_H 0
3915                 #include <curses.h>
3916           (discussion on XFree86 mailing list).
3917
3918 20040214
3919         + modify configure --with-termlib option to accept a value which sets
3920           the name of the terminfo library.  This would allow a packager to
3921           build libtinfow.so renamed to coincide with libtinfo.so (discussion
3922           with Stanislav Ievlev).
3923         + improve documentation of --with-install-prefix, --prefix and
3924           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
3925         + add configure check if the compiler can use -c -o options to rename
3926           its output file, use that to omit the 'cd' command which was used to
3927           ensure object files are created in a separate staging directory
3928           (prompted by comments by Johnny Wezel, Martin Mokrejs).
3929
3930 20040208 5.4 release for upload to ftp.gnu.org
3931         + update TO-DO.
3932
3933 20040207 pre-release
3934         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
3935           and do not count %d if it follows a %p.
3936         + correct an inconsistency between handling of codes in the 128-255
3937           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
3938           locale, the latter did not show printable results, while the former
3939           did.
3940         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
3941           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
3942           verified by Scott Corscadden).
3943
3944 20040131 pre-release
3945         + modify SCREEN struct to align it between normal/wide curses flavors
3946           to simplify future changes to build a single version of libtinfo
3947           (patch by Stanislav Ievlev).
3948         + document handling of carriage return by addch() in manpage.
3949         + document special features of unctrl() in manpage.
3950         + documented interface changes in INSTALL.
3951         + corrected control-char test in lib_addch.c to account for locale
3952           (Debian #230335, cf: 971206).
3953         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
3954         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
3955         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
3956
3957 20040125 pre-release
3958         + amend change to PutAttrChar() from 20030614 which computed the number
3959           of cells for a possibly multi-cell character.  The 20030614 change
3960           forced the cell to a blank if the result from wcwidth() was not
3961           greater than zero.  However, wcwidth() called for parameters in the
3962           range 128-255 can give this return value.  The logic now simply
3963           ensures that the number of cells is greater than zero without
3964           modifying the displayed value.
3965
3966 20040124 pre-release
3967         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
3968         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
3969           that works better for cross-compiling.
3970
3971 20040117 pre-release
3972         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
3973           work around core dump in Solaris 8's locale support, e.g., for
3974           zh_CN.GB18030 (report by Saravanan Bellan).
3975         + add includes for <stdarg.h> and <stdio.h> in configure script macro
3976           to make <wchar.h> check work with Tru64 4.0d.
3977         + add terminfo entry for U/Win -TD
3978         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
3979           Bianchi).
3980         + modify tput's error messages to prefix them with the program name
3981           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
3982           #227586)).
3983         + correct a place in tack where exit_standout_mode was used instead of
3984           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
3985         + modify c++/cursesf.h to use const in the Enumeration_Field method.
3986         + remove an ambiguous (actually redundant) method from c++/cursesf.h
3987         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
3988         + improve sed script which extracts libtool's version in the
3989           CF_WITH_LIBTOOL macro.
3990         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
3991           simplify local patch for Albert Chin-A-Young)..
3992         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
3993           patch by Albert Chin-A-Young)..
3994         + fix a missing substitution in configure.in for "$target" needed for
3995           HPUX .so/.sl case.
3996         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
3997           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
3998         + make check for stdbool.h more specific, to ensure that including it
3999           will actually define/declare bool for the configured compiler.
4000         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
4001           intention of that is to #define NCURSES_BOOL as bool when the
4002           compiler declares bool, and to #define bool as NCURSES_BOOL when it
4003           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
4004
4005 20040110 pre-release
4006         + change minor version to 4, i.e., ncurses 5.4
4007         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
4008           Sittler).
4009         + simplified ncurses/base/version.c by defining the result from the
4010           configure script rather than using sprintf (suggested by Stanislav
4011           Ievlev).
4012         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
4013           Ievlev).
4014         + modify configure script so that when configuring for termlib, programs
4015           such as tic are not linked with the upper-level ncurses library
4016           (suggested by Stanislav Ievlev).
4017         + move version.c from ncurses/base to ncurses/tinfo to allow linking
4018           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
4019
4020 20040103
4021         + adjust -D's to build ncursesw on OpenBSD.
4022         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
4023         + add pecho_wchar().
4024         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
4025           available) on older platforms.
4026
4027 20031227
4028         + add -D's to build ncursew on FreeBSD 5.1.
4029         + modify shared library configuration for FreeBSD 4.x/5.x to add the
4030           soname information (request by Marc Glisse).
4031         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
4032           for limiting the length of a filename in the terminfo database.
4033         + modify termname() to return the terminal name used by setupterm()
4034           rather than $TERM, without truncating to 14 characters as documented
4035           by X/Open (report by Stanislav Ievlev, cf:  970719).
4036         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
4037
4038 20031220
4039         + add configure option --with-manpage-format=catonly to address
4040           behavior of BSDI, allow install of man+cat files on NetBSD, whose
4041           behavior has diverged by requiring both to be present.
4042         + remove leading blanks from comment-lines in manlinks.sed script to
4043           work with Tru64 4.0d.
4044         + add screen.linux terminfo entry (discussion on mutt-users mailing
4045           list).
4046
4047 20031213
4048         + add a check for tic to flag missing backslashes for termcap
4049           continuation lines.  ncurses reads the whole entry, but termcap
4050           applications do not.
4051         + add configure option "--with-manpage-aliases" extending
4052           "--with-manpage-aliases" to provide the option of generating ".so"
4053           files rather than symbolic links for manpage aliases.
4054         + add bool definition in include/curses.h.in for configurations with no
4055           usable C++ compiler (cf: 20030607).
4056         + fix pathname of SigAction.h for building with --srcdir (reported by
4057           Mike Castle).
4058
4059 20031206
4060         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
4061           since that header is used only within ncurses/tty/lib_tstp.c, for
4062           non-POSIX systems (discussion with Stanislav Ievlev).
4063         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
4064           <inger@altlinux.org>).
4065         + add test/background.c and test/color_set.c
4066         + modify color_set() function to work with color pair 0 (report by
4067           George Andreou <gbandreo@tem.uoc.gr>).
4068         + add configure option --with-trace, since defining TRACE seems too
4069           awkward for some cases.
4070         + remove a call to _nc_free_termtype() from read_termtype(), since the
4071           corresponding buffer contents were already zeroed by a memset (cf:
4072           20000101).
4073         + improve configure check for _XOPEN_SOURCE and related definitions,
4074           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
4075           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
4076         + small fixes to compile on Solaris and IRIX64 using cc.
4077         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
4078           (cf: 20031101).
4079
4080 20031129
4081         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
4082           values (Philippe Blain).
4083         + improve the nanosleep() logic in napms() by checking for EINTR and
4084           restarting (Philippe Blain).
4085         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
4086           <mooz@welho.com>).
4087
4088 20031122
4089         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
4090         + allow "\|" escape in terminfo; tic should not warn about this.
4091         + save the full pathname of the trace-file the first time it is opened,
4092           to avoid creating it in different directories if the application
4093           opens and closes it while changing its working directory.
4094         + modify configure script to provide a non-empty default for
4095           $BROKEN_LINKER
4096
4097 20031108
4098         + add DJGPP to special case of DOS-style drive letters potentially
4099           appearing in TERMCAP environment variable.
4100         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
4101           Gray).
4102         + update config.guess, config.sub
4103
4104 20031101
4105         + fix a memory leak in error-return from setupterm() (report by
4106           Stanislav Ievlev <inger@altlinux.org>).
4107         + use EXEEXT and OBJEXT consistently in makefiles.
4108         + amend fixes for cross-compiling to use separate executable-suffix
4109           BUILD_EXEEXT (cf: 20031018).
4110         + modify MKkey_defs.sh to check for sort utility that does not
4111           recognize key options, e.g., busybox (report by Peter S Mazinger
4112           <ps.m@gmx.net>).
4113         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
4114           David Krause using some of the new malloc debugging features
4115           under OpenBSD, patch by Ted Unangst).
4116         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
4117           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
4118
4119 20031025
4120         + update terminfo for xterm-xfree86 -TD
4121         + add check for multiple "tc=" clauses in a termcap to tic.
4122         + check for missing op/oc in tic.
4123         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
4124           tic to show cancelled capabilities.  These functions were ignoring
4125           the state of the target entry, which should be untouched if cancelled.
4126         + correct comment in tack/output.c (Debian #215806).
4127         + add some null-pointer checks to lib_options.c (report by Michael
4128           Bienia).
4129         + regenerated html documentation.
4130         + correction to tar-copy.sh, remove a trap command that resulted in
4131           leaving temporary files (cf: 20030510).
4132         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
4133
4134 20031018
4135         + updated test/configure to reflect changes for libtool (cf: 20030830).
4136         + fix several places in tack/pad.c which tested and used the parameter-
4137           and parameterless strings inconsistently, i.e., in pad_rin(),
4138           pad_il(), pad_indn() and pad_dl() (Debian #215805).
4139         + minor fixes for configure script and makefiles to cleanup executables
4140           generated when cross-compiling for DJGPP.
4141         + modify infocmp to omit check for $TERM for operations that do not
4142           require it, e.g., "infocmp -e" used to build fallback list (report by
4143           Koblinger Egmont).
4144
4145 20031004
4146         + add terminfo entries for DJGPP.
4147         + updated note about maintainer in ncurses-intro.html
4148
4149 20030927
4150         + update terminfo entries for gnome terminal.
4151         + modify tack to reset colors after each color test, correct a place
4152           where exit_standout_mode was used instead of exit_attribute_mode.
4153         + improve tack's bce test by making it set colors other than black
4154           on white.
4155         + plug a potential recursion between napms() and _nc_timed_wait()
4156           (report by Philippe Blain).
4157
4158 20030920
4159         + add --with-rel-version option to allow workaround to allow making
4160           libtool on Darwin generate the "same" library names as with the
4161           --with-shared option.  The Darwin ld program does not work well
4162           with a zero as the minor-version value (request by Chris Zubrzycki).
4163         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
4164         + modify tack to allow it to run from fallback terminfo data.
4165         > patch by Philippe Blain:
4166         + improve PutRange() by adjusting call to EmitRange() and corresponding
4167           return-value to not emit unchanged characters on the end of the
4168           range.
4169         + improve a check for changed-attribute by exiting a loop when the
4170           change is found.
4171         + improve logic in TransformLine(), eliminating a duplicated comparison
4172           in the clr_bol logic.
4173
4174 20030913
4175         > patch by Philippe Blain:
4176         + in ncurses/tty/lib_mvcur.c,
4177           move the label 'nonlocal' just before the second gettimeofday() to
4178           be able to compute the diff time when 'goto nonlocal' used.
4179           Rename 'msec' to 'microsec' in the debug-message.
4180         + in ncurses/tty/lib_mvcur.c,
4181           Use _nc_outch() in carriage return/newline movement instead of
4182           putchar() which goes to stdout.  Move test for xold>0 out of loop.
4183         + in ncurses/tinfo/setbuf.c,
4184           Set the flag SP->_buffered at the end of operations when all has been
4185           successful (typeMalloc can fail).
4186         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
4187
4188 20030906
4189         + modify configure script to avoid using "head -1", which does not
4190           work if POSIXLY_CORRECT (sic) is set.
4191         + modify run_tic.in to avoid using wrong shared libraries when
4192           cross-compiling (Dan Kegel).
4193
4194 20030830
4195         + alter configure script help message to make it clearer that
4196           --with-build-cc does not specify a cross-compiler (suggested by Dan
4197           Kegel <dank@kegel.com>).
4198         + modify configure script to accommodate libtool 1.5, as well as add an
4199           parameter to the "--with-libtool" option which can specify the
4200           pathname of libtool (report by Chris Zubrzycki).  We note that
4201           libtool 1.5 has more than one bug in its C++ support, so it is not
4202           able to install libncurses++, for instance, if $DESTDIR or the option
4203           --with-install-prefix is used.
4204
4205 20030823
4206         > patch by Philippe Blain:
4207         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
4208         + make baudrate computation in delay_output() consistent with the
4209           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
4210
4211 20030816
4212         + modify logic in waddch_literal() to take into account zh_TW.Big5
4213           whose multibyte sequences may contain "printable" characters, e.g.,
4214           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
4215         + improve storage used by _nc_safe_strcpy() by ensuring that the size
4216           is reset based on the initialization call, in case it were called
4217           after other strcpy/strcat calls (report by Philippe Blain).
4218         > patch by Philippe Blain:
4219         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
4220         + correct a place where _cup_cost was used rather than _cuu_cost
4221
4222 20030809
4223         + fix a small memory leak in _nc_free_termtype().
4224         + close trace-file if trace() is called with a zero parameter.
4225         + free memory allocated for soft-key strings, in delscreen().
4226         + fix an allocation size in safe_sprintf.c for the "*" format code.
4227         + correct safe_sprintf.c to not return a null pointer if the format
4228           happens to be an empty string.  This applies to the "configure
4229           --enable-safe-sprintf" option (Redhat #101486).
4230
4231 20030802
4232         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
4233           Daniel Jacobowitz).
4234         > patch by Philippe Blain:
4235         + change padding for change_scroll_region to not be proportional to
4236           the size of the scroll-region.
4237         + correct error-return in _nc_safe_strcat().
4238
4239 20030726
4240         + correct limit-checks in _nc_scroll_window() (report and test-case by
4241           Thomas Graf <graf@dms.at> cf: 20011020).
4242         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
4243           _GNU_SOURCE check.
4244
4245 20030719
4246         + use clr_eol in preference to blanks for bce terminals, so select and
4247           paste will have fewer trailing blanks, e.g., when using xterm
4248           (request by Vincent Lefevre).
4249         + correct prototype for wunctrl() in manpage.
4250         + add configure --with-abi-version option (discussion with Charles
4251           Wilson).
4252         > cygwin changes from Charles Wilson:
4253           + aclocal.m4: on cygwin, use autodetected prefix for import
4254             and static lib, but use "cyg" for DLL.
4255           + include/ncurses_dll.h: correct the comments to reflect current
4256             status of cygwin/mingw port.  Fix compiler warning.
4257           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
4258             DLL, by adding the lib-directory to the PATH variable.
4259           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
4260             primary instead of nxterm, to match XFree86's xterm.terminfo
4261             usage and to prevent circular links.
4262             (rxvt): add additional codes from rxvt.org.
4263             (rxvt-color): new alias
4264             (rxvt-xpm): new alias
4265             (rxvt-cygwin): like rxvt, but with special acsc codes.
4266             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
4267             with a "native" MSWin GUI.  Each takes different acsc codes,
4268             which are both different from the "normal" rxvt's acsc.
4269             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
4270             (cygwinDBG): ditto.
4271           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
4272             and static libs.
4273
4274 20030712
4275         + update config.guess, config.sub
4276         + add triples for configuring shared libraries with the Debian
4277           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
4278
4279 20030705
4280         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
4281           platforms have installed g++ along with the native C compiler, which
4282           would not accept gcc warning options.
4283         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
4284           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
4285         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
4286         + correct a sign-extension in wadd_wch() and wecho_wchar() from
4287           20030628 (report by Tomohiro Kubota).
4288         + work around omission of btowc() and wctob() from wide-character
4289           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
4290           Gabor Z Papp).
4291         + add portability note to curs_get_wstr.3x (Debian #199957).
4292
4293 20030628
4294         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
4295           respectively, to avoid calling waddch_noecho() with wide-character
4296           data, since that function assumes its input is 8-bit data.
4297           Similarly, modify waddnwstr() to call wadd_wch().
4298         + remove logic from waddnstr() which transformed multibyte character
4299           strings into wide-characters.  Rewrite of waddch_literal() from
4300           20030621 assumes its input is raw multibyte data rather than wide
4301           characters (report by Tomohiro Kubota).
4302
4303 20030621
4304         + write getyx() and related 2-return macros in terms of getcury(),
4305           getcurx(), etc.
4306         + modify waddch_literal() in case an application passes bytes of a
4307           multibyte character directly to waddch().  In this case, waddch()
4308           must reassemble the bytes into a wide-character (report by Tomohiro
4309           Kubota <kubota@debian.org>).
4310
4311 20030614
4312         + modify waddch_literal() in case a multibyte value occupies more than
4313           two cells.
4314         + modify PutAttrChar() to compute the number of character cells that
4315           are used in multibyte values.  This fixes a problem displaying
4316           double-width characters (report/test by Mitsuru Chinen
4317           <mchinen@yamato.ibm.com>).
4318         + add a null-pointer check for result of keyname() in _tracechar()
4319         + modify _tracechar() to work around glibc sprintf bug.
4320
4321 20030607
4322         + add a call to setlocale() in cursesmain.cc, making demo display
4323           properly in a UTF-8 locale.
4324         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
4325           by discussion with Gabor Z Papp).
4326         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
4327           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
4328         + fix a redefinition of $RANLIB in the configure script when libtool
4329           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
4330           <beren@mac.com>).
4331         + simplify ifdef for bool declaration in curses.h.in (suggested by
4332           Albert Chin-A-Young).
4333         + remove configure script check to allow -Wconversion for older
4334           versions of gcc (suggested by Albert Chin-A-Young).
4335
4336 20030531
4337         + regenerated html manpages.
4338         + modify ifdef's in curses.h.in that disabled use of __attribute__()
4339           for g++, since recent versions implement the cases which ncurses uses
4340           (Debian #195230).
4341         + modify _nc_get_token() to handle a case where an entry has no
4342           description, and capabilities begin on the same line as the entry
4343           name.
4344         + fix a typo in ncurses_dll.h reported by gcc 3.3.
4345         + add an entry for key_defined.3x to man_db.renames.
4346
4347 20030524
4348         + modify setcchar() to allow converting control characters to complex
4349           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
4350         + add tkterm entry -TD
4351         + modify parse_entry.c to allow a terminfo entry with a leading
4352           2-character name (report by Don Libes).
4353         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
4354         + fix trace statements in read_entry.c to use lseek() rather than
4355           tell().
4356         + fix signed/unsigned warnings from Sun's compiler (gcc should give
4357           these warnings, but it is unpredictable).
4358         + modify configure script to omit -Winline for gcc 3.3, since that
4359           feature is broken.
4360         + modify manlinks.sed to add a few functions that were overlooked since
4361           they return function pointers:  field_init, field_term, form_init,
4362           form_term, item_init, item_term, menu_init and menu_term.
4363
4364 20030517
4365         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
4366           be switched between cooked/raw modes because it is not a TTY (report
4367           by Wolfgang Gutjahr <gutw@knapp.com>).
4368         + change parameter of define_key() and key_defined() to const (prompted
4369           by Debian #192860).
4370         + add a check in test/configure for ncurses extensions, since there
4371           are some older versions, etc., which would not compile with the
4372           current test programs.
4373         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
4374           convert wchar_t string to multibyte form before printing it.
4375         + corrections to lib_get_wstr.c:
4376           + null-terminate buffer passed to setcchar(), which occasionally
4377             failed.
4378           + map special characters such as erase- and kill-characters into
4379             key-codes so those will work as expected even if they are not
4380             mentioned in the terminfo.
4381         + modify PUTC() and Charable() macros to make wide-character line
4382           drawing work for POSIX locale on Linux console (cf: 20021221).
4383
4384 20030510
4385         + make typography for program options in manpages consistent (report
4386           by Miloslav Trmac <mitr@volny.cz>).
4387         + correct dependencies in Ada95/src/Makefile.in, so the builds with
4388           "--srcdir" work (report by Warren L Dodge).
4389         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
4390           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
4391         + fix typos and whitespace in manpages (patch by Jason McIntyre
4392           <jmc@prioris.mini.pw.edu.pl>).
4393
4394 20030503
4395         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
4396           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
4397           the editing position before making modifications.
4398         + add test/demo_forms and associated test/edit_field.c demos.
4399         + modify test/configure.in to use test/modules for the list of objects
4400           to compile rather than using the list of programs.
4401
4402 20030419
4403         + modify logic of acsc to use the original character if no mapping is
4404           defined, noting that Solaris does this.
4405         + modify ncurses 'b' test to avoid using the acs_map[] array since
4406           20021231 changes it to no longer contain information from the acsc
4407           string.
4408         + modify makefile rules in c++, progs, tack and test to ensure that
4409           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
4410           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
4411         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
4412           not be shown when colors are used, i.e., if ncv#1 is set in the
4413           terminfo as is done in "screen".
4414
4415 20030412
4416         + add a test for slk_color(), in ncurses.c
4417         + fix some issues reported by valgrind in the slk_set() and slk_wset()
4418           code, from recent rewrite.
4419         + modify ncurses 'E' test to use show previous label via slk_label(),
4420           as in 'e' test.
4421         + modify wide-character versions of NewChar(), NewChar2() macros to
4422           ensure that the whole struct is initialized.
4423
4424 20030405
4425         + modify setupterm() to check if the terminfo and terminal-modes have
4426           already been read.  This ensures that it does not reinvoke
4427           def_prog_mode() when an application calls more than one function,
4428           such as tgetent() and initscr() (report by Olaf Buddenhagen).
4429
4430 20030329
4431         + add 'E' test to ncurses.c, to exercise slk_wset().
4432         + correct handling of carriage-return in wgetn_wstr(), used in demo of
4433           slk_wset().
4434         + first draft of slk_wset() function.
4435
4436 20030322
4437         + improved warnings in tic when suppressing items to fit in termcap's
4438           1023-byte limit.
4439         + built a list in test/README showing which externals are being used
4440           by either programs in the test-directory or via internal library
4441           calls.
4442         + adjust include-options in CF_ETIP_DEFINES to avoid missing
4443           ncurses_dll.h, fixing special definitions that may be needed for
4444           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
4445
4446 20030315
4447         + minor fixes for cardfile.c, to make it write the updated fields to
4448           a file when ^W is given.
4449         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
4450           trace code.
4451
4452 20030308
4453         + correct a case in _nc_remove_string(), used by define_key(), to avoid
4454           infinite loop if the given string happens to be a substring of other
4455           strings which are assigned to keys (report by John McCutchan).
4456         + add key_defined() function, to tell which keycode a string is bound
4457           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
4458         + correct keybound(), which reported definitions in the wrong table,
4459           i.e., the list of definitions which are disabled by keyok().
4460         + modify demo_keydef.c to show the details it changes, and to check
4461           for errors.
4462
4463 20030301
4464         + restructured test/configure script, make it work for libncursesw.
4465         + add description of link_fieldtype() to manpage (report by
4466           L Dee Holtsclaw <dee@sunbeltsoft.com>).
4467
4468 20030222
4469         + corrected ifdef's relating to configure check for wchar_t, etc.
4470         + if the output is a socket or other non-tty device, use 1 millisecond
4471           for the cost in mvcur; previously it was 9 milliseconds because the
4472           baudrate was not known.
4473         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
4474           glibc copies uninitialized data in that case, as noted by valgrind.
4475         + modify tput to use the same parameter analysis as tparm() does, to
4476           provide for user-defined strings, e.g., for xterm title, a
4477           corresponding capability might be
4478                 title=\E]2;%p1%s^G,
4479         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
4480           preprocessor.  This works around Mac OS X's preprocessor, which
4481           insists on adding a blank on each side of the token (report/analysis
4482           by Kevin Murphy <murphy@genome.chop.edu>).
4483
4484 20030215
4485         + add configure check for wchar_t and wint_t types, rather than rely
4486           on preprocessor definitions.  Also work around for gcc fixinclude
4487           bug which creates a shadow copy of curses.h if it sees these symbols
4488           apparently typedef'd.
4489         + if database is disabled, do not generate run_tic.sh
4490         + minor fixes for memory-leak checking when termcap is read.
4491
4492 20030208
4493         + add checking in tic for incomplete line-drawing character mapping.
4494         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
4495           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
4496           Gerben Wierda <Sherlock@rna.nl>).
4497         + make return value from _nc_printf_string() consistent.  Before,
4498           depending on whether --enable-safe-sprintf was used, it might not be
4499           cached for reallocating.
4500
4501 20030201
4502         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
4503         + correct a potentially-uninitialized value if _read_termtype() does
4504           not read as much data as expected (report by Wolfgang Rohdewald
4505           <wr6@uni.de>).
4506         + correct several places where the aclocal.m4 macros relied on cache
4507           variable names which were incompatible (as usual) between autoconf
4508           2.13 and 2.5x, causing the test for broken-linker to give incorrect
4509           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
4510           <te@dbs.uni-hannover.de>).
4511         + do not try to open gpm mouse driver if standard output is not a tty;
4512           the gpm library does not make this check (bug report for dialog
4513           by David Oliveira <davidoliveira@develop.prozone.ws>).
4514
4515 20030125
4516         + modified emx.src to correspond more closely to terminfo.src, added
4517           emx-base to the latter -TD
4518         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
4519           implement support for that in lib_mouse.c, lib_getch.c
4520
4521 20030118
4522         + revert 20030105 change to can_clear_with(), does not work for the
4523           case where the update is made on cells which are blanks with
4524           attributes, e.g., reverse.
4525         + improve ifdef's to guard against redefinition of wchar_t and wint_t
4526           in curses.h (report by Urs Jansen).
4527
4528 20030111
4529         + improve mvcur() by checking if it is safe to move when video
4530           attributes are set (msgr), and if not, reset/restore attributes
4531           within that function rather than doing it separately in the GoTo()
4532           function in tty_update.c (suggested by Philippe Blain).
4533         + add a message in run_tic.in to explain more clearly what does not
4534           work when attempting to create a symbolic link for /usr/lib/terminfo
4535           on OS/2 and other platforms with no symbolic links (report by John
4536           Polterak).
4537         + change several sed scripts to avoid using "\+" since it is not a BRE
4538           (basic regular expression).  One instance caused terminfo.5 to be
4539           misformatted on FreeBSD (report by Kazuo Horikawa
4540           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
4541         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
4542
4543 20030105
4544         + improve description of terminfo operators, especially static/dynamic
4545           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
4546         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
4547           use the predefined TYPE_ALPHA field-type, and by defining a
4548           specialized type for the middle initial/name.
4549         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
4550           of sed 4.0
4551         > patch by Philippe Blain:
4552         + optimize can_clear_with() a little by testing first if the parameter
4553           is indeed a "blank".
4554         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
4555           sections as small as one line.
4556         + improve ClrToEOL() by checking if clr_eos is available before trying
4557           to use it.
4558         + use tputs() rather than putp() in a few cases in tty_update.c since
4559           the corresponding delays are proportional to the number of lines
4560           affected: repeat_char, clr_eos, change_scroll_region.
4561
4562 20021231
4563         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
4564           global acs_map[] array; removed the lines that did the copying.
4565
4566 20021228
4567         + change some overlooked tputs() calls in scrolling code to use putp()
4568           (report by Philippe Blain).
4569         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
4570           is not a tty and consequently mode-changes do not work (report by
4571           <R.Chamberlin@querix.com>).
4572         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
4573           alternate-characters, i.e., to work with Linux console and UTF-8
4574           locale.
4575         + correct line/column reference in adjust_window(), needed to make
4576           special windows such as curscr track properly when resizing (report
4577           by Lucas Gonze <lgonze@panix.com>).
4578         > patch by Philippe Blain:
4579         + correct the value used for blank in ClrBottom() (broken in 20000708).
4580         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
4581
4582 20021221
4583         + change several tputs() calls in scrolling code to use putp(), to
4584           enable padding which may be needed for some terminals (patch by
4585           Philippe Blain).
4586         + use '%' as sed substitute delimiter in run_tic script to avoid
4587           problems with pathname delimiters such as ':' and '@' (report by John
4588           Polterak).
4589         + implement a workaround so that line-drawing works with screen's
4590           crippled UTF-8 support (tested with 3.9.13).  This only works with
4591           the wide-character support (--enable-widec); the normal library will
4592           simply suppress line-drawing when running in a UTF-8 locale in screen.
4593
4594 20021214
4595         + allow BUILD_CC and related configure script variables to be
4596           overridden from the environment.
4597         + make build-tools variables in ncurses/Makefile.in consistent with
4598           the configure script variables (report by Maciej W Rozycki).
4599         + modify ncurses/modules to allow
4600                 configure --disable-leaks --disable-ext-funcs
4601           to build (report by Gary Samuelson).
4602         + fix a few places in configure.in which lacked quotes (report by
4603           Gary Samuelson <gary.samuelson@verizon.com>).
4604         + correct handling of multibyte characters in waddch_literal() which
4605           force wrapping because they are started too late on the line (report
4606           by Sam Varshavchik).
4607         + small fix for CF_GNAT_VERSION to ignore the help-message which
4608           gnatmake adds to its version-message.
4609         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
4610         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
4611           compiling.
4612         + use $cross_compiling variable in configure script rather than
4613           comparing $host_alias and $target alias, since "host" is
4614           traditionally misused in autoconf to refer to the target platform.
4615         + change configure --help message to use "build" rather than "host"
4616           when referring to the --with-build-XXX options.
4617
4618 20021206
4619         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
4620           possible gnat versions such as 3.2 (report by Chris Lingard
4621           <chris@stockwith.co.uk>).
4622         + modify #define's for CKILL and other default control characters in
4623           tset to use the system's default values if they are defined.
4624         + correct interchanged defaults for kill and interrupt characters
4625           in tset, which caused it to report unnecessarily (Debian #171583).
4626         + repair check for missing C++ compiler, which is broken in autoconf
4627           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
4628         + update config.guess, config.sub (2002-11-30)
4629         + modify configure script to skip --with-shared, etc., when the
4630           --with-libtool option is given, since they would be ignored anyway.
4631         + fix to allow "configure --with-libtool --with-termlib" to build.
4632         + modify configure script to show version number of libtool, to help
4633           with bug reports.  libtool still gets confused if the installed
4634           ncurses libraries are old, since it ignores the -L options at some
4635           point (tested with libtool 1.3.3 and 1.4.3).
4636         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
4637           prevent -I options in the user's environment from introducing
4638           conflicts with the build -I options (may be related to reports by
4639           Patrick Ash and George Goffe).
4640         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
4641           test/demo_keyok.c to allow building these with libtool.
4642
4643 20021123
4644         + add example program test/define_key.c for define_key().
4645         + add example program test/keyok.c for keyok().
4646         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
4647         + modify wins_wch() and wins_wstr() to interpret tabs by using the
4648           winsch() internal function.
4649         + modify setcchar() to allow for wchar_t input strings that have
4650           more than one spacing character.
4651
4652 20021116
4653         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
4654         + change type for *printw functions from NCURSES_CONST to const
4655           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
4656           but really from a note on X/Open's website stating that either is
4657           acceptable, and the latter will be used in a future revision).
4658         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
4659           lib_mouse.c (20021026) -TD
4660         + add screen-bce, screen-s entries from screen 3.9.13 (report by
4661           Adam Lazur <zal@debian.org>) -TD
4662         + add mterm terminfo entries -TD
4663
4664 20021109
4665         + split-out useful fragments in terminfo for vt100 and vt220 numeric
4666           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
4667           vt220+keypad.  The last as embedded in various entries had ka3 and
4668           kb2 interchanged (report/discussion with Leonard den Ottolander
4669           <leonardjo@hetnet.nl>).
4670         + add check in tic for keypads consistent with vt100 layout.
4671         + improve checks in tic for color capabilities
4672
4673 20021102
4674         + check for missing/empty/illegal terminfo name in _nc_read_entry()
4675           (report by Martin Mokrejs, where $TERM was set to an empty string).
4676         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
4677           tab and other control characters consistently (report by Philippe
4678           Blain).
4679         + remove an #undef for KEY_EVENT from curses.tail used in the
4680           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
4681           dpkg's build script (Debian #165897).
4682         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
4683           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
4684
4685 20021026
4686         + implement logic in lib_mouse.c to handle position reports which are
4687           generated when XFree86 xterm is initialized with private modes 1002
4688           or 1003.  These are returned to the application as the
4689           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
4690           with ncurses 'a' menu (prompted by discussion with Larry Riedel
4691           <Larry@Riedel.org>).
4692         + modify lib_mouse.c to look for "XM" terminfo string, which allows
4693           one to override the escape sequence used to enable/disable mouse
4694           mode.  In particular this works for XFree86 xterm private modes
4695           1002 and 1003.  If "XM" is missing (note that this is an extended
4696           name), lib_mouse uses the conventional private mode 1000.
4697         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
4698           where it used screen_lines (report by Philippe Blain).
4699         + correct makefile rules for the case when both --with-libtool and
4700           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
4701         + add note to terminfo manpage regarding the differences between
4702           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
4703
4704 20021019
4705         + remove redundant initialization of TABSIZE in newterm(), since it is
4706           already done in setupterm() (report by Philippe Blain).
4707         + add test/inserts.c, to test winnstr() and winsch().
4708         + replace 'sort' in dist.mk with script that sets locale to POSIX.
4709         + update URLs in announce.html.in (patch by Frederic L W Meunier).
4710         + remove glibc add-on files, which are no longer needed (report by
4711           Frederic L W Meunier).
4712
4713 20021012 5.3 release for upload to ftp.gnu.org
4714         + modify ifdef's in etip.h.in to allow the etip.h header to compile
4715           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
4716         + add logic to setupterm() to make it like initscr() and newterm(),
4717           by checking for $NCURSES_TRACE environment variable and enabling
4718           the debug trace in that case.
4719         + modify setupterm() to ensure that it initializes the baudrate, for
4720           applications such as tput (report by Frank Henigman).
4721         + modify definition of bits used for command-line and library debug
4722           traces to avoid overlap, using new definition TRACE_SHIFT to relate
4723           the two.
4724         + document tput's interpretation of parameterized strings according to
4725           whether parameters are given, etc. (discussion with Robert De Bath).
4726
4727 20021005 pre-release
4728         + correct winnwstr() to account for non-character cells generated when
4729           a double-width character is added (report by Michael Bienia
4730           <michael@vorlon.ping.de>).
4731         + modify _nc_viswbuf2n() to provide better results using wctomb().
4732         + correct logic in _nc_varargs() which broke tracing of parameters for
4733           formats such as "%.*s".
4734         + correct scale factor in linux-c and linux-c-nc terminfo entries
4735           (report Floyd Davidson).
4736         + change tic -A option to -t, add the same option to infocmp for
4737           consistency.
4738         + correct "%c" implementation in lib_tparm.c, which did not map a null
4739           character to a 128 (cf: 980620) (patch by Frank Henigman
4740           <fjhenigman@mud.cgl.uwaterloo.ca>).
4741
4742 20020928 pre-release
4743         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
4744           it is found, to accommodate newer utility which dropped the
4745           compatibility support for +number options (reported by Andrey A
4746           Chernov).
4747         + modify linux terminfo entry to use color palette feature from
4748           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
4749         + restore original color definitions in endwin() if init_color() was
4750           used, and resume those colors on the next doupdate() or refresh()
4751           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
4752         + improve debug-traces by modifying MKlib_gen.sh to generate calls
4753           to returnBool() and returnAttr().
4754         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
4755           of waddnstr() and similar functions to match the parameters as used.
4756         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
4757         + correct type used by _nc_retrace_chtype().
4758         + add debug traces to some functions in lib_mouse.c
4759         + modify lib_addch.c to handle non-spacing characters.
4760         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
4761           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
4762         + correct width computed in _tracedump(), which did not account for
4763           the attributes (broken in 20010602).
4764         + modify test/tracemunch to replace addresses for windows other than
4765           curscr, newscr and stdscr with window0, window1, etc.
4766
4767 20020921 pre-release
4768         + redid fix for edit_man.sed path.
4769         + workaround for Cygwin bug which makes subprocess writes to stdout
4770           result in core dump.
4771         + documented getbegx(), etc.
4772         + minor fixes to configure script to use '%' consistently as a sed
4773           delimiter rather than '@'.
4774         > patch by Philippe Blain:
4775         + add check in lib_overlay.c to ensure that the windows to be merged
4776           actually overlap, and in copywin(), limit the area to be touched
4777           to the lines given for the destination window.
4778
4779 20020914 pre-release
4780         + modified curses.h so that if the wide-character version is installed
4781           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
4782           then applications that use that header for wide-character support
4783           must define HAVE_LIBUTF8_H.
4784         + modify putwin(), getwin() and dupwin() to allow them to operate on
4785           pads (request by Philippe Blain).
4786         + correct attribute-merging in wborder(), broken in 20020216 (report
4787           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
4788         > patch by Philippe Blain:
4789         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
4790         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
4791         + remove some unused variables from mvcur test-driver.
4792
4793 20020907 pre-release
4794         + change configure script to allow install of widec-character
4795           (ncursesw) headers to overwrite normal (ncurses) headers, since the
4796           latter is a compatible subset of the former.
4797         + fix path of edit_man.sed in configure script, needed to regenerate
4798           html manpages on Debian.
4799         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
4800         + update README.emx to reflect current patch used for autoconf.
4801         + change web- and ftp-site to invisible-island.net
4802         > patch by Philippe Blain:
4803         + change case for 'P' in tparam_internal() to indicate that it pops
4804           a variable from the stack.
4805         + correct sense of precision and width in parse_format(), to avoid
4806           confusion.
4807         + modify lib_tparm.c, absorb really_get_space() into get_space().
4808         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
4809           _idcok window fields.
4810         + better fix for _nc_set_type(), using typeMalloc().
4811
4812 20020901 pre-release
4813         + change minor version to 3, i.e., ncurses 5.3
4814         + update config.guess, config.sub
4815         + retest build with each configure option; minor ifdef fixes.
4816         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
4817           match XSI.
4818         + modify handling of wide line-drawing character functions to use the
4819           normal line-drawing characters when not in UTF-8 locale.
4820         + add check/fix to comp_parse.c to suppress warning about missing acsc
4821           string.  This happens in configurations where raw termcap information
4822           is processed; tic already does this and other checks.
4823         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
4824           ich1, to match xterm patch #70 notes.
4825         + moved information for ripped-off lines into SCREEN struct to allow
4826           use in resizeterm().
4827         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
4828           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
4829         + amend check in kgetch() from 20020824 to look only for function-keys,
4830           otherwise escape sequences are not resolved properly.
4831         > patch by Philippe Blain:
4832         + removed redundant assignment to SP->_checkfd from newterm().
4833         + check return-value of setupterm() in restartterm().
4834         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
4835         + prevent dupwin() from duplicating a pad.
4836         + prevent putwin() from writing a pad.
4837         + use typeRealloc() or typeMalloc() in preference to direct calls on
4838           _nc_doalloc().
4839
4840 20020824
4841         + add a check in kgetch() for cooked characters in the fifo to avoid
4842           calling fifo_push() when a KEY_RESIZE is available (report/analysis
4843           by Sam Varshavchik <mrsam@courier-mta.com>).
4844         + fix an overlooked case for bugzilla #68199 (Philippe Blain).
4845         + ensure clearerr() is called before using ferror() e.g., in
4846           lib_screen.c (report by Philippe Blain).
4847
4848 20020817
4849         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
4850           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
4851           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
4852           bugzilla #68199 dated 2002-07-07.
4853         + add checks for null pointer in calls to tparm() and tgoto() based on
4854           FreeBSD bug report.  If ncurses were built with termcap support, and
4855           the first call to tgoto() were a zero-length string, the result would
4856           be a null pointer, which was not handled properly.
4857         + correct a typo in terminfo.head, which gave the octal code for colon
4858           rather than comma.
4859         + remove the "tic -u" option from 20020810, since it did not account
4860           for nested "tc=" clauses, and when that was addressed, was still
4861           unsatisfactory.
4862
4863 20020810
4864         + add tic -A option to suppress capabilities which are commented out
4865           when translating to termcap.
4866         + add tic -u option to provide older behavior of "tc=" clauses.
4867         + modified tic to expand all but the final "tc=" clause in a termcap
4868           entry, to accommodate termcap libraries which do not handle multiple
4869           tc clauses.
4870         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
4871           Philippe Blain).
4872         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
4873           using AttrOf(), which already incorporates that mask (report by
4874           Philippe Blain).
4875         + document TABSIZE variable.
4876         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
4877           override compiled-in default black-on-white assumption used in
4878           assume_default_colors().
4879         + correct an off-by-one comparison against max_colors in COLORFGBG
4880           logic.
4881         + correct a use of uninitialized memory found by valgrind (reported by
4882           Olaf Buddenhagen <olafBuddenhagen@web.de>).
4883         + modified wresize() to ensure that a failed realloc will not corrupt
4884           the window structure, and to make subwindows fit within the resized
4885           window (completes Debian #87678, #101699)
4886
4887 20020803
4888         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
4889           Philippe Blain).
4890         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
4891           logic used by lib_getch.c's support for GPM or EMX mouse (report by
4892           Philippe Blain)
4893         + remove NCURSES_CONST from several prototypes in curses.wide, to make
4894           the --enable-const --enable-widec configure options to work together
4895           (report by George Goffe <grgoffe@yahoo.com>).
4896
4897 20020727
4898         + finish no-leak checking in cardfile.c, using this for testing changes
4899           to resizeterm().
4900         + simplify _nc_freeall() using delscreen().
4901
4902 20020720
4903         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
4904           reset_prog_mode() (report/patch by Philippe Blain).
4905         + regenerate configure using patch for autoconf 2.52, to address
4906           problem with identifying C++ bool type.
4907         + correct/improve logic to produce an exit status for errors in tput,
4908           which did not exit with an error when told to put a string not in the
4909           current terminfo entry (report by David Gomez <david@pleyades.net>).
4910         + modify configure script AC_OUTPUT() call to work around defect in
4911           autoconf 2.52 which adds an ifdef'd include to the generated
4912           configure definitions.
4913         + remove fstat() check from scr_init(), which also fixes a missing
4914           include for <sys/stat.h> from 20020713 (reported by David Ellement,
4915           fix suggested by Philippe Blain).
4916         + update curs_scanw.3x manpage to note that XSI curses differs from
4917           SVr4 curses: return-values are incompatible.
4918         + correct several prototypes in manpages which used const
4919           inconsistently with the curses.h file, and removed spurious const's
4920           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
4921           Maynard <glenn@zewt.org>).
4922         + change internal type used by tparm() to long, to work with LP64 model.
4923         + modify nc_alloc.h to allow building with g++, for testing.
4924
4925 20020713
4926         + add resize-handling to cardfile.c test program.
4927         + altered resizeterm() to avoid having it fail when a child window
4928           cannot be resized because it would be larger than its parent.  (More
4929           work must be done on this, but it works well enough to integrate).
4930         + improve a limit-check in lib_refresh.c
4931         + remove check in lib_screen.c relating dumptime to file's modification
4932           times, since that would not necessarily work for remotely mounted
4933           filesystems.
4934         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
4935           t/T commands to enable/disable tracing.
4936         + updated status of multibyte support in TO-DO.
4937         + update contact info in source-files (patch by Juergen Pfeifer).
4938
4939 20020706
4940         + add Caps.hpux11, as an example.
4941         + modify version_filter(), used to implement -R option for tic and
4942           infocmp, to use computed array offsets based on the Caps.* file which
4943           is actually configured, rather than constants which correspond to
4944           the Caps file.
4945         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
4946           functions fail (reported by Philippe Blain).
4947         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
4948
4949 20020629
4950         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
4951         + set locale in most test programs (view.c and ncurses.c were the
4952           only ones).
4953         + add configure option --with-build-cppflags (report by Maksim A
4954           Nikulin <M.A.Nikulin@inp.nsk.su>).
4955         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
4956           Blain).
4957         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
4958           in UTF-8 locale.  Wide-character functions use Unicode values, while
4959           narrow-character functions use the terminfo data.
4960         + fix a couple of places in Ada95/samples which did not compile with
4961           gnat 3.14
4962         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
4963         + fix locale problem in MKlib_gen.sh by forcing related variables to
4964           POSIX (C), using same approach as autoconf (set variables only if
4965           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
4966           match.
4967
4968 20020622
4969         + add charset to generated html.
4970         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
4971           <dcrudy@pacbell.net> -TD
4972         + add rxvt-16color, ibm+16color entries -TD
4973         + modify check in --disable-overwrite option so that it is used by
4974           default unless the --prefix/$prefix value is not /usr, in attempt to
4975           work around packagers, e.g., for Sun's freeware, who do not read the
4976           INSTALL notes.
4977
4978 20020615
4979         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
4980           key code in get_wch().
4981         + extended resize-handling in test/ncurses 'a' menu to the entire
4982           stack of windows created with 'w' commands.
4983         + improve $COLORFGBG feature by interpreting an out-of-range color
4984           value as an SGR 39 or 49, for foreground/background respectively.
4985         + correct a typo in configure --enable-colorfgbg option, and move it
4986           to the experimental section (cf: 20011208).
4987
4988 20020601
4989         + add logic to dump_entry.c to remove function-key definitions that do
4990           not fit into the 1023-byte limit for generated termcaps.  This makes
4991           hds200 fit.
4992         + more improvements to tic's warnings, including logic to ignore
4993           differences between delay values in sgr strings.
4994         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
4995           accommodate Caps.osf1r5 which introduced a conflicting definition.
4996
4997 20020525
4998         + add simple resize-handling in test/ncurses.c 'a' menu.
4999         + fixes in keyname() and _tracechar() to handle negative values.
5000         + make tic's warnings about mismatches in sgr strings easier to follow.
5001         + correct tic checks for number of parameters in smgbp and smglp.
5002         + improve scoansi terminfo entry, and add scoansi-new entry -TD
5003         + add pcvt25-color terminfo entry -TD
5004         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
5005           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
5006         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
5007           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
5008
5009 20020523
5010         + correct and simplify logic for lib_pad.c change in 20020518 (reported
5011           by Mike Castle).
5012
5013 20020518
5014         + fix lib_pad.c for case of drawing a double-width character which
5015           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
5016           <lerdsuwa@users.sourceforge.net>)
5017         + modify configure script to work around broken gcc 3.1 "--version"
5018           option, which adds unnecessary trash to the requested information.
5019         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
5020           (reported by Ben Decker <deckerben@freenet.de>).
5021
5022 20020511
5023         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
5024           character versions as well.
5025         + implement erasewchar(), killwchar() based on erasechar() and
5026           killchar().
5027         + modify erasechar() and killchar() to return ERR if the value was
5028           VDISABLE.
5029         + correct a bug in wresize() in handling subwindows (based on patch by
5030           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
5031           <scott@gossamer-threads.com>).
5032         + improve test/tclock.c by making the second-hand update more often
5033           if gettimeofday() is available.
5034
5035 20020429
5036         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
5037           Tsouladze <andyt@mypoints.com>).
5038
5039 20020427
5040         + correct return-value from getcchar(), making it consistent with
5041           Solaris and Tru64.
5042         + reorder loops that generate makefile rules for different models vs
5043           subsets so configure --with-termlib works again.  This was broken by
5044           logic added to avoid duplicate rules in changes to accommodate cygwin
5045           dll's (reported by George.R.Goffe@seagate.com).
5046         + update config.guess, config.sub
5047
5048 20020421
5049         + modify ifdef's in write_entry.c to allow use of symbolic links on
5050           platforms with no hard links, e.g., BeOS.
5051         + modify a few includes to allow compile with BeOS, which has stdbool.h
5052           with a conflicting definition for 'bool' versus its OS.h definition.
5053         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
5054           alias for 'function'.
5055
5056 20020420
5057         + correct form of prototype for ripoffline().
5058         + modify MKlib_gen.sh to test that all functions marked as implemented
5059           can be linked.
5060
5061 20020413
5062         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
5063         + implement wgetn_wstr().
5064         + implement win_wchnstr().
5065         + remove redefinition of unget_wch() in lib_gen.c (reported by
5066           Jungshik Shin <jshin@jtan.com>).
5067
5068 20020406
5069         + modified several of the test programs to allow them to compile with
5070           vendor curses implementations, e.g., Solaris, AIX -TD
5071
5072 20020323
5073         + modified test/configure to allow configuring against ncursesw.
5074         + change WACS_xxx definition to use address, to work like Tru64 curses.
5075
5076 20020317
5077         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
5078           effect of echo/noecho and meta modes.
5079         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
5080           functions.
5081         + add manpage: curs_get_wch.3x
5082         + implement unget_wch().
5083         + implement wget_wch().
5084
5085 20020310
5086         + regenerated html manpages.
5087         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
5088         + implement wins_wch().
5089         + implement win_wch().
5090         + implement wins_nwstr(), wins_wstr().
5091
5092 20020309
5093         + add manpages: curs_addwstr.3x, curs_winwstr.3x
5094         + implement winnwstr(), winwstr().
5095
5096 20020223
5097         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
5098         + document wunctrl, key_name.
5099         + implement key_name().
5100         + remove const's in lib_box.c incorrectly leftover after splitting off
5101           lib_box_set.c
5102         + update llib-lncurses, llib-ncursesw, fix configure script related to
5103           these.
5104
5105 20020218
5106         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
5107           in spurious symlinks on install.
5108
5109 20020216
5110         + implement whline_set(), wvline_set(), add manpage curs_border_set.
5111         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
5112           box() and box_set() functions.
5113         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
5114           given UTF-8 string equivalents of WACS_xxx symbols.
5115         + minor fixes to several manpages based on groff -ww output.
5116         + add descriptions of external variables of termcap interface to
5117           the manpage (report by Bruce Evans <bde@zeta.org.au>).
5118         > patches by Bernhard Rosenkraenzer:
5119         + correct configure option --with-bool, which was executed as
5120           --with-ospeed.
5121         + add quotes for parameters of --with-bool and --with-ospeed configure
5122           options.
5123         > patch by Sven Verdoolaege (report by Gerhard Haering
5124           <haering_linux@gmx.de>):
5125         + correct typos in definitions of several wide-character macros:
5126           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
5127           mvwaddwstr.
5128         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
5129           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
5130
5131 20020209
5132         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
5133           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
5134           to demonstrate.
5135         + correct prototype in keybound manpage (noted from a Debian mailing
5136           list item).
5137
5138 20020202
5139         + add several cases to the wscanw() example in testcurs.c, showing the
5140           format.
5141         + implement a simple vsscanf() fallback function which uses the %n
5142           conversion to help parse the input data (prompted by discussion with
5143           Albert Chin-A-Young).
5144         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
5145           shared libraries, and to use $(CFLAGS) when linking test programs
5146           (patch by Albert Chin-A-Young).
5147         + add a call to _nc_keypad() in keypad() to accommodate applications
5148           such as nvi, which use curses for output but not for input (fixes
5149           Debian #131263, cf: 20011215).
5150         + add entrypoints to resizeterm.c which provide better control over the
5151           process:  is_term_resized() and resize_term().  The latter restores
5152           the original design of resizeterm() before KEY_RESIZE was added in
5153           970906.  Do this to accommodate 20010922 changes to view.c, but allow
5154           for programs with their own sigwinch handler, such as lynx (reported
5155           by Russell Ruby <russ@math.orst.edu>).
5156
5157 20020127
5158         + fix a typo in change to mk-1st.awk, which broke the shared-library
5159           makefile rules (reported by Martin Mokrejs).
5160
5161 20020126
5162         + update config.guess, config.sub
5163         + finish changes needed to build dll's on cygwin.
5164         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
5165
5166 20020119
5167         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
5168         + correct missing sed-editing stage in manpage installs which is used
5169           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
5170           #78866).
5171         + remove -L$(libdir) from linker flags, probably not needed any more
5172           since HPUX is handled properly (reported by Niibe Yutaka
5173           <gniibe@m17n.org>).
5174         + add configure check for mbstate_t, needed for wide-character
5175           configuration.  On some platforms we must include <wchar.h> to
5176           define this (reported by Daniel Jacobowitz).
5177         + incorporate some of the changes needed to build dll's on cygwin.
5178
5179 20020112a
5180         + workaround for awk did not work with mawk, adjusted shell script.
5181
5182 20020112
5183         + add Caps.osf1r5, as an example.
5184         + modify behavior of can_clear_with() so that if an application is
5185           running in a non-bce terminals with default colors enabled, it
5186           returns true, allowing the user to select/paste text without picking
5187           up extraneous trailing blanks (adapted from patch by Daniel
5188           Jacobowitz <dmj+@andrew.cmu.edu>).
5189         + modify generated curses.h to ifdef-out prototypes for extensions if
5190           they are disabled, and to define curses_version() as a string in that
5191           case.  This is needed to make the programs such as tic build in that
5192           configuration.
5193         + modified generated headers.sh to remove a gzip'd version of the
5194           target file if it exists, in case non-gzip'd manpages are installed
5195           into a directory where gzip'd ones exist.  In that case, the latter
5196           would be found.
5197         + corrected a redundant initialization of signal handlers from 20010922
5198           changes.
5199         + clarified bug-reporting address in terminfo.src (report by John H
5200           DuBois III <spcecdt@armory.com>).
5201         > several fixes from Robert Joop:
5202         + do not use "-v" option of awk in MKkey_defs.sh because it does not
5203           work with SunOS nawk.
5204         + modify definitions for libutf8 in curses.h to avoid redefinition
5205           warnings for mblen
5206         + quoted references to compiler in shell command in misc/Makefile, in
5207           case it uses multiple tokens.
5208
5209 20011229
5210         + restore special case from 20010922 changes to omit SA_RESTART when
5211           setting up SIGWINCH handler, which is needed to allow wgetch() to be
5212           interrupted by that signal.
5213         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
5214           not needed with autoconf 2.52
5215         + revert configure script to autoconf 2.13 patched with
5216                 autoconf-2.13-19990117.patch.gz (or later)
5217           from
5218                 ftp://invisible-island.net/autoconf/
5219           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
5220           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
5221           different problem configuring with Mac OS X (reported by Marc Smith
5222           <marc.a.smith@home.com>).
5223
5224 20011222
5225         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
5226           term.h
5227         + move prototype for _nc_vsscanf() into curses.h.in to omit
5228           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
5229           ncurses_cfg.h file which is not installed.
5230         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
5231           to work with broken linker configuration, e.g., cygwin (report by
5232           Robert Joop <rj@rainbow.in-berlin.de>).
5233         + make napms() call _nc_timed_wait() rather than poll() or select(),
5234           to work around broken implementations of these on cygwin.
5235
5236 20011218
5237         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
5238           by Sven Verdoolaege's rewrite of wide-character support.  This makes
5239           libncursesw incompatible again, but makes the header files almost the
5240           same as in the narrow-character configuration.
5241         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
5242           to eliminate differences between the wide/narrow versions of curses.h
5243         + correct typo in configure macro CF_FUNC_VSSCANF
5244         + correct location of call to _nc_keypad() from 20011215 changes which
5245           prevented keypad() from being disabled (reported by Lars Hecking).
5246
5247 20011215
5248         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
5249           better, e.g., by adding a 'w' command to create new windows which
5250           may have different keypad() settings.
5251         + corrected logic of keypad() by adding internal screen state to track
5252           whether the terminal's keypad-mode has been set.  Use this in
5253           wgetch() to update the keypad-mode according to whether the
5254           associated window's keypad-mode has been set with keypad().  This
5255           corrects a related problem restoring terminal state after handling
5256           SIGTSTP (reported by Mike Castle).
5257         + regenerate configure using patch for autoconf 2.52
5258                 autoconf-2.52-patch.gz
5259           at
5260                 ftp://invisible-island.net/autoconf/
5261         + update config.guess, config.sub from
5262                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
5263         + minor changes to quoting in configure script to allow it to work
5264           with autoconf 2.52
5265
5266 20011208
5267         + modify final checks in lib_setup.c for line and col values, making
5268           them independent.
5269         + modify acs_map[] if configure --broken-linker is specified, to make
5270           it use a function rather than an array (prompted by an incorrect
5271           implementation in cygwin package).
5272         + correct spelling of configure option --enable-colorfgbg, which
5273           happened to work if --with-develop was set (noted in cygwin package
5274           for ncurses).
5275         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
5276           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
5277         + add configure checks to see if ncurses' fallback vsscanf() will
5278           compile either of the special cases for FILE structs, and if not,
5279           force it to the case which simply returns an error (report by
5280           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
5281           64-bits does not allow access to FILE's fields).
5282         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
5283           the ncurses library if no better substitute for this can be found
5284           in the C++ runtime.
5285         + modify the build to name dynamic libraries according to the
5286           convention used on OS X and Darwin.  Rather than something like
5287           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
5288           There are a few additional minor fixes, such as setting the library
5289           version and compatibility version numbers (patch by Jason Evans
5290           <jevans@apple.com>).
5291         + use 'sh' to run mkinstalldirs, to work around problems with buggy
5292           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
5293         + correct typo in manpage description of curs_set() (Debian #121548).
5294         + replace the configure script existence-check for mkstemp() by one
5295           that checks if the function works, needed for older glibc and
5296           AmigaOS.
5297
5298 20011201
5299         + modify script that generates fallbacks.c to compile a temporary
5300           copy of the terminfo source in case the host does not contain all of
5301           the entries requested for fallbacks (request by Greg Roelofs).
5302         + modify configure script to accommodate systems such as Mac OS X whose
5303           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
5304           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
5305           from curses.h to force consistent usage, define a new type
5306           NCURSES_BOOL and related that to the exported 'bool' as either a
5307           typedef or definition, according to whether <stdbool.h> is present
5308           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
5309
5310 20011124
5311         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
5312
5313 20011117
5314         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
5315           (Benjamin C W Sittler).
5316         + add putty terminfo entry -TD
5317         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
5318           this may not otherwise be defined to make test/view.c compile.
5319
5320 20011110
5321         + review/correct several missing/generated items in curses.wide, sorted
5322           the lists to make subsequent diff's easier to track.
5323
5324 20011103
5325         + add manual pages for add_wch(), echo_wchar(), getcchar(),
5326           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
5327         + implement wecho_wchar()
5328         + modify _tracedump() to handle wide-characters by mapping them to '?'
5329           and control-characters to '.', to make the trace file readable.  Also
5330           dynamically allocate the buffer used by _tracedump() for formatting
5331           the results.
5332         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
5333           in a trace by using curly braces.
5334         + implement _nc_viscbuf(), for tracing cchar_t arrays.
5335         + correct trace-calls in setcchar() and getcchar() functions, which
5336           traced the return values but not the entry to each function.
5337         + correct usage message in test/view.c, which still mentioned -u flag.
5338
5339 20011027
5340         + modify configure script to allow building with termcap only, or with
5341           fallbacks only.  In this case, we do not build tic and toe.
5342         + add configure --with-termpath option, to override default TERMPATH
5343           value of /etc/termcap:/usr/share/misc/termcap.
5344         + cosmetic change to tack: make menu descriptions agree with menu
5345           titles.
5346
5347 20011020
5348         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
5349           to ensure that if the parameter of wscrl() is larger than the size of
5350           the scrolling region, then the scrolling region will be cleared
5351           (report by Ben Kohlen <bckohlen@yahoo.com>).
5352         + add trace/varargs.c, using this to trace parameters in lib_printw.c
5353         + implement _tracecchar_t2() and _tracecchar_t().
5354         + split-out trace/visbuf.c
5355         + correct typo in lib_printw.c changes from 20010922 (report by Mike
5356           Castle).
5357
5358 20011013
5359         + modify run_tic.sh to check if the build is a cross-compile.  In that
5360           case, do not use the build's tic to install the terminfo database
5361           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
5362         + modify mouse click resolution so that mouseinterval(-1) will disable
5363           it, e.g., to handle touchscreens via a slow connection (request by
5364           Byron Stanoszek <gandalf@winds.org>).
5365         + correct mouseinterval() default value shown in curs_mouse.3x
5366         + remove conflicting definition of mouse_trafo() (reported by Lars
5367           Hecking, using gcc 2.95.3).
5368
5369 20011001
5370         + simpler fix for signal_name(), to replace the one overlooked in
5371           20010929 (reported by Larry Virden).
5372
5373 20010929
5374         + add -i option to view.c, to test ncurses' check for non-default
5375           signal handler for SIGINT, etc.
5376         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
5377           <bbraun@synack.net>).
5378         + modify tset to restore original I/O modes if an error is encountered.
5379           Also modify to use buffered stderr consistently rather than mixing
5380           with write().
5381         + change signal_name() function to use if-then-else rather than case
5382           statement, since signal-values aren't really integers (reported by
5383           Larry Virden).
5384         + add limit checks in wredrawln(), fixing a problem where lynx was
5385           repainting a pad which was much larger than the screen.
5386
5387 20010922
5388         + fix:  PutRange() was counting the second part of a wide character as
5389           part of a run, resulting in a cursor position that was one too far
5390           (patch by Sven Verdoolaege).
5391         + modify resizeterm() to not queue a KEY_RESIZE if there was no
5392           SIGWINCH, thereby separating the two styles of SIGWINCH handling
5393           in test/view.c
5394         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
5395         + eliminate several static buffers in the terminfo compiler, using
5396           allocated buffers.
5397         + modify MKkeyname.awk so that keyname() does not store its result into
5398           a static buffer that is overwritten by the next call.
5399         + reorganize the output of infocmp -E and -e options to compile cleanly
5400           with gcc -Wwrite-strings warnings.
5401         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
5402
5403 20010915
5404         + add label to test/view.c, showing the name of the last key or signal
5405           that made the screen repaint, to make it clearer when a sigwinch
5406           does this.
5407         + use ExitProgram() consistently in the test-programs to make it
5408           simpler to test leaks with dmalloc, etc.
5409         + move hashtab static data out of hashmap.c into SCREEN struct.
5410         + make NO_LEAK code compile with revised WINDOWLIST structs.
5411
5412 20010908
5413         + modify tgetent() to check if exit_attribute_mode resets the alternate
5414           character set, and if so, attempt to adjust the copy of the termcap
5415           "me" string which it will return to eliminate that part.  In
5416           particular, 'screen' would lose track of line-drawing characters
5417           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
5418           Michael Schroeder).
5419
5420 20010901
5421         + specify DOCTYPE in html manpages.
5422         + add missing macros for several "generated" functions:  attr_get(),
5423           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
5424           mouse_trafo().
5425         + modify view.c to agree with non-experimental status of ncurses'
5426           sigwinch handler:
5427           + change the sense of the -r option, making it default to ncurses'
5428             sigwinch handler.
5429           + add a note explaining what functions are unsafe in a signal
5430             handler.
5431           + add a -c option, to set color display, for testing.
5432         + unset $data variable in MKterminfo.sh script, to address potential
5433           infinite loop if shell malfunction (report by Samuel Mikes
5434           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
5435         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
5436           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
5437         + correct logic for COLORFGBG environment variable: if rxvt is compiled
5438           with xpm support, the variable has three fields, making it slightly
5439           incompatible with itself.  In either case, the background color is
5440           the last field.
5441
5442 20010825
5443         + move calls to def_shell_mode() and def_prog_mode() before loop with
5444           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
5445           the tty modes before saving them (patch by John David Anglin
5446           <dave@hiauly1.hia.nrc.ca>).
5447         + duplicate logic used to initialize trace in newterm(), in initscr()
5448           to avoid confusing trace of initscr().
5449         + simplify allocation of WINDOW and WINDOWLIST structs by making the
5450           first a part of the second rather than storing a pointer.  This saves
5451           a call to malloc for each window (discussion with Philippe Blain).
5452         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
5453           Blain).
5454         + modify c++/Makefile.in to accommodate archive programs that are
5455           different for C++ than for C, and add cases for vendor's C++
5456           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
5457         + correct manpage description of criteria for deciding if the terminal
5458           supports xterm mouse controls.
5459         + add several configure script options to aid with cross-compiling:
5460           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
5461           --with-build-libs (request by Greg Roelofs).
5462         + change criteria for deciding if configure is cross-compiling from
5463           host/build mismatch to host/target mismatch (request by Greg Roelofs
5464           <greg.roelofs@philips.com>).
5465         + correct logic for infocmp -e and -E options which writes the data for
5466           the ext_Names[] array.  This is needed if one constructs a fallback
5467           table for a terminfo entry which uses extended termcap names, e.g.,
5468           AX in a color xterm.
5469         + fix undefined NCURSES_PATHSEP when configure --disable-database
5470           option is given.
5471
5472 20010811
5473         + fix for VALID_BOOLEAN() macro when char is not signed.
5474         + modify 'clean' rule for C++ binding to work with Sun compiler, which
5475           caches additional information in a subdirectory of the objects.
5476         + added llib-ncursesw.
5477
5478 20010804
5479         + add Caps.keys example for experimental extended function keys
5480           (adapted from a patch by Ilya Zakharevich).
5481         + correct parameter types of vidputs() and vidattr() to agree with
5482           header files (report by William P Setzer).
5483         + fix typos in several man-pages (patch by William P Setzer).
5484         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
5485           macro, which made ncurses C++ binding fail to build with other
5486           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
5487         + workaround for bug in HPUX 11.x C compiler: add a blank after
5488           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
5489         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
5490           Albert Chin-A-Young).
5491         + correct definition of key_end in Caps.aix4, which left KEY_END
5492           undefined (report by Albert Chin-A-Young).
5493         + remove a QNX-specific fallback prototype for vsscanf(), which is
5494           obsolete with QNX RTP.
5495         + review/fix some of the T() and TR() macro calls, having noticed that
5496           there was no data for delwin() in a trace of dialog because there was
5497           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
5498           now selected under TRACE_IEVENT rather than TRACE_CALLS.
5499
5500 20010728
5501         + add a _nc_access() check before opening files listed via $TERMPATH.
5502         + using modified man2html, regenerate some of the html manpages to fix
5503           broken HREF's where the link was hyphenated.
5504
5505 20010721
5506         + add some limit/pointer checks to -S option of tputs.
5507         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
5508           (Benjamin C W Sittler).
5509         + add a note in curs_termcap.3x regarding a defect in the XSI
5510           description of tgetent (based on a discussion with Urs Jansen
5511           regarding the HPUX 11.x implementation, whose termcap interface is
5512           not compatible with existing termcap programs).
5513         + modify manhtml rule in dist.mk to preserve copyright notice on the
5514           generated files, as well as to address HTML style issues reported by
5515           tidy and weblint.  Regenerated/updated corresponding html files.
5516         + comment out use of Protected_Character and related rarely used
5517           attributes in ncurses Ada95 test/demo to compile with wide-character
5518           configuration.
5519
5520 20010714
5521         + implement a simple example in C++ demo to test scanw().
5522         + corrected stdio function used to implement scanw() in cursesw.cc
5523         + correct definition of RemAttr() macro from 20010602 changes, which
5524           caused C++ SillyDemo to not show line-drawing characters.
5525         + modify C++ binding, adding getKey() which can be overridden by user
5526           to substitute functions other than getch() for keyboard processing
5527           of forms and menus (patch by Juergen Pfeifer).
5528
5529 20010707
5530         + fix some of the trace calls which needed modification to work with
5531           new wide-character structures.
5532         + modify magic-cookie code in tty_update.c to compile with new
5533           wide-character structures (report by <George.R.Goffe@seagate.com>).
5534         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
5535           compiling for wide-character configuration.
5536         + make addwnstr() handle non-spacing characters (patch by Sven
5537           Verdoolaege).
5538
5539 20010630
5540         + add configure check to define _GNU_SOURCE, needed to prop up glibc
5541           header files.
5542         + split-out include/curses.wide to solve spurious redefinitions caused
5543           by defining _GNU_SOURCE, and move includes for <signal.h> before
5544           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
5545           file.
5546         + extended ospeed change to NetBSD and OpenBSD -TD
5547         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
5548           work properly for termcap applications (patch by Andrey A Chernov).
5549
5550 20010623
5551         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
5552           <eugene@anime.net>, Sven Verdoolaege).
5553         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
5554
5555 20010618
5556         + change overlooked several CharOf/UChar instances.
5557         > several patches from Sven Verdoolaege:
5558         + correct a typo in wunctrl(), which made it appear that botwc() was
5559           needed (no such function: use btowc()).
5560         + reimplement wide-character demo in test/view.c, using new functions.
5561         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
5562         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
5563
5564 20010616
5565         + add parentheses in macros for malloc in test.priv.h, fixes an
5566           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
5567         + add Caps.uwin, as an example.
5568         + change the way curses.h is generated, making the list of function
5569           key definitions extracted from the Caps file.
5570         + add #undef's before possible redefinition of ERR and OK in curses.h
5571         + modify logic in tic, toe, tput and tset which checks for basename of
5572           argv[0] to work properly on systems such as OS/2 which have
5573           case-independent filenames and/or program suffixes, e.g., ".ext".
5574
5575 20010609
5576         + add a configure check, if --enable-widec is specified, for putwc(),
5577           which may be in libutf8.
5578         + remove some unnecessary text from curs_extend.3x and
5579           default_colors.3x which caused man-db to make incorrect symbolic
5580           links (Debian bug report #99550).
5581         + add configure check if cast for _IO_va_list is needed to compile
5582           C++ vscan code (Debian bug report #97945).
5583         > several patches from Sven Verdoolaege:
5584         + correct code that used non-standard auto-initialization of a struct,
5585           which gcc allows (report by Larry Virden).
5586         + use putwc() in PUTC() macro.
5587         + make addstr() work for the special case where the codeset is
5588           non-stateful (eg. UTF-8), as well as stateful codesets.
5589
5590 20010603
5591         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
5592           from 20010602 (report by Mike Castle).
5593
5594 20010602
5595         + modify mvcur() to avoid emitting newline characters when nonl() mode
5596           is set.  Normally this is not a problem since the actual terminal
5597           mode is set to suppress nl/crlf translations, however it is useful to
5598           allow the caller to manipulate the terminal mode to avoid staircasing
5599           effects after spawning a process which writes messages (for lynx
5600           2.8.4) -TD
5601         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
5602         + remove redundant type-conversion in fifo_push()
5603         + correct definition of addwstr() macro in curses.h.in
5604         + remove _nc_utf8_outch()
5605         + rename most existing uses of CharOf() to UChar(), e.g., where it is
5606           used to prevent sign-extension in ctype macros.
5607         + change some chtype's to attr_t's where the corresponding variables
5608           are used to manipulate attributes.
5609         + UpdateAttr() was applied to both attributes (attr_t) and characters
5610           (chtype).  Modify macro and calls to it to make these distinct.
5611         + add CharEq() macro, use in places where wide-character configuration
5612           implementation uses a struct for cchar_t.
5613         + moved struct ldat into curses.priv.h, to hide implementation details.
5614         + change CharOf() macro to use it for masking A_CHARTEXT data from
5615           chtype's.
5616         + add L() macro to curses.priv.h, for long-character literals.
5617         + replace several assignments from struct ldat entries to chtype or
5618           char values with combinations of CharOf() and AttrOf() macros.
5619         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
5620           we are using chtype data.
5621         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
5622           and SetAttr().
5623         + add/use SetChar() macro, to change a cchar_t based on a character and
5624           attributes.
5625         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
5626           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
5627           where a pointer would be more useful.
5628         + add stubs for tracing cchar_t values.
5629         + add/use macro ISBLANK()
5630         + add/use constructors for cchar_t's: NewChar(), NewChar2().
5631         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
5632           passing cchar_t's by address.
5633         + add/use PUTC_DATA, PUTC() macros.
5634         + for wide-character configuration, move the window background data to
5635           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
5636           is defined or not, the offsets in the struct will not change.
5637         + modify addch() to work with wide-characters.
5638         + mark several wide-character functions as generated in curses.h.in
5639         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
5640           wborder_set() and waddnwstr().
5641
5642 20010526
5643         + add experimental --with-caps=XXX option to customize to similar
5644           terminfo database formats such as AIX 4.x
5645         + add Caps.aix4 as an example.
5646         + modify Caps to add columns for the the KEY_xxx symbols.
5647         + modify configure --with-widec to suppress overwrite of libcurses.so
5648           and curses.h
5649         + add checks to toe.c to avoid being confused by files and directories
5650           where we would expect the reverse, e.g., source-files in the
5651           top-level terminfo levels as is the case for AIX.
5652
5653 20010519
5654         + add top-level 'depend' rule for the C sources, assuming that the
5655           makedepend program is available.  As a side-effect, this makes
5656           the generated sources, as in "make sources" (prompted by a report
5657           by Mike Castle that "make -j" fails because the resulting parallel
5658           processes race to generate ncurses/names.c).
5659         + modify configure script so that --disable-overwrite option's action
5660           to add a symbolic link for libcurses applies to the static library as
5661           well as the shared library when both are configured (report by Felix
5662           Natter <f.natter@ndh.net>).
5663         + add ELKS terminfo entries (Federico Bianchi
5664           <bianchi@www.arte.unipi.it>)
5665         + add u6 (CSR) to Eterm (Michael Jennings).
5666
5667 20010512
5668         + modify test/ncurses.c to work with xterm-256color, which has fewer
5669           color pairs than colors*colors (report by David Ellement
5670           <ellement@sdd.hp.com>).
5671
5672 20010505
5673         + corrected screen.xterm-xfree86 entry.
5674         + update comment in Caps regarding IBM (AIX) function-key definitions.
5675
5676 20010421
5677         + modify c++/Makefile.in to link with libncurses++w.a when configured
5678           for wide-characters (patch by Sven Verdoolaege).
5679         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
5680         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
5681         + update config.guess, config.sub from autoconf 2.49e (alpha).
5682
5683 20010414
5684         + add secondary check in tic.c, similar_sgr() to see if the reason
5685           for mismatch was that the individual capabilities used a time-delay
5686           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
5687           and remove time-delay from Apple_Terminal entries.
5688         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
5689           <bsittler@iname.com>).
5690         + correct definitions of shifted editing keys for xterm-xfree86 -TD
5691         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
5692         + prevent relative_move() from doing an overwrite if it detects 8-bit
5693           characters when configured for UTF-8 (reported by Sven Verdoolaege
5694           <skimo@kotnet.org>).
5695
5696 20010407
5697         + add configure checks for strstream.h vscan function, and similar
5698           stdio-based function which may be used in C++ binding for gcc 3.0
5699           (reports by George Goffe, Lars Hecking, Mike Castle).
5700         + rewrite parts of configure.in which used changequote().  That feature
5701           is broken in the latest autoconf alphas (e.g., 2.49d).
5702         + add a missing pathname for ncurses_dll.h, needed when building in
5703           a directory outside the source tree (patch by Sven Verdoolaege
5704           <skimo@kotnet.org>).
5705         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
5706         + no ships were ever placed in the last row or in the last column.
5707           This made the game very easy to win, because you never had to waste
5708           any shots there, but the computer did.
5709         + the squares around a sunken ship that belonged to the player were not
5710           displayed as already hit by the computer, like it does for the
5711           player.
5712
5713 20010331
5714         + add some examples of customizing screen's terminfo:
5715           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
5716         + modify screen's terminfo entry to match the khome/kend in screen
5717           3.09.08 (Debian bug report #92215).
5718         + correct a memory leak in forms library (report by Stefan Vogtner
5719           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
5720
5721 20010324
5722         + change symbols used to guard against repeated includes to begin
5723           consistently with "NCURSES_" rather than a leading underscore.  There
5724           are other symbols defined in the header files which begin with a
5725           leading underscore, but they are part of the legacy interface.
5726         + reorder includes in c++ binding so that rcs identifiers can be
5727           compiled-in.
5728         + add .cc.ii rule to c++ makefile, to get preprocessor output for
5729           debugging.
5730         + correct configure script handling of @keyword@ substitutions when the
5731           --with-manpage-renames option is given (cf:  20000715, fixes Debian
5732           bug #89939).
5733         + report stack underflow/overflow in tparm() when tic -cv option is
5734           given.
5735         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
5736           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian bug #89222).
5737
5738 20010310
5739         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
5740           2.95.2, and correcting some conflicting color pair initializations.
5741         + add missing copyright notice for cursesw.h
5742         + review, make minor fixes for use of '::' for referring to C-language
5743           interface from C++ binding.
5744         + modify configure check for g++ library slightly to accommodate
5745           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
5746           <rho@mipos2.intel.com>).
5747         + add configure check for c++ <sstream> header, replace hardcoded
5748           ifdef.
5749         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
5750           vscan from strstreambuf to follow standard, use wrapper for C vscanf
5751           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
5752           <taggart@carmen.fc.hp.com>, fixes Debian .
5753
5754 20010303
5755         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
5756           to make quieter loading of /etc/termcap (patch by Todd C Miller).
5757         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
5758           (patch by Todd C Miller).
5759
5760 20010224
5761         + compiler-warning fixes (reported by Nelson Beebe).
5762
5763 20010210
5764         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
5765           mouse controls -TD
5766
5767 20010203
5768         + broaden patterns used to match OS/2 EMX in configure script to cover
5769           variant used in newer config.guess/config.sub
5770         + remove changequote() calls from configure script, since this feature
5771           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
5772         + remove macro callPutChar() from tty_update.c, since this is no longer
5773           needed (reported by Philippe Blain).
5774         + add a null-pointer check in tic.c to handle the case when the input
5775           file is really empty.  Modify the next_char() function in comp_scan.c
5776           to allow arbitrarily long lines, and incidentally supply a newline to
5777           files that do not end in a newline.  These changes improve tic's
5778           recovery from attempts to read binary files, e.g., its output from
5779           the terminfo database (reported by Bernhard Rosenkraenzer).
5780
5781 20010127
5782         + revert change to c++/demo.cc from 20001209, which changed definition
5783           of main() apparently to accommodate cygwin linker, but broke the demo
5784           program.
5785         + workaround for broken egcs 2.91.66 which calls member functions
5786           (i.e., lines() and colors() of NCursesWindow before calling its
5787           constructor.  Add calls to initialize() in a few constructors which
5788           did not do this already.
5789         + use the GNAT preprocessor to make the necessary switch between TRACE
5790           and NO_TRACE configurations (patch by Juergen Pfeifer).
5791         > patches by Bernhard Rosenkraenzer:
5792         + modify kterm terminfo entry to use SCS sequence to support alternate
5793           character set (it does not work with SI/SO).
5794         + --with-ospeed=something didn't work.  configure.in checked for a
5795           $enableval where it should check for $withval.  Also,
5796           ncurses/llib-lncurses still had a hardcoded short.
5797
5798 20010114
5799         + correction to my merge of Tom Riddle's patch that broke tic in some
5800           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
5801
5802 20010113
5803         + modify view.c to test halfdelay().  Like other tests, this recognizes
5804           the 's' and space commands for stopping/starting polled input, shows
5805           a freerunning clock in the header.  If given a parameter to 's', that
5806           makes view.c use halfdelay() with that parameter rather than
5807           nodelay().
5808         + fix to allow compile with the experimental configure option
5809           --disable-hashmap.
5810         + modify postprocess_termcap() to avoid overwriting key_backspace,
5811           key_left, key_down when processing a non-base entry (report/patch by
5812           Tom Riddle).
5813         + modify _nc_wrap_entry(), adding option to reallocate the string
5814           table, needed in _nc_merge_entry() when merging termcap entries.
5815           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
5816         + modify a few configure script macros to keep $CFLAGS used only for
5817           compiler options, preprocessor options in $CPPFLAGS.
5818
5819 20001230
5820         + correct marker positions in lrtest.c after receiving a sigwinch.
5821         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
5822         + fixes to tclock for resizing behavior, redundant computation (report
5823           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
5824
5825 20001216
5826         + improved scoansi terminfo entry -TD
5827         + modify configure script and makefile in Ada95/src to compile a stub
5828           for the trace functions when ncurses does not provide those.
5829
5830 20001209
5831         + add ncurses_dll.h and related definitions to support generating DLL's
5832           with cygwin (adapted from a patch by Charles Wilson
5833           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
5834           work with 'indent') -TD
5835
5836 20001202
5837         + correct prototypes for some functions in curs_termcap.3x, matching
5838           termcap.h, which matches X/Open.
5839         > patch by Juergen Pfeifer:
5840         + a revised version of the Ada enhancements sent in by "H.
5841           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
5842           patch includes
5843           - small fixes to the existing ncurses binding
5844           - addition of some more low-level functions to the binding, including
5845             termcap and terminfo functions
5846           - An Ada implementation of the "ncurses" test application originally
5847             written in C.
5848
5849 20001125
5850         + modify logic in lib_setup.c to allow either lines or columns value
5851           from terminfo to be used if the screen size cannot be determined
5852           dynamically rather than requiring both (patch by Ehud Karni
5853           <ehud@unix.simonwiesel.co.il>).
5854         + add check in lib_tgoto.c's is_termcap() function to reject null or
5855           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
5856           freebsd-bugs).
5857         + add definition from configure script that denotes the path-separator,
5858           which is normally a colon.  The path-separator is a semicolon on
5859           OS/2 EMX and similar systems which may use a colon within pathnames.
5860         + alter logic to set default for --disable-overwrite option to set it
5861           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
5862           accommodating the most common cause of problems: gcc's nonstandard
5863           search rules.  Other locations such as /usr/local/ncurses will
5864           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
5865
5866 20001118
5867         + modify default for --disable-overwrite configure option to disable
5868           if the --prefix or $prefix value is not /usr.
5869         + add cygwin to systems for which ncurses is installed by default into
5870           /usr rather than /usr/local.
5871
5872 20001111
5873         + minor optimization in comp_error.c and lib_termname.c, using
5874           strncat() to replace strncpy() (patch by Solar Designer).
5875         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
5876           geteuid() to use_terminfo_vars() (patch by Solar Designer
5877           <solar@false.com>).
5878         + improved cygwin terminfo entry, based on patch by
5879           <ernie_boyd@yahoo.com>.
5880         + modify _nc_write_entry() to allow for the possibility that linking
5881           aliases on a filesystem that ignores case would not succeed because
5882           the source and destination differ only by case, e.g., NCR260VT300WPP0
5883           on cygwin (report by Neil Zanella).
5884         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
5885           Rosenkraenzer <bero@redhat.de>).
5886
5887 20001104
5888         + add configure option --with-ospeed to assist packagers in transition
5889           to 5.3 change to ospeed type.
5890         + add/use CharOf() macro to suppress sign-extension of char type on
5891           platforms where this is a problem in ctype macros, e.g., Solaris.
5892         + change trace output to binary format.
5893         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
5894           macro, for OS/2 EMX configuration.
5895         + rearrange a few configure macros, moving preprocessor options to
5896           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
5897           use $CPPFLAGS in both the compile and preprocessor checks).
5898         + add a check in relative_move() to guard against buffer overflow in
5899           the overwrite logic.
5900
5901 20001028
5902         + add message to configure script showing g++ version.
5903         + resync config.guess, config.sub
5904         + modify lib_delwin.c, making it return ERR if the window did not exist
5905           (suggested by Neil Zanella).
5906         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
5907           to test/review ncurses library.  (Would use lclint, but it doesn't
5908           work).
5909         + reorganized knight.c to avoid forward references.  Correct screen
5910           updates when backtracking, especially to the first cell.  Add F/B/a
5911           commands.
5912
5913 20001021 5.2 release for upload to ftp.gnu.org
5914         + update generated html files from manpages.
5915         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
5916           in html manpages.
5917         + fix an uninitialized pointer in read_termcap.c (report by Todd C
5918           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
5919         + correct help-message and array limit in knight.c (patch by Brian
5920           Raiter <breadbox@muppetlabs.com>).
5921         > patch by Juergen Pfeifer:
5922         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
5923           for some identifiers defined in the standard package.
5924         + cosmetic change to forms/fty_enum.c
5925
5926 20001014
5927         + correct an off-by-one position in test/railroad.c which could cause
5928           wrapping at the right margin.
5929         + test/repair some issues with libtool configuration.  Make
5930           --disable-echo force libtool --silent.  (Libtool does not work for
5931           OS/2 EMX, works partly for SCO - libtool is still very specific to
5932           gcc).
5933         + change default of --with-manpage-tbl to "no", since for most of the
5934           platforms which do have tbl installed, the system "man" program
5935           understands how to run tbl automatically.
5936         + minor improvement to force_bar() in comp_parse.c (Bernhard
5937           Rosenkraenzer <bero@redhat.de>).
5938         + modify lib_tparm.c to use get_space() before writing terminating
5939           null character, both for consistency as well as to ensure that if
5940           save_char() was called immediately before, that the allocated memory
5941           is enough (patch by Sergei Ivanov).
5942         + add note about termcap ML capability which is duplicated between two
5943           different capabilities:  smgl and smglr (reported by Sergei Ivanov
5944           <svivanov@pdmi.ras.ru>).
5945         + correct parameter counts in include/Caps for dclk as well as some
5946           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
5947         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
5948         + add support for building with libtool (apparently version 1.3.5,
5949           since old versions do not handle -L../lib), using new configure
5950           option --with-libtool.
5951         + add configure option --with-manpage-tbl, which causes the manpages to
5952           be preprocessed by tbl(1) prior to installation,
5953         + add configure option --without-curses-h, which causes the
5954           installation process to install curses.h as ncurses.h and make
5955           appropriate changes to headers and manpages.
5956
5957 20001009
5958         + correct order of options/parameters in run_tic.in invocation of tic,
5959           which did not work with standard getopt() (reported by Ethan
5960           Butterfield <primus@veris.org>).
5961         + correct logic for 'reverse' variable in lib_vidattr.c, which was
5962           setting it true without checking if newmode had A_REVERSE set, e.g.,
5963           using $TERM=ansi on OS/2 EMX (see 20000917).
5964         > patch by Todd C Miller:
5965         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
5966           Previously, _nc_cgetset() would still get called on cp so the
5967           simplest thing is to set cp to NULL if !use_terminfo_vars().
5968         + added checks for an empty $HOME environment variable.
5969         > patches for OS/2 EMX (Ilya Zakharevich):
5970         + modify convert_configure.pl to support INSTALL.  Change compiler
5971           options in that script to use multithreading, needed for the mouse.
5972         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
5973           to set up a 3-button mouse.
5974         + improve code for OS/2 mouse support, using _nc_timed_wait() to
5975           replace select() call.
5976
5977 20001007
5978         + change type of ospeed variable back to short to match its use in
5979           legacy applications (reported by Andrey A Chernov).
5980         + add case to configure script for --enable-rpath on IRIX (patch by
5981           Albert Chin-A-Young).
5982         + minor fix to position_check() function, to ensure it gets the whole
5983           cursor report before decoding.
5984         + add configure option --disable-assumed-color, to allow pre-5.1
5985           convention of default colors used for color-pair 0 to be configured
5986           (see assume_default_colors()).
5987         + rename configure option --enable-hashmap --disable-hashmap, and
5988           reorder the configure options, splitting the experimental and
5989           development
5990         + add configure option --disable-root-environ, which tells ncurses to
5991           disregard $TERMINFO and similar environment variables if the current
5992           user is root, or running setuid/setgid (based on discussion with
5993           several people).
5994         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
5995           $TERMINFO variable for installs.
5996         + add table entry for plab_norm to tput, so it passes in strings
5997           for that capability.
5998         + modify parse_format() in lib_tparm.c to ignore precision if it is
5999           longer than 10000 (report by Jouko Pynnonen).
6000         + rewrote limit checks in lib_mvcur.c using new functions
6001           _nc_safe_strcat(), etc.  Made other related changes to check lengths
6002           used for strcat/strcpy (report by Jouko Pynnonen
6003           <jouko@solutions.fi>).
6004
6005 20000930
6006         + modify several descriptions, including those for setaf, setab, in
6007           include/Caps to indicate that the entries are parameterized.  This
6008           information is used to tell which strings are translated when
6009           converting to termcap.  Fixes a problem where the generated termcap
6010           would contain a spurious "%p1" for the terminfo "%p1%d".
6011         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
6012           absolute pathname for the build tree's lib directory (prompted by
6013           discussion with Albert Chin-A-Young).
6014         + modify "make install.man" and "make uninstall.man" to include tack's
6015           man-page.
6016         + various fixes for install scripts used to support configure --srcdir
6017           and --with-install-prefix (reported by Matthew Clarke
6018           <Matthew_Clarke@mindlink.bc.ca>).
6019         + make configure script checks on variables $GCC and $GXX consistently
6020           compare against 'yes' rather than test if they are nonnull, since
6021           either may be set to the corresponding name of the C or C++ compiler
6022           (report/patch by Albert Chin-A-Young).
6023
6024 20000923
6025         + modify rs2 capability in xterm-r6 and similar where cursor
6026           save/restore bracketed the sequence for resetting video attributes.
6027           The cursor restore would undo that (report by John Hawkinson
6028           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
6029         + using parameter check added to tic, corrected 27 typos in
6030           terminfo.src -TD
6031         + modify tic to verify that its inputs are really files, in case
6032           someone tries to read a directory (or /dev/zero).
6033         + add a check for empty buffers returned by fgets() in comp_scan.c
6034           next_char() function, in case tic is run on a non-text file (fixes
6035           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
6036         + add to railroad.c some code exercising tgoto(), providing an
6037           alternate form of display if the terminal supports cursor addressing.
6038         + split-out tgoto() again, this time into new file lib_tgoto.c, and
6039           implement a conventional BSD-style tgoto() which is used if the
6040           capability string does not contain terminfo-style padding or
6041           parameters (requested by Andrey A Chernov).
6042         + add check to tic which reports capabilities that do not reference
6043           the expected number of parameters.
6044         + add error checking to infocmp's -v and -m options to ensure that
6045           the option value is indeed a number.
6046         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
6047           handler is setup.  Separated the old/new sigaction data for SIGTSTP
6048           from the other signals.
6049
6050 20000917
6051         + add S0, E0 extensions to screen's terminfo entry, which is another
6052           way to solve the misconfiguration issue -TD
6053         + completed special case for tgoto from 20000916
6054
6055 20000916
6056         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
6057         + add Matrix Orbital terminfo entries (from Eric Z Ayers
6058           <eric@ale.org>).
6059         + add special case to lib_tparm.c to allow 'screen' program to use a
6060           termcap-style parameter "%." to tgoto() for switching character sets.
6061         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
6062           no symbolic links.
6063         + updated notes in README.emx regarding autoconf patches.
6064         + replace a lookup table in lib_vidattr.c used to decode no_color_video
6065           with a logic expression (suggested by Philippe Blain).
6066         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
6067           character set attribute from the displayed text.
6068         + correct inequality in parameter analysis of rewritten lib_tparm.c
6069           which had the effect of ignoring p9 in set_attributes (sgr), breaking
6070           alternate character set (reported by Piotr Majka <charvel@link.pl>).
6071         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
6072           with Sun WorkShop compilers since these tokens were empty (cf:
6073           20000902, reported by Albert Chin-A-Young).
6074
6075 20000909
6076         + correct an uninitialized parameter to open_tempfile() in tic.c which
6077           made "tic -I" give an ambiguous error message about tmpnam.
6078         + add special case in lib_vidattr.c to reset underline and standout for
6079           devices that have no sgr0 defined (patch by Don Lewis
6080           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
6081           mode, since there is no exit-bold-mode capability.
6082         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
6083         + modify tparm to disallow arithmetic on strings, analyze the varargs
6084           list to read strings as strings and numbers as numbers.
6085         + modify tparm's internal function spop() to treat a null pointer as
6086           an empty string.
6087         + modify tput program so it can be renamed or invoked via a link as
6088           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
6089           init'.
6090         + add private entrypoint _nc_basename(), use to consolidate related
6091           code in progs, as well as accommodating OS/2 EMX pathnames.
6092         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
6093           removal (except via AC_SUBST) from configure.in, making
6094           --enable-const work again (reported by Juergen Pfeifer).
6095         + regen'd configure to pick up "hpux*" change from 20000902.
6096
6097 20000902
6098         + modify tset.c to check for transformed "reset" program name, if any.
6099         + add a check for null pointer in Make_Enum_Type() (reported by Steven
6100           W Orr <steveo@world.std.com>).
6101         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
6102           using strtok(), because it is non-reentrant (reported by Andrey A
6103           Chernov <ache@nagual.pp.ru>).
6104         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
6105           This differed from the "hpux*" case by using reversed symbolic
6106           links, which made the 5.1 version not match the configuration of
6107           5.0 shared libraries (reported by Albert Chin-A-Young).
6108         + correct a dependency in Ada95/src/Makefile.in which prevented
6109           building with configure --srcdir (patch by H Nanosecond
6110           <aldomel@ix.netcom.com>).
6111         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
6112           GCC_SCANF was not previously defined (reported by Pavel Roskin
6113           <proski@gnu.org>).
6114         + add MKncurses_def.sh to generate fallback definitions for
6115           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
6116           code to consistently use "#if" rather than "#ifdef".
6117
6118 20000826
6119         + add QNX qansi entries to terminfo -TD
6120         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
6121         + add configure option --with-database to allow specifying a different
6122           terminfo source-file to install.  On OS/2 EMX, this defaults to
6123           misc/emx.src
6124         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
6125           setting .exe extension on OS/2 EMX.
6126         + add .exe extension in Ada95/gen/Makefile.in,
6127           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
6128           <jmcoopr@webmail.bmi.net>).
6129         + add configure check for filesystems (such as OS/2 EMX) which do not
6130           distinguish between upper/lowercase filenames, use this to fix tags
6131           rules in makefiles.
6132         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
6133           only sets the revents members of that array when there is activity
6134           corresponding to the related file (report by Glenn Cooper
6135           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
6136         + change configure script to use AC_CANONICAL_SYSTEM rather than
6137           AC_CANONICAL_HOST, which means that configure --target will set
6138           a default program-prefix.
6139         + add note on cross-compiling to INSTALL (which does not rely on the
6140           AC_CANONICAL_* macros).
6141
6142 20000819
6143         + add cases for EMX OS/2 to config.guess, config.sub
6144         + new version of config.guess, config.sub from lynx 2.8.4dev.7
6145         + add definitions via transform.h to allow tic and tput to check for
6146           the transformed aliases rather than the original infotocap, etc.
6147         + simplify transform-expressions in progs/Makefile.in, make the
6148           uninstall rule work for transformed program names.
6149         + change symbol used by --install-prefix configure option from
6150           INSTALL_PREFIX to DESTDIR (the latter has become common usage
6151           although the name is misleading).
6152         + modify programs to use curses_version() string to report the version
6153           of ncurses with which they are compiled rather than the
6154           NCURSES_VERSION string.  The function returns the patch level in
6155           addition to the major and minor version numbers.
6156
6157 20000812
6158         + modify CF_MAN_PAGES configure macro to make transformed program names
6159           a parameter to that macro rather than embedding them in the macro.
6160         + newer config.guess, config.sub (reference version used in lynx
6161           2.8.4dev.7).
6162         + add configure option --with-default-terminfo-dir=DIR to allow
6163           specifying the default terminfo database directory (request by Albert
6164           Chin-A-Young).
6165         + minor updates for terminfo.src from FreeBSD termcap change-history.
6166         + correct notes in README and INSTALL regarding documentation files
6167           that were moved from misc directory to doc (report by Rich Kulawiec
6168           <rsk@gsp.org>).
6169         + change most remaining unquoted parameters of 'test' in configure
6170           script to use quotes, for instance fixing a problem in the
6171           --disable-database option (reported by Christian Mondrup
6172           <scancm@biobase.dk>).
6173         + minor adjustments to work around some of the incompatibilities/bugs
6174           in autoconf 2.29a alpha.
6175         + add -I/usr/local/include when --with-ncurses option is used in
6176           test/configure script.
6177         + correct logic in adjust_cancels(), which did not check both
6178           alternatives when reclassifying an extended name between boolean,
6179           number and string, causing an infinite loop in tic.
6180
6181 20000730
6182         + correct a missing backslash in curses.priv.h
6183
6184 20000729
6185         + change handling of non_dest_scroll_region in tty_update.c to clear
6186           text after it is shifted in rather than before shifting out.  Also
6187           correct row computation (reported by Ruediger Kuhlmann
6188           <uck4@rz.uni-karlsruhe.de>).
6189         + add/use new trace function to display chtype values from winch() and
6190           getbkgd().
6191         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
6192           trace attribute changes under TRACE_CALLS to use this.
6193         + modify MKlib_gen.sh so that functions returning chtype will call
6194           returnChar().
6195         + add returnChar() trace, for functions returning chtype.
6196         + change indent.pro to line up parenthesis.
6197
6198 20000722
6199         + fix a heap problem with the c++ binding (report by
6200           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
6201         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
6202         + modify the check for big-core to force a couple of memory accesses,
6203           which may work as needed for older/less-capable machines (if not,
6204           there's still the explicit configure option).
6205         > fixes based on diff's for Amiga and BeOS found at
6206           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
6207         + alter definition of NCURSES_CONST to make it non-empty.
6208         + add amiga-vnc terminfo entry.
6209         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
6210           an (unspecified) symbol conflict.
6211         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
6212           simplify working around implementations that define random
6213           combinations of the related macros to zero.
6214         + modify configure test for tcgetattr() to allow for old
6215           implementations, e.g., on BeOS, which only defined it as a macro.
6216         > patches by Bruno Haible:
6217         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
6218           locale, ignore those which are set to an empty value, as per SUSV2.
6219         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
6220         + modify _nc_utf8_outch() to avoid sign-extension when checking for
6221           out-of-range value.
6222
6223 20000715
6224         + correct manlinks.sed script to avoid using ERE "\+", which is not
6225           understood by older versions of sed (patch by Albert Chin-A-Young).
6226         + implement configure script options that transform installed program
6227           names, e.g., --program-prefix, including the manpage names and cross
6228           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
6229         + correct several mismatches between manpage filename and ".TH"
6230           directives, renaming dft_fgbg.3x to default_colors.3x and
6231           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
6232         + correct missing includes for <string.h> in several places, including
6233           the C++ binding.  This is not noted by gcc unless we use the
6234           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
6235         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
6236           interface if neither termio or termios is available.  Tested this
6237           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
6238           work).
6239
6240 20000708 5.1 release for upload to ftp.gnu.org
6241         + document configure options in INSTALL.
6242         + add man-page for ncurses trace functions.
6243         + correct return value shown in curs_touch.3x for is_linetouched() and
6244           is_wintouched(), in curs_initscr.3x for isendwin(), and in
6245           curs_termattr.3x for has_ic() and has_il().
6246         + add prototypes for touchline() and touchwin(), adding them to the
6247           list of generated functions.
6248         + modify fifo_push() to put ERR into the fifo just like other values to
6249           return from wgetch().  It was returning without doing that, making
6250           end-of-file condition incorrectly return a 0 (reported by Todd C
6251           Miller).
6252         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
6253           are needed for SCO OpenServer.
6254         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
6255           dynamic loaders on SCO and IRIX64.
6256         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
6257           for testing.
6258         + correct assignment in assume_default_colors() which tells ncurses
6259           whether to use default colors, or the assumed ones (reported by Gary
6260           Funck <gary@Intrepid.Com>).
6261         + review/correct logic in mk-1st.awk for making symbolic links for
6262           shared libraries, in particular for FreeBSD, etc.
6263         + regenerate misc/*.def files for OS/2 EMX dll's.
6264         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
6265           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
6266           Wemm) (err in 20000610).
6267         + minor updates to release notes, as well as adding/updating URLs for
6268           examples cited in announce.html
6269         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
6270         + correct placement of ifdef for NCURSES_XNAMES in function
6271           _nc_free_termtype(), fixes a memory leak.
6272         + add a call to _nc_synchook() to the end of function whline() like
6273           that in wvline() (difference was in 1.9.4).
6274         + make ClearScreen() a little faster by moving two instances of
6275           UpdateAttr() out of for-loops.
6276         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
6277           (cf: 960428).
6278
6279 20000701 pre-release
6280         + change minor version to 1, i.e., ncurses 5.1
6281         + add experimental configure option --enable-colorfgbg to check for
6282           $COLORTERM variable as set by rxvt/aterm/Eterm.
6283         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
6284         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
6285           several manpages so manlinks.sed can find aliases for creating
6286           symbolic links.
6287         + add explanation to run_tic.sh regarding extended terminal
6288           capabilities.
6289         + change message format for edit_cfg.sh, since some people interpret
6290           it as a warning.
6291         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
6292           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
6293         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
6294           support when poll() is used rather than select() (prompted by
6295           discussion with David Allen <DAllen24@aol.com>).
6296
6297 20000624 pre-release
6298         + modify TransformLine() to check for cells with different color pairs
6299           that happen to render the same display colors.
6300         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
6301         + improve cost computation in PutRange() by accounting for the use
6302           of parm_right_cursor in mvcur().
6303         + correct cost computation in EmitRange(), which was not using the
6304           normalized value for cursor_address.
6305         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
6306
6307 20000617
6308         + update config.guess, config.sub (reference version used in PCRE 3.2).
6309         + resync changes to gnathtml against version 1.22, regenerated html
6310           files under doc/html/ada using this (1.22.1.1).
6311         + regenerated html files under doc/html/man after correcting top and
6312           bottom margin options for man2html in dist.mk
6313         + minor fixes to test programs ncurses 'i' and testcurs program to make
6314           the subwindow's background color cover the subwindow.
6315         + modify configure script so AC_MSG_ERROR is temporarily defined to a
6316           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
6317           without requiring user to add --without-cxx option (adapted from
6318           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
6319         + modify headers.sh to avoid creating temporary files in the build
6320           directory when installing headers (reported by Sergei Pokrovsky
6321           <pok@nbsp.nsk.su>)
6322
6323 20000610
6324         + regenerated the html files under doc/html/ada/files and
6325           doc/html/ada/funcs with a slightly-improved gnathtml.
6326         + add kmous capability to linux terminfo entry to allow it to use
6327           xterm-style events provided by gpm patch by Joerg Schoen.
6328         + make the configure macro CF_SHARED_OPTS a little smarter by testing
6329           if -fPIC is supported by gcc rather than -fpic.  The former option
6330           allows larger symbol tables.
6331         + update config.guess and config.sub (patches by
6332           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
6333           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
6334         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
6335           is an extension.
6336
6337 20000527
6338         + modify echo() behavior of getch() to match Solaris curses for
6339           carriage return and backspace (reported by Neil Zanella).
6340         + change _nc_flush() to a function.
6341         + modify delscreen() to check if the output stream has been closed, and
6342           if so, free the buffer allocated for setbuf (this provides an
6343           ncurses-specific way to avoid a memory leak when repeatedly calling
6344           newterm reported by Chipp C <at_1@zdnetonebox.com>).
6345         + correct typo in curs_getch.3x manpage regarding noecho (reported by
6346           David Malone <dwmalone@maths.tcd.ie>).
6347         + add a "make libs" rule.
6348         + make the Ada95 interface build with configure --enable-widec.
6349         + if the configure --enable-widec option is given, append 'w' to names
6350           of the generated libraries (e.g., libncursesw.so) to avoid conflict
6351           with existing ncurses libraries.
6352
6353 20000520
6354         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
6355           is configured with the experimental wide-character support.
6356         + add a simple UTF-8 output driver to the experimental wide-character
6357           support.  If any of the environment variables LC_ALL, LC_CTYPE or
6358           LANG contain the string "UTF-8", this driver will be used to
6359           translate the output to UTF-8.  This works with XFree86 xterm.
6360         + modify configure script to allow building shared libraries on BeOS
6361           (from a patch by Valeriy E Ushakov).
6362         + modify lib_addch.c to allow repeated update to the lower-right
6363           corner, rather than displaying only the first character written until
6364           the cursor is moved.  Recent versions of SVr4 curses can update the
6365           lower-right corner, and behave this way (reported by Neil Zanella).
6366         + add a limit-check in _nc_do_color(), to avoid using invalid color
6367           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
6368
6369 20000513
6370         + the tack program knows how to use smcup and rmcup but the "show caps
6371           that can be tested" feature did not reflect this knowledge.  Correct
6372           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
6373         + xterm-16color does allow bold+colors, removed ncv#32 from that
6374           terminfo entry.
6375
6376 20000506
6377         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
6378           broke check for screen's AX capability (reported by Valeriy E Ushakov
6379           <uwe@ptc.spbu.ru>).
6380         + change man2html rule in dist.mk to workaround bug in some
6381           man-programs that ignores locale when rendering hyphenation.
6382         + change web- and ftp-site to dickey.his.com
6383
6384 20000429
6385         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
6386           problem linking tack on MacOS X DP3.
6387         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
6388           (reported by Gerben Wierda <wierda@holmes.nl>).
6389         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
6390           default colors.
6391         + add -d option to ncurses.c, to turn on default-colors for testing.
6392         + add a check to _nc_makenew() to ensure that newwin() and newpad()
6393           calls do not silently fail by passing too-large limits.
6394         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
6395           internal window and pad sizes.  Note that since this is visible in
6396           the WINDOW struct, it would be an ABI change to make this an 'int'
6397           (prompted by a question by Bastian Trompetter
6398           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
6399
6400 20000422
6401         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
6402           aixterm entries -TD
6403         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
6404           example of an illegal ANSI resonse can be found using Microsoft's
6405           Telnet client.  A correct display can be found using a VT-4xx
6406           terminal or XFree86 xterm with:
6407                 XTerm*VT100*decTerminalID:  450
6408           (patch by Daniel Weaver).
6409         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
6410           for resume.  Add '-n' option to force gdc's standard input to
6411           /dev/null, to both illustrate the use of newterm() for specifying
6412           alternate inputs as well as for testing signal handling.
6413         + minor fix for configure option --with-manpage-symlinks, for target
6414           directories that contain a period ('.') (reported by Larry Virden).
6415
6416 20000415
6417         + minor additions to beterm entry (feedback from Rico Tudor) -TD
6418         + corrections/updates for some IBM terminfo entries -TD
6419         + modify _nc_screen_wrap() so that when exiting curses mode with
6420           non-default colors, the last line on the screen will be cleared to
6421           the screen's default colors (request by Alexander V Lukyanov).
6422         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
6423           read for demonstrating the REQ_NEW_LINE operation (prompted by a
6424           question by Tony L Keith <tlkeith@keithconsulting.com>).
6425         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
6426           documented extension of ncurses which allows a zero pointer.
6427         + modify fmt_complex() to avoid buffer overflow in case of excess
6428           recursion, and to recognize "%e%?" as a synonym for else-if, which
6429           means that it will not recur for that special case.
6430         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
6431           is defined (patch by Todd C Miller).
6432         + modify one of the m4 files used to generate the Ada95 sources,
6433           to avoid using the token "symbols" (patch by Juergen Pfeifer).
6434
6435 20000408
6436         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
6437         + correct spelling error in terminfo entry name:  bq300-rv was given as
6438           bg300-rv in esr's version.
6439         + modify redrawwin() macro so its parameter is fully parenthesized
6440           (fixes Debian bug report #61088).
6441         + correct formatting error in dump_entry() which set incorrect column
6442           value when no newline trimming was needed at the end of an entry,
6443           before appending "use=" clauses (cf: 960406).
6444
6445 20000401
6446         + add configure option --with-manpage-symlinks
6447         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
6448         + change makefiles so trace() function is provided only if TRACE is
6449           defined, e.g., in the debug library.  Modify related calls to
6450           _tracechar() to use unctrl() instead.
6451
6452 20000325
6453         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
6454           terminfo entries, use presence of this as a check for a small
6455           improvement in setting default colors.
6456         + improve logic in _nc_do_color() implementing assume_default_colors()
6457           by passing in previous color pair info to eliminate redundant call to
6458           set_original_colors().  (Part of this is from a patch by Alexander
6459           V Lukyanov).
6460         + modify warning in _nc_trans_string() about a possibly too-long string
6461           to do this once only rather than for each character past the
6462           threshold (600).  Change interface of _nc_trans_string() to allow
6463           check for buffer overflow.
6464         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
6465           struct each time before reading new data into it, rather than once
6466           per loop (cf:  990301).  This affects multi-entry in-core operations
6467           such as "infocmp -Fa".
6468
6469 20000319
6470         + remove a spurious pointer increment in _nc_infotocap() changes from
6471           20000311.  Add check for '.' in format of number, since that also
6472           is not permitted in termcap.
6473         + correct typo in rxvt-basic terminfo from temporary change made while
6474           integrating 20000318.
6475
6476 20000318
6477         + revert part of the vt220 change (request by Todd C Miller).
6478         + add ansi-* terminfo entries from ESR's version.
6479         + add -a option to tic and infocmp, which retains commented-out
6480           capabilities during source translation/comparison, e.g., captoinfo
6481           and infotocap.
6482         + modify cardfile.c to display an empty card if no input data file is
6483           found, fixes a core dump in that case (reported by Bruno Haible).
6484         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
6485           result for OS/2 EMX.
6486         + supply required parameter for _nc_resolve_uses() call in
6487           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
6488         > patches by Bruno Haible <haible@ilog.fr>:
6489         + fix a compiler warning in fty_enum.c
6490         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
6491           makefiles, which resulted in redundant linking (cf: 20000122).
6492
6493 20000311
6494         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
6495         + improved tack/README (patch by Daniel Weaver).
6496         + modify tput.c to ensure that unspecified parameters are passed to
6497           tparm() as 0's.
6498         + add a few checks in infocmp to guard against buffer overflow when
6499           displaying string capabilities.
6500         + add check for zero-uses in infocmp's file_comparison() function
6501           before calling _nc_align_termtype().  Otherwise one parameter is
6502           indexed past the end of the uses-array.
6503         + add an option -q to infocmp to specify the less verbose output,
6504           keeping the existing format as the default, though not retaining the
6505           previous behavior that made the -F option compare each entry to
6506           itself.
6507         + adapted patch by ESR to make infocmp -F less verbose -TD
6508           (the submitted patch was unusable because it did not compile
6509           properly)
6510           + modify write_entry.c to ensure that absent or cancelled booleans
6511             are written as FALSE, for consistency with infocmp which now
6512             assumes this.  Note that for the small-core configuration, tic
6513             may not produce the same result as before.
6514           + change some private library interfaces used by infocmp, e.g.,
6515             _nc_resolve_uses().
6516           + add a check in _nc_infotocap() to ensure that cm-style capabilities
6517             accept only %d codes when converting the format from terminfo to
6518             termcap.
6519           + modify ENTRY struct to separate the data in 'parent' into the name
6520             and link values (the original idea to merge both into 'parent' was
6521             not good).
6522           + discard repair_acsc(tterm);
6523         > patch by Juergen Pfeifer:
6524         + drop support for gnat 3.10
6525         + move generated documentation and html files under ./doc directory,
6526           adding makefile rules for this to dist.mk
6527
6528 20000304
6529         + correct conflicting use of tparm() in 20000226 change to tic, which
6530           made it check only one entry at a time.
6531         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
6532           Raggett's tidy.
6533         + make the example in ncurses-intro.html do something plausible, and
6534           corrected misleading comment (reported by Neil Zanella).
6535         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
6536           to fix a case where the cursor position was not updated as in
6537           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
6538         + add a limit-check for wresize() to ensure that a subwindow does not
6539           address out of bounds.
6540         + correct offsets used for subwindows in wresize() (patch by Michael
6541           Andres <ma@suse.de>).
6542         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
6543           Juergen Pfeifer).  This generated a file with a space in its name,
6544           which I removed.
6545         + fix a few spelling errors in tack.
6546         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
6547           otherwise it does not build properly for older HPUX shared library
6548           configurations.
6549         + add several terminfo entries from esr's "11.0".
6550
6551 20000226
6552         + make 'tput flash' work properly for xterm by flushing output in
6553           delay_output() when using napms(), and modifying xterm's terminfo to
6554           specify no padding character.  Otherwise, xterm's reported baud rate
6555           can mislead ncurses into producing too few padding characters
6556           (Debian #58530).
6557         + add a check to tic for consistency between sgr and the separate
6558           capabilities such as smso, use this to check/correct several
6559           terminfo entries (Debian #58530).
6560         + add a check to tic if cvvis is the same as cnorm, adjusted several
6561           terminfo entries to remove the conflict (Debian #58530).
6562         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
6563           Debian #53962).
6564         + minor clarification for curs_set() and leaveok() manpages.
6565         + use mkstemp() for creating temporary file for tic's processing of
6566           $TERMCAP contents (fixes Debian #56465).
6567         + correct two errors from integrating Alexander's changes:  did not
6568           handle the non-bce case properly in can_erase_with() (noted by
6569           Alexander), and left fg/bg uninitialized in the pair-zero case of
6570           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
6571           Ismael Cordeiro <ismael@cordeiro.com>).
6572
6573 20000219
6574         + store default-color code consistently as C_MASK, even if given as
6575           -1 for convenience (adapted from patches by Alexander V Lukyanov).
6576         > patches by Alexander V Lukyanov:
6577         + change can_clear_with() macro to accommodate logic for
6578           assume_default_colors(), making most of the FILL_BCE logic
6579           unnecessary.  Made can_clear_with() an inline function to make it
6580           simpler to read.
6581
6582 20000212
6583         + corrected form of recent copyright dates.
6584         + minor corrections to xterm-xf86-v333 terminfo entry -TD
6585         > patches by Alexander V Lukyanov:
6586         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
6587           colors are white on black.
6588         + fix initialization of tstLine so that it is filled with current blank
6589           character in any case.  Previously it was possible to have it filled
6590           with old blank.  The wrong over-optimization was introduced in 991002
6591           patch.  (it is not very critical as the only bad effect is not using
6592           clr_eos for clearing if blank has changed).
6593
6594 20000205
6595         + minor corrections/updates to several terminfo entries: rxvt-basic,
6596           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
6597         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
6598           allowing poll() to be used on Linux.
6599         + add CF_FUNC_POLL macro to check if poll() is able to select from
6600           standard input.  If not we will not use it, preferring select()
6601           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
6602         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
6603           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
6604         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
6605         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
6606
6607 20000122
6608         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
6609         + modify CF_MATH_LIB configure macro to parameterize the test function
6610           used, for reuse in dialog and similar packages.
6611         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
6612           negative value could be used by FD_SET, causing the select() call
6613           to wait indefinitely.
6614
6615 20000115
6616         + additional fixes for non-bce terminals (handling of delete_character)
6617           to work when assume_default_colors() is not specified.
6618         + modify warning message from _nc_parse_entry() regarding extended
6619           capability names to print only if tic/infocmp/toe have the -v flag
6620           set, and not at all in ordinary user applications.  Otherwise, this
6621           warning would be shown for screen's extended capabilities in programs
6622           that use the termcap interface (reported by Todd C Miller).
6623         + modify use of _nc_tracing from programs such as tic so their debug
6624           level is not in the same range as values set by trace() function.
6625         + small panel header cleanup (patch by Juergen Pfeifer).
6626         + add 'railroad' demo for termcap interface.
6627         + modify 'tic' to write its usage message to stderr (patch by Todd C
6628           Miller).
6629
6630 20000108
6631         + add prototype for erase() to curses.h.in, needed to make test
6632           programs build with c++/g++.
6633         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
6634         + correct install rule for tack.1; it assumed that file was in the
6635           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
6636         + modify terminfo/termcap translation to suppress acsc before trying
6637           sgr if the entry would be too large (patch by Todd C Miller).
6638         + document a special case of incompatiblity between ncurses 4.2 and
6639           5.0, add a section for this in INSTALL.
6640         + add TRACE_DATABASE flag for trace().
6641
6642 20000101
6643         + update mach, add mach-color terminfo entries based on Debian diffs
6644           for ncurses 5.0 -TD
6645         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
6646           terminfo entries -TD
6647         + change OTrs capabilities to rs2 in terminfo.src -TD
6648         + add obsolete and extended capabilities to 'screen' terminfo -TD
6649         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
6650         + make conversion to termcap ug (underline glitch) more consistently
6651           applied.
6652         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
6653           was in the original pre-1.9.7 version, when $HOME/.terminfo was
6654           introduced).
6655         + modify 'toe' to ignore terminfo directories to which it has no
6656           permissions.
6657         + modify read_termtype(), fixing 'toe', which could dump core when it
6658           found an incomplete entry such as "dumb" because it did not
6659           initialize its buffer for _nc_read_file_entry().
6660         + use -fPIC rather than -fpic for shared libraries on Linux, not
6661           needed for i386 but some ports (from Debian diffs for 5.0) -TD
6662         + use explicit VALID_NUMERIC() checks in a few places that had been
6663           overlooked, and add a check to ensure that init_tabs is nonzero,
6664           to avoid divide-by-zero (reported by Todd C Miller).
6665         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
6666           tin) -TD
6667
6668 19991218
6669         + reorder tests during mouse initialization to allow for gpm to run in
6670           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
6671           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
6672           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
6673         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
6674           stty lnext on systems such as FreeBSD (report by Bruce Evans
6675           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
6676         + fix a potential (but unlikely) buffer overflow in failed() function
6677           of tset.c (reported by Todd C Miller).
6678         + add manual-page for ncurses extensions, documented curses_version(),
6679           use_extended_names().
6680
6681 19991211
6682         + treat as untranslatable to termcap those terminfo strings which
6683           contain non-decimal formatting, e.g., hexadecimal or octal.
6684         + correct commented-out capabilities that cannot be translated to
6685           termcap, which did not check if a colon must be escaped.
6686         + correct termcap translation for "%>" and "%+", which did not check
6687           if a colon must be escaped, for instance.
6688         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
6689           buffer (originally for _nc_infotocap() in 960301 -TD).
6690         + correct expression used for terminfo equivalent of termcap %B,
6691           adjust regent100 entry which uses this.
6692         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
6693         + eliminate a fixed-buffer in tic, used for translating comments.
6694         + add manpage for infotocap
6695
6696 19991204
6697         + add kvt and gnome terminfo entries -TD
6698         + correct translation of "%%" by infotocap, which was emitted as "%".
6699         + add "obsolete" termcap strings to terminfo.src
6700         + modify infocmp to default to showing obsolete capabilities rather
6701           than terminfo only.
6702         + modify write_entry.c so that if extended names (i.e., configure
6703           --enable-tcap-names) are active, then tic will also write "obsolete"
6704           capabilities that are present in the terminfo source.
6705         + modify tic so that when running as captoinfo or infotocap, it
6706           initializes the output format as in -C and -I options, respectively.
6707         + improve infocmp and tic -f option by splitting long strings that do
6708           not have if-then-else construct, but do have parameters, e.g., the
6709           initc for xterm-88color.
6710         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
6711           arrays.
6712
6713 19991127
6714         + additional fixes for non-bce terminals (handling of clear_screen,
6715           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
6716           not specified.
6717         + several small changes to xterm terminfo entries -TD.
6718         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
6719           SP, since it is part of that struct.
6720         + remove obsolete shlib-versions, which was unintentionally re-added
6721           in 970927.
6722         + modify infocmp -e, -E options to ensure that generated fallback.c
6723           type for Booleans agrees with term.h (reported by Eric Norum
6724           <eric@cls.usask.ca>).
6725         + correct configure script's use of $LIB_PREFIX, which did not work
6726           for installing the c++ directory if $libdir did not end with "/lib"
6727           (reported by Huy Le <huyle@ugcs.caltech.edu>).
6728         + modify infocmp so -L and -f options work together.
6729         + modify the initialization of SP->_color_table[] in start_color() so
6730           that color_content() will return usable values for COLORS greater
6731           than 8.
6732         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
6733           xterm-88color, to limit the displayed/computed colors to 16.
6734         > patch by Juergen Pfeifer:
6735         + simplify coding of the panel library according to suggestions by
6736           Philippe Blain.
6737         + improve macro coding for a few macros in curses.priv.h
6738
6739 19991113
6740         + modify treatment of color pair 0 so that if ncurses is configured
6741           to support default colors, and they are not active, then ncurses
6742           will set that explicitly, not relying on orig_colors or orig_pair.
6743         + add new extension, assume_default_colors() to provide better control
6744           over the use of default colors.
6745         + modify test programs to use more-specific ifdef's for existence of
6746           wresize(), resizeterm() and use_default_colors().
6747         + modify configure script to add specific ifdef's for some functions
6748           that are included when --enable-ext-funcs is in effect, so their
6749           existence can be ifdef'd in the test programs.
6750         + reorder some configure options, moving those extensions that have
6751           evolved from experimental status into a new section.
6752         + change configure --enable-tcap-names to enable this by default.
6753
6754 19991106
6755         + install tack's manpage (reported by Robert Weiner
6756           <robert@progplus.com>)
6757         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
6758         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
6759           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
6760
6761 19991030
6762         + modify linux terminfo entry to indicate that dim does not mix with
6763           color (reported by Klaus Weide <kweide@enteract.com>).
6764         + correct several typos in terminfo entries related to missing '['
6765           in CSI's -TD
6766         + fix several compiler warnings in c++ binding (reported by Tim
6767           Mooney for alphaev56-dec-osf4.0f
6768         + rename parameter of _nc_free_entries() to accommodate lint.
6769         + correct lint rule for tack, used incorrect list of source files.
6770         + add case to config.guess, config.sub for Rhapsody.
6771         + improve configure tests for libg++ and libstdc++ by omitting the
6772           math library (which is missing on Rhapsody), and improved test for
6773           the math library itself (adapted from path by Nelson H. F. Beebe).
6774         + explicitly initialize to zero several data items which were
6775           implicitly initialized, e.g., cur_term.  If not explicitly
6776           initialized, their storage type is C (common), and causes problems
6777           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
6778           Beebe).
6779         + modify Ada95 binding to not include the linker option for Ada
6780           bindings in the Ada headers, but in the Makefiles instead (patch by
6781           Juergen Pfeifer).
6782
6783 19991023 5.0 release for upload to ftp.gnu.org
6784         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
6785           4-digit year.
6786         + add function curses_version(), to return ncurses library version
6787           (request by Bob van der Poel).
6788         + remove rmam, smam from cygwin terminfo entry.
6789         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
6790           as update ncv to indicate that 'dim' conflicts with colors.
6791         + modify configure script to use symbolic links for FreeBSD shared
6792           libraries by default.
6793         + correct ranf() function in rain and worm programs to ensure it does
6794           not return 1.0
6795         + hide the cursor in hanoi.c if it is running automatically.
6796         + amend lrtest.c to account for optimizations that exploit margin
6797           wrapping.
6798         + add a simple terminfo demo, dots.c
6799         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
6800           tell it to use write() rather than putc(), since the latter is not
6801           safe in a signal handler according to POSIX.
6802         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
6803           of output-file pointer in ncurses library.
6804         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
6805           OpenServer.
6806         + correct CC_SHARED_OPTS for building shared libraries for SCO
6807           OpenServer.
6808         + remove usleep() from alternatives in napms(), since it may interact
6809           with alarm(), causing a process to be interrupted by SIGALRM (with
6810           advice from Bela Lubkin).
6811         + modify terminal_interface-curses-forms.ads.m4 to build/work with
6812           GNAT 3.10 (patch by Juergen Pfeifer).
6813         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
6814           work with gcc 2.7.2.3
6815         + minor fix to test/tclock.c to avoid beeping more than once per second
6816         + add 's' and ' ' decoding to test/rain.c
6817
6818 991016  pre-release
6819         + corrected BeOS code for lib_twait.c, making nodelay() function work.
6820
6821 991009  pre-release
6822         + correct ncurses' value for cursor-column in PutCharLR(), which was
6823           off-by-one in one case (patch by Ilya Zakharevich).
6824         + fix some minor errors in position_check() debugging code, found while
6825           using this to validate the PutCharLR() patch.
6826         + modify firework, lrtest, worm examples to be resizable, and to
6827           recognize 'q' for quit, 's' for single-step and ' ' for resume.
6828         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
6829           add a note on building with gnat 3.10p to Ada95/TODO.
6830         + add a copy of the standalone configure script for the test-directory
6831           to simplify testing on SCO and Solaris.
6832
6833 991002  pre-release
6834         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
6835           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
6836           Blain, comments by Alexander V Lukyanov).
6837         + simplify definition of PANEL and eliminate internal functions
6838           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
6839           (patch by Juergen Pfeifer, analysis by Philippe Blain
6840           <bledp@voila.fr>)).
6841         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
6842           man_db.renames, since Debian is not concerned with 14-character
6843           filename limitation (Debian bug report by Josip Rodin
6844           <joy@cibalia.gkvk.hr>).
6845         + corrected scoansi terminfo entry by testing with scoterm and console.
6846         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
6847           since this does not work for gnat 3.10p
6848         + modify tclock example to be resizable (if ncurses' sigwinch handler
6849           is used), and in color.
6850         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
6851           shared library rules.
6852
6853 990925  pre-release
6854         + add newer NetBSD console terminfo entries
6855         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
6856           <Faroul@beyond.kn-bremen.de>)
6857         + remove -lcurses -ltermcap from configure script's check for the gpm
6858           library, since they are not really necessary (a properly configured
6859           gpm library has no dependency on any curses library), and if the
6860           curses library is not installed, this would cause the test to fail.
6861         + modify tic's -C option so that terminfo "use=" clauses are translated
6862           to "tc=" clauses even when running it as captoinfo.
6863         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
6864           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
6865         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
6866           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
6867         + correct a problem in libpanel, where the _nc_top_panel variable was
6868           not set properly when bottom_panel() is called to hide a panel which
6869           is the only one on the stack (report/analysis by Michael Andres
6870           <ma@suse.de>, patch by Juergen Pfeifer).
6871
6872 990918  pre-release
6873         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
6874           <j@interface-business.de>).
6875         + add top-level uninstall.data and uninstall.man makefile rules.
6876         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
6877           that hard-links work on Unix again.
6878         + change default value of cf_cv_builtin_bool to 1 (suggested by
6879           Jeremy Buhler), making it less likely that a conflicting declaration
6880           of bool will be seen when compiling with C++.
6881
6882 990911  pre-release
6883         + improved configure checks for builtin.h
6884         + minor changes to C++ binding (remove static initializations, and make
6885           configure-test for parameter initializations) for features not
6886           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
6887           applies to SGI, though I found SCO has the same characteristics).
6888         + corrected quoting of ETIP_xxx definitions which support old versions
6889           of g++, e.g., those using -lg++
6890         + remove 'L' code from safe_sprintf.c, since 'long double' is not
6891           widely portable.  safe_sprintf.c is experimental, however, and
6892           exists mainly as a fallback for systems without snprintf (reported
6893           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
6894         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
6895           so that it is not unnecessarily made extern (Jeffrey C Honig).
6896
6897 990904  pre-release
6898         + move definition for builtin.h in configure tests to specific check
6899           for libg++, since qt uses the same filename incompatibly.
6900         + correct logic of lib_termcap.c tgetstr function, which did not copy
6901           the result to the buffer parameter.  Testing shows Solaris does
6902           update this, though of course tgetent's buffer is untouched (reported
6903           in Peter Edwards <peter.edwards@ireland.com> in
6904           mpc.lists.freebsd.current newsgroup.
6905         + corrected beterm terminfo entry, which lists some capabilities which
6906           are not actually provided by the BeOS Terminal.
6907         + add special logic to replace select() calls on BeOS, whose select()
6908           function works only for sockets.
6909         + correct missing escape in mkterm.h.awk.in, which caused part
6910           of the copyright noticed to be omitted (reported by Peter
6911           Wemm <peter@netplex.com.au>).
6912         > several small changes to make the c++ binding and demo work on OS/2
6913           EMX (related to a clean reinstall of EMX):
6914         + correct library-prefix for c++ binding; none is needed.
6915         + add $x suffix to make_hash and make_keys so 'make distclean' works.
6916         + correct missing $x suffix for tack, c++ demo executables.
6917         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
6918           CF_STDCPP_LIBRARY (for -lstdc++)
6919
6920 990828  pre-release
6921         + add cygwin terminfo entry -TD
6922         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
6923         + add configure option --without-cxx-binding, modifying the existing
6924           --without-cxx option to check only for the C++ compiler
6925           characteristics.  Whether or not the C++ binding is needed, the
6926           configure script checks for the size/type of bool, to make ncurses
6927           match.  Otherwise C++ applications cannot use ncurses.
6928
6929 990821  pre-release
6930         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
6931         + minor corrections to beterm terminfo entry.
6932         + modify lib_setup.c to reject values of $TERM which have a '/' in
6933           them.
6934         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
6935           than one is on BeOS.  That would break a switch statement.
6936         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
6937           nonfunctional link().
6938         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
6939           BeOS's bool, which is declared as an unsigned char.
6940
6941 990814  pre-release
6942         + add ms-vt100 terminfo entry -TD
6943         + minor fixes for misc/emx.src, based on testing with tack.
6944         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
6945
6946 990731  pre-release
6947         + minor correction for 'screen' terminfo entry.
6948         + clarify description of errret values for setupterm in manpage.
6949         + modify tput to allow it to emit capabilities for hardcopy terminals
6950           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
6951         + modify the 'o' (panel) test in ncurses.c to show the panels in color
6952           or at least in bold, to test Juergen's change to wrefresh().
6953         > patches by Juergen Pfeifer:
6954         + Fixes a problem using wbkgdset() with panels.  It has actually
6955           nothing to with panels but is a problem in the implementation of
6956           wrefresh().  Whenever a window changes its background attribute to
6957           something different than newscr's background attribute, the whole
6958           window is touched to force a copy to newscr.  This is an unwanted
6959           side-effect of wrefresh() and it is actually not necessary.  A
6960           changed background attribute affects only further outputs of
6961           background it doesn't mean anything to the current content of the
6962           window.  So there is no need to force a copy.  (reported by Frank
6963           Heckenbach <frank@g-n-u.de>).
6964         + an upward compatible enhancement of the NCursesPad class in the C++
6965           binding.  It allows one to add a "viewport" window to a pad and then
6966           to use panning to view the pad through the viewport window.
6967
6968 990724  pre-release
6969         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
6970           signal was received while not in curses mode, e.g., endwin() was
6971           called in preparation for spawning a shell command (reported by Frank
6972           Heckenbach <frank@g-n-u.de>)
6973         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
6974         + change test for xterm mouse capability:  it now checks only if the
6975           user's $DISPLAY variable is set in conjunction with the kmous
6976           capability being present in the terminfo.  Before, it checked if any
6977           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
6978           However, some emulators which are incompatible with xterm in other
6979           ways do support the xterm mouse capability.
6980         + reviewed and made minor changes in ncurses to quiet g++ warnings
6981           about shadowed or uninitialized variables.  g++ incorrectly warns
6982           about uninitialized variables because it does not take into account
6983           short-circuit expression evaluation.
6984         + change ncurses 'b' test to start in color pair 0 and to show in the
6985           right margin those attributes which are suppressed by no_color_video,
6986           i.e., "(NCV)".
6987         + modify ifdef's in curses.h so that __attribute__ is not redefined
6988           when compiling with g++, but instead disabled the macros derived for
6989           __attribute__ since g++ does not consistently recognize the same
6990           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
6991         + update dependencies for term.h in ncurses/modules (reported by
6992           Ilya Zakharevich).
6993
6994 990710  pre-release
6995         + modify the form demo in ncurses.c to illustrate how to manipulate the
6996           field appearance, e.g, for highlighting or translating the field
6997           contents.
6998         + correct logic in write_entry from split-out of home_terminfo in
6999           980919, which prevented update of $HOME/.terminfo (reported by Philip
7000           Spencer <pspencer@fields.utoronto.ca>).
7001
7002 990703  pre-release
7003         + modify linux terminfo description to make use of kernel 2.2.x mods
7004           that support cursor style, e.g., to implement cvvis (patch by Frank
7005           Heckenbach <frank@g-n-u.de>)
7006         + add special-case in setupterm to retain previously-saved terminal
7007           settings in cur_term, which happens when curses and termcap calls are
7008           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
7009         + suppress initialization of key-tries in _nc_keypad() if we are only
7010           disabling keypad mode, e.g., in endwin() called when keypad() was
7011           not.
7012         + modify the Ada95 makefile to ensure that always the Ada files from
7013           the development tree are used for building and not the eventually
7014           installed ones (patch by Juergen Pfeifer).
7015
7016 990626  pre-release
7017         + use TTY definition in tack/sysdep.c rather than struct termios
7018           (reported by Philippe De Muyter).
7019         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
7020           not present on sysV68 (reported by Philippe De Muyter).
7021         + correct definition in comp_hash.c to build with configure
7022           --with-rcs-ids option.
7023
7024 990619  pre-release
7025         + modified ifdef's for sigaction and sigvec to ensure we do not try to
7026           handle SIGTSTP if neither is available (from report by Philippe De
7027           Muyter).
7028         > patch by Philippe De Muyter:
7029         + in tic.c, use `unlink' if `remove' is not available.
7030         + use only `unsigned' as fallback value for `speed_t'.  Some files used
7031           `short' instead.
7032
7033 990616  pre-release
7034         + fix some compiler warnings in tack.
7035         + add a check for predefined bool type in CC, based on report that
7036           BeOS predefines a bool type.
7037         + correct logic for infocmp -e option, i.e., the configure
7038           --with-fallbacks option, which I'd not updated when implementing
7039           extended names (cf:  990301).  The new implementation adds a "-E"
7040           option to infocmp -TD
7041         > patch by Juergen Pfeifer:
7042         + introduce the private type Curses_Bool in the Ada95 binding
7043           implementation.  This is to clearly represent the use of "bool" also
7044           in the binding.  It should have no effect on the generated code.
7045         + improve the man page for field_buffer() to tell the people, that the
7046           whole buffer including leading/trailing spaces is returned.  This is
7047           a common source of confusion, so it's better to document it clearly.
7048
7049 990614  pre-release
7050         > patch by Juergen Pfeifer:
7051         + use pragma PreElaborate in several places.
7052         + change a few System.Address uses to more specific types.
7053         + change interface version-number to 1.0
7054         + regenerate Ada95 HTML files.
7055
7056 990612  pre-release
7057         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
7058           if it appears that curses was never initialized, e.g., by initscr().
7059           For instance, this guards against setting the terminal modes to
7060           strange values if endwin() is called after setupterm().  In the same
7061           context, Solaris curses will dump core.
7062         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
7063           equivalent values in rmso or rmul by ensuring we do not modify the
7064           data which would be returned by the terminfo or termcap interfaces
7065           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
7066         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
7067           for magic cookies.
7068         + improve fallback declaration of 'bool' when the --without-cxx option
7069           is given, by using a 'char' on i386 and related hosts (prompted by
7070           discussion with Alexander V Lukyanov).
7071
7072 990605  pre-release
7073         + include time.h in lib_napms.c if nanosleep is used (patch by
7074           R Lindsay Todd <toddr@rpi.edu>).
7075         + add an "#undef bool" to curses.h, in case someone tries to define it,
7076           e.g., perl.
7077         + add check to tparm to guard against divide by zero (reported by Aaron
7078           Campbell <aaron@ug.cs.dal.ca>).
7079
7080 990516  pre-release
7081         + minor fix to build tack on CLIX (mismatched const).
7082         > patch by Juergen Pfeifer:
7083         + change Juergen's old email address with new one in the files where it
7084           is referenced.  The Ada95 HTML pages are regenerated.
7085         + update MANIFEST to list the tack files.
7086
7087 990509  pre-release
7088         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
7089           A. Tomei Torres).
7090
7091 990417  pre-release
7092         + add 'tack' program (which is GPL'd), updating it to work with the
7093           modified TERMTYPE struct and making a fix to support setaf/setab
7094           capabilities.  Note that the tack program is not part of the
7095           ncurses libraries, but an application which can be distributed with
7096           ncurses.  The configure script will ignore the directory if it is
7097           omitted, however.
7098         + modify gpm mouse support so that buttons 2 and 3 are used for
7099           select/paste only when shift key is pressed, making them available
7100           for use by an application (patch by Klaus Weide).
7101         + add complete list of function keys to scoansi terminfo entry - TD
7102
7103 990410  pre-release
7104         + add a simple test program cardfile.c to illustrate how to read form
7105           fields, and showing forms within panels.
7106         + change shared-library versioning for the Hurd to be like Linux rather
7107           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
7108         + add linux-lat terminfo entry.
7109         + back-out _nc_access check in read_termcap.c (both incorrect and
7110           unnecessary, except to guard against a small window where the file's
7111           ownership may change).
7112
7113 990403  pre-release
7114         + remove conflicting _nc_free_termtype() function from test module
7115           lib_freeall.c
7116         + use _nc_access check in read_termcap.c for termpaths[] array (noted
7117           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
7118         > patch by Juergen Pfeifer:
7119         + modify menu creation to not inherit status flag from the default menu
7120           which says that the associated marker string has been allocated and
7121           should be freed (bug reported by Marek Paliwoda"
7122           <paliwoda@kki.net.pl>)
7123
7124 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
7125         + minor fixes to xterm-xfree86 terminfo entry - TD.
7126         + split up an expression in configure script check for ldconfig to
7127           workaround limitation of BSD/OS sh (reported by Jeff Haas
7128           <jmh@mail.msen.com>).
7129         + correct a typo in man/form_hook.3x (Todd C Miller).
7130
7131 990318  pre-release
7132         + parenthesize and undef 'index' symbol in c++ binding and demo, to
7133           accommodate its definition on NeXT (reported by Francisco A. Tomei
7134           Torres).
7135         + add sigismember() to base/sigaction.c compatibility to link on NeXT
7136           (reported by Francisco A. Tomei Torres).
7137         + further refinements to inequality in hashmap.c to cover a case with
7138           ^U in nvi (patch by Alexander V Lukyanov).
7139
7140 990316  pre-release
7141         + add fallback definition for getcwd, to link on NeXT.
7142         + add a copy of cur_term to tic.c to make it link properly on NeXT
7143           (reported by Francisco A. Tomei Torres).
7144         + change inequality in hashmap.c which checks the distance traveled by
7145           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
7146           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
7147           C Honig).
7148
7149 990314  pre-release
7150         + modify lib_color.c to handle a special case where the curscr
7151           attributes have been made obsolete (patch by Alexander V Lukyanov).
7152         + update BSD/OS console terminfo entries to use klone+sgr and
7153           klone+color (patch by Jeffrey C Honig).
7154         + update glibc addon configure script for extended capabilities.
7155         + correct a couple of warnings in the --enable-const configuration.
7156         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
7157           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
7158
7159 990313  pre-release
7160         + correct typos in linux-c initc string - TD
7161         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
7162         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
7163           Alexander V Lukyanov).
7164
7165 990307  pre-release
7166         + back-out change to wgetch because it causes a problem with ^Z
7167           handling in lynx (reported by Kim DeVaughn).
7168
7169 990306  pre-release
7170         + add -G option to tic and infocmp, to reverse the "-g" option.
7171         + recode functions in name_match.c to avoid use of strncpy, which
7172           caused a 4-fold slowdown in tic (cf: 980530).
7173         + correct a few warnings about sign-extension in recent changes.
7174         > patch by Juergen Pfeifer:
7175         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
7176           + improved parameter checking in new_fieldtype().
7177           + fixed a typo in wgetch() timeout handling.
7178           + allow slk_init() to be called per newterm call.  The internal SLK
7179             state is stored in the SCREEN struct after every newterm() and then
7180             reset for the next newterm.
7181           + fix the problem that a slk_refresh() refreshes stdscr if the
7182             terminal has true SLKs.
7183         + update HTML documentation for Ada binding.
7184
7185 990301  pre-release
7186         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
7187           such as "#if TRUE" work.  This was originally done to allow for a C++
7188           compiler which would warn of implicit conversions between enum and
7189           int, but is not needed for g++ (reported by Kim DeVaughn).
7190         + add use_extended_names() function to allow applications to suppress
7191           read of the extended capabilities.
7192         + add configure option --enable-tcap-names to support logic which
7193           allows ncurses' tic to define new (i.e., extended) terminal
7194           capabilities.  This is activated by the tic -x switch.  The infocmp
7195           program automatically shows or compares extended capabilities.
7196           Note:  This changes the Strings and similar arrays in the TERMTYPE
7197           struct so that applications which manipulate it must be recompiled.
7198         + use macros typeMalloc, typeCalloc and typeRealloc consistently
7199           throughout ncurses library.
7200         + add _nc_strdup() to doalloc.c.
7201         + modify define_key() to allow multiple strings to be bound to the
7202           same keycode.
7203         + correct logic error in _nc_remove_string, from 990220.
7204         > patch for Ada95 binding (Juergen Pfeifer):
7205         + regenerate some of the html documentation
7206         + minor cleanup in terminal_interface-curses.adb
7207
7208 990220  pre-release
7209         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
7210           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
7211           that some entries will return kend & khome versus kslt and kfnd, for
7212           PC-style keyboards versus strict vt220 compatiblity - TD
7213         + add function keybound(), which returns the definition associated with
7214           a given keycode.
7215         + modify define_key() to undefine the given string when no keycode is
7216           given.
7217         + modify keyok() so it works properly if there is more than one string
7218           defined for a keycode.
7219         + add check to tic to warn about terminfo descriptions that contain
7220           more than one key assigned to the same string.  This is shown only if
7221           the verbose (-v) option is given.  Moved related logic (tic -v) from
7222           comp_parse.c into the tic program.
7223         + add/use _nc_trace_tries() to show the function keys that will be
7224           recognized.
7225         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
7226         > patch for Ada95 binding (Juergen Pfeifer):
7227         + remove all the *_adabind.c from ncurses, menu and form projects.
7228           Those little helper routines have all been implemented in Ada and are
7229           no longer required.
7230         + The option handling routines in menu and form have been made more
7231           save.  They now make sure that the unused bits in options are always
7232           zero.
7233         + modify configuration scripts to
7234           + use gnatmake as default compiler name.  This is a safer choice than
7235             gcc, because some GNAT implementations use other names for the
7236             compilerdriver to avoid conflicts.
7237           + use new default installation locations for the Ada files according
7238             to the proposed GNU Ada filesystem standard (for Linux).
7239         + simplify the Makefiles for the Ada binding
7240         + rename ada_include directory to src.
7241
7242 990213
7243         + enable sigwinch handler by default.
7244         + disable logic that allows setbuf to be turned off/on, because some
7245           implementations will overrun the buffer after it has been disabled
7246           once.
7247
7248 990206
7249         + suppress sc/rc capabilities from terminal description if they appear
7250           in smcup/rmcup.  This affects only scrolling optimization, to fix a
7251           problem reported by several people with xterm's alternate screen,
7252           though the problem is more general.
7253         > patch for Ada95 binding (Juergen Pfeifer):
7254         + removed all pragma Preelaborate() stuff, because the just released
7255           gnat-3.11p complains on some constructs.
7256         + fixed some upper/lower case notations because gnat-3.11p found
7257           inconsistent use.
7258         + used a new method to generate the HTML documentation of the Ada95
7259           binding.  This invalidates nearly the whole ./Ada95/html subtree.
7260           Nearly all current files in this subtree are removed
7261
7262 990130
7263         + cache last result from _nc_baudrate, for performance (suggested by
7264           Alexander V Lukyanov).
7265         + modify ClrUpdate() function to workaround a problem in nvi, which
7266           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
7267           ncurses repainted the screen with nulls before resuming normal
7268           operation (patch by Alexander V Lukyanov).
7269         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
7270           be any substring rather than the prefix.
7271         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
7272           not link a module if the only symbols exported from the module are
7273           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
7274           has seen messages claiming this behavior conforms to the standard.)
7275         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
7276           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
7277         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
7278           problem where ncurses applications which were run via a shell script
7279           would hang when given a ^Z.  Also, check if the terminal's process
7280           group is consistent, i.e., a shell has not taken ownership of it,
7281           before deciding to save the current terminal settings in the SIGTSTP
7282           handler (patch by Klaus Weide).
7283         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
7284           der Poel <bvdpoel@kootenay.com>).
7285         + correct a couple of typos in the macros supporting the configure
7286           --with-shlib-version option.
7287
7288 990123
7289         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
7290           by Kimio Ishii <ishii@csl.sony.co.jp>).
7291         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
7292           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
7293         + modify tput to accept termcap names as an alternative to terminfo
7294           names (patch by Jeffrey C Honig).
7295         + correct a typo in term.7 (Todd C Miller).
7296         + add configure --with-shlib-version option to allow installing shared
7297           libraries named according to release or ABI versions.  This
7298           parameterizes some existing logic in the configure script, and is
7299           intended for compatiblity upgrades on Digital Unix, which used
7300           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
7301         + resync configure script against autoconf 2.13 + patches
7302         + minor improvements for teraterm terminfo entry based on the program's
7303           source distribution.
7304
7305 990116
7306         + change default for configure --enable-big-core to assume machines do
7307           have enough memory to resolve terminfo.src in-memory.
7308         + correct name of ncurses library in TEST_ARGS when configuring with
7309           debug library.
7310         + minor fixes to compile ncurses library with broken-linker with g++.
7311         + add --enable-broken-linker configure option, default to environment
7312           variable $BROKEN_LINKER (request by Jeffrey C Honig).
7313         + change key_names[] array to static since it is not part of the curses
7314           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
7315
7316 990110
7317         + add Tera Term terminfo entry - TD
7318
7319 990109
7320         + reviewed/corrected macros in curses.h as per XSI document.
7321         + provide support for termcap PC variable by copying it from terminfo
7322           data and using it as the padding character in tputs (reported by
7323           Alexander V Lukyanov).
7324         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
7325           kf9-kf12 capabilities, as well as adding kcbt.
7326         + document the mouse handling mechanism in menu_driver and make a small
7327           change in menu_driver's return codes to provide more consistency
7328           (patch by Juergen Pfeifer).
7329         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
7330           by Uchiyama Yasushi <uch@nop.or.jp>).
7331         + move lib_restart.c to ncurses/base, since it uses curses functions
7332           directly, and therefore cannot be used in libtinfo.so
7333         + rename micro_char_size to micro_col_size, adding #define to retain
7334           old name.
7335         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
7336           XSI and Solaris 2.5.
7337         + minor makefile files to build ncurses test_progs
7338         + update html files in misc directory to reflect changes since 4.2
7339
7340 990102
7341         + disable scroll hints when hashmap is enabled (patch by Alexander
7342           V Lukyanov).
7343         + move logic for tic's verify of -e option versus -I and -C so that the
7344           terminfo data is not processed if we cannot handle -e (reported by
7345           Steven Schwartz <steves@unitrends.com>.
7346         + add test-driver traces to terminfo and termcap functions.
7347         + provide support for termcap ospeed variable by copying it from the
7348           internal cur_term member, and using ospeed as the baudrate reference
7349           for the delay_output and tputs functions.  If an application does not
7350           set ospeed, the library behaves as before, except that _nc_timed_wait
7351           is no longer used, or needed, since ospeed always has a value.  But
7352           the application can modify ospeed to adjust the output of padding
7353           characters (prompted by a bug report for screen 3.7.6 and email from
7354           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
7355         + removed some unused ifdef's as part of Alexander's restructuring.
7356         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
7357           Version 2.  This includes making some parameters NCURSES_CONST
7358           rather than const, e.g., in termcap.h.
7359         + change linux terminfo entry to use ncv#2, since underline does not
7360           work with color
7361
7362 981226
7363         + miscellaneous corrections for curses.h to match XSI.
7364         + change --enable-no-padding configure option to be normally enabled.
7365         + add section to ncurses manpage for environment variables.
7366         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
7367           changes, found no sign of problems on Linux (or on SunOS, Solaris)
7368           running screen built with ncurses.
7369         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
7370           Roskin <pavel_roskin@geocities.com>).
7371         + correct several font specification typos in man-pages.
7372
7373 981220
7374         + correct default value for BUILD_CC (reported by Larry Virden).
7375
7376 981219
7377         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
7378           it from changing the terminfo directory after chdir'ing to it.
7379           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
7380           by a Debian bug report).
7381         + correct/update ncsa terminfo entry (report by Larry Virden).
7382         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
7383           changes
7384         + add Mathew Vernon's mach console entries to terminfo.src
7385         + more changes, moving functions, as part of Alexander's restructuring.
7386         + modify configure script for GNU/Hurd share-library support, introduce
7387           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
7388           <uch@nop.or.jp>)
7389
7390 981212
7391         + add environment variable NCURSES_NO_SETBUF to allow disabling the
7392           setbuf feature, for testing purposes.
7393         + correct ifdef's for termcap.h versus term.h that suppress redundant
7394           declarations of prototypes (reported by H.J.Lu).
7395         + modify Makefile.os2 to add linker flags which allow multiple copies
7396           of an application to coexist (reported by Ilya Zakharevich).
7397         + update Makefile.glibc and associated configure script so that ncurses
7398           builds as a glibc add-on with the new directory configuration
7399           (reported by H.J.Lu).
7400
7401 981205
7402         + modify gen_reps() function in gen.c to work properly on SunOS
7403           (sparc), which is a left-to-right architecture.
7404         + modify relative_move and tputs to avoid an interaction with the
7405           BSD-style padding.  The relative_move function could produce a string
7406           to replace on the screen which began with a numeric character, which
7407           was then interpreted by tputs as padding.  Now relative_move will not
7408           generate a string with a leading digit in that case (overwrite).
7409           Also, tputs will only interpret padding if the string begins with a
7410           digit; as coded it permitted a string to begin with a decimal point
7411           or asterisk (reported by Larry Virden).
7412         > patches by Juergen Pfeifer:
7413         + fix a typo in m_driver.c mouse handling and improves the error
7414           handling.
7415         + fix broken mouse handling in the Ada95 binding
7416         + make the Ada95 sample application menus work with the new menu mouse
7417           support
7418         + improve the mouse handling introduced by Ilya; it now handles menus
7419           with spacing.
7420         + repair a minor bug in the menu_driver code discovered during this
7421           rework.
7422         + add new function wmouse_trafo() to hide implementation details of
7423           _yoffset member of WINDOW struct needed for mouse coordinate
7424           transformation.
7425
7426 981128
7427         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
7428           some older implementations (e.g., SunOS 4.x) return the buffer
7429           address rather than its length.
7430         > patch by Rick Ohnemus:
7431         + modify demo.cc to get it to compile with newer versions of egcs.
7432         + trim a space that appears at the end of the table preprocessor lines
7433           ('\" t).  This space prevents some versions of man from displaying
7434           the pages - changed to remove all trailing whitespace (TD)
7435         + finally, 'make clean' does not remove panel objects.
7436         > patches by Ilya Zakharevich:
7437         + allow remapping of OS/2 mouse buttons using environment variable
7438           MOUSE_BUTTONS_123 with the default value 132.
7439         + add mouse support to ncurses menus.
7440
7441 981121
7442         + modify misc/makedef.cmd to report old-style .def file symbols, and to
7443           generate the .def files sorted by increasing names rather than the
7444           reverse.
7445         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
7446           from misc/*.old), and updated based on the entrypoint coding he used
7447           for an older version of ncurses.
7448         + add README.emx, to document how to build on OS/2 EMX.
7449         + updates for config.guess, config.sub from Lynx
7450         > patches by Ilya Zakharevich:
7451         + minor fixes for mouse handling mode:
7452           a) Do not initialize mouse if the request is to have no mouse;
7453           b) Allow switching of OS/2 VIO mouse on and off.
7454         + modify Makefile.os2 to support alternative means of generating
7455           configure script, by translating Unix script with Perl.
7456         > patches by Juergen Pfeifer:
7457         + Updates MANIFEST to reflect changes in source structure
7458         + Eliminates a problem introduced with my last patch for the C++
7459           binding in the panels code.  It removes the update() call done in the
7460           panel destructor.
7461         + Changes in the Ada95 binding to better support systems where
7462           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
7463
7464 981114
7465         + modify install-script for manpages to skip over .orig and .rej files
7466           (request by Larry Virden).
7467         > patches/discussion by Alexander V Lukyanov:
7468         + move base-library sources into ncurses/base and tty (serial terminal)
7469           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
7470           changes to ncurses library.
7471         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
7472           be linked into the normal ncurses library.
7473         + move macro winch to a function, to hide details of struct ldat
7474         > patches by Juergen Pfeifer:
7475         + fix a potential compile problem in cursesw.cc
7476         + some Ada95 cosmetics
7477         + fix a gen.c problem when compiling on 64-Bit machines
7478         + fix Ada95/gen/Makefile.in "-L" linker switch
7479         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
7480
7481 981107
7482         + ifdef'd out lib_freeall.c when not configured.
7483         + rename _tracebits() to _nc_tracebits().
7484         + move terminfo-library sources into ncurses/tinfo, and trace-support
7485           functions into ncurses/trace as part of Alexander V Lukyanov's
7486           proposed changes to ncurses library.
7487         + modify generated term.h to always specify its own definitions for
7488           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
7489           broken configure scripts.
7490
7491 981031
7492         + modify terminfo parsing to accept octal and hexadecimal constants,
7493           like Solaris.
7494         + remove an autoconf 2.10 artifact from the configure script's check
7495           for "-g" compiler options.  (Though harmless, this confused someone
7496           at Debian, who recently issued a patch that results in the opposite
7497           effect).
7498         + add configure option --with-ada-compiler to accommodate installations
7499           that do not use gcc as the driver for GNAT (patch by Juergen
7500           Pfeifer).
7501
7502 981017
7503         + ensure ./man exists in configure script, needed when configuring
7504           with --srcdir option.
7505         + modify infocmp "-r" option to remove limit on formatted termcap
7506           output, which makes it more like Solaris' version.
7507         + modify captoinfo to treat no-argument case more like Solaris'
7508           version, which uses the contents of $TERMCAP as the entry to format.
7509         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
7510           (patch by Alexander V Lukyanov).
7511
7512 981010
7513         + modify --with-terminfo-dirs option so that the default value is the
7514           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
7515           rid of a hardcoded list of candidate directories in the configure
7516           script.
7517         + add some error-checking to _nc_read_file_entry() to ensure that
7518           strings are properly terminated (Todd C Miller).
7519         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
7520           correspond with contents (reported by Neil Zanella
7521           <nzanella@cs.mun.ca>).
7522         + remove redundant configure check for C++ which did not work when $CXX
7523           was specified with a full pathname (reported by Andreas Jaeger).
7524         + corrected bcopy/memmove check; the macro was not standalone.
7525
7526 981003
7527         + remove unnecessary portion of OS/2 EMX mouse change from
7528           check_pending() (reported by Alexander V Lukyanov).
7529
7530 980926
7531         + implement mouse support for OS/2 EMX (adapted from patch against
7532           4.2(?) by Ilya Zakharevich).
7533         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
7534         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
7535         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
7536           some older entries - TD
7537         + modify tic to compile into %'char' form in preference to %{number},
7538           since that is a little more efficient.
7539         + minor correction to infocmp to avoid displaying "difference" between
7540           two capabilities that are rendered in equivalent forms.
7541         + add "-g" option to tic/infocmp to force character constants to be
7542           displayed in quoted form.  Otherwise their decimal values are shown.
7543         + modify setupterm so that cancelled strings are treated the same as
7544           absent strings, cancelled and absent booleans false (does not affect
7545           tic, infocmp).
7546         + modify tic, infocmp to discard redundant i3, r3 strings when output
7547           to termcap format.
7548         > patch by Alexander V Lukyanov:
7549         + improve performance of tparm, now it takes 19% instead of 25% when
7550           profiling worm.
7551         + rename maxlen/minlen to prec/width for better readability.
7552         + use format string for printing strings.
7553         + use len argument correctly in save_text, and pass it to save_number.
7554
7555 980919
7556         + make test_progs compile (but hashmap does not function).
7557         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
7558           associated logic to avoid freeing the SP->_setbuf data.
7559         + add modules home_terminfo and getenv_num to libtinfo.
7560         + move write_entry to libtinfo, to work with termcap caching.
7561         + minor fixes to blue.c to build with atac.
7562         + remove softscroll.c module; no longer needed for testing.
7563         > patches by Todd C Miller:
7564         + use strtol(3) instead of atoi(3) when parsing env variables so we can
7565           detect a bogus (non-numeric) value.
7566         + check for terminal names > MAX_NAME_SIZE in a few more places when
7567           dealing with env variables again.
7568         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
7569         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
7570           string #define (compile time vs runtime).
7571         + when setting errno to ENOMEM, set it right before the return, not
7572           before code that could, possibly, set errno to a different value.
7573         > patches by Alexander V Lukyanov:
7574         + use default background in update_cost_from_blank()
7575         + disable scroll-hints when hashmap is configured.
7576         + improve integration of hashmap scrolling code, by adding oldhash and
7577           newhash data to SP struct.
7578         + invoke del_curterm from delscreen.
7579         + modify del_curterm to set cur_term to null if it matches the
7580           function's parameter which is deleted.
7581         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
7582           exit_insert_mode combination, adjusting InsCharCost to check
7583           enter_insert_mode, exit_insert_mode and insert_padding.  Add
7584           insert_padding in insert mode after each char.  This adds new costs
7585           to the SP struct.
7586
7587 980912
7588         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
7589           consistent treatment.
7590         + modify ncurses to restore output to unbuffered on endwin, and resume
7591           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
7592         + corrected HTML version numbers (according to the W3C validator, they
7593           never were HTML 2.0-compliant, but are acceptable 3.0).
7594
7595 980905
7596         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
7597           capability name, as in SVr4.
7598         + modified term.h, termcap.h headers to avoid redundant declarations.
7599         + change 'u_int' type in tset.c to unsigned, making this compile on
7600           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
7601
7602 980829
7603         + corrections to mailing addresses, and moving the magic line that
7604           causes the man program to invoke tbl to the first line of each
7605           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
7606         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
7607           (from J.J.G.Ripoll, with further integration by TD).
7608         + correct a typo in icl6404 terminfo entry.
7609         + add xtermm and xtermc terminfo entries.
7610         > from esr's terminfo version:
7611         + Added Francesco Potorti's tuned Wyse 99 entries.
7612         + dtterm enacs (from Alexander V Lukyanov).
7613         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
7614
7615 980822
7616         + document AT&T acs characters in terminfo.5 manpage.
7617         + use EMX _scrsize() function if terminfo and environment do not
7618           declare the screen size (reported by Ilya Zakharevich
7619           <ilya@math.ohio-state.edu>).
7620         + remove spurious '\' characters from eterm and osborne terminfo
7621           entries (prompted by an old Debian bug report).
7622         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
7623           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
7624         + correct misplaced parenthesis which caused file-descriptor from
7625           opening termcap to be lost, from 980725 changes (reported by Andreas
7626           Jaeger).
7627
7628 980815
7629         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
7630           when termios is not used (patch by Todd C Miller).
7631         + add function _nc_doalloc, to ensure that failed realloc calls do not
7632           leak memory (reported by Todd C Miller).
7633         + improved ncsa-telnet terminfo entry.
7634
7635 980809
7636         + correct missing braces around a trace statement in read_entry.c,
7637           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
7638           Daia).
7639
7640 980808
7641         + fix missing include <errno.h> in ditto.c (reported by Bernhard
7642           Rosenkraenzer <bero@k5.sucks.eu.org>)
7643         + add NCSA telnet terminfo entries from Francesco Potorti
7644           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
7645         + make handling of $LINES and $COLUMNS variables more compatible with
7646           Solaris by allowing them to individually override the window size
7647           as obtained via ioctl.
7648
7649 980801
7650         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
7651           which may reset all attributes in the 'op' capability, so that colors
7652           are set before turning on bold and other attributes, but still after
7653           turning attributes off.
7654         + add 'ditto.c' to test directory to illustrate use of newterm for
7655           initializing multiple screens.
7656         + modify _nc_write_entry() to recover from failed attempt to link alias
7657           for a terminfo on a filesystem which does not preserve character case
7658           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
7659
7660 980725
7661         + updated versions of config.guess and config.sub based on automake 1.3
7662         + change name-comparisons in lib_termcap to compare no more than 2
7663           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
7664           with Solaris curses).
7665         + fix typo in curs_insstr.3x (patch by Todd C Miller)
7666         + use 'access()' to check if ncurses library should be permitted to
7667           open or modify files with fopen/open/link/unlink/remove calls, in
7668           case the calling application is running in setuid mode (request by
7669           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
7670           <dps@io.stargate.co.uk>).
7671         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
7672         + qnxt2 and minitel terminfo entries from esr's version.
7673
7674 980718
7675         + use -R option with ldconfig on FreeBSD because otherwise it resets
7676           the search path to /usr/lib (reported by Dan Nelson).
7677         + add -soname option when building shared libraries on OpenBSD 2.x
7678           (request by QingLong).
7679         + add configure options --with-manpage-format and
7680           --with-manpage-renames (request by QingLong).
7681         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
7682           omitting the high-order byte, producing a 254 in the compiled
7683           terminfo.
7684         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
7685           tigetnum and tigetstr to be compatible with Solaris (gleaned from
7686           Debian distribution of 1.9.9g-8.8).
7687         + modify _nc_syserr_abort to abort only when compiled for debugging,
7688           otherwise simply exit with an error.
7689
7690 980711
7691         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
7692           "_g" for a debug build).
7693         + update Ada95 'make clean' rule to include generics .ali files
7694         + add a configure test to ensure that if GNAT is found, that it can
7695           compile/link working Ada95 program.
7696         + flush output in beep and flash functions, fixing a problem with
7697           getstr (patch by Alexander V Lukyanov)
7698         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
7699         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
7700           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
7701         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
7702           Nelson).
7703
7704 980704
7705         + merge changes from current XFree86 xterm terminfo descriptions.
7706         + add configure option '--without-ada'.
7707         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
7708           corresponds to vt100.
7709         + change translation for termcap 'rs' to terminfo 'rs2', which is
7710           the documented equivalent, rather than 'rs1'.
7711
7712 980627
7713         + slow 'worm' down a little, for very fast machines.
7714         + corrected firstchar/lastchar computation in lib_hline.c
7715         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
7716           CHANGED_TO_EOL macros.
7717         + modify init_pair so that if a color-pair is reinitialized, we will
7718           repaint the areas of the screen whose color changes, like SVr4 curses
7719           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
7720         + modify getsyx/setsyx macros to comply with SVr4 man-page which
7721           says that leaveok() affects their behavior (report by Darryl Miles,
7722           patch by Alexander V Lukyanov).
7723
7724 980620
7725         + review terminfo.5 against Solaris 2.6 curses version, corrected
7726           several minor errors/omissions.
7727         + implement tparm %l format.
7728         + implement tparm printf-style width and precision for %s, %d, %x, %o
7729           as per XSI.
7730         + implement tparm dynamic variables (reported by Xiaodan Tang).
7731
7732 980613
7733         + update man-page for for wattr_set, wattr_get (cf:  980509)
7734         + correct limits in hashtest, which would cause nonprinting characters
7735           to be written to large screens.
7736         + correct configure script, when --without-cxx was specified:  the
7737           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
7738           2.8 tolerated the missing 'int'.
7739         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
7740           compiler's name might be something like "egcs" (patch by Juergen
7741           Pfeifer).
7742         + correct curs_addch.3x, which implied that echochar could directly
7743           display control characters (patch by Alexander V Lukyanov).
7744         + fix typos in ncurses-intro.html (patch by Sidik Isani
7745           <isani@cfht.hawaii.edu>)
7746
7747 980606
7748         + add configure test for conflicting use of exception in math.h and
7749           other headers.
7750         + minor optimization to 'hash()' function in hashmap.c, reduces its
7751           time by 10%.
7752         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
7753         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
7754           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
7755         > patch by Alexander V Lukyanov:
7756         + correct problem on Solaris (with poll() function) where getch could
7757           hang indefinitely even if timeout(x) was called.  This turned out to
7758           be because milliseconds was not updated before 'goto retry' in
7759           _nc_timed_wait.
7760         + simplified the function _nc_timed_wait and fixed another bug, which
7761           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
7762           assignment.
7763         + removed the cycle on EINTR, as it seems to be useless.
7764
7765 980530
7766         + add makefile-rule for test/keynames
7767         + modify run_tic.sh and shlib to ensure that user's .profile does not
7768           override the $PATH used to run tic (patch by Tim Mooney).
7769         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
7770           needed for HP-UX shared-library path (recommended by Tim Mooney).
7771         + remove special case of HP-UX -L options, use +b options to embed
7772           $(libdir) in the shared libraries (recommended by Tim Mooney).
7773         + add checks for some possible buffer overflows and unchecked
7774           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
7775           <Todd.Miller@courtesan.com>)
7776
7777 980523
7778         + correct maxx/maxy expression for num_columns/num_lines in derwin
7779           (patch by Alexander V Lukyanov).
7780         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibilty
7781           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
7782           configure option (suggested by Mike Hopkirk).
7783         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
7784           Hopkirk <hops@sco.com>).
7785         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
7786           Makefile.in, since this conflicts when g++ is used with HP-UX
7787           compiler (reported by Tim Mooney).
7788         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
7789           in some C++ implementations (reported by several people running
7790           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
7791
7792 980516
7793         + modify write_entry.c so that it will not attempt to link aliases
7794           with embedded '/', but give only a warning.
7795         + put -L$(libdir) first when linking programs, except for HP-UX.
7796         + modify comp_scan.c to handle SVr4 terminfo description for att477,
7797           which contains a colon in the description field.
7798         + modify configure script to support SCO osr5.0.5 shared libraries,
7799           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
7800         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
7801           Lukyanov).
7802         + minor adjustments of const/NCURSES_CONST from IRIX compile.
7803         + add updates based on esr's 980509 version of terminfo.src.
7804
7805 980509
7806         + correct macros for wattr_set, wattr_get, separate wattrset macro from
7807           these to preserve behavior that allows attributes to be combined with
7808           color pair numbers.
7809         + add configure option --enable-no-padding, to allow environment
7810           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
7811           thereby making terminal emulators (e.g., for vt100) a little more
7812           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
7813         + modify configure script to embed ABI in shared libraries for HP-UX
7814           10.x (detailed request by Tim Mooney).
7815         + add test/example of the 'filter()' function.
7816         + add nxterm and xterm-color terminfo description (request by Cristian
7817           Gafton <gafton@redhat.com>).
7818         + modify rxvt terminfo description to clear alternate screen before
7819           switching back to normal screen, for compatibility with applications
7820           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
7821         + modify linux terminfo description to reset color palette (reported
7822           by Telford Tendys <telford@eng.uts.edu.au>).
7823         + correction to doupdate, for case where terminal does not support
7824           insert/delete character.  The logic did not check that there was a
7825           difference in alignment of changes to old/new screens before
7826           repainting the whole non-blank portion of the line.  Modified to fall
7827           through into logic that reduces by the portion which does not differ
7828           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
7829         + minor performance improvement to wnoutrefresh by moving some
7830           comparisons out of inner loop.
7831
7832 980425
7833         + modify configure script to substitute NCURSES_CONST in curses.h
7834         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
7835           xterm-8bit to correspond to XFree86 3.9Ag.
7836         + remove restriction that forces ncurses to use setaf/setab if the
7837           number of colors is greater than 8.  (see 970524 for xterm-16color).
7838         + change order of -L options (so that $(libdir) is searched first) when
7839           linking tic and other programs, to workaround HP's linker.
7840           Otherwise, the -L../lib is embedded when linking against shared
7841           libraries and the installed program does not run (reported by Ralf
7842           Hildebrandt).
7843         + modify configuration of shared libraries on Digital Unix so that
7844           versioning is embedded in the library, rather than implied by
7845           links (patch by Tim Mooney).
7846
7847 980418
7848         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
7849           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
7850           <R.Hildebrandt@tu-bs.de>).
7851         + correct configure tests in CF_SHARED_OPTS which used $CC value to
7852           check for gcc, rather than autoconf's $GCC value.  This did not
7853           work properly if the full pathname of the compiler were given
7854           (reported by Michael Yount <yount@csf.Colorado.edu>).
7855         + revise check for compiler options to force ANSI mode since repeating
7856           an option such as -Aa causes HP's compiler to fail on its own headers
7857           (reported by Clint Olsen <olsenc@ichips.intel.com>).
7858
7859 980411
7860         + ifdef'd has_key() and mcprint() as extended functions.
7861         + modified several prototypes to correspond with 1997 version of
7862           X/Open Curses (affects ABI since developers have used attr_get).
7863         + remove spurious trailing blanks in glibc addon-scripts (patch by
7864           H.J.Lu).
7865         + insert a few braces at locations where gcc-2.8.x asks to use them to
7866           avoid ambigous else's, use -fpic rather than -fPIC for Linux (patch
7867           by Juergen Pfeifer).
7868
7869 980404
7870         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
7871           before -l to accommodate Solaris' linker (reported by Larry Virden).
7872
7873 980328
7874         + modify lib_color.c to eliminate dependency on orig_colors and
7875           orig_pair, since SVr4 curses does not require these either, but
7876           uses them when they are available.
7877         + add detailed usage-message to infocmp.
7878         + correct a typo in att6386 entry (a "%?" which was "?").
7879         + add -f option to infocmp and tic, which formats the terminfo
7880           if/then/else/endif so that they are readable (with newlines and
7881           tabs).
7882         + fixes for glibc addon scripts (patch by H.J.Lu).
7883
7884 980321
7885         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
7886           declared (from Adam J Richter <adam@yggdrasil.com>)
7887         + remove spurious curs_set() call from leaveok() (J T Conklin).
7888         + corrected handling leaveok() in doupdate() (patch by Alexander V.
7889           Lukyanov).
7890         + improved version of wredrawln (patch by Alexander V. Lukyanov).
7891         + correct c++/Makefile.in so install target do not have embedded ../lib
7892           to confuse it (patch by Thomas Graf <graf@essi.fr>).
7893         + add warning to preinstall rule which checks if the installer would
7894           overwrite a curses.h or termcap.h that is not derived from ncurses.
7895           (The recommended configuration for developers who need both is to
7896           use --disable-overwrite).
7897         + modify preinstall rule in top-level Makefile to avoid implicit
7898           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
7899           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
7900           <te@informatik.uni-hannover.de>)
7901         + refine ifdef's for TRACE so that libncurses has fewer dependencies
7902           on libtinfo when TRACE is disabled.
7903         + modify configure script so that if the --with-termlib option is used
7904           to generate a separate terminfo library, we chain it to the ncurses
7905           library with a "-l" option (reported by Darryl Miles and Ian T.
7906           Zimmerman).
7907
7908 980314
7909         + correct limits and window in wredrawln function (reported/analysis by
7910           Alexander V. Lukyanov).
7911         + correct sed expression in configure script for --with-fallback
7912           option (patch by Jesse Thilo).
7913         + correct some places in configure script where $enableval was used
7914           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
7915         + modify some man-pages so no '.' or '..' falls between TH and SH
7916           macros, to accommodate man_db program (reported by Ian T. Zimmerman
7917           <itz@rahul.net>).
7918         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
7919         > several changes by Juergen Pfeifer:
7920         + add copyright notices (and rcs id's) on remaining man-pages.
7921         + corrected prototypes for slk_* functions, using chtype rather than
7922           attr_t.
7923         + implemented the wcolor_set() and slk_color() functions
7924         + the slk_attr_{set,off,on} functions need an additional void*
7925           parameter according to XSI.
7926         + fix the C++ and Ada95 binding as well as the man pages to
7927           reflect above enhancements.
7928
7929 980307
7930         + use 'stat()' rather than 'access()' in toe.c to check for the
7931           existence of $HOME/.terminfo, since it may be a file.
7932         + suppress configure CF_CXX_LIBRARY check if we are not using g++
7933           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
7934           Juergen Pfeifer).
7935         + turn on hashmap scrolling code by default, intend to remedy defects
7936           by 4.3 release.
7937         + minor corrections to terminfo.src changelog.
7938
7939 980302  4.2 release for upload to prep.ai.mit.edu
7940         + correct Florian's email address in ncurses-intro.html
7941         + terminfo.src 10.2.0 (ESR).
7942
7943 980228  pre-release
7944         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
7945           QingLong <qinglong@Bolizm.ihep.su>).
7946         + minor documentation fixes (patch by Juergen Pfeifer).
7947         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
7948           <claesg@algonet.se>).
7949         + correct sign-extension in lib_insstr.c (reported by Sotiris
7950           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
7951
7952 980221  pre-release
7953         + regenerated some documentation overlooked in 980214 patch
7954           (ncurses-intro.doc, curs_outopts.3x.html)
7955         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
7956           Juergen Pfeifer).
7957         + change maintainer's mailing address to florian@gnu.org, change
7958           tentative mailing list address to bug-ncurses-request@gnu.org (patch
7959           by Florian La Roche).
7960         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
7961           Hasse <gh@raditex.se>).
7962         + restore version numbers to Ada95 binding, accidentally deleted by
7963           copyright patch (patch by Juergen Pfeifer).
7964
7965 980214  pre-release
7966         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
7967           distributions, though it is retained in development.
7968         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
7969           by Jeremy Buhler).
7970         + update mailing-list information (bug-ncurses@gnu.org).
7971         + update announcement for upcoming 4.2 release.
7972         + modify -lm test to check for 'sin()' rather than 'floor()'
7973         + remove spurious commas from terminfo.src descriptions.
7974         + change copyright notices to Free Software Foundation
7975
7976 980207
7977         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
7978           CF_SIZECHANGE
7979         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
7980         + ifdef-out true-return from _nc_mouse_inline() which depends on
7981           merge of QNX patch (pending 4.2 release).
7982         > patch to split off seldom-used modules in ncurses (J T Conklin):
7983           This reduces size by up to 2.6kb.
7984         + move functionality of _nc_usleep into napms, add configuration case
7985           for nanosleep().
7986         + moved wchgat() from lib_addch.c to lib_chgat.c
7987         + moved clearok(), immedok(), leaveok(), and scrollok() from
7988           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
7989           lib_scrollok.c.
7990         + moved napms() from lib_kernel.c to lib_napms.c
7991         + moved echo() and noecho() from lib_raw.c to lib_echo.c
7992         + moved nl() and nonl() from lib_raw.c to lib_nl.c
7993
7994 980131
7995         + corrected conversion in tclock.c (cf: 971018).
7996         + updates to Makefile.glibc and associated Linux configure script
7997           (patch by H.J.Lu).
7998         + workaround a quoting problem on SunOS with tar-copy.sh
7999         + correct init_pair() calls in worm.c to work when use_default_colors()
8000           is not available.
8001         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
8002           2.1.5
8003         + add ncv capability to FreeBSD console (cons25w), making reverse
8004           work with color.
8005         + correct sense of configure-test for sys/time.h inclusion with
8006           sys/select.h
8007         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
8008         + remove unused/obsolete test-program rules from progs/Makefile.in
8009           (the rules in ncurses/Makefile.in work).
8010         + remove shared-library loader flags from test/Makefile.in, etc.
8011         + simplify test/configure.in using new version of autoconf to create
8012           test/ncurses_cfg.h
8013         + suppress suffix rules in test/Makefile.in, provide explicit
8014           dependency to work with --srcdir option and less capable 'make'
8015           programs.
8016         > adapted from patch for QNX by Xiaodan Tang:
8017         + initialize %P and %g variables set/used in tparm, and also ensure
8018           that empty strings don't return a null result from tparam_internal
8019         + add QNX-specific prototype for vsscanf()
8020         + move initialization of SP->_keytry from init_keytry() to newterm() to
8021           avoid resetting it via a keyok() call by mouse_activate().
8022         + reorganized some functions in lib_mouse() to use case-statements.
8023         + remove sgr string from qnx terminfo entry since it is reported to
8024           turn off attributes inconsistently.
8025
8026 980124
8027         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
8028           test for no_color_video.
8029         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
8030           and 'k' tests.
8031         + implement no_color_video attribute, and as a special case, reverse
8032           colors when the reverse attribute cannot be combined with color.
8033         + check for empty string in $TERM variable (reported by Brett Michaels
8034           <brett@xylan.com>).
8035         > from reports by Fred Fish:
8036         + add configure-test for isascii
8037         + add configure-test for -lm library.
8038         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
8039         > patches by J.J.G.Ripoll
8040         + add configure/makefile variables to support .exe extension on
8041           OS/2 EMX (requires additional autoconf patches).
8042         + explicitly initialize variables in lib_data.c to appease OS/2 linker
8043         > patches by Fred Fish <fnf@ninemoons.com>
8044         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
8045           directory.
8046         + aclocal.m4 (install.includes):  Remove files in the include directory
8047           where we are going to install new ones, not the original source
8048           files.
8049         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
8050           distributed with BeOS PR2 using captoinfo.
8051         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
8052         + aclocal.m4: Assume bool types are unsigned.
8053         + progs/infocmp.c: workaround mwcc 32k function data limit
8054
8055 980117
8056         + correct initialization of color-pair (cf: 970524) in xmas.c, which
8057           was using only one color-pair for all colors (reported by
8058           J.J.G.Ripoll).
8059         + add multithread options for objects build on EMX, for compatibility
8060           with XFree86.
8061         + split up an expression in MKlib_gen.sh to work around a problem on
8062           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
8063         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
8064           hard reset.
8065         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
8066         + remove bold/underline from sun console entries since they're not
8067           implemented.
8068         + correct _tracef calls in _tracedump(), which did not separate format
8069           from parameters.
8070         + correct getopt string for tic "-o" option, and add it to man-page
8071           synopsis (reported by Darren Hiebert <darren@hmi.com>).
8072         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
8073           optimization (Alexander V.  Lukyanov).
8074         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
8075           Muyter <phdm@macqel.be>).
8076         > patches by Juergen Pfeifer:
8077         + Improve a feature of the forms driver.  For invisible fields
8078           (O_VISIBLE off) only the contents but not the attributes are cleared.
8079           We now clear both.  (Reported by Javier Kohan
8080           <jkohan@adan.fceia.unr.edu.ar>)
8081         + The man page form_field_opts.3x makes now clear, that invisible
8082           fields are also always inactive.
8083         + adjust ifdef's to compile the C++ binding with the just released
8084           gcc-2.8.0 c++ and the corresponding new C++ libraries.
8085
8086 980110
8087         + correct "?" command in ncurses.c; it was performing non-screen writes
8088           while the program was in screen mode.  (It "worked" in 1.9.9e because
8089           that version sets OPOST and OCRNL incorrectly).
8090         + return error from functions in lib_kernel, lib_raw and lib_ti if
8091           cur_term is null, or if underlying I/O fails.
8092         + amend change to tputs() so that it does not return an error if
8093           cur_term is null, since some applications depend on being able to use
8094           tputs without initializing the terminal (reported by Christian J.
8095           Robinson <infynity@cyberhighway.net>).
8096
8097 980103
8098         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
8099           1.9.9e, together with fixes/additions for the "ansi" terminal type.
8100         + add tic check for save/restore cursor if change_scroll_region is
8101           defined (reference: O'Reilly book).
8102         + modify read_termcap.c to handle EMX-style pathnames (reported by
8103           J.J.G.Ripoll).
8104         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
8105           Ripoll says EMX's curses does this.
8106         + modify _nc_tic_expand() to generate \0 rather than \200.
8107         + move/revise 'expand()' from dump_entry.c to ncurses library as
8108           _nc_tic_expand(), for use by tack.
8109         + decode \a as \007 for terminfo, as per XSI.
8110         + correct translation of terminfo "^@", to \200, like \0.
8111         + modify next_char() to treat <cr><lf> the same as <newline>, for
8112           cross-platform compatibility.
8113         + use new version of autoconf (971230) to work around limited
8114           environment on CLIX, due to the way autoconf builds --help message.
8115         > patch by Juergen Pfeifer:
8116         + check that the Ada95 binding runs against the correct version of
8117           ncurses.
8118         + insert constants about the library version into the main spec-file of
8119           the Ada95 binding.
8120
8121 971227
8122         + modify open/fopen calls to use binary mode, needed for EMX.
8123         + modify configure script to work with autoconf 2.10 mods for OS/2
8124           EMX (from J.J.G.Ripoll).
8125         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
8126           bypasses limited sed buffer length.
8127         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
8128           (J.J.G.Ripoll) to support OS/2 EMX:
8129         + add a _scrolling flag to SP, to set when we encounter a terminal
8130           that simply cannot scroll.
8131         + corrected logic in _nc_add_to_try(), by ensuring that strings with
8132           embedded \200 characters are matched.
8133         + don't assume the host has 'link()' function, for linking terminfo
8134           entries.
8135
8136 971220
8137         + if there's no ioctl's to support sigwinch handler, disable it.
8138         + add configure option --disable-ext-funcs to remove the extended
8139           functions from the build.
8140         + add configure option --with-termlib to generate the terminfo
8141           functions as a separate library.
8142         + add 'sources' rule to facilitate cross-compiling.
8143         + review/fix order of mostlyclean/clean/distclean rules.
8144         + modify install-rule for headers to first remove old header, in
8145           case there was a symbolic link that confuses the install script.
8146         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
8147         + add null pointer checks in wnoutrefresh(), overlap() (patch by
8148           Xiaodan Tang <xtang@qnx.com>)
8149         + correct tputs(), which could dereference a null cur_term if invoked
8150           before terminal is initialized (patch by Christopher Seawood
8151           <cls@seawood.org>)
8152         > patch by Juergen Pfeifer:
8153         + makes better use of "pragma Inline" in the Ada95 binding
8154         + resynchronizes the generated html manpages
8155
8156 971213
8157         + additional fixes for man-pages section-references
8158         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
8159           to tic, etc.
8160         + remove hpa/vpa from rxvt terminal description because they are not
8161           implemented correctly, added sgr0.
8162         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
8163           Leitgeb <leitgeb@leland.stanford.edu>)
8164
8165 971206
8166         + modify protection when installing libraries to (normally) not
8167           executable.  HP-UX shared libraries are an exception.
8168         + add configure check for 'tack'.
8169         + implement script for renaming section-references in man-page install,
8170           for Debian configuration.
8171         + add validity-check for SP in trace code in baudrate() (reported by
8172           Daniel Weaver).
8173         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
8174         + modify 'overlay()' so that copy applies target window background to
8175           characters.
8176         + correct 'mvwin()' so that it does not clear the previous locations.
8177         + correct lib_acs.c so that 8-bit character is not sign expanded in
8178           case of wide characters in chtype.
8179         + correct control-char test in lib_addch.c for use with wide chars
8180         + use attribute in the chtype when adding a control character in
8181           lib_addch.c control char was added with current attribute
8182
8183 971129
8184         + save/restore errno in _tracef() function
8185         + change treatment of initialize_color to use a range of 0..1000
8186           (recommended by Daniel Weaver).
8187         + set umask in mkinstalldirs, fixing problems reported by users who
8188           have set root's umask to 077.
8189         + correct bug in tic that caused capabilities to be reprinted at the
8190           end of output when they had embedded comments.
8191         + rewrote wredrawln to correspond to XSI, and split-out since it is
8192           not often used (from report by Alexander V. Lukyanov, 970825)
8193         + rewrote Dan Nelson's change to make it portable, as well as to
8194           correct logic for handling backslashes.
8195         + add code to _nc_tgetent() to make it work more like a real tgetent().
8196           It removes all empty fields, and removes all but the first in a group
8197           of duplicate caps.  The code was pulled from the BSD libtermcap code
8198           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
8199         + don't include --enable-widec in the --with-develop configure option,
8200           since it is not binary-compatible with 4.1 (noted by Alexander V.
8201           Lukyanov)
8202         > patch by Juergen Pfeifer:
8203         + further improvements of the usage of elaboration pragmas in the Ada95
8204           binding
8205         + enhanced Ada95 sample to use the user_data mechanism for panels.
8206         + a fix for the configuration script to make gnat-3.10 the required
8207           version.
8208         + resync of the html version of the manpages
8209
8210 971122
8211         > fixes/updates for terminfo.src:
8212         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
8213           version.
8214         + add hds200 description (Walter Skorski)
8215         + add EMX 0.9b descriptions
8216         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
8217         + rename xhpterm back to hpterm.
8218         > patch by Juergen Pfeifer:
8219         + Improves the usage of elaboration pragmas for the Ada95 binding.
8220         + Adds a translation of the test/rain.c into Ada95 to the samples.
8221           This has been contributed to the project by Laurent Pautet
8222           (pautet@gnat.com)
8223
8224 971115
8225         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
8226           in HP-UX terminfo.
8227         + correction & simplification of delay computation in tputs, based on
8228           comments from Daniel Weaver.
8229         + replace test for SCO with more precise header tests.
8230         + add configure test for unsigned literals, use in NCURSES_BITS macro.
8231         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
8232           since they probably are not needed, and are less efficient (noted by
8233           Juergen Fluk)
8234         + add -L$(libdir) to loader options, after -L../lib so that loaders
8235           that record this information will tend to do the right thing if
8236           the programs are moved around after installing them (suggested by
8237           Juergen Fluk).
8238         + add -R option to loader options for programs for Solaris if the
8239           --enable-rpath option is specified for the libraries.
8240
8241 971112
8242         + correct installed filename for shared libraries on *BSD (reported by
8243           Juergen Fluk).
8244
8245 971108
8246         + cleanup logic for deciding when tputs() should call delay_output(),
8247           based on comments from Daniel Weaver.
8248         + modified tputs() to avoid use of float.
8249         + correct use of trailpad in tputs(), which used the wrong variable
8250           in call to delay_output().
8251         + correct inverted expression for null-count in delay_output()
8252           (analysis by Daniel Weaver).
8253         + apply --enable-rpath option to Solaris (requested by Larry Virden).
8254         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
8255         + correct check for error-return by _nc_tgetent(), which returns 0
8256           for success.
8257         + add configure test for BSD 4.4 cgetent() function, modify
8258           read_termcap.c to use the host's version of that if found, using the
8259           terminal database on FreeBSD (reported by Peter Wemm).
8260         + add u8, u9 strings to sun-il description for Daniel Weaver.
8261         + use NCURSES_CONST in panel's user-pointer.
8262         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
8263           so that will work on NeXT.
8264         + use _nc_set_screen() rather than assignments to SP to fix port to
8265           NeXT (reported by Francisco A. Tomei Torres).
8266
8267 971101
8268         + force mandatory padding in bell and flash_screen, as specified in
8269           XSI.
8270         + don't allow padding_baud_rate to override mandatory delays (reported
8271           by Daniel Weaver).
8272         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
8273           defined, or if the cur_term pointer is not initialized.  XSI treats
8274           this as unspecified.  (requested by Daniel Weaver).
8275         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
8276           when that feature is not configured.
8277         + remove _nc_err_abort() calls when write_entry.c finds a directory but
8278           cannot write to it, e.g., when translating part/all of /etc/termcap
8279           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
8280           (this dates back to 951102, in 1.9.7a).
8281         + minor ifdef fixes to compile with atac and glibc 2.0.5c
8282         + add check for -lgen when configuring regexpr.h
8283         + modify Solaris shared-library option "-d y" to "-dy" to workaround
8284           incompatibility of gcc 2.7.2 vs vendor's tools.
8285
8286 971026
8287         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
8288           to compile on SCO.
8289         + remove dangling backslash in panel/Makefile.in
8290         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
8291           length() function.
8292         + correct length of allocation in _nc_add_to_try(), to allow for
8293           trailing null.
8294         + correct logic in _nc_remove_key(), which was discarding too many
8295           nodes (patch by Alexander V. Lukyanov)
8296
8297 971025
8298         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
8299           shared libraries link properly (see 970524).
8300         + modify Linux shared-library generation to include library
8301           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
8302           panel libraries (suggested by Juergen Pfeifer).
8303         + modify configure script to use config.guess and config.sub rather
8304           than uname, which is unreliable on some systems.
8305         + updated Makefile.glibc, test-built with glibc 2.0.5c
8306         + modify keyname() to return values consistent with SVr4 curses (patch
8307           by Juergen Fluk).
8308         > changes requested by Daniel Weaver:
8309         + modify delay_output() so that it uses the same output function as
8310           tputs() if called from that function.
8311         + move _baudrate from SCREEN to TERMINAL so that low-level use of
8312           tputs works when SP is not set.
8313         > patch by Juergen Pfeifer:
8314         + factor lib_menu and lib_form into smaller modules
8315         + clean up the interface between panel and SCREEN
8316         + minor changes to the Ada95 mouse support implemenation
8317         + minor bugfix in C++ binding to ripoff windows
8318         + fix a few Ada95 html documentation pages
8319
8320 971018
8321         + split-out lib_ungetch.c, make runtime link to resizeterm() to
8322           decouple those modules from lib_restart.c
8323         + add xterm-xf86-v39t description to terminfo.src
8324         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
8325           endwin() to avoid unnecessary repainting if the application has
8326           established an atexit function, etc.  Encountered this problem in
8327           the c++ demo, whose destructors repaint the screen.
8328         + combine _nc_get_screensize() and resizeterm() calls as new function
8329           _nc_update_screensize().
8330         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
8331           Beebe).
8332         + implement install-rules for Ada95 makefiles.
8333         + use screen_lines or MAXLINES as needed where LINES was coded,
8334           as well as screen_columns for COLS, in the ncurses library.
8335         > patch by Alexander V. Lukyanov:
8336         + modify logic for ripped-off lines to handle several SCREENs.
8337         > patch by Juergen Pfeifer:
8338         + factors lib_slk.c into some smaller modules
8339         + factors panel.c into some smaller modules
8340         + puts the static information about the current panel stack into the
8341           SCREEN structure to allow different panel stacks on different
8342           screens.
8343         + preliminary fix for an error adjusting LINES to account for
8344           ripped-off lines.
8345
8346 971011
8347         + move _nc_max_click_interval and other mouse interface items to SCREEN
8348           struct so that they are associated with a single terminal, and also
8349           save memory when the application does not need a mouse (roughly 3k vs
8350           0.5k on Linux).
8351         + modify mouseinterval() so that a negative parameter queries the
8352           click-interval without modifying it.
8353         + modify ncurses 'i' test to work with ncurses' apparent extension from
8354           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
8355           Lukyanov).
8356         + add configure options --with-ada-includes and --with-ada-objects,
8357           to drive Ada95 binding install (not yet implemented).
8358         + install C++ binding as -lncurses++ and associated headers with the
8359           other ncurses headers.
8360         + fix header uninstall if configure --srcdir is used.
8361         > minor interface changes to support 'tack' program -TD
8362           (request by Daniel Weaver <danw@znyx.com>).
8363         + export functions _nc_trans_string() and _nc_msec_cost().
8364         + add variable _nc_nulls_sent, to record the number of padding
8365           characters output in delay_output().
8366         + move tests for generic_type and hard_copy terminals in setupterm()
8367           to the end of that function so that the library will still be
8368           initialized, though not generally useful for curses programs.
8369         > patches by Alexander V. Lukyanov:
8370         + modify ClrBottom() to avoid using clr_eos if there is only one line
8371           to erase.
8372         + typo in configure --help.
8373         > patch by J T Conklin (with minor resync against Juergen's changes)
8374         + split-out lib_flash.c from lib_beep.c
8375         + split-out lib_hline.c and lib_vline.c from lib_box.c
8376         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
8377
8378 971005
8379         > patch by Juergen Pfeifer:
8380         + correct source/target of c++/edit_cfg.sh
8381
8382 971004
8383         + add color, mouse support to kterm terminfo entry.
8384         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
8385           providing "xterm"-style mouse.
8386         + updated rxvt's terminfo description to correspond to 2.21b, with
8387           fixes for the acsc (the box1 capability is incorrect, ech1 does not
8388           work).
8389         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
8390           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
8391           the distribution copy of rxvt's terminfo.
8392         + modify acsc capability for linux and linux-koi8 terminfo descriptions
8393           (from Pavel Roskin <pavel@absolute.spb.su>).
8394         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
8395           rather than 'i' (see 970802).
8396         + updated terminfo.src with reformatted acsc entries, and repaired the
8397           trashed entries with spurious '\' characters that this exposed.
8398         + add logic to dump_entry.c to reformat acsc entries into canonical
8399           form (sorted, unique mapping).
8400         + add configure script to generate c++/etip.h
8401         + add configure --with-develop option, to enable by default most of the
8402           experimental options (requested by Alexander V. Lukyanov).
8403         + rename 'deinstall' to 'uninstall', following GNU convention
8404           (suggested by Alexander V. Lukyanov).
8405         > patches by Alexander V. Lukyanov:
8406         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
8407           line of the screen, since carriage return will not cause a newline.
8408         + remove clause from PutCharLR() that would try to use
8409           eat_newline_glitch since that apparently does not work on some
8410           terminals (e.g., M$ telnet).
8411         + correct a limit check in scroll_csr_backward()
8412         > patches by Juergen Pfeifer:
8413         + adds dummy implementations of methods above() and below() to the
8414           NCursesPanel class.
8415         + fixes missing returncode in NCursesWindow::ripoffline()
8416         + fixes missing returncode in TestApplication::run() in demo.cc
8417         + We should at least give a comment in etip.h why it is currently a
8418           problem to install the C++ binding somewhere
8419         + makes the WINDOW* argument of wenclose() a const.
8420         + modifies several of the routines in lib_adabind.c to use a const
8421           WINDOW* argument.
8422
8423 970927
8424         + add 'deinstall' rules.
8425         + use explicit assignments in configure --without-progs option to
8426           work around autoconf bug which doesn't always set $withval.
8427         + check for ldconfig, don't try to run it if not found.
8428         + implement simple/unoptimized case in lib_doupdate.c to handle
8429           display with magic cookie glitch, tested with ncurses.c program.
8430         + correct missing _tracef in getmouse(), to balance the returnCode
8431           macro.
8432         + simplify show_attr() in ncurses.c using termattrs().
8433         > patches by Juergen Pfeifer:
8434         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
8435           binding
8436         + fixes a typo in a comment of frm_driver.c
8437         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
8438           generics should be compiled.  Proper fixes to the configuration
8439           scripts are also provided.
8440
8441 970920
8442         + several modifications to the configure script (requested by Ward
8443           Horner):
8444           + add configure options --without-progs, to suppress the build of the
8445             utility programs, e.g., for cross-compiling.
8446           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
8447             Makefile.in, to simplify setup for cross compiling.
8448           + add logic in configure script to recognize "--target=vxworks", and
8449             generate load/install actions for VxWorks objects.
8450         + move typedef for sigaction_t into SigAction.h to work around problem
8451           generating lint library.
8452         + modify fty_regex.c to reflect renaming of ifdef's for regular
8453           expressions.
8454         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
8455           reside in <sys/ioctl.h>.
8456         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
8457           the more obscure tests, which rely upon color.
8458         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
8459         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
8460           implementation difference wrt SVr4 curses, allow 's' test to work.
8461         + add missing endwin() to testscanw.c program (reported by Fausto
8462           Saporito <fausap@itb.it>).
8463         + fixes/updates for Makefile.glibc and related files under sysdeps
8464           (patch by H.J.Lu).
8465         > patches by Juergen Pfeifer:
8466         + add checks for null pointers, especially WINDOW's throughout the
8467           ncurses library.
8468         + solve a problem with wrong calculation of panel overlapping (reported
8469           by Ward Horner):
8470           + make sure that a panel's window isn't a pad.
8471           + do more error checking in module lib_touch.c
8472         + missing files for Ada95 binding from the last patch
8473         + synch. of generated html pages (RCS-Id's were wrong in html files)
8474         + support for Key_Resize in Ada binding
8475         + changed documentation style in ./c++/cursesm.h
8476         > patches by Alexander V. Lukyanov:
8477         + undo attempt to do recursive inlining for PutChar(), noting that it
8478           did not improve timing measurably, but inflated the size of
8479           lib_doupdate.o
8480
8481 970913
8482         + modify rain.c to use color.
8483         + correct scroll_csr_backward() to match scroll_csr_forward().
8484         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
8485         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
8486           of configure cache variables in 970906.
8487         + correct logic involving changes to O_VISIBLE option in
8488           Synchronize_Options function in frm_driver.c (Tony Hoffmann
8489           <Tony.Hoffmann@hia.nrc.ca>)
8490         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
8491           cross compiling (suggested by Chris Johns).
8492         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
8493           use it to support screen-size calculation (reported by Chris Johns).
8494         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
8495           Chris Johns <cjohns@plessey.com.au>)
8496         > patches by Juergen Pfeifer:
8497         + simplified, made minor corrections to Ada95 binding to form
8498           fieldtype.
8499         + The C++ binding has been enhanced:
8500           + Improve NCursesWindow class:  added additional methods to cover
8501             more ncurses functionality.  Make refresh() and noutrefresh()
8502             virtual members to allow different implementation in the
8503             NCursesPanel class.
8504           + CAUTION:  changed order of parameters in vline() and hline() of
8505             NCursesWindow class.
8506           + Make refresh() in NCursesPanel non-static, it is now a
8507             reimplementation of refresh() in the base class.  Added
8508             noutrefresh() to NCursesPanel.
8509           + Added NCursesForm and related classes to support libform
8510             functionality.
8511           + Moved most of configuration related stuff from cursesw.h to etip.h
8512           + Added NCursesApplication class to support easy configuration of
8513             menu and forms related attributes as well as ripped of title lines
8514             and Soft-Label-Keys for an application.
8515           + Support of Auto-Cleanup for a menu's fieldlist.
8516           + Change of return type for current_item() and operator[] for menus.
8517           + Enhanced demo.
8518         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
8519           freearg for a fieldtype may be NULL, makearg must not be NULL
8520         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
8521           not be NULL, copyarg and freearg may be NULL.
8522         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
8523           already disconnected.
8524         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
8525           navigation requests.
8526         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
8527           case-insensitiva comparision routine.
8528         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
8529           forms field by index.
8530         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
8531           item by index.
8532         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
8533           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
8534           broken (didn't handle colors correctly).
8535         + Enhanced lib_mouse.c: added _nc_has_mouse() function
8536         + Added _nc_has_mouse() prototype to curses.priv.h
8537         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
8538           streamlined implementation of wbkgd()
8539         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
8540           move of subwindows.  Fixed update behavior of movements of regular
8541           windows.
8542         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
8543         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
8544           of the original.  Subwindows become regular windows by doing a
8545           dupwin().
8546         + Improved manpage form_fieldtype.3x
8547         > patches by Alexander V. Lukyanov:
8548         + simplify the PutChar() handling of exit_am_mode, because we already
8549           know that auto_right_margin is true.
8550         + add a check in PutChar() for ability to insert to the case of
8551           shifting character to LR corner.
8552         + in terminal initialization by _nc_screen_resume(), make sure that
8553           terminal right margin mode is known.
8554         + move logic that invokes touchline(), or does the equivalent, into
8555           _nc_scroll_window().
8556         + modify scrolling logic use of insert/delete line capability, assuming
8557           that they affect the screen contents only within the current
8558           scrolling region.
8559         + modify rain.c to demonstrate SIGWINCH handler.
8560         + remove logic from getch() that would return an ERR if the application
8561           called getch() when the cursor was at the lower-right corner of the
8562           physical screen, and the terminal does not have insert-character
8563           ability.
8564         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
8565           is read, and modify logic in getch() so this fix will yield the
8566           desired behavior, i.e., the screen is repainted automatically when
8567           the terminal window is resized.
8568
8569 970906
8570         + add configure option --enable-sigwinch
8571         + modify view.c to test KEY_RESIZE logic, with "-r" option.
8572         + modify testcurs.c to eliminate misleading display wrt cursor type
8573           by testing if the terminal supports cnorm, civis, cvvis.
8574         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
8575           _nc_curr_col variables into linked programs:  move these variables,
8576           making new modules lib_cur_term and trace_buf (reported by Francisco
8577           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
8578         > patches by Alexander V. Lukyanov:
8579         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
8580           the SIGWINCH handler has been called since the last call to
8581           doupdate().
8582         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
8583         + add SIGWINCH handler to ncurses library which is used if there is no
8584           application SIGWINCH handler in effect when the screen is
8585           initialized.
8586         + make linked list of all SCREEN structures.
8587         + move curses.h include before definition of SCREEN to use types in
8588           that structure.
8589         + correction to ensure that wgetstr uses only a newline to force a
8590           scroll (970831).
8591
8592 970831
8593         + add experimental configure option --enable-safe-sprintf; the normal
8594           mode now allocates a buffer as large as the screen for the
8595           lib_printw.c functions.
8596         + modify wgetch to refresh screen when reading ungetch'd characters,
8597           since the application may require this - SVr4 does this.
8598         + refine treatment of newline in wgetstr to echo only when this would
8599           force the screen to scroll.
8600
8601 970830
8602         + remove override in wgetstr() that forces keypad(), since SVr4 does
8603           not do this.
8604         + correct y-reference for erasure in wgetstr() when a wrap forces a
8605           scroll.
8606         + correct x-position in waddch() after a wrap forces a scroll.
8607         + echo newline in wgetstr(), making testscanw.c scroll properly when
8608           scanw is done.
8609         + modify vwscanw() to avoid potential buffer overflow.
8610         + rewrote lib_printw.c to eliminate fixed-buffer limits.
8611         > patches by Alexander V. Lukyanov:
8612         + correct an error in handling cooked mode in wgetch(); processing
8613           was in the wrong order.
8614         + simplified logic in wgetch() that handles backspace, etc., by using
8615           wechochar().
8616         + correct wechochar() so that it interprets the output character as
8617           in waddch().
8618         + modify pechochar() to use prefresh() rather than doupdate(), since
8619           the latter does not guarantee immediate refresh of the pad.
8620         + modify pechochar() so that if called with a non-pad WINDOW, will
8621           invoke wechochar() instead.
8622         + modify fifo indices to allow fifo to be longer than 127 bytes.
8623
8624 970823
8625         + add xterm-8bit to terminfo.src
8626         + moved logic for SP->_fifohold inside check_pending() to make it
8627           work properly when we add calls to that function.
8628         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
8629           are assigned to bool values (patch by H.J.Lu).
8630         > patches by Alexander V. Lukyanov:
8631         + several fixes to getch:
8632           1.  Separate cooked and raw keys in fifo
8633           2.  Fix the case of ungetch'ed KEY_MOUSE
8634           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
8635           4.  correctly handle input errors (i.e., EINTR) without loss of raw
8636               keys
8637           5.  recognize ESC KEY_LEFT and similar
8638           6.  correctly handle the case of receiption of KEY_MOUSE from gpm
8639         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
8640           single mouse events (press/release) to be ignored in favor of
8641           composed events (click).  Improves on a fix from integrating gpm
8642           support in 961229.
8643         + add another call to check_pending, before scrolling, for
8644           line-breakout optimization
8645         + improve hashmap.c by
8646           1.  fixed loop condition in grow_hunks()
8647           2.  not marking lines with offset 0
8648           3.  fixed condition of 'too far' criteria, thus one-line hunks are
8649           ignored and two lines interchanged won't pass.
8650         + rewrote/simplified _nc_scroll_optimize() by separating into two
8651           passes, forward/backward, looking for chunks moving only in the given
8652           direction.
8653         + move logic that emits sgr0 when initializing the screen to
8654           _nc_screen_init(), now invoked from newterm.
8655         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
8656           function and screen cleanup (i.e., color) into _nc_screen_wrap()
8657           function.
8658         + add new functions _nc_screen_init(), _nc_screen_resume() and
8659           _nc_screen_wrap().
8660         + rename _nc_mvcur_scrolln() to _nc_scrolln().
8661         + add a copy of acs_map[] to the SCREEN structure, where it can be
8662           stored/retrieved via set_term().
8663         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
8664           structure.
8665
8666 970816
8667         + implement experimental _nc_perform_scroll().
8668         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
8669           initializing the screen, as does SVr4 (reported by Alexander V.
8670           Lukyanov).
8671         + added test_progs rule to ncurses/Makefile.
8672         + modify test/configure.in to check if initscr is already in $LIBS
8673           before looking for (n)curses library.
8674         + correct version-number in configure script for OSF1 shared-library
8675           options (patch by Tim Mooney).
8676         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
8677           originally patched) since the c++ demo files do not necessarily
8678           include ncurses_cfg.h
8679         + supply default value for --enable-assertions option in configure
8680           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
8681         > patches by Alexander V. Lukyanov:
8682         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
8683           example firstlast.c
8684         + optimize waddch_literal() and waddch_nosync() by factoring out
8685           common subexpressions.
8686         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
8687         + corrections to render_char(), to make handling of colored blanks
8688           match SVr4 curses, as well as to correct a bug that xor'd space
8689           against the background character.
8690         + replaced hash function with a faster one (timed it)
8691         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
8692           cost_effective() calls on the same lines.
8693         + modified cost_effective() so it is now slightly more precise.
8694         > patches for glibc integration (H.J.Lu):
8695         + add modules define_key, keyok, name_match, tries
8696         + add makefile rules for some of the unit tests in ncurses (mvcur,
8697           captoinfo, hardscroll, hashmap).
8698         + update Linux configure-script for wide-character definitions.
8699
8700 970809
8701         + modify _tracebits() to show the character size (e.g., CS8).
8702         + modify tparm() to emit '\200' where the generated string would have a
8703           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
8704           terminal type ncr7900).
8705         + modify install process so that ldconfig is not invoked if the
8706           package is built with an install-prefix.
8707         + correct test program for chtype size (reported by Tim Mooney).
8708         + add configure option --disable-scroll-hints, using this to ifdef the
8709           logic that computes indices for _nc_scroll_optimize().
8710         + add module ncurses/softscroll.c, to perform single-stage computation
8711           of scroll indices used in _nc_scroll_optimize().  This is faster than
8712           the existing scrolling algorithm, but tends to make too-small hunks.
8713         + eliminate fixed buffer size in _nc_linedump().
8714         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
8715           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
8716           by Alexander V. Lukyanov).
8717         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
8718         + correct processing of "configure --enable-assertions" option (patch
8719           by Juergen Pfeifer).
8720
8721 970802
8722         + add '-s' (single-step) option too test/hashtest.c, correct an error
8723           in loop limit for '-f' (footer option), toggle scrollok() when
8724           writing footer to avoid wrap at lower-right corner.
8725         + correct behavior of clrtoeol() immediately after wrapping cursor,
8726           which was not clearing the line at the cursor position (reported by
8727           Liviu Daia <daia@stoilow.imar.ro>).
8728         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
8729           (reported by Klaus Weide <kweide@tezcat.com>).
8730         + many corrections to make progs/capconvert work, as well as make it
8731           reasonably portable and integrated with ncurses 4.1 (reported by Dave
8732           Furstenau <df@ravine.binary.net>).
8733
8734 970726
8735         + add flag SP->_fifohold, corresponding logic to modify the behavior of
8736           the line breakout logic so that if the application does not read
8737           input, refreshes will not be stopped, but only slowed.
8738         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
8739           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
8740           masks are identical with the A_xxx masks.
8741         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
8742           configuration of wide-characters.
8743         + modify tset to behave more like SVr4's tset, which does not modify
8744           the settings of intr, quit or erase unless they are given as command
8745           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
8746         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
8747           does not have getttynam().
8748         + extend baudrate table in tset.c to match baudrate() function.
8749         + add table entries for 230400 and 460800 bd to baudrate() function.
8750         + improve breakout logic by allowing it before the first line updated,
8751           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
8752         + correct initialization of vcost in relative_move(), for cursor-down
8753           case (patch by Alexander V. Lukyanov).
8754         > nits gleaned from Debian distribution of 1.9.9g-3:
8755         + install symbolic link for intotocap.
8756         + reference libc directly when making shared libraries.
8757         + correct renaming of curs_scr_dmp.3x in man_db.renames.
8758         + guard tgetflag() and other termcap functions against null cur_term
8759           pointer.
8760
8761 970719
8762         + corrected initial state of software echo (error in 970405, reported
8763           by Alexander V. Lukyanov).
8764         + reviewed/added messages to configure script, so that all non-test
8765           options should be accompanied by a message.
8766         + add configure check for long filenames, using this to determine if
8767           it is safe to allow long aliases for terminal descriptions as does
8768           SVr4.
8769         + add configure options for widec (wide character), hashmap (both
8770           experimental).
8771         > patch by Alexander V. Lukyanov:
8772         + hashmap.c - improved by heuristic, so that scroll test works much
8773           better when csr is not available.
8774         + hardscroll.c - patched so that it continues to scroll other chunks
8775           after failure to scroll one.
8776         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
8777           is avoided as it is relative costly.  Fixed wrong coordinates in one
8778           case and wrong string in TRACE.
8779         > patch by Juergen Pfeifer:
8780         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
8781           compiler.
8782
8783 970712
8784         + remove alternate character set from kterm terminfo entry; it uses the
8785           shift-out control for a purpose incompatible with curses, i.e., font
8786           switching.
8787         + disentangle 'xterm' terminfo entry from some derived entries that
8788           should be based on xterm-r6 instead.
8789         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
8790           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
8791         + correct logic in lib_mvcur.c that uses back_tab.
8792
8793 970706
8794         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
8795           contents of curscr are saved in newscr before clearing the screen.
8796           This is needed to make repainting work with the present logic of
8797           TransformLine().
8798         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
8799
8800 970705
8801         + add limit checks to _nc_read_file_entry() to guard against overflow
8802           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
8803         + correct some loop-variable errors in xmc support in lib_doupdate.c
8804         + modify ncurses 'b' test to add gaps, specified by user, to allow
8805           investigation of interaction with xmc (magic cookie) code.
8806         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
8807           list from has_colors(), which gcc ignores, but SVr4 does not
8808           (reported by Larry Virden).
8809         + correct rmso capability in wy50-mc description.
8810         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
8811           USE_HARD_TABS.
8812         > patch by Juergen Pfeifer:
8813         + Add bindings for keyok() and define_key() to the Ada95 packages.
8814         + Improve man pages menu_post.3x and menu_format.3x
8815         + Fix the HTML pages in the Ada95/html directory to reflect the above
8816           changes.
8817
8818 970628
8819         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
8820           pending changes to both curscr and newscr are flushed properly.
8821           This fixes a case where the first scrolling operation in nvi would
8822           cause the screen to be cleared unnecessarily and repainted before
8823           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
8824           Juergen Pfeifer).
8825         + correct error in trans_string() which added embedded newlines in a
8826           terminfo description to the stored strings.
8827         + remove spurious newlines from sgr in wyse50 (and several other)
8828           terminfo descriptions.
8829         + add configure option for experimental xmc (magic cookie) code,
8830           "--enable-xmc-glitch".  When disabled (the default), attributes that
8831           would store a magic cookie are suppressed in vidputs().  The magic
8832           cookie code is far from workable at this stage; the configuration
8833           option is a stopgap.
8834         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
8835         + correct path for invoking make_keys (a missing "./").
8836
8837 970621
8838         + correct sign-extension problem with "infocmp -e", which corrupted
8839           acsc values computed for linux fallback data.
8840         + correct dependency on ncurses/names.c (a missing "./").
8841         + modify configure script to use '&&' even for cd'ing to existing
8842           directories to work around broken shell interpreters.
8843         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
8844           Lukyanov).
8845
8846 970615
8847         + restore logic in _nc_scroll_optimize() which marks as touched the
8848           lines in curscr that are shifted.
8849         + add new utility 'make_keys' to compute keys.tries as a table rather
8850           than a series of function calls.
8851         + correct include-dependency for tic.h used by name_match
8852         + removed buffer-allocation for name and description from m_item_new.c,
8853           since this might result in incompatibilities with SVr4.  Also fixed
8854           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
8855           report by Avery Pennarun <apenwarr@foxnet.net>)
8856         + removed the mechanism to timestamp the generated Ada95 sources.  This
8857           resulted always in generating patches for the HTML doc, even when
8858           nothing really changed (patch by Juergen Pfeifer).
8859         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
8860
8861 970614
8862         + remove ech capability from rxvt description because it does not work.
8863         + add missing case logic for infocmp -I option (reported by Lorenzo M.
8864           Catucci <lorenzo@argon.roma2.infn.it>)
8865         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
8866           caused glitches in the ncurses 'p' test since the area outside the
8867           pad was not compared when setting up indices for _nc_scroll_optimize.
8868         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
8869           4.4, as well as to eliminate fixed-size buffer (reported by Chris
8870           Tanner <tannerc@aecl.ca>)
8871         + correct prototype for termattrs() as per XPG4 version 2.
8872         + add placeholder prototypes for color_set(), erasewchar(),
8873           term_attrs(), wcolor_set() as per XPG4 version 2.
8874         + correct attribution for progs/progs.priv.h and lib_twait.c
8875         + improve line-breakout logic by checking based on changed lines rather
8876           than total lines (patch by Alexander V. Lukyanov).
8877         + correct loop limits for table-lookup of enumerated value in form
8878           (patch by Juergen Pfeifer).
8879         + improve threshhold computation for determining when to call ClrToEOL
8880           (patch by Alexander V. Lukyanov).
8881
8882 970531
8883         + add configure option --disable-database to force the library to
8884           use only the fallback data.
8885         + add configure option --with-fallbacks, to specify list of fallback
8886           terminal descriptions.
8887         + add a symbolic link for ncurses.h during install; too many programs
8888           still assume there's an ncurses.h
8889         + add new terminfo.src entry for xterm-xf86-v33.
8890         + restore terminfo.src entry for emu to using setf/setb, since it is
8891           not, after all, generating ANSI sequences.  Corrected missing comma
8892           that caused setf/setb entries to merge.
8893         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
8894           that applications can disable ncurses' mouse and supply their own
8895           handler.
8896         + add extensions keyok() and define_key().  These are designed to allow
8897           the user's application better control over the use of function keys,
8898           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
8899           a mailing-list thread started by Kenneth Albanowski
8900           <kjahds@kjahds.com> Nov'1995).
8901         + restore original behavior in ncurses 'g' test, i.e., explicitly
8902           set the keypad mode rather than use the default, since it confuses
8903           people.
8904         + rewrote the newdemo banner so it's readable (reported by Hugh
8905           Daniel).
8906         + tidy up exit from hashtest (reported by Hugh Daniel).
8907         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
8908           by Hugh Daniel)
8909         + correct tput program, checking return-value of setupterm (patch by
8910           Florian La Roche).
8911         + correct logic in pnoutrefresh() and pechochar() functions (reported
8912           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
8913           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
8914           original implementation (1.9.6).
8915         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
8916           <rwuest@sire.vt.com>)
8917         + move calls of _nc_background() out of various loops, as its return
8918           value will be the same for the whole window being operated on (patch
8919           by J T Conklin).
8920         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
8921           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
8922         + modify glibc addon-configure scripts (patch by H.J.Lu).
8923         + correct a bug in hashmap.c: the size used for clearing the hashmap
8924           table was incorrect, causing stack corruption for large values of
8925           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
8926         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
8927           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
8928           been applied).
8929         > several changes by Juergen Pfeifer:
8930         + correct a missing error-return in form_driver.c when wrapping of a
8931           field is not possible.
8932         + correct logic in form_driver.c for configurations that do not have
8933           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
8934         + change several c++ binding functions to inline.
8935         + modify c++ menu binding to inherit from panels, for proper
8936           initialization.
8937         + correct freeing of menu items in c++ binding.
8938         + modify c++ binding to reflect removal of const from user data pointer
8939           in forms/menus libraries.
8940
8941 970524
8942         + add description of xterm-16color.
8943         + modify name of shared-library on *BSD to end with $(REL_VERSION)
8944           rather than $(ABI_VERSION) to match actual convention on FreeBSD
8945           (cf: 960713).
8946         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
8947           (reported by Hugh Daniel <hugh@rat.toad.com>).
8948         + corrected include-dependency in menu/Makefile so that "make install"
8949           works properly w/o first doing "make".
8950         + add fallback definition for isascii, used in infocmp.
8951         + modify xmas to use color, and to exit right away when a key is
8952           pressed.
8953         + modify gdc so that the scrolled digits function as described (there
8954           was no time delay between the stages, and the digits overwrote the
8955           bounding box without tidying up).
8956         + modify lib_color.c to use setaf/setab only for the ANSI color codes
8957           0 through 7.  Using 16 colors requires setf/setb.
8958         + modify ncurses 'c' test to work with 16 colors, as well as the normal
8959           8 colors.
8960         + remove const qualifier from user data pointer in forms and menus
8961           libraries (patch by Juergen Pfeifer).
8962         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
8963           function, thereby not interpreting tabs, etc., as per spec (patch by
8964           Alexander V. Lukyanov).
8965
8966 970517
8967         + suppress check for pre-existing ncurses header if the --prefix
8968           option is specified.
8969         + add configure options "--with-system-type" and
8970           "--with-system-release" to assist in checking the generated
8971           makefiles.
8972         + add configure option "--enable-rpath" to allow installers to specify
8973           that programs linked against shared libraries will have their library
8974           path embedded, allowing installs into nonstandard locations.
8975         + add flags to OSF1 shared-library options to specify version and
8976           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
8977         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
8978           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
8979         + modify link flags to accommodate HP-UX linker which embeds absolute
8980           pathnames in executables linked against shared libraries (reported by
8981           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
8982           <ats@hubert.wustl.edu>).
8983         + drop unnecessary check for attribute-change in onscreen_mvcur() since
8984           mvcur() is the only caller within the library, and that check in turn
8985           is exercised only from lib_doupdate.c (patch by Alexander V.
8986           Lukyanov).
8987         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
8988           can use the background of stdscr as a parameter to that function
8989           (patch by Alexander V. Lukyanov).
8990         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
8991           the latter's internal functions, as well as to eliminate unnecessary
8992           cursor save/restore operations (patch by Alexander V. Lukyanov).
8993         + omit parameter of ClrUpdate(), since it is called only for newscr,
8994           further optimized/reduced by using ClearScreen() and TransformLine()
8995           to get rid of duplicate code (patch by Alexander V. Lukyanov).
8996         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
8997           that are smaller than the distance to be moved (patch by Alexander V.
8998           Lukyanov).
8999         + correct a place where the panel library was not ifdef'd in ncurses.c
9000           (Juergen Pfeifer)
9001         + documentation fixes (Juergen Pfeifer)
9002
9003 970515  4.1 release for upload to prep.ai.mit.edu
9004         + re-tag changes since 970505 as 4.1 release.
9005
9006 970510
9007         + modify ncurses 'g' test to allow mouse input
9008         + modify default xterm description to include mouse.
9009         + modify configure script to add -Wwrite-strings if gcc warnings are
9010           enabled while configuring --enable-const (and fixed related
9011           warnings).
9012         + add toggle, status display for keypad mode to ncurses 'g' test to
9013           verify that keypad and scrollok are not inherited from parent window
9014           during a call to newwin.
9015         + correction to MKexpanded.sh to make it work when configure --srcdir
9016           is used (reported by H.J.Lu).
9017         + revise test for bool-type, ensuring that it checks if builtin.h is
9018           available before including it, adding test for sizeof(bool) equal
9019           to sizeof(short), and warning user if the size cannot be determined
9020           (reported by Alexander V. Lukyanov).
9021         + add files to support configuration of ncurses as an add-on library
9022           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
9023
9024 970506
9025         + correct buffer overrun in lib_traceatr.c
9026         + modify change to lib_vidattr.c to avoid redundant orig_pair.
9027         + turn on 'echo()' in hanoi.c, since it is initially off.
9028         + rename local 'errno' variable in etip.h to avoid conflict with global
9029           (H.J.Lu).
9030         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
9031           <hjl@lucon.org>)
9032
9033 970505  4.1 pre-release
9034         + regenerate the misc directory html dumps without the link list, which
9035           is not useful.
9036         + correct dependency in form directory makefile which caused
9037           unnecessary recompiles.
9038         + correct substitution for ABI_VERSION in test-makefile
9039         + modify install rules for shared-library targets to remove the target
9040           before installing, since some install programs do not properly handle
9041           overwrite of symbolic links.
9042         + change order of top-level targets so that 'include' immediate
9043           precedes the 'ncurses' directory, reducing the time between new
9044           headers and new libraries (requested by Larry Virden).
9045         + modify lib_vidattr.c so that colors are turned off only before
9046           modifying other attributes, turned on after others.  This makes the
9047           hanoi.c program display correctly on FreeBSD console.
9048         + modify debug code in panel library to print user-data addresses
9049           rather than the strings which they (may) point to.
9050         + add check to ensure that C++ binding and demo are not built with g++
9051           versions below 2.7, since the binding uses templates.
9052         + modify c++ binding and demo to build and run with SGI's c++ compiler.
9053           (It also compiles with the Sun SparcWorks compiler, but the demo does
9054           not link, due to a vtbl problem).
9055         + corrections to demo.cc, to fix out-of-scope variables (Juergen
9056           Pfeifer).
9057
9058 970503
9059         + correct memory leak in _nc_trace_buf().
9060         + add configure test for regexpr.h, for Unixware 1.x.
9061         + correct missing "./" prefixing names of generated files in ncurses
9062           directory.
9063         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
9064           to workaround shell bug on FreeBSD 2.1.5
9065         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
9066           that caused incorrect result in ncurses_cfg.h
9067         + correct initialization in lib_trace.c, which omitted version info.
9068         + remove ech, el1 attributes from cons25w description; they appear to
9069           malfunction in FreeBSD 2.1.5
9070         + correct color attributes in terminfo.src and lib_color.c to match
9071           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
9072           capabilities.
9073         + use curs_set() rather than checks via tigetstr() for test programs
9074           that hide the cursor: firework, rain, worm.
9075         + ensure that if the terminal lacks change_scroll_region, parm_index
9076           and parm_rindex are used only to scroll the whole screen (patch by
9077           Peter Wemm).
9078         + correct curs_set() logic, which did not return ERR if the requested
9079           attributes did not exist, nor did it assume an unknown initial state
9080           for the cursor (patch by Alexander V. Lukyanov).
9081         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
9082           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
9083         + correct hashmap.c, which did not update index information (patch by
9084           Alexander V. Lukyanov).
9085         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
9086         + correct index in lib_instr.c (Juergen Pfeifer).
9087         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
9088           (patch by Juergen Pfeifer).
9089
9090 970426
9091         + corrected cost computation in PutRange(), which was using
9092           milliseconds compared to characters by adding two new members to the
9093           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
9094         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
9095           const array of strings (suggested by Alexander V. Lukyanov).  The
9096           original suggestion in 970118 used a perl script.
9097         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
9098           well as noting the attributes that are not supported by a terminal.
9099         + trace the computation of cost values in lib_mvcur.c
9100         + modify _nc_visbuf() to use octal rather than hex, corrected sign
9101           extension bug in that function that caused buffer overflow.
9102         + modify trace in lib_acs.c to use _nc_visbuf().
9103         + suppress trace within _traceattr2().
9104         + correct logic of _tracechtype2(), which did not account for repeats
9105           or redefinition within an acsc string.
9106         + modify debug-library version baudrate() to use environment variable
9107           $BAUDRATE to override speed computation.  This is needed for
9108           regression testing.
9109         + correct problems shown by "weblint -pedantic".
9110         + update mailing-list information (now ncurses@bsdi.com).
9111
9112 970419
9113         + Improve form_field_validation.3x manpage to better describe the
9114           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
9115           precise information how the range checking can be avoided.  (patch by
9116           Juergen Pfeifer, reported by Bryan Henderson)
9117         + change type of min/max value of form types TYPE_INTEGER to long to
9118           match SVr4 documentation.
9119         + set the form window to stdscr in set_form_win() so that form_win()
9120           won't return null (patch by Juergen Pfeifer, reported by Bryan
9121           Henderson <bryanh@giraffe.netgate.net>).
9122
9123 970412
9124         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
9125         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
9126         + modify treatment of empty token in $MANPATH to /usr/man (reported by
9127           <Andries.Brouwer@cwi.nl>)
9128         + modify traces that record functions-called so that chtype and attr_t
9129           values are expressed symbolically, to simplify reuse of generated
9130           test-scripts on SVr4 regression testing.
9131         + add new trace functions _traceattr2() and _tracechtype2()
9132
9133 970405
9134         + add configure option --enable-const, to support the use of 'const'
9135           where XSI should have, but did not, specify.  This defines
9136           NCURSES_CONST, which is an empty token otherwise, for strict
9137           compatibility.
9138         + make processing of configure options more verbose by echoing the
9139           --enable/--with values.
9140         + add configure option --enable-big-core
9141         + set initial state of software echo off as per XSI.
9142         + check for C++ builtin.h header
9143         + correct computation of absolute-path for $INSTALL that dropped "-c"
9144           parameter from the expression.
9145         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
9146           ncurses is integrated into larger systems (adapted from diffs by
9147           H.J.Lu for libc).
9148         + correct inequality in lib_doupdate.c that caused a single-char to not
9149           be updated when the char on the right-margin was not blank, idcok()
9150           was true (patch by Alexander V Lukyanov (in 970124), reported
9151           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
9152         + modify 'clean' rule in include/Makefile so that files created by
9153           configure script are removed in 'distclean' rule instead.
9154
9155 970328
9156         + correct array limit in tparam_internal(), add case to interpret "%x"
9157           (patch by Andreas Schwab)
9158         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
9159           value properly when non-numeric characters were given (reported by
9160           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
9161
9162 970321
9163         + move definition of __INTERNAL_CAPS_VISIBLE before include for
9164           progs.priv.h (patch by David MacKenzie).
9165         + add configuration summary, reordered check for default include
9166           directory to better accommodate a case where installer is configuring
9167           a second copy of ncurses (reported by Klaus Weide
9168           <kweide@tezcat.com>)
9169         + moved the #define for 'inline' as an empty token from the
9170           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
9171           (reported by Ward Horner).
9172         + modify test for bool builtin type to use 'unsigned' rather than
9173           'unknown' when cross-compiling (reported by Ward Horner).
9174
9175 970315
9176         + add header dependencies so that "make install.libs" will succeed
9177           even if "make all" is not done first.
9178         + moved some macros from lib_doupdate.c to curses.priv.h to use in
9179           expanded functions with ATAC.
9180         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
9181           the winnstr functions can return more characters than will fit on one
9182           line.
9183
9184 970308
9185         + modify script that generates lib_gen.c to support traces of called &
9186           return.
9187         + add new configure option "--disable-macros", for testing calls within
9188           lib_gen.c
9189         + corrected logic that screens level-checking of called/return traces.
9190
9191 970301
9192         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
9193           addressing request by Ward Horner.
9194         + check for cross-compiling before trying to invoke the autoconf
9195           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
9196         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
9197           a pointer-increment.
9198         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
9199           Florian La Roche).
9200
9201 970215
9202         + add configure option --enable-expanded, together with code that
9203           implements an expanded form of certain complex macros, for testing
9204           with ATAC.
9205         + disable CHECK_POSITION unless --with-assertions is configured
9206           (Alexander V Lukyanov pointed out that this is redundant).
9207         + use keyname() to show traced chtype values where applicable rather
9208           than _tracechar(), which truncates the value to 8-bits.
9209         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
9210         + modify makefiles in progs and test directories to avoid using C
9211           preprocessor options on link commands (reported by Ward Horner)
9212         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
9213           by Ward Horner)
9214         + modify ifdef's to use configure-defined symbols consistently
9215           (reported by Ward Horner)
9216         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
9217           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
9218         + rename struct try to struct tries, to avoid name conflict with C++
9219           (reported by Gary Johnson).
9220         + modify worm.c to hide cursor while running.
9221         + add -Wcast-qual to gcc warnings, fix accordingly.
9222         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
9223           wrapping (Alexander V Lukyanov).
9224         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
9225           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
9226         + extend IRIX configuration to IRIX64
9227         + supply missing install.libs rule needed after restructuring
9228           test/Makefile.in
9229
9230 970208
9231         + modify "make mostlyclean" to leave automatically-generated source
9232           in the ncurses directory, for use in cross-compiles.
9233         + autogenerated object-dependencies for test directory
9234         + add configure option --with-rcs-ids
9235         + modify configuration scripts to generate major/minor/patch versions
9236           (suggested by Alexander V Lukyanov).
9237         + supply missing va_end's in lib_scanw.c
9238         + use stream I/O for trace-output, to eliminate fixed-size buffer
9239         + add TRACE_ICALLS definition/support to lib_trace.c
9240         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
9241
9242 970201
9243         + add/modify traces for called/return values to simplify extraction
9244           for test scripts.
9245         + changed _nc_visbuf to quote its result, and to dynamically allocate
9246           the returned buffer.
9247         + invoke ldconfig after installing shared library
9248         + modify install so that overwrite applies to shared library -lcurses
9249           in preference to static library (reported by Zeyd M Ben-Halim 960928).
9250         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
9251           symbol.
9252         + fixes to allow "make install" to work without first doing a "make
9253           all" (suggested by Larry Virden).
9254
9255 970125
9256         + correct order of #ifdef for TABS_OK.
9257         + instrumented toe.c to test memory-leaks.
9258         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
9259         + include <sys/types.h> in configuration test for regex.h (patch by
9260           Andreas Schwab)
9261         + make infocmp recognize -I option, for SVr4 compatibility (reported by
9262           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
9263
9264 970118
9265         + add extension 'use_default_colors()', modified test applications that
9266           use default background (firework, gdc, hanoi, knight, worm) to
9267           demonstrate.
9268         + correct some limit checks in lib_doupdate.c exposed while running
9269           worm.
9270         + use typeCalloc macro for readability.
9271         + add/use definition for CONST to accommodate testing with Solaris
9272           (SVr4) curses, which doesn't use 'const' in its prototypes.
9273         + modify ifdef's in test/hashtest.c and test/view.c to compile with
9274           Solaris curses.
9275         + modify _tracedump() to pad pad colors & attrs lines to match change
9276           in 970101 showing first/last changes.
9277         + corrected location of terminating null on dynamically allocated forms
9278           fields (patch by Per Foreby).
9279
9280 970111
9281         + added headers to make view.c compile on SCO with the resizeterm()
9282           code (i.e., struct winsize) - though this compiles, I don't have a
9283           suitable test configuration since SIGWINCH doesn't pass my network to
9284           that machine - T.Dickey.
9285         + update test/configure.in to supply some default substitutions.
9286         + modify configure script to add -lncurses after -lgpm to fix problem
9287           linking against static libraries.
9288         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
9289           Buhler)
9290         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
9291           <jbuhler@cs.washington.edu>)
9292         + modify headers to accommodate compilers that don't allow duplicate
9293           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
9294           <lvirden@cas.org>)
9295         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
9296         + modify lib_doupdate to make el, el1 and ed optimization use the
9297           can_clear_with macro, and change EmitRange to allow leaving cursor at
9298           the middle of interval, rather than always at the end (patch by
9299           Alexander V Lukyanov).  This was originally 960929, resync 970106.
9300
9301 970104
9302         + workaround defect in autoconf 2.12 (which terminates configuration
9303           if no C++ compiler is found) by adding an option --without-cxx.
9304         + modify several man-pages to use tbl, where .nf/.fi was used (reported
9305           by Jesse Thilo).
9306         + correct font-codes in some man-pages (patch by Jesse Thilo
9307           <Jesse.Thilo@pobox.com>)
9308         + use configure script's knowledge of existence of g++ library for the
9309           c++ Makefile (reported by Paul Jackson).
9310         + correct misleading description of --datadir configuration option
9311           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
9312
9313 970101
9314         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
9315           from Peter Wemm:
9316         > the logic for non_dest_scroll_region was interchanged between the
9317           forward & reverse scrolling cases.
9318         > multiple returns from the function allowed certain conditions to do
9319           part of an operation before discovering that it couldn't be
9320           completed, returning an error without restoring the cursor.
9321         > some returns were ERR, where the function had completed the
9322           operation, because the insert/delete line logic was improperly
9323           tested (this was probably the case Peter saw).
9324         > contrary to comments, some scrolling cases were tested after the
9325           insert/delete line method.
9326         + modify _tracedump() to show first/last changes.
9327         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
9328           refresh problem (reported by Peter Wemm) that caused nvi to not show
9329           result of ":r !ls" until a ^L was typed.
9330
9331 961229  (internal alpha)
9332         + correct some of the writable-strings warnings (reported by Gary
9333           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
9334           are part of the XSI specification, and can't be "fixed".
9335         + improve include-dependencies in form, menu, panel directories.
9336         + correct logic of delay_output(), which would return early if
9337           there is data on stdin.
9338         + modify interface & logic of _nc_timed_wait() to support 2 file
9339           descriptors, needed for GPM.
9340         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
9341           support, correcting logic in wgetch() and _nc_mouse_parse() which
9342           prevented patch from working properly -TD
9343         + improve performance of panel algorithm (Juergen Pfeifer 961203).
9344         + strip RCS id's from generated .html files in Ada95 subtree.
9345         + resync with generated .html files (Juergen Pfeifer 961223).
9346         + terminfo.src 10.1.0 (ESR).
9347
9348 961224  4.0 release
9349         + release as 4.0 to accommodate Linux ld.so.1.8.5
9350         + correct syntax/spelling, regenerated .doc files from .html using
9351           lynx 2.5
9352         + refined forms/menus makefiles (Juergen Pfeifer 961223).
9353
9354 961221  - snapshot
9355         + remove logic in read_entry.c that attempts to refine errno by using
9356           'access()' for the directory (from patch by Florian La Roche).
9357         + correct configure test/substitution that inhibits generating
9358           include-path to /usr/include if gcc is used (reported by Florian La
9359           Roche).
9360         + modify setupterm() to allocate new TERMINAL for each call, just as
9361           solaris' curses does (Alexander V Lukyanov 960829).
9362         + corrected memory leaks in read_entry.c
9363         + add configure options --with-dbmalloc, --with-dmalloc, and
9364           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
9365         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
9366           use of dbmalloc.
9367         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
9368           i.e., set current directory before linking.
9369         + split-out panel.priv.h, improve dependencies for forms, menus
9370           (Juergen Pfeifer 961204).
9371         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
9372           freeing the corresponding WINDOW (found using Purify).
9373         + modify delwin() to return ERR if the window to be deleted has
9374           subwindows, needed as a side-effect of resizeterm() (found using
9375           Purify).  Tested and found that SVr4 curses behaves this way.
9376         + implement logic for _nc_freeall(), bringing stub up to date.
9377
9378 961215
9379         + modify wbkgd() so that it doesn't set nulls in the rendered text,
9380           even if its argument doesn't specify a character (fixes test case by
9381           Juergen Pfeifer for bug-report).
9382         + set window-attributes in wbkgd(), to simplify comparison against
9383           Solaris curses, which does this.
9384
9385 961214  - snapshot
9386         + replace most constants in ncurses 'o' test by expressions, making it
9387           work with wider range of screen sizes.
9388         + add options to ncurses.c to specify 'e' test softkey format, and the
9389           number of header/footer lines to rip-off.
9390         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
9391           test.
9392         + add shell-out (!) command to ncurses 'p' test to allow test of
9393           resize between endwin/refresh.
9394         + correct line-wrap case in mvcur() by emitting carriage return,
9395           overlooked in 960928, but needed due to SVr4 compatibility changes to
9396           terminal modes in 960907.
9397         + correct logic in wresize that causes new lines to be allocated,
9398           broken for the special case of increasing rows only in 960907's fix
9399           for subwindows.
9400         + modify configure script to generate $(LDFLAGS) with -L and -l options
9401           in preference to explicit library filenames.  (NOTE: this may
9402           require further amending, since I vaguely recall a dynamic loader
9403           that did not work properly without the full names, but it should be
9404           handled as an exception to the rule, since some linkers do bulk
9405           inclusion of libraries when given the full name - T.Dickey).
9406         + modify configure script to allow user-supplied $CFLAGS to set the
9407           debug-option in all libraries (requested by lots of people) -TD
9408         + use return consistently from main(), rather than exit (reported by
9409           Florian La Roche).
9410         + add --enable-getcap-cache option to configure, normally disabled
9411           (requested by Florian La Roche).
9412         + make configure test for gettimeofday() and possibly -lbsd more
9413           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
9414         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
9415         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
9416           by Alexander V Lukyanov).
9417
9418 961208
9419         + corrected README wrt Ada95 (Juergen Pfeifer)
9420
9421 961207  - snapshot
9422         + integrate resizeterm() into doupdate(), so that if screen size
9423           changes between endwin/refresh, ncurses will resize windows to fit
9424           (this needs additional testing with pads and softkeys).
9425         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
9426           data used in ncurses library.
9427         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
9428           between initscr() and newwin() initialization (reported by
9429           Alexander V Lukyanov).
9430         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
9431           (set beta versions to those values -- NOTE that subsequent pre-4.0
9432           beta may not be interchangeable).
9433         + modify configure script to work with autoconf 2.12
9434
9435 961130  1.9.9g release
9436         + add copyright notices to configuration scripts (written by Thomas
9437           Dickey).
9438
9439 961127
9440         > patch, mostly for panel (Juergen Pfeifer):
9441         + cosmetic improvement for a few routines in the ncurses core library
9442           to avoid warning messages.
9443         + the panel overlap detection was broken
9444         + the panel_window() function was not fool-proof.
9445         + Some inlining...
9446         + Cosmetic changes (also to avoid warning messages when compiling with
9447           -DTRACE).
9448
9449 961126
9450         > patch by Juergen Pfeifer:
9451         + eliminates warning messages for the compile of libform.
9452         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
9453         + Updates man page and the Ada95 binding to reflect this.
9454         + Improves inlining in libmenu and libform.
9455
9456 961120
9457         + improve the use of the "const" qualifier in the
9458           panel library (Juergen Pfeifer)
9459         + change set_panel_userptr() and panel_userptr() to use void*
9460           (Juergen Pfeifer)
9461
9462 961119
9463         + change ABI to 3.4
9464         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
9465           (Juergen Pfeifer)
9466         + correct initialization of the stdscr pseudo panel in panel library
9467           (Juergen Pfeifer)
9468         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
9469           Pfeifer).
9470         > patch #324 (ESR):
9471         + typo in curs_termcap man page (reported by Hendrik Reichel
9472           <106065.2344@compuserve.com>)
9473         + change default xterm entry to xterm-r6.
9474         + add entry for color_xterm
9475
9476 961116  - snapshot
9477         + lint found several functions that had only #define implementations
9478           (e.g., attr_off), modified curses.h.in to generate them as per XSI
9479           Curses requirement that every macro be available as a function.
9480         + add check in infocmp.c to guard against string compare of
9481           CANCELLED_STRING values.
9482         + modify firework.c, rain.c to hide cursor while running.
9483         + correct missing va_end in lib_tparm.c
9484         + modify hanoi.c to work on non-color terminals, and to use timing
9485           delays when in autoplay mode.
9486         + correct 'echochar()' to refresh immediately (reported by Adrian
9487           Garside <94ajg2@eng.cam.ac.uk>)
9488         > patch #322 (ESR):
9489         + reorganize terminfo.src entries for xterm.
9490
9491 961109  - snapshot
9492         + corrected error in line-breakout logic (lib_doupdate.c)
9493         + modified newdemo to use wgetch(win) rather than getch() to eliminate
9494           a spurious clear-screen.
9495         + corrected ifdef's for 'poll()' configuration.
9496         + added modules to ncurses, form, menu for Ada95 binding (Juergen
9497           Pfeifer).
9498         + modify set_field_buffer() to allow assignment of string longer than
9499           the initial buffer length, and to return the complete string rather
9500           than only the initial size (Juergen Pfeifer and Per Foreby
9501           <perf@efd.lth.se>).
9502
9503 961102  - snapshot
9504         + configure for 'poll()' in preference to 'select()', since older
9505           systems are more likely to have a broken 'select()'.
9506         + modified render_char() to avoid OR'ing colors.
9507         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
9508           resize test, use wbkgd and corrected box() parameters.
9509         + make flushinp() test work in ncurses.c by using napms() instead of
9510           sleep().
9511         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
9512           distribution, as stated)
9513         + terminfo 9.13.18 resync (ESR)
9514         + check for getenv("HOME") returning null (ESR).
9515         + change buffer used to decode xterm-mouse commands to unsigned to
9516           handle displays wider than 128 chars (Juergen Pfeifer).
9517         + correct typo curs_outopts.3x (Juergen Pfeifer).
9518         + correct limit-checking in wenclose() (Juergen Pfeifer).
9519         + correction to Peter Wemm's newwin change (Thomas Fehr
9520           <fehr@suse.de>).
9521         + corrections to logic that combines colors and attributes; they must
9522           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
9523           Marshall).
9524
9525 961026  - snapshot
9526         + reset flags in 'getwin()' that might cause refresh to attempt to
9527           manipulate the non-existent parent of a window that is read from a
9528           file (lib_screen.c).
9529         + restructure _nc_timed_wait() to log more information, and to try to
9530           recover from badly-behaved 'select()' calls (still testing this).
9531         + move define for GOOD_SELECT into configure script.
9532         + corrected extra '\' character inserted before ',' in comp_scan.c
9533         + corrected expansion of %-format characters in dump_entry.c; some were
9534           rendered as octal constants.
9535         + modify dump_entry.c to make terminfo output more readable and like
9536           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
9537           comma, "\^" and "\:" as well.
9538         + corrected some memory leaks in ncurses.c, and a minor logic error
9539           in the top-level command-parser.
9540         + correction for label format 4 (PC style with info line), a
9541           slk_clear(), slk_restore() sequence didn't redraw the info line
9542           (Juergen Pfeifer).
9543         + modified the slk window (if simulated) to inherit the background and
9544           default character attributes from stdscr (Juergen Pfeifer).
9545         + corrected limit-check in set_top_row (Juergen Pfeifer).
9546
9547 961019  - snapshot
9548         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
9549           had '.lastchar' entry one beyond '._maxx'.
9550         + modify ncurses test-program to work with data piped to it.
9551         + corrected pathname computation in run_tic.sh, removing extra "../"
9552           (reported by Tim Mooney).
9553         + modified configure script to use previous install's location for
9554           curses.h
9555         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
9556           a default.
9557
9558 961013
9559         + revised xterm terminfo descriptions to reflect the several versions
9560           that are available.
9561         + corrected a pointer reference in dump_entry.c that didn't test if
9562           the pointer was -1.
9563
9564 961005  - snapshot
9565         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
9566         + add -x option to hashtest to control whether it allows writes to the
9567           lower-right corner.
9568         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
9569           simpler to construct tests (for double-check of _nc_hash_map tests).
9570         + correct ifdef's for c++ in curses.h
9571         + change default xterm type to xterm-x11r6.
9572         + correct quoting in configure that made man-pages installed with
9573           $datadir instead of actual terminfo path.
9574         + correct whitespace in include/Caps, which caused kf11, clr_eol and
9575           clr_end to be omitted from terminfo.5
9576         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
9577         + improve appearance of marker in multi-selection menu (Juergen
9578           Pfeifer)
9579         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
9580         + document 'field_index()' (Juergen Pfeifer)
9581         > patch #321 (ESR):
9582         + add some more XENIX keycap translations to include/Caps.
9583         + modify newwin to set initial state of each line to 'touched'
9584           (from patch by Peter Wemm <peter@spinner.dialix.com>)
9585         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
9586
9587 960928  - snapshot
9588         + ifdef'd out _nc_hash_map (still slower)
9589         + add graphic characters to vt52 description.
9590         + use PutAttrChar in ClrToEOL to ensure proper background, position.
9591         + simplify/correct logic in 'mvcur()' that does wrapping; it was
9592           updating the position w/o actually moving the cursor, which broke
9593           relative moves.
9594         + ensure that 'doupdate()' sets the .oldindex values back to a sane
9595           state; this was causing a spurious refresh in ncurses 'r'.
9596         + add logic to configure (from vile) to guard against builders who
9597           don't remove config.cache & config.status when doing new builds -TD
9598         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
9599           did not follow the 2-parameter scheme specified in XSI.
9600         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
9601           clearok work properly (report by Michael Elkins).
9602         + corrected problem with endwin introduced by #314 (removing the
9603           scrolling-region reset) that broke ncurses.c tests.
9604         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
9605           <fischman@math.ucla.edu>).
9606         + corrected formatting of terminfo.5 tables (Juergen Ehling)
9607         > patch 320 (ESR):
9608         + change ABI to 3.3
9609         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
9610           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
9611         + reverse the default o configure --enable-termcap (consensus).
9612         > patch 319 (ESR):
9613         + modified logic for clearok and related functions (from report by
9614           Michael Elkins) - untested
9615         > patch 318 (ESR):
9616         + correction to #317.
9617         > patch 317 (ESR):
9618         + re-add _nc_hash_map
9619         + modify EmitRange to maintain position as per original design
9620           (patch by A. Lukyanov).
9621         + modify test/ncurses.c and tputs, etc., to allow trace counting
9622           output characters.
9623         + add hashtest.c program to time the hashmap optimization.
9624         > patch 316 (ESR):
9625         + add logic to deal with magic-cookie (how was this tested?)
9626           (lib_doupdate.c).
9627         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
9628         > patch 315 (ESR):
9629         + merge changes to lib_doupdate.c to use ech and rep - untested
9630           (patch by Alexander V Lukyanov).
9631         + modified handling of interrupted system calls - untested
9632           (lib_getch.c, lib_twait.c).
9633         + new function _nc_mvcur_resume()
9634         + fix return value for 'overlay()', 'overwrite()'
9635
9636 960914  - snapshot
9637         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
9638           test.
9639         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
9640           Ehling <eh@eclipse.aball.de>).
9641         + update xterm-color to reflect XFree86 3.1.3G release.
9642         + correct broken dtterm description from #314 patch (e.g., spurious
9643           newline.  The 'pairs' change might work, but no one's tested it
9644           either ;-)
9645         + clarify the documentation for the builtin form fieldtypes (Juergen
9646           Pfeifer)
9647         > patch 314 (ESR):
9648         + reset scroll region on startup rather than at wrapup time
9649           (enhancement suggested by Alexander V Lukyanov).
9650         + make storage of palette tables and their size counts per-screen for
9651           multi-terminal applications (suggested by Alexander V Lukyanov).
9652         + Improved error reporting for infotocap translation errors.
9653         + Update terminfo.src to 9.13.14.
9654
9655 960907  - snapshot
9656         + rewrote wgetstr to make it erase control chars and also fix bogus use
9657           of _nc_outstr which caused the display to not wrap properly (display
9658           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
9659         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
9660           (and split up this screen to accommodate non-ANSI terminals).
9661         + test enter_insert_mode and exit_insert_mode in has_ic().
9662         + removed bogus logic in mvcur that assumes nl/nonl set output modes
9663           (XSI says they are input modes; SVr4 implements this).
9664         + added macros SET_TTY, GET_TTY to term.h
9665         + correct getstr() logic that altered terminal modes w/o restoring.
9666         + disable ICRNL, etc., during initialization to match SVr4, removing
9667           the corresponding logic from raw, cbreak, etc.
9668         + disable ONLCR during initialization, to match SVr4 (this is needed
9669           for cursor optimization when the cursor-down is a newline).
9670         + replaced ESR's imitation of wresize with my original (his didn't
9671           work).
9672
9673 960831  - snapshot
9674         + memory leaks (Alexander V. Lukyanov).
9675         + modified pnoutrefresh() to be more tolerant of too-large screen
9676           size (reported by Michael Elkins).
9677         + correct handling of terminfo files with no strings (Philippe De
9678           Muyter)
9679         + correct "tic -s" to take into account -I, -C options.
9680         + modify ncurses 'f' test to not print codes 80 through 9F, since they
9681           are considered control codes by ANSI terminals.
9682
9683 960824  - snapshot
9684         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
9685         + make "--enable-getcap" configuration-option work (reported by
9686           Peter Wemm <peter@spinner.DIALix.COM>)
9687
9688 960820
9689         + correct err in 960817 that changed return-value of tigetflag()
9690           (reported by Alexander V. Lukyanov).
9691         + modify infocmp to use library default search-path for terminfo
9692           directory (Alexander V. Lukyanov).
9693
9694 960817  - snapshot
9695         + corrected an err in mvcur that broke resizing-behavior.
9696         + correct fall-thru behavior of _nc_read_entry(), which was not finding
9697           descriptions that existed in directories past the first one searched
9698           (reported by Alexander V. Lukyanov)
9699         + corrected typo in dtterm description.
9700         > patch 313 (ESR):
9701         + add dtterm description
9702         + clarify ncurses 'i' test (drop mvwscanw subtest)
9703
9704 960810  - snapshot
9705         + correct nl()/nonl() to work as per SVr4 & XSI.
9706         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
9707         + refine configure-test for "-g" option (Tim Mooney).
9708         + correct interaction between O_BLANK and NEW_LINE request in form
9709           library (Juergen Pfeifer)
9710
9711 960804
9712         + revised fix to tparm; previous fix reversed parameter order.
9713         > patch 312 (ESR):
9714           correct terminfo.src corrupted by #310
9715         > patch 311 (ESR):
9716         + fix idlok() and idcok() and the default of the idlok switch (report
9717           by Ville Sulko).
9718
9719 960803  - snapshot
9720         + corrected tparm to handle capability strings without explicit pop
9721           (reported by William P Setzer)
9722         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
9723           (reported by Tim Mooney).
9724         > patch 310 (ESR):
9725         + documentation and prototyping errors for has_color, immedok and idcok
9726           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
9727         + updated qnx terminfo entry (patch by Michael Hunter)
9728
9729 960730
9730         + eliminate quoted includes in ncurses subdirectory, ensure config.h
9731           is included first.
9732         + newterm initializes terminal settings the same as initscr (reported
9733           by Tim Mooney).
9734
9735 960727  - snapshot
9736         + call cbreak() in initscr(), as per XSI & SVr4.
9737         + turn off hardware echo in initscr() as per XSI & SVr4
9738         > patch 309 (ESR):
9739         + terminfo changes (9.3.9), from BRL
9740         + add more checks to terminfo parser.
9741         + add more symbols to infocmp.
9742
9743 960720  - snapshot
9744         + save previous-attribute in lib_vidattr.c if SP is null (reported by
9745           Juergen Fluk <louis@dachau.marco.de>)
9746         + corrected calls on _nc_render so that background character is set
9747           as per XSI.
9748         + corrected wbkgdset macro (XSI allows background character to be
9749           null), and tests that use it.
9750         + more corrections to terminfo (xterm & rxvt)
9751         + undid change to mcprint prototype (cannot use size_t in curses.h
9752           because not all systems declare it in the headers that we can safely
9753           include therein).
9754         + move the ifdefs for errno into curses.priv.h
9755         > patch 308 (ESR):
9756         + terminfo changes (9.3.8)
9757         + modified logic of error-reporting in terminfo parser
9758         + fix option-processing bug in toe.
9759
9760 960713  - snapshot
9761         + always check for <sys/bsdtypes.h> since ISC needs it to declare
9762           fd_set (Juergen Pfeifer)
9763         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
9764           by Juergen Pfeifer, Mike Long)
9765         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
9766         + corrected prototype for delay_output() -- bump ABI to 3.2
9767         + patch 307 (ESR):
9768         + enable more translations of nonstandard caps, and document them.
9769         + misc/terminfo.src update to 9.13.8
9770         + patch 306 (ESR):
9771         + moved logic that filters out rmul and rmso from setupterm to newterm
9772           where it is less likely to interfere with termcap applications.
9773         + cosmetic fixes to test/ncurses.c
9774         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
9775           rather than constant (report by mib).
9776         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
9777           Muyter).
9778         + modify ncurses/comp_parse.c so that entries containing a "+" can
9779           have missing rmcup vs smcup.
9780
9781 960707
9782         + rollback ESR's #305 change to terminfo.src (it breaks existing
9783           applications, e.g., 'less 290').
9784         + correct path of edit_man.sh, and fix typo that made all man-pages
9785           preformatted.
9786         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
9787         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
9788           Philippe De Muyter).
9789
9790 960706  - snapshot
9791         + make lib_vidattr.c more readable using macros.
9792         + filter out rmul, rmso that conflict with sgr0 when reading terminal
9793           descriptions.
9794         + work around autoconf bug, force $INSTALL to absolute path
9795           (reported by Zeyd).
9796         + modify man-page install for BSDI to install preformatted .0 files
9797           (reported by David MacKenzie).
9798         + add/use gcc __attribute__ for printf and scanf in curses.h
9799         + added SGR attributes test-case to ncurses
9800         + revised ncurses 't' logic to show trace-disable effect in the menu.
9801         + use getopt in ncurses program to process -s and -t options.
9802         + make ncurses 'p' legend toggle with '?'
9803         + disable scrollok during the ncurses 'p' test; if it is enabled the
9804           stdscr will scroll when putting the box-corners in the lower-right
9805           of the screen.
9806         > patch 305 (ESR):
9807         + added sanity-checking of various paired string attributes.
9808         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
9809         + modify man/Makefile.in to make terminfo.5 during normal build.
9810         > patch 304 (ESR):
9811         + corrected allocation-length for $HOME/.terminfo path.
9812
9813 960629  - snapshot
9814         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
9815           terminals with no scrolling-support (reported by Nikolay Shadrin
9816           <queen@qh.mirea.ac.ru>)
9817         + added ^S scrollok-toggle to ncurses 'g' test.
9818         + added ^T trace-toggle to ncurses tests.
9819         + modified ncurses test program to use ^Q or ESC consistently for
9820           terminating tests (rather than ^D), and to use control keys rather
9821           than function keys in 'g' test.
9822         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
9823           (reported by Philippe De Muyter).
9824         + modify lib_doupdate.c to use effective costs to tradeoff between
9825           delete-character/insert-character vs normal updating (reported by
9826           David MacKenzie).
9827         + compute effective costs for screen update operations (e.g., clr_eos,
9828           delete_character).
9829         + corrected error in knight.c exposed by wrap fixes in 960622; the
9830           msgwin needed scrollok set.
9831         + corrected last change to IDcTransformLine logic to avoid conflict
9832           between PutRange and InsStr
9833         + modified run_tic.sh to not use /usr/tmp (reported by David
9834           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
9835           set.
9836         + corrected off-by-one in RoomFor call in read_entry.c
9837
9838 960622  - snapshot
9839         + modified logic that wraps cursor in addch to follow the XSI spec,
9840           (implemented in SVr4) which states that the cursor position is
9841           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
9842           actual semantics.
9843         + added -s option to tic, to provide better diagnostics in run_tic.sh
9844         + improved error-recovery for tabset install.
9845         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
9846           _yoffset to WINDOW).
9847         + modified initialization of SP->_ofp so that init_acs() is called with
9848           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
9849         + documentation fixes (Juergen Pfeifer).
9850         + corrected, using new SCREEN and WINDOW members, the behavior of
9851           ncurses if one uses ripoffline() to remove a line from the top of the
9852           screen (Juergen Pfeifer).
9853         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
9854           ncurses (Juergen Pfeifer).
9855         + incorrect buffer-size in _nc_read_entry, reported by ESR.
9856
9857 960617
9858         + corrected two logic errors in read_entry.c, write_entry.c (called by
9859           tic, the write/read of terminfo entries used inconsistent rules for
9860           locating the entries; the $TERMINFO_DIRS code would find only the
9861           first entry in a list).
9862         + refined pathname computation in run_tic.sh and shlib.
9863         + corrected initialization of $IP in misc/run_tic.sh
9864
9865 960615  - snapshot
9866         + ifdef'd out _nc_hash_map() call because it does not improve speed.
9867         + display version of gcc if configure script identifies it.
9868         + modify configure script to use /usr as Linux's default prefix.
9869         + modify run_tic.sh to use shlib script, fixes some problems installing
9870           with a shared-library configuration.
9871         + adjusted configure script so that it doesn't run tests with the
9872           warnings turned on, which makes config.log hard to read.
9873         + added 'lint' rule to top-level Makefile.
9874         + added configure option '--with-install-prefix' for use by system
9875           builders to install into staging locations (requested by
9876           Charles Levert <charles@comm.polymtl.ca>).
9877         + corrected autoconfigure for Debian man program; it's not installed
9878           as "man_db".
9879         + set noecho in 'worm'; it was ifdef'd for debug only
9880         + updated test/configure.in for timing-display in ncurses 'p' test
9881         + corrected misspelled 'getbkgd()'.
9882         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
9883           to blank if no character given, copies attributes to window's
9884           attributes).
9885         + modified lib_doupdate.c to use lower-level SP's current_attr state
9886           instead of curscr's state, since it is redundant.
9887         + correction to IDcTransformLine logic which controls where InsStr is
9888           invoked (refined by Alexander V Lukyanov).
9889         > patch 303 (ESR):
9890         + conditionally include Chris Torek's hash function _nc_hash_map().
9891         + better fix for nvi refresh-bug (Rick Marshall)
9892         + fix for bug in handling of interrupted keystroke waits,
9893           (Werner Fleck).
9894         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
9895
9896 960601  - snapshot
9897         + auto-configure man-page compression-format and renames for Debian.
9898         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
9899         + re-order curses.priv.h for lint.
9900         + added rules for lintlib, lint
9901         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
9902         + corrected missing INSTALL_DATA in misc/Makefile.in
9903         + flush output when changing cursor-visibility (Rick Marshall)
9904         + fix a minor bug in the _nc_ripoff() routine and improve error
9905           checking when creating the label window (Juergen Pfeifer).
9906         + enhancement to the control over the new PC-style soft key format.
9907           allow caller now to select whether or not one wants to have
9908           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
9909         + typos, don't use inline with "-g" (Philippe De Muyter)
9910         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
9911
9912 960526  - snapshot
9913         + removed --with-ticdir option altogether, maintain compatibility with
9914           existing applications via symbolic link in run_tic.sh
9915         + patch for termio.h, signal (Philippe De Muyter)
9916         + auto-configure gcc warning options rather than infer from version.
9917         + auto-configure __attribute__ for different gcc versions.
9918         + corrected special use of clearok() in hardscroll.c by resetting flag
9919           in wrefresh().
9920         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
9921         + include sys/types.h in case stdlib.h does not declare size_t.
9922         + fixes for makefile (Tim Mooney)
9923         + fixes for menus & forms (Juergen Pfeifer)
9924         > patch 302 (ESR):
9925         + improve hash function (suggested by Alexander V Lukyanov).
9926         + 9.13.4 update for terminfo.src
9927
9928 960518  - snapshot
9929         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
9930         + refined case in lib_doupdate.c for ClrToEOL().
9931         + corrected prior change for PutRange (Alexander V Lukyanov
9932           <lav@yars.free.net>).
9933         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
9934         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
9935         + renamed "--with-datadir" option to "--with-ticdir" to avoid
9936           confusion, and made this check for the /usr/lib/terminfo pre-existing
9937           directory.
9938         > patches 299-301 (ESR):
9939         + html fixes (Phillippe de Muyter).
9940         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
9941         + added hashmap.c
9942         + mods to tracing, especially for ACS chars.
9943         + corrected off-by-one in IDCtransform.
9944         + corrected intermittent mouse bug by using return-value from read().
9945         + mods to parse_entry.c, for smarter defaults.
9946
9947 960512
9948         + use getopt in 'tic'; added -L option and modified -e option to allow
9949           list from a file.
9950
9951 960511
9952         + don't use fixed buffer-size in tparm().
9953         + modified tic to create terminfo directory if it doesn't exist.
9954         + added -T options to tic and infocmp (for testing/analysis)
9955         + refined the length criteria for termcap and terminfo
9956         + optimize lib_doupdate with memcpy, PutRange
9957         > patches 297, 298 (ESR):
9958         + implement TERMINFO_DIRS, and -o option of tic
9959         + added TRACE_IEVENT
9960         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
9961           deselect.
9962         + added lib_print.c (request by Rick Marshall).
9963         + added has_key() (request by Juergen Pfeifer).
9964         + do not issue clrtoeol or clrtobot if the relevant portion of the line
9965           is already blank (analysis by Keith Bostic).
9966         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
9967           (analysis by Jurgen Eidt).
9968         + update screen's notion of cursor position in endwin() (analysis by
9969           Alexander Lukyanov).
9970         + added 't' to ncurses.c test.
9971         + moved delay_output() to lib_tputs.c
9972         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
9973           is not part of X/Open Curses).
9974         + removed boolean version of 'getm'.
9975         + misc cursor & optimization fixes.
9976
9977 960504  - snapshot
9978         + modified ncurses 'p' test to allow full-screen range for panner size.
9979         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
9980         + don't use fixed buffer-size in fmt_entry().
9981         + added usage-message to 'infocmp'.
9982         + modified install.includes rules to prepend subdirectory-name to
9983           "#include" if needed.
9984
9985 960430
9986         + protect wrefresh, wnoutrefresh from invocation with pad argument.
9987         + corrected default CCFLAGS in test/Makefile.
9988
9989 960428  - snapshot
9990         + implemented logic to support terminals with background color erase
9991           (e.g., rxvt and the newer color xterm).
9992         + improved screen update logic (off-by-one logic error; use clr_eos if
9993           possible)
9994
9995 960426  - snapshot
9996         + change ncurses 'a' test to run in raw mode.
9997         + make TIOCGWINSZ configure test less stringent, in case user
9998           configures via terminal that cannot get screen size.
9999         > patches 295, 296 (ESR):
10000         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
10001           overhead for programs that use only termcap features.
10002         + new "-e" and "-h" options of tic (request by Tony Nugent).
10003         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
10004           Verdoolaege).
10005         + fix for "infocmp -e" to emit correct initializers (reported by Manual
10006           J Novoa III).
10007         + restore working-directory in read_termcap.c (report by Kayvan
10008           Sylvan).
10009         + use "-h" option on Solaris when generating shared libraries on
10010           Solaris 2.5 to record the library name in the file, for assisting
10011           the loader (patch by Scott Kramer).
10012         + undo patch #294 changes to form and menu libraries (request by
10013           Juergen Pfeifer).
10014
10015 960418  - snapshot
10016         + use autoconf 2.9
10017         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
10018           definitions via <termios.h>, modified macros in lib_raw.c to avoid
10019           K&R-style substitution)
10020         > patches 293, 294 (ESR):
10021         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
10022           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
10023           changes (patches by Juergen Pfeifer).
10024         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
10025           __QNX__ is defined (patch by Michael Hunter).
10026         + modify setupterm() to match documentation for its return value, fix
10027           newterm to work with this change (report by Emmet Lazich).
10028         + add checks in getch() for error, return ERR as appropriate (report by
10029           Emmet Lazich).
10030         + mods to wgetch() in cooked mode (report by Pete Seebach).
10031         + corrected askuser() logic in tset (patch by Remco Treffkorn).
10032         + correct interaction of endwin() with mouse processing (report by
10033           Michael Elkins).
10034         + added trace support for TTY flags
10035         + update terminfo.src to 9.13.1
10036         + FreeBSD console entries (patch by Andrew Chernov).
10037
10038 960406
10039         + fixes for NeXT, ISC and HPUX auto-configure
10040         + autogenerate development header-dependencies (config.h, *.priv.h)
10041         + corrected single-column formatting of "use=" (e.g., in tic)
10042         + modify tic to read full terminfo-names
10043         + corrected divide-by-zero that caused hang (or worse) when redirecting
10044           output
10045         + modify tic to generate directories only as-needed (and corrected
10046           instance of use of data from function that had already returned).
10047
10048 ### ncurses-1.9.8a -> 1.9.9e
10049
10050 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
10051   copy-changed-lines behavior.
10052 * added and documented wresize() function.
10053 * more fixes to LOWER-RIGHT corner handling.
10054 * changed the line-breakout optimization code to allow some lines to be
10055   emitted before the first check.
10056 * added option for tic to use symbolic instead of hard links (for AFS)
10057 * fix to restore auto-wrap mode.
10058 * trace level can be controlled by environment variable.
10059 * better handling of NULs in terminal descriptions.
10060 * improved compatibility with observed SVR4 behavior.
10061 * the refresh behavior of over-lapping windows is now more efficient and
10062   behaves like SVR4.
10063 * use autoconf 2.7, which results in a working setup for SCO 5.0.
10064 * support for ESCDELAY.
10065 * small fixes for menu/form code.
10066 * the test directory has its own configure.
10067 * fixes to pads when optimizing scrolling.
10068 * fixed several off-by-one bugs.
10069 * fixes for termcap->terminfo translation; less restrictions more correct
10070   behavior.
10071
10072 ### ncurses-1.9.7 -> 1.9.8a
10073
10074 * teach infocmp -i to recognize ECMA highlight sequences
10075 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
10076 * support infocmp -RBSD.
10077 * satisfy XSI Curses requirement that every macro be available as a function.
10078 * This represents the last big change to the public interface of ncurses. The
10079   ABI_VERSION has now been set at 3.0 and should stay there barring any great
10080   catastrophies or acts of God.
10081 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
10082   requirements.
10083 * libncurses now gets linked to libcurses to help seamless emulation
10084   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
10085   off.
10086
10087 ### ncurses-1.9.6 -> 1.9.7
10088
10089 * corrected return values of setupterm()
10090 * Fixed some bugs in tput (it does padding now)
10091 * fixed a bug in tic that made it do the wrong thing on entries with more than
10092   one `use' capability.
10093 * corrected the screen-size calculation at startup time to alter the
10094   numeric capabilities as per SVr4, not just LINES and COLS.
10095 * toe(1) introduced; does what infocmp -T used to.
10096 * tic(1) can now translate AIX box1 and font[0123] capabilities.
10097 * tic uses much less core, the dotic.sh kluge can go away now.
10098 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
10099 * Add $HOME/.terminfo as source/target directory for terminfo entries.
10100 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
10101 * added -h option to toe(1).
10102 * added -R option to tic(1) and infocmp(1).
10103 * added fallback-entry-list feature.
10104 * added -i option to infocmp(1).
10105 * do a better job at detecting if we're on SCO.
10106
10107 ### ncurses-1.9.5 -> 1.9.6
10108
10109 * handling of TERMCAP environment variables now works correctly.
10110 * various changes to shorten termcap translations to less that 1024 chars.
10111 * tset(1) added
10112 * mouse support for xterm.
10113 * most data tables are now const and accordingly live in shareable text space.
10114 * Obey the XPG4/SVr4 practice that echo() is initally off.
10115 * tic is much better at translating XENIX and AIX termcap entries now.
10116 * tic can interpret ko capabilities now.
10117 * integrated Juergen Pfeifer's forms library.
10118 * taught write_entry() how not to write more than it needs to; this change
10119   reduces the size of the terminfo tree by a full 26%!
10120 * infocmp -T option added.
10121 * better warnings about historical tic quirks from tic.
10122
10123 ### ncurses 1.9.4 -> 1.9.5
10124
10125 * menus library is now included with documentation.
10126 * lib_mvcur has been carefully profiled and tuned.
10127 * Fixed a ^Z-handling bug that was tanking lynx(1).
10128 * HJ Lu's patches for ELF shared libraries under Linux
10129 * terminfo.src 9.8.2
10130 * tweaks for compiling in seperate directories.
10131 * Thomas Dickey's patches to support NeXT's brain-dead linker
10132 * Eric Raymond's patches to fix problems with long termcap entries.
10133 * more support for shared libraries under SunOS and IRIX.
10134
10135 ### ncurses 1.9.3 -> 1.9.4
10136
10137 * fixed an undefined-order-of-evaluation bug in lib_acs.c
10138 * systematically gave non-API public functions and data an _nc_ prefix.
10139 * integrated Juergen Pfeifer's menu code into the distribution.
10140 * totally rewrote the knight test game's interface
10141
10142 ### ncurses 1.9.2c -> 1.9.3
10143
10144 * fixed the TERMCAP_FILE Support.
10145 * fixed off-by-one errors in scrolling code
10146 * added tracemunch to the test tools
10147 * took steps to cut the running time of make install.data
10148
10149 ### ncurses 1.9.2c -> 1.9.2d
10150
10151 * revised 'configure' script to produce libraries for normal, debug,
10152   profile and shared object models.
10153
10154 ### ncurses 1.9.1 -> 1.9.2
10155
10156 * use 'autoconf' to implement 'configure' script.
10157 * panels support added
10158 * tic now checks for excessively long termcap entries when doing translation
10159 * first cut at eliminating namespace pollution.
10160
10161 ### ncurses 1.8.9 -> 1.9
10162
10163 * cleanup gcc warnings for the following: use size_t where 'int' is not
10164   appropriate, fixed some shadowed variables, change attr_t to compatible with
10165   chtype, use attr_t in some places where it was confused with 'int'.
10166 * use chtype/attr_t casts as appropriate to ensure portability of masking
10167   operations.
10168 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
10169 * supplied missing prototypes in curses.h
10170 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
10171   are consistent (they weren't).
10172 * corrected prototype of tputs in <termcap.h>
10173 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
10174   that may be out of bounds on the stack) -- Purify found this.
10175 * ensure that TRACE is defined in lib_trace.c (to solve prototype
10176   warnings from gcc).
10177 * corrected scrolling-region size in 'mvcur_wrap()'
10178 * more spelling fixes
10179 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
10180 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
10181   core in init_acs()).
10182 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
10183   in that file).
10184
10185 ### ncurses 1.8.8 -> 1.8.9
10186
10187 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
10188   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
10189   non-portable use of "%x" for pointers, or for chtype data (which is declared
10190   as a long).
10191 * modified doupdate to ensure that typahead was turned on before attempting
10192   select-call (otherwise, some implementations hang).
10193 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
10194   resolution of traces.
10195 * improved bounds checking on several critical functions.
10196 * the data directory has been replaced by the new master terminfo file.
10197 * -F file-comparison option added to infocmp.
10198 * compatibility with XSI Curses is now documented in the man bages.
10199 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
10200   is much less flaky.
10201 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
10202   memory_above, memory_below, and hard_copy are now used properly.
10203 * cursor-movement optimization has been completely rewritten.
10204 * vertical-movement optimization now uses hardware scrolling, il, dl.
10205
10206 ### ncurses 1.8.7 -> 1.8.8
10207 * untic no longer exists, infocmp replaces it.
10208 * tic can understand termcap now, especially if it is called captoinfo.
10209 * The Linux Standard Console terminfo entry is called linux insead of console.
10210   It also uses the kernel's new method of changing charsets.
10211 * initscr() will EXIT upon error (as the docs say) This wil mostly happen if
10212   you try to run on an undefined terminal.
10213 * I can get things running on AIX but tic can't compile terminfo. I have to
10214   compile entries on another machine. Volunteers to hunt this bug are welcome.
10215 * wbkgd() and wbkgdset() can be used to set a windows background to color.
10216   wclear()/werase() DO NOT use the current attribute to clear the screen.
10217   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
10218   though PDCurses 2.2 has been fixed.
10219 * cleaned up the test/ directory.
10220 * test/worm will segfault after quite a while.
10221 * many spelling corrections courtesy of Thomas E. Dickey
10222
10223 ### ncurses 1.8.6 -> 1.8.7
10224 * cleaned up programs in test/ directory.
10225 * fixed wbkgdset() macro.
10226 * modified getstr() to stop it from advancing cursor in noecho mode.
10227 * modified linux terminfo entry to work with the latest kernel to get
10228   the correct alternate character set.
10229 * also added a linux-mono entry for those running on monochrome screens.
10230 * changed initscr() so that it behaves like the man page says it does.
10231   this fixes the problem with programs in test/ crashing with SIGSEV if
10232   a terminal is undefined.
10233 * modified addch() to avoid using any term.h #define's
10234 * removed duplicate tgoto() in lib_tparm.c
10235 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
10236 * modified delwin() to correctly handle deleting subwindows.
10237 * fixed Makefile.dist to stop installing an empty curses.h
10238 * fixed a couple of out-of-date notes in man pages.
10239
10240 ### ncurses 1.8.5 -> 1.8.6
10241 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
10242 * The handling of attributes has been improved and now does not turn off color
10243   if other attributes are turned off.
10244 * scrolling code is improved. Scrolling in subwindows is still broken.
10245 * Fixes to several bugs that manifest them on platforms other than Linux.
10246 * The default to meta now depends on the status of the terminal when ncurses
10247   is started.
10248 * The interface to the tracing facility has changed.  Instead of the pair of
10249   functions traceon() and traceoff(), there is just one function trace() which
10250   takes a trace mask argument.  The trace masks, defined in curses.h, are
10251   as follows:
10252
10253         #define TRACE_DISABLE   0x00    /* turn off tracing */
10254         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
10255         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
10256         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
10257
10258   More trace masks may be added, or these may be changed, in future releases.
10259 * The pad code has been improved and the pad test code in test/ncurses.c has
10260   been improved.
10261 * The prototype ansi entry has been changed to work with a wider variety
10262   of emulators.
10263 * Fix to the prototype ansi entry that enables it to work with PC emulators
10264   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
10265   break operation with any emulators.
10266 * There are now working infocmp, captoinfo, tput, and tclear utilities.
10267 * tic can now compile entries in termcap syntax.
10268 * Core-dump bug in pnoutrefresh fixed.
10269 * We now recognize and compile all the nonstandard capabilities in Ross
10270   Ridge's mytinfo package (rendering it obsolete).
10271 * General cleanup and documentation improvements.
10272 * Fixes and additions to the installation-documentation files.
10273 * Take cursor to normal mode on endwin.
10274
10275 ### ncurses 1.8.4 -> 1.8.5
10276 * serious bugs in updating screen which caused erratic non-display,
10277   fixed.
10278 * fixed initialization for getch() related variable which cause
10279   unpredictable results.
10280 * fixed another doupdate bug which only appeared if you have
10281   parm_char.
10282 * implemented redrawln() and redrawwin().
10283 * implemented winsnstr() and related functions.
10284 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
10285 * changed Makefile.dist so that installation of man pages will
10286   take note of the terminfo directory.
10287 * fixed Configure (removed the mysterious 'X').
10288 * Eric S. Raymond fixed the script.* files so that they work with
10289   stock awk.
10290
10291 #### ncurses 1.8.3 -> 1.8.4 #### ####
10292 * fixed bug in refreshing the screen after return from shell_mode.
10293   There are still problems but they don't manifest themselves on
10294   my machine (Linux 0.99.14f).
10295 * added wgetnstr() and modified things accordingly.
10296 * fixed the script.src script.test to work with awk not just gawk.
10297 * Configure can now take an argument of the target system.
10298 * added test/ncurses.c which replaces several other programs and
10299   performs more testing.
10300 [Thanks to Eric S Raymond for the last 4]
10301 * more fixes to lib_overlay.c and added test/over.c to illustrate
10302   how it works.
10303 * fixed ungetch() to take int instead of ch.
10304 * fixes to cure wgetch() if flushinp() is called.
10305
10306 One note I forgot to mention in 1.8.3 is that tracing is off by
10307 default starting in the version. If you want tracing output, put
10308 traceon(); in your code and link with -ldcurses.
10309
10310 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
10311 MAJOR CHANGES:
10312 1) The order of capabilities has been changed in order to achieve
10313 binary compatibility with SVR4 terminfo database. This has the
10314 unfortunate effect of breaking application currently linked with
10315 ncurses. To ensure correct behavior, recompile all such programs.
10316 Most programs using color or newer capabilities will break, others
10317 will probably continue to work ok.
10318
10319 2) Pavel Curtis has renounced his copyright to the public domain.
10320 This means that his original sources (posted to comp.sources.unix,
10321 volume 1) are now in the public domain.  The current sources are
10322 NOT in the public domain, they are copyrighted by me.  I'm
10323 entertaining ideas on what the new terms ncurses is released under.
10324
10325 3) Eric S. Raymond has supplied a complete set of man pages for
10326 ncurses in ?roff format. They will eventually replace most of the
10327 current docs. Both sets are included in this release.
10328
10329 Other changes and notes from 1.8.2 include:
10330 * SIGSEGV during scrolling no longer occurs.
10331 * Other problems with scrolling and use of idl have been corrected.
10332 * lib_getch.c has been re-written and should perform flawlessly.
10333   please use test/getch.c and any other programs to test this.
10334 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
10335   changed accordingly.
10336 * I've added support for terminals that scroll if you write in the
10337   bottom-right corner.
10338 * fixed more bugs in pads code. If anybody has a program that uses
10339   pads I'd love a copy.
10340 * correct handling for terminal with back_color_erase capability
10341   (such as Linux console, and most PC terminals)
10342 * ^Z handling apparently didn't work (I should never trust code
10343   sent me to me without extensive testing). It now seems to be
10344   fixed. Let me know if you have problems.
10345 * I've added support for Apollo and NeXT, but it may still be
10346   incomplete, especially when dealing with the lack of POSIX
10347   features.
10348 * scrolling should be more efficient on terminals with idl
10349   capabilities. Please see src/lib_scroll.c for more notes.
10350 * The line drawing routines were offset by 1 at both ends. This
10351   is now fixed.
10352 * added a few missing prototypes and macros (e.g. setterm())
10353 * fixed code in src/lib_overlay.c which used to crash.
10354 * added a few more programs in test/ The ones from the PDCurses
10355   package are useful, especially if you have SVR4 proper. I'm
10356   interested in the results you get on such a systems (Eric? ;-).
10357   They already exposed certain bugs in ncurses.
10358 * See src/README for porting notes.
10359 * The C++ code should really replace ncurses.h instead of working
10360   around it. It should avoid name-space clashes with nterm.h (use
10361   rows instead of lines, etc.)
10362 * The C++ should compile ok. I've added explicit rules to the
10363   Makefile because no C++ defaults are documented on the suns.
10364 * The docs say that echo() and nocbreak() are mutually exclusive.
10365   At the moment ncurses will switch to cbreak() if the case above
10366   occurs. Should it continue to do so? How about echo() and noraw()?
10367 * PDCurses seem to assume that wclear() will use current attribute
10368   when clearing the screen. According to Eric this is not the case
10369   with SVR4.
10370 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
10371   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
10372 * I've also found out that the src/script.* rely on gawk and will not
10373   work with stock awk or even with nawk. Any changes are welcome.
10374 * Linux is more tolerant of NULL dereferences than most systems. This
10375   fact was exposed by hanoi.
10376 * ncurses still seems inefficient in drawing the screen on a serial
10377   link between Linux and suns. The padding may be the culprit.
10378 * There seems to be one lingering problem with doupdate() after shelling
10379   out. Despite the fact the it is sending out the correct information
10380   to the terminal, nothing takes effect until you press ^L or another
10381   refresh takes place. And yes, output does get flushed.
10382
10383 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
10384
10385 * added support for SVR4 and BSDI's BSD/386.
10386 * major update and fix to scrolling routine.
10387 * MORE fixes to stuff in lib_getch.c.
10388 * cleaned-up configuration options and can now generate
10389         Config.* files through an awk script.
10390 * changed setupterm() so it can be called more than once,
10391         add added set_curterm(), del_curterm().
10392 * a few minor cleanups.
10393 * added more prototypes in curses.h
10394
10395 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
10396
10397 * added support for NeXTStep 3.0
10398 * added termcap emulation (not well tested).
10399 * more complete C++ interface to ncurses.
10400 * fixed overlay(), overwrite(), and added copywin().
10401 * a couple of bug fixes.
10402 * a few code cleanups.
10403
10404 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
10405
10406 * The annoying message "can't open file." was due to missing
10407   terminfo entry for the used terminal. It has now been
10408   replaced by a hopefully more helpful message.
10409 * Problems with running on serial lines are now fixed.
10410 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
10411   386bsd/BSDI (if you have others send'em to me)
10412 * Cleaner Makefile.
10413 * The documentation in manual.doc is now more uptodate.
10414 * update optimization and support for hp terminals, and 386bsd
10415   console driver(s).
10416 * mvcur optimization for terminals without cursor addressing
10417   (doesn't work on Linux)
10418 * if cursor moved since last update, getch() will refresh the
10419   screen before working.
10420 * getch() & alarm() can now live together. in 0.7.3 a signal
10421   interrupted getch() (bug or feature?) now the getch is
10422   restarted.
10423 * scanw() et all were sick, now fixed.
10424 * support for 8-bit input (use meta()).
10425 * added default screen size to all terminfos.
10426 * added c++ Ncursesw class.
10427 * several minor bug fixes.
10428
10429 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
10430
10431 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
10432 * more fixes to lib_getch.c
10433 * changes related to Config
10434
10435 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
10436
10437 * docs updated slightly (color usage is now documented).
10438 * yet another fix for getch(), this one fixes problems with ESC being swallowed
10439   if another character is typed before the 1 second timeout.
10440 * Hopefully, addstr() and addch() are 8-bit clean.
10441 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
10442 * order of capabilities changed to reflect that specified in SYSV
10443   this will allow for binary-compatibility with existing terminfo dbs.
10444 * added halfdelay()
10445 * fixed problems with asc_init()
10446 * added A_PROTECT and A_INVIS
10447 * cleaned up vidputs()
10448 * general cleanup of the code
10449 * more attention to portability to other systems
10450 * added terminfos for hp70092 (wont work until changes to lib_update.c are
10451   made) and 386BSD pcvt drivers.
10452
10453 Thanks to Hellmuth Michaelis for his help.
10454 optimization code is slated for the next major release, stay tuned!
10455
10456 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
10457 Please note that the next release will be called 1.8. If you want to know about
10458 the rationale drop me a line.
10459
10460 Included are several test programs in test/.
10461 I've split up the panels library, reversi, tetris, sokoban. They are now
10462 available separately from netcom.com:pub/zmbenhal/
10463
10464 * color and ACS support is now fully compatible with SYSV at the terminfo
10465   level.
10466 * Capabilities now includes as many SYSV caps I could find.
10467 * tigetflag,tigetnum,tigetstr functions added.
10468 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
10469   strnames, strfnames, strcodes arrays are now added.
10470 * keyname() is added.
10471 * All function keys can be defined in terminfo entries.
10472 * fixed lin_tparm.c to behave properly.
10473 * terminfo entries for vt* and xterm are included (improvements are welcome)
10474 * more automation in handling caps and keys.
10475 * included fixes from 0.6.1
10476 * added a few more missing functions.
10477 * fixed a couple of minor bugs.
10478 * updated docs JUST a little (still miles behind in documenting the newer
10479         features).
10480
10481 #### ncurses 0.6 -> ncurses 0.61 ####
10482
10483 1) Included the missing data/console.
10484
10485 2) allow attributes when drawing boxes.
10486
10487 3) corrected usage of win->_delay value.
10488
10489 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
10490         simply return the last character in the sequence. The correct
10491         behavior is to return the entire sequence one character at a time.
10492
10493 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
10494 * removed _numchngd from struct _win_st and made appropriate changes.
10495 * rewritten kgetch() to remove problems with interaction between alarm and
10496   read(). It caused SIGSEGV every now and then.
10497 * fixed a bug that miscounted the numbers of columns when updating.
10498   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
10499 * fixed a bug that cause the lower-right corner to be incorrect.
10500   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
10501 * made resize() and cleanup() static to lib_newterm.c
10502 * added notimeout().
10503 * added timeout() define in curses.h
10504 * added more function prototypes and fixed napms.
10505 * added use_env().
10506 * moved screen size detection to lib_setup.c.
10507 * fixed newterm() to confirm to prototype.
10508 * removed SIGWINCH support as SYSV does not define its semantics.
10509 * cleaned-up lib_touch.c
10510 * added waddnstr() and relatives.
10511 * added slk_* support.
10512 * fixed a bug in wdeleteln().
10513 * added PANEL library.
10514 * modified Makefile for smoother installation.
10515 * terminfo.h is really term.h
10516
10517 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
10518 * changed _win_st structure to allow support for missing functionality.
10519 * Addition of terminfo support for all KEY_*.
10520 * Support for nodelay(), timeout(), notimeout().
10521 * fixed a bug with the keypad char reading that did not return ESC until
10522   another key is pressed.
10523 * nl mapping no longer occur on output (as should be)
10524   fixed bug '\n' no causing a LF.
10525 * fixed bug that reset terminal colors regardless of whether we use color
10526   or not.
10527 * Better support for ACS (not quite complete).
10528 * fixed bug in wvline().
10529 * added curs_set().
10530 * changed from signal() to sigaction().
10531 * re-included the contents of important.patch into source.
10532
10533 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
10534 * Addition of more KEY_* definitions.
10535 * Addition of function prototypes.
10536 * Addition of several missing functions.
10537 * No more crashes if screen size is undefined (use SIGWINCH handler).
10538 * added a handler to cleanup after SIGSEGV (hopefully never needed).
10539 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
10540 * renamed compile/dump to tic/untic.
10541 * New scrolling code.
10542 * fixed bug that reversed the sense of nl() and nonl().
10543
10544 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
10545 * more support for color and graphics see test/ for examples.
10546 * fixed various files to allow correct update after shelling out.
10547 * more fixes for updates.
10548 * no more core dumps if you don't have a terminfo entry.
10549 * support for LINES and COLUMNS environment variables.
10550 * support for SIGWINCH signal.
10551 * added a handler for SIGINT for clean exits.
10552
10553 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
10554 * support for color.
10555 * support for PC graphic characters.
10556 * lib_trace.c updated to use stdarg.h and vprintf routines.
10557 * added gdc.c (Great Digital Clock) as an example of using color.
10558
10559 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
10560 * replacing sgtty stuff by termios stuff.
10561 * ANSIfication of some functions.
10562 * Disabling cost analysis 'cause it's incorrect.
10563 * A quick hack for a terminfo entry.
10564
10565 -- vile:txtmode: