]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
958997be4adebb03b98868fe1c303ab0136da845
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2014,2015 Free Software Foundation, Inc.               --
3 --                                                                           --
4 -- Permission is hereby granted, free of charge, to any person obtaining a   --
5 -- copy of this software and associated documentation files (the             --
6 -- "Software"), to deal in the Software without restriction, including       --
7 -- without limitation the rights to use, copy, modify, merge, publish,       --
8 -- distribute, distribute with modifications, sublicense, and/or sell copies --
9 -- of the Software, and to permit persons to whom the Software is furnished  --
10 -- to do so, subject to the following conditions:                            --
11 --                                                                           --
12 -- The above copyright notice and this permission notice shall be included   --
13 -- in all copies or substantial portions of the Software.                    --
14 --                                                                           --
15 -- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
16 -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
17 -- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
18 -- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
19 -- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
20 -- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
21 -- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
22 --                                                                           --
23 -- Except as contained in this notice, the name(s) of the above copyright    --
24 -- holders shall not be used in advertising or otherwise to promote the      --
25 -- sale, use or other dealings in this Software without prior written        --
26 -- authorization.                                                            --
27 -------------------------------------------------------------------------------
28 -- $Id: NEWS,v 1.2509 2015/10/17 22:02:46 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 20151017
49         + modify ncurses/Makefile.in to sort keys.list in POSIX locale
50           (Debian #801864, patch by Esa Peuha).
51         + remove an early-return from _nc_do_color, which can interfere with
52           data needed by bkgd when ncurses is configured with extended colors
53           (patch by Denis Tikhomirov).
54         > fixes for OS/2 (patches by KO Myung-Hun)
55         + use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
56         + support building with libtool on OS/2
57         + use stdc++ on OS/2 kLIBC
58         + clear cf_XOPEN_SOURCE on OS/2
59
60 20151010
61         + add configure check for openpty to test/configure script, for ditto.
62         + minor fixes to test/view.c in investigating Debian #790847.
63         + update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
64         + add workaround for breakage of POSIX makefiles by recent binutils
65           change.
66         + improve check for working poll() by using posix_openpt() as a
67           fallback in case there is no valid terminal on the standard input
68           (prompted by discussion on bug-ncurses mailing list, Debian #676461).
69
70 20150926
71         + change makefile rule for removing resulting.map to distclean rather
72           than clean.
73         + add /lib/terminfo to terminfo-dirs in ".deb" test-package.
74         + add note on portability of resizeterm and wresize to manual pages.
75
76 20150919
77         + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
78           stream.
79         + clarify in curs_getch.3x that the keypad mode affects ability to
80           read KEY_MOUSE codes, but does not affect KEY_RESIZE.
81         + add overlooked build-fix needed with Cygwin for separate Ada95
82           configure script, cf: 20150606 (report by Nicolas Boulenguez)
83
84 20150912
85         + fixes for configure/build using clang on OSX (prompted by report by
86           William Gallafent).
87           + do not redefine "inline" in ncurses_cfg.h; this was originally to
88             solve a problem with gcc/g++, but is aggravated by clang's misuse
89             of symbols to pretend it is gcc.
90           + add braces to configure script to prevent unwanted add of
91             "-lstdc++" to the CXXLIBS symbol.
92           + improve/update test-program used for checking existence of stdc++
93             library.
94           + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
95
96 20150905
97         + add note in curs_addch.3x about line-drawing when it depends upon
98           UTF-8.
99         + add tic -q option for consistency with infocmp, use it to suppress
100           all comments from the "tic -I" output.
101         + modify infocmp -q option to suppress the "Reconstructed from"
102           header.
103         + add infocmp/tic -Q option, which allows one to dump the compiled
104           form of the terminal entry, in hexadecimal or base64.
105
106 20150822
107         + sort options in usage message for infocmp, to make it simpler to
108           see unused letters.
109         + update usage message for tic, adding "-0" option.
110         + documented differences in ESCDELAY versus AIX's implementation.
111         + fix some compiler warnings from ports.
112         + modify --with-pkg-config-libdir option to make it possible to install
113           ".pc" files even if pkg-config is not found (adapted from patch by
114           Joshua Root).
115
116 20150815
117         + disallow "no" as a possible value for "--with-shlib-version" option,
118           overlooked in cleanup-changes for 20000708 (report by Tommy Alex).
119         + update release notes in INSTALL.
120         + regenerate llib-* files to help with review for release notes.
121
122 20150810
123         + workaround for Debian #65617, which was fixed in mawk's upstream
124           releases in 2009 (report by Sven Joachim).  See
125                 http://invisible-island.net/mawk/CHANGES.html#t20090727
126
127 20150808 6.0 release for upload to ftp.gnu.org
128
129 20150808
130         + build-fix for Ada95 on older platforms without stdint.h
131         + build-fix for Solaris, whose /bin/sh and /usr/bin/sed are non-POSIX.
132         + update release announcement, summarizing more than 800 changes across
133           more than 200 snapshots.
134         + minor fixes to manpages, etc., to simplify linking from announcement
135           page.
136
137 20150725
138         + updated llib-* files.
139         + build-fixes for ncurses library "test_progs" rule.
140         + use alternate workaround for gcc 5.x feature (adapted from patch by
141           Mikhail Peselnik).
142         + add status line to tmux via xterm+sl (patch by Nicholas Marriott).
143         + fixes for st 0.5 from testing with tack -TD
144         + review/improve several manual pages to break up wall-of-text:
145           curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
146           curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
147           curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
148           curs_trace.3x, and curs_window.3x
149
150 20150719
151         + correct an old logic error for %A and %O in tparm (report by "zreed").
152         + improve documentation for signal handlers by adding section in the
153           curs_initscr.3x page.
154         + modify logic in make_keys.c to not assume anything about the size
155           of strnames and strfnames variables, since those may be functions
156           in the thread- or broken-linker configurations (problem found by
157           Coverity).
158         + modify test/configure script to check for pthreads configuration,
159           e.g., ncursestw library.
160
161 20150711
162         + modify scripts to build/use test-packages for the pthreads
163           configuration of ncurses6.
164         + add references to ttytype and termcap symbols in demo_terminfo.c and
165           demo_termcap.c to ensure that when building ncursest.map, etc., that
166           the corresponding names such as _nc_ttytype are added to the list of
167           versioned symbols (report by Werner Fink)
168         + fix regression from 20150704 (report/patch by Werner Fink).
169
170 20150704
171         + fix a few problems reported by Coverity.
172         + fix comparison against "/usr/include" in misc/gen-pkgconfig.in
173           (report by Daiki Ueno, Debian #790548, cf:  20141213).
174
175 20150627
176         + modify configure script to remove deprecated ABI 5 symbols when
177           building ABI 6.
178         + add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
179           map-files, but marked as deprecated so that they can easily be
180           suppressed from ABI 6 builds (Debian #788610).
181         + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
182           from xterm-new (report by Richard Birkett) -TD
183         + modify read_entry.c to set the error-return to -1 if no terminal
184           databases were found, as documented for setupterm.
185         + add test_setupterm.c to demonstrate normal/error returns from the
186           setupterm and restartterm functions.
187         + amend cleanup change from 20110813 which removed redundant definition
188           of ret_error, etc., from tinfo_driver.c, to account for the fact that
189           it should return a bool rather than int (report/analysis by Johannes
190           Schindelin).
191
192 20150613
193         + fix overflow warning for OSX with lib_baudrate.c (cf: 20010630).
194         + modify script used to generate map/sym files to mark 5.9.20150530 as
195           the last "5.9" version, and regenerated the files.  That makes the
196           files not use ".current" for the post-5.9 symbols.  This also
197           corrects the label for _nc_sigprocmask used in when weak symbols are
198           configured for the ncursest/ncursestw libraries (prompted by
199           discussion with Sven Joachim).
200         + fix typo in NEWS (report by Sven Joachim).
201
202 20150606 pre-release
203         + make ABI 6 the default by updates to dist.mk and VERSION, with the
204           intention that the existing ABI 5 should build as before using the
205           "--with-abi-version=5" option.
206         + regenerate ada- and man-html documentation.
207         + minor fixes to color- and util-manpages.
208         + fix a regression in Ada95/gen/Makefile.in, to handle special case of
209           Cygwin, which uses the broken-linker feature.
210         + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
211           ncurses package scripts work when present for cross-compiling, as the
212           lessor of two evils (cf: 20150530).
213         + add check in configure script to disallow conflicting options
214           "--with-termlib" and "--enable-term-driver".
215         + move defaults for "--disable-lp64" and "--with-versioned-syms" into
216           CF_ABI_DEFAULTS macro.
217
218 20150530
219         + change private type for Event_Mask in Ada95 binding to work when
220           mmask_t is set to 32-bits.
221         + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
222         + add vte-2014, update vte to use that -TD
223         + modify tic and infocmp to "move" a diagnostic for tparm strings that
224           have a syntax error to tic's "-c" option (report by Daniel Pitts).
225         + fix two problems with configure script macros (Debian #786436,
226           cf: 20150425, cf: 20100529).
227
228 20150523
229         + add 'P' menu item to test/ncurses.c, to show pad in color.
230         + improve discussion in curs_color.3x about color rendering (prompted
231           by comment on Stack Overflow forum):
232         + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
233         + add several screen.XXX entries to support the respective variations
234           for 256 colors -TD
235         + add putty+fnkeys* building-block entries -TD
236         + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
237
238 20150516
239         + amend change to ".pc" files to only use the extra loader flags which
240           may have rpath options (report by Sven Joachim, cf: 20150502).
241         + change versioning for dpkg's in test-packages for Ada95 and
242           ncurses-examples for consistency with Debian, to work with package
243           updates.
244         + regenerate html manpages.
245         + clarify handling of carriage return in waddch manual page; it was
246           discussed only in the portability section (prompted by comment on
247           Stack Overflow forum):
248
249 20150509
250         + add test-packages for cross-compiling ncurses-examples using the
251           MinGW test-packages.  These are only the Debian packages; RPM later.
252         + cleanup format of debian/copyright files
253         + add pc-files to the MinGW cross-compiling test-packages.
254         + correct a couple of places in gen-pkgconfig.in to handle renaming of
255           the tinfo library.
256
257 20150502
258         + modify the configure script to allow different default values
259           for ABI 5 versus ABI 6.
260         + add wgetch-events to test-packages.
261         + add a note on how to build ncurses-examples to test/README.
262         + fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
263           Debian #783486) -TD
264         + remove unnecessary ';' from E3 capabilities -TD
265         + add tmux entry, derived from screen (patch by Nicholas Marriott).
266         + split-out recent change to nsterm-bce as nsterm-build326, and add
267           nsterm-build342 to reflect changes with successive releases of OSX
268           (discussion with Leonardo B Schenkel)
269         + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
270           #783806)
271         + add sample "magic" file, to document ext-putwin.
272         + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
273           generated ".pc" file when ld option "--as-needed" is used, or when
274           ncurses and tinfo are installed without using rpath (prompted by
275           discussion with Sylvain Bertrand).
276         + modify test-package for ncurses6 to omit rpath feature when installed
277           in /usr.
278         + add OSX's "*.dSYM" to clean-rules in makefiles.
279         + make extra-suffix work for OSX configuration, e.g., for shared
280           libraries.
281         + modify Ada95/configure script to work with pkg-config
282         + move test-package for ncurses6 to /usr, since filename-conflicts have
283           been eliminated.
284         + corrected build rules for Ada95/gen/generate; it does not depend on
285           the ncurses library aside from headers.
286         + reviewed man pages, fixed a few other spelling errors.
287         + fix a typo in curs_util.3x (Sven Joachim).
288         + use extra-suffix in some overlooked shared library dependencies
289           found by 20150425 changes for test-packages.
290         + update config.guess, config.sub from
291                 http://git.savannah.gnu.org/cgit/config.git
292
293 20150425
294         + expanded description of tgetstr's area pointer in manual page
295           (report by Todd M Lewis).
296         + in-progress changes to modify test-packages to use ncursesw6 rather
297           than ncursesw, with updated configure scripts.
298         + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
299           check for ".pc" files via pkg-config, but add a linkage check since
300           frequently pkg-config configurations are broken.
301         + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
302           rpath option.
303         + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
304         + add several key definitions to nsterm-bce to match preconfigured
305           keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
306         + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
307         + improve term_variables manual page, adding section on the terminfo
308           long-name symbols which are defined in the term.h header.
309         + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
310
311 20150418
312         + avoid a blank line in output from tabs program by ending it with
313           a carriage return as done in FreeBSD (patch by James Clarke).
314         + build-fix for the "--enable-ext-putwin" feature when not using
315           wide characters (report by Werner Fink).
316         + modify autoconf macros to use scripting improvement from xterm.
317         + add -brtl option to compiler options on AIX 5-7, needed to link
318           with the shared libraries.
319         + add --with-extra-suffix option to help with installing nonconflicting
320           ncurses6 packages, e.g., avoiding header- and library-conflicts.
321           NOTE: as a side-effect, this renames
322                   adacurses-config to adacurses5-config and
323                   adacursesw-config to adacursesw5-config
324         + modify debian/rules test package to suffix programs with "6".
325         + clarify in curs_inopts.3x that window-specific settings do not
326           inherit into new windows.
327
328 20150404
329         + improve description of start_color() in the manual.
330         + modify several files in ncurses- and progs-directories to allow
331           const data used in internal tables to be put by the linker into the
332           readonly text segment.
333
334 20150329
335         + correct cut/paste error for "--enable-ext-putwin" that made it the
336           same as "--enable-ext-colors" (report by Roumen Petrov)
337
338 20150328
339         + add "-f" option to test/savescreen.c to help with testing/debugging
340           the extended putwin/getwin.
341         + add logic for writing/reading combining characters in the extended
342           putwin/getwin.
343         + add "--enable-ext-putwin" configure option to turn on the extended
344           putwin/getwin.
345
346 20150321
347         + in-progress changes to provide an extended version of putwin and
348           getwin which will be capable of reading screen-dumps between the
349           wide/normal ncurses configurations.  These are text files, except
350           for a magic code at the beginning:
351           0       string          \210\210        Screen-dump (ncurses)
352
353 20150307
354         + document limitations of getwin in manual page (prompted by discussion
355           with John S Urban).
356         + extend test/savescreen.c to demonstrate that color pair values
357           and graphic characters can be restored using getwin.
358
359 20150228
360         + modify win_driver.c to eliminate the constructor, to make it more
361           usable in an application which may/may not need the console window
362           (report by Grady Martin).
363
364 20150221
365         + capture define's related to -D_XOPEN_SOURCE from the configure check
366           and add those to the *-config and *.pc files, to simplify use for
367           the wide-character libraries.
368         + modify ncurses.spec to accommodate Fedora21's location of pkg-config
369           directory.
370         + correct sense of "--disable-lib-suffixes" configure option (report
371           by Nicolas Boos, cf: 20140426).
372
373 20150214
374         + regenerate html manpages using improved man2html from work on xterm.
375         + regenerated ".map" and ".sym" files using improved script, accounting
376           for the "--enable-weak-symbols" configure option (report by Werner
377           Fink).
378
379 20150131
380         + regenerated ".map" and ".sym" files using improved script, showing
381           the combinations of configure options used at each stage.
382
383 20150124
384         + add configure check to determine if "local: _*;" can be used in the
385           ".map" files to selectively omit symbols beginning with "_".  On at
386           least recent FreeBSD, the wildcard applies to all "_" symbols.
387         + remove obsolete/conflicting rule for ncurses.map from
388           ncurses/Makefile.in (cf:  20130706).
389
390 20150117
391         + improve description in INSTALL of the --with-versioned-syms option.
392         + add combination of --with-hashed-db and --with-ticlib to
393           configurations for ".map" files (report by Werner Fink).
394
395 20150110
396         + add a step to generating ".map" files, to declare any remaining
397           symbols beginning with "_" as local, at the last version node.
398         + improve configure checks for pkg-config, addressing a variant found
399           with FreeBSD ports.
400         + modify win_driver.c to provide characters for special keys, like
401           ansi.sys, when keypad mode is off, rather than returning nothing at
402           all (discussion with Eli Zaretskii).
403         + add "broken_linker" and "hashed-db" configure options to combinations
404           use for generating the ".map" and ".sym" files.
405         + avoid using "ld" directly when creating shared library, to simplify
406           cross-compiles.  Also drop "-Bsharable" option from shared-library
407           rules for FreeBSD and DragonFly (FreeBSD #196592).
408         + fix a memory leak in form library Free_RegularExpression_Type()
409           (report by Pavel Balaev).
410
411 20150103
412         + modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
413         + change map files to make _nc_freeall a global, since it may be used
414           via the Ada95 binding when checking for memory leaks.
415         + improve sed script used in 20141220 to account for wide-, threaded-
416           variations in ABI 6.
417
418 20141227
419         + regenerate ".map" files, using step overlooked in 20141213 to use
420           the same patch-dates across each file to match ncurses.map (report by
421           Sven Joachim).
422
423 20141221
424         + fix an incorrect variable assignment in 20141220 changes (report by
425           Sven Joachim).
426
427 20141220
428         + updated Ada95/configure with macro changes from 20141213
429         + tie configure options --with-abi-version and --with-versioned-syms
430           together, so that ABI 6 libraries have distinct symbol versions from
431           the ABI 5 libraries.
432         + replace obsolete/nonworking link to man2html with current one,
433           regenerate html-manpages.
434
435 20141213
436         + modify misc/gen-pkgconfig.in to add -I option for include-directory
437           when using both --prefix and --disable-overwrite (report by Misty
438           De Meo).
439         + add configure option --with-pc-suffix to allow minor renaming of
440           ".pc" files and the corresponding library.  Use this in the test
441           package for ncurses6.
442         + modify configure script so that if pkg-config is not installed, it
443           is still possible to install ".pc" files (report by Misty De Meo).
444         + updated ".sym" files, removing symbols which are marked as "local"
445           in the corresponding ".map" files.
446         + updated ".map" files to reflect move of comp_captab and comp_hash
447           from tic-library to tinfo-library in 20090711 (report by Sven
448           Joachim).
449
450 20141206
451         + updated ".map" files so that each symbol that may be shared across
452           the different library configurations has the same label.  Some
453           review is needed to ensure these are really compatible.
454         + modify MKlib_gen.sh to work around change in development version of
455           gcc introduced here:
456                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
457                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
458           (reports by Marcus Shawcroft, Maohui Lei).
459         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
460
461 20141129
462         + improved ".map" files by generating them with a script that builds
463           ncurses with several related configurations and merges the results.
464           A further refinement is planned, to make the tic- and tinfo-library
465           symbols use the same versions across each of the four configurations
466           which are represented (reports by Sven Joachim, Werner Fink).
467
468 20141115
469         + improve description of limits for color values and color pairs in
470           curs_color.3x (prompted by patch by Tim van der Molen).
471         + add VERSION file, using first field in that to record the ABI version
472           used for configure --with-libtool --disable-libtool-version
473         + add configure options for applying the ".map" and ".sym" files to
474           the ncurses, form, menu and panel libraries.
475         + add ".map" and ".sym" files to show exported symbols, e.g., for
476           symbol-versioning.
477
478 20141101
479         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
480           and making a new TRACE_RETURN1 macro for cases where the cast does
481           not apply.
482
483 20141025
484         + in-progress changes to integrate the win32 console driver with the
485           msys2 configuration.
486
487 20141018
488         + reviewed terminology 0.6.1, add function key definitions.  None of
489           the vt100-compatibility issues were improved -TD
490         + improve infocmp conversion of extended capabilities to termcap by
491           correcting the limit check against parametrized[], as well as filling
492           in a check if the string happens to have parameters, e.g., "xm"
493           in recent changes.
494         + add check for zero/negative dimensions for resizeterm and resize_term
495           (report by Mike Gran).
496
497 20141011
498         + add experimental support for xterm's 1005 mouse mode, to use in a
499           demonstration of its limitations.
500         + add experimental support for "%u" format to terminfo.
501         + modify test/ncurses.c to also show position reports in 'a' test.
502         + minor formatting fixes to _nc_trace_mmask_t, make this function
503           exported to help with debugging mouse changes.
504         + improve behavior of wheel-mice for xterm protocol, noting that there
505           are only button-presses for buttons "4" and "5", so there is no need
506           to wait to combine events into double-clicks (report/analysis by
507           Greg Field).
508         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
509         + implement decoder for xterm SGR 1006 mouse mode.
510
511 20140927
512         + implement curs_set in win_driver.c
513         + implement flash in win_driver.c
514         + fix an infinite loop in win_driver.c if the command-window loses
515           focus.
516         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
517           win_driver.c by temporarily changing the buffer-size to match the
518           window-size to eliminate the scrollback.  Also enforce a minimum
519           screen-size of 24x80 in the non-buffered mode.
520         + modify generated misc/Makefile to suppress install.data from the
521           dependencies if the --disable-db-install option is used, compensating
522           for the top-level makefile changes used to add ncurses*-config in the
523           20140920 changes (report by Steven Honeyman).
524
525 20140920
526         + add ncurses*-config to bin-directory of sample package-scripts.
527         + add check to ensure that getopt is available; this is a problem in
528           some older cross-compiler environments.
529         + expanded on the description of --disable-overwrite in INSTALL
530           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
531           See Gentoo #522586 and NetBSD #49200 for examples.
532           which relates to the clarified guidelines.
533         + remove special logic from CF_INCLUDE_DIRS which adds the directory
534           for the --includedir from the build (report by Joakim Tjernlund).
535         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
536         + update config.sub from
537                 http://git.savannah.gnu.org/cgit/config.git
538
539 20140913
540         + add a configure check to ignore some of the plethora of non-working
541           C++ cross-compilers.
542         + build-fixes for Ada95 with gnat 4.9
543
544 20140906
545         + build-fix and other improvements for port of ncurses-examples to
546           NetBSD.
547         + minor compiler-warning fixes.
548
549 20140831
550         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
551           options more directly comparable, and add "-i" option to specify
552           a terminal description filename to parse for names to lookup.
553
554 20140823
555         + fix special case where double-width character overwrites a single-
556           width character in the first column (report by Egmont Koblinger,
557           cf: 20050813).
558
559 20140816
560         + fix colors in ncurses 'b' test which did not work after changing
561           it to put the test-strings in subwindows (cf: 20140705).
562         + merge redundant SEE-ALSO sections in form and menu manpages.
563
564 20140809
565         + modify declarations for user-data pointers in C++ binding to use
566           reinterpret_cast to facilitate converting typed pointers to void*
567           in user's application (patch by Adam Jiang).
568         + regenerated html manpages.
569         + add note regarding cause and effect for TERM in ncurses manpage,
570           having noted clueless verbiage in Terminal.app's "help" file
571           which reverses cause/effect.
572         + remove special fallback definition for NCURSES_ATTR_T, since macros
573           have resolved type-mismatches using casts (cf: 970412).
574         + fixes for win_driver.c:
575           + handle repainting on endwin/refresh combination.
576           + implement beep().
577           + minor cleanup.
578
579 20140802
580         + minor portability fixes for MinGW:
581           + ensure WINVER is defined in makefiles rather than using headers
582           + add check for gnatprep "-T" option
583           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
584             "trace" feature:
585             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
586         + fix most compiler warnings for Cygwin ncurses-examples.
587         + restore "redundant" -I options in test/Makefile.in, since they are
588           typically needed when building the derived ncurses-examples package
589           (cf: 20140726).
590
591 20140726
592         + eliminate some redundant -I options used for building libraries, and
593           ensure that ${srcdir} is added to the include-options (prompted by
594           discussion with Paul Gilmartin).
595         + modify configure script to work with Minix3.2
596         + add form library extension O_DYNAMIC_JUSTIFY option which can be
597           used to override the different treatment of justification for static
598           versus dynamic fields (adapted from patch by Leon Winter).
599         + add a null pointer check in test/edit_field.c (report/analysis by
600           Leon Winter, cf: 20130608).
601
602 20140719
603         + make workarounds for compiling test-programs with NetBSD curses.
604         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
605           options, from xterm changes.
606
607 20140712
608         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
609         + build-fix for position-debug code in tty_update.c, to work with or
610           without sp-funcs.
611
612 20140705
613         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
614           video-attributes and colors with double-width character strings.
615
616 20140629
617         + correct check in win_driver.c for saving screen contents, e.g., when
618           NCURSES_CONSOLE2 is set (cf: 20140503).
619         + reorganize b/B menu items in ncurses.c, putting the test-strings into
620           subwindows.  This is needed for a planned change to use Unicode
621           fullwidth characters in the test-screens.
622         + correct update to form status for _NEWTOP, broken by fixes for
623           compiler warnings (patch by Leon Winter, cf: 20120616).
624
625 20140621
626         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
627           conflict with the static library (report by Ben Lentz).
628         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
629           upgrading an ncurses library using the "--with-shared" option.
630         + modify test/ncurses.c c/C tests to cycle through subsets of the
631           total number of colors, to better illustrate 8/16/88/256-colors by
632           providing directly comparable screens.
633         + add test/dots_curses.c, for comparison with the low-level examples.
634
635 20140614
636         + fix dereference before null check found by Coverity in tic.c
637           (cf: 20140524).
638         + fix sign-extension bug in read_entry.c which prevented "toe" from
639           reading empty "screen+italics" entry.
640         + modify sgr for screen.xterm-new to support dim capability -TD
641         + add dim capability to nsterm+7 -TD
642         + cancel dim capability for iterm -TD
643         + add dim, invis capabilities to vte-2012 -TD
644         + add sitm/ritm to konsole-base and mlterm3 -TD
645
646 20140609
647         > fix regression in screen terminfo entries (reports by Christian
648           Ebert, Gabriele Balducci) -TD
649         + revert the change to screen; see notes for why this did not work -TD
650         + cancel sitm/ritm for entries which extend "screen", to work around
651           screen's hardcoded behavior for SGR 3 -TD
652
653 20140607
654         + separate masking for sgr in vidputs from sitm/ritm, which do not
655           overlap with sgr functionality.
656         + remove unneeded -i option from adacurses-config; put -a in the -I
657           option for consistency (patch by Pascal Pignard).
658         + update xterm-new terminfo entry to xterm patch #305 -TD
659         + change format of test-scripts for Debian Ada95 and ncurses-examples
660           packages to quilted to work around Debian #700177 (cf: 20130907).
661         + build fix for form_driver_w.c as part of ncurses-examples package for
662           older ncurses than 20131207.
663         + add Hello World example to adacurses-config manpage.
664         + remove unused --enable-pc-files option from Ada95/configure.
665         + add --disable-gnat-projects option for testing.
666         + revert changes to Ada95 project-files configuration (cf: 20140524).
667         + corrected usage message in adacurses-config.
668
669 20140524
670         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
671           environment variable.
672         + improve discussion of input-echoing in curs_getch.3x
673         + clarify discussion in curs_addch.3x of wrapping.
674         + modify parametrized.h to make fln non-padded.
675         + correct several entries which had termcap-style padding used in
676           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
677         + correct syntax for padding in some entries: dg211, h19 -TD
678         + correct ti924-8 which had confused padding versus octal escapes -TD
679         + correct padding in sbi entry -TD
680         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
681           because the parameters to be incremented were already on the internal
682           stack (report by Corinna Vinschen).
683         + modify tic's "-c" option to take into account the "-C" option to
684           activate additional checks which compare the results from running
685           tparm() on the terminfo expressions versus the translated termcap
686           expressions.
687         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
688           cf: 20120324).
689         > patches by Nicolas Boulenguez:
690         + explicit dereferences to suppress some style warnings.
691         + when c_varargs_to_ada.c includes its header, use double quotes
692           instead of <>.
693         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
694           was removed by an obsolete pragma.
695         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
696           available with older GNATs, needs no configure test.  This also
697           replaces 3 untested Unreferenced pragmas.
698         + simplified To_C usage in trace handling.  Using two parameters allows
699           some basic formatting, and avoids a warning about security with some
700           compiler flags.
701         + for generated Ada sources, replace many snippets with one pure
702           package.
703         + removed C_Chtype and its conversions.
704         + removed C_AttrType and its conversions.
705         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
706         + removed int, Field_Option_Set, Item_Option_Set conversions.
707         + removed C_TraceType, Attribute_Option_Set conversions.
708         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
709           was used in a case statement, values were tested by the Ada compiler
710           to be consecutive anyway.
711         + src/Makefile.in: remove duplicate stanza
712         + only consider using a project for shared libraries.
713         + style. Silent gnat-4.9 warning about misplaced "then".
714         + generate shared library project to honor ADAFLAGS, LDFLAGS.
715
716 20140510
717         + cleanup recently introduced compiler warnings for MingW port.
718         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
719           which introduces more than one gratuitous incompatibility.
720
721 20140503
722         + add vt520ansi terminfo entry (patch by Mike Gran)
723         + further improve MinGW support for the scenario where there is an
724           ANSI-escapes handler such as ansicon running in the console window
725           (patch by Juergen Pfeifer).
726
727 20140426
728         + add --disable-lib-suffixes option (adapted from patch by Juergen
729           Pfeifer).
730         + merge some changes from Juergen Pfeifer's work with MSYS2, to
731           simplify later merging:
732           + use NC_ISATTY() macro for isatty() in library
733           + add _nc_mingw_isatty() and related functions to windows-driver
734           + rename terminal driver entrypoints to simplify grep's
735         + remove a check in the sp-funcs flavor of newterm() which allowed only
736           the first call to newterm() to succeed (report by Thomas Beierlein,
737           cf: 20090927).
738
739 20140419
740         + update config.guess, config.sub from
741                 http://git.savannah.gnu.org/cgit/config.git
742
743 20140412
744         + modify configure script:
745           + drop the -no-gcc option from Intel compiler, from lynx changes.
746           + extend the --with-hashed-db configure option to simplify building
747             with different versions of Berkeley database using FreeBSD ports.
748         + improve initialization for MinGW port (Juergen Pfeifer):
749           + enforce Windows-style path-separator if cross-compiling,
750           + add a driver-name method to each of the drivers,
751           + allow the Windows driver name to match "unknown", ignoring case,
752           + lengthen the built-in name for the Windows console driver to
753             "#win32console", and
754           + move the comparison of driver-names allowing abbreviation, e.g.,
755             to "#win32con" into the Windows console driver.
756
757 20140329
758         + add check in tic for mismatch between ccc and initp/initc
759         + cancel ccc in putty-256color and konsole-256color for consistency
760           with the cancelled initc capability (patch by Sven Zuhlsdorf).
761         + add xterm+256setaf building block for various terminals which only
762           get the 256-color feature half-implemented -TD
763         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
764           0.4.1 -TD
765
766 20140323
767         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
768
769 20140322
770         + use types from <stdint.h> in sample build-scripts for chtype, etc.
771         + modify configure script and curses.h.in to allow the types specified
772           using --with-chtype and related options to be defined in <stdint.h>
773         + add terminology entry -TD
774         + add mlterm3 entry, use that as "mlterm" -TD
775         + inherit mlterm-256color from mlterm -TD
776
777 20140315
778         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
779           top-row is adjusted as needed to ensure that the current item is
780           on the screen (patch by Johann Klammer).
781         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
782           be opaque, e.g., in the pthread configuration (prompted by patch by
783           Soren Brinkmann).
784
785 20140308
786         + modify ifdef in read_entry.c to handle the case where
787           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
788         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
789         + add logic to win_driver.c to save/restore screen contents when not
790           allocating a console-buffer (cf: 20140215).
791
792 20140301
793         + clarify error-returns from newwin (report by Ruslan Nabioullin).
794
795 20140222
796         + fix some compiler warnings in win_driver.c
797         + updated notes for wsvt25 based on tack and vttest -TD
798         + add teken entry to show actual properties of FreeBSD's "xterm"
799           console -TD
800
801 20140215
802         + in-progress changes to win_driver.c to implement output without
803           allocating a console-buffer.  This uses a pre-existing environment
804           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
805           discussion with Erwin Waterlander regarding Console2, which hangs
806           when reading in an allocated console-buffer).
807         + add -t option to gdc.c, and modify to accept "S" to step through the
808           scrolling-stages.
809         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
810           html emitted by docbook.
811
812 20140209
813         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
814           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
815           has some header breakage due to its own predefinition of this symbol
816           (report by Jean-Pierre Flori, Sage #15796).
817
818 20140201
819         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
820           which "short" types are for color pairs and which are color values.
821         + fix build for s390x, by correcting field bit offsets in generated
822           representation clauses when int=32 long=64 and endian=big, or at
823           least on s390x (patch by Nicolas Boulenguez).
824         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
825
826 20140125
827         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
828           not work as is with gcc 4.8 due to fixes using chtype cast made for
829           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
830           by Nicolas Boulenguez).
831
832 20140118
833         + apply includesubdir variable which was introduced in 20130805 to
834           gen-pkgconfig.in (Debian #735782).
835
836 20131221
837         + further improved man2html, used this to fix broken links in html
838           manpages.  See
839           ftp://invisible-island.net/ncurses/patches/man2html
840
841 20131214
842         + modify configure-script/ifdef's to allow OLD_TTY feature to be
843           suppressed if the type of ospeed is configured using the option
844           --with-ospeed to not be a short.  By default, it is a short for
845           termcap-compatibility (adapted from suggestion by Christian
846           Weisgerber).
847         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
848           cf: 20061230).
849         + fix a few -Wlogical-op warnings.
850         + updated llib-l* files.
851
852 20131207
853         + add form_driver_w() entrypoint to wide-character forms library, as
854           well as test program form_driver_w (adapted from patch by Gaute
855           Hope).
856
857 20131123
858         + minor fix for CF_GCC_WARNINGS to special-case options which are not
859           recognized by clang.
860
861 20131116
862         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
863           definition from CPPFLAGS to CFLAGS if it happens to be needed for
864           Solaris, because g++ errors with that definition (report by
865           Jean-Pierre Flori, Sage #15268).
866         + correct logic in infocmp's -i option which was intended to ignore
867           strings which correspond to function-keys as candidates for piecing
868           together initialization- or reset-strings.  The problem dates to
869           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
870           gcc 4.8 (report by David Binderman).
871         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
872           checks for -Wextra and -Wdeclaration-after-statement into the macro,
873           and adding checks for -Wignored-qualifiers, -Wlogical-op and
874           -Wvarargs
875         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
876           work on cdk.
877         + update config.sub from
878                 http://git.savannah.gnu.org/cgit/config.git
879
880 20131110
881         + minor cleanup of terminfo.tail
882
883 20131102
884         + use TS extension to describe xterm's title-escapes -TD
885         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
886         + update hurd.ti, add xenl to reflect 2011-03-06 change in
887           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
888           (Debian #727119).
889         + simplify pfkey expression in ansi.sys -TD
890
891 20131027
892         + correct/simplify ifdef's for cur_term versus broken-linker and
893           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
894         + modify release/version combinations in test build-scripts to make
895           them more consistent with other packages.
896
897 20131019
898         + add nc_mingw.h to installed headers for MinGW port; needed for
899           compiling ncurses-examples.
900         + add rpm-script for testing cross-compile of ncurses-examples.
901
902 20131014
903         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
904
905 20131012
906         + fix a few compiler warnings in progs and test.
907         + minor fix to package/debian-mingw/rules, do not strip dll's.
908         + minor fixes to configure script for empty $prefix, e.g., when doing
909           cross-compiles to MinGW.
910         + add script for building test-packages of binaries cross-compiled to
911           MinGW using NSIS.
912
913 20131005
914         + minor fixes for ncurses-example package and makefile.
915         + add scripts for test-builds of cross-compiler packages for ncurses6
916           to MinGW.
917
918 20130928
919         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
920           it lacks some common functions such as use_env() which is not yet
921           addressed.
922         + build-fix and some compiler warning fixes for ncurses-examples with
923           OpenBSD 5.3
924         + fix a possible null-pointer reference in a trace message from newterm.
925         + quiet a few warnings from NetBSD 6.0 namespace pollution by
926           nonstandard popcount() function in standard strings.h header.
927         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
928         + fix a few overlooked places for --enable-string-hacks option.
929
930 20130921
931         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
932         + build-fix for --with-shared option for DragonFly and FreeBSD (report
933           by Rong-En Fan, cf: 20130727).
934
935 20130907
936         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
937           Alexey Pavlov).
938         + revert change to two of the dpkg format files, to work with dpkg
939           before/after Debian #700177.
940         + fix gcc -Wconversion warning in wattr_get() macro.
941         + add msys and msysdll to known host/configuration types (patch by
942           Alexey Pavlov).
943         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
944           of sort, improving portability.
945         + minor improvements for test-programs from reviewing Solaris port.
946         + update config.guess, config.sub from
947                 http://git.savannah.gnu.org/cgit/config.git
948
949 20130831
950         + modify test/ncurses.c b/B tests to display lines only for the
951           attributes which a given terminal supports, to make room for an
952           italics test.
953         + completed ncv table in terminfo.tail; it did not list the wide
954           character codes listed in X/Open Curses issue 7.
955         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
956
957 20130824
958         + fix some gcc 4.8 -Wconversion warnings.
959         + change format of dpkg test-scripts to quilted to work around bug
960           introduced by Debian #700177.
961         + discard cached keyname() values if meta() is changed after a value
962           was cached using (report by Kurban Mallachiev).
963
964 20130816
965         + add checks in tic to warn about terminals which lack cursor
966           addressing, capabilities or having those, are marked as hard_copy or
967           generic_type.
968         + use --without-progs in mingw-ncurses rpm.
969         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
970           port when tic and other programs are not needed.
971
972 20130805
973         + minor fixes to the --disable-overwrite logic, to ensure that the
974           configured $(includedir) is not cancelled by the mingwxx-filesystem
975           rpm macros.
976         + add --disable-db-install configure option, to simplify building
977           cross-compile support packages.
978         + add mingw-ncurses.spec file, for testing cross-compiles.
979
980 20130727
981         + improve configure macros from ongoing work on cdk, dialog, xterm:
982           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
983           + CF_RPATH_HACK - add missing result-message
984           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
985             dll symbols (which can be overridden) rather than explicit "../".
986           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
987             rather than ${LD} to improve rpath support.
988           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
989             are created by the macro, to simplify clean-rules.
990           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
991         + fix a regression in hashed-database support for NetBSD, which uses
992           the key-size differently from other implementations (cf: 20121229).
993
994 20130720
995         + further improvements for setupterm manpage, clarifying the
996           initialization of cur_term.
997
998 20130713
999         + improve manpages for initscr and setupterm.
1000         + minor compiler-warning fixes
1001
1002 20130706
1003         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
1004         + add check for size of wchar_t, use that to suppress a chunk of
1005           wcwidth.h in MinGW port.
1006         + quiet linker warnings for MinGW cross-compile with dll's using the
1007           --enable-auto-import flag.
1008         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
1009           table issues.
1010
1011 20130622
1012         + modify the clear program to take into account the E3 extended
1013           capability to clear the terminal's scrollback buffer (patch by
1014           Miroslav Lichvar, Redhat #815790).
1015         + clarify in resizeterm manpage that LINES and COLS are updated.
1016         + updated ansi example in terminfo.tail, correct misordered example
1017           of sgr.
1018         + fix other doclifter warnings for manpages
1019         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
1020           (patch by Eric Raymond).
1021
1022 20130615
1023         + minor changes to some configure macros to make them more reusable.
1024         + fixes for tabs program (prompted by report by Nick Andrik).
1025           + corrected logic in command-line parsing of -a and -c predefined
1026             tab-lists options.
1027           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
1028           + make warning messages more consistent with the other utilities by
1029             not printing the full pathname of the program.
1030           + add -V option for consistency with other utilities.
1031         + fix off-by-one in columns for tabs program when processing an option
1032           such as "-5" (patch by Nick Andrik).
1033
1034 20130608
1035         + add to test/demo_forms.c examples of using the menu-hooks as well
1036           as showing how the menu item user-data can be used to pass a callback
1037           function pointer.
1038         + add test/dots_termcap.c
1039         + remove setupterm call from test/demo_termcap.c
1040         + build-fix if --disable-ext-funcs configure option is used.
1041         + modified test/edit_field.c and test/demo_forms.c to move the lengths
1042           into a user-data structure, keeping the original string for later
1043           expansion to free-format input/out demo.
1044         + modified test/demo_forms.c to load data from file.
1045         + added note to clarify Terminal.app's non-emulation of the various
1046           terminal types listed in the preferences dialog -TD
1047         + fix regression in error-reporting in lib_setup.c (Debian #711134,
1048           cf: 20121117).
1049         + build-fix for a case where --enable-broken_linker and
1050           --enable-reentrant options are combined (report by George R Goffe).
1051
1052 20130525
1053         + modify mvcur() to distinguish between internal use by the ncurses
1054           library, and external callers, preventing it from reading the content
1055           of the screen which is only nonblank when curses calls have updated
1056           it.  This makes test/dots_mvcur.c avoid painting colored cells in
1057           the left margin of the display.
1058         + minor fix to test/dots_mvcur.c
1059         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
1060           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
1061           use of these symbols in term_entry.h
1062
1063 20130518
1064         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
1065           interface versus pdcurses (cf: 20130316).
1066         + add pow() to configure-check for math library, needed since
1067           20121208 for test/hanoi (Debian #708056).
1068         + regenerated html manpages.
1069         + update doctype used for html documentation.
1070
1071 20130511
1072         + move nsterm-related entries out of "obsolete" section to more
1073           plausible "ansi consoles" -TD
1074         + additional cleanup of table-of-contents by reordering -TD
1075         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
1076           prevented inserts when video attributes were attached to the data
1077           (cf: 20121215) (Redhat #959534).
1078
1079 20130504
1080         + fixes for issues found by Coverity:
1081           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
1082             display when infocmp's -R option is used for HP or AIX subsets.
1083           + fix dead-code issue with test/movewindow.c
1084           + improve limited-checking in _nc_read_termtype().
1085
1086 20130427
1087         + fix clang 3.2 warning in progs/dump_entry.c
1088         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
1089
1090 20130413
1091         + add MinGW to cases where ncurses installs by default into /usr
1092           (prompted by discussion with Daniel Silva Ferreira).
1093         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
1094         + add a missing 'int' type for main function in configure check for
1095           type of bool variable, to work with clang 3.2 (report by Dmitri
1096           Gribenko).
1097         + improve configure check for static_cast, to work with clang 3.2
1098           (report by Dmitri Gribenko).
1099         + re-order rule for demo.o and macros defining header dependencies in
1100           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
1101
1102 20130406
1103         + improve parameter checking in copywin().
1104         + modify configure script to work around OS X's "libtool" program, to
1105           choose glibtool instead.  At the same time, chance the autoconf macro
1106           to look for a "tool" rather than a "prog", to help with potential use
1107           in cross-compiling.
1108         + separate the rpath usage for c++ library from demo program
1109           (Redhat #911540)
1110         + update/correct header-dependencies in c++ makefile (report by Werner
1111           Fink).
1112         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
1113
1114 20130324
1115         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
1116           and Roumen Petrov).
1117
1118 20130323
1119         + build-fix for OS X, to handle changes for --with-cxx-shared feature
1120           (report by Christian Ebert).
1121         + change initialization for vt220, similar entries for consistency
1122           with cursor-key strings (NetBSD #47674) -TD
1123         + further improvements to linux-16color (Benjamin Sittler)
1124
1125 20130316
1126         + additional fix for tic.c, to allocate missing buffer space.
1127         + eliminate configure-script warnings for gen-pkgconfig.in
1128         + correct typo in sgr string for sun-color,
1129           add bold for consistency with sgr,
1130           change smso for consistency with sgr -TD
1131         + correct typo in sgr string for terminator -TD
1132         + add blink to the attributes masked by ncv in linux-16color (report
1133           by Benjamin Sittler)
1134         + improve warning message from post-load checking for missing "%?"
1135           operator by tic/infocmp by showing the entry name and capability.
1136         + minor formatting improvement to tic/infocmp -f option to ensure
1137           line split after "%;".
1138         + amend scripting for --with-cxx-shared option to handle the debug
1139           library "libncurses++_g.a" (report by Sven Joachim).
1140
1141 20130309
1142         + amend change to toe.c for reading from /dev/zero, to ensure that
1143           there is a buffer for the temporary filename (cf: 20120324).
1144         + regenerated html manpages.
1145         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
1146         + updated some autoconf macros:
1147           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
1148           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
1149         + add configure option --with-cxx-shared to permit building
1150           libncurses++ as a shared library when using g++, e.g., the same
1151           limitations as libtool but better integrated with the usual build
1152           configuration (Redhat #911540).
1153         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
1154           shown in curses.h (Debian #689131).
1155
1156 20130302
1157         + add section to terminfo manpage discussing user-defined capabilities.
1158         + update manpage description of NCURSES_NO_SETBUF, explaining why it
1159           is obsolete.
1160         + add a check in waddch_nosync() to ensure that tab characters are
1161           treated as control characters; some broken locales claim they are
1162           printable.
1163         + add some traces to the Windows console driver.
1164         + initialize a temporary array in _nc_mbtowc, needed for some cases
1165           of raw input in MinGW port.
1166
1167 20130218
1168         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
1169         + update config.guess, config.sub
1170
1171 20130216
1172         + modify test/testcurs.c to work with mouse for ncurses as it does for
1173           pdcurses.
1174         + modify test/knight.c to work with mouse for pdcurses as it does for
1175           ncurses.
1176         + modify internal recursion in wgetch() which handles cooked mode to
1177           check if the call to wgetnstr() returned an error.  This can happen
1178           when both nocbreak() and nodelay() are set, for instance (report by
1179           Nils Christopher Brause) (cf: 960418).
1180         + fixes for issues found by Coverity:
1181           + add a check for valid position in ClearToEOS()
1182           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
1183             use after free.
1184           + improve a limit-check in make_hash.c
1185           + fix a memory leak in hashed_db.c
1186
1187 20130209
1188         + modify test/configure script to make it simpler to override names
1189           of curses-related libraries, to help with linking with pdcurses in
1190           MinGW environment.
1191         + if the --with-terminfo-dirs configure option is not used, there is
1192           no corresponding compiled-in value for that.  Fill in "no default
1193           value" for that part of the manpage substitution.
1194
1195 20130202
1196         + correct initialization in knight.c which let it occasionally make
1197           an incorrect move (cf: 20001028).
1198         + improve documentation of the terminfo/termcap search path.
1199
1200 20130126
1201         + further fixes to mvcur to pass callback function (cf: 20130112),
1202           needed to make test/dots_mvcur work.
1203         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
1204           help reduce flicker.
1205         + modify configure script to omit "+b" from linker options for very
1206           old HP-UX systems (report by Dennis Grevenstein)
1207         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
1208           by Dennis Grevenstein).
1209         + restore memmove/strdup support for antique systems (request by
1210           Dennis Grevenstein).
1211         + change %l behavior in tparm to push the string length onto the stack
1212           rather than saving the formatted length into the output buffer
1213           (report by Roy Marples, cf: 980620).
1214
1215 20130119
1216         + fixes for issues found by Coverity:
1217           + fix memory leak in safe_sprintf.c
1218           + add check for return-value in tty_update.c
1219           + correct initialization for -s option in test/view.c
1220           + add check for numeric overflow in lib_instr.c
1221           + improve error-checking in copywin
1222         + add advice in infocmp manpage for termcap users (Debian #698469).
1223         + add "-y" option to test/demo_termcap and test/demo_terminfo to
1224           demonstrate behavior with/without extended capabilities.
1225         + updated termcap manpage to document legacy termcap behavior for
1226           matching capability names.
1227         + modify name-comparison for tgetstr, etc., to accommodate legacy
1228           applications as well as to improve compatbility with BSD 4.2
1229           termcap implementations (Debian #698299) (cf: 980725).
1230
1231 20130112
1232         + correct prototype in manpage for vid_puts.
1233         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
1234           are unused in the current driver model.
1235         + modify mvcur to use stdout except when called within the ncurses
1236           library.
1237         + modify vidattr and vid_attr to use stdout as documented in manpage.
1238         + amend changes made to buffering in 20120825 so that the low-level
1239           putp() call uses stdout rather than ncurses' internal buffering.
1240           The putp_sp() call does the same, for consistency (Redhat #892674).
1241
1242 20130105
1243         + add "-s" option to test/view.c to allow it to start in single-step
1244           mode, reducing size of trace files when it is used for debugging
1245           MinGW changes.
1246         + revert part of 20121222 change to tinfo_driver.c
1247         + add experimental logic in win_driver.c to improve optimization of
1248           screen updates.  This does not yet work with double-width characters,
1249           so it is ifdef'd out for the moment (prompted by report by Erwin
1250           Waterlander regarding screen flicker).
1251
1252 20121229
1253         + fix coverity warnings regarding copying into fixed-size buffers.
1254         + add throw-declarations in the c++ binding per Coverity warning.
1255         + minor changes to new-items for consistent reference to bug-report
1256           numbers.
1257
1258 20121222
1259         + add *.dSYM directories to clean-rule in ncurses directory makefile,
1260           for Mac OS builds.
1261         + add a configure check for gcc option -no-cpp-precomp, which is not
1262           available in all Mac OS X configurations (report by Andras Salamon,
1263           cf: 20011208).
1264         + improve 20021221 workaround for broken acs, handling a case where
1265           that ACS_xxx character is not in the acsc string but there is a known
1266           wide-character which can be used.
1267
1268 20121215
1269         + fix several warnings from clang 3.1 --analyze, includes correcting
1270           a null-pointer check in _nc_mvcur_resume.
1271         + correct display of double-width characters with MinGW port (report
1272           by Erwin Waterlander).
1273         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
1274         > fixes based on Coverity report:
1275         + correct coloring in test/bs.c
1276         + correct check for 8-bit value in _nc_insert_ch().
1277         + remove dead code in progs/tset.c, test/linedata.h
1278         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
1279           test-programs.
1280
1281 20121208
1282         + modify test/knight.c to show the number of choices possible for
1283           each position in automove option, e.g., to allow user to follow
1284           Warnsdorff's rule to solve the puzzle.
1285         + modify test/hanoi.c to show the minimum number of moves possible for
1286           the given number of tiles (prompted by patch by Lucas Gioia).
1287         > fixes based on Coverity report:
1288         + remove a few redundant checks.
1289         + correct logic in test/bs.c, when randomly placing a specific type of
1290           ship.
1291         + check return value from remove/unlink in tic.
1292         + check return value from sscanf in test/ncurses.c
1293         + fix a null dereference in c++/cursesw.cc
1294         + fix two instances of uninitialized variables when configuring for the
1295           terminal driver.
1296         + correct scope of variable used in SetSafeOutcWrapper macro.
1297         + set umask when calling mkstemp in tic.
1298         + initialize wbkgrndset() temporary variable when extended-colors are
1299           used.
1300
1301 20121201
1302         + also replace MinGW's wctomb(), fixing a problem with setcchar().
1303         + modify test/view.c to load UTF-8 when built with MinGW by using
1304           regular win32 API because the MinGW functions mblen() and mbtowc()
1305           do not work.
1306
1307 20121124
1308         + correct order of color initialization versus display in some of the
1309           test-programs, e.g., test_addstr.c
1310         > fixes based on Coverity report:
1311         + delete windows on exit from some of the test-programs.
1312
1313 20121117
1314         > fixes based on Coverity report:
1315         + add missing braces around FreeAndNull in two places.
1316         + various fixes in test/ncurses.c
1317         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
1318         + correct malloc size in progs/infocmp.c
1319         + guard against negative array indices in test/knight.c
1320         + fix off-by-one limit check in test/color_name.h
1321         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
1322           test/inchs.c
1323         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
1324           test/clip_printw.c, test/demo_menus.c
1325         + delete unused windows in test/chgat.c, test/clip_printw.c,
1326           test/insdelln.c, test/newdemo.c on error-return.
1327
1328 20121110
1329         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
1330           local -I include options in case someone has set conflicting -I
1331           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
1332           Vassili Courzakis).
1333         + modify the ncurses*-config scripts to eliminate relative paths from
1334           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
1335           libraries or executables.
1336
1337 20121102
1338         + realign these related pages:
1339             curs_add_wchstr.3x
1340             curs_addchstr.3x
1341             curs_addstr.3x
1342             curs_addwstr.3x
1343           and fix a long-ago error in curs_addstr.3x which said that a -1
1344           length parameter would only write as much as fit onto one line
1345           (report by Reuben Thomas).
1346         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
1347         + remove obsolete fallback _nc_strdup() for strdup().
1348         + cancel any debug-rpm in package/ncurses.spec
1349         + reviewed vte-2012, reverted most of the change since it was incorrect
1350           based on testing with tack -TD
1351         + un-cancel the initc in vte-256color, since this was implemented
1352           starting with version 0.20 in 2009 -TD
1353
1354 20121026
1355         + improve malloc/realloc checking (prompted by discussion in Redhat
1356           #866989).
1357         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
1358         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
1359           first corrects pattern used for Mac OS X's customization of gcc.
1360
1361 20121017
1362         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
1363           (Redhat #866989).
1364
1365 20121013
1366         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
1367           (patch by Christian Persch).
1368
1369 20121006
1370         + improve CF_GCC_VERSION to work around Debian's customization of gcc
1371           --version message.
1372         + improve configure macros as done in byacc:
1373           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
1374             has used that for a while.
1375           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
1376             for experimental use.
1377           + remove unused configure macros.
1378         + modify configure script and makefiles to quiet new autoconf warning
1379           for LIBS_TO_MAKE variable.
1380         + modify configure script to show $PATH_SEPARATOR variable.
1381         + update config.guess, config.sub
1382
1383 20120922
1384         + modify setupterm to set its copy of TERM to "unknown" if configured
1385           for the terminal driver and TERM was null or empty.
1386         + modify treatment of TERM variable for MinGW port to allow explicit
1387           use of the windows console driver by checking if $TERM is set to
1388           "#win32con" or an abbreviation of that.
1389         + undo recent change to fallback definition of vsscanf() to build with
1390           older Solaris compilers (cf: 20120728).
1391
1392 20120908
1393         + add test-screens to test/ncurses to show 256-characters at a time,
1394           to help with MinGW port.
1395
1396 20120903
1397         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
1398           there.
1399         + modifications for MinGW port to make wide-character display usable.
1400
1401 20120902
1402         + regenerate configure script (report by Sven Joachim, cf: 20120901).
1403
1404 20120901
1405         + add a null-pointer check in _nc_flush (cf: 20120825).
1406         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
1407           might not be allocated.
1408         + improve comparisons in configure.in for unset shell variables.
1409
1410 20120826
1411         + increase size of ncurses' output-buffer, in case of very small
1412           initial screen-sizes.
1413         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
1414           after changes to use --datarootdir (reports by Gabriele Balducci,
1415           Roumen Petrov).
1416
1417 20120825
1418         + change output buffering scheme, using buffer maintained by ncurses
1419           rather than stdio, to avoid problems with SIGTSTP handling (report
1420           by Brian Bloniarz).
1421
1422 20120811
1423         + update autoconf patch to 2.52.20120811, adding --datarootdir
1424           (prompted by discussion with Erwin Waterlander).
1425         + improve description of --enable-reentrant option in README and the
1426           INSTALL file.
1427         + add nsterm-256color, make this the default nsterm -TD
1428         + remove bw from nsterm-bce, per testing with tack -TD
1429
1430 20120804
1431         + update test/configure, adding check for tinfo library.
1432         + improve limit-checks for the getch fifo (report by Werner Fink).
1433         + fix a remaining mismatch between $with_echo and the symbols updated
1434           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
1435           Sven Joachim, cf:  20120317).
1436         + modify followup check for pkg-config's library directory in the
1437           --enable-pc-files option to validate syntax (report by Sven Joachim,
1438           cf: 20110716).
1439
1440 20120728
1441         + correct path for ncurses_mingw.h in include/headers, in case build
1442           is done outside source-tree (patch by Roumen Petrov).
1443         + modify some older xterm entries to align with xterm source -TD
1444         + separate "xterm-old" alias from "xterm-r6" -TD
1445         + add E3 extended capability to xterm-basic and putty -TD
1446         + parenthesize parameters of other macros in curses.h -TD
1447         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
1448           in case it happens to be a comma-expression, etc.  (patch by Nick
1449           Black).
1450
1451 20120721
1452         + improved form_request_by_name() and menu_request_by_name().
1453         + eliminate two fixed-size buffers in toe.c
1454         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
1455           use_tioctl(TRUE) are called.
1456         + modify ncurses test-program, adding -E and -T options to demonstrate
1457           use_env() versus use_tioctl().
1458
1459 20120714
1460         + add use_tioctl() function (adapted from patch by Werner Fink,
1461           Novell #769788):
1462
1463 20120707
1464         + add ncurses_mingw.h to installed headers (prompted by patch by
1465           Juergen Pfeifer).
1466         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
1467           by Novell #769788).
1468         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
1469           if screensize is unchanged.  Modify _nc_update_screensize() to push a
1470           KEY_RESIZE if there was a SIGWINCH, even if it does not call
1471           resizeterm().  These changes eliminate the case where a SIGWINCH is
1472           received, but ERR returned from wgetch or wgetnstr because the screen
1473           dimensions did not change (Novell #769788).
1474
1475 20120630
1476         + add --enable-interop to sample package scripts (suggested by Juergen
1477           Pfeifer).
1478         + update CF_PATH_SYNTAX macro, from mawk changes.
1479         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
1480           some work is needed on cproto to work with lib_gen.c to update
1481           llib-lncurses.
1482         + remove redundant getenv() cal in database-iterator leftover from
1483           cleanup in 20120622 changes (report by Sven Joachim).
1484
1485 20120622
1486         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
1487         + fix caching of environment variables in database-iterator (patch by
1488           Philippe Troin, Redhat #831366).
1489
1490 20120616
1491         + add configure check to distinguish clang from gcc to eliminate
1492           warnings about unused command-line parameters when compiler warnings
1493           are enabled.
1494         + improve behavior when updating terminfo entries which are hardlinked
1495           by allowing for the possibility that an alias has been repurposed to
1496           a new primary name.
1497         + fix some strict compiler warnings based on package scripts.
1498         + further fixes for configure check for working poll (Debian #676461).
1499
1500 20120608
1501         + fix an uninitialized variable in -c/-n logic for infocmp changes
1502           (cf: 20120526).
1503         + corrected fix for building c++ binding with clang 3.0 (report/patch
1504           by Richard Yao, Gentoo #417613, cf: 20110409)
1505         + correct configure check for working poll, fixing the case where stdin
1506           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
1507         + add rpm- and dpkg-scripts, to test those build-environments.
1508           The resulting packages are used only for testing.
1509
1510 20120602
1511         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
1512         + add kdch1, etc., to qvt108 -TD
1513         + add dl1/il1 to some entries based on dl/il values -TD
1514         + add dl to simpleterm -TD
1515         + add consistency-checks in tic for insert-line vs delete-line
1516           controls, and insert/delete-char keys
1517         + correct no-leaks logic in infocmp when doing comparisons, fixing
1518           duplicate free of entries given via the command-line, and freeing
1519           entries loaded from the last-but-one of files specified on the
1520           command-line.
1521         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
1522           analysis by Martin Husemann).
1523         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
1524           Onno van der Linden).
1525
1526 20120526
1527         + extend -c and -n options of infocmp to allow comparing more than two
1528           entries.
1529         + correct check in infocmp for number of terminal names when more than
1530           two are given.
1531         + correct typo in curs_threads.3x (report by Yanhui Shen on
1532           freebsd-hackers mailing list).
1533
1534 20120512
1535         + corrected 'op' for bterm (report by Samuel Thibault) -TD
1536         + modify test/background.c to demonstrate a background character
1537           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
1538           the thick- and double-line extension (cf: 20091003).
1539         + modify handling of acs characters in PutAttrChar to avoid mapping an
1540           unmapped character to a space with A_ALTCHARSET set.
1541         + rewrite vt520 entry based on vt420 -TD
1542
1543 20120505
1544         + remove p6 (bold) from opus3n1+ for consistency -TD
1545         + remove acs stuff from env230 per clues in Ingres termcap -TD
1546         + modify env230 sgr/sgr0 to match other capabilities -TD
1547         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
1548         + make sgr for dku7202 agree with other caps -TD
1549         + make sgr for ibmpc agree with other caps -TD
1550         + make sgr for tek4107 agree with other caps -TD
1551         + make sgr for ndr9500 agree with other caps -TD
1552         + make sgr for sco-ansi agree with other caps -TD
1553         + make sgr for d410 agree with other caps -TD
1554         + make sgr for d210 agree with other caps -TD
1555         + make sgr for d470c, d470c-7b agree with other caps -TD
1556         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
1557         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
1558           configured with --enable-termcap and --disable-getcap.
1559
1560 20120428
1561         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
1562         + add eslok flag to dec+sl -TD
1563         + dec+sl applies to vt320 and up -TD
1564         + drop wsl width from xterm+sl -TD
1565         + reuse xterm+sl in putty and nsca-m -TD
1566         + add ansi+tabs to vt520 -TD
1567         + add ansi+enq to vt220-vt520 -TD
1568         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
1569         + added paragraph in keyname manpage telling how extended capabilities
1570           are interpreted as key definitions.
1571         + modify tic's check of conflicting key definitions to include extended
1572           capability strings in addition to the existing check on predefined
1573           keys.
1574
1575 20120421
1576         + improve cleanup of temporary files in tic using atexit().
1577         + add msgr to vt420, similar DEC vtXXX entries -TD
1578         + add several missing vt420 capabilities from vt220 -TD
1579         + factor out ansi+pp from several entries -TD
1580         + change xterm+sl and xterm+sl-twm to include only the status-line
1581           capabilities and not "use=xterm", making them more generally useful
1582           as building-blocks -TD
1583         + add dec+sl building block, as example -TD
1584
1585 20120414
1586         + add XT to some terminfo entries to improve usefulness for other
1587           applications than screen, which would like to pretend that xterm's
1588           title is a status-line.  -TD
1589         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
1590           of ordering and overrides -TD
1591         + add consistency check in tic for screen's "XT" capability.
1592         + add section in terminfo.src summarizing the user-defined capabilities
1593           used in that file -TD
1594
1595 20120407
1596         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
1597           non-standard capabilities, while infocmp was ignoring only the user
1598           definable capabilities.
1599         + improve special case in tic parsing of description to allow it to be
1600           followed by terminfo capabilities.  Previously the description had to
1601           be the last field on an input line to allow tic to distinguish
1602           between termcap and terminfo format while still allowing commas to be
1603           embedded in the description.
1604         + correct variable name in gen_edit.sh which broke configurability of
1605           the --with-xterm-kbs option.
1606         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
1607         + further amend 20110910 change, providing for configure-script
1608           override of the "linux" terminfo entry to install and changing the
1609           default for that to "linux2.2" (Debian #665959).
1610
1611 20120331
1612         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
1613         + correct order of use-clauses in st-256color -TD
1614         + modify configure script to look for gnatgcc if the Ada95 binding
1615           is built, in preference to the default gcc/cc (suggested by
1616           Nicolas Boulenguez).
1617         + modify configure script to ensure that the same -On option used for
1618           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
1619           using "-O3" (suggested by Nicolas Boulenguez)
1620
1621 20120324
1622         + amend an old fix so that next_char() exits properly for empty files,
1623           e.g., from reading /dev/null (cf: 20080804).
1624         + modify tic so that it can read from the standard input, or from
1625           a character device.  Because tic uses seek's, this requires writing
1626           the data to a temporary file first (prompted by remark by Sven
1627           Joachim) (cf: 20000923).
1628
1629 20120317
1630         + correct a check made in lib_napms.c, so that terminfo applications
1631           can again use napms() (cf: 20110604).
1632         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
1633           (cf: 20040327).
1634         + correct scripting for --disable-echo option in test/configure.
1635         + amend check for missing c++ compiler to work when no error is
1636           reported, and no variables set (cf: 20021206).
1637         + add/use configure macro CF_DISABLE_ECHO.
1638
1639 20120310
1640         + fix some strict compiler warnings for abi6 and 64-bits.
1641         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
1642         + improve a limit-check in infocmp.c (Werner Fink):
1643
1644 20120303
1645         + minor tidying of terminfo.tail, clarify reason for limitation
1646           regarding mapping of \0 to \200
1647         + minor improvement to _nc_copy_termtype(), using memcpy to replace
1648           loops.
1649         + fix no-leaks checking in test/demo_termcap.c to account for multiple
1650           calls to setupterm().
1651         + modified the libgpm change to show previous load as a problem in the
1652           debug-trace.
1653         > merge some patches from OpenSUSE rpm (Werner Fink):
1654         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
1655         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
1656           runtime linker
1657         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
1658           fallback entries
1659
1660 20120228
1661         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
1662
1663 20120225
1664         + modify configure script to allow creating dll's for MinGW when
1665           cross-compiling.
1666         + add --enable-string-hacks option to control whether strlcat and
1667           strlcpy may be used.  The same issue applies to OpenBSD's warnings
1668           about snprintf, noting that this function is weakly standardized.
1669         + add configure checks for strlcat, strlcpy and snprintf, to help
1670           reduce bogus warnings with OpenBSD builds.
1671         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
1672           (cf:20111231)
1673         + update config.guess, config.sub
1674
1675 20120218
1676         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
1677           the first success (patch by Pierre Labastie).
1678         + improve configure macro CF_MKSTEMP by moving existence-check for
1679           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
1680         + improve configure macro CF_FUNC_POLL from luit changes to detect
1681           broken implementations, e.g., with Mac OS X.
1682         + add configure option --with-tparm-arg
1683         + build-fix for MinGW cross-compiling, so that make_hash does not
1684           depend on TTY definition (cf: 20111008).
1685
1686 20120211
1687         + make sgr for xterm-pcolor agree with other caps -TD
1688         + make sgr for att5425 agree with other caps -TD
1689         + make sgr for att630 agree with other caps -TD
1690         + make sgr for linux entries agree with other caps -TD
1691         + make sgr for tvi9065 agree with other caps -TD
1692         + make sgr for ncr260vt200an agree with other caps -TD
1693         + make sgr for ncr160vt100pp agree with other caps -TD
1694         + make sgr for ncr260vt300an agree with other caps -TD
1695         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
1696         + make sgr for cygwin, cygwinDBG agree with other caps -TD
1697         + add configure option --with-xterm-kbs to simplify configuration for
1698           Linux versus most other systems.
1699
1700 20120204
1701         + improved tic -D option, avoid making target directory and provide
1702           better diagnostics.
1703
1704 20120128
1705         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
1706         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
1707         + make sgr for sun-color agree with smso -TD
1708         + make sgr for prism9 agree with other caps -TD
1709         + make sgr for icl6404 agree with other caps -TD
1710         + make sgr for ofcons agree with other caps -TD
1711         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
1712         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
1713         + make sgr for avt-ns agree with other caps -TD
1714         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
1715           give verbose warnings (cf:  20110730).
1716         + modify misc/gen-edit.sh to make the location of the tabset directory
1717           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
1718           (Debian #653435, patch by Sven Joachim).
1719
1720 20120121
1721         + add --with-lib-prefix option to allow configuring for old/new flavors
1722           of OS/2 EMX.
1723         + modify check for gnat version to allow for year, as used in FreeBSD
1724           port.
1725         + modify check_existence() in db_iterator.c to simply check if the
1726           path is a directory or file, according to the need.  Checking for
1727           directory size also gives no usable result with OS/2 (cf: 20120107).
1728         + support OS/2 kLIBC (patch by KO Myung-Hun).
1729
1730 20120114
1731         + several improvements to test/movewindow.c (prompted by discussion on
1732           Linux Mint forum):
1733           + modify movement commands to make them continuous
1734           + rewrote the test for mvderwin
1735           + rewrote the test for recursive mvwin
1736         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
1737         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
1738           and OpenBSD.
1739         + regenerated html manpages.
1740
1741 20120107
1742         + various improvments for MinGW (Juergen Pfeifer):
1743           + modify stat() calls to ignore the st_size member
1744           + drop mk-dlls.sh script.
1745           + change recommended regular expression library.
1746           + modify rain.c to allow for threaded configuraton.
1747           + modify tset.c to allow for case when size-change logic is not used.
1748
1749 20111231
1750         + modify toe's report when -a and -s options are combined, to add
1751           a column showing which entries belong to a given database.
1752         + add -s option to toe, to sort its output.
1753         + modify progs/toe.c, simplifying use of db-iterator results to use
1754           caching improvements from 20111001 and 20111126.
1755         + correct generation of pc-files when ticlib or termlib options are
1756           given to rename the corresponding tic- or tinfo-libraries (report
1757           by Sven Joachim).
1758
1759 20111224
1760         + document a portability issue with tput, i.e., that scripts which work
1761           with ncurses may fail in other implementations that do no parameter
1762           analysis.
1763         + add putty-sco entry -TD
1764
1765 20111217
1766         + review/fix places in manpages where --program-prefix configure option
1767           was not being used.
1768         + add -D option to infocmp, to show the database locations that it
1769           could use.
1770         + fix build for the special case where term-driver, ticlib and termlib
1771           are all enabled.  The terminal driver depends on a few features in
1772           the base ncurses library, so tic's dependencies include both ncurses
1773           and termlib.
1774         + fix build work for term-driver when --enable-wgetch-events option is
1775           enabled.
1776         + use <stdint.h> types to fix some questionable casts to void*.
1777
1778 20111210
1779         + modify configure script to check if thread library provides
1780           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
1781         + modify configure script to suppress check to define _XOPEN_SOURCE
1782           for IRIX64, since its header files have a conflict versus
1783           _SGI_SOURCE.
1784         + modify configure script to add ".pc" files for tic- and
1785           tinfo-libraries, which were omitted in recent change (cf: 20111126).
1786         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
1787
1788 20111203
1789         + modify configure-check for etip.h dependencies, supplying a temporary
1790           copy of ncurses_dll.h since it is a generated file (prompted by
1791           Debian #646977).
1792         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
1793
1794 20111126
1795         + correct database iterator's check for duplicate entries
1796           (cf: 20111001).
1797         + modify database iterator to ignore $TERMCAP when it is not an
1798           absolute pathname.
1799         + add -D option to tic, to show the database locations that it could
1800           use.
1801         + improve description of database locations in tic manpage.
1802         + modify the configure script to generate a list of the ".pc" files to
1803           generate, rather than deriving the list from the libraries which have
1804           been built (patch by Mike Frysinger).
1805         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
1806           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
1807           from patch by Mike Frysinger).
1808
1809 20111119
1810         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
1811           from curses.priv.h, fixing a regression with IRIX64 and Tru64
1812           (cf: 20110416)
1813         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
1814           i.e., the database iterator was not initialized.  This case is needed
1815           to when tic is translating to termcap, rather than loading the
1816           database (cf:  20111001).
1817
1818 20111112
1819         + add pccon entries for OpenBSD console (Alexei Malinin).
1820         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
1821           600 to work around inconsistent ifdef'ing of wcstof between C and
1822           C++ header files.
1823         + modify capconvert script to accept more than exact match on "xterm",
1824           e.g., the "xterm-*" variants, to exclude from the conversion (patch
1825           by Robert Millan).
1826         + add -lc_r as alternative for -lpthread, allows build of threaded code
1827           in older FreeBSD machines.
1828         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
1829           _POSIX_SOURCE are defined.
1830         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
1831
1832 20111030
1833         + modify make_db_path() to allow creating "terminfo.db" in the same
1834           directory as an existing "terminfo" directory.  This fixes a case
1835           where switching between hashed/filesystem databases would cause the
1836           new hashed database to be installed in the next best location -
1837           root's home directory.
1838         + add variable cf_cv_prog_gnat_correct to those passed to
1839           config.status, fixing a problem with Ada95 builds (cf: 20111022).
1840         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
1841           accommodate broken implementations for _XPG6.
1842         + eliminate usage of NULL symbol from etip.h, to reduce header
1843           interdependencies.
1844         + add configure check to decide when to add _XOPEN_SOURCE define to
1845           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
1846           This is a workaround for gcc 4.6, which fails to build the c++
1847           binding if that symbol is defined by the application, due to
1848           incorrectly combining the corresponding feature test macros
1849           (report by Peter Kruse).
1850
1851 20111022
1852         + correct logic for discarding mouse events, retaining the partial
1853           events used to build up click, double-click, etc, until needed
1854           (cf: 20110917).
1855         + fix configure script to avoid creating unused Ada95 makefile when
1856           gnat does not work.
1857         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
1858           internal functions of libncurses.  The external interface of courses
1859           uses bool, which still produces these warnings.
1860
1861 20111015
1862         + improve description of --disable-tic-depends option to make it
1863           clear that it may be useful whether or not the --with-termlib
1864           option is also given (report by Sven Joachim).
1865         + amend termcap equivalent for set_pglen_inch to use the X/Open
1866           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
1867         + improve manpage for tgetent differences from termcap library.
1868
1869 20111008
1870         + moved static data from db_iterator.c to lib_data.c
1871         + modify db_iterator.c for memory-leak checking, fix one leak.
1872         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
1873           of ncurses rather than Requires, as well as Libs.private for the
1874           other library dependencies (prompted by Debian #644728).
1875
1876 20111001
1877         + modify tic "-K" option to only set the strict-flag rather than force
1878           source-output.  That allows the same flag to control the parser for
1879           input and output of termcap source.
1880         + modify _nc_getent() to ignore backslash at the end of a comment line,
1881           making it consistent with ncurses' parser.
1882         + restore a special-case check for directory needed to make termcap
1883           text files load as if they were databases (cf: 20110924).
1884         + modify tic's resolution/collision checking to attempt to remove the
1885           conflicting alias from the second entry in the pair, which is
1886           normally following in the source file.  Also improved the warning
1887           message to make it simpler to see which alias is the problem.
1888         + improve performance of the database iterator by caching search-list.
1889
1890 20110925
1891         + add a missing "else" in changes to _nc_read_tic_entry().
1892
1893 20110924
1894         + modify _nc_read_tic_entry() so that hashed-database is checked before
1895           filesystem.
1896         + updated CF_CURSES_LIBS check in test/configure script.
1897         + modify configure script and makefiles to split TIC_ARGS and
1898           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
1899           to help separate searches for tic- and tinfo-libraries (patch by Nick
1900           Alcock aka "Nix").
1901         + build-fix for lib_mouse.c changes (cf: 20110917).
1902
1903 20110917
1904         + fix compiler warning for clang 2.9
1905         + improve merging of mouse events (integrated patch by Damien
1906           Guibouret).
1907         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
1908           (patch by Damien Guibouret).
1909
1910 20110910
1911         + modify misc/gen_edit.sh to select a "linux" entry which works with
1912           the current kernel rather than assuming it is always "linux3.0"
1913           (cf: 20110716).
1914         + revert a change to getmouse() which had the undesirable side-effect
1915           of suppressing button-release events (report by Damien Guibouret,
1916           cf: 20100102).
1917         + add xterm+kbs fragment from xterm #272 -TD
1918         + add configure option --with-pkg-config-libdir to provide control over
1919           the actual directory into which pc-files are installed, do not use
1920           the pkg-config environment variables (discussion with Frederic L W
1921           Meunier).
1922         + add link to mailing-list archive in announce.html.in, as done in
1923           FAQ (prompted by question by Andrius Bentkus).
1924         + improve manpage install by adjusting the "#include" examples to
1925           show the ncurses-subdirectory used when --disable-overwrite option
1926           is used.
1927         + install an alias for "curses" to the ncurses manpage, tied to the
1928           --with-curses-h configure option (suggested by Reuben Thomas).
1929
1930 20110903
1931         + propagate error-returns from wresize, i.e., the internal
1932           increase_size and decrease_size functions through resize_term (report
1933           by Tim van der Molen, cf:  20020713).
1934         + fix typo in tset manpage (patch by Sven Joachim).
1935
1936 20110820
1937         + add a check to ensure that termcap files which might have "^?" do
1938           not use the terminfo interpretation as "\177".
1939         + minor cleanup of X-terminal emulator section of terminfo.src -TD
1940         + add terminator entry -TD
1941         + add simpleterm entry -TD
1942         + improve wattr_get macros by ensuring that if the window pointer is
1943           null, then the attribute and color values returned will be zero
1944           (cf: 20110528).
1945
1946 20110813
1947         + add substitution for $RPATH_LIST to misc/ncurses-config.in
1948         + improve performance of tic with hashed-database by caching the
1949           database connection, using atexit() to cleanup.
1950         + modify treatment of 2-character aliases at the beginning of termcap
1951           entries so they are not counted in use-resolution, since these are
1952           guaranteed to be unique.  Also ignore these aliases when reporting
1953           the primary name of the entry (cf: 20040501)
1954         + double-check gn (generic) flag in terminal descriptions to
1955           accommodate old/buggy termcap databases which misused that feature.
1956         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
1957           error-return.
1958
1959 20110807
1960         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
1961           variable is defined in the makefiles which use it.
1962         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
1963         + build-fixes for NetBSD 5.1 with termcap support enabled.
1964         + corrected k9 in dg460-ansi, add other features based on manuals -TD
1965         + improve trimming of whitespace at the end of terminfo/termcap output
1966           from tic/infocmp.
1967         + when writing termcap source, ensure that colons in the description
1968           field are translated to a non-delimiter, i.e., "=".
1969         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
1970           use a single line.
1971         + add a null-pointer check when handling the $CC variable.
1972
1973 20110730
1974         + modify configure script and makefiles in c++ and progs to allow the
1975           directory used for rpath option to be overridden, e.g., to work
1976           around updates to the variables used by tic during an install.
1977         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
1978           for termcap output.
1979         + add _nc_strict_bsd variable in tic library which controls the
1980           "strict" BSD termcap compatibility from 20110723, plus these
1981           features:
1982           + allow escapes such as "\8" and "\9" when reading termcap
1983           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
1984             termcap files, passing through "a", "e", etc.
1985           + expand "\:" as "\072" on output.
1986         + modify _nc_get_token() to reset the token's string value in case
1987           there is a string-typed token lacking the "=" marker.
1988         + fix a few memory leaks in _nc_tgetent.
1989         + fix a few places where reading from a termcap file could refer to
1990           freed memory.
1991         + add an overflow check when converting terminfo/termcap numeric
1992           values, since terminfo stores those in a short, and they must be
1993           positive.
1994         + correct internal variables used for translating to termcap "%>"
1995           feature, and translating from termcap %B to terminfo, needed by
1996           tctest (cf: 19991211).
1997         + amend a minor fix to acsc when loading a termcap file to separate it
1998           from warnings needed for tic (cf: 20040710)
1999         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
2000           a termcap file to be handled via TERMINFO_DIRS.
2001         + modify _nc_infotocap() to include non-mandatory padding when
2002           translating to termcap.
2003         + modify _nc_read_termcap_entry(), passing a flag in the case where
2004           getcap is used, to reduce interactive warning messages.
2005
2006 20110723
2007         + add a check in start_color() to limit color-pairs to 256 when
2008           extended colors are not supported (patch by David Benjamin).
2009         + modify setcchar to omit no-longer-needed OR'ing of color pair in
2010           the SetAttr() macro (patch by David Benjamin).
2011         + add kich1 to sun terminfo entry (Yuri Pankov)
2012         + use bold rather than reverse for smso in sun-color terminfo entry
2013           (Yuri Pankov).
2014         + improve generation of termcap using tic/infocmp -C option, e.g.,
2015           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
2016           regarding Schilling's test program):
2017           + translate %02 and %03 to %2 and %3 respectively.
2018           + suppress string capabilities which use %s, not supported by tgoto
2019           + use \040 rather than \s
2020           + expand null characters as \200 rather than \0
2021         + modify configure script to support shared libraries for DragonFlyBSD.
2022
2023 20110716
2024         + replace an assert() in _nc_Free_Argument() with a regular null
2025           pointer check (report/analysis by Franjo Ivancic).
2026         + modify configure --enable-pc-files option to take into account the
2027           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
2028         + add/use xterm+tmux chunk from xterm #271 -TD
2029         + resync xterm-new entry from xterm #271 -TD
2030         + add E3 extended capability to linux-basic (Miroslav Lichvar)
2031         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
2032         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
2033         + fix inconsistent tabset path in pcmw (Todd C. Miller).
2034         + remove a backslash which continued comment, obscuring altos3
2035           definition with OpenBSD toolset (Nicholas Marriott).
2036
2037 20110702
2038         + add workaround from xterm #271 changes to ensure that compiler flags
2039           are not used in the $CC variable.
2040         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
2041           7.1 with both gcc 4.2.4 and cc.
2042         + modify configure checks for AIX to include release 7.x
2043         + add loader flags/libraries to libtool options so that dynamic loading
2044           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
2045           at gentoo prefix repository (patch by Michael Haubenwallner).
2046
2047 20110626
2048         + move include of nc_termios.h out of term_entry.h, since the latter
2049           is installed, e.g., for tack while the former is not (report by
2050           Sven Joachim).
2051
2052 20110625
2053         + improve cleanup() function in lib_tstp.c, using _exit() rather than
2054           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
2055           comments forwarded by Nicholas Marriott).
2056         + reduce name pollution from term.h, moving fallback #define's for
2057           tcgetattr(), etc., to new private header nc_termios.h (report by
2058           Sergio NNX).
2059         + two minor fixes for tracing (patch by Vassili Courzakis).
2060         + improve trace initialization by starting it in use_env() and
2061           ripoffline().
2062         + review old email, add details for some changelog entries.
2063
2064 20110611
2065         + update minix entry to minix 3.2 (Thomas Cort).
2066         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
2067
2068 20110604
2069         + fixes for MirBSD port:
2070           + set default prefix to /usr.
2071           + add support for shared libraries in configure script.
2072           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
2073         + add a few more checks based on ncurses/link_test.
2074         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
2075
2076 20110528
2077         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
2078         + used ncurses/link_test to check for behavior when the terminal has
2079           not been initialized and when an application passes null pointers
2080           to the library.  Added checks to cover this (prompted by Redhat
2081           #707344).
2082         + modify MKlib_gen.sh to make its main() function call each function
2083           with zero parameters, to help find inconsistent checking for null
2084           pointers, etc.
2085
2086 20110521
2087         + fix warnings from clang 2.7 "--analyze"
2088
2089 20110514
2090         + compiler-warning fixes in panel and progs.
2091         + modify CF_PKG_CONFIG macro, from changes to tin -TD
2092         + modify CF_CURSES_FUNCS configure macro, used in test directory
2093           configure script:
2094           + work around (non-optimizer) bug in gcc 4.2.1 which caused
2095             test-expression to be omitted from executable.
2096           + force the linker to see a link-time expression of a symbol, to
2097             help work around weak-symbol issues.
2098
2099 20110507
2100         + update discussion of MKfallback.sh script in INSTALL; normally the
2101           script is used automatically via the configured makefiles.  However
2102           there are still occasions when it might be used directly by packagers
2103           (report by Gunter Schaffler).
2104         + modify misc/ncurses-config.in to omit the "-L" option from the
2105           "--libs" output if the library directory is /usr/lib.
2106         + change order of tests for curses.h versus ncurses.h headers in the
2107           configure scripts for Ada95 and test-directories, to look for
2108           ncurses.h, from fixes to tin -TD
2109         + modify ncurses/tinfo/access.c to account for Tandem's root uid
2110           (report by Joachim Schmitz).
2111
2112 20110430
2113         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
2114           is not used when building a static library (report by Nicolas
2115           Boulenguez):
2116         + Ada95 build-fix for big-endian architectures such as sparc.  This
2117           undoes one of the fixes from 20110319, which added an "Unused" member
2118           to representation clauses, replacing that with pragmas to suppress
2119           warnings about unused bits (patch by Nicolas Boulenguez).
2120
2121 20110423
2122         + add check in test/configure for use_window, use_screen.
2123         + add configure-checks for getopt's variables, which may be declared
2124           as different types on some Unix systems.
2125         + add check in test/configure for some legacy curses types of the
2126           function pointer passed to tputs().
2127         + modify init_pair() to accept -1's for color value after
2128           assume_default_colors() has been called (Debian #337095).
2129         + modify test/background.c, adding commmand-line options to demonstrate
2130           assume_default_colors() and use_default_colors().
2131
2132 20110416
2133         + modify configure script/source-code to only define _POSIX_SOURCE if
2134           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
2135           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
2136         + update config.guess, config.sub
2137
2138 20110409
2139         + fixes to build c++ binding with clang 3.0 (patch by Alexander
2140           Kolesen).
2141         + add check for unctrl.h in test/configure, to work around breakage in
2142           some ncurses packages.
2143         + add "--disable-widec" option to test/configure script.
2144         + add "--with-curses-colr" and "--with-curses-5lib" options to the
2145           test/configure script to address testing with very old machines.
2146
2147 20110404 5.9 release for upload to ftp.gnu.org
2148
2149 20110402
2150         + various build-fixes for the rpm/dpkg scripts.
2151         + add "--enable-rpath-link" option to Ada95/configure, to allow
2152           packages to suppress the rpath feature which is normally used for
2153           the in-tree build of sample programs.
2154         + corrected definition of libdir variable in Ada95/src/Makefile.in,
2155           needed for rpm script.
2156         + add "--with-shared" option to Ada95/configure script, to allow
2157           making the C-language parts of the binding use appropriate compiler
2158           options if building a shared library with gnat.
2159
2160 20110329
2161         > portability fixes for Ada95 binding:
2162         + add configure check to ensure that SIGINT works with gnat.  This is
2163           needed for the "rain" sample program.  If SIGINT does not work, omit
2164           that sample program.
2165         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
2166         + add ncurses_compat.c, to supply functions used in the Ada95 binding
2167           which were added in 5.7 and later.
2168         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
2169           upon GNU sed.
2170
2171 20110326
2172         + add special check in Ada95/configure script for ncurses6 reentrant
2173           code.
2174         + regen Ada html documentation.
2175         + build-fix for Ada shared libraries versus the varargs workaround.
2176         + add rpm and dpkg scripts for Ada95 and test directories, for test
2177           builds.
2178         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
2179           CF_X_ATHENA_LIBS.
2180         + add configure check to determine if gnat's project feature supports
2181           libraries, i.e., collections of .ali files.
2182         + make all dereferences in Ada95 samples explicit.
2183         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
2184         + add configure check for, ifdef's for math.h which is in a separate
2185           package on Solaris and potentially not installed (report by Petr
2186           Pavlu).
2187         > fixes for Ada95 binding (Nicolas Boulenguez):
2188         + improve type-checking in Ada95 by eliminating a few warning-suppress
2189           pragmas.
2190         + suppress unreferenced warnings.
2191         + make all dereferences in binding explicit.
2192
2193 20110319
2194         + regen Ada html documentation.
2195         + change order of -I options from ncurses*-config script when the
2196           --disable-overwrite option was used, so that the subdirectory include
2197           is listed first.
2198         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
2199         + modify configure script to provide value for HTML_DIR in
2200           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
2201           distributed separately (report by Nicolas Boulenguez).
2202         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
2203           CFLAGS for the build has these options.
2204         + amend change from 20070324, to not add 1 to the result of getmaxx
2205           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
2206           thread in comp.lang.ada).
2207         + build-fix Ada95/samples for gnat 4.5
2208         + spelling fixes for Ada95/samples/explain.txt
2209         > fixes for Ada95 binding (Nicolas Boulenguez):
2210         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
2211         + add workaround for binding to set_field_type(), which uses varargs.
2212           The original binding from 990220 relied on the prevalent
2213           implementation of varargs which did not support or need va_copy().
2214         + add dependency on gen/Makefile.in needed for *-panels.ads
2215         + add Library_Options to library.gpr
2216         + add Languages to library.gpr, for gprbuild
2217
2218 20110307
2219         + revert changes to limit-checks from 20110122 (Debian #616711).
2220         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
2221         + corrected a minor sign error in a field of Low_Level_Field_Type, to
2222           conform to form.h.
2223         + replaced C_Int by Curses_Bool as return type for some callbacks, see
2224           fieldtype(3FORM).
2225         + modify samples/sample-explain.adb to provide explicit message when
2226           explain.txt is not found.
2227
2228 20110305
2229         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
2230         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
2231           for compiler warnings (report by Nicolas Boulenguez).
2232         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
2233           needed to compile when chtype is 64-bits using gnat 4.4.5
2234
2235 20110226 5.8 release for upload to ftp.gnu.org
2236
2237 20110226
2238         + update release notes, for 5.8.
2239         + regenerated html manpages.
2240         + change open() in _nc_read_file_entry() to fopen() for consistency
2241           with write_file().
2242         + modify misc/run_tic.in to create parent directory, in case this is
2243           a new install of hashed database.
2244         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
2245
2246 20110220
2247         + configure script rpath fixes from xterm #269.
2248         + workaround for cygwin's non-functional features.h, to force ncurses'
2249           configure script to define _XOPEN_SOURCE_EXTENDED when building
2250           wide-character configuration.
2251         + build-fix in run_tic.sh for OS/2 EMX install
2252         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
2253
2254 20110212
2255         + regenerated html manpages.
2256         + use _tracef() in show_where() function of tic, to work correctly with
2257           special case of trace configuration.
2258
2259 20110205
2260         + add xterm-utf8 entry as a demo of the U8 feature -TD
2261         + add U8 feature to denote entries for terminal emulators which do not
2262           support VT100 SI/SO when processing UTF-8 encoding -TD
2263         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
2264           extended terminfo capability U8 (prompted by mailing list
2265           discussion).
2266
2267 20110122
2268         + start documenting interface changes for upcoming 5.8 release.
2269         + correct limit-checks in derwin().
2270         + correct limit-checks in newwin(), to ensure that windows have nonzero
2271           size (report by Garrett Cooper).
2272         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
2273           Alcock).
2274         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
2275           by discussion with Kevin Martin).
2276
2277 20110115
2278         + modify Ada95/configure script to make the --with-curses-dir option
2279           work without requiring the --with-ncurses option.
2280         + modify test programs to allow them to be built with NetBSD curses.
2281         + document thick- and double-line symbols in curs_add_wch.3x manpage.
2282         + document WACS_xxx constants in curs_add_wch.3x manpage.
2283         + fix some warnings for clang 2.6 "--analyze"
2284         + modify Ada95 makefiles to make html-documentation with the project
2285           file configuration if that is used.
2286         + update config.guess, config.sub
2287
2288 20110108
2289         + regenerated html manpages.
2290         + minor fixes to enable lint when trace is not enabled, e.g., with
2291           clang --analyze.
2292         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
2293         + update ncurses/llib-lncurses*
2294
2295 20110101
2296         + fix remaining strict compiler warnings in ncurses library ABI=5,
2297           except those dealing with function pointers, etc.
2298
2299 20101225
2300         + modify nc_tparm.h, adding guards against repeated inclusion, and
2301           allowing TPARM_ARG to be overridden.
2302         + fix some strict compiler warnings in ncurses library.
2303
2304 20101211
2305         + suppress ncv in screen entry, allowing underline (patch by Alejandro
2306           R Sedeno).
2307         + also suppress ncv in konsole-base -TD
2308         + fixes in wins_nwstr() and related functions to ensure that special
2309           characters, i.e., control characters are handled properly with the
2310           wide-character configuration.
2311         + correct a comparison in wins_nwstr() (Redhat #661506).
2312         + correct help-messages in some of the test-programs, which still
2313           referred to quitting with 'q'.
2314
2315 20101204
2316         + add special case to _nc_infotocap() to recognize the setaf/setab
2317           strings from xterm+256color and xterm+88color, and provide a reduced
2318           version which works with termcap.
2319         + remove obsolete emacs "Local Variables" section from documentation
2320           (request by Sven Joachim).
2321         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
2322           (report by Sven Joachim).
2323
2324 20101128
2325         + modify test/configure and test/Makefile.in to handle this special
2326           case of building within a build-tree (Debian #34182):
2327                 mkdir -p build && cd build && ../test/configure && make
2328
2329 20101127
2330         + miscellaneous build-fixes for Ada95 and test-directories when built
2331           out-of-tree.
2332         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
2333         + fix typo in rmso for tek4106 entry -Goran Weinholt
2334
2335 20101120
2336         + improve checks in test/configure for X libraries, from xterm #267
2337           changes.
2338         + modify test/configure to allow it to use the build-tree's libraries
2339           e.g., when using that to configure the test-programs without the
2340           rpath feature (request by Sven Joachim).
2341         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
2342           for compatibility, but generally deprecating those since the VTE
2343           library is what actually defines the behavior of "gnome", etc.,
2344           since 2003 -TD
2345
2346 20101113
2347         + compiler warning fixes for test programs.
2348         + various build-fixes for test-programs with pdcurses.
2349         + updated configure checks for X packages in test/configure from xterm
2350           #267 changes.
2351         + add configure check to gnatmake, to accommodate cygwin.
2352
2353 20101106
2354         + correct list of sub-directories needed in Ada95 tree for building as
2355           a separate package.
2356         + modify scripts in test-directory to improve builds as a separate
2357           package.
2358
2359 20101023
2360         + correct parsing of relative tab-stops in tabs program (report by
2361           Philip Ganchev).
2362         + adjust configure script so that "t" is not added to library suffix
2363           when weak-symbols are used, allowing the pthread configuration to
2364           more closely match the non-thread naming (report by Werner Fink).
2365         + modify configure check for tic program, used for fallbacks, to a
2366           warning if not found.  This makes it simpler to use additonal
2367           scripts to bootstrap the fallbacks code using tic from the build
2368           tree (report by Werner Fink).
2369         + fix several places in configure script using ${variable-value} form.
2370         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
2371           which do not support selectively linking against static libraries
2372           (report by John P. Hartmann)
2373         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
2374
2375 20101009
2376         + correct comparison used for setting 16-colors in linux-16color
2377           entry (Novell #644831) -TD
2378         + improve linux-16color entry, using "dim" for color-8 which makes it
2379           gray rather than black like color-0 -TD
2380         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
2381           external package "cindent".
2382
2383 20101002
2384         + improve linkages in html manpages, adding references to the newer
2385           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
2386         + add checks in tic for inconsistent cursor-movement controls, and for
2387           inconsistent printer-controls.
2388         + fill in no-parameter forms of cursor-movement where a parameterized
2389           form is available -TD
2390         + fill in missing cursor controls where the form of the controls is
2391           ANSI -TD
2392         + fix inconsistent punctuation in form_variables manpage (patch by
2393           Sven Joachim).
2394         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
2395         > patch by Juergen Pfeifer:
2396         + document how to build 32-bit libraries in README.MinGW
2397         + fixes to filename computation in mk-dlls.sh.in
2398         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
2399           Joachim).
2400         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
2401           distinguish between 32-bit and 64-bit hosts.  The result is stored
2402           in mingw_arch
2403
2404 20100925
2405         + add "XT" capability to entries for terminals that support both
2406           xterm-style mouse- and title-controls, for "screen" which
2407           special-cases TERM beginning with "xterm" or "rxvt" -TD
2408         > patch by Juergen Pfeifer:
2409         + use 64-Bit MinGW toolchain (recommended package from TDM, see
2410           README.MinGW).
2411         + support pthreads when using the TDM MinGW toolchain
2412
2413 20100918
2414         + regenerated html manpages.
2415         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
2416         + add manpage for sp-funcs.
2417         + add sp-funcs to test/listused.sh, for documentation aids.
2418
2419 20100911
2420         + add manpages for summarizing public variables of curses-, terminfo-
2421           and form-libraries.
2422         + minor fixes to manpages for consistency (patch by Jason McIntyre).
2423         + modify tic's -I/-C dump to reformat acsc strings into canonical form
2424           (sorted, unique mapping) (cf: 971004).
2425         + add configure check for pthread_kill(), needed for some old
2426           platforms.
2427
2428 20100904
2429         + add configure option --without-tests, to suppress building test
2430           programs (request by Frederic L W Meunier).
2431
2432 20100828
2433         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
2434         + add check in terminfo source-reader to provide more informative
2435           message when someone attempts to run tic on a compiled terminal
2436           description (prompted by Debian #593920).
2437         + note in infotocap and captoinfo manpages that they read terminal
2438           descriptions from text-files (Debian #593920).
2439         + improve acsc string for vt52, show arrow keys (patch by Benjamin
2440           Sittler).
2441
2442 20100814
2443         + document in manpages that "mv" functions first use wmove() to check
2444           the window pointer and whether the position lies within the window
2445           (suggested by Poul-Henning Kamp).
2446         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
2447           by Tim van der Molen).
2448         + modify configure script to transform library names for tic- and
2449           tinfo-libraries so that those build properly with Mac OS X shared
2450           library configuration.
2451         + modify configure script to ensure that it removes conftest.dSYM
2452           directory leftover on checks with Mac OS X.
2453         + modify configure script to cleanup after check for symbolic links.
2454
2455 20100807
2456         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
2457           (cf: 20100724)
2458         + improve configure checks for location of tic and infocmp programs
2459           used for installing database and for generating fallback data,
2460           e.g., for cross-compiling.
2461         + add Markus Kuhn's wcwidth function for compiling MinGW
2462         + add special case to CF_REGEX for cross-compiling to MinGW target.
2463
2464 20100731
2465         + modify initialization check for win32con driver to eliminate need for
2466           special case for TERM "unknown", using terminal database if available
2467           (prompted by discussion with Roumen Petrov).
2468         + for MinGW port, ensure that terminal driver is setup if tgetent()
2469           is called (patch by Roumen Petrov).
2470         + document tabs "-0" and "-8" options in manpage.
2471         + fix Debian "lintian" issues with manpages reported in
2472           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
2473
2474 20100724
2475         + add a check in tic for missing set_tab if clear_all_tabs given.
2476         + improve use of symbolic links in makefiles by using "-f" option if
2477           it is supported, to eliminate temporary removal of the target
2478           (prompted by http://www.t2-project.org/packages/ncurses.html)
2479         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
2480           after exit from 'm' main-menu command.
2481         + improved ncu-indent, from mawk changes, allows more than one of
2482           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
2483
2484 20100717
2485         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
2486           the alternate character set (patch by Nicholas Marriott)
2487         + remove tar-copy.sh and related configure/Makefile chunks, since the
2488           Ada95 binding is now installed using rules in Ada95/src.
2489
2490 20100703
2491         + continue integrating changes to use gnatmake project files in Ada95
2492           + add/use configure check to turn on project rules for Ada95/src.
2493         + revert the vfork change from 20100130, since it does not work.
2494
2495 20100626
2496         + continue integrating changes to use gnatmake project files in Ada95
2497           + old gnatmake (3.15) does not produce libraries using project-file;
2498             work around by adding script to generate alternate makefile.
2499
2500 20100619
2501         + continue integrating changes to use gnatmake project files in Ada95
2502           + add configure --with-ada-sharedlib option, for the test_make rule.
2503           + move Ada95-related logic into aclocal.m4, since additional checks
2504             will be needed to distinguish old/new implementations of gnat.
2505
2506 20100612
2507         + start integrating changes to use gnatmake project files in Ada95 tree
2508           + add test_make / test_clean / test_install rules in Ada95/src
2509           + change install-path for adainclude directory to /usr/share/ada (was
2510             /usr/lib/ada).
2511         + update Ada95/configure.
2512         + add mlterm+256color entry, for mlterm 3.0.0 -TD
2513         + modify test/configure to use macros to ensure consistent order
2514           of updating LIBS variable.
2515
2516 20100605
2517         + change search order of options for Solaris in CF_SHARED_OPTS, to
2518           work with 64-bit compiles.
2519         + correct quoting of assignment in CF_SHARED_OPTS case for aix
2520           (cf: 20081227)
2521
2522 20100529
2523         + regenerated html documentation.
2524         + modify test/configure to support pkg-config for checking X libraries
2525           used by PDCurses.
2526         + add/use configure macro CF_ADD_LIB to force consistency of
2527           assignments to $LIBS, etc.
2528         + fix configure script for combining --with-pthread
2529           and --enable-weak-symbols options.
2530
2531 20100522
2532         + correct cross-compiling configure check for CF_MKSTEMP macro, by
2533           adding a check cache variable set by AC_CHECK_FUNC (report by
2534           Pierre Labastie).
2535         + simplify include-dependencies of make_hash and make_keys, to reduce
2536           the need for setting BUILD_CPPFLAGS in cross-compiling when the
2537           build- and target-machines differ.
2538         + repair broken-linker configuration by restoring a definition of SP
2539           variable to curses.priv.h, and adjusting for cases where sp-funcs
2540           are used.
2541         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
2542           variable to override (prompted by report by Pablo Cazallas).
2543
2544 20100515
2545         + add configure option --enable-pthreads-eintr to control whether the
2546           new EINTR feature is enabled.
2547         + modify logic in pthread configuration to allow EINTR to interrupt
2548           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
2549         + drop mkdirs.sh, use "mkdir -p".
2550         + add configure option --disable-libtool-version, to use the
2551           "-version-number" feature which was added in libtool 1.5 (report by
2552           Peter Haering).  The default value for the option uses the newer
2553           feature, which makes libraries generated using libtool compatible
2554           with the standard builds of ncurses.
2555         + updated test/configure to match configure script macros.
2556         + fixes for configure script from lynx changes:
2557           + improve CF_FIND_LINKAGE logic for the case where a function is
2558             found in predefined libraries.
2559           + revert part of change to CF_HEADER (cf: 20100424)
2560
2561 20100501
2562         + correct limit-check in wredrawln, accounting for begy/begx values
2563           (patch by David Benjamin).
2564         + fix most compiler warnings from clang.
2565         + amend build-fix for OpenSolaris, to ensure that a system header is
2566           included in curses.h before testing feature symbols, since they
2567           may be defined by that route.
2568
2569 20100424
2570         + fix some strict compiler warnings in ncurses library.
2571         + modify configure macro CF_HEADER_PATH to not look for variations in
2572           the predefined include directories.
2573         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
2574           with gcc 4.x's c89 alias, which gives warning messages for cases
2575           where older versions would produce an error.
2576
2577 20100417
2578         + modify _nc_capcmp() to work with cancelled strings.
2579         + correct translation of "^" in _nc_infotocap(), used to transform
2580           terminfo to termcap strings
2581         + add configure --disable-rpath-hack, to allow disabling the feature
2582           which adds rpath options for libraries in unusual places.
2583         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
2584           directory was already added.
2585         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
2586           directories (which will be ignored).
2587
2588 20100410
2589         + improve win_driver.c handling of mouse:
2590           + discard motion events
2591           + avoid calling _nc_timed_wait when there is a mouse event
2592           + handle 4th and "rightmost" buttons.
2593         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
2594           cases where there are embedded blanks in the rpath option.
2595
2596 20100403
2597         + add configure check for exctags vs ctags, to work around pkgsrc.
2598         + simplify logic in _nc_get_screensize() to make it easier to see how
2599           environment variables may override system- and terminfo-values
2600           (prompted by discussion with Igor Bujna).
2601         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
2602         + improve handling of color-pairs embedded in attributes for the
2603           extended-colors configuration.
2604         + modify MKlib_gen.sh to build link_test with sp-funcs.
2605         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
2606           configuration as well as for rpath feature in *-config scripts.
2607
2608 20100327
2609         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
2610           reusable.
2611         + improve configure CF_REGEX, similar fixes.
2612         + improve configure CF_FIND_LINKAGE, adding add check between system
2613           (default) and explicit paths, where we can find the entrypoint in the
2614           given library.
2615         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
2616           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
2617           Ensure that Gpm_Close() is called in this case.
2618
2619 20100320
2620         + rename atari and st52 terminfo entries to atari-old, st52-old, use
2621           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
2622           Hourihane).
2623
2624 20100313
2625         + modify install-rule for manpages so that *-config manpages will
2626           install when building with --srcdir (report by Sven Joachim).
2627         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
2628           option is not the same as --disable-leaks (GenToo #305889).
2629         + modify #define's for build-compiler to suppress cchar_t symbol from
2630           compile of make_hash and make_keys, improving cross-compilation of
2631           ncursesw (report by Bernhard Rosenkraenzer).
2632         + modify CF_MAN_PAGES configure macro to replace all occurrences of
2633           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
2634           Kaseorg).
2635
2636 20100306
2637         + generate manpages for the *-config scripts, adapted from help2man
2638           (suggested by Sven Joachim).
2639         + use va_copy() in _nc_printf_string() to avoid conflicting use of
2640           va_list value in _nc_printf_length() (report by Wim Lewis).
2641
2642 20100227
2643         + add Ada95/configure script, to use in tar-file created by
2644           Ada95/make-tar.sh
2645         + fix typo in wresize.3x (patch by Tim van der Molen).
2646         + modify screen-bce.XXX entries to exclude ech, since screen's color
2647           model does not clear with color for that feature -TD
2648
2649 20100220
2650         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
2651           making those separately distributable.
2652         + build-fix for static libraries without dlsym (Debian #556378).
2653         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
2654           Schwarze).
2655
2656 20100213
2657         + add several screen-bce.XXX entries -TD
2658
2659 20100206
2660         + update mrxvt terminfo entry -TD
2661         + modify win_driver.c to support mouse single-clicks.
2662         + correct name for termlib in ncurses*-config, e.g., if it is renamed
2663           to provide a single file for ncurses/ncursesw libraries (patch by
2664           Miroslav Lichvar).
2665
2666 20100130
2667         + use vfork in test/ditto.c if available (request by Mike Frysinger).
2668         + miscellaneous cleanup of manpages.
2669         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
2670         + build-fix for --srcdir (patch by Miroslav Lichvar).
2671
2672 20100123
2673         + for term-driver configuration, ensure that the driver pointer is
2674           initialized in setupterm so that terminfo/termcap programs work.
2675         + amend fix for Debian #542031 to ensure that wattrset() returns only
2676           OK or ERR, rather than the attribute value (report by Miroslav
2677           Lichvar).
2678         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
2679           _nc_screen_of() compatible between normal/wide libraries again (patch
2680           by Miroslav Lichvar)
2681         + review/fix include-dependencies in modules files (report by Miroslav
2682           Lichvar).
2683
2684 20100116
2685         + modify win_driver.c to initialize acs_map for win32 console, so
2686           that line-drawing works.
2687         + modify win_driver.c to initialize TERMINAL struct so that programs
2688           such as test/lrtest.c and test/ncurses.c which test string
2689           capabilities can run.
2690         + modify term-driver modules to eliminate forward-reference
2691           declarations.
2692
2693 20100109
2694         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
2695           consistently to add new -D's while removing duplicates.
2696         + modify a few configure macros to consistently put new options
2697           before older in the list.
2698         + add tiparm(), based on review of X/Open Curses Issue 7.
2699         + minor documentation cleanup.
2700         + update config.guess, config.sub from
2701                 http://savannah.gnu.org/projects/config
2702           (caveat - its maintainer put 2010 copyright date on files dated 2009)
2703
2704 20100102
2705         + minor improvement to tic's checking of similar SGR's to allow for the
2706           most common case of SGR 0.
2707         + modify getmouse() to act as its documentation implied, returning on
2708           each call the preceding event until none are left.  When no more
2709           events remain, it will return ERR.
2710
2711 20091227
2712         + change order of lookup in progs/tput.c, looking for terminfo data
2713           first.  This fixes a confusion between termcap "sg" and terminfo
2714           "sgr" or "sgr0", originally from 990123 changes, but exposed by
2715           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
2716           ambiguous (Mandriva #56272).
2717
2718 20091226
2719         + add bterm terminfo entry, based on bogl 0.1.18 -TD
2720         + minor fix to rxvt+pcfkeys terminfo entry -TD
2721         + build-fixes for Ada95 tree for gnat 4.4 "style".
2722
2723 20091219
2724         + remove old check in mvderwin() which prevented moving a derived
2725           window whose origin happened to coincide with its parent's origin
2726           (report by Katarina Machalkova).
2727         + improve test/ncurses.c to put mouse droppings in the proper window.
2728         + update minix terminfo entry -TD
2729         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
2730
2731 20091212
2732         + correct transfer of multicolumn characters in multirow
2733           field_buffer(), which stopped at the end of the first row due to
2734           filling of unused entries in a cchar_t array with nulls.
2735         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
2736         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
2737           nulls.
2738         + use strdup() in set_menu_mark(), restore .marklen struct member on
2739           failure.
2740         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
2741           tset.c per
2742                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
2743           (patch by Nicholas Marriott).
2744         + replace a malloc in tic.c with strdup, checking for failure (patch by
2745           Nicholas Marriott).
2746         + update config.guess, config.sub from
2747                 http://savannah.gnu.org/projects/config
2748
2749 20091205
2750         + correct layout of working window used to extract data in
2751           wide-character configured by set_field_buffer (patch by Rafael
2752           Garrido Fernandez)
2753         + improve some limit-checks related to filename length in reading and
2754           writing terminfo entries.
2755         + ensure that filename is always filled in when attempting to read
2756           a terminfo entry, so that infocmp can report the filename (patch
2757           by Nicholas Marriott).
2758
2759 20091128
2760         + modify mk-1st.awk to allow tinfo library to be built when term-driver
2761           is enabled.
2762         + add error-check to configure script to ensure that sp-funcs is
2763           enabled if term-driver is, since some internal interfaces rely upon
2764           this.
2765
2766 20091121
2767         + fix case where progs/tput is used while sp-funcs is configure; this
2768           requires save/restore of out-character function from _nc_prescreen
2769           rather than the SCREEN structure (report by Charles Wilson).
2770         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
2771         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
2772
2773 20091114
2774
2775         + updated man/curs_trace.3x
2776         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
2777         + change a variable name in lib_newwin.c to make it clearer which
2778           value is being freed on error (patch by Nicholas Marriott).
2779
2780 20091107
2781         + improve test/ncurses.c color-cycling test by reusing attribute-
2782           and color-cycling logic from the video-attributes screen.
2783         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
2784           library which help make it compatible with interop applications
2785           (patch by Juergen Pfeifer).
2786         + add configure option --enable-interop, for integrating changes
2787           for generic/interop support to form-library by Juergen Pfeifer
2788
2789 20091031
2790         + modify use of $CC environment variable which is defined by X/Open
2791           as a curses feature, to ignore it if it is not a single character
2792           (prompted by discussion with Benjamin C W Sittler).
2793         + add START_TRACE in slk_init
2794         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
2795           soft-keys, broken in 20090927 merging.
2796         + change initialization of "hidden" flag for soft-keys from true to
2797           false, broken in 20090704 merging (Ubuntu #464274).
2798         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
2799           discussion with Fabian Groffen in GenToo #206201).
2800         + add test/xterm-256color.dat
2801
2802 20091024
2803         + quiet some pedantic gcc warnings.
2804         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
2805           SIGWINCH, and discard that value, to avoid confusing application
2806           (patch by Eygene Ryabinkin, FreeBSD #136223).
2807
2808 20091017
2809         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
2810           a possibly colon-separated list (Debian #550716).
2811
2812 20091010
2813         + supply a null-terminator to buffer in _nc_viswibuf().
2814         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
2815         + minor fixes to error-returns in default function for tputs, as well
2816           as in lib_screen.c
2817
2818 20091003
2819         + add WACS_xxx definitions to wide-character configuration for thick-
2820           and double-lines (discussion with Slava Zanko).
2821         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
2822         + add ccc and initc capabilities to xterm-16color -TD
2823         > patch by Benjamin C W Sittler:
2824         + add linux-16color
2825         + correct initc capability of linux-c-nc end-of-range
2826         + similar change for dg+ccc and dgunix+ccc
2827
2828 20090927
2829         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
2830           that module since 20090711 is in libtinfo.
2831         + add configure option --enable-term-driver, to allow compiling with
2832           terminal-driver.  That is used in MinGW port, and (being somewhat
2833           more complicated) is an experimental alternative to the conventional
2834           termlib internals.  Currently, it requires the sp-funcs feature to
2835           be enabled.
2836         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
2837           library (some work remains for forms library).
2838
2839 20090919
2840         + document return code from define_key (report by Mike Gran).
2841         + make some symbolic links in the terminfo directory-tree shorter
2842           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
2843         + fix some groff warnings in terminfo.5, etc., from recent Debian
2844           changes.
2845         + change ncv and op capabilities in sun-color terminfo entry to match
2846           Sun's entry for this (report by Laszlo Peter).
2847         + improve interix smso terminfo capability by using reverse rather than
2848           bold (report by Kristof Zelechovski).
2849
2850 20090912
2851         + add some test programs (and make these use the same special keys
2852           by sharing linedata.h functions):
2853           test/test_addstr.c
2854           test/test_addwstr.c
2855           test/test_addchstr.c
2856           test/test_add_wchstr.c
2857         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
2858           inserting wide characters, since the wins_wch() function that it used
2859           did not update the cursor position (report by Ciprian Craciun).
2860
2861 20090906
2862         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
2863           work.
2864         + add null-pointer checks to other opaque-functions.
2865         + add is_pad() and is_subwin() functions for opaque access to WINDOW
2866           (discussion with Mark Dickinson).
2867         + correct merge to lib_newterm.c, which broke when sp-funcs was
2868           enabled.
2869
2870 20090905
2871         + build-fix for building outside source-tree (report by Sven Joachim).
2872         + fix Debian lintian warning for man/tabs.1 by making section number
2873           agree with file-suffix (report by Sven Joachim).
2874         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2875
2876 20090829
2877         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
2878           amd64 (Debian #542031).
2879         + fix typo in curs_mouse.3x (Debian #429198).
2880
2881 20090822
2882         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2883
2884 20090815
2885         + correct use of terminfo capabilities for initializing soft-keys,
2886           broken in 20090510 merging.
2887         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
2888           in non-blocking mode (patch by Clemens Ladisch).
2889         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
2890           help with builds on non-Unix platforms such as OS/2 EMX.
2891         + modify scripting for misc/run_tic.sh to test configure script's
2892           $cross_compiling variable directly rather than comparing host/build
2893           compiler names (prompted by comment in GenToo #249363).
2894         + fix configure script option --with-database, which was coded as an
2895           enable-type switch.
2896         + build-fixes for --srcdir (report by Frederic L W Meunier).
2897
2898 20090808
2899         + separate _nc_find_entry() and _nc_find_type_entry() from
2900           implementation details of hash function.
2901
2902 20090803
2903         + add tabs.1 to man/man_db.renames
2904         + modify lib_addch.c to compensate for removal of wide-character test
2905           from unctrl() in 20090704 (Debian #539735).
2906
2907 20090801
2908         + improve discussion in INSTALL for use of system's tic/infocmp for
2909           cross-compiling and building fallbacks.
2910         + modify test/demo_termcap.c to correspond better to options in
2911           test/demo_terminfo.c
2912         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2913         + fix logic for 'V' in test/ncurses.c tests f/F.
2914
2915 20090728
2916         + correct logic in tigetnum(), which caused tput program to treat all
2917           string capabilities as numeric (report by Rajeev V Pillai,
2918           cf: 20090711).
2919
2920 20090725
2921         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2922
2923 20090718
2924         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
2925           20090704 changes.
2926         + modify _nc_find_type_entry() to use hashing.
2927         + make CCHARW_MAX value configurable, noting that changing this would
2928           change the size of cchar_t, and would be ABI-incompatible.
2929         + modify test-programs, e.g,.  test/view.c, to address subtle
2930           differences between Tru64/Solaris and HPUX/AIX getcchar() return
2931           values.
2932         + modify length returned by getcchar() to count the trailing null
2933           which is documented in X/Open (cf: 20020427).
2934         + fixes for test programs to build/work on HPUX and AIX, etc.
2935
2936 20090711
2937         + improve performance of tigetstr, etc., by using hashing code from tic.
2938         + minor fixes for memory-leak checking.
2939         + add test/demo_terminfo, for comparison with demo_termcap
2940
2941 20090704
2942         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
2943         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
2944           unctrl().
2945         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2946
2947 20090627
2948         + update llib-lncurses[wt] to use sp-funcs.
2949         + various code-fixes to build/work with --disable-macros configure
2950           option.
2951         + add several new files from Juergen Pfeifer which will be used when
2952           integration of "sp-funcs" is complete.  This includes a port to
2953           MinGW.
2954
2955 20090613
2956         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
2957           make includes of term.h without curses.h work (report by "Nix").
2958         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2959
2960 20090607
2961         + fix a regression in lib_tputs.c, from ongoing merges.
2962
2963 20090606
2964         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2965
2966 20090530
2967         + fix an infinite recursion when adding a legacy-coding 8-bit value
2968           using insch() (report by Clemens Ladisch).
2969         + free home-terminfo string in del_curterm() (patch by Dan Weber).
2970         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2971
2972 20090523
2973         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2974
2975 20090516
2976         + work around antique BSD game's manipulation of stdscr, etc., versus
2977           SCREEN's copy of the pointer (Debian #528411).
2978         + add a cast to wattrset macro to avoid compiler warning when comparing
2979           its result against ERR (adapted from patch by Matt Kraii, Debian
2980           #528374).
2981
2982 20090510
2983         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2984
2985 20090502
2986         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2987         + add vwmterm terminfo entry (patch by Bryan Christ).
2988
2989 20090425
2990         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2991
2992 20090419
2993         + build fix for _nc_free_and_exit() change in 20090418 (report by
2994           Christian Ebert).
2995
2996 20090418
2997         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2998
2999 20090411
3000         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3001           This change finishes merging for menu and panel libraries, does
3002           part of the form library.
3003
3004 20090404
3005         + suppress configure check for static/dynamic linker flags for gcc on
3006           Darwin (report by Nelson Beebe).
3007
3008 20090328
3009         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
3010           function key definitions from emx-base for consistency -TD
3011         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
3012           by Kalle Olavi Niemitalo).
3013         + improve test/ncurses.c 'F' test, show combining characters in color.
3014         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
3015           a temporary variable.
3016         + use _nc_doalloc() rather than realloc() in a few places in ncurses
3017           library to avoid leak in out-of-memory condition (reports by William
3018           Egert and Martin Ettl based on cppcheck tool).
3019         + add --with-ncurses-wrap-prefix option to test/configure (discussion
3020           with Charles Wilson).
3021         + use ncurses*-config scripts if available for test/configure.
3022         + update test/aclocal.m4 and test/configure
3023         > patches by Charles Wilson:
3024         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
3025           version numbers (e.g.  which include alphabetic chars, as well as
3026           digits, after the final '.').
3027         + improve use of -no-undefined option for libtool by setting an
3028           intermediate variable LT_UNDEF in the configure script, and then
3029           using that in the libtool link-commands.
3030         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
3031           from 20090321 changes.
3032         + improve mk-1st.awk script by writing separate cases for the
3033           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
3034           termlib) is to be linked.
3035         + modify configure.in to allow broken-linker configurations, not just
3036           enable-reentrant, to set public wrap prefix.
3037
3038 20090321
3039         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
3040           build with tic and term libraries (patch by Charles Wilson).
3041         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
3042           (report by Charles Wilson).
3043         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
3044           the form, menu or panel libraries (patch by Charles Wilson).
3045         + add configure option --with-wrap-prefix to allow setting the prefix
3046           for functions used to wrap global variables to something other than
3047           "_nc_" (discussion with Charles Wilson).
3048
3049 20090314
3050         + modify scripts to generate ncurses*-config and pc-files to add
3051           dependency for tinfo library (patch by Charles Wilson).
3052         + improve comparison of program-names when checking for linked flavors
3053           such as "reset" by ignoring the executable suffix (reports by Charles
3054           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
3055           list).
3056         + suppress configure check for static/dynamic linker flags for gcc on
3057           Solaris 10, since gcc is confused by absence of static libc, and
3058           does not switch back to dynamic mode before finishing the libraries
3059           (reports by Joel Bertrand, Alan Pae).
3060         + minor fixes to Intel compiler warning checks in configure script.
3061         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
3062         + modify set_curterm() to make broken-linker configuration work with
3063           changes from 20090228 (report by Charles Wilson).
3064
3065 20090228
3066         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3067         + modify declaration of cur_term when broken-linker is used, but
3068           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
3069
3070 20090221
3071         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3072
3073 20090214
3074         + add configure script --enable-sp-funcs to enable the new set of
3075           extended functions.
3076         + start integrating patches by Juergen Pfeifer:
3077           + add extended functions which specify the SCREEN pointer for several
3078             curses functions which use the global SP (these are incomplete;
3079             some internals work is needed to complete these).
3080           + add special cases to configure script for MinGW port.
3081
3082 20090207
3083         + update several configure macros from lynx changes
3084           + append (not prepend) to CFLAGS/CPPFLAGS
3085           + change variable from PATHSEP to PATH_SEPARATOR
3086         + improve install-rules for pc-files (patch by Miroslav Lichvar).
3087           + make it work with $DESTDIR
3088           + create the pkg-config library directory if needed.
3089
3090 20090124
3091         + modify init_pair() to allow caller to create extra color pairs beyond
3092           the color_pairs limit, which use default colors (request by Emanuele
3093           Giaquinta).
3094         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
3095         + fix typo "==" where "=" is needed in ncurses-config.in and
3096           gen-pkgconfig.in files (Debian #512161).
3097
3098 20090117
3099         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
3100           *BSD's, without which "main" might be one of the shared library's
3101           dependencies (report/analysis by Ken Dickey).
3102         + modify waddch_literal(), updating line-pointer after a multicolumn
3103           character is found to not fit on the current row, and wrapping is
3104           done.  Since the line-pointer was not updated, the wrapped
3105           multicolumn character was written to the beginning of the current row
3106           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
3107           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
3108
3109 20090110
3110         + add screen.Eterm terminfo entry (GenToo #124887) -TD
3111         + modify adacurses-config to look for ".ali" files in the adalib
3112           directory.
3113         + correct install for Ada95, which omitted libAdaCurses.a used in
3114           adacurses-config
3115         + change install for adacurses-config to provide additional flavors
3116           such as adacursesw-config, for ncursesw (GenToo #167849).
3117
3118 20090105
3119         + remove undeveloped feature in ncurses-config.in for setting
3120           prefix variable.
3121         + recent change to ncurses-config.in did not take into account the
3122           --disable-overwrite option, which sets $includedir to the
3123           subdirectory and using just that for a -I option does not work - fix
3124           (report by Frederic L W Meunier).
3125
3126 20090104
3127         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
3128           deciding whether to add $LIBS to --libs output; that should be shown
3129           for the ncurses and tinfo libraries without taking rpath into
3130           account.
3131         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
3132           used in static libraries (report by Marty Jack).
3133
3134 20090103
3135         + add a configure-time check to pick a suitable value for
3136           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
3137         + add configure --with-pkg-config and --enable-pc-files options, along
3138           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
3139           for pkg-config (request by Jan Engelhardt).
3140         + use $includedir symbol in misc/ncurses-config.in, add --includedir
3141           option.
3142         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
3143           configure check to detect whether a "-" is needed before "ar"
3144           options.
3145         + update config.guess, config.sub from
3146                 http://savannah.gnu.org/projects/config
3147
3148 20081227
3149         + modify mk-1st.awk to work with extra categories for tinfo library.
3150         + modify configure script to allow building shared libraries with gcc
3151           on AIX 5 or 6 (adapted from patch by Lital Natan).
3152
3153 20081220
3154         + modify to omit the opaque-functions from lib_gen.o when
3155           --disable-ext-funcs is used.
3156         + add test/clip_printw.c to illustrate how to use printw without
3157           wrapping.
3158         + modify ncurses 'F' test to demo wborder_set() with colored lines.
3159         + modify ncurses 'f' test to demo wborder() with colored lines.
3160
3161 20081213
3162         + add check for failure to open hashed-database needed for db4.6
3163           (GenToo #245370).
3164         + corrected --without-manpages option; previous change only suppressed
3165           the auxiliary rules install.man and uninstall.man
3166         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
3167           GenToo #250454).
3168         + fixes from NetBSD port at
3169           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
3170           patch-ac (build-fix for DragonFly)
3171           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
3172         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
3173           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
3174           search-lists.
3175         + correct title string for keybound manpage (patch by Frederic Culot,
3176           OpenBSD documentation/6019),
3177
3178 20081206
3179         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
3180           work for progs/clear, progs/tabs, etc.
3181         + correct buffer-size after internal resizing of wide-character
3182           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
3183         + add "-i" option to test/filter.c to tell it to use initscr() rather
3184           than newterm(), to investigate report on comp.unix.programmer that
3185           ncurses would clear the screen in that case (it does not - the issue
3186           was xterm's alternate screen feature).
3187         + add check in mouse-driver to disable connection if GPM returns a
3188           zero, indicating that the connection is closed (Debian #506717,
3189           adapted from patch by Samuel Thibault).
3190
3191 20081129
3192         + improve a workaround in adding wide-characters, when a control
3193           character is found.  The library (cf: 20040207) uses unctrl() to
3194           obtain a printable version of the control character, but was not
3195           passing color or video attributes.
3196         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
3197           display meta-characters.
3198         + turn on _XOPEN_CURSES definition in curses.h
3199         + add eterm-color entry (report by Vincent Lefevre) -TD
3200         + correct use of key_name() in test/ncurses.c 'A' test, which only
3201           displays wide-characters, not key-codes since 20070612 (report by
3202           Ricardo Cantu).
3203
3204 20081122
3205         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
3206           Ada95 (patch by Juergen Pfeifer).
3207         + document in TO-DO an issue with Cygwin's package for GNAT (report
3208           by Mike Dennison).
3209         + improve error-checking of command-line options in "tabs" program.
3210
3211 20081115
3212         + change several terminfo entries to make consistent use of ANSI
3213           clear-all-tabs -TD
3214         + add "tabs" program (prompted by Debian #502260).
3215         + add configure --without-manpages option (request by Mike Frysinger).
3216
3217 20081102 5.7 release for upload to ftp.gnu.org
3218
3219 20081025
3220         + add a manpage to discuss memory leaks.
3221         + add support for shared libraries for QNX (other than libtool, which
3222           does not work well on that platform).
3223         + build-fix for QNX C++ binding.
3224
3225 20081018
3226         + build-fixes for OS/2 EMX.
3227         + modify form library to accept control characters such as newline
3228           in set_field_buffer(), which is compatible with Solaris (report by
3229           Nit Khair).
3230         + modify configure script to assume --without-hashed-db when
3231           --disable-database is used.
3232         + add "-e" option in ncurses/Makefile.in when generating source-files
3233           to force earlier exit if the build environment fails unexpectedly
3234           (prompted by patch by Adrian Bunk).
3235         + change configure script to use CF_UTF8_LIB, improved variant of
3236           CF_LIBUTF8.
3237
3238 20081012
3239         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
3240           original to teraterm2.3 -TD
3241         + update "gnome" terminfo to 2.22.3 -TD
3242         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
3243         + add "aterm" terminfo -TD
3244         + add "linux2.6.26" terminfo -TD
3245         + add logic to tic for cancelling strings in user-defined capabilities,
3246           overlooked til now.
3247
3248 20081011
3249         + regenerated html documentation.
3250         + add -m and -s options to test/keynames.c and test/key_names.c to test
3251           the meta() function with keyname() or key_name(), respectively.
3252         + correct return value of key_name() on error; it is null.
3253         + document some unresolved issues for rpath and pthreads in TO-DO.
3254         + fix a missing prototype for ioctl() on OpenBSD in tset.c
3255         + add configure option --disable-tic-depends to make explicit whether
3256           tic library depends on ncurses/ncursesw library, amends change from
3257           20080823 (prompted by Debian #501421).
3258
3259 20081004
3260         + some build-fixes for configure --disable-ext-funcs (incomplete, but
3261           works for C/C++ parts).
3262         + improve configure-check for awks unable to handle large strings, e.g.
3263           AIX 5.1 whose awk silently gives up on large printf's.
3264
3265 20080927
3266         + fix build for --with-dmalloc by workaround for redefinition of
3267           strndup between string.h and dmalloc.h
3268         + fix build for --disable-sigwinch
3269         + add environment variable NCURSES_GPM_TERMS to allow override to use
3270           GPM on terminals other than "linux", etc.
3271         + disable GPM mouse support when $TERM does not happen to contain
3272           "linux", since Gpm_Open() no longer limits its assertion to terminals
3273           that it might handle, e.g., within "screen" in xterm.
3274         + reset mouse file-descriptor when unloading GPM library (report by
3275           Miroslav Lichvar).
3276         + fix build for --disable-leaks --enable-widec --with-termlib
3277         > patch by Juergen Pfeifer:
3278         + use improved initialization for soft-label keys in Ada95 sample code.
3279         + discard internal symbol _nc_slk_format (unused since 20080112).
3280         + move call of slk_paint_info() from _nc_slk_initialize() to
3281           slk_intern_refresh(), improving initialization.
3282
3283 20080925
3284         + fix bug in mouse code for GPM from 20080920 changes (reported in
3285           Debian #500103, also Miroslav Lichvar).
3286
3287 20080920
3288         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
3289         + fix a memory leak when failure to connect to GPM.
3290         + correct check for notimeout() in wgetch() (report on linux.redhat
3291           newsgroup by FurtiveBertie).
3292         + add an example warning-suppression file for valgrind,
3293           misc/ncurses.supp (based on example from Reuben Thomas)
3294
3295 20080913
3296         + change shared-library configuration for OpenBSD, make rpath work.
3297         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
3298
3299 20080907
3300         + corrected fix for --enable-weak-symbols (report by Frederic L W
3301           Meunier).
3302
3303 20080906
3304         + corrected gcc options for building shared libraries on IRIX64.
3305         + add configure check for awk programs unable to handle big-strings,
3306           use that to improve the default for --enable-big-strings option.
3307         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
3308           Meunier).
3309         + update test/configure script.
3310         + adapt ifdef's from library to make test/view.c build when mbrtowc()
3311           is unavailable, e.g., with HPUX 10.20.
3312         + add configure check for wcsrtombs, mbsrtowcs, which are used in
3313           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
3314           fixing build of ncursew for HPUX 11.00
3315
3316 20080830
3317         + fixes to make Ada95 demo_panels() example work.
3318         + modify Ada95 'rain' test program to accept keyboard commands like the
3319           C-version.
3320         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
3321           Mccreary).
3322         + add configure-check to see if the std namespace is legal for cerr
3323           and endl, to fix a build issue with Tru64.
3324         + consistently use NCURSES_BOOL in lib_gen.c
3325         + filter #line's from lib_gen.c
3326         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
3327           substitution by IBM xlc to '#' as part of its extensions to digraphs.
3328         + update config.guess, config.sub from
3329                 http://savannah.gnu.org/projects/config
3330           (caveat - its maintainer removed support for older Linux systems).
3331
3332 20080823
3333         + modify configure check for pthread library to work with OSF/1 5.1,
3334           which uses #define's to associate its header and library.
3335         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
3336           makes threaded code work on HPUX 11.23
3337         + fix a bug in demo_menus in freeing menus (cf: 20080804).
3338         + modify configure script for the case where tic library is used (and
3339           possibly renamed) to remove its dependency upon ncurses/ncursew
3340           library (patch by Dr Werner Fink).
3341         + correct manpage for menu_fore() which gave wrong default for
3342           the attribute used to display a selected entry (report by Mike Gran).
3343         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
3344           Debian #495815) -TD
3345
3346 20080816
3347         + add configure option --enable-weak-symbols to turn on new feature.
3348         + add configure-check for availability of weak symbols.
3349         + modify linkage with pthread library to use weak symbols so that
3350           applications not linked to that library will not use the mutexes,
3351           etc.  This relies on gcc, and may be platform-specific (patch by Dr
3352           Werner Fink).
3353         + add note to INSTALL to document limitation of renaming of tic library
3354           using the --with-ticlib configure option (report by Dr Werner Fink).
3355         + document (in manpage) why tputs does not detect I/O errors (prompted
3356           by comments by Samuel Thibault).
3357         + fix remaining warnings from Klocwork report.
3358
3359 20080804
3360         + modify _nc_panelhook() data to account for a permanent memory leak.
3361         + fix memory leaks in test/demo_menus
3362         + fix most warnings from Klocwork tool (report by Larry Zhou).
3363         + modify configure script CF_XOPEN_SOURCE macro to add case for
3364           "dragonfly" from xterm #236 changes.
3365         + modify configure script --with-hashed-db to let $LIBS override the
3366           search for the db library (prompted by report by Samson Pierre).
3367
3368 20080726
3369         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
3370           thresholds).
3371
3372 20080713
3373         + build-fix (reports by Christian Ebert, Funda Wang).
3374
3375 20080712
3376         + compiler-warning fixes for Solaris.
3377
3378 20080705
3379         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
3380           make those work properly with the "--enable-ext-mouse" configuration
3381           (cf: 20050205).
3382         + improve documentation of build-cc options in INSTALL.
3383         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
3384           -static/-dynamic flags properly to linker, causing test/bs to
3385           not link.
3386
3387 20080628
3388         + correct some ifdef's needed for the broken-linker configuration.
3389         + make debugging library's $BAUDRATE feature work for termcap
3390           interface.
3391         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
3392           by comment on FreeBSD mailing list).
3393         + add screen.mlterm terminfo entry -TD
3394         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
3395
3396 20080621
3397         + regenerated html documentation.
3398         + expand manpage description of parameters for form_driver() and
3399           menu_driver() (prompted by discussion with Adam Spragg).
3400         + add null-pointer checks for cur_term in baudrate() and
3401           def_shell_mode(), def_prog_mode()
3402         + fix some memory leaks in delscreen() and wide acs.
3403
3404 20080614
3405         + modify test/ditto.c to illustrate multi-threaded use_screen().
3406         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
3407         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
3408           by Poor Yorick).
3409
3410 20080607
3411         + finish changes to wgetch(), making it switch as needed to the
3412           window's actual screen when calling wrefresh() and wgetnstr().  That
3413           allows wgetch() to get used concurrently in different threads with
3414           some minor restrictions, e.g., the application should not delete a
3415           window which is being used in a wgetch().
3416         + simplify mutex's, combining the window- and screen-mutex's.
3417
3418 20080531
3419         + modify wgetch() to use the screen which corresponds to its window
3420           parameter rather than relying on SP; some dependent functions still
3421           use SP internally.
3422         + factor out most use of SP in lib_mouse.c, using parameter.
3423         + add internal _nc_keyname(), replacing keyname() to associate with a
3424           particular SCREEN rather than the global SP.
3425         + add internal _nc_unctrl(), replacing unctrl() to associate with a
3426           particular SCREEN rather than the global SP.
3427         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
3428           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
3429         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
3430           preference to the global _nc_globals.tracechr_buf buffer.
3431
3432 20080524
3433         + modify _nc_keypad() to make it switch temporarily as needed to the
3434           screen which must be updated.
3435         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
3436           always set the screen's copy of this variable in set_curterm().
3437         + restore curs_set() state after endwin()/refresh() (report/patch
3438           Miroslav Lichvar)
3439
3440 20080517
3441         + modify configure script to note that --enable-ext-colors and
3442           --enable-ext-mouse are not experimental, but extensions from
3443           the ncurses ABI 5.
3444         + corrected manpage description of setcchar() (discussion with
3445           Emanuele Giaquinta).
3446         + fix for adding a non-spacing character at the beginning of a line
3447           (report/patch by Miroslav Lichvar).
3448
3449 20080503
3450         + modify screen.* terminfo entries using new screen+fkeys to fix
3451           overridden keys in screen.rxvt (Debian #478094) -TD
3452         + modify internal interfaces to reduce wgetch()'s dependency on the
3453           global SP.
3454         + simplify some loops with macros each_screen(), each_window() and
3455           each_ripoff().
3456
3457 20080426
3458         + continue modifying test/ditto.c toward making it demonstrate
3459           multithreaded use_screen(), using fifos to pass data between screens.
3460         + fix typo in form.3x (report by Mike Gran).
3461
3462 20080419
3463         + add screen.rxvt terminfo entry -TD
3464         + modify tic -f option to format spaces as \s to prevent them from
3465           being lost when that is read back in unformatted strings.
3466         + improve test/ditto.c, using a "talk"-style layout.
3467
3468 20080412
3469         + change test/ditto.c to use openpty() and xterm.
3470         + add locks for copywin(), dupwin(), overlap(), overlay() on their
3471           window parameters.
3472         + add locks for initscr() and newterm() on updates to the SCREEN
3473           pointer.
3474         + finish table in curs_thread.3x manpage.
3475
3476 20080405
3477         + begin table in curs_thread.3x manpage describing the scope of data
3478           used by each function (or symbol) for threading analysis.
3479         + add null-pointer checks to setsyx() and getsyx() (prompted by
3480           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
3481           python-dev2 mailing list).
3482
3483 20080329
3484         + add null-pointer checks in set_term() and delscreen().
3485         + move _nc_windows into _nc_globals, since windows can be pads, which
3486           are not associated with a particular screen.
3487         + change use_screen() to pass the SCREEN* parameter rather than
3488           stdscr to the callback function.
3489         + force libtool to use tag for 'CC' in case it does not detect this,
3490           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
3491           (report/patch by Michael Haubenwallner).
3492         + override OBJEXT to "lo" when building with libtool, to work on
3493           platforms such as AIX where libtool may use a different suffix for
3494           the object files than ".o" (report/patch by Michael Haubenwallner).
3495         + add configure --with-pthread option, for building with the POSIX
3496           thread library.
3497
3498 20080322
3499         + fill in extended-color pair two more places in wbkgrndset() and
3500           waddch_nosync() (prompted by Sedeno's patch).
3501         + fill in extended-color pair in _nc_build_wch() to make colors work
3502           for wide-characters using extended-colors (patch by Alejandro R
3503           Sedeno).
3504         + add x/X toggles to ncurses.c C color test to test/demo
3505           wide-characters with extended-colors.
3506         + add a/A toggles to ncurses.c c/C color tests.
3507         + modify test/ditto.c to use use_screen().
3508         + finish modifying test/rain.c to demonstrate threads.
3509
3510 20080308
3511         + start modifying test/rain.c for threading demo.
3512         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
3513           that the 'F' accepts.
3514         + modify test/worm.c to show trail in reverse-video when other threads
3515           are working concurrently.
3516         + fix a deadlock from improper nesting of mutexes for windowlist and
3517           window.
3518
3519 20080301
3520         + fixes from 20080223 resolved issue with mutexes; change to use
3521           recursive mutexes to fix memory leak in delwin() as called from
3522           _nc_free_and_exit().
3523
3524 20080223
3525         + fix a size-difference in _nc_globals which caused hanging of mutex
3526           lock/unlock when termlib was built separately.
3527
3528 20080216
3529         + avoid using nanosleep() in threaded configuration since that often
3530           is implemented to suspend the entire process.
3531
3532 20080209
3533         + update test programs to build/work with various UNIX curses for
3534           comparisons.  This was to reinvestigate statement in X/Open curses
3535           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
3536           implementations do this, as noted in manpage (cf: 20040228).
3537
3538 20080203
3539         + modify _nc_setupscreen() to set the legacy-coding value the same
3540           for both narrow/wide models.  It had been set only for wide model,
3541           but is needed to make unctrl() work with locale in the narrow model.
3542         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
3543           using unctrl() to display illegal bytes rather than trying to append
3544           further bytes to make up a valid sequence (reported by Andrey A
3545           Chernov).
3546         + modify unctrl() to check codes in 128-255 range versus isprint().
3547           If they are not printable, and locale was set, use a "M-" or "~"
3548           sequence.
3549
3550 20080126
3551         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
3552           handling).  Now it hangs in napms(), no matter whether nanosleep()
3553           or poll() or select() are used on Linux.
3554
3555 20080119
3556         + fixes to build with --disable-ext-funcs
3557         + add manpage for use_window and use_screen.
3558         + add set_tabsize() and set_escdelay() functions.
3559
3560 20080112
3561         + remove recursive-mutex definitions, finish threading demo for worm.c
3562         + remove a redundant adjustment of lines in resizeterm.c's
3563           adjust_window() which caused occasional misadjustment of stdscr when
3564           softkeys were used.
3565
3566 20080105
3567         + several improvements to terminfo entries based on xterm #230 -TD
3568         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
3569           "link_test" builds properly.
3570         + fix for toe command-line options -u/-U to ensure filename is given.
3571         + fix allocation-size for command-line parsing in infocmp from 20070728
3572           (report by Miroslav Lichvar)
3573         + improve resizeterm() by moving ripped-off lines, and repainting the
3574           soft-keys (report by Katarina Machalkova)
3575         + add clarification in wclear's manpage noting that the screen will be
3576           cleared even if a subwindow is cleared (prompted by Christer Enfors
3577           question).
3578         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
3579
3580 20071222
3581         + continue implementing support for threading demo by adding mutex
3582           for delwin().
3583
3584 20071215
3585         + add several functions to C++ binding which wrap C functions that
3586           pass a WINDOW* parameter (request by Chris Lee).
3587
3588 20071201
3589         + add note about configure options needed for Berkeley database to the
3590           INSTALL file.
3591         + improve checks for version of Berkeley database libraries.
3592         + amend fix for rpath to not modify LDFLAGS if the platform has no
3593           applicable transformation (report by Christian Ebert, cf: 20071124).
3594
3595 20071124
3596         + modify configure option --with-hashed-db to accept a parameter which
3597           is the install-prefix of a given Berkeley Database (prompted by
3598           pierre4d2 comments).
3599         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
3600           used in the form library to determine the length of the buffer needed
3601           by field_buffer (report by Alfred Fung).
3602         + remove unneeded window-parameter from C++ binding for wresize (report
3603           by Chris Lee).
3604
3605 20071117
3606         + modify the support for filesystems which do not support mixed-case to
3607           generate 2-character (hexadecimal) codes for the lower-level of the
3608           filesystem terminfo database (request by Michail Vidiassov).
3609         + add configure option --enable-mixed-case, to allow overriding the
3610           configure script's check if the filesystem supports mixed-case
3611           filenames.
3612         + add wresize() to C++ binding (request by Chris Lee).
3613         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
3614           it simpler to tell if the extended functions and/or colors are
3615           declared.
3616
3617 20071103
3618         + update memory-leak checks for changes to names.c and codes.c
3619         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
3620
3621 20071020
3622         + continue implementing support for threading demo by adding mutex
3623           for use_window().
3624         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
3625           cursor keys -TD
3626         + compile with FreeBSD "contemporary" TTY interface (patch by
3627           Rong-En Fan).
3628
3629 20071013
3630         + modify makefile rules to allow clear, tput and tset to be built
3631           without libtic.  The other programs (infocmp, tic and toe) rely on
3632           that library.
3633         + add/modify null-pointer checks in several functions for SP and/or
3634           the WINDOW* parameter (report by Thorben Krueger).
3635         + fixes for field_buffer() in formw library (see Redhat #310071,
3636           patches by Miroslav Lichvar).
3637         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
3638           Lichvar).
3639         + update/improve mlterm and rxvt terminfo entries, e.g., for
3640           the modified cursor- and keypad-keys -TD
3641
3642 20071006
3643         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
3644           changes the CharEq() macro to an inline function to allow comparing
3645           cchar_t struct's without comparing gaps in a possibly unpacked
3646           memory layout (report by Miroslav Lichvar).
3647
3648 20070929
3649         + add new functions to lib_trace.c to setup mutex's for the _tracef()
3650           calls within the ncurses library.
3651         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
3652           the SCREEN.
3653         + start modifying test/worm.c to provide threading demo (incomplete).
3654         + separated ifdef's for some BSD-related symbols in tset.c, to make
3655           it compile on LynxOS (report by Greg Gemmer).
3656 20070915
3657         + modify Ada95/gen/Makefile to use shlib script, to simplify building
3658           shared-library configuration on platforms lacking rpath support.
3659         + build-fix for Ada95/src/Makefile to reflect changed dependency for
3660           the terminal-interface-curses-aux.adb file which is now generated.
3661         + restructuring test/worm.c, for use_window() example.
3662
3663 20070908
3664         + add use_window() and use_screen() functions, to develop into support
3665           for threaded library (incomplete).
3666         + fix typos in man/curs_opaque.3x which kept the install script from
3667           creating symbolic links to two aliases created in 20070818 (report by
3668           Rong-En Fan).
3669
3670 20070901
3671         + remove a spurious newline from output of html.m4, which caused links
3672           for Ada95 html to be incorrect for the files generated using m4.
3673         + start investigating mutex's for SCREEN manipulation (incomplete).
3674         + minor cleanup of codes.c/names.c for --enable-const
3675         + expand/revise "Routine and Argument Names" section of ncurses manpage
3676           to address report by David Givens in newsgroup discussion.
3677         + fix interaction between --without-progs/--with-termcap configure
3678           options (report by Michail Vidiassov).
3679         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
3680
3681 20070825
3682         + fix a sign-extension bug in infocmp's repair_acsc() function
3683           (cf: 971004).
3684         + fix old configure script bug which prevented "--disable-warnings"
3685           option from working (patch by Mike Frysinger).
3686
3687 20070818
3688         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
3689         + modify comp_hash.c's string output to avoid misinterpreting a null
3690           "\0" followed by a digit.
3691         + modify MKnames.awk and MKcodes.awk to support big-strings.
3692           This only applies to the cases (broken linker, reentrant) where
3693           the corresponding arrays are accessed via wrapper functions.
3694         + split MKnames.awk into two scripts, eliminating the shell redirection
3695           which complicated the make process and also the bogus timestamp file
3696           which was introduced to fix "make -j".
3697         + add test/test_opaque.c, test/test_arrays.c
3698         + add wgetscrreg() and wgetparent() for applications that may need it
3699           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
3700
3701 20070812
3702         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
3703           unless "-T" is given (cf: 981017).
3704         + modify comp_captab.c generation to use big-strings.
3705         + make _nc_capalias_table and _nc_infoalias_table private accessed via
3706           _nc_get_alias_table() since the tables are used only within the tic
3707           library.
3708         + modify configure script to skip Intel compiler in CF_C_INLINE.
3709         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
3710           _nc_get_hash_table() since the tables are used only within the tic
3711           library.
3712
3713 20070728
3714         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
3715           _nc_get_alias_table() since they are used only by parse_entry.c
3716         + make _nc_key_names private since it is used only by lib_keyname.c
3717         + add --disable-big-strings configure option to control whether
3718           unctrl.c is generated using the big-string optimization - which may
3719           use strings longer than supported by a given compiler.
3720         + reduce relocation tables for tic, infocmp by changing type of
3721           internal hash tables to short, and make those private symbols.
3722         + eliminate large fixed arrays from progs/infocmp.c
3723
3724 20070721
3725         + change winnstr() to stop at the end of the line (cf: 970315).
3726         + add test/test_get_wstr.c
3727         + add test/test_getstr.c
3728         + add test/test_inwstr.c
3729         + add test/test_instr.c
3730
3731 20070716
3732         + restore a call to obtain screen-size in _nc_setupterm(), which
3733           is used in tput and other non-screen applications via setupterm()
3734           (Debian #433357, reported by Florent Bayle, Christian Ohm,
3735           cf: 20070310).
3736
3737 20070714
3738         + add test/savescreen.c test-program
3739         + add check to trace-file open, if the given name is a directory, add
3740           ".log" to the name and try again.
3741         + add konsole-256color entry -TD
3742         + add extra gcc warning options from xterm.
3743         + minor fixes for ncurses/hashmap test-program.
3744         + modify configure script to quiet c++ build with libtool when the
3745           --disable-echo option is used.
3746         + modify configure script to disable ada95 if libtool is selected,
3747           writing a warning message (addresses FreeBSD #114493).
3748         + update config.guess, config.sub
3749
3750 20070707
3751         + add continuous-move "M" to demo_panels to help test refresh changes.
3752         + improve fix for refresh of window on top of multi-column characters,
3753           taking into account some split characters on left/right window
3754           boundaries.
3755
3756 20070630
3757         + add "widec" row to _tracedump() output to help diagnose remaining
3758           problems with multi-column characters.
3759         + partial fix for refresh of window on top of multi-column characters
3760           which are partly overwritten (report by Sadrul H Chowdhury).
3761         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
3762           multi-column extension bits are passed there.
3763         + add setlocale() call to demo_panels.c, needed for wide-characters.
3764         + add some output flags to _nc_trace_ttymode to help diagnose a bug
3765           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
3766
3767 20070623
3768         + add test/demo_panels.c
3769         + implement opaque version of setsyx() and getsyx().
3770
3771 20070612
3772         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
3773           #226 -TD
3774         + split-out key_name() from MKkeyname.awk since it now depends upon
3775           wunctrl() which is not in libtinfo (report by Rong-En Fan).
3776
3777 20070609
3778         + add test/key_name.c
3779         + add stdscr cases to test/inchs.c and test/inch_wide.c
3780         + update test/configure
3781         + correct formatting of DEL (0x7f) in _nc_vischar().
3782         + null-terminate result of wunctrl().
3783         + add null-pointer check in key_name() (report by Andreas Krennmair,
3784           cf: 20020901).
3785
3786 20070602
3787         + adapt mouse-handling code from menu library in form-library
3788           (discussion with Clive Nicolson).
3789         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
3790           illustrate how to use mvcur().
3791         + modify wide-character flavor of SetAttr() to preserve the
3792           WidecExt() value stored in the .attr field, e.g., in case it
3793           is overwritten by chgat (report by Aleksi Torhamo).
3794         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
3795         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
3796
3797 20070526
3798         + modify keyname() to use "^X" form only if meta() has been called, or
3799           if keyname() is called without initializing curses, e.g., via
3800           initscr() or newterm() (prompted by LinuxBase #1604).
3801         + document some portability issues in man/curs_util.3x
3802         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
3803           broken by moving that data into SCREEN (cf: 20061230).
3804
3805 20070512
3806         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
3807           problem reported by Sadrul H Chowdhury with repainting parts of
3808           a fullwidth cell.
3809         + modify slk_init() so that if there are preceding calls to
3810           ripoffline(), those affect the available lines for soft-keys (adapted
3811           from patch by Clive Nicolson).
3812         + document some portability issues in man/curs_getyx.3x
3813
3814 20070505
3815         + fix a bug in Ada95/samples/ncurses which caused a variable to
3816           become uninitialized in the "b" test.
3817         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
3818           movement of files, fix a few incorrect manpage references in the
3819           generated html.
3820         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
3821           memory-checking.
3822         + correct some functions in Ada95 binding which were using return value
3823           from C where none was returned:  idcok(), immedok() and wtimeout().
3824         + amend recent changes for Ada95 binding to make it build with
3825           Cygwin's linker, e.g., with configure options
3826                 --enable-broken-linker --with-ticlib
3827
3828 20070428
3829         + add a configure check for gcc's options for inlining, use that to
3830           quiet a warning message where gcc's default behavior changed from
3831           3.x to 4.x.
3832         + improve warning message when checking if GPM is linked to curses
3833           library by not warning if its use of "wgetch" is via a weak symbol.
3834         + add loader options when building with static libraries to ensure that
3835           an installed shared library for ncurses does not conflict.  This is
3836           reported as problem with Tru64, but could affect other platforms
3837           (report Martin Mokrejs, analysis by Tim Mooney).
3838         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
3839           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
3840           + revert a change from 20070303 which commented out dependency of
3841             SHLIB_LIST in form/menu/panel/c++ libraries.
3842         + fix initialization of ripoff stack pointer (cf: 20070421).
3843
3844 20070421
3845         + move most static variables into structures _nc_globals and
3846           _nc_prescreen, to simplify storage.
3847         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
3848           type for data manipulated by signal handlers (prompted by comments
3849           in mailing.openbsd.bugs newsgroup).
3850         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
3851           to the libtool create- and link-operations.
3852
3853 20070414
3854         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
3855           the installed aliases (report by Peter Santoro).
3856         + fix configure script to not try to generate adacurses-config when
3857           Ada95 tree is not built.
3858
3859 20070407
3860         + add man/curs_legacy.3x, man/curs_opaque.3x
3861         + fix acs_map binding for Ada95 when --enable-reentrant is used.
3862         + add adacurses-config to the Ada95 install, based on version from
3863           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
3864           comment on comp.lang.ada newsgroup).
3865         + fix includes in c++ binding to build with Intel compiler
3866           (cf: 20061209).
3867         + update install rule in Ada95 to use mkdirs.sh
3868         > other fixes prompted by inspection for Coverity report:
3869         + modify ifdef's for c++ binding to use try/catch/throw statements
3870         + add a null-pointer check in tack/ansi.c request_cfss()
3871         + fix a memory leak in ncurses/base/wresize.c
3872         + corrected check for valid memu/meml capabilities in
3873           progs/dump_entry.c when handling V_HPUX case.
3874         > fixes based on Coverity report:
3875         + remove dead code in test/bs.c
3876         + remove dead code in test/demo_defkey.c
3877         + remove an unused assignment in progs/infocmp.c
3878         + fix a limit check in tack/ansi.c tools_charset()
3879         + fix tack/ansi.c tools_status() to perform the VT320/VT420
3880           tests in request_cfss().  The function had exited too soon.
3881         + fix a memory leak in tic.c's make_namelist()
3882         + fix a couple of places in tack/output.c which did not check for EOF.
3883         + fix a loop-condition in test/bs.c
3884         + add index checks in lib_color.c for color palettes
3885         + add index checks in progs/dump_entry.c for version_filter() handling
3886           of V_BSD case.
3887         + fix a possible null-pointer dereference in copywin()
3888         + fix a possible null-pointer dereference in waddchnstr()
3889         + add a null-pointer check in _nc_expand_try()
3890         + add a null-pointer check in tic.c's make_namelist()
3891         + add a null-pointer check in _nc_expand_try()
3892         + add null-pointer checks in test/cardfile.c
3893         + fix a double-free in ncurses/tinfo/trim_sgr0.c
3894         + fix a double-free in ncurses/base/wresize.c
3895         + add try/catch block to c++/cursesmain.cc
3896
3897 20070331
3898         + modify Ada95 binding to build with --enable-reentrant by wrapping
3899           global variables (bug: acs_map does not yet work).
3900         + modify Ada95 binding to use the new access-functions, allowing it
3901           to build/run when NCURSES_OPAQUE is set.
3902         + add access-functions and macros to return properties of the WINDOW
3903           structure, e.g., when NCURSES_OPAQUE is set.
3904         + improved install-sh's quoting.
3905         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
3906           other programs.
3907
3908 20070324
3909         + eliminate part of the direct use of WINDOW data from Ada95 interface.
3910         + fix substitutions for termlib filename to make configure option
3911           --enable-reentrant work with --with-termlib.
3912         + change a constructor for NCursesWindow to allow compiling with
3913           NCURSES_OPAQUE set, since we cannot pass a reference to
3914           an opaque pointer.
3915
3916 20070317
3917         + ignore --with-chtype=unsigned since unsigned is always added to
3918           the type in curses.h; do the same for --with-mmask-t.
3919         + change warning regarding --enable-ext-colors and wide-character
3920           in the configure script to an error.
3921         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
3922           such as Darwin's libtool program (report by Michail Vidiassov)
3923         + modify edit_man.sh to allow for multiple substitutions per line.
3924         + set locale in misc/ncurses-config.in since it uses a range
3925         + change permissions libncurses++.a install (report by Michail
3926           Vidiassov).
3927         + corrected length of temporary buffer in wide-character version
3928           of set_field_buffer() (related to report by Bryan Christ).
3929
3930 20070311
3931         + fix mk-1st.awk script install_shlib() function, broken in 20070224
3932           changes for cygwin (report by  Michail Vidiassov).
3933
3934 20070310
3935         + increase size of array in _nc_visbuf2n() to make "tic -v" work
3936           properly in its similar_sgr() function (report/analysis by Peter
3937           Santoro).
3938         + add --enable-reentrant configure option for ongoing changes to
3939           implement a reentrant version of ncurses:
3940           + libraries are suffixed with "t"
3941           + wrap several global variables (curscr, newscr, stdscr, ttytype,
3942             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
3943             functions returning values stored in SCREEN or cur_term.
3944           + move some initialization (LINES, COLS) from lib_setup.c,
3945             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
3946
3947 20070303
3948         + regenerated html documentation.
3949         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
3950           opaque in selected configurations.
3951         + move the chunk in lib_acs.c which resets acs capabilities when
3952           running on a terminal whose locale interferes with those into
3953           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
3954           identical (requested by Miroslav Lichvar).
3955         + do not use configure variable SHLIB_LIBS for building libraries
3956           outside the ncurses directory, since that symbol is customized
3957           only for that directory, and using it introduces an unneeded
3958           dependency on libdl (requested by Miroslav Lichvar).
3959         + modify mk-1st.awk so the generated makefile rules for linking or
3960           installing shared libraries do not first remove the library, in
3961           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
3962           Chua).
3963         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
3964           (prompted by newsgroup comment by Nick Guenther).
3965
3966 20070224
3967         + change internal return codes of _nc_wgetch() to check for cases
3968           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
3969           ungetch'd, and read by wget_wch().
3970         + fix static-library build broken in 20070217 changes to remove "-ldl"
3971           (report by Miroslav Lichvar).
3972         + change makefile/scripts for cygwin to allow building termlib.
3973         + use Form_Hook in manpages to match form.h
3974         + use Menu_Hook in manpages, as well as a few places in menu.h
3975         + correct form- and menu-manpages to use specific Field_Options,
3976           Menu_Options and Item_Options types.
3977         + correct prototype for _tracechar() in manpage (cf: 20011229).
3978         + correct prototype for wunctrl() in manpage.
3979
3980 20070217
3981         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
3982           Lichvar).
3983         + modify relinking of shared libraries to apply only when rpath is
3984           enabled, and add --disable-relink option which can be used to
3985           disable the feature altogether (reports by Michail Vidiassov,
3986           Adam J Richter).
3987         + fix --with-termlib option for wide-character configuration, stripping
3988           the "w" suffix in one place (report by Miroslav Lichvar).
3989         + remove "-ldl" from some library lists to reduce dependencies in
3990           programs (report by Miroslav Lichvar).
3991         + correct description of --enable-signed-char in configure --help
3992           (report by Michail Vidiassov).
3993         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
3994           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
3995           fixes.
3996         + remove "${DESTDIR}" from -install_name option used for linking
3997           shared libraries on Darwin (report by Michail Vidiassov).
3998
3999 20070210
4000         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
4001         + remove libdl from library list for termlib (report by Miroslav
4002           Lichvar).
4003         + fix configure.in to allow --without-progs --with-termlib (patch by
4004           Miroslav Lichvar).
4005         + modify win_wchnstr() to ensure that only a base cell is returned
4006           for each multi-column character (prompted by report by Wei Kong
4007           regarding change in mvwin_wch() cf: 20041023).
4008
4009 20070203
4010         + modify fix_wchnstr() in form library to strip attributes (and color)
4011           from the cchar_t array (field cells) read from a field's window.
4012           Otherwise, when copying the field cells back to the window, the
4013           associated color overrides the field's background color (report by
4014           Ricardo Cantu).
4015         + improve tracing for form library, showing created forms, fields, etc.
4016         + ignore --enable-rpath configure option if --with-shared was omitted.
4017         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
4018           to allow leak-checking when both tic- and tinfo-libraries are built.
4019         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
4020           no longer relies on it.
4021         + disallow combining configure script options --with-ticlib and
4022           --enable-termcap (report by Rong-En Fan).
4023         + remove tack from ncurses tree.
4024
4025 20070128
4026         + fix typo in configure script that broke --with-termlib option
4027           (report by Rong-En Fan).
4028
4029 20070127
4030         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
4031           to tgetent() (report by Rong-en Fan).
4032         + update tack/HISTORY and tack/README to tell how to build it after
4033           it is removed from the ncurses tree.
4034         + fix configure check for libtool's version to trim blank lines
4035           (report by sci-fi@hush.ai).
4036         + review/eliminate other original-file artifacts in cursesw.cc, making
4037           its license consistent with ncurses.
4038         + use ncurses vw_scanw() rather than reading into a fixed buffer in
4039           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
4040         + eliminate fixed-buffer vsprintf() calls in c++ binding.
4041
4042 20070120
4043         + add _nc_leaks_tic() to separate leak-checking of tic library from
4044           term/ncurses libraries, and thereby eliminate a library dependency.
4045         + fix test/mk-test.awk to ignore blank lines.
4046         + correct paths in include/headers, for --srcdir (patch by Miroslav
4047           Lichvar).
4048
4049 20070113
4050         + add a break-statement in misc/shlib to ensure that it exits on the
4051           _first_ matched directory (report by Paul Novak).
4052         + add tack/configure, which can be used to build tack outside the
4053           ncurses build-tree.
4054         + add --with-ticlib option, to build/install the tic-support functions
4055           in a separate library (suggested by Miroslav Lichvar).
4056
4057 20070106
4058         + change MKunctrl.awk to reduce relocation table for unctrl.o
4059         + change MKkeyname.awk to reduce relocation table for keyname.o
4060           (patch by Miroslav Lichvar).
4061
4062 20061230
4063         + modify configure check for libtool's version to trim blank lines
4064           (report by sci-fi@hush.ai).
4065         + modify some modules to allow them to be reentrant if _REENTRANT is
4066           defined: lib_baudrate.c, resizeterm.c (local data only)
4067         + eliminate static data from some modules: add_tries.c, hardscroll.c,
4068           lib_ttyflags.c, lib_twait.c
4069         + improve manpage install to add aliases for the transformed program
4070           names, e.g., from --program-prefix.
4071         + used linklint to verify links in the HTML documentation, made fixes
4072           to manpages as needed.
4073         + fix a typo in curs_mouse.3x (report by William McBrine).
4074         + fix install-rule for ncurses5-config to make the bin-directory.
4075
4076 20061223
4077         + modify configure script to omit the tic (terminfo compiler) support
4078           from ncurses library if --without-progs option is given.
4079         + modify install rule for ncurses5-config to do this via "install.libs"
4080         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
4081         + update config.guess, config.sub
4082
4083 20061217 5.6 release for upload to ftp.gnu.org
4084
4085 20061217
4086         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
4087           definitions in <wchar.h>.
4088         + revert the va_copy() change from 20061202, since it was neither
4089           correct nor portable.
4090         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
4091           rpath on Solaris.
4092         + ignore wide-acs line-drawing characters that wcwidth() claims are
4093           not one-column.  This is a workaround for Solaris' broken locale
4094           support.
4095
4096 20061216
4097         + modify configure --with-gpm option to allow it to accept a parameter,
4098           i.e., the name of the dynamic GPM library to load via dlopen()
4099           (requested by Bryan Henderson).
4100         + add configure option --with-valgrind, changes from vile.
4101         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
4102           'return' in preference to 'exit()'.
4103
4104 20061209
4105         + change default for --with-develop back to "no".
4106         + add XTABS to tracing of TTY bits.
4107         + updated autoconf patch to ifdef-out the misfeature which declares
4108           exit() for configure tests.  This fixes a redefinition warning on
4109           Solaris.
4110         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
4111           Solaris to help ensure that initialization sections are provided for
4112           extra linkage requirements, e.g., of C++ applications (prompted by
4113           comment by Casper Dik in newsgroup).
4114         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
4115           from the autoconf predefined symbol.  There was no conflict,
4116           since "$target" was used only in the generated edit_man.sh file,
4117           but SuSE's rpm package contains a patch.
4118
4119 20061202
4120         + update man/term.5 to reflect extended terminfo support and hashed
4121           database configuration.
4122         + updates for test/configure script.
4123         + adapted from SuSE rpm package:
4124           + remove long-obsolete workaround for broken-linker which declared
4125             cur_term in tic.c
4126           + improve error recovery in PUTC() macro when wcrtomb() does not
4127             return usable results for an 8-bit character.
4128         + patches from rpm package (SuSE):
4129           + use va_copy() in extra varargs manipulation for tracing version
4130             of printw, etc.
4131           + use a va_list rather than a null in _nc_freeall()'s call to
4132             _nc_printf_string().
4133         + add some see-also references in manpages to show related
4134           wide-character functions (suggested by Claus Fischer).
4135
4136 20061125
4137         + add a check in lib_color.c to ensure caller does not increase COLORS
4138           above max_colors, which is used as an array index (discussion with
4139           Simon Sasburg).
4140         + add ifdef's allowing ncurses to be built with tparm() using either
4141           varargs (the existing status), or using a fixed-parameter list (to
4142           match X/Open).
4143
4144 20061104
4145         + fix redrawing of windows other than stdscr using wredrawln() by
4146           touching the corresponding rows in curscr (discussion with Dan
4147           Gookin).
4148         + add test/redraw.c
4149         + add test/echochar.c
4150         + review/cleanup manpage descriptions of error-returns for form- and
4151           menu-libraries (prompted by FreeBSD docs/46196).
4152
4153 20061028
4154         + add AUTHORS file -TD
4155         + omit the -D options from output of the new config script --cflags
4156           option (suggested by Ralf S Engelschall).
4157         + make NCURSES_INLINE unconditionally defined in curses.h
4158
4159 20061021
4160         + revert change to accommodate bash 3.2, since that breaks other
4161           platforms, e.g., Solaris.
4162         + minor fixes to NEWS file to simplify scripting to obtain list of
4163           contributors.
4164         + improve some shared-library configure scripting for Linux, FreeBSD
4165           and NetBSD to make "--with-shlib-version" work.
4166         + change configure-script rules for FreeBSD shared libraries to allow
4167           for rpath support in versions past 3.
4168         + use $(DESTDIR) in makefile rules for installing/uninstalling the
4169           package config script (reports/patches by Christian Wiese,
4170           Ralf S Engelschall).
4171         + fix a warning in the configure script for NetBSD 2.0, working around
4172           spurious blanks embedded in its ${MAKEFLAGS} symbol.
4173         + change test/Makefile to simplify installing test programs in a
4174           different directory when --enable-rpath is used.
4175
4176 20061014
4177         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
4178         + add/install a package config script, e.g., "ncurses5-config" or
4179           "ncursesw5-config", according to configuration options.
4180
4181 20061007
4182         + add several GNU Screen terminfo variations with 16- and 256-colors,
4183           and status line (Alain Bench).
4184         + change the way shared libraries (other than libtool) are installed.
4185           Rather than copying the build-tree's libraries, link the shared
4186           objects into the install directory.  This makes the --with-rpath
4187           option work except with $(DESTDIR) (cf: 20000930).
4188
4189 20060930
4190         + fix ifdef in c++/internal.h for QNX 6.1
4191         + test-compiled with (old) egcs-1.1.2, modified configure script to
4192           not unset the $CXX and related variables which would prevent this.
4193         + fix a few terminfo.src typos exposed by improvments to "-f" option.
4194         + improve infocmp/tic "-f" option formatting.
4195
4196 20060923
4197         + make --disable-largefile option work (report by Thomas M Ott).
4198         + updated html documentation.
4199         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
4200         + minor improvements to rxvt+pcfkeys -TD
4201
4202 20060916
4203         + move static data from lib_mouse.c into SCREEN struct.
4204         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
4205           (report by Michail Vidiassov).
4206         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
4207           option (from lynx changes) -TD
4208         + adapt AC_PROG_EGREP check, noting that this is likely to be another
4209           place aggravated by POSIXLY_CORRECT.
4210         + modify configure check for awk to ensure that it is found (prompted
4211           by report by Christopher Parker).
4212         + update config.sub
4213
4214 20060909
4215         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
4216         + remove invis capability from klone+sgr, mainly used by linux entry,
4217           since it does not really do this -TD
4218
4219 20060903
4220         + correct logic in wadd_wch() and wecho_wch(), which did not guard
4221           against passing the multi-column attribute into a call on waddch(),
4222           e.g., using data returned by win_wch() (cf: 20041023)
4223           (report by Sadrul H Chowdhury).
4224
4225 20060902
4226         + fix kterm's acsc string -TD
4227         + fix for change to tic/infocmp in 20060819 to ensure no blank is
4228           embedded into a termcap description.
4229         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
4230           when using --with-termlib --with-trace options.
4231         + improve tgetstr() by making the return value point into the user's
4232           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
4233         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
4234
4235 20060826
4236         + add terminfo entries for xfce terminal (xfce) and multi gnome
4237           terminal (mgt) -TD
4238         + add test/foldkeys.c
4239
4240 20060819
4241         + modify tic and infocmp to avoid writing trailing blanks on terminfo
4242           source output (Debian #378783).
4243         + modify configure script to ensure that if the C compiler is used
4244           rather than the loader in making shared libraries, the $(CFLAGS)
4245           variable is also used (Redhat #199369).
4246         + port hashed-db code to db2 and db3.
4247         + fix a bug in tgetent() from 20060625 and 20060715 changes
4248           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
4249
4250 20060805
4251         + updated xterm function-keys terminfo to match xterm #216 -TD
4252         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
4253           e.g., the db 1.8.5 interface).
4254
4255 20060729
4256         + modify toe to access termcap data, e.g., via cgetent() functions,
4257           or as a text file if those are not available.
4258         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
4259         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
4260           can access termcap data when the terminfo database is disabled.
4261
4262 20060722
4263         + widen the test for xterm kmous a little to allow for other strings
4264           than \E[M, e.g., for xterm-sco functionality in xterm.
4265         + update xterm-related terminfo entries to match xterm patch #216 -TD
4266         + update config.guess, config.sub
4267
4268 20060715
4269         + fix for install-rule in Ada95 to add terminal_interface.ads
4270           and terminal_interface.ali (anonymous posting in comp.lang.ada).
4271         + correction to manpage for getcchar() (report by William McBrine).
4272         + add test/chgat.c
4273         + modify wchgat() to mark updated cells as changed so a refresh will
4274           repaint those cells (comments by Sadrul H Chowdhury and William
4275           McBrine).
4276         + split up dependency of names.c and codes.c in ncurses/Makefile to
4277           work with parallel make (report/analysis by Joseph S Myers).
4278         + suppress a warning message (which is ignored) for systems without
4279           an ldconfig program (patch by Justin Hibbits).
4280         + modify configure script --disable-symlinks option to allow one to
4281           disable symlink() in tic even when link() does not work (report by
4282           Nigel Horne).
4283         + modify MKfallback.sh to use tic -x when constructing fallback tables
4284           to allow extended capabilities to be retrieved from a fallback entry.
4285         + improve leak-checking logic in tgetent() from 20060625 to ensure that
4286           it does not free the current screen (report by Miroslav Lichvar).
4287
4288 20060708
4289         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
4290         + correct _nc_free_entries() and related functions used for memory leak
4291           checking of tic.
4292
4293 20060701
4294         + revert a minor change for magic-cookie support from 20060513, which
4295           caused unexpected reset of attributes, e.g., when resizing test/view
4296           in color mode.
4297         + note in clear manpage that the program ignores command-line
4298           parameters (prompted by Debian #371855).
4299         + fixes to make lib_gen.c build properly with changes to the configure
4300           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
4301         + update/correct several terminfo entries -TD
4302         + add some notes regarding copyright to terminfo.src -TD
4303
4304 20060625
4305         + fixes to build Ada95 binding with gnat-4.1.0
4306         + modify read_termtype() so the term_names data is always allocated as
4307           part of the str_table, a better fix for a memory leak (cf: 20030809).
4308         + reduce memory leaks in repeated calls to tgetent() by remembering the
4309           last TERMINAL* value allocated to hold the corresponding data and
4310           freeing that if the tgetent() result buffer is the same as the
4311           previous call (report by "Matt" for FreeBSD gnu/98975).
4312         + modify tack to test extended capability function-key strings.
4313         + improved gnome terminfo entry (GenToo #122566).
4314         + improved xterm-256color terminfo entry (patch by Alain Bench).
4315
4316 20060617
4317         + fix two small memory leaks related to repeated tgetent() calls
4318           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
4319         + add --enable-signed-char to simplify Debian package.
4320         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
4321           symbols.
4322         + correct typo in curs_terminfo.3x (Debian #369168).
4323
4324 20060603
4325         + enable the mouse in test/movewindow.c
4326         + improve a limit-check in frm_def.c (John Heasley).
4327         + minor copyright fixes.
4328         + change configure script to produce test/Makefile from data file.
4329
4330 20060527
4331         + add a configure option --enable-wgetch-events to enable
4332           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
4333           lib_twait.c (report by Bernd Jendrissek).
4334         + remove include/nomacros.h from build, since the ifdef for
4335           NCURSES_NOMACROS makes that obsolete.
4336         + add entrypoints for some functions which were only provided as macros
4337           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
4338           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
4339           wgetbkgrnd().
4340         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
4341           definitions from curses.h, i.e., where a macro is defined to override
4342           a function to improve performance.  Allowing a developer to suppress
4343           these definitions can simplify some application (discussion with
4344           Stanislav Ievlev).
4345         + improve description of memu/meml in terminfo manpage.
4346
4347 20060520
4348         + if msgr is false, reset video attributes when doing an automargin
4349           wrap to the next line.  This makes the ncurses 'k' test work properly
4350           for hpterm.
4351         + correct caching of keyname(), which was using only half of its table.
4352         + minor fixes to memory-leak checking.
4353         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
4354           arrays, making ACS_LEN less visible to applications (suggested by
4355           Stanislav Ievlev).
4356         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
4357           _screen_acs_map will have the same offset in both ncurses/ncursesw,
4358           making the corresponding tinfo/tinfow libraries binary-compatible
4359           (cf: 20041016, report by Stanislav Ievlev).
4360
4361 20060513
4362         + improve debug-tracing for EmitRange().
4363         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
4364           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
4365           suppression of the related hard-tabs and xmc-glitch features.
4366         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
4367           infocmp, terminfo as well as form, menu, panel.
4368         + update config.guess, config.sub
4369         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
4370           (field_buffer returning null for a valid field).  The 'r' test
4371           appears to not work with that configuration since the new_fieldtype()
4372           function is broken in that implementation.
4373
4374 20060506
4375         + add hpterm-color terminfo entry -TD
4376         + fixes to compile test-programs with HPUX 11.23
4377
4378 20060422
4379         + add copyright notices to files other than those that are generated,
4380           data or adapted from pdcurses (reports by William McBrine, David
4381           Taylor).
4382         + improve rendering on hpterm by not resetting attributes at the end
4383           of doupdate() if the terminal has the magic-cookie feature (report
4384           by Bernd Rieke).
4385         + add 256color variants of terminfo entries for programs which are
4386           reported to implement this feature -TD
4387
4388 20060416
4389         + fix typo in change to NewChar() macro from 20060311 changes, which
4390           broke tab-expansion (report by Frederic L W Meunier).
4391
4392 20060415
4393         + document -U option of tic and infocmp.
4394         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
4395           due to size limit, e.g., converting to termcap format.  Also
4396           suppress them if the output format does not contain acsc and it
4397           was not VT100-like, i.e., a one-one mapping (Novell #163715).
4398         + add configure check to ensure that SIGWINCH is defined on platforms
4399           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
4400           defined (report by Nicholas Cole)
4401
4402 20060408
4403         + modify write_object() to not write coincidental extensions of an
4404           entry made due to it being referenced in a use= clause (report by
4405           Alain Bench).
4406         + another fix for infocmp -i option, which did not ensure that some
4407           escape sequences had comparable prefixes (report by Alain Bench).
4408
4409 20060401
4410         + improve discussion of init/reset in terminfo and tput manpages
4411           (report by Alain Bench).
4412         + use is3 string for a fallback of rs3 in the reset program; it was
4413           using is2 (report by Alain Bench).
4414         + correct logic for infocmp -i option, which did not account for
4415           multiple digits in a parameter (cf: 20040828) (report by Alain
4416           Bench).
4417         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
4418           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
4419         + add copyright notices to test-programs as needed (report by William
4420           McBrine).
4421
4422 20060318
4423         + modify ncurses.c 'F' test to combine the wide-characters with color
4424           and/or video attributes.
4425         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
4426           a test-screen (some commands used 'x' or 'q').
4427
4428 20060312
4429         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
4430
4431 20060311
4432         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
4433           a null character is found (report by Igor Bogomazov).
4434         + modify progs/Makefile.in to make "tput init" work properly with
4435           cygwin, i.e., do not pass a ".exe" in the reference string used
4436           in check_aliases (report by Samuel Thibault).
4437         + add some checks to ensure current position is within scrolling
4438           region before scrolling on a new line (report by Dan Gookin).
4439         + change some NewChar() usage to static variables to work around
4440           stack garbage introduced when cchar_t is not packed (Redhat #182024).
4441
4442 20060225
4443         + workarounds to build test/movewindow with PDcurses 2.7.
4444         + fix for nsterm-16color entry (patch by Alain Bench).
4445         + correct a typo in infocmp manpage (Debian #354281).
4446
4447 20060218
4448         + add nsterm-16color entry -TD
4449         + updated mlterm terminfo entry -TD
4450         + remove 970913 feature for copying subwindows as they are moved in
4451           mvwin() (discussion with Bryan Christ).
4452         + modify test/demo_menus.c to demonstrate moving a menu (both the
4453           window and subwindow) using shifted cursor-keys.
4454         + start implementing recursive mvwin() in movewindow.c (incomplete).
4455         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
4456           for movewindow.c (report by William McBrine).
4457         + add help-message to test/movewindow.c
4458
4459 20060211
4460         + add test/movewindow.c, to test mvderwin().
4461         + fix ncurses soft-key test so color changes are shown immediately
4462           rather than delayed.
4463         + modify ncurses soft-key test to hide the keys when exiting the test
4464           screen.
4465         + fixes to build test programs with PDCurses 2.7, e.g., its headers
4466           rely on autoconf symbols, and it declares stubs for nonfunctional
4467           terminfo and termcap entrypoints.
4468
4469 20060204
4470         + improved test/configure to build test/ncurses on HPUX 11 using the
4471           vendor curses.
4472         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
4473           benefit of developers who do not read INSTALL.
4474
4475 20060128
4476         + correct form library Window_To_Buffer() change (cf:  20040516), which
4477           should ignore the video attributes (report by Ricardo Cantu).
4478
4479 20060121
4480         + minor fixes to xmc-glitch experimental code:
4481           + suppress line-drawing
4482           + implement max_attributes
4483           tested with xterm.
4484         + minor fixes for the database iterator.
4485         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
4486           Debian #348117).
4487
4488 20060114
4489         + add toe -a option, to show all databases.  This uses new private
4490           interfaces in the ncurses library for iterating through the list of
4491           databases.
4492         + fix toe from 20000909 changes which made it not look at
4493           $HOME/.terminfo
4494         + make toe's -v option parameter optional as per manpage.
4495         + improve SIGWINCH handling by postponing its effect during newterm(),
4496           etc., when allocating screens.
4497
4498 20060111
4499         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
4500           this in test/filter.c
4501         + fix an error in filter() modification which caused some applications
4502           to fail.
4503
4504 20060107
4505         + check if filter() was called when getting the screensize.  Keep it
4506           at 1 if so (based on Redhat #174498).
4507         + add extension nofilter().
4508         + refined the workaround for ACS mapping.
4509         + make ifdef's consistent in curses.h for the extended colors so the
4510           header file can be used for the normal curses library.  The header
4511           file installed for extended colors is a variation of the
4512           wide-character configuration (report by Frederic L W Meunier).
4513
4514 20051231
4515         + add a workaround to ACS mapping to allow applications such as
4516           test/blue.c to use the "PC ROM" characters by masking them with
4517           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
4518           of legacy coding (report by Michael Deutschmann).
4519         + add a null-pointer check in the wide-character version of
4520           calculate_actual_width() (report by Victor Julien).
4521         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
4522           values to be set independently (patch by William McBrine).
4523         + modify test/configure script to allow building test programs with
4524           PDCurses/X11.
4525         + modified test programs to allow some to work with NetBSD curses.
4526           Several do not because NetBSD curses implements a subset of X/Open
4527           curses, and also lacks much of SVr4 additions.  But it's enough for
4528           comparison.
4529         + update config.guess and config.sub
4530
4531 20051224
4532         + use BSD-specific fix for return-value from cgetent() from CVS where
4533           an unknown terminal type would be reportd as "database not found".
4534         + make tgetent() return code more readable using new symbols
4535           TGETENT_YES, etc.
4536         + remove references to non-existent "tctest" program.
4537         + remove TESTPROGS from progs/Makefile.in (it was referring to code
4538           that was never built in that directory).
4539         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
4540
4541 20051217
4542         + add use_legacy_coding() function to support lynx's font-switching
4543           feature.
4544         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
4545         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
4546           bool.
4547
4548 20051210
4549         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
4550           overwrite() and copywin() with different combinations of colors and
4551           attributes (including background color) to make it easy to see the
4552           effect of the different functions.
4553         + corrections to menu/m_global.c for wide-characters (report by
4554           Victor Julien).
4555
4556 20051203
4557         + add configure option --without-dlsym, allowing developers to
4558           configure GPM support without using dlsym() (discussion with Michael
4559           Setzer).
4560         + fix wins_nwstr(), which did not handle single-column non-8bit codes
4561           (Debian #341661).
4562
4563 20051126
4564         + move prototypes for wide-character trace functions from curses.tail
4565           to curses.wide to avoid accidental reference to those if
4566           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
4567           included.
4568         + add/use NCURSES_INLINE definition.
4569         + change some internal functions to use int/unsigned rather than the
4570           short equivalents.
4571
4572 20051119
4573         + remove a redundant check in lib_color.c (Debian #335655).
4574         + use ld's -search_paths_first option on Darwin to work around odd
4575           search rules on that platform (report by Christian Gennerat, analysis
4576           by Andrea Govoni).
4577         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
4578         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
4579         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
4580
4581 20051112
4582         + other minor fixes to cygwin based on tack -TD
4583         + correct smacs in cygwin (Debian #338234, report by Baurzhan
4584           Ismagulov, who noted that it was fixed in Cygwin).
4585
4586 20051029
4587         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
4588         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
4589           since those record the state of multicolumn characters (Debian
4590           #316663).
4591         + modify werase to clear multicolumn characters that extend into
4592           a derived window (Debian #316663).
4593
4594 20051022
4595         + move assignment from environment variable ESCDELAY from initscr()
4596           down to newterm() so the environment variable affects timeouts for
4597           terminals opened with newterm() as well.
4598         + fix a memory leak in keyname().
4599         + add test/demo_altkeys.c
4600         + modify test/demo_defkey.c to exit from loop via 'q' to allow
4601           leak-checking, as well as fix a buffer size in winnstr() call.
4602
4603 20051015
4604         + correct order of use-clauses in rxvt-basic entry which made codes for
4605           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
4606         + suppress configure check for gnatmake if Ada95/Makefile.in is not
4607           found.
4608         + correct a typo in configure --with-bool option for the case where
4609           --without-cxx is used (report by Daniel Jacobowitz).
4610         + add a note to INSTALL's discussion of --with-normal, pointing out
4611           that one may wish to use --without-gpm to ensure a completely
4612           static link (prompted by report by Felix von Leitner).
4613
4614 20051010 5.5 release for upload to ftp.gnu.org
4615
4616 20051008
4617         + document in demo_forms.c some portability issues.
4618
4619 20051001
4620         + document side-effect of werase() which sets the cursor position.
4621         + save/restore the current position in form field editing to make
4622           overlay mode work.
4623
4624 20050924
4625         + correct header dependencies in progs, allowing parallel make (report
4626           by Daniel Jacobowitz).
4627         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
4628           the configure check for --with-build-cc (report by Daniel Jacobowitz).
4629         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
4630           NetBSD.
4631         + update config.guess and config.sub from
4632                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
4633
4634 20050917
4635         + modify sed expression which computes path for /usr/lib/terminfo
4636           symbolic link in install to ensure that it does not change unexpected
4637           levels of the path (Gentoo #42336).
4638         + modify default for --disable-lp64 configure option to reduce impact
4639           on existing 64-bit builds.  Enabling the _LP64 option may change the
4640           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
4641           default (report by Mike Frysinger).
4642         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
4643           default if it is used.
4644         + improve configure script logic for bumping ABI to omit this if the
4645           --with-abi-version option was used.
4646         + update address for Free Software Foundation in tack's source.
4647         + correct wins_wch(), which was not marking the filler-cells of
4648           multi-column characters (cf:  20041023).
4649
4650 20050910
4651         + modify mouse initialization to ensure that Gpm_Open() is called only
4652           once.  Otherwise GPM gets confused in its initialization of signal
4653           handlers (Debian #326709).
4654
4655 20050903
4656         + modify logic for backspacing in a multiline form field to ensure that
4657           it works even when the preceding line is full (report by Frank van
4658           Vugt).
4659         + remove comment about BUGS section of ncurses manpage (Debian #325481)
4660
4661 20050827
4662         + document some workarounds for shared and libtool library
4663           configurations in INSTALL (see --with-shared and --with-libtool).
4664         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
4665           cross-compilers which emit the platform name in their version
4666           message, e.g.,
4667                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
4668           (report by Frank van Vugt).
4669
4670 20050820
4671         + start updating documentation for upcoming 5.5 release.
4672         + fix to make libtool  and libtinfo work together again (cf: 20050122).
4673         + fixes to allow building traces into libtinfo
4674         + add debug trace to tic that shows if/how ncurses will write to the
4675           lower corner of a terminal's screen.
4676         + update llib-l* files.
4677
4678 20050813
4679         + modify initializers in c++ binding to build with old versions of g++.
4680         + improve special case for 20050115 repainting fix, ensuring that if
4681           the first changed cell is not a character that the range to be
4682           repainted is adjusted to start at a character's beginning (Debian
4683           #316663).
4684
4685 20050806
4686         + fixes to build on QNX 6.1
4687         + improve configure script checks for Intel 9.0 compiler.
4688         + remove #include's for libc.h (obsolete).
4689         + adjust ifdef's in curses.priv.h so that when cross-compiling to
4690           produce comp_hash and make_keys, no dependency on wchar.h is needed.
4691           That simplifies the build-cppflags (report by Frank van Vugt).
4692         + move modules related to key-binding into libtinfo to fix linkage
4693           problem caused by 20050430 changes to MKkeyname.sh (report by
4694           Konstantin Andreev).
4695
4696 20050723
4697         + updates/fixes for configure script macros from vile -TD
4698         + make prism9's sgr string agree with the rest of the terminfo -TD
4699         + make vt220's sgr0 string consistent with sgr string, do this for
4700           several related cases -TD
4701         + improve translation to termcap by filtering the 'me' (sgr0) strings
4702           as in the runtime call to tgetent() (prompted by a discussion with
4703           Thomas Klausner).
4704         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
4705           resets line-drawing.
4706
4707 20050716
4708         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
4709           #318621).
4710         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
4711           allow it to be used by tic to provide information about the runtime
4712           changes that would be made to sgr0 for termcap applications.
4713         + modify make_sed.sh to make the group-name in the NAME section of
4714           form/menu library manpage agree with the TITLE string when renaming
4715           is done for Debian (Debian #78866).
4716
4717 20050702
4718         + modify parameter type in c++ binding for insch() and mvwinsch() to
4719           be consistent with underlying ncurses library (was char, is chtype).
4720         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
4721           on Linux.
4722         + improve configure check for nanosleep(), checking that it works since
4723           some older systems such as AIX 4.3 have a nonworking version.
4724
4725 20050625
4726         + update config.guess and config.sub from
4727                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
4728         + modify misc/shlib to work in test-directory.
4729         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
4730           allows cross-compiles to use the host's tic program to handle the
4731           "make install.data" step.
4732         + improve description of $LINES and $COLUMNS variables in manpages
4733           (prompted by report by Dave Ulrick).
4734         + improve description of cross-compiling in INSTALL
4735         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
4736           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
4737         + modify configure script to obtain soname for GPM library (discussion
4738           with Daniel Jacobowitz).
4739         + modify configure script so that --with-chtype option will still
4740           compute the unsigned literals suffix for constants in curses.h
4741           (report by Daniel Jacobowitz:
4742         + patches from Daniel Jacobowitz:
4743           + the man_db.renames entry for tack.1 was backwards.
4744           + tack.1 had some 1m's that should have been 1M's.
4745           + the section for curs_inwstr.3 was wrong.
4746
4747 20050619
4748         + correction to --with-chtype option (report by Daniel Jacobowitz).
4749
4750 20050618
4751         + move build-time edit_man.sh and edit_man.sed scripts to top directory
4752           to simplify reusing them for renaming tack's manpage (prompted by a
4753           review of Debian package).
4754         + revert minor optimization from 20041030 (Debian #313609).
4755         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
4756           1.5.10 and 1.5.18 (all work except as noted previously for the c++
4757           install using libtool 1.5.0):
4758           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
4759             program.
4760           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
4761         + add configure options --with-chtype and --with-mmask-t, to allow
4762           overriding of the non-LP64 model's use of the corresponding types.
4763         + revise test for size of chtype (and mmask_t), which always returned
4764           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
4765
4766 20050611
4767         + change _tracef's that used "%p" format for va_list values to ignore
4768           that, since on some platforms those are not pointers.
4769         + fixes for long-formats in printf's due to largefile support.
4770
4771 20050604
4772         + fixes for termcap support:
4773           + reset pointer to _nc_curr_token.tk_name when the input stream is
4774             closed, which could point to free memory (cf: 20030215).
4775           + delink TERMTYPE data which is used by the termcap reader, so that
4776             extended names data will be freed consistently.
4777           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
4778             its callers.
4779           + add some entrypoints for freeing permanently allocated data via
4780             _nc_freeall() when NO_LEAKS is defined.
4781         + amend 20041030 change to _nc_do_color to ensure that optimization is
4782           applied only when the terminal supports back_color_erase (bce).
4783
4784 20050528
4785         + add sun-color terminfo entry -TD
4786         + correct a missing assignment in c++ binding's method
4787           NCursesPanel::UserPointer() from 20050409 changes.
4788         + improve configure check for large-files, adding check for dirent64
4789           from vile -TD
4790         + minor change to configure script to improve linker options for the
4791           Ada95 tree.
4792
4793 20050515
4794         + document error conditions for ncurses library functions (report by
4795           Stanislav Ievlev).
4796         + regenerated html documentation for ada binding.
4797           see ftp://invisible-island.net/ncurses/patches/gnathtml
4798
4799 20050507
4800         + regenerated html documentation for manpages.
4801         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
4802           ncurses/Makefile (Gentoo #89772).
4803         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
4804           (patch by Mike Frysinger).
4805         + modify tic to filter out long extended names when translating to
4806           termcap format.  Only two characters are permissible for termcap
4807           capability names.
4808
4809 20050430
4810         + modify terminfo entries xterm-new and rxvt to add strings for
4811           shift-, control-cursor keys.
4812         + workaround to allow c++ binding to compile with g++ 2.95.3, which
4813           has a broken implementation of static_cast<> (patch by Jeff Chua).
4814         + modify initialization of key lookup table so that if an extended
4815           capability (tic -x) string is defined, and its name begins with 'k',
4816           it will automatically be treated as a key.
4817         + modify test/keynames.c to allow for the possibility of extended
4818           key names, e.g., via define_key(), or via "tic -x".
4819         + add test/demo_termcap.c to show the contents of given entry via the
4820           termcap interface.
4821
4822 20050423
4823         + minor fixes for vt100/vt52 entries -TD
4824         + add configure option --enable-largefile
4825         + corrected libraries used to build Ada95/gen/gen, found in testing
4826           gcc 4.0.0.
4827
4828 20050416
4829         + update config.guess, config.sub
4830         + modify configure script check for _XOPEN_SOURCE, disable that on
4831           Darwin whose header files have problems (patch by Chris Zubrzycki).
4832         + modify form library Is_Printable_String() to use iswprint() rather
4833           than wcwidth() for determining if a character is printable.  The
4834           latter caused it to reject menu items containing non-spacing
4835           characters.
4836         + modify ncurses test program's F-test to handle non-spacing characters
4837           by combining them with a reverse-video blank.
4838         + review/fix several gcc -Wconversion warnings.
4839
4840 20050409
4841         + correct an off-by-one error in m_driver() for mouse-clicks used to
4842           position the mouse to a particular item.
4843         + implement test/demo_menus.c
4844         + add some checks in lib_mouse to ensure SP is set.
4845         + modify C++ binding to make 20050403 changes work with the configure
4846           --enable-const option.
4847
4848 20050403
4849         + modify start_color() to return ERR if it cannot allocate memory.
4850         + address g++ compiler warnings in C++ binding by adding explicit
4851           member initialization, assignment operators and copy constructors.
4852           Most of the changes simply preserve the existing semantics of the
4853           binding, which can leak memory, etc., but by making these features
4854           visible, it provides a framework for improving the binding.
4855         + improve C++ binding using static_cast, etc.
4856         + modify configure script --enable-warnings to add options to g++ to
4857           correspond to the gcc --enable-warnings.
4858         + modify C++ binding to use some C internal functions to make it
4859           compile properly on Solaris (and other platforms).
4860
4861 20050327
4862         + amend change from 20050320 to limit it to configurations with a
4863           valid locale.
4864         + fix a bug introduced in 20050320 which broke the translation of
4865           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
4866
4867 20050326
4868         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
4869           chtype and mmask_t, but add configure option --disable-lp64 in case
4870           anyone used that configuration.
4871         + update misc/shlib script to account for Mac OS X (report by Michail
4872           Vidiassov).
4873         + correct comparison for wrapping multibyte characters in
4874           waddch_literal() (report by Takahashi Tamotsu).
4875
4876 20050320
4877         + add -c and -w options to tset to allow user to suppress ncurses'
4878           resizing of the terminal emulator window in the special case where it
4879           is not able to detect the true size (report by Win Delvaux, Debian
4880           #300419).
4881         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
4882           codes 128-159 as part of multibyte characters (report by Wang
4883           WenRui, Debian #300512).
4884
4885 20050319
4886         + modify ncurses.c 'd' test to make it work with 88-color
4887           configuration, i.e., by implementing scrolling.
4888         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
4889           configuration.
4890
4891 20050312
4892         + change tracemunch to use strict checking.
4893         + modify ncurses.c 'p' test to test line-drawing within a pad.
4894         + implement environment variable NCURSES_NO_UTF8_ACS to support
4895           miscellaneous terminal emulators which ignore alternate character
4896           set escape sequences when in UTF-8 mode.
4897
4898 20050305
4899         + change NCursesWindow::err_handler() to a virtual function (request by
4900           Steve Beal).
4901         + modify fty_int.c and fty_num.c to handle wide characters (report by
4902           Wolfgang Gutjahr).
4903         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
4904           and wide characters inconsistently (report by Wolfgang Gutjahr).
4905         + update llib-* files to reflect internal interface additions/changes.
4906
4907 20050226
4908         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
4909           from lynx.
4910         + add aixterm-16color terminfo entry -TD
4911         + modified xterm-new terminfo entry to work with tgetent() changes -TD
4912         + extended changes in tgetent() from 20040710 to allow the substring of
4913           sgr0 which matches rmacs to be at the beginning of the sgr0 string
4914           (request by Thomas Wolff).  Wolff says the visual effect in
4915           combination with pre-20040710 ncurses is improved.
4916         + fix off-by-one in winnstr() call which caused form field validation
4917           of multibyte characters to ignore the last character in a field.
4918         + correct logic in winsch() for inserting multibyte strings; the code
4919           would clear cells after the insertion rather than push them to the
4920           right (cf: 20040228).
4921         + fix an inconsistency in Check_Alpha_Field() between normal and wide
4922           character logic (report by Wolfgang Gutjahr).
4923
4924 20050219
4925         + fix a bug in editing wide-characters in form library: deleting a
4926           nonwide character modified the previous wide-character.
4927         + update manpage to describe NCURSES_MOUSE_VERSION 2.
4928         + correct manpage description of mouseinterval() (Debian #280687).
4929         + add a note to default_colors.3x explaining why this extension was
4930           added (Debian #295083).
4931         + add traces to panel library.
4932
4933 20050212
4934         + improve editing of wide-characters in form library:  left/right
4935           cursor movement, and single-character deletions work properly.
4936         + disable GPM mouse support when $TERM happens to be prefixed with
4937           "xterm".  Gpm_Open() would otherwise assert that it can deal with
4938           mouse events in this case.
4939         + modify GPM mouse support so it closes the server connection when
4940           the caller disables the mouse (report by Stanislav Ievlev).
4941
4942 20050205
4943         + add traces for callback functions in form library.
4944         + add experimental configure option --enable-ext-mouse, which defines
4945           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
4946           support wheel mice, which may transmit buttons 4 and 5.  This works
4947           with xterm and similar X terminal emulators (prompted by question by
4948           Andreas Henningsson, this is also related to Debian #230990).
4949         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
4950           avoid redefinition warnings on cygwin.
4951
4952 20050129
4953         + merge remaining development changes for extended colors (mostly
4954           complete, does not appear to break other configurations).
4955         + add xterm-88color.dat (part of extended colors testing).
4956         + improve _tracedump() handling of color pairs past 96.
4957         + modify return-value from start_color() to return OK if colors have
4958           already been started.
4959         + modify curs_color.3x list error conditions for init_pair(),
4960           pair_content() and color_content().
4961         + modify pair_content() to return -1 for consistency with init_pair()
4962           if it corresponds to the default-color.
4963         + change internal representation of default-color to allow application
4964           to use color number 255.  This does not affect the total number of
4965           color pairs which are allowed.
4966         + add a top-level tags rule.
4967
4968 20050122
4969         + add a null-pointer check in wgetch() in case it is called without
4970           first calling initscr().
4971         + add some null-pointer checks for SP, which is not set by libtinfo.
4972         + modify misc/shlib to ensure that absolute pathnames are used.
4973         + modify test/Makefile.in, etc., to link test programs only against the
4974           libraries needed, e.g., omit form/menu/panel library for the ones
4975           that are curses-specific.
4976         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
4977           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
4978           is that the corresponding data which belongs to the upper-level
4979           ncurses library has a different size in each model (report by
4980           Stanislav Ievlev).
4981
4982 20050115
4983         + minor fixes to allow test-compiles with g++.
4984         + correct column value shown in tic's warnings, which did not account
4985           for leading whitespace.
4986         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
4987           where a following line begins in column 1.
4988         + modify _nc_save_str() to return a null pointer on buffer overflow.
4989         + improve repainting while scrolling wide-character data (Eungkyu Song).
4990
4991 20050108
4992         + merge some development changes to extend color capabilities.
4993
4994 20050101
4995         + merge some development changes to extend color capabilities.
4996         + fix manpage typo (FreeBSD report docs/75544).
4997         + update config.guess, config.sub
4998         > patches for configure script (Albert Chin-A-Young):
4999         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
5000           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
5001           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
5002           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
5003         + print the result of the --disable-home-terminfo option.
5004         + use -rpath when compiling with SGI C compiler.
5005
5006 20041225
5007         + add trace calls to remaining public functions in form and menu
5008           libraries.
5009         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
5010         + fix typo in test/ncurses.c 'c' test from 20041218.
5011
5012 20041218
5013         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
5014           and xterm-256color, added 'C' test using the wide-character color_set
5015           and attr_set functions.
5016
5017 20041211
5018         + modify configure script to work with Intel compiler.
5019         + fix an limit-check in wadd_wchnstr() which caused labels in the
5020           forms-demo to be one character short.
5021         + fix typo in curs_addchstr.3x (Jared Yanovich).
5022         + add trace calls to most functions in form and menu libraries.
5023         + update working-position for adding wide-characters when window is
5024           scrolled (prompted by related report by Eungkyu Song).
5025
5026 20041204
5027         + replace some references on Linux to wcrtomb() which use it to obtain
5028           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
5029           broken in glibc (see Debian #284260).
5030         + corrected length-computation in wide-character support for
5031           field_buffer().
5032         + some fixes to frm_driver.c to allow it to accept multibyte input.
5033         + modify configure script to work with Intel 8.0 compiler.
5034
5035 20041127
5036         + amend change to setupterm() in 20030405 which would reuse the value
5037           of cur_term if the same output was selected.  This now reuses it only
5038           when setupterm() is called from tgetent(), which has no notion of
5039           separate SCREENs.  Note that tgetent() must be called after initscr()
5040           or newterm() to use this feature (Redhat #140326).
5041         + add a check in CF_BUILD_CC macro to ensure that developer has given
5042           the --with-build-cc option when cross-compiling (report by Alexandre
5043           Campo).
5044         + improved configure script checks for _XOPEN_SOURCE and
5045           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
5046           updates from lynx).
5047         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
5048           for consistency (comment by Dan Nelson).
5049
5050 20041120
5051         + update wsvt25 terminfo entry -TD
5052         + modify test/ins_wide.c to test all flavors of ins_wstr().
5053         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
5054           which consists of multi-column characters, since this function
5055           constructs them (cf: 20041023).
5056         + modify winnstr() to return multibyte character strings for the
5057           wide-character configuration.
5058
5059 20041106
5060         + fixes to make slk_set() and slk_wset() accept and store multibyte
5061           or multicolumn characters.
5062
5063 20041030
5064         + improve color optimization a little by making _nc_do_color() check
5065           if the old/new pairs are equivalent to the default pair 0.
5066         + modify assume_default_colors() to not require that
5067           use_default_colors() be called first.
5068
5069 20041023
5070         + modify term_attrs() to use termattrs(), add the extended attributes
5071           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
5072         + add logic in waddch_literal() to clear orphaned cells when one
5073           multi-column character partly overwrites another.
5074         + improved logic for clearing cells when a multi-column character
5075           must be wrapped to a new line.
5076         + revise storage of cells for multi-column characters to correct a
5077           problem with repainting.  In the old scheme, it was possible for
5078           doupdate() to decide that only part of a multi-column character
5079           should be repainted since the filler cells stored only an attribute
5080           to denote them as fillers, rather than the character value and the
5081           attribute.
5082
5083 20041016
5084         + minor fixes for traces.
5085         + add SP->_screen_acs_map[], used to ensure that mapping of missing
5086           line-drawing characters is handled properly.  For example, ACS_DARROW
5087           is absent from xterm-new, and it was coincidentally displayed the
5088           same as ACS_BTEE.
5089
5090 20041009
5091         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
5092           and smacs strings as well.  Also modify the check for screen's
5093           limitations in that area to allow the multi-character shift-in
5094           and shift-out which seem to work.
5095         + change GPM initialization, using dl library to load it dynamically
5096           at runtime (Debian #110586).
5097
5098 20041002
5099         + correct logic for color pair in setcchar() and getcchar() (patch by
5100           Marcin 'Qrczak' Kowalczyk).
5101         + add t/T commands to ncurses b/B tests to allow a different color to
5102           be tested for the attrset part of the test than is used in the
5103           background color.
5104
5105 20040925
5106         + fix to make setcchar() to work when its wchar_t* parameter is
5107           pointing to a string which contains more data than can be converted.
5108         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
5109           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
5110
5111 20040918
5112         + remove check in wget_wch() added to fix an infinite loop, appears to
5113           have been working around a transitory glibc bug, and interferes
5114           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
5115         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
5116           information (report by Marcin 'Qrczak' Kowalczyk).
5117         + fix aclocal.m4 so that the wide-character version of ncurses gets
5118           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
5119           (adapted from patch by James J Ramsey).
5120         + change configure script for --with-caps option to indicate that it
5121           is no longer experimental.
5122         + change configure script to reflect the fact that --enable-widec has
5123           not been "experimental" since 5.3 (report by Bruno Lustosa).
5124
5125 20040911
5126         + add 'B' test to ncurses.c, to exercise some wide-character functions.
5127
5128 20040828
5129         + modify infocmp -i option to match 8-bit controls against its table
5130           entries, e.g., so it can analyze the xterm-8bit entry.
5131         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
5132         + correct translation of "%%" in terminfo format to termcap, e.g.,
5133           using "tic -C" (Redhat #130921).
5134         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
5135           it defines _POSIX_C_SOURCE, that it defines it to a specific value
5136           (comp.os.stratus newsgroup comment).
5137
5138 20040821
5139         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
5140           fatal, and gnat does not follow the guidelines for pragmas).
5141           However that did find a coding error in Assume_Default_Colors().
5142         + modify several terminfo entries to ensure xterm mouse and cursor
5143           visibility are reset in rs2 string:  hurd, putty, gnome,
5144           konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637).
5145           The xterm entries are left alone - old ones for compatibility, and
5146           the new ones do not require this change. -TD
5147
5148 20040814
5149         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
5150           and window managers (Debian #265631).
5151         > terminfo updates -TD
5152         + remove dch/dch1 from rxvt because they are implemented inconsistently
5153           with the common usage of bce/ech
5154         + remove khome from vt220 (vt220's have no home key)
5155         + add rxvt+pcfkeys
5156
5157 20040807
5158         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
5159           combinations of video attributes so that for instance bold and
5160           underline can be tested.  This made the legend too crowded, added
5161           a help window as well.
5162         + modify test/ncurses.c 'b' test to cycle through default colors if
5163           the -d option is set.
5164         + update putty terminfo entry (Robert de Bath).
5165
5166 20040731
5167         + modify test/cardfile.c to allow it to read more data than can be
5168           displayed.
5169         + correct logic in resizeterm.c which kept it from processing all
5170           levels of window hierarchy (reports by Folkert van Heusden,
5171           Chris Share).
5172
5173 20040724
5174         + modify "tic -cv" to ignore delays when comparing strings.  Also
5175           modify it to ignore a canceled sgr string, e.g., for terminals which
5176           cannot properly combine attributes in one control sequence.
5177         + corrections for gnome and konsole entries (Redhat #122815, patch by
5178           Hans de Goede)
5179         > terminfo updates -TD
5180         + make ncsa-m rmacs/smacs consistent with sgr
5181         + add sgr, rc/sc and ech to syscons entries
5182         + add function-keys to decansi
5183         + add sgr to mterm-ansi
5184         + add sgr, civis, cnorm to emu
5185         + correct/simplify cup in addrinfo
5186
5187 20040717
5188         > terminfo updates -TD
5189         + add xterm-pc-fkeys
5190         + review/update gnome and gnome-rh90 entries (prompted by Redhat
5191           #122815).
5192         + review/update konsole entries
5193         + add sgr, correct sgr0 for kterm and mlterm
5194         + correct tsl string in kterm
5195
5196 20040711
5197         + add configure option --without-xterm-new
5198
5199 20040710
5200         + add check in wget_wch() for printable bytes that are not part of a
5201           multibyte character.
5202         + modify wadd_wchnstr() to render text using window's background
5203           attributes.
5204         + improve tic's check to compare sgr and sgr0.
5205         + fix c++ directory's .cc.i rule.
5206         + modify logic in tgetent() which adjusts the termcap "me" string
5207           to work with ISO-2022 string used in xterm-new (cf: 20010908).
5208         + modify tic's check for conflicting function keys to omit that if
5209           converting termcap to termcap format.
5210         + add -U option to tic and infocmp.
5211         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
5212         > terminfo updates -TD
5213         + minor fixes for emu
5214         + add emu-220
5215         + change wyse acsc strings to use 'i' map rather than 'I'
5216         + fixes for avatar0
5217         + fixes for vp3a+
5218
5219 20040703
5220         + use tic -x to install terminfo database -TD
5221         + add -x to infocmp's usage message.
5222         + correct field used for comparing O_ROWMAJOR in set_menu_format()
5223           (report/patch by Tony Li).
5224         + fix a missing nul check in set_field_buffer() from 20040508 changes.
5225         > terminfo updates -TD
5226           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
5227             xterm-basic -TD
5228           + align with xterm patch #192's use of xterm-new -TD
5229           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
5230           + make xterm-new the default "xterm" entry -TD
5231
5232 20040626
5233         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
5234           cross-compiling from a separate directory tree (report/patch by
5235           Dan Engel).
5236         + modify is_term_resized() to ensure that window sizes are nonzero,
5237           as documented in the manpage (report by Ian Collier).
5238         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
5239           (Debian #249214, report/patch by Jeff Bailey).
5240         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
5241         + update config.guess, config.sub
5242         > terminfo updates -TD
5243           + add mlterm
5244           + add xterm-xf86-v44
5245           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
5246             relies on G1 being used via an ISO-2022 escape sequence (report by
5247             Juliusz Chroboczek)
5248           + add 'hurd' entry
5249
5250 20040619
5251         + reconsidered winsnstr(), decided after comparing other
5252           implementations that wrapping is an X/Open documentation error.
5253         + modify test/inserts.c to test all flavors of insstr().
5254
5255 20040605
5256         + add setlocale() calls to a few test programs which may require it:
5257           demo_forms.c, filter.c, ins_wide.c, inserts.c
5258         + correct a few misspelled function names in ncurses-intro.html (report
5259           by Tony Li).
5260         + correct internal name of key_defined() manpage, which conflicted with
5261           define_key().
5262
5263 20040529
5264         + correct size of internal pad used for holding wide-character
5265           field_buffer() results.
5266         + modify data_ahead() to work with wide-characters.
5267
5268 20040522
5269         + improve description of terminfo if-then-else expressions (suggested
5270           by Arne Thomassen).
5271         + improve test/ncurses.c 'd' test, allow it to use external file for
5272           initial palette (added xterm-16color.dat and linux-color.dat), and
5273           reset colors to the initial palette when starting/ending the test.
5274         + change limit-check in init_color() to allow r/g/b component to
5275           reach 1000 (cf: 20020928).
5276
5277 20040516
5278         + modify form library to use cchar_t's rather than char's in the
5279           wide-character configuration for storing data for field buffers.
5280         + correct logic of win_wchnstr(), which did not work for more than
5281           one cell.
5282
5283 20040508
5284         + replace memset/memcpy usage in form library with for-loops to
5285           simplify changing the datatype of FIELD.buf, part of wide-character
5286           changes.
5287         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
5288
5289 20040501
5290         + modify menu library to account for actual number of columns used by
5291           multibyte character strings, in the wide-character configuration
5292           (adapted from patch by Philipp Tomsich).
5293         + add "-x" option to infocmp like tic's "-x", for use in "-F"
5294           comparisons.  This modifies infocmp to only report extended
5295           capabilities if the -x option is given, making this more consistent
5296           with tic.  Some scripts may break, since infocmp previous gave this
5297           information without an option.
5298         + modify termcap-parsing to retain 2-character aliases at the beginning
5299           of an entry if the "-x" option is used in tic.
5300
5301 20040424
5302         + minor compiler-warning and test-program fixes.
5303
5304 20040417
5305         + modify tic's missing-sgr warning to apply to terminfo only.
5306         + free some memory leaks in tic.
5307         + remove check in post_menu() that prevented menus from extending
5308           beyond the screen (request by Max J. Werner).
5309         + remove check in newwin() that prevents allocating windows
5310           that extend beyond the screen.  Solaris curses does this.
5311         + add ifdef in test/color_set.c to allow it to compile with older
5312           curses.
5313         + add napms() calls to test/dots.c to make it not be a CPU hog.
5314
5315 20040403
5316         + modify unctrl() to return null if its parameter does not correspond
5317           to an unsigned char.
5318         + add some limit-checks to guard isprint(), etc., from being used on
5319           values that do not fit into an unsigned char (report by Sami Farin).
5320
5321 20040328
5322         + fix a typo in the _nc_get_locale() change.
5323
5324 20040327
5325         + modify _nc_get_locale() to use setlocale() to query the program's
5326           current locale rather than using getenv().  This fixes a case in tin
5327           which relies on legacy treatment of 8-bit characters when the locale
5328           is not initialized (reported by Urs Jansen).
5329         + add sgr string to screen's and rxvt's terminfo entries -TD.
5330         + add a check in tic for terminfo entries having an sgr0 but no sgr
5331           string.  This confuses Tru64 and HPUX curses when combined with
5332           color, e.g., making them leave line-drawing characters in odd places.
5333         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
5334           original definitions used in Debian package to fix PowerPC bug before
5335           20030802 (Debian #237629).
5336
5337 20040320
5338         + modify PutAttrChar() and PUTC() macro to improve use of
5339           A_ALTCHARSET attribute to prevent line-drawing characters from
5340           being lost in situations where the locale would otherwise treat the
5341           raw data as nonprintable (Debian #227879).
5342
5343 20040313
5344         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
5345           by Jim Idle).
5346         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
5347           some apropos script (Debian #237831).
5348
5349 20040306
5350         + modify ncurses.c 'r' test so editing commands, like inserted text,
5351           set the field background, and the state of insert/overlay editing
5352           mode is shown in that test.
5353         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
5354         + correct logic in test/ncurses.c 'b' for noncolor terminals which
5355           did not recognize a quit-command (cf: 20030419).
5356
5357 20040228
5358         + modify _nc_insert_ch() to allow for its input to be part of a
5359           multibyte string.
5360         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
5361           that this function performs wrapping, unlike all of the other
5362           insert-functions.  Currently it does not wrap.
5363         + check for nl_langinfo(CODESET), use it if available (report by
5364           Stanislav Ievlev).
5365         + split-out CF_BUILD_CC macro, actually did this for lynx first.
5366         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
5367           which happened to work with bash, but not with Bourne shell (report
5368           by Marco d'Itri via tin-dev).
5369
5370 20040221
5371         + some changes to adapt the form library to wide characters, incomplete
5372           (request by Mike Aubury).
5373         + add symbol to curses.h which can be used to suppress include of
5374           stdbool.h, e.g.,
5375                 #define NCURSES_ENABLE_STDBOOL_H 0
5376                 #include <curses.h>
5377           (discussion on XFree86 mailing list).
5378
5379 20040214
5380         + modify configure --with-termlib option to accept a value which sets
5381           the name of the terminfo library.  This would allow a packager to
5382           build libtinfow.so renamed to coincide with libtinfo.so (discussion
5383           with Stanislav Ievlev).
5384         + improve documentation of --with-install-prefix, --prefix and
5385           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
5386         + add configure check if the compiler can use -c -o options to rename
5387           its output file, use that to omit the 'cd' command which was used to
5388           ensure object files are created in a separate staging directory
5389           (prompted by comments by Johnny Wezel, Martin Mokrejs).
5390
5391 20040208 5.4 release for upload to ftp.gnu.org
5392         + update TO-DO.
5393
5394 20040207 pre-release
5395         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
5396           and do not count %d if it follows a %p.
5397         + correct an inconsistency between handling of codes in the 128-255
5398           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
5399           locale, the latter did not show printable results, while the former
5400           did.
5401         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
5402           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
5403           verified by Scott Corscadden).
5404
5405 20040131 pre-release
5406         + modify SCREEN struct to align it between normal/wide curses flavors
5407           to simplify future changes to build a single version of libtinfo
5408           (patch by Stanislav Ievlev).
5409         + document handling of carriage return by addch() in manpage.
5410         + document special features of unctrl() in manpage.
5411         + documented interface changes in INSTALL.
5412         + corrected control-char test in lib_addch.c to account for locale
5413           (Debian #230335, cf: 971206).
5414         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
5415         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
5416         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
5417
5418 20040125 pre-release
5419         + amend change to PutAttrChar() from 20030614 which computed the number
5420           of cells for a possibly multi-cell character.  The 20030614 change
5421           forced the cell to a blank if the result from wcwidth() was not
5422           greater than zero.  However, wcwidth() called for parameters in the
5423           range 128-255 can give this return value.  The logic now simply
5424           ensures that the number of cells is greater than zero without
5425           modifying the displayed value.
5426
5427 20040124 pre-release
5428         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
5429         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
5430           that works better for cross-compiling.
5431
5432 20040117 pre-release
5433         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
5434           work around core dump in Solaris 8's locale support, e.g., for
5435           zh_CN.GB18030 (report by Saravanan Bellan).
5436         + add includes for <stdarg.h> and <stdio.h> in configure script macro
5437           to make <wchar.h> check work with Tru64 4.0d.
5438         + add terminfo entry for U/Win -TD
5439         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
5440           Bianchi).
5441         + modify tput's error messages to prefix them with the program name
5442           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
5443           #227586)).
5444         + correct a place in tack where exit_standout_mode was used instead of
5445           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
5446         + modify c++/cursesf.h to use const in the Enumeration_Field method.
5447         + remove an ambiguous (actually redundant) method from c++/cursesf.h
5448         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
5449         + improve sed script which extracts libtool's version in the
5450           CF_WITH_LIBTOOL macro.
5451         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
5452           simplify local patch for Albert Chin-A-Young)..
5453         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
5454           patch by Albert Chin-A-Young)..
5455         + fix a missing substitution in configure.in for "$target" needed for
5456           HPUX .so/.sl case.
5457         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
5458           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
5459         + make check for stdbool.h more specific, to ensure that including it
5460           will actually define/declare bool for the configured compiler.
5461         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
5462           intention of that is to #define NCURSES_BOOL as bool when the
5463           compiler declares bool, and to #define bool as NCURSES_BOOL when it
5464           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
5465
5466 20040110 pre-release
5467         + change minor version to 4, i.e., ncurses 5.4
5468         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
5469           Sittler).
5470         + simplified ncurses/base/version.c by defining the result from the
5471           configure script rather than using sprintf (suggested by Stanislav
5472           Ievlev).
5473         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
5474           Ievlev).
5475         + modify configure script so that when configuring for termlib, programs
5476           such as tic are not linked with the upper-level ncurses library
5477           (suggested by Stanislav Ievlev).
5478         + move version.c from ncurses/base to ncurses/tinfo to allow linking
5479           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
5480
5481 20040103
5482         + adjust -D's to build ncursesw on OpenBSD.
5483         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
5484         + add pecho_wchar().
5485         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
5486           available) on older platforms.
5487
5488 20031227
5489         + add -D's to build ncursew on FreeBSD 5.1.
5490         + modify shared library configuration for FreeBSD 4.x/5.x to add the
5491           soname information (request by Marc Glisse).
5492         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
5493           for limiting the length of a filename in the terminfo database.
5494         + modify termname() to return the terminal name used by setupterm()
5495           rather than $TERM, without truncating to 14 characters as documented
5496           by X/Open (report by Stanislav Ievlev, cf:  970719).
5497         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
5498
5499 20031220
5500         + add configure option --with-manpage-format=catonly to address
5501           behavior of BSDI, allow install of man+cat files on NetBSD, whose
5502           behavior has diverged by requiring both to be present.
5503         + remove leading blanks from comment-lines in manlinks.sed script to
5504           work with Tru64 4.0d.
5505         + add screen.linux terminfo entry (discussion on mutt-users mailing
5506           list).
5507
5508 20031213
5509         + add a check for tic to flag missing backslashes for termcap
5510           continuation lines.  ncurses reads the whole entry, but termcap
5511           applications do not.
5512         + add configure option "--with-manpage-aliases" extending
5513           "--with-manpage-aliases" to provide the option of generating ".so"
5514           files rather than symbolic links for manpage aliases.
5515         + add bool definition in include/curses.h.in for configurations with no
5516           usable C++ compiler (cf: 20030607).
5517         + fix pathname of SigAction.h for building with --srcdir (reported by
5518           Mike Castle).
5519
5520 20031206
5521         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
5522           since that header is used only within ncurses/tty/lib_tstp.c, for
5523           non-POSIX systems (discussion with Stanislav Ievlev).
5524         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
5525           <inger@altlinux.org>).
5526         + add test/background.c and test/color_set.c
5527         + modify color_set() function to work with color pair 0 (report by
5528           George Andreou <gbandreo@tem.uoc.gr>).
5529         + add configure option --with-trace, since defining TRACE seems too
5530           awkward for some cases.
5531         + remove a call to _nc_free_termtype() from read_termtype(), since the
5532           corresponding buffer contents were already zeroed by a memset (cf:
5533           20000101).
5534         + improve configure check for _XOPEN_SOURCE and related definitions,
5535           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
5536           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
5537         + small fixes to compile on Solaris and IRIX64 using cc.
5538         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
5539           (cf: 20031101).
5540
5541 20031129
5542         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
5543           values (Philippe Blain).
5544         + improve the nanosleep() logic in napms() by checking for EINTR and
5545           restarting (Philippe Blain).
5546         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
5547           <mooz@welho.com>).
5548
5549 20031122
5550         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
5551         + allow "\|" escape in terminfo; tic should not warn about this.
5552         + save the full pathname of the trace-file the first time it is opened,
5553           to avoid creating it in different directories if the application
5554           opens and closes it while changing its working directory.
5555         + modify configure script to provide a non-empty default for
5556           $BROKEN_LINKER
5557
5558 20031108
5559         + add DJGPP to special case of DOS-style drive letters potentially
5560           appearing in TERMCAP environment variable.
5561         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
5562           Gray).
5563         + update config.guess, config.sub
5564
5565 20031101
5566         + fix a memory leak in error-return from setupterm() (report by
5567           Stanislav Ievlev <inger@altlinux.org>).
5568         + use EXEEXT and OBJEXT consistently in makefiles.
5569         + amend fixes for cross-compiling to use separate executable-suffix
5570           BUILD_EXEEXT (cf: 20031018).
5571         + modify MKkey_defs.sh to check for sort utility that does not
5572           recognize key options, e.g., busybox (report by Peter S Mazinger
5573           <ps.m@gmx.net>).
5574         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
5575           David Krause using some of the new malloc debugging features
5576           under OpenBSD, patch by Ted Unangst).
5577         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
5578           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
5579
5580 20031025
5581         + update terminfo for xterm-xfree86 -TD
5582         + add check for multiple "tc=" clauses in a termcap to tic.
5583         + check for missing op/oc in tic.
5584         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
5585           tic to show cancelled capabilities.  These functions were ignoring
5586           the state of the target entry, which should be untouched if cancelled.
5587         + correct comment in tack/output.c (Debian #215806).
5588         + add some null-pointer checks to lib_options.c (report by Michael
5589           Bienia).
5590         + regenerated html documentation.
5591         + correction to tar-copy.sh, remove a trap command that resulted in
5592           leaving temporary files (cf: 20030510).
5593         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
5594
5595 20031018
5596         + updated test/configure to reflect changes for libtool (cf: 20030830).
5597         + fix several places in tack/pad.c which tested and used the parameter-
5598           and parameterless strings inconsistently, i.e., in pad_rin(),
5599           pad_il(), pad_indn() and pad_dl() (Debian #215805).
5600         + minor fixes for configure script and makefiles to cleanup executables
5601           generated when cross-compiling for DJGPP.
5602         + modify infocmp to omit check for $TERM for operations that do not
5603           require it, e.g., "infocmp -e" used to build fallback list (report by
5604           Egmont Koblinger).
5605
5606 20031004
5607         + add terminfo entries for DJGPP.
5608         + updated note about maintainer in ncurses-intro.html
5609
5610 20030927
5611         + update terminfo entries for gnome terminal.
5612         + modify tack to reset colors after each color test, correct a place
5613           where exit_standout_mode was used instead of exit_attribute_mode.
5614         + improve tack's bce test by making it set colors other than black
5615           on white.
5616         + plug a potential recursion between napms() and _nc_timed_wait()
5617           (report by Philippe Blain).
5618
5619 20030920
5620         + add --with-rel-version option to allow workaround to allow making
5621           libtool on Darwin generate the "same" library names as with the
5622           --with-shared option.  The Darwin ld program does not work well
5623           with a zero as the minor-version value (request by Chris Zubrzycki).
5624         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
5625         + modify tack to allow it to run from fallback terminfo data.
5626         > patch by Philippe Blain:
5627         + improve PutRange() by adjusting call to EmitRange() and corresponding
5628           return-value to not emit unchanged characters on the end of the
5629           range.
5630         + improve a check for changed-attribute by exiting a loop when the
5631           change is found.
5632         + improve logic in TransformLine(), eliminating a duplicated comparison
5633           in the clr_bol logic.
5634
5635 20030913
5636         > patch by Philippe Blain:
5637         + in ncurses/tty/lib_mvcur.c,
5638           move the label 'nonlocal' just before the second gettimeofday() to
5639           be able to compute the diff time when 'goto nonlocal' used.
5640           Rename 'msec' to 'microsec' in the debug-message.
5641         + in ncurses/tty/lib_mvcur.c,
5642           Use _nc_outch() in carriage return/newline movement instead of
5643           putchar() which goes to stdout.  Move test for xold>0 out of loop.
5644         + in ncurses/tinfo/setbuf.c,
5645           Set the flag SP->_buffered at the end of operations when all has been
5646           successful (typeMalloc can fail).
5647         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
5648
5649 20030906
5650         + modify configure script to avoid using "head -1", which does not
5651           work if POSIXLY_CORRECT (sic) is set.
5652         + modify run_tic.in to avoid using wrong shared libraries when
5653           cross-compiling (Dan Kegel).
5654
5655 20030830
5656         + alter configure script help message to make it clearer that
5657           --with-build-cc does not specify a cross-compiler (suggested by Dan
5658           Kegel <dank@kegel.com>).
5659         + modify configure script to accommodate libtool 1.5, as well as add an
5660           parameter to the "--with-libtool" option which can specify the
5661           pathname of libtool (report by Chris Zubrzycki).  We note that
5662           libtool 1.5 has more than one bug in its C++ support, so it is not
5663           able to install libncurses++, for instance, if $DESTDIR or the option
5664           --with-install-prefix is used.
5665
5666 20030823
5667         > patch by Philippe Blain:
5668         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
5669         + make baudrate computation in delay_output() consistent with the
5670           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
5671
5672 20030816
5673         + modify logic in waddch_literal() to take into account zh_TW.Big5
5674           whose multibyte sequences may contain "printable" characters, e.g.,
5675           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
5676         + improve storage used by _nc_safe_strcpy() by ensuring that the size
5677           is reset based on the initialization call, in case it were called
5678           after other strcpy/strcat calls (report by Philippe Blain).
5679         > patch by Philippe Blain:
5680         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
5681         + correct a place where _cup_cost was used rather than _cuu_cost
5682
5683 20030809
5684         + fix a small memory leak in _nc_free_termtype().
5685         + close trace-file if trace() is called with a zero parameter.
5686         + free memory allocated for soft-key strings, in delscreen().
5687         + fix an allocation size in safe_sprintf.c for the "*" format code.
5688         + correct safe_sprintf.c to not return a null pointer if the format
5689           happens to be an empty string.  This applies to the "configure
5690           --enable-safe-sprintf" option (Redhat #101486).
5691
5692 20030802
5693         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
5694           Daniel Jacobowitz).
5695         > patch by Philippe Blain:
5696         + change padding for change_scroll_region to not be proportional to
5697           the size of the scroll-region.
5698         + correct error-return in _nc_safe_strcat().
5699
5700 20030726
5701         + correct limit-checks in _nc_scroll_window() (report and test-case by
5702           Thomas Graf <graf@dms.at> cf: 20011020).
5703         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
5704           _GNU_SOURCE check.
5705
5706 20030719
5707         + use clr_eol in preference to blanks for bce terminals, so select and
5708           paste will have fewer trailing blanks, e.g., when using xterm
5709           (request by Vincent Lefevre).
5710         + correct prototype for wunctrl() in manpage.
5711         + add configure --with-abi-version option (discussion with Charles
5712           Wilson).
5713         > cygwin changes from Charles Wilson:
5714           + aclocal.m4: on cygwin, use autodetected prefix for import
5715             and static lib, but use "cyg" for DLL.
5716           + include/ncurses_dll.h: correct the comments to reflect current
5717             status of cygwin/mingw port.  Fix compiler warning.
5718           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
5719             DLL, by adding the lib-directory to the PATH variable.
5720           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
5721             primary instead of nxterm, to match XFree86's xterm.terminfo
5722             usage and to prevent circular links.
5723             (rxvt): add additional codes from rxvt.org.
5724             (rxvt-color): new alias
5725             (rxvt-xpm): new alias
5726             (rxvt-cygwin): like rxvt, but with special acsc codes.
5727             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
5728             with a "native" MSWin GUI.  Each takes different acsc codes,
5729             which are both different from the "normal" rxvt's acsc.
5730             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
5731             (cygwinDBG): ditto.
5732           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
5733             and static libs.
5734
5735 20030712
5736         + update config.guess, config.sub
5737         + add triples for configuring shared libraries with the Debian
5738           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
5739
5740 20030705
5741         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
5742           platforms have installed g++ along with the native C compiler, which
5743           would not accept gcc warning options.
5744         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
5745           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
5746         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
5747         + correct a sign-extension in wadd_wch() and wecho_wchar() from
5748           20030628 (report by Tomohiro Kubota).
5749         + work around omission of btowc() and wctob() from wide-character
5750           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
5751           Gabor Z Papp).
5752         + add portability note to curs_get_wstr.3x (Debian #199957).
5753
5754 20030628
5755         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
5756           respectively, to avoid calling waddch_noecho() with wide-character
5757           data, since that function assumes its input is 8-bit data.
5758           Similarly, modify waddnwstr() to call wadd_wch().
5759         + remove logic from waddnstr() which transformed multibyte character
5760           strings into wide-characters.  Rewrite of waddch_literal() from
5761           20030621 assumes its input is raw multibyte data rather than wide
5762           characters (report by Tomohiro Kubota).
5763
5764 20030621
5765         + write getyx() and related 2-return macros in terms of getcury(),
5766           getcurx(), etc.
5767         + modify waddch_literal() in case an application passes bytes of a
5768           multibyte character directly to waddch().  In this case, waddch()
5769           must reassemble the bytes into a wide-character (report by Tomohiro
5770           Kubota <kubota@debian.org>).
5771
5772 20030614
5773         + modify waddch_literal() in case a multibyte value occupies more than
5774           two cells.
5775         + modify PutAttrChar() to compute the number of character cells that
5776           are used in multibyte values.  This fixes a problem displaying
5777           double-width characters (report/test by Mitsuru Chinen
5778           <mchinen@yamato.ibm.com>).
5779         + add a null-pointer check for result of keyname() in _tracechar()
5780         + modify _tracechar() to work around glibc sprintf bug.
5781
5782 20030607
5783         + add a call to setlocale() in cursesmain.cc, making demo display
5784           properly in a UTF-8 locale.
5785         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
5786           by discussion with Gabor Z Papp).
5787         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
5788           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
5789         + fix a redefinition of $RANLIB in the configure script when libtool
5790           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
5791           <beren@mac.com>).
5792         + simplify ifdef for bool declaration in curses.h.in (suggested by
5793           Albert Chin-A-Young).
5794         + remove configure script check to allow -Wconversion for older
5795           versions of gcc (suggested by Albert Chin-A-Young).
5796
5797 20030531
5798         + regenerated html manpages.
5799         + modify ifdef's in curses.h.in that disabled use of __attribute__()
5800           for g++, since recent versions implement the cases which ncurses uses
5801           (Debian #195230).
5802         + modify _nc_get_token() to handle a case where an entry has no
5803           description, and capabilities begin on the same line as the entry
5804           name.
5805         + fix a typo in ncurses_dll.h reported by gcc 3.3.
5806         + add an entry for key_defined.3x to man_db.renames.
5807
5808 20030524
5809         + modify setcchar() to allow converting control characters to complex
5810           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
5811         + add tkterm entry -TD
5812         + modify parse_entry.c to allow a terminfo entry with a leading
5813           2-character name (report by Don Libes).
5814         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
5815         + fix trace statements in read_entry.c to use lseek() rather than
5816           tell().
5817         + fix signed/unsigned warnings from Sun's compiler (gcc should give
5818           these warnings, but it is unpredictable).
5819         + modify configure script to omit -Winline for gcc 3.3, since that
5820           feature is broken.
5821         + modify manlinks.sed to add a few functions that were overlooked since
5822           they return function pointers:  field_init, field_term, form_init,
5823           form_term, item_init, item_term, menu_init and menu_term.
5824
5825 20030517
5826         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
5827           be switched between cooked/raw modes because it is not a TTY (report
5828           by Wolfgang Gutjahr <gutw@knapp.com>).
5829         + change parameter of define_key() and key_defined() to const (prompted
5830           by Debian #192860).
5831         + add a check in test/configure for ncurses extensions, since there
5832           are some older versions, etc., which would not compile with the
5833           current test programs.
5834         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
5835           convert wchar_t string to multibyte form before printing it.
5836         + corrections to lib_get_wstr.c:
5837           + null-terminate buffer passed to setcchar(), which occasionally
5838             failed.
5839           + map special characters such as erase- and kill-characters into
5840             key-codes so those will work as expected even if they are not
5841             mentioned in the terminfo.
5842         + modify PUTC() and Charable() macros to make wide-character line
5843           drawing work for POSIX locale on Linux console (cf: 20021221).
5844
5845 20030510
5846         + make typography for program options in manpages consistent (report
5847           by Miloslav Trmac <mitr@volny.cz>).
5848         + correct dependencies in Ada95/src/Makefile.in, so the builds with
5849           "--srcdir" work (report by Warren L Dodge).
5850         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
5851           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
5852         + fix typos and whitespace in manpages (patch by Jason McIntyre
5853           <jmc@prioris.mini.pw.edu.pl>).
5854
5855 20030503
5856         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
5857           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
5858           the editing position before making modifications.
5859         + add test/demo_forms and associated test/edit_field.c demos.
5860         + modify test/configure.in to use test/modules for the list of objects
5861           to compile rather than using the list of programs.
5862
5863 20030419
5864         + modify logic of acsc to use the original character if no mapping is
5865           defined, noting that Solaris does this.
5866         + modify ncurses 'b' test to avoid using the acs_map[] array since
5867           20021231 changes it to no longer contain information from the acsc
5868           string.
5869         + modify makefile rules in c++, progs, tack and test to ensure that
5870           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
5871           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
5872         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
5873           not be shown when colors are used, i.e., if ncv#1 is set in the
5874           terminfo as is done in "screen".
5875
5876 20030412
5877         + add a test for slk_color(), in ncurses.c
5878         + fix some issues reported by valgrind in the slk_set() and slk_wset()
5879           code, from recent rewrite.
5880         + modify ncurses 'E' test to use show previous label via slk_label(),
5881           as in 'e' test.
5882         + modify wide-character versions of NewChar(), NewChar2() macros to
5883           ensure that the whole struct is initialized.
5884
5885 20030405
5886         + modify setupterm() to check if the terminfo and terminal-modes have
5887           already been read.  This ensures that it does not reinvoke
5888           def_prog_mode() when an application calls more than one function,
5889           such as tgetent() and initscr() (report by Olaf Buddenhagen).
5890
5891 20030329
5892         + add 'E' test to ncurses.c, to exercise slk_wset().
5893         + correct handling of carriage-return in wgetn_wstr(), used in demo of
5894           slk_wset().
5895         + first draft of slk_wset() function.
5896
5897 20030322
5898         + improved warnings in tic when suppressing items to fit in termcap's
5899           1023-byte limit.
5900         + built a list in test/README showing which externals are being used
5901           by either programs in the test-directory or via internal library
5902           calls.
5903         + adjust include-options in CF_ETIP_DEFINES to avoid missing
5904           ncurses_dll.h, fixing special definitions that may be needed for
5905           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
5906
5907 20030315
5908         + minor fixes for cardfile.c, to make it write the updated fields to
5909           a file when ^W is given.
5910         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
5911           trace code.
5912
5913 20030308
5914         + correct a case in _nc_remove_string(), used by define_key(), to avoid
5915           infinite loop if the given string happens to be a substring of other
5916           strings which are assigned to keys (report by John McCutchan).
5917         + add key_defined() function, to tell which keycode a string is bound
5918           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
5919         + correct keybound(), which reported definitions in the wrong table,
5920           i.e., the list of definitions which are disabled by keyok().
5921         + modify demo_keydef.c to show the details it changes, and to check
5922           for errors.
5923
5924 20030301
5925         + restructured test/configure script, make it work for libncursesw.
5926         + add description of link_fieldtype() to manpage (report by
5927           L Dee Holtsclaw <dee@sunbeltsoft.com>).
5928
5929 20030222
5930         + corrected ifdef's relating to configure check for wchar_t, etc.
5931         + if the output is a socket or other non-tty device, use 1 millisecond
5932           for the cost in mvcur; previously it was 9 milliseconds because the
5933           baudrate was not known.
5934         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
5935           glibc copies uninitialized data in that case, as noted by valgrind.
5936         + modify tput to use the same parameter analysis as tparm() does, to
5937           provide for user-defined strings, e.g., for xterm title, a
5938           corresponding capability might be
5939                 title=\E]2;%p1%s^G,
5940         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
5941           preprocessor.  This works around Mac OS X's preprocessor, which
5942           insists on adding a blank on each side of the token (report/analysis
5943           by Kevin Murphy <murphy@genome.chop.edu>).
5944
5945 20030215
5946         + add configure check for wchar_t and wint_t types, rather than rely
5947           on preprocessor definitions.  Also work around for gcc fixinclude
5948           bug which creates a shadow copy of curses.h if it sees these symbols
5949           apparently typedef'd.
5950         + if database is disabled, do not generate run_tic.sh
5951         + minor fixes for memory-leak checking when termcap is read.
5952
5953 20030208
5954         + add checking in tic for incomplete line-drawing character mapping.
5955         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
5956           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
5957           Gerben Wierda <Sherlock@rna.nl>).
5958         + make return value from _nc_printf_string() consistent.  Before,
5959           depending on whether --enable-safe-sprintf was used, it might not be
5960           cached for reallocating.
5961
5962 20030201
5963         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
5964         + correct a potentially-uninitialized value if _read_termtype() does
5965           not read as much data as expected (report by Wolfgang Rohdewald
5966           <wr6@uni.de>).
5967         + correct several places where the aclocal.m4 macros relied on cache
5968           variable names which were incompatible (as usual) between autoconf
5969           2.13 and 2.5x, causing the test for broken-linker to give incorrect
5970           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
5971           <te@dbs.uni-hannover.de>).
5972         + do not try to open gpm mouse driver if standard output is not a tty;
5973           the gpm library does not make this check (bug report for dialog
5974           by David Oliveira <davidoliveira@develop.prozone.ws>).
5975
5976 20030125
5977         + modified emx.src to correspond more closely to terminfo.src, added
5978           emx-base to the latter -TD
5979         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
5980           implement support for that in lib_mouse.c, lib_getch.c
5981
5982 20030118
5983         + revert 20030105 change to can_clear_with(), does not work for the
5984           case where the update is made on cells which are blanks with
5985           attributes, e.g., reverse.
5986         + improve ifdef's to guard against redefinition of wchar_t and wint_t
5987           in curses.h (report by Urs Jansen).
5988
5989 20030111
5990         + improve mvcur() by checking if it is safe to move when video
5991           attributes are set (msgr), and if not, reset/restore attributes
5992           within that function rather than doing it separately in the GoTo()
5993           function in tty_update.c (suggested by Philippe Blain).
5994         + add a message in run_tic.in to explain more clearly what does not
5995           work when attempting to create a symbolic link for /usr/lib/terminfo
5996           on OS/2 and other platforms with no symbolic links (report by John
5997           Polterak).
5998         + change several sed scripts to avoid using "\+" since it is not a BRE
5999           (basic regular expression).  One instance caused terminfo.5 to be
6000           misformatted on FreeBSD (report by Kazuo Horikawa
6001           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
6002         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
6003
6004 20030105
6005         + improve description of terminfo operators, especially static/dynamic
6006           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
6007         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
6008           use the predefined TYPE_ALPHA field-type, and by defining a
6009           specialized type for the middle initial/name.
6010         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
6011           of sed 4.0
6012         > patch by Philippe Blain:
6013         + optimize can_clear_with() a little by testing first if the parameter
6014           is indeed a "blank".
6015         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
6016           sections as small as one line.
6017         + improve ClrToEOL() by checking if clr_eos is available before trying
6018           to use it.
6019         + use tputs() rather than putp() in a few cases in tty_update.c since
6020           the corresponding delays are proportional to the number of lines
6021           affected: repeat_char, clr_eos, change_scroll_region.
6022
6023 20021231
6024         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
6025           global acs_map[] array; removed the lines that did the copying.
6026
6027 20021228
6028         + change some overlooked tputs() calls in scrolling code to use putp()
6029           (report by Philippe Blain).
6030         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
6031           is not a tty and consequently mode-changes do not work (report by
6032           <R.Chamberlin@querix.com>).
6033         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
6034           alternate-characters, i.e., to work with Linux console and UTF-8
6035           locale.
6036         + correct line/column reference in adjust_window(), needed to make
6037           special windows such as curscr track properly when resizing (report
6038           by Lucas Gonze <lgonze@panix.com>).
6039         > patch by Philippe Blain:
6040         + correct the value used for blank in ClrBottom() (broken in 20000708).
6041         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
6042
6043 20021221
6044         + change several tputs() calls in scrolling code to use putp(), to
6045           enable padding which may be needed for some terminals (patch by
6046           Philippe Blain).
6047         + use '%' as sed substitute delimiter in run_tic script to avoid
6048           problems with pathname delimiters such as ':' and '@' (report by John
6049           Polterak).
6050         + implement a workaround so that line-drawing works with screen's
6051           crippled UTF-8 support (tested with 3.9.13).  This only works with
6052           the wide-character support (--enable-widec); the normal library will
6053           simply suppress line-drawing when running in a UTF-8 locale in screen.
6054
6055 20021214
6056         + allow BUILD_CC and related configure script variables to be
6057           overridden from the environment.
6058         + make build-tools variables in ncurses/Makefile.in consistent with
6059           the configure script variables (report by Maciej W Rozycki).
6060         + modify ncurses/modules to allow
6061                 configure --disable-leaks --disable-ext-funcs
6062           to build (report by Gary Samuelson).
6063         + fix a few places in configure.in which lacked quotes (report by
6064           Gary Samuelson <gary.samuelson@verizon.com>).
6065         + correct handling of multibyte characters in waddch_literal() which
6066           force wrapping because they are started too late on the line (report
6067           by Sam Varshavchik).
6068         + small fix for CF_GNAT_VERSION to ignore the help-message which
6069           gnatmake adds to its version-message.
6070         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
6071         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
6072           compiling.
6073         + use $cross_compiling variable in configure script rather than
6074           comparing $host_alias and $target alias, since "host" is
6075           traditionally misused in autoconf to refer to the target platform.
6076         + change configure --help message to use "build" rather than "host"
6077           when referring to the --with-build-XXX options.
6078
6079 20021206
6080         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
6081           possible gnat versions such as 3.2 (report by Chris Lingard
6082           <chris@stockwith.co.uk>).
6083         + modify #define's for CKILL and other default control characters in
6084           tset to use the system's default values if they are defined.
6085         + correct interchanged defaults for kill and interrupt characters
6086           in tset, which caused it to report unnecessarily (Debian #171583).
6087         + repair check for missing C++ compiler, which is broken in autoconf
6088           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
6089         + update config.guess, config.sub (2002-11-30)
6090         + modify configure script to skip --with-shared, etc., when the
6091           --with-libtool option is given, since they would be ignored anyway.
6092         + fix to allow "configure --with-libtool --with-termlib" to build.
6093         + modify configure script to show version number of libtool, to help
6094           with bug reports.  libtool still gets confused if the installed
6095           ncurses libraries are old, since it ignores the -L options at some
6096           point (tested with libtool 1.3.3 and 1.4.3).
6097         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
6098           prevent -I options in the user's environment from introducing
6099           conflicts with the build -I options (may be related to reports by
6100           Patrick Ash and George Goffe).
6101         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
6102           test/demo_keyok.c to allow building these with libtool.
6103
6104 20021123
6105         + add example program test/define_key.c for define_key().
6106         + add example program test/keyok.c for keyok().
6107         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
6108         + modify wins_wch() and wins_wstr() to interpret tabs by using the
6109           winsch() internal function.
6110         + modify setcchar() to allow for wchar_t input strings that have
6111           more than one spacing character.
6112
6113 20021116
6114         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
6115         + change type for *printw functions from NCURSES_CONST to const
6116           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
6117           but really from a note on X/Open's website stating that either is
6118           acceptable, and the latter will be used in a future revision).
6119         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
6120           lib_mouse.c (20021026) -TD
6121         + add screen-bce, screen-s entries from screen 3.9.13 (report by
6122           Adam Lazur <zal@debian.org>) -TD
6123         + add mterm terminfo entries -TD
6124
6125 20021109
6126         + split-out useful fragments in terminfo for vt100 and vt220 numeric
6127           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
6128           vt220+keypad.  The last as embedded in various entries had ka3 and
6129           kb2 interchanged (report/discussion with Leonard den Ottolander
6130           <leonardjo@hetnet.nl>).
6131         + add check in tic for keypads consistent with vt100 layout.
6132         + improve checks in tic for color capabilities
6133
6134 20021102
6135         + check for missing/empty/illegal terminfo name in _nc_read_entry()
6136           (report by Martin Mokrejs, where $TERM was set to an empty string).
6137         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
6138           tab and other control characters consistently (report by Philippe
6139           Blain).
6140         + remove an #undef for KEY_EVENT from curses.tail used in the
6141           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
6142           dpkg's build script (Debian #165897).
6143         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
6144           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
6145
6146 20021026
6147         + implement logic in lib_mouse.c to handle position reports which are
6148           generated when XFree86 xterm is initialized with private modes 1002
6149           or 1003.  These are returned to the application as the
6150           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
6151           with ncurses 'a' menu (prompted by discussion with Larry Riedel
6152           <Larry@Riedel.org>).
6153         + modify lib_mouse.c to look for "XM" terminfo string, which allows
6154           one to override the escape sequence used to enable/disable mouse
6155           mode.  In particular this works for XFree86 xterm private modes
6156           1002 and 1003.  If "XM" is missing (note that this is an extended
6157           name), lib_mouse uses the conventional private mode 1000.
6158         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
6159           where it used screen_lines (report by Philippe Blain).
6160         + correct makefile rules for the case when both --with-libtool and
6161           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
6162         + add note to terminfo manpage regarding the differences between
6163           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
6164
6165 20021019
6166         + remove redundant initialization of TABSIZE in newterm(), since it is
6167           already done in setupterm() (report by Philippe Blain).
6168         + add test/inserts.c, to test winnstr() and winsch().
6169         + replace 'sort' in dist.mk with script that sets locale to POSIX.
6170         + update URLs in announce.html.in (patch by Frederic L W Meunier).
6171         + remove glibc add-on files, which are no longer needed (report by
6172           Frederic L W Meunier).
6173
6174 20021012 5.3 release for upload to ftp.gnu.org
6175         + modify ifdef's in etip.h.in to allow the etip.h header to compile
6176           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
6177         + add logic to setupterm() to make it like initscr() and newterm(),
6178           by checking for $NCURSES_TRACE environment variable and enabling
6179           the debug trace in that case.
6180         + modify setupterm() to ensure that it initializes the baudrate, for
6181           applications such as tput (report by Frank Henigman).
6182         + modify definition of bits used for command-line and library debug
6183           traces to avoid overlap, using new definition TRACE_SHIFT to relate
6184           the two.
6185         + document tput's interpretation of parameterized strings according to
6186           whether parameters are given, etc. (discussion with Robert De Bath).
6187
6188 20021005 pre-release
6189         + correct winnwstr() to account for non-character cells generated when
6190           a double-width character is added (report by Michael Bienia
6191           <michael@vorlon.ping.de>).
6192         + modify _nc_viswbuf2n() to provide better results using wctomb().
6193         + correct logic in _nc_varargs() which broke tracing of parameters for
6194           formats such as "%.*s".
6195         + correct scale factor in linux-c and linux-c-nc terminfo entries
6196           (report Floyd Davidson).
6197         + change tic -A option to -t, add the same option to infocmp for
6198           consistency.
6199         + correct "%c" implementation in lib_tparm.c, which did not map a null
6200           character to a 128 (cf: 980620) (patch by Frank Henigman
6201           <fjhenigman@mud.cgl.uwaterloo.ca>).
6202
6203 20020928 pre-release
6204         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
6205           it is found, to accommodate newer utility which dropped the
6206           compatibility support for +number options (reported by Andrey A
6207           Chernov).
6208         + modify linux terminfo entry to use color palette feature from
6209           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
6210         + restore original color definitions in endwin() if init_color() was
6211           used, and resume those colors on the next doupdate() or refresh()
6212           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
6213         + improve debug-traces by modifying MKlib_gen.sh to generate calls
6214           to returnBool() and returnAttr().
6215         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
6216           of waddnstr() and similar functions to match the parameters as used.
6217         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
6218         + correct type used by _nc_retrace_chtype().
6219         + add debug traces to some functions in lib_mouse.c
6220         + modify lib_addch.c to handle non-spacing characters.
6221         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
6222           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
6223         + correct width computed in _tracedump(), which did not account for
6224           the attributes (broken in 20010602).
6225         + modify test/tracemunch to replace addresses for windows other than
6226           curscr, newscr and stdscr with window0, window1, etc.
6227
6228 20020921 pre-release
6229         + redid fix for edit_man.sed path.
6230         + workaround for Cygwin bug which makes subprocess writes to stdout
6231           result in core dump.
6232         + documented getbegx(), etc.
6233         + minor fixes to configure script to use '%' consistently as a sed
6234           delimiter rather than '@'.
6235         > patch by Philippe Blain:
6236         + add check in lib_overlay.c to ensure that the windows to be merged
6237           actually overlap, and in copywin(), limit the area to be touched
6238           to the lines given for the destination window.
6239
6240 20020914 pre-release
6241         + modified curses.h so that if the wide-character version is installed
6242           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
6243           then applications that use that header for wide-character support
6244           must define HAVE_LIBUTF8_H.
6245         + modify putwin(), getwin() and dupwin() to allow them to operate on
6246           pads (request by Philippe Blain).
6247         + correct attribute-merging in wborder(), broken in 20020216 (report
6248           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
6249         > patch by Philippe Blain:
6250         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
6251         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
6252         + remove some unused variables from mvcur test-driver.
6253
6254 20020907 pre-release
6255         + change configure script to allow install of widec-character
6256           (ncursesw) headers to overwrite normal (ncurses) headers, since the
6257           latter is a compatible subset of the former.
6258         + fix path of edit_man.sed in configure script, needed to regenerate
6259           html manpages on Debian.
6260         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
6261         + update README.emx to reflect current patch used for autoconf.
6262         + change web- and ftp-site to invisible-island.net
6263         > patch by Philippe Blain:
6264         + change case for 'P' in tparam_internal() to indicate that it pops
6265           a variable from the stack.
6266         + correct sense of precision and width in parse_format(), to avoid
6267           confusion.
6268         + modify lib_tparm.c, absorb really_get_space() into get_space().
6269         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
6270           _idcok window fields.
6271         + better fix for _nc_set_type(), using typeMalloc().
6272
6273 20020901 pre-release
6274         + change minor version to 3, i.e., ncurses 5.3
6275         + update config.guess, config.sub
6276         + retest build with each configure option; minor ifdef fixes.
6277         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
6278           match XSI.
6279         + modify handling of wide line-drawing character functions to use the
6280           normal line-drawing characters when not in UTF-8 locale.
6281         + add check/fix to comp_parse.c to suppress warning about missing acsc
6282           string.  This happens in configurations where raw termcap information
6283           is processed; tic already does this and other checks.
6284         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
6285           ich1, to match xterm patch #70 notes.
6286         + moved information for ripped-off lines into SCREEN struct to allow
6287           use in resizeterm().
6288         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
6289           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
6290         + amend check in kgetch() from 20020824 to look only for function-keys,
6291           otherwise escape sequences are not resolved properly.
6292         > patch by Philippe Blain:
6293         + removed redundant assignment to SP->_checkfd from newterm().
6294         + check return-value of setupterm() in restartterm().
6295         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
6296         + prevent dupwin() from duplicating a pad.
6297         + prevent putwin() from writing a pad.
6298         + use typeRealloc() or typeMalloc() in preference to direct calls on
6299           _nc_doalloc().
6300
6301 20020824
6302         + add a check in kgetch() for cooked characters in the fifo to avoid
6303           calling fifo_push() when a KEY_RESIZE is available (report/analysis
6304           by Sam Varshavchik <mrsam@courier-mta.com>).
6305         + fix an overlooked case for Redhat #68199 (Philippe Blain).
6306         + ensure clearerr() is called before using ferror() e.g., in
6307           lib_screen.c (report by Philippe Blain).
6308
6309 20020817
6310         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
6311           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
6312           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
6313           #68199.
6314         + add checks for null pointer in calls to tparm() and tgoto() based on
6315           FreeBSD bug report.  If ncurses were built with termcap support, and
6316           the first call to tgoto() were a zero-length string, the result would
6317           be a null pointer, which was not handled properly.
6318         + correct a typo in terminfo.head, which gave the octal code for colon
6319           rather than comma.
6320         + remove the "tic -u" option from 20020810, since it did not account
6321           for nested "tc=" clauses, and when that was addressed, was still
6322           unsatisfactory.
6323
6324 20020810
6325         + add tic -A option to suppress capabilities which are commented out
6326           when translating to termcap.
6327         + add tic -u option to provide older behavior of "tc=" clauses.
6328         + modified tic to expand all but the final "tc=" clause in a termcap
6329           entry, to accommodate termcap libraries which do not handle multiple
6330           tc clauses.
6331         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
6332           Philippe Blain).
6333         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
6334           using AttrOf(), which already incorporates that mask (report by
6335           Philippe Blain).
6336         + document TABSIZE variable.
6337         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
6338           override compiled-in default black-on-white assumption used in
6339           assume_default_colors().
6340         + correct an off-by-one comparison against max_colors in COLORFGBG
6341           logic.
6342         + correct a use of uninitialized memory found by valgrind (reported by
6343           Olaf Buddenhagen <olafBuddenhagen@web.de>).
6344         + modified wresize() to ensure that a failed realloc will not corrupt
6345           the window structure, and to make subwindows fit within the resized
6346           window (completes Debian #87678, Debian #101699)
6347
6348 20020803
6349         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
6350           Philippe Blain).
6351         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
6352           logic used by lib_getch.c's support for GPM or EMX mouse (report by
6353           Philippe Blain)
6354         + remove NCURSES_CONST from several prototypes in curses.wide, to make
6355           the --enable-const --enable-widec configure options to work together
6356           (report by George Goffe <grgoffe@yahoo.com>).
6357
6358 20020727
6359         + finish no-leak checking in cardfile.c, using this for testing changes
6360           to resizeterm().
6361         + simplify _nc_freeall() using delscreen().
6362
6363 20020720
6364         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
6365           reset_prog_mode() (report/patch by Philippe Blain).
6366         + regenerate configure using patch for autoconf 2.52, to address
6367           problem with identifying C++ bool type.
6368         + correct/improve logic to produce an exit status for errors in tput,
6369           which did not exit with an error when told to put a string not in the
6370           current terminfo entry (report by David Gomez <david@pleyades.net>).
6371         + modify configure script AC_OUTPUT() call to work around defect in
6372           autoconf 2.52 which adds an ifdef'd include to the generated
6373           configure definitions.
6374         + remove fstat() check from scr_init(), which also fixes a missing
6375           include for <sys/stat.h> from 20020713 (reported by David Ellement,
6376           fix suggested by Philippe Blain).
6377         + update curs_scanw.3x manpage to note that XSI curses differs from
6378           SVr4 curses: return-values are incompatible.
6379         + correct several prototypes in manpages which used const
6380           inconsistently with the curses.h file, and removed spurious const's
6381           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
6382           Maynard <glenn@zewt.org>).
6383         + change internal type used by tparm() to long, to work with LP64 model.
6384         + modify nc_alloc.h to allow building with g++, for testing.
6385
6386 20020713
6387         + add resize-handling to cardfile.c test program.
6388         + altered resizeterm() to avoid having it fail when a child window
6389           cannot be resized because it would be larger than its parent.  (More
6390           work must be done on this, but it works well enough to integrate).
6391         + improve a limit-check in lib_refresh.c
6392         + remove check in lib_screen.c relating dumptime to file's modification
6393           times, since that would not necessarily work for remotely mounted
6394           filesystems.
6395         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
6396           t/T commands to enable/disable tracing.
6397         + updated status of multibyte support in TO-DO.
6398         + update contact info in source-files (patch by Juergen Pfeifer).
6399
6400 20020706
6401         + add Caps.hpux11, as an example.
6402         + modify version_filter(), used to implement -R option for tic and
6403           infocmp, to use computed array offsets based on the Caps.* file which
6404           is actually configured, rather than constants which correspond to
6405           the Caps file.
6406         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
6407           functions fail (reported by Philippe Blain).
6408         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
6409
6410 20020629
6411         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
6412         + set locale in most test programs (view.c and ncurses.c were the
6413           only ones).
6414         + add configure option --with-build-cppflags (report by Maksim A
6415           Nikulin <M.A.Nikulin@inp.nsk.su>).
6416         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
6417           Blain).
6418         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
6419           in UTF-8 locale.  Wide-character functions use Unicode values, while
6420           narrow-character functions use the terminfo data.
6421         + fix a couple of places in Ada95/samples which did not compile with
6422           gnat 3.14
6423         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
6424         + fix locale problem in MKlib_gen.sh by forcing related variables to
6425           POSIX (C), using same approach as autoconf (set variables only if
6426           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
6427           match.
6428
6429 20020622
6430         + add charset to generated html.
6431         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
6432           <dcrudy@pacbell.net> -TD
6433         + add rxvt-16color, ibm+16color entries -TD
6434         + modify check in --disable-overwrite option so that it is used by
6435           default unless the --prefix/$prefix value is not /usr, in attempt to
6436           work around packagers, e.g., for Sun's freeware, who do not read the
6437           INSTALL notes.
6438
6439 20020615
6440         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
6441           key code in get_wch().
6442         + extended resize-handling in test/ncurses 'a' menu to the entire
6443           stack of windows created with 'w' commands.
6444         + improve $COLORFGBG feature by interpreting an out-of-range color
6445           value as an SGR 39 or 49, for foreground/background respectively.
6446         + correct a typo in configure --enable-colorfgbg option, and move it
6447           to the experimental section (cf: 20011208).
6448
6449 20020601
6450         + add logic to dump_entry.c to remove function-key definitions that do
6451           not fit into the 1023-byte limit for generated termcaps.  This makes
6452           hds200 fit.
6453         + more improvements to tic's warnings, including logic to ignore
6454           differences between delay values in sgr strings.
6455         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
6456           accommodate Caps.osf1r5 which introduced a conflicting definition.
6457
6458 20020525
6459         + add simple resize-handling in test/ncurses.c 'a' menu.
6460         + fixes in keyname() and _tracechar() to handle negative values.
6461         + make tic's warnings about mismatches in sgr strings easier to follow.
6462         + correct tic checks for number of parameters in smgbp and smglp.
6463         + improve scoansi terminfo entry, and add scoansi-new entry -TD
6464         + add pcvt25-color terminfo entry -TD
6465         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
6466           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
6467         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
6468           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
6469
6470 20020523
6471         + correct and simplify logic for lib_pad.c change in 20020518 (reported
6472           by Mike Castle).
6473
6474 20020518
6475         + fix lib_pad.c for case of drawing a double-width character which
6476           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
6477           <lerdsuwa@users.sourceforge.net>)
6478         + modify configure script to work around broken gcc 3.1 "--version"
6479           option, which adds unnecessary trash to the requested information.
6480         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
6481           (reported by Ben Decker <deckerben@freenet.de>).
6482
6483 20020511
6484         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
6485           character versions as well.
6486         + implement erasewchar(), killwchar() based on erasechar() and
6487           killchar().
6488         + modify erasechar() and killchar() to return ERR if the value was
6489           VDISABLE.
6490         + correct a bug in wresize() in handling subwindows (based on patch by
6491           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
6492           <scott@gossamer-threads.com>).
6493         + improve test/tclock.c by making the second-hand update more often
6494           if gettimeofday() is available.
6495
6496 20020429
6497         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
6498           Tsouladze <andyt@mypoints.com>).
6499
6500 20020427
6501         + correct return-value from getcchar(), making it consistent with
6502           Solaris and Tru64.
6503         + reorder loops that generate makefile rules for different models vs
6504           subsets so configure --with-termlib works again.  This was broken by
6505           logic added to avoid duplicate rules in changes to accommodate cygwin
6506           dll's (reported by George.R.Goffe@seagate.com).
6507         + update config.guess, config.sub
6508
6509 20020421
6510         + modify ifdef's in write_entry.c to allow use of symbolic links on
6511           platforms with no hard links, e.g., BeOS.
6512         + modify a few includes to allow compile with BeOS, which has stdbool.h
6513           with a conflicting definition for 'bool' versus its OS.h definition.
6514         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
6515           alias for 'function'.
6516
6517 20020420
6518         + correct form of prototype for ripoffline().
6519         + modify MKlib_gen.sh to test that all functions marked as implemented
6520           can be linked.
6521
6522 20020413
6523         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
6524         + implement wgetn_wstr().
6525         + implement win_wchnstr().
6526         + remove redefinition of unget_wch() in lib_gen.c (reported by
6527           Jungshik Shin <jshin@jtan.com>).
6528
6529 20020406
6530         + modified several of the test programs to allow them to compile with
6531           vendor curses implementations, e.g., Solaris, AIX -TD
6532
6533 20020323
6534         + modified test/configure to allow configuring against ncursesw.
6535         + change WACS_xxx definition to use address, to work like Tru64 curses.
6536
6537 20020317
6538         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
6539           effect of echo/noecho and meta modes.
6540         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
6541           functions.
6542         + add manpage: curs_get_wch.3x
6543         + implement unget_wch().
6544         + implement wget_wch().
6545
6546 20020310
6547         + regenerated html manpages.
6548         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
6549         + implement wins_wch().
6550         + implement win_wch().
6551         + implement wins_nwstr(), wins_wstr().
6552
6553 20020309
6554         + add manpages: curs_addwstr.3x, curs_winwstr.3x
6555         + implement winnwstr(), winwstr().
6556
6557 20020223
6558         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
6559         + document wunctrl, key_name.
6560         + implement key_name().
6561         + remove const's in lib_box.c incorrectly leftover after splitting off
6562           lib_box_set.c
6563         + update llib-lncurses, llib-ncursesw, fix configure script related to
6564           these.
6565
6566 20020218
6567         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
6568           in spurious symlinks on install.
6569
6570 20020216
6571         + implement whline_set(), wvline_set(), add manpage curs_border_set.
6572         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
6573           box() and box_set() functions.
6574         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
6575           given UTF-8 string equivalents of WACS_xxx symbols.
6576         + minor fixes to several manpages based on groff -ww output.
6577         + add descriptions of external variables of termcap interface to
6578           the manpage (report by Bruce Evans <bde@zeta.org.au>).
6579         > patches by Bernhard Rosenkraenzer:
6580         + correct configure option --with-bool, which was executed as
6581           --with-ospeed.
6582         + add quotes for parameters of --with-bool and --with-ospeed configure
6583           options.
6584         > patch by Sven Verdoolaege (report by Gerhard Haering
6585           <haering_linux@gmx.de>):
6586         + correct typos in definitions of several wide-character macros:
6587           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
6588           mvwaddwstr.
6589         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
6590           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
6591
6592 20020209
6593         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
6594           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
6595           to demonstrate.
6596         + correct prototype in keybound manpage (noted from a Debian mailing
6597           list item).
6598
6599 20020202
6600         + add several cases to the wscanw() example in testcurs.c, showing the
6601           format.
6602         + implement a simple vsscanf() fallback function which uses the %n
6603           conversion to help parse the input data (prompted by discussion with
6604           Albert Chin-A-Young).
6605         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
6606           shared libraries, and to use $(CFLAGS) when linking test programs
6607           (patch by Albert Chin-A-Young).
6608         + add a call to _nc_keypad() in keypad() to accommodate applications
6609           such as nvi, which use curses for output but not for input (fixes
6610           Debian #131263, cf: 20011215).
6611         + add entrypoints to resizeterm.c which provide better control over the
6612           process:  is_term_resized() and resize_term().  The latter restores
6613           the original design of resizeterm() before KEY_RESIZE was added in
6614           970906.  Do this to accommodate 20010922 changes to view.c, but allow
6615           for programs with their own sigwinch handler, such as lynx (reported
6616           by Russell Ruby <russ@math.orst.edu>).
6617
6618 20020127
6619         + fix a typo in change to mk-1st.awk, which broke the shared-library
6620           makefile rules (reported by Martin Mokrejs).
6621
6622 20020126
6623         + update config.guess, config.sub
6624         + finish changes needed to build dll's on cygwin.
6625         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
6626
6627 20020119
6628         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
6629         + correct missing sed-editing stage in manpage installs which is used
6630           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
6631           #78866).
6632         + remove -L$(libdir) from linker flags, probably not needed any more
6633           since HPUX is handled properly (reported by Niibe Yutaka
6634           <gniibe@m17n.org>).
6635         + add configure check for mbstate_t, needed for wide-character
6636           configuration.  On some platforms we must include <wchar.h> to
6637           define this (reported by Daniel Jacobowitz).
6638         + incorporate some of the changes needed to build dll's on cygwin.
6639
6640 20020112a
6641         + workaround for awk did not work with mawk, adjusted shell script.
6642
6643 20020112
6644         + add Caps.osf1r5, as an example.
6645         + modify behavior of can_clear_with() so that if an application is
6646           running in a non-bce terminals with default colors enabled, it
6647           returns true, allowing the user to select/paste text without picking
6648           up extraneous trailing blanks (adapted from patch by Daniel
6649           Jacobowitz <dmj+@andrew.cmu.edu>).
6650         + modify generated curses.h to ifdef-out prototypes for extensions if
6651           they are disabled, and to define curses_version() as a string in that
6652           case.  This is needed to make the programs such as tic build in that
6653           configuration.
6654         + modified generated headers.sh to remove a gzip'd version of the
6655           target file if it exists, in case non-gzip'd manpages are installed
6656           into a directory where gzip'd ones exist.  In that case, the latter
6657           would be found.
6658         + corrected a redundant initialization of signal handlers from 20010922
6659           changes.
6660         + clarified bug-reporting address in terminfo.src (report by John H
6661           DuBois III <spcecdt@armory.com>).
6662         > several fixes from Robert Joop:
6663         + do not use "-v" option of awk in MKkey_defs.sh because it does not
6664           work with SunOS nawk.
6665         + modify definitions for libutf8 in curses.h to avoid redefinition
6666           warnings for mblen
6667         + quoted references to compiler in shell command in misc/Makefile, in
6668           case it uses multiple tokens.
6669
6670 20011229
6671         + restore special case from 20010922 changes to omit SA_RESTART when
6672           setting up SIGWINCH handler, which is needed to allow wgetch() to be
6673           interrupted by that signal.
6674         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
6675           not needed with autoconf 2.52
6676         + revert configure script to autoconf 2.13 patched with
6677                 autoconf-2.13-19990117.patch.gz (or later)
6678           from
6679                 ftp://invisible-island.net/autoconf/
6680           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
6681           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
6682           different problem configuring with Mac OS X (reported by Marc Smith
6683           <marc.a.smith@home.com>).
6684
6685 20011222
6686         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
6687           term.h
6688         + move prototype for _nc_vsscanf() into curses.h.in to omit
6689           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
6690           ncurses_cfg.h file which is not installed.
6691         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
6692           to work with broken linker configuration, e.g., cygwin (report by
6693           Robert Joop <rj@rainbow.in-berlin.de>).
6694         + make napms() call _nc_timed_wait() rather than poll() or select(),
6695           to work around broken implementations of these on cygwin.
6696
6697 20011218
6698         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
6699           by Sven Verdoolaege's rewrite of wide-character support.  This makes
6700           libncursesw incompatible again, but makes the header files almost the
6701           same as in the narrow-character configuration.
6702         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
6703           to eliminate differences between the wide/narrow versions of curses.h
6704         + correct typo in configure macro CF_FUNC_VSSCANF
6705         + correct location of call to _nc_keypad() from 20011215 changes which
6706           prevented keypad() from being disabled (reported by Lars Hecking).
6707
6708 20011215
6709         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
6710           better, e.g., by adding a 'w' command to create new windows which
6711           may have different keypad() settings.
6712         + corrected logic of keypad() by adding internal screen state to track
6713           whether the terminal's keypad-mode has been set.  Use this in
6714           wgetch() to update the keypad-mode according to whether the
6715           associated window's keypad-mode has been set with keypad().  This
6716           corrects a related problem restoring terminal state after handling
6717           SIGTSTP (reported by Mike Castle).
6718         + regenerate configure using patch for autoconf 2.52
6719                 autoconf-2.52-patch.gz
6720           at
6721                 ftp://invisible-island.net/autoconf/
6722         + update config.guess, config.sub from
6723                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
6724         + minor changes to quoting in configure script to allow it to work
6725           with autoconf 2.52
6726
6727 20011208
6728         + modify final checks in lib_setup.c for line and col values, making
6729           them independent.
6730         + modify acs_map[] if configure --broken-linker is specified, to make
6731           it use a function rather than an array (prompted by an incorrect
6732           implementation in cygwin package).
6733         + correct spelling of configure option --enable-colorfgbg, which
6734           happened to work if --with-develop was set (noted in cygwin package
6735           for ncurses).
6736         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
6737           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
6738         + add configure checks to see if ncurses' fallback vsscanf() will
6739           compile either of the special cases for FILE structs, and if not,
6740           force it to the case which simply returns an error (report by
6741           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
6742           64-bits does not allow access to FILE's fields).
6743         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
6744           the ncurses library if no better substitute for this can be found
6745           in the C++ runtime.
6746         + modify the build to name dynamic libraries according to the
6747           convention used on OS X and Darwin.  Rather than something like
6748           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
6749           There are a few additional minor fixes, such as setting the library
6750           version and compatibility version numbers (patch by Jason Evans
6751           <jevans@apple.com>).
6752         + use 'sh' to run mkinstalldirs, to work around problems with buggy
6753           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
6754         + correct typo in manpage description of curs_set() (Debian #121548).
6755         + replace the configure script existence-check for mkstemp() by one
6756           that checks if the function works, needed for older glibc and
6757           AmigaOS.
6758
6759 20011201
6760         + modify script that generates fallbacks.c to compile a temporary
6761           copy of the terminfo source in case the host does not contain all of
6762           the entries requested for fallbacks (request by Greg Roelofs).
6763         + modify configure script to accommodate systems such as Mac OS X whose
6764           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
6765           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
6766           from curses.h to force consistent usage, define a new type
6767           NCURSES_BOOL and related that to the exported 'bool' as either a
6768           typedef or definition, according to whether <stdbool.h> is present
6769           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
6770
6771 20011124
6772         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
6773
6774 20011117
6775         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
6776           (Benjamin C W Sittler).
6777         + add putty terminfo entry -TD
6778         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
6779           this may not otherwise be defined to make test/view.c compile.
6780
6781 20011110
6782         + review/correct several missing/generated items in curses.wide, sorted
6783           the lists to make subsequent diff's easier to track.
6784
6785 20011103
6786         + add manual pages for add_wch(), echo_wchar(), getcchar(),
6787           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
6788         + implement wecho_wchar()
6789         + modify _tracedump() to handle wide-characters by mapping them to '?'
6790           and control-characters to '.', to make the trace file readable.  Also
6791           dynamically allocate the buffer used by _tracedump() for formatting
6792           the results.
6793         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
6794           in a trace by using curly braces.
6795         + implement _nc_viscbuf(), for tracing cchar_t arrays.
6796         + correct trace-calls in setcchar() and getcchar() functions, which
6797           traced the return values but not the entry to each function.
6798         + correct usage message in test/view.c, which still mentioned -u flag.
6799
6800 20011027
6801         + modify configure script to allow building with termcap only, or with
6802           fallbacks only.  In this case, we do not build tic and toe.
6803         + add configure --with-termpath option, to override default TERMPATH
6804           value of /etc/termcap:/usr/share/misc/termcap.
6805         + cosmetic change to tack: make menu descriptions agree with menu
6806           titles.
6807
6808 20011020
6809         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
6810           to ensure that if the parameter of wscrl() is larger than the size of
6811           the scrolling region, then the scrolling region will be cleared
6812           (report by Ben Kohlen <bckohlen@yahoo.com>).
6813         + add trace/varargs.c, using this to trace parameters in lib_printw.c
6814         + implement _tracecchar_t2() and _tracecchar_t().
6815         + split-out trace/visbuf.c
6816         + correct typo in lib_printw.c changes from 20010922 (report by Mike
6817           Castle).
6818
6819 20011013
6820         + modify run_tic.sh to check if the build is a cross-compile.  In that
6821           case, do not use the build's tic to install the terminfo database
6822           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
6823         + modify mouse click resolution so that mouseinterval(-1) will disable
6824           it, e.g., to handle touchscreens via a slow connection (request by
6825           Byron Stanoszek <gandalf@winds.org>).
6826         + correct mouseinterval() default value shown in curs_mouse.3x
6827         + remove conflicting definition of mouse_trafo() (reported by Lars
6828           Hecking, using gcc 2.95.3).
6829
6830 20011001
6831         + simpler fix for signal_name(), to replace the one overlooked in
6832           20010929 (reported by Larry Virden).
6833
6834 20010929
6835         + add -i option to view.c, to test ncurses' check for non-default
6836           signal handler for SIGINT, etc.
6837         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
6838           <bbraun@synack.net>).
6839         + modify tset to restore original I/O modes if an error is encountered.
6840           Also modify to use buffered stderr consistently rather than mixing
6841           with write().
6842         + change signal_name() function to use if-then-else rather than case
6843           statement, since signal-values aren't really integers (reported by
6844           Larry Virden).
6845         + add limit checks in wredrawln(), fixing a problem where lynx was
6846           repainting a pad which was much larger than the screen.
6847
6848 20010922
6849         + fix:  PutRange() was counting the second part of a wide character as
6850           part of a run, resulting in a cursor position that was one too far
6851           (patch by Sven Verdoolaege).
6852         + modify resizeterm() to not queue a KEY_RESIZE if there was no
6853           SIGWINCH, thereby separating the two styles of SIGWINCH handling
6854           in test/view.c
6855         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
6856         + eliminate several static buffers in the terminfo compiler, using
6857           allocated buffers.
6858         + modify MKkeyname.awk so that keyname() does not store its result into
6859           a static buffer that is overwritten by the next call.
6860         + reorganize the output of infocmp -E and -e options to compile cleanly
6861           with gcc -Wwrite-strings warnings.
6862         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
6863
6864 20010915
6865         + add label to test/view.c, showing the name of the last key or signal
6866           that made the screen repaint, to make it clearer when a sigwinch
6867           does this.
6868         + use ExitProgram() consistently in the test-programs to make it
6869           simpler to test leaks with dmalloc, etc.
6870         + move hashtab static data out of hashmap.c into SCREEN struct.
6871         + make NO_LEAK code compile with revised WINDOWLIST structs.
6872
6873 20010908
6874         + modify tgetent() to check if exit_attribute_mode resets the alternate
6875           character set, and if so, attempt to adjust the copy of the termcap
6876           "me" string which it will return to eliminate that part.  In
6877           particular, 'screen' would lose track of line-drawing characters
6878           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
6879           Michael Schroeder).
6880
6881 20010901
6882         + specify DOCTYPE in html manpages.
6883         + add missing macros for several "generated" functions:  attr_get(),
6884           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
6885           mouse_trafo().
6886         + modify view.c to agree with non-experimental status of ncurses'
6887           sigwinch handler:
6888           + change the sense of the -r option, making it default to ncurses'
6889             sigwinch handler.
6890           + add a note explaining what functions are unsafe in a signal
6891             handler.
6892           + add a -c option, to set color display, for testing.
6893         + unset $data variable in MKterminfo.sh script, to address potential
6894           infinite loop if shell malfunction (report by Samuel Mikes
6895           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
6896         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
6897           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
6898         + correct logic for COLORFGBG environment variable: if rxvt is compiled
6899           with xpm support, the variable has three fields, making it slightly
6900           incompatible with itself.  In either case, the background color is
6901           the last field.
6902
6903 20010825
6904         + move calls to def_shell_mode() and def_prog_mode() before loop with
6905           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
6906           the tty modes before saving them (patch by John David Anglin
6907           <dave@hiauly1.hia.nrc.ca>).
6908         + duplicate logic used to initialize trace in newterm(), in initscr()
6909           to avoid confusing trace of initscr().
6910         + simplify allocation of WINDOW and WINDOWLIST structs by making the
6911           first a part of the second rather than storing a pointer.  This saves
6912           a call to malloc for each window (discussion with Philippe Blain).
6913         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
6914           Blain).
6915         + modify c++/Makefile.in to accommodate archive programs that are
6916           different for C++ than for C, and add cases for vendor's C++
6917           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
6918         + correct manpage description of criteria for deciding if the terminal
6919           supports xterm mouse controls.
6920         + add several configure script options to aid with cross-compiling:
6921           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
6922           --with-build-libs (request by Greg Roelofs).
6923         + change criteria for deciding if configure is cross-compiling from
6924           host/build mismatch to host/target mismatch (request by Greg Roelofs
6925           <greg.roelofs@philips.com>).
6926         + correct logic for infocmp -e and -E options which writes the data for
6927           the ext_Names[] array.  This is needed if one constructs a fallback
6928           table for a terminfo entry which uses extended termcap names, e.g.,
6929           AX in a color xterm.
6930         + fix undefined NCURSES_PATHSEP when configure --disable-database
6931           option is given.
6932
6933 20010811
6934         + fix for VALID_BOOLEAN() macro when char is not signed.
6935         + modify 'clean' rule for C++ binding to work with Sun compiler, which
6936           caches additional information in a subdirectory of the objects.
6937         + added llib-ncursesw.
6938
6939 20010804
6940         + add Caps.keys example for experimental extended function keys
6941           (adapted from a patch by Ilya Zakharevich).
6942         + correct parameter types of vidputs() and vidattr() to agree with
6943           header files (report by William P Setzer).
6944         + fix typos in several man-pages (patch by William P Setzer).
6945         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
6946           macro, which made ncurses C++ binding fail to build with other
6947           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
6948         + workaround for bug in HPUX 11.x C compiler: add a blank after
6949           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
6950         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
6951           Albert Chin-A-Young).
6952         + correct definition of key_end in Caps.aix4, which left KEY_END
6953           undefined (report by Albert Chin-A-Young).
6954         + remove a QNX-specific fallback prototype for vsscanf(), which is
6955           obsolete with QNX RTP.
6956         + review/fix some of the T() and TR() macro calls, having noticed that
6957           there was no data for delwin() in a trace of dialog because there was
6958           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
6959           now selected under TRACE_IEVENT rather than TRACE_CALLS.
6960
6961 20010728
6962         + add a _nc_access() check before opening files listed via $TERMPATH.
6963         + using modified man2html, regenerate some of the html manpages to fix
6964           broken HREF's where the link was hyphenated.
6965
6966 20010721
6967         + add some limit/pointer checks to -S option of tputs.
6968         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
6969           (Benjamin C W Sittler).
6970         + add a note in curs_termcap.3x regarding a defect in the XSI
6971           description of tgetent (based on a discussion with Urs Jansen
6972           regarding the HPUX 11.x implementation, whose termcap interface is
6973           not compatible with existing termcap programs).
6974         + modify manhtml rule in dist.mk to preserve copyright notice on the
6975           generated files, as well as to address HTML style issues reported by
6976           tidy and weblint.  Regenerated/updated corresponding html files.
6977         + comment out use of Protected_Character and related rarely used
6978           attributes in ncurses Ada95 test/demo to compile with wide-character
6979           configuration.
6980
6981 20010714
6982         + implement a simple example in C++ demo to test scanw().
6983         + corrected stdio function used to implement scanw() in cursesw.cc
6984         + correct definition of RemAttr() macro from 20010602 changes, which
6985           caused C++ SillyDemo to not show line-drawing characters.
6986         + modify C++ binding, adding getKey() which can be overridden by user
6987           to substitute functions other than getch() for keyboard processing
6988           of forms and menus (patch by Juergen Pfeifer).
6989
6990 20010707
6991         + fix some of the trace calls which needed modification to work with
6992           new wide-character structures.
6993         + modify magic-cookie code in tty_update.c to compile with new
6994           wide-character structures (report by <George.R.Goffe@seagate.com>).
6995         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
6996           compiling for wide-character configuration.
6997         + make addwnstr() handle non-spacing characters (patch by Sven
6998           Verdoolaege).
6999
7000 20010630
7001         + add configure check to define _GNU_SOURCE, needed to prop up glibc
7002           header files.
7003         + split-out include/curses.wide to solve spurious redefinitions caused
7004           by defining _GNU_SOURCE, and move includes for <signal.h> before
7005           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
7006           file.
7007         + extended ospeed change to NetBSD and OpenBSD -TD
7008         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
7009           work properly for termcap applications (patch by Andrey A Chernov).
7010
7011 20010623
7012         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
7013           <eugene@anime.net>, Sven Verdoolaege).
7014         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
7015
7016 20010618
7017         + change overlooked several CharOf/UChar instances.
7018         > several patches from Sven Verdoolaege:
7019         + correct a typo in wunctrl(), which made it appear that botwc() was
7020           needed (no such function: use btowc()).
7021         + reimplement wide-character demo in test/view.c, using new functions.
7022         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
7023         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
7024
7025 20010616
7026         + add parentheses in macros for malloc in test.priv.h, fixes an
7027           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
7028         + add Caps.uwin, as an example.
7029         + change the way curses.h is generated, making the list of function
7030           key definitions extracted from the Caps file.
7031         + add #undef's before possible redefinition of ERR and OK in curses.h
7032         + modify logic in tic, toe, tput and tset which checks for basename of
7033           argv[0] to work properly on systems such as OS/2 which have
7034           case-independent filenames and/or program suffixes, e.g., ".ext".
7035
7036 20010609
7037         + add a configure check, if --enable-widec is specified, for putwc(),
7038           which may be in libutf8.
7039         + remove some unnecessary text from curs_extend.3x and
7040           default_colors.3x which caused man-db to make incorrect symbolic
7041           links (Debian #99550).
7042         + add configure check if cast for _IO_va_list is needed to compile
7043           C++ vscan code (Debian #97945).
7044         > several patches from Sven Verdoolaege:
7045         + correct code that used non-standard auto-initialization of a struct,
7046           which gcc allows (report by Larry Virden).
7047         + use putwc() in PUTC() macro.
7048         + make addstr() work for the special case where the codeset is
7049           non-stateful (eg. UTF-8), as well as stateful codesets.
7050
7051 20010603
7052         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
7053           from 20010602 (report by Mike Castle).
7054
7055 20010602
7056         + modify mvcur() to avoid emitting newline characters when nonl() mode
7057           is set.  Normally this is not a problem since the actual terminal
7058           mode is set to suppress nl/crlf translations, however it is useful to
7059           allow the caller to manipulate the terminal mode to avoid staircasing
7060           effects after spawning a process which writes messages (for lynx
7061           2.8.4) -TD
7062         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
7063         + remove redundant type-conversion in fifo_push()
7064         + correct definition of addwstr() macro in curses.h.in
7065         + remove _nc_utf8_outch()
7066         + rename most existing uses of CharOf() to UChar(), e.g., where it is
7067           used to prevent sign-extension in ctype macros.
7068         + change some chtype's to attr_t's where the corresponding variables
7069           are used to manipulate attributes.
7070         + UpdateAttr() was applied to both attributes (attr_t) and characters
7071           (chtype).  Modify macro and calls to it to make these distinct.
7072         + add CharEq() macro, use in places where wide-character configuration
7073           implementation uses a struct for cchar_t.
7074         + moved struct ldat into curses.priv.h, to hide implementation details.
7075         + change CharOf() macro to use it for masking A_CHARTEXT data from
7076           chtype's.
7077         + add L() macro to curses.priv.h, for long-character literals.
7078         + replace several assignments from struct ldat entries to chtype or
7079           char values with combinations of CharOf() and AttrOf() macros.
7080         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
7081           we are using chtype data.
7082         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
7083           and SetAttr().
7084         + add/use SetChar() macro, to change a cchar_t based on a character and
7085           attributes.
7086         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
7087           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
7088           where a pointer would be more useful.
7089         + add stubs for tracing cchar_t values.
7090         + add/use macro ISBLANK()
7091         + add/use constructors for cchar_t's: NewChar(), NewChar2().
7092         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
7093           passing cchar_t's by address.
7094         + add/use PUTC_DATA, PUTC() macros.
7095         + for wide-character configuration, move the window background data to
7096           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
7097           is defined or not, the offsets in the struct will not change.
7098         + modify addch() to work with wide-characters.
7099         + mark several wide-character functions as generated in curses.h.in
7100         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
7101           wborder_set() and waddnwstr().
7102
7103 20010526
7104         + add experimental --with-caps=XXX option to customize to similar
7105           terminfo database formats such as AIX 4.x
7106         + add Caps.aix4 as an example.
7107         + modify Caps to add columns for the the KEY_xxx symbols.
7108         + modify configure --with-widec to suppress overwrite of libcurses.so
7109           and curses.h
7110         + add checks to toe.c to avoid being confused by files and directories
7111           where we would expect the reverse, e.g., source-files in the
7112           top-level terminfo levels as is the case for AIX.
7113
7114 20010519
7115         + add top-level 'depend' rule for the C sources, assuming that the
7116           makedepend program is available.  As a side-effect, this makes
7117           the generated sources, as in "make sources" (prompted by a report
7118           by Mike Castle that "make -j" fails because the resulting parallel
7119           processes race to generate ncurses/names.c).
7120         + modify configure script so that --disable-overwrite option's action
7121           to add a symbolic link for libcurses applies to the static library as
7122           well as the shared library when both are configured (report by Felix
7123           Natter <f.natter@ndh.net>).
7124         + add ELKS terminfo entries (Federico Bianchi
7125           <bianchi@www.arte.unipi.it>)
7126         + add u6 (CSR) to Eterm (Michael Jennings).
7127
7128 20010512
7129         + modify test/ncurses.c to work with xterm-256color, which has fewer
7130           color pairs than colors*colors (report by David Ellement
7131           <ellement@sdd.hp.com>).
7132
7133 20010505
7134         + corrected screen.xterm-xfree86 entry.
7135         + update comment in Caps regarding IBM (AIX) function-key definitions.
7136
7137 20010421
7138         + modify c++/Makefile.in to link with libncurses++w.a when configured
7139           for wide-characters (patch by Sven Verdoolaege).
7140         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
7141         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
7142         + update config.guess, config.sub from autoconf 2.49e (alpha).
7143
7144 20010414
7145         + add secondary check in tic.c, similar_sgr() to see if the reason
7146           for mismatch was that the individual capabilities used a time-delay
7147           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
7148           and remove time-delay from Apple_Terminal entries.
7149         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
7150           <bsittler@iname.com>).
7151         + correct definitions of shifted editing keys for xterm-xfree86 -TD
7152         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
7153         + prevent relative_move() from doing an overwrite if it detects 8-bit
7154           characters when configured for UTF-8 (reported by Sven Verdoolaege
7155           <skimo@kotnet.org>).
7156
7157 20010407
7158         + add configure checks for strstream.h vscan function, and similar
7159           stdio-based function which may be used in C++ binding for gcc 3.0
7160           (reports by George Goffe, Lars Hecking, Mike Castle).
7161         + rewrite parts of configure.in which used changequote().  That feature
7162           is broken in the latest autoconf alphas (e.g., 2.49d).
7163         + add a missing pathname for ncurses_dll.h, needed when building in
7164           a directory outside the source tree (patch by Sven Verdoolaege
7165           <skimo@kotnet.org>).
7166         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
7167         + no ships were ever placed in the last row or in the last column.
7168           This made the game very easy to win, because you never had to waste
7169           any shots there, but the computer did.
7170         + the squares around a sunken ship that belonged to the player were not
7171           displayed as already hit by the computer, like it does for the
7172           player.
7173
7174 20010331
7175         + add some examples of customizing screen's terminfo:
7176           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
7177         + modify screen's terminfo entry to match the khome/kend in screen
7178           3.09.08 (Debian #92215).
7179         + correct a memory leak in forms library (report by Stefan Vogtner
7180           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
7181
7182 20010324
7183         + change symbols used to guard against repeated includes to begin
7184           consistently with "NCURSES_" rather than a leading underscore.  There
7185           are other symbols defined in the header files which begin with a
7186           leading underscore, but they are part of the legacy interface.
7187         + reorder includes in c++ binding so that rcs identifiers can be
7188           compiled-in.
7189         + add .cc.ii rule to c++ makefile, to get preprocessor output for
7190           debugging.
7191         + correct configure script handling of @keyword@ substitutions when the
7192           --with-manpage-renames option is given (cf: 20000715, fixes Debian
7193           #89939).
7194         + report stack underflow/overflow in tparm() when tic -cv option is
7195           given.
7196         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
7197           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
7198
7199 20010310
7200         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
7201           2.95.2, and correcting some conflicting color pair initializations.
7202         + add missing copyright notice for cursesw.h
7203         + review, make minor fixes for use of '::' for referring to C-language
7204           interface from C++ binding.
7205         + modify configure check for g++ library slightly to accommodate
7206           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
7207           <rho@mipos2.intel.com>).
7208         + add configure check for c++ <sstream> header, replace hardcoded
7209           ifdef.
7210         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
7211           vscan from strstreambuf to follow standard, use wrapper for C vscanf
7212           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
7213           <taggart@carmen.fc.hp.com>, fixes Debian .
7214
7215 20010303
7216         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
7217           to make quieter loading of /etc/termcap (patch by Todd C Miller).
7218         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
7219           (patch by Todd C Miller).
7220
7221 20010224
7222         + compiler-warning fixes (reported by Nelson Beebe).
7223
7224 20010210
7225         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
7226           mouse controls -TD
7227
7228 20010203
7229         + broaden patterns used to match OS/2 EMX in configure script to cover
7230           variant used in newer config.guess/config.sub
7231         + remove changequote() calls from configure script, since this feature
7232           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
7233         + remove macro callPutChar() from tty_update.c, since this is no longer
7234           needed (reported by Philippe Blain).
7235         + add a null-pointer check in tic.c to handle the case when the input
7236           file is really empty.  Modify the next_char() function in comp_scan.c
7237           to allow arbitrarily long lines, and incidentally supply a newline to
7238           files that do not end in a newline.  These changes improve tic's
7239           recovery from attempts to read binary files, e.g., its output from
7240           the terminfo database (reported by Bernhard Rosenkraenzer).
7241
7242 20010127
7243         + revert change to c++/demo.cc from 20001209, which changed definition
7244           of main() apparently to accommodate cygwin linker, but broke the demo
7245           program.
7246         + workaround for broken egcs 2.91.66 which calls member functions
7247           (i.e., lines() and colors() of NCursesWindow before calling its
7248           constructor.  Add calls to initialize() in a few constructors which
7249           did not do this already.
7250         + use the GNAT preprocessor to make the necessary switch between TRACE
7251           and NO_TRACE configurations (patch by Juergen Pfeifer).
7252         > patches by Bernhard Rosenkraenzer:
7253         + modify kterm terminfo entry to use SCS sequence to support alternate
7254           character set (it does not work with SI/SO).
7255         + --with-ospeed=something didn't work.  configure.in checked for a
7256           $enableval where it should check for $withval.  Also,
7257           ncurses/llib-lncurses still had a hardcoded short.
7258
7259 20010114
7260         + correction to my merge of Tom Riddle's patch that broke tic in some
7261           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
7262
7263 20010113
7264         + modify view.c to test halfdelay().  Like other tests, this recognizes
7265           the 's' and space commands for stopping/starting polled input, shows
7266           a freerunning clock in the header.  If given a parameter to 's', that
7267           makes view.c use halfdelay() with that parameter rather than
7268           nodelay().
7269         + fix to allow compile with the experimental configure option
7270           --disable-hashmap.
7271         + modify postprocess_termcap() to avoid overwriting key_backspace,
7272           key_left, key_down when processing a non-base entry (report/patch by
7273           Tom Riddle).
7274         + modify _nc_wrap_entry(), adding option to reallocate the string
7275           table, needed in _nc_merge_entry() when merging termcap entries.
7276           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
7277         + modify a few configure script macros to keep $CFLAGS used only for
7278           compiler options, preprocessor options in $CPPFLAGS.
7279
7280 20001230
7281         + correct marker positions in lrtest.c after receiving a sigwinch.
7282         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
7283         + fixes to tclock for resizing behavior, redundant computation (report
7284           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
7285
7286 20001216
7287         + improved scoansi terminfo entry -TD
7288         + modify configure script and makefile in Ada95/src to compile a stub
7289           for the trace functions when ncurses does not provide those.
7290
7291 20001209
7292         + add ncurses_dll.h and related definitions to support generating DLL's
7293           with cygwin (adapted from a patch by Charles Wilson
7294           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
7295           work with 'indent') -TD
7296
7297 20001202
7298         + correct prototypes for some functions in curs_termcap.3x, matching
7299           termcap.h, which matches X/Open.
7300         > patch by Juergen Pfeifer:
7301         + a revised version of the Ada enhancements sent in by "H.
7302           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
7303           patch includes
7304           - small fixes to the existing ncurses binding
7305           - addition of some more low-level functions to the binding, including
7306             termcap and terminfo functions
7307           - An Ada implementation of the "ncurses" test application originally
7308             written in C.
7309
7310 20001125
7311         + modify logic in lib_setup.c to allow either lines or columns value
7312           from terminfo to be used if the screen size cannot be determined
7313           dynamically rather than requiring both (patch by Ehud Karni
7314           <ehud@unix.simonwiesel.co.il>).
7315         + add check in lib_tgoto.c's is_termcap() function to reject null or
7316           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
7317           freebsd-bugs).
7318         + add definition from configure script that denotes the path-separator,
7319           which is normally a colon.  The path-separator is a semicolon on
7320           OS/2 EMX and similar systems which may use a colon within pathnames.
7321         + alter logic to set default for --disable-overwrite option to set it
7322           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
7323           accommodating the most common cause of problems: gcc's nonstandard
7324           search rules.  Other locations such as /usr/local/ncurses will
7325           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
7326
7327 20001118
7328         + modify default for --disable-overwrite configure option to disable
7329           if the --prefix or $prefix value is not /usr.
7330         + add cygwin to systems for which ncurses is installed by default into
7331           /usr rather than /usr/local.
7332
7333 20001111
7334         + minor optimization in comp_error.c and lib_termname.c, using
7335           strncat() to replace strncpy() (patch by Solar Designer).
7336         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
7337           geteuid() to use_terminfo_vars() (patch by Solar Designer
7338           <solar@false.com>).
7339         + improved cygwin terminfo entry, based on patch by
7340           <ernie_boyd@yahoo.com>.
7341         + modify _nc_write_entry() to allow for the possibility that linking
7342           aliases on a filesystem that ignores case would not succeed because
7343           the source and destination differ only by case, e.g., NCR260VT300WPP0
7344           on cygwin (report by Neil Zanella).
7345         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
7346           Rosenkraenzer <bero@redhat.de>).
7347
7348 20001104
7349         + add configure option --with-ospeed to assist packagers in transition
7350           to 5.3 change to ospeed type.
7351         + add/use CharOf() macro to suppress sign-extension of char type on
7352           platforms where this is a problem in ctype macros, e.g., Solaris.
7353         + change trace output to binary format.
7354         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
7355           macro, for OS/2 EMX configuration.
7356         + rearrange a few configure macros, moving preprocessor options to
7357           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
7358           use $CPPFLAGS in both the compile and preprocessor checks).
7359         + add a check in relative_move() to guard against buffer overflow in
7360           the overwrite logic.
7361
7362 20001028
7363         + add message to configure script showing g++ version.
7364         + resync config.guess, config.sub
7365         + modify lib_delwin.c, making it return ERR if the window did not exist
7366           (suggested by Neil Zanella).
7367         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
7368           to test/review ncurses library.  (Would use lclint, but it doesn't
7369           work).
7370         + reorganized knight.c to avoid forward references.  Correct screen
7371           updates when backtracking, especially to the first cell.  Add F/B/a
7372           commands.
7373
7374 20001021 5.2 release for upload to ftp.gnu.org
7375         + update generated html files from manpages.
7376         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
7377           in html manpages.
7378         + fix an uninitialized pointer in read_termcap.c (report by Todd C
7379           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
7380         + correct help-message and array limit in knight.c (patch by Brian
7381           Raiter <breadbox@muppetlabs.com>).
7382         > patch by Juergen Pfeifer:
7383         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
7384           for some identifiers defined in the standard package.
7385         + cosmetic change to forms/fty_enum.c
7386
7387 20001014
7388         + correct an off-by-one position in test/railroad.c which could cause
7389           wrapping at the right margin.
7390         + test/repair some issues with libtool configuration.  Make
7391           --disable-echo force libtool --silent.  (Libtool does not work for
7392           OS/2 EMX, works partly for SCO - libtool is still very specific to
7393           gcc).
7394         + change default of --with-manpage-tbl to "no", since for most of the
7395           platforms which do have tbl installed, the system "man" program
7396           understands how to run tbl automatically.
7397         + minor improvement to force_bar() in comp_parse.c (Bernhard
7398           Rosenkraenzer <bero@redhat.de>).
7399         + modify lib_tparm.c to use get_space() before writing terminating
7400           null character, both for consistency as well as to ensure that if
7401           save_char() was called immediately before, that the allocated memory
7402           is enough (patch by Sergei Ivanov).
7403         + add note about termcap ML capability which is duplicated between two
7404           different capabilities:  smgl and smglr (reported by Sergei Ivanov
7405           <svivanov@pdmi.ras.ru>).
7406         + correct parameter counts in include/Caps for dclk as well as some
7407           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
7408         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
7409         + add support for building with libtool (apparently version 1.3.5,
7410           since old versions do not handle -L../lib), using new configure
7411           option --with-libtool.
7412         + add configure option --with-manpage-tbl, which causes the manpages to
7413           be preprocessed by tbl(1) prior to installation,
7414         + add configure option --without-curses-h, which causes the
7415           installation process to install curses.h as ncurses.h and make
7416           appropriate changes to headers and manpages.
7417
7418 20001009
7419         + correct order of options/parameters in run_tic.in invocation of tic,
7420           which did not work with standard getopt() (reported by Ethan
7421           Butterfield <primus@veris.org>).
7422         + correct logic for 'reverse' variable in lib_vidattr.c, which was
7423           setting it true without checking if newmode had A_REVERSE set, e.g.,
7424           using $TERM=ansi on OS/2 EMX (see 20000917).
7425         > patch by Todd C Miller:
7426         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
7427           Previously, _nc_cgetset() would still get called on cp so the
7428           simplest thing is to set cp to NULL if !use_terminfo_vars().
7429         + added checks for an empty $HOME environment variable.
7430         > patches for OS/2 EMX (Ilya Zakharevich):
7431         + modify convert_configure.pl to support INSTALL.  Change compiler
7432           options in that script to use multithreading, needed for the mouse.
7433         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
7434           to set up a 3-button mouse.
7435         + improve code for OS/2 mouse support, using _nc_timed_wait() to
7436           replace select() call.
7437
7438 20001007
7439         + change type of ospeed variable back to short to match its use in
7440           legacy applications (reported by Andrey A Chernov).
7441         + add case to configure script for --enable-rpath on IRIX (patch by
7442           Albert Chin-A-Young).
7443         + minor fix to position_check() function, to ensure it gets the whole
7444           cursor report before decoding.
7445         + add configure option --disable-assumed-color, to allow pre-5.1
7446           convention of default colors used for color-pair 0 to be configured
7447           (see assume_default_colors()).
7448         + rename configure option --enable-hashmap --disable-hashmap, and
7449           reorder the configure options, splitting the experimental and
7450           development
7451         + add configure option --disable-root-environ, which tells ncurses to
7452           disregard $TERMINFO and similar environment variables if the current
7453           user is root, or running setuid/setgid (based on discussion with
7454           several people).
7455         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
7456           $TERMINFO variable for installs.
7457         + add table entry for plab_norm to tput, so it passes in strings
7458           for that capability.
7459         + modify parse_format() in lib_tparm.c to ignore precision if it is
7460           longer than 10000 (report by Jouko Pynnonen).
7461         + rewrote limit checks in lib_mvcur.c using new functions
7462           _nc_safe_strcat(), etc.  Made other related changes to check lengths
7463           used for strcat/strcpy (report by Jouko Pynnonen
7464           <jouko@solutions.fi>).
7465
7466 20000930
7467         + modify several descriptions, including those for setaf, setab, in
7468           include/Caps to indicate that the entries are parameterized.  This
7469           information is used to tell which strings are translated when
7470           converting to termcap.  Fixes a problem where the generated termcap
7471           would contain a spurious "%p1" for the terminfo "%p1%d".
7472         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
7473           absolute pathname for the build tree's lib directory (prompted by
7474           discussion with Albert Chin-A-Young).
7475         + modify "make install.man" and "make uninstall.man" to include tack's
7476           man-page.
7477         + various fixes for install scripts used to support configure --srcdir
7478           and --with-install-prefix (reported by Matthew Clarke
7479           <Matthew_Clarke@mindlink.bc.ca>).
7480         + make configure script checks on variables $GCC and $GXX consistently
7481           compare against 'yes' rather than test if they are nonnull, since
7482           either may be set to the corresponding name of the C or C++ compiler
7483           (report/patch by Albert Chin-A-Young).
7484
7485 20000923
7486         + modify rs2 capability in xterm-r6 and similar where cursor
7487           save/restore bracketed the sequence for resetting video attributes.
7488           The cursor restore would undo that (report by John Hawkinson
7489           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
7490         + using parameter check added to tic, corrected 27 typos in
7491           terminfo.src -TD
7492         + modify tic to verify that its inputs are really files, in case
7493           someone tries to read a directory (or /dev/zero).
7494         + add a check for empty buffers returned by fgets() in comp_scan.c
7495           next_char() function, in case tic is run on a non-text file (fixes
7496           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
7497         + add to railroad.c some code exercising tgoto(), providing an
7498           alternate form of display if the terminal supports cursor addressing.
7499         + split-out tgoto() again, this time into new file lib_tgoto.c, and
7500           implement a conventional BSD-style tgoto() which is used if the
7501           capability string does not contain terminfo-style padding or
7502           parameters (requested by Andrey A Chernov).
7503         + add check to tic which reports capabilities that do not reference
7504           the expected number of parameters.
7505         + add error checking to infocmp's -v and -m options to ensure that
7506           the option value is indeed a number.
7507         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
7508           handler is setup.  Separated the old/new sigaction data for SIGTSTP
7509           from the other signals.
7510
7511 20000917
7512         + add S0, E0 extensions to screen's terminfo entry, which is another
7513           way to solve the misconfiguration issue -TD
7514         + completed special case for tgoto from 20000916
7515
7516 20000916
7517         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
7518         + add Matrix Orbital terminfo entries (from Eric Z Ayers
7519           <eric@ale.org>).
7520         + add special case to lib_tparm.c to allow 'screen' program to use a
7521           termcap-style parameter "%." to tgoto() for switching character sets.
7522         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
7523           no symbolic links.
7524         + updated notes in README.emx regarding autoconf patches.
7525         + replace a lookup table in lib_vidattr.c used to decode no_color_video
7526           with a logic expression (suggested by Philippe Blain).
7527         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
7528           character set attribute from the displayed text.
7529         + correct inequality in parameter analysis of rewritten lib_tparm.c
7530           which had the effect of ignoring p9 in set_attributes (sgr), breaking
7531           alternate character set (reported by Piotr Majka <charvel@link.pl>).
7532         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
7533           with Sun WorkShop compilers since these tokens were empty (cf:
7534           20000902, reported by Albert Chin-A-Young).
7535
7536 20000909
7537         + correct an uninitialized parameter to open_tempfile() in tic.c which
7538           made "tic -I" give an ambiguous error message about tmpnam.
7539         + add special case in lib_vidattr.c to reset underline and standout for
7540           devices that have no sgr0 defined (patch by Don Lewis
7541           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
7542           mode, since there is no exit-bold-mode capability.
7543         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
7544         + modify tparm to disallow arithmetic on strings, analyze the varargs
7545           list to read strings as strings and numbers as numbers.
7546         + modify tparm's internal function spop() to treat a null pointer as
7547           an empty string.
7548         + modify tput program so it can be renamed or invoked via a link as
7549           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
7550           init'.
7551         + add private entrypoint _nc_basename(), use to consolidate related
7552           code in progs, as well as accommodating OS/2 EMX pathnames.
7553         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
7554           removal (except via AC_SUBST) from configure.in, making
7555           --enable-const work again (reported by Juergen Pfeifer).
7556         + regen'd configure to pick up "hpux*" change from 20000902.
7557
7558 20000902
7559         + modify tset.c to check for transformed "reset" program name, if any.
7560         + add a check for null pointer in Make_Enum_Type() (reported by Steven
7561           W Orr <steveo@world.std.com>).
7562         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
7563           using strtok(), because it is non-reentrant (reported by Andrey A
7564           Chernov <ache@nagual.pp.ru>).
7565         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
7566           This differed from the "hpux*" case by using reversed symbolic
7567           links, which made the 5.1 version not match the configuration of
7568           5.0 shared libraries (reported by Albert Chin-A-Young).
7569         + correct a dependency in Ada95/src/Makefile.in which prevented
7570           building with configure --srcdir (patch by H Nanosecond
7571           <aldomel@ix.netcom.com>).
7572         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
7573           GCC_SCANF was not previously defined (reported by Pavel Roskin
7574           <proski@gnu.org>).
7575         + add MKncurses_def.sh to generate fallback definitions for
7576           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
7577           code to consistently use "#if" rather than "#ifdef".
7578
7579 20000826
7580         + add QNX qansi entries to terminfo -TD
7581         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
7582         + add configure option --with-database to allow specifying a different
7583           terminfo source-file to install.  On OS/2 EMX, this defaults to
7584           misc/emx.src
7585         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
7586           setting .exe extension on OS/2 EMX.
7587         + add .exe extension in Ada95/gen/Makefile.in,
7588           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
7589           <jmcoopr@webmail.bmi.net>).
7590         + add configure check for filesystems (such as OS/2 EMX) which do not
7591           distinguish between upper/lowercase filenames, use this to fix tags
7592           rules in makefiles.
7593         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
7594           only sets the revents members of that array when there is activity
7595           corresponding to the related file (report by Glenn Cooper
7596           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
7597         + change configure script to use AC_CANONICAL_SYSTEM rather than
7598           AC_CANONICAL_HOST, which means that configure --target will set
7599           a default program-prefix.
7600         + add note on cross-compiling to INSTALL (which does not rely on the
7601           AC_CANONICAL_* macros).
7602
7603 20000819
7604         + add cases for EMX OS/2 to config.guess, config.sub
7605         + new version of config.guess, config.sub from lynx 2.8.4dev.7
7606         + add definitions via transform.h to allow tic and tput to check for
7607           the transformed aliases rather than the original infotocap, etc.
7608         + simplify transform-expressions in progs/Makefile.in, make the
7609           uninstall rule work for transformed program names.
7610         + change symbol used by --install-prefix configure option from
7611           INSTALL_PREFIX to DESTDIR (the latter has become common usage
7612           although the name is misleading).
7613         + modify programs to use curses_version() string to report the version
7614           of ncurses with which they are compiled rather than the
7615           NCURSES_VERSION string.  The function returns the patch level in
7616           addition to the major and minor version numbers.
7617
7618 20000812
7619         + modify CF_MAN_PAGES configure macro to make transformed program names
7620           a parameter to that macro rather than embedding them in the macro.
7621         + newer config.guess, config.sub (reference version used in lynx
7622           2.8.4dev.7).
7623         + add configure option --with-default-terminfo-dir=DIR to allow
7624           specifying the default terminfo database directory (request by Albert
7625           Chin-A-Young).
7626         + minor updates for terminfo.src from FreeBSD termcap change-history.
7627         + correct notes in README and INSTALL regarding documentation files
7628           that were moved from misc directory to doc (report by Rich Kulawiec
7629           <rsk@gsp.org>).
7630         + change most remaining unquoted parameters of 'test' in configure
7631           script to use quotes, for instance fixing a problem in the
7632           --disable-database option (reported by Christian Mondrup
7633           <scancm@biobase.dk>).
7634         + minor adjustments to work around some of the incompatibilities/bugs
7635           in autoconf 2.29a alpha.
7636         + add -I/usr/local/include when --with-ncurses option is used in
7637           test/configure script.
7638         + correct logic in adjust_cancels(), which did not check both
7639           alternatives when reclassifying an extended name between boolean,
7640           number and string, causing an infinite loop in tic.
7641
7642 20000730
7643         + correct a missing backslash in curses.priv.h
7644
7645 20000729
7646         + change handling of non_dest_scroll_region in tty_update.c to clear
7647           text after it is shifted in rather than before shifting out.  Also
7648           correct row computation (reported by Ruediger Kuhlmann
7649           <uck4@rz.uni-karlsruhe.de>).
7650         + add/use new trace function to display chtype values from winch() and
7651           getbkgd().
7652         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
7653           trace attribute changes under TRACE_CALLS to use this.
7654         + modify MKlib_gen.sh so that functions returning chtype will call
7655           returnChar().
7656         + add returnChar() trace, for functions returning chtype.
7657         + change indent.pro to line up parenthesis.
7658
7659 20000722
7660         + fix a heap problem with the c++ binding (report by
7661           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
7662         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
7663         + modify the check for big-core to force a couple of memory accesses,
7664           which may work as needed for older/less-capable machines (if not,
7665           there's still the explicit configure option).
7666         > fixes based on diff's for Amiga and BeOS found at
7667           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
7668         + alter definition of NCURSES_CONST to make it non-empty.
7669         + add amiga-vnc terminfo entry.
7670         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
7671           an (unspecified) symbol conflict.
7672         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
7673           simplify working around implementations that define random
7674           combinations of the related macros to zero.
7675         + modify configure test for tcgetattr() to allow for old
7676           implementations, e.g., on BeOS, which only defined it as a macro.
7677         > patches by Bruno Haible:
7678         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
7679           locale, ignore those which are set to an empty value, as per SUSV2.
7680         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
7681         + modify _nc_utf8_outch() to avoid sign-extension when checking for
7682           out-of-range value.
7683
7684 20000715
7685         + correct manlinks.sed script to avoid using ERE "\+", which is not
7686           understood by older versions of sed (patch by Albert Chin-A-Young).
7687         + implement configure script options that transform installed program
7688           names, e.g., --program-prefix, including the manpage names and cross
7689           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
7690         + correct several mismatches between manpage filename and ".TH"
7691           directives, renaming dft_fgbg.3x to default_colors.3x and
7692           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
7693         + correct missing includes for <string.h> in several places, including
7694           the C++ binding.  This is not noted by gcc unless we use the
7695           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
7696         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
7697           interface if neither termio or termios is available.  Tested this
7698           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
7699           work).
7700
7701 20000708 5.1 release for upload to ftp.gnu.org
7702         + document configure options in INSTALL.
7703         + add man-page for ncurses trace functions.
7704         + correct return value shown in curs_touch.3x for is_linetouched() and
7705           is_wintouched(), in curs_initscr.3x for isendwin(), and in
7706           curs_termattr.3x for has_ic() and has_il().
7707         + add prototypes for touchline() and touchwin(), adding them to the
7708           list of generated functions.
7709         + modify fifo_push() to put ERR into the fifo just like other values to
7710           return from wgetch().  It was returning without doing that, making
7711           end-of-file condition incorrectly return a 0 (reported by Todd C
7712           Miller).
7713         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
7714           are needed for SCO OpenServer.
7715         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
7716           dynamic loaders on SCO and IRIX64.
7717         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
7718           for testing.
7719         + correct assignment in assume_default_colors() which tells ncurses
7720           whether to use default colors, or the assumed ones (reported by Gary
7721           Funck <gary@Intrepid.Com>).
7722         + review/correct logic in mk-1st.awk for making symbolic links for
7723           shared libraries, in particular for FreeBSD, etc.
7724         + regenerate misc/*.def files for OS/2 EMX dll's.
7725         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
7726           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
7727           Wemm) (err in 20000610).
7728         + minor updates to release notes, as well as adding/updating URLs for
7729           examples cited in announce.html
7730         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
7731         + correct placement of ifdef for NCURSES_XNAMES in function
7732           _nc_free_termtype(), fixes a memory leak.
7733         + add a call to _nc_synchook() to the end of function whline() like
7734           that in wvline() (difference was in 1.9.4).
7735         + make ClearScreen() a little faster by moving two instances of
7736           UpdateAttr() out of for-loops.
7737         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
7738           (cf: 960428).
7739
7740 20000701 pre-release
7741         + change minor version to 1, i.e., ncurses 5.1
7742         + add experimental configure option --enable-colorfgbg to check for
7743           $COLORTERM variable as set by rxvt/aterm/Eterm.
7744         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
7745         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
7746           several manpages so manlinks.sed can find aliases for creating
7747           symbolic links.
7748         + add explanation to run_tic.sh regarding extended terminal
7749           capabilities.
7750         + change message format for edit_cfg.sh, since some people interpret
7751           it as a warning.
7752         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
7753           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
7754         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
7755           support when poll() is used rather than select() (prompted by
7756           discussion with David Allen <DAllen24@aol.com>).
7757
7758 20000624 pre-release
7759         + modify TransformLine() to check for cells with different color pairs
7760           that happen to render the same display colors.
7761         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
7762         + improve cost computation in PutRange() by accounting for the use
7763           of parm_right_cursor in mvcur().
7764         + correct cost computation in EmitRange(), which was not using the
7765           normalized value for cursor_address.
7766         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
7767
7768 20000617
7769         + update config.guess, config.sub (reference version used in PCRE 3.2).
7770         + resync changes to gnathtml against version 1.22, regenerated html
7771           files under doc/html/ada using this (1.22.1.1).
7772         + regenerated html files under doc/html/man after correcting top and
7773           bottom margin options for man2html in dist.mk
7774         + minor fixes to test programs ncurses 'i' and testcurs program to make
7775           the subwindow's background color cover the subwindow.
7776         + modify configure script so AC_MSG_ERROR is temporarily defined to a
7777           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
7778           without requiring user to add --without-cxx option (adapted from
7779           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
7780         + modify headers.sh to avoid creating temporary files in the build
7781           directory when installing headers (reported by Sergei Pokrovsky
7782           <pok@nbsp.nsk.su>)
7783
7784 20000610
7785         + regenerated the html files under doc/html/ada/files and
7786           doc/html/ada/funcs with a slightly-improved gnathtml.
7787         + add kmous capability to linux terminfo entry to allow it to use
7788           xterm-style events provided by gpm patch by Joerg Schoen.
7789         + make the configure macro CF_SHARED_OPTS a little smarter by testing
7790           if -fPIC is supported by gcc rather than -fpic.  The former option
7791           allows larger symbol tables.
7792         + update config.guess and config.sub (patches by
7793           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
7794           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
7795         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
7796           is an extension.
7797
7798 20000527
7799         + modify echo() behavior of getch() to match Solaris curses for
7800           carriage return and backspace (reported by Neil Zanella).
7801         + change _nc_flush() to a function.
7802         + modify delscreen() to check if the output stream has been closed, and
7803           if so, free the buffer allocated for setbuf (this provides an
7804           ncurses-specific way to avoid a memory leak when repeatedly calling
7805           newterm reported by Chipp C <at_1@zdnetonebox.com>).
7806         + correct typo in curs_getch.3x manpage regarding noecho (reported by
7807           David Malone <dwmalone@maths.tcd.ie>).
7808         + add a "make libs" rule.
7809         + make the Ada95 interface build with configure --enable-widec.
7810         + if the configure --enable-widec option is given, append 'w' to names
7811           of the generated libraries (e.g., libncursesw.so) to avoid conflict
7812           with existing ncurses libraries.
7813
7814 20000520
7815         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
7816           is configured with the experimental wide-character support.
7817         + add a simple UTF-8 output driver to the experimental wide-character
7818           support.  If any of the environment variables LC_ALL, LC_CTYPE or
7819           LANG contain the string "UTF-8", this driver will be used to
7820           translate the output to UTF-8.  This works with XFree86 xterm.
7821         + modify configure script to allow building shared libraries on BeOS
7822           (from a patch by Valeriy E Ushakov).
7823         + modify lib_addch.c to allow repeated update to the lower-right
7824           corner, rather than displaying only the first character written until
7825           the cursor is moved.  Recent versions of SVr4 curses can update the
7826           lower-right corner, and behave this way (reported by Neil Zanella).
7827         + add a limit-check in _nc_do_color(), to avoid using invalid color
7828           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
7829
7830 20000513
7831         + the tack program knows how to use smcup and rmcup but the "show caps
7832           that can be tested" feature did not reflect this knowledge.  Correct
7833           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
7834         + xterm-16color does allow bold+colors, removed ncv#32 from that
7835           terminfo entry.
7836
7837 20000506
7838         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
7839           broke check for screen's AX capability (reported by Valeriy E Ushakov
7840           <uwe@ptc.spbu.ru>).
7841         + change man2html rule in dist.mk to workaround bug in some
7842           man-programs that ignores locale when rendering hyphenation.
7843         + change web- and ftp-site to dickey.his.com
7844
7845 20000429
7846         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
7847           problem linking tack on MacOS X DP3.
7848         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
7849           (reported by Gerben Wierda <wierda@holmes.nl>).
7850         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
7851           default colors.
7852         + add -d option to ncurses.c, to turn on default-colors for testing.
7853         + add a check to _nc_makenew() to ensure that newwin() and newpad()
7854           calls do not silently fail by passing too-large limits.
7855         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
7856           internal window and pad sizes.  Note that since this is visible in
7857           the WINDOW struct, it would be an ABI change to make this an 'int'
7858           (prompted by a question by Bastian Trompetter
7859           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
7860
7861 20000422
7862         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
7863           aixterm entries -TD
7864         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
7865           example of an illegal ANSI resonse can be found using Microsoft's
7866           Telnet client.  A correct display can be found using a VT-4xx
7867           terminal or XFree86 xterm with:
7868                 XTerm*VT100*decTerminalID:  450
7869           (patch by Daniel Weaver).
7870         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
7871           for resume.  Add '-n' option to force gdc's standard input to
7872           /dev/null, to both illustrate the use of newterm() for specifying
7873           alternate inputs as well as for testing signal handling.
7874         + minor fix for configure option --with-manpage-symlinks, for target
7875           directories that contain a period ('.') (reported by Larry Virden).
7876
7877 20000415
7878         + minor additions to beterm entry (feedback from Rico Tudor) -TD
7879         + corrections/updates for some IBM terminfo entries -TD
7880         + modify _nc_screen_wrap() so that when exiting curses mode with
7881           non-default colors, the last line on the screen will be cleared to
7882           the screen's default colors (request by Alexander V Lukyanov).
7883         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
7884           read for demonstrating the REQ_NEW_LINE operation (prompted by a
7885           question by Tony L Keith <tlkeith@keithconsulting.com>).
7886         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
7887           documented extension of ncurses which allows a zero pointer.
7888         + modify fmt_complex() to avoid buffer overflow in case of excess
7889           recursion, and to recognize "%e%?" as a synonym for else-if, which
7890           means that it will not recur for that special case.
7891         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
7892           is defined (patch by Todd C Miller).
7893         + modify one of the m4 files used to generate the Ada95 sources,
7894           to avoid using the token "symbols" (patch by Juergen Pfeifer).
7895
7896 20000408
7897         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
7898         + correct spelling error in terminfo entry name:  bq300-rv was given as
7899           bg300-rv in esr's version.
7900         + modify redrawwin() macro so its parameter is fully parenthesized
7901           (fixes Debian #61088).
7902         + correct formatting error in dump_entry() which set incorrect column
7903           value when no newline trimming was needed at the end of an entry,
7904           before appending "use=" clauses (cf: 960406).
7905
7906 20000401
7907         + add configure option --with-manpage-symlinks
7908         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
7909         + change makefiles so trace() function is provided only if TRACE is
7910           defined, e.g., in the debug library.  Modify related calls to
7911           _tracechar() to use unctrl() instead.
7912
7913 20000325
7914         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
7915           terminfo entries, use presence of this as a check for a small
7916           improvement in setting default colors.
7917         + improve logic in _nc_do_color() implementing assume_default_colors()
7918           by passing in previous color pair info to eliminate redundant call to
7919           set_original_colors().  (Part of this is from a patch by Alexander
7920           V Lukyanov).
7921         + modify warning in _nc_trans_string() about a possibly too-long string
7922           to do this once only rather than for each character past the
7923           threshold (600).  Change interface of _nc_trans_string() to allow
7924           check for buffer overflow.
7925         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
7926           struct each time before reading new data into it, rather than once
7927           per loop (cf:  990301).  This affects multi-entry in-core operations
7928           such as "infocmp -Fa".
7929
7930 20000319
7931         + remove a spurious pointer increment in _nc_infotocap() changes from
7932           20000311.  Add check for '.' in format of number, since that also
7933           is not permitted in termcap.
7934         + correct typo in rxvt-basic terminfo from temporary change made while
7935           integrating 20000318.
7936
7937 20000318
7938         + revert part of the vt220 change (request by Todd C Miller).
7939         + add ansi-* terminfo entries from ESR's version.
7940         + add -a option to tic and infocmp, which retains commented-out
7941           capabilities during source translation/comparison, e.g., captoinfo
7942           and infotocap.
7943         + modify cardfile.c to display an empty card if no input data file is
7944           found, fixes a core dump in that case (reported by Bruno Haible).
7945         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
7946           result for OS/2 EMX.
7947         + supply required parameter for _nc_resolve_uses() call in
7948           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
7949         > patches by Bruno Haible <haible@ilog.fr>:
7950         + fix a compiler warning in fty_enum.c
7951         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
7952           makefiles, which resulted in redundant linking (cf: 20000122).
7953
7954 20000311
7955         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
7956         + improved tack/README (patch by Daniel Weaver).
7957         + modify tput.c to ensure that unspecified parameters are passed to
7958           tparm() as 0's.
7959         + add a few checks in infocmp to guard against buffer overflow when
7960           displaying string capabilities.
7961         + add check for zero-uses in infocmp's file_comparison() function
7962           before calling _nc_align_termtype().  Otherwise one parameter is
7963           indexed past the end of the uses-array.
7964         + add an option -q to infocmp to specify the less verbose output,
7965           keeping the existing format as the default, though not retaining the
7966           previous behavior that made the -F option compare each entry to
7967           itself.
7968         + adapted patch by ESR to make infocmp -F less verbose -TD
7969           (the submitted patch was unusable because it did not compile
7970           properly)
7971           + modify write_entry.c to ensure that absent or cancelled booleans
7972             are written as FALSE, for consistency with infocmp which now
7973             assumes this.  Note that for the small-core configuration, tic
7974             may not produce the same result as before.
7975           + change some private library interfaces used by infocmp, e.g.,
7976             _nc_resolve_uses().
7977           + add a check in _nc_infotocap() to ensure that cm-style capabilities
7978             accept only %d codes when converting the format from terminfo to
7979             termcap.
7980           + modify ENTRY struct to separate the data in 'parent' into the name
7981             and link values (the original idea to merge both into 'parent' was
7982             not good).
7983           + discard repair_acsc(tterm);
7984         > patch by Juergen Pfeifer:
7985         + drop support for gnat 3.10
7986         + move generated documentation and html files under ./doc directory,
7987           adding makefile rules for this to dist.mk
7988
7989 20000304
7990         + correct conflicting use of tparm() in 20000226 change to tic, which
7991           made it check only one entry at a time.
7992         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
7993           Raggett's tidy.
7994         + make the example in ncurses-intro.html do something plausible, and
7995           corrected misleading comment (reported by Neil Zanella).
7996         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
7997           to fix a case where the cursor position was not updated as in
7998           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
7999         + add a limit-check for wresize() to ensure that a subwindow does not
8000           address out of bounds.
8001         + correct offsets used for subwindows in wresize() (patch by Michael
8002           Andres <ma@suse.de>).
8003         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
8004           Juergen Pfeifer).  This generated a file with a space in its name,
8005           which I removed.
8006         + fix a few spelling errors in tack.
8007         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
8008           otherwise it does not build properly for older HPUX shared library
8009           configurations.
8010         + add several terminfo entries from esr's "11.0".
8011
8012 20000226
8013         + make 'tput flash' work properly for xterm by flushing output in
8014           delay_output() when using napms(), and modifying xterm's terminfo to
8015           specify no padding character.  Otherwise, xterm's reported baud rate
8016           can mislead ncurses into producing too few padding characters
8017           (Debian #58530).
8018         + add a check to tic for consistency between sgr and the separate
8019           capabilities such as smso, use this to check/correct several
8020           terminfo entries (Debian #58530).
8021         + add a check to tic if cvvis is the same as cnorm, adjusted several
8022           terminfo entries to remove the conflict (Debian #58530).
8023         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
8024           Debian #53962).
8025         + minor clarification for curs_set() and leaveok() manpages.
8026         + use mkstemp() for creating temporary file for tic's processing of
8027           $TERMCAP contents (fixes Debian #56465).
8028         + correct two errors from integrating Alexander's changes:  did not
8029           handle the non-bce case properly in can_erase_with() (noted by
8030           Alexander), and left fg/bg uninitialized in the pair-zero case of
8031           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
8032           Ismael Cordeiro <ismael@cordeiro.com>).
8033
8034 20000219
8035         + store default-color code consistently as C_MASK, even if given as
8036           -1 for convenience (adapted from patches by Alexander V Lukyanov).
8037         > patches by Alexander V Lukyanov:
8038         + change can_clear_with() macro to accommodate logic for
8039           assume_default_colors(), making most of the FILL_BCE logic
8040           unnecessary.  Made can_clear_with() an inline function to make it
8041           simpler to read.
8042
8043 20000212
8044         + corrected form of recent copyright dates.
8045         + minor corrections to xterm-xf86-v333 terminfo entry -TD
8046         > patches by Alexander V Lukyanov:
8047         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
8048           colors are white on black.
8049         + fix initialization of tstLine so that it is filled with current blank
8050           character in any case.  Previously it was possible to have it filled
8051           with old blank.  The wrong over-optimization was introduced in 991002
8052           patch.  (it is not very critical as the only bad effect is not using
8053           clr_eos for clearing if blank has changed).
8054
8055 20000205
8056         + minor corrections/updates to several terminfo entries: rxvt-basic,
8057           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
8058         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
8059           allowing poll() to be used on Linux.
8060         + add CF_FUNC_POLL macro to check if poll() is able to select from
8061           standard input.  If not we will not use it, preferring select()
8062           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
8063         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
8064           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
8065         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
8066         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
8067
8068 20000122
8069         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
8070         + modify CF_MATH_LIB configure macro to parameterize the test function
8071           used, for reuse in dialog and similar packages.
8072         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
8073           negative value could be used by FD_SET, causing the select() call
8074           to wait indefinitely.
8075
8076 20000115
8077         + additional fixes for non-bce terminals (handling of delete_character)
8078           to work when assume_default_colors() is not specified.
8079         + modify warning message from _nc_parse_entry() regarding extended
8080           capability names to print only if tic/infocmp/toe have the -v flag
8081           set, and not at all in ordinary user applications.  Otherwise, this
8082           warning would be shown for screen's extended capabilities in programs
8083           that use the termcap interface (reported by Todd C Miller).
8084         + modify use of _nc_tracing from programs such as tic so their debug
8085           level is not in the same range as values set by trace() function.
8086         + small panel header cleanup (patch by Juergen Pfeifer).
8087         + add 'railroad' demo for termcap interface.
8088         + modify 'tic' to write its usage message to stderr (patch by Todd C
8089           Miller).
8090
8091 20000108
8092         + add prototype for erase() to curses.h.in, needed to make test
8093           programs build with c++/g++.
8094         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
8095         + correct install rule for tack.1; it assumed that file was in the
8096           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
8097         + modify terminfo/termcap translation to suppress acsc before trying
8098           sgr if the entry would be too large (patch by Todd C Miller).
8099         + document a special case of incompatiblity between ncurses 4.2 and
8100           5.0, add a section for this in INSTALL.
8101         + add TRACE_DATABASE flag for trace().
8102
8103 20000101
8104         + update mach, add mach-color terminfo entries based on Debian diffs
8105           for ncurses 5.0 -TD
8106         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
8107           terminfo entries -TD
8108         + change OTrs capabilities to rs2 in terminfo.src -TD
8109         + add obsolete and extended capabilities to 'screen' terminfo -TD
8110         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
8111         + make conversion to termcap ug (underline glitch) more consistently
8112           applied.
8113         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
8114           was in the original pre-1.9.7 version, when $HOME/.terminfo was
8115           introduced).
8116         + modify 'toe' to ignore terminfo directories to which it has no
8117           permissions.
8118         + modify read_termtype(), fixing 'toe', which could dump core when it
8119           found an incomplete entry such as "dumb" because it did not
8120           initialize its buffer for _nc_read_file_entry().
8121         + use -fPIC rather than -fpic for shared libraries on Linux, not
8122           needed for i386 but some ports (from Debian diffs for 5.0) -TD
8123         + use explicit VALID_NUMERIC() checks in a few places that had been
8124           overlooked, and add a check to ensure that init_tabs is nonzero,
8125           to avoid divide-by-zero (reported by Todd C Miller).
8126         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
8127           tin) -TD
8128
8129 19991218
8130         + reorder tests during mouse initialization to allow for gpm to run in
8131           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
8132           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
8133           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
8134         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
8135           stty lnext on systems such as FreeBSD (report by Bruce Evans
8136           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
8137         + fix a potential (but unlikely) buffer overflow in failed() function
8138           of tset.c (reported by Todd C Miller).
8139         + add manual-page for ncurses extensions, documented curses_version(),
8140           use_extended_names().
8141
8142 19991211
8143         + treat as untranslatable to termcap those terminfo strings which
8144           contain non-decimal formatting, e.g., hexadecimal or octal.
8145         + correct commented-out capabilities that cannot be translated to
8146           termcap, which did not check if a colon must be escaped.
8147         + correct termcap translation for "%>" and "%+", which did not check
8148           if a colon must be escaped, for instance.
8149         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
8150           buffer (originally for _nc_infotocap() in 960301 -TD).
8151         + correct expression used for terminfo equivalent of termcap %B,
8152           adjust regent100 entry which uses this.
8153         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
8154         + eliminate a fixed-buffer in tic, used for translating comments.
8155         + add manpage for infotocap
8156
8157 19991204
8158         + add kvt and gnome terminfo entries -TD
8159         + correct translation of "%%" by infotocap, which was emitted as "%".
8160         + add "obsolete" termcap strings to terminfo.src
8161         + modify infocmp to default to showing obsolete capabilities rather
8162           than terminfo only.
8163         + modify write_entry.c so that if extended names (i.e., configure
8164           --enable-tcap-names) are active, then tic will also write "obsolete"
8165           capabilities that are present in the terminfo source.
8166         + modify tic so that when running as captoinfo or infotocap, it
8167           initializes the output format as in -C and -I options, respectively.
8168         + improve infocmp and tic -f option by splitting long strings that do
8169           not have if-then-else construct, but do have parameters, e.g., the
8170           initc for xterm-88color.
8171         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
8172           arrays.
8173
8174 19991127
8175         + additional fixes for non-bce terminals (handling of clear_screen,
8176           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
8177           not specified.
8178         + several small changes to xterm terminfo entries -TD.
8179         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
8180           SP, since it is part of that struct.
8181         + remove obsolete shlib-versions, which was unintentionally re-added
8182           in 970927.
8183         + modify infocmp -e, -E options to ensure that generated fallback.c
8184           type for Booleans agrees with term.h (reported by Eric Norum
8185           <eric@cls.usask.ca>).
8186         + correct configure script's use of $LIB_PREFIX, which did not work
8187           for installing the c++ directory if $libdir did not end with "/lib"
8188           (reported by Huy Le <huyle@ugcs.caltech.edu>).
8189         + modify infocmp so -L and -f options work together.
8190         + modify the initialization of SP->_color_table[] in start_color() so
8191           that color_content() will return usable values for COLORS greater
8192           than 8.
8193         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
8194           xterm-88color, to limit the displayed/computed colors to 16.
8195         > patch by Juergen Pfeifer:
8196         + simplify coding of the panel library according to suggestions by
8197           Philippe Blain.
8198         + improve macro coding for a few macros in curses.priv.h
8199
8200 19991113
8201         + modify treatment of color pair 0 so that if ncurses is configured
8202           to support default colors, and they are not active, then ncurses
8203           will set that explicitly, not relying on orig_colors or orig_pair.
8204         + add new extension, assume_default_colors() to provide better control
8205           over the use of default colors.
8206         + modify test programs to use more-specific ifdef's for existence of
8207           wresize(), resizeterm() and use_default_colors().
8208         + modify configure script to add specific ifdef's for some functions
8209           that are included when --enable-ext-funcs is in effect, so their
8210           existence can be ifdef'd in the test programs.
8211         + reorder some configure options, moving those extensions that have
8212           evolved from experimental status into a new section.
8213         + change configure --enable-tcap-names to enable this by default.
8214
8215 19991106
8216         + install tack's manpage (reported by Robert Weiner
8217           <robert@progplus.com>)
8218         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
8219         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
8220           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
8221
8222 19991030
8223         + modify linux terminfo entry to indicate that dim does not mix with
8224           color (reported by Klaus Weide <kweide@enteract.com>).
8225         + correct several typos in terminfo entries related to missing '['
8226           in CSI's -TD
8227         + fix several compiler warnings in c++ binding (reported by Tim
8228           Mooney for alphaev56-dec-osf4.0f
8229         + rename parameter of _nc_free_entries() to accommodate lint.
8230         + correct lint rule for tack, used incorrect list of source files.
8231         + add case to config.guess, config.sub for Rhapsody.
8232         + improve configure tests for libg++ and libstdc++ by omitting the
8233           math library (which is missing on Rhapsody), and improved test for
8234           the math library itself (adapted from path by Nelson H. F. Beebe).
8235         + explicitly initialize to zero several data items which were
8236           implicitly initialized, e.g., cur_term.  If not explicitly
8237           initialized, their storage type is C (common), and causes problems
8238           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
8239           Beebe).
8240         + modify Ada95 binding to not include the linker option for Ada
8241           bindings in the Ada headers, but in the Makefiles instead (patch by
8242           Juergen Pfeifer).
8243
8244 19991023 5.0 release for upload to ftp.gnu.org
8245         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
8246           4-digit year.
8247         + add function curses_version(), to return ncurses library version
8248           (request by Bob van der Poel).
8249         + remove rmam, smam from cygwin terminfo entry.
8250         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
8251           as update ncv to indicate that 'dim' conflicts with colors.
8252         + modify configure script to use symbolic links for FreeBSD shared
8253           libraries by default.
8254         + correct ranf() function in rain and worm programs to ensure it does
8255           not return 1.0
8256         + hide the cursor in hanoi.c if it is running automatically.
8257         + amend lrtest.c to account for optimizations that exploit margin
8258           wrapping.
8259         + add a simple terminfo demo, dots.c
8260         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
8261           tell it to use write() rather than putc(), since the latter is not
8262           safe in a signal handler according to POSIX.
8263         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
8264           of output-file pointer in ncurses library.
8265         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
8266           OpenServer.
8267         + correct CC_SHARED_OPTS for building shared libraries for SCO
8268           OpenServer.
8269         + remove usleep() from alternatives in napms(), since it may interact
8270           with alarm(), causing a process to be interrupted by SIGALRM (with
8271           advice from Bela Lubkin).
8272         + modify terminal_interface-curses-forms.ads.m4 to build/work with
8273           GNAT 3.10 (patch by Juergen Pfeifer).
8274         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
8275           work with gcc 2.7.2.3
8276         + minor fix to test/tclock.c to avoid beeping more than once per second
8277         + add 's' and ' ' decoding to test/rain.c
8278
8279 991016  pre-release
8280         + corrected BeOS code for lib_twait.c, making nodelay() function work.
8281
8282 991009  pre-release
8283         + correct ncurses' value for cursor-column in PutCharLR(), which was
8284           off-by-one in one case (patch by Ilya Zakharevich).
8285         + fix some minor errors in position_check() debugging code, found while
8286           using this to validate the PutCharLR() patch.
8287         + modify firework, lrtest, worm examples to be resizable, and to
8288           recognize 'q' for quit, 's' for single-step and ' ' for resume.
8289         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
8290           add a note on building with gnat 3.10p to Ada95/TODO.
8291         + add a copy of the standalone configure script for the test-directory
8292           to simplify testing on SCO and Solaris.
8293
8294 991002  pre-release
8295         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
8296           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
8297           Blain, comments by Alexander V Lukyanov).
8298         + simplify definition of PANEL and eliminate internal functions
8299           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
8300           (patch by Juergen Pfeifer, analysis by Philippe Blain
8301           <bledp@voila.fr>)).
8302         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
8303           man_db.renames, since Debian is not concerned with 14-character
8304           filename limitation (Debian bug report by Josip Rodin
8305           <joy@cibalia.gkvk.hr>).
8306         + corrected scoansi terminfo entry by testing with scoterm and console.
8307         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
8308           since this does not work for gnat 3.10p
8309         + modify tclock example to be resizable (if ncurses' sigwinch handler
8310           is used), and in color.
8311         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
8312           shared library rules.
8313
8314 990925  pre-release
8315         + add newer NetBSD console terminfo entries
8316         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
8317           <Faroul@beyond.kn-bremen.de>)
8318         + remove -lcurses -ltermcap from configure script's check for the gpm
8319           library, since they are not really necessary (a properly configured
8320           gpm library has no dependency on any curses library), and if the
8321           curses library is not installed, this would cause the test to fail.
8322         + modify tic's -C option so that terminfo "use=" clauses are translated
8323           to "tc=" clauses even when running it as captoinfo.
8324         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
8325           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
8326         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
8327           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
8328         + correct a problem in libpanel, where the _nc_top_panel variable was
8329           not set properly when bottom_panel() is called to hide a panel which
8330           is the only one on the stack (report/analysis by Michael Andres
8331           <ma@suse.de>, patch by Juergen Pfeifer).
8332
8333 990918  pre-release
8334         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
8335           <j@interface-business.de>).
8336         + add top-level uninstall.data and uninstall.man makefile rules.
8337         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
8338           that hard-links work on Unix again.
8339         + change default value of cf_cv_builtin_bool to 1 (suggested by
8340           Jeremy Buhler), making it less likely that a conflicting declaration
8341           of bool will be seen when compiling with C++.
8342
8343 990911  pre-release
8344         + improved configure checks for builtin.h
8345         + minor changes to C++ binding (remove static initializations, and make
8346           configure-test for parameter initializations) for features not
8347           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
8348           applies to SGI, though I found SCO has the same characteristics).
8349         + corrected quoting of ETIP_xxx definitions which support old versions
8350           of g++, e.g., those using -lg++
8351         + remove 'L' code from safe_sprintf.c, since 'long double' is not
8352           widely portable.  safe_sprintf.c is experimental, however, and
8353           exists mainly as a fallback for systems without snprintf (reported
8354           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
8355         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
8356           so that it is not unnecessarily made extern (Jeffrey C Honig).
8357
8358 990904  pre-release
8359         + move definition for builtin.h in configure tests to specific check
8360           for libg++, since qt uses the same filename incompatibly.
8361         + correct logic of lib_termcap.c tgetstr function, which did not copy
8362           the result to the buffer parameter.  Testing shows Solaris does
8363           update this, though of course tgetent's buffer is untouched (reported
8364           in Peter Edwards <peter.edwards@ireland.com> in
8365           mpc.lists.freebsd.current newsgroup.
8366         + corrected beterm terminfo entry, which lists some capabilities which
8367           are not actually provided by the BeOS Terminal.
8368         + add special logic to replace select() calls on BeOS, whose select()
8369           function works only for sockets.
8370         + correct missing escape in mkterm.h.awk.in, which caused part
8371           of the copyright noticed to be omitted (reported by Peter
8372           Wemm <peter@netplex.com.au>).
8373         > several small changes to make the c++ binding and demo work on OS/2
8374           EMX (related to a clean reinstall of EMX):
8375         + correct library-prefix for c++ binding; none is needed.
8376         + add $x suffix to make_hash and make_keys so 'make distclean' works.
8377         + correct missing $x suffix for tack, c++ demo executables.
8378         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
8379           CF_STDCPP_LIBRARY (for -lstdc++)
8380
8381 990828  pre-release
8382         + add cygwin terminfo entry -TD
8383         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
8384         + add configure option --without-cxx-binding, modifying the existing
8385           --without-cxx option to check only for the C++ compiler
8386           characteristics.  Whether or not the C++ binding is needed, the
8387           configure script checks for the size/type of bool, to make ncurses
8388           match.  Otherwise C++ applications cannot use ncurses.
8389
8390 990821  pre-release
8391         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
8392         + minor corrections to beterm terminfo entry.
8393         + modify lib_setup.c to reject values of $TERM which have a '/' in
8394           them.
8395         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
8396           than one is on BeOS.  That would break a switch statement.
8397         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
8398           nonfunctional link().
8399         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
8400           BeOS's bool, which is declared as an unsigned char.
8401
8402 990814  pre-release
8403         + add ms-vt100 terminfo entry -TD
8404         + minor fixes for misc/emx.src, based on testing with tack.
8405         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
8406
8407 990731  pre-release
8408         + minor correction for 'screen' terminfo entry.
8409         + clarify description of errret values for setupterm in manpage.
8410         + modify tput to allow it to emit capabilities for hardcopy terminals
8411           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
8412         + modify the 'o' (panel) test in ncurses.c to show the panels in color
8413           or at least in bold, to test Juergen's change to wrefresh().
8414         > patches by Juergen Pfeifer:
8415         + Fixes a problem using wbkgdset() with panels.  It has actually
8416           nothing to with panels but is a problem in the implementation of
8417           wrefresh().  Whenever a window changes its background attribute to
8418           something different than newscr's background attribute, the whole
8419           window is touched to force a copy to newscr.  This is an unwanted
8420           side-effect of wrefresh() and it is actually not necessary.  A
8421           changed background attribute affects only further outputs of
8422           background it doesn't mean anything to the current content of the
8423           window.  So there is no need to force a copy.  (reported by Frank
8424           Heckenbach <frank@g-n-u.de>).
8425         + an upward compatible enhancement of the NCursesPad class in the C++
8426           binding.  It allows one to add a "viewport" window to a pad and then
8427           to use panning to view the pad through the viewport window.
8428
8429 990724  pre-release
8430         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
8431           signal was received while not in curses mode, e.g., endwin() was
8432           called in preparation for spawning a shell command (reported by Frank
8433           Heckenbach <frank@g-n-u.de>)
8434         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
8435         + change test for xterm mouse capability:  it now checks only if the
8436           user's $DISPLAY variable is set in conjunction with the kmous
8437           capability being present in the terminfo.  Before, it checked if any
8438           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
8439           However, some emulators which are incompatible with xterm in other
8440           ways do support the xterm mouse capability.
8441         + reviewed and made minor changes in ncurses to quiet g++ warnings
8442           about shadowed or uninitialized variables.  g++ incorrectly warns
8443           about uninitialized variables because it does not take into account
8444           short-circuit expression evaluation.
8445         + change ncurses 'b' test to start in color pair 0 and to show in the
8446           right margin those attributes which are suppressed by no_color_video,
8447           i.e., "(NCV)".
8448         + modify ifdef's in curses.h so that __attribute__ is not redefined
8449           when compiling with g++, but instead disabled the macros derived for
8450           __attribute__ since g++ does not consistently recognize the same
8451           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
8452         + update dependencies for term.h in ncurses/modules (reported by
8453           Ilya Zakharevich).
8454
8455 990710  pre-release
8456         + modify the form demo in ncurses.c to illustrate how to manipulate the
8457           field appearance, e.g, for highlighting or translating the field
8458           contents.
8459         + correct logic in write_entry from split-out of home_terminfo in
8460           980919, which prevented update of $HOME/.terminfo (reported by Philip
8461           Spencer <pspencer@fields.utoronto.ca>).
8462
8463 990703  pre-release
8464         + modify linux terminfo description to make use of kernel 2.2.x mods
8465           that support cursor style, e.g., to implement cvvis (patch by Frank
8466           Heckenbach <frank@g-n-u.de>)
8467         + add special-case in setupterm to retain previously-saved terminal
8468           settings in cur_term, which happens when curses and termcap calls are
8469           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
8470         + suppress initialization of key-tries in _nc_keypad() if we are only
8471           disabling keypad mode, e.g., in endwin() called when keypad() was
8472           not.
8473         + modify the Ada95 makefile to ensure that always the Ada files from
8474           the development tree are used for building and not the eventually
8475           installed ones (patch by Juergen Pfeifer).
8476
8477 990626  pre-release
8478         + use TTY definition in tack/sysdep.c rather than struct termios
8479           (reported by Philippe De Muyter).
8480         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
8481           not present on sysV68 (reported by Philippe De Muyter).
8482         + correct definition in comp_hash.c to build with configure
8483           --with-rcs-ids option.
8484
8485 990619  pre-release
8486         + modified ifdef's for sigaction and sigvec to ensure we do not try to
8487           handle SIGTSTP if neither is available (from report by Philippe De
8488           Muyter).
8489         > patch by Philippe De Muyter:
8490         + in tic.c, use `unlink' if `remove' is not available.
8491         + use only `unsigned' as fallback value for `speed_t'.  Some files used
8492           `short' instead.
8493
8494 990616  pre-release
8495         + fix some compiler warnings in tack.
8496         + add a check for predefined bool type in CC, based on report that
8497           BeOS predefines a bool type.
8498         + correct logic for infocmp -e option, i.e., the configure
8499           --with-fallbacks option, which I'd not updated when implementing
8500           extended names (cf:  990301).  The new implementation adds a "-E"
8501           option to infocmp -TD
8502         > patch by Juergen Pfeifer:
8503         + introduce the private type Curses_Bool in the Ada95 binding
8504           implementation.  This is to clearly represent the use of "bool" also
8505           in the binding.  It should have no effect on the generated code.
8506         + improve the man page for field_buffer() to tell the people, that the
8507           whole buffer including leading/trailing spaces is returned.  This is
8508           a common source of confusion, so it's better to document it clearly.
8509
8510 990614  pre-release
8511         > patch by Juergen Pfeifer:
8512         + use pragma PreElaborate in several places.
8513         + change a few System.Address uses to more specific types.
8514         + change interface version-number to 1.0
8515         + regenerate Ada95 HTML files.
8516
8517 990612  pre-release
8518         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
8519           if it appears that curses was never initialized, e.g., by initscr().
8520           For instance, this guards against setting the terminal modes to
8521           strange values if endwin() is called after setupterm().  In the same
8522           context, Solaris curses will dump core.
8523         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
8524           equivalent values in rmso or rmul by ensuring we do not modify the
8525           data which would be returned by the terminfo or termcap interfaces
8526           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
8527         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
8528           for magic cookies.
8529         + improve fallback declaration of 'bool' when the --without-cxx option
8530           is given, by using a 'char' on i386 and related hosts (prompted by
8531           discussion with Alexander V Lukyanov).
8532
8533 990605  pre-release
8534         + include time.h in lib_napms.c if nanosleep is used (patch by
8535           R Lindsay Todd <toddr@rpi.edu>).
8536         + add an "#undef bool" to curses.h, in case someone tries to define it,
8537           e.g., perl.
8538         + add check to tparm to guard against divide by zero (reported by Aaron
8539           Campbell <aaron@ug.cs.dal.ca>).
8540
8541 990516  pre-release
8542         + minor fix to build tack on CLIX (mismatched const).
8543         > patch by Juergen Pfeifer:
8544         + change Juergen's old email address with new one in the files where it
8545           is referenced.  The Ada95 HTML pages are regenerated.
8546         + update MANIFEST to list the tack files.
8547
8548 990509  pre-release
8549         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
8550           A. Tomei Torres).
8551
8552 990417  pre-release
8553         + add 'tack' program (which is GPL'd), updating it to work with the
8554           modified TERMTYPE struct and making a fix to support setaf/setab
8555           capabilities.  Note that the tack program is not part of the
8556           ncurses libraries, but an application which can be distributed with
8557           ncurses.  The configure script will ignore the directory if it is
8558           omitted, however.
8559         + modify gpm mouse support so that buttons 2 and 3 are used for
8560           select/paste only when shift key is pressed, making them available
8561           for use by an application (patch by Klaus Weide).
8562         + add complete list of function keys to scoansi terminfo entry - TD
8563
8564 990410  pre-release
8565         + add a simple test program cardfile.c to illustrate how to read form
8566           fields, and showing forms within panels.
8567         + change shared-library versioning for the Hurd to be like Linux rather
8568           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
8569         + add linux-lat terminfo entry.
8570         + back-out _nc_access check in read_termcap.c (both incorrect and
8571           unnecessary, except to guard against a small window where the file's
8572           ownership may change).
8573
8574 990403  pre-release
8575         + remove conflicting _nc_free_termtype() function from test module
8576           lib_freeall.c
8577         + use _nc_access check in read_termcap.c for termpaths[] array (noted
8578           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
8579         > patch by Juergen Pfeifer:
8580         + modify menu creation to not inherit status flag from the default menu
8581           which says that the associated marker string has been allocated and
8582           should be freed (bug reported by Marek Paliwoda"
8583           <paliwoda@kki.net.pl>)
8584
8585 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
8586         + minor fixes to xterm-xfree86 terminfo entry - TD.
8587         + split up an expression in configure script check for ldconfig to
8588           workaround limitation of BSD/OS sh (reported by Jeff Haas
8589           <jmh@mail.msen.com>).
8590         + correct a typo in man/form_hook.3x (Todd C Miller).
8591
8592 990318  pre-release
8593         + parenthesize and undef 'index' symbol in c++ binding and demo, to
8594           accommodate its definition on NeXT (reported by Francisco A. Tomei
8595           Torres).
8596         + add sigismember() to base/sigaction.c compatibility to link on NeXT
8597           (reported by Francisco A. Tomei Torres).
8598         + further refinements to inequality in hashmap.c to cover a case with
8599           ^U in nvi (patch by Alexander V Lukyanov).
8600
8601 990316  pre-release
8602         + add fallback definition for getcwd, to link on NeXT.
8603         + add a copy of cur_term to tic.c to make it link properly on NeXT
8604           (reported by Francisco A. Tomei Torres).
8605         + change inequality in hashmap.c which checks the distance traveled by
8606           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
8607           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
8608           C Honig).
8609
8610 990314  pre-release
8611         + modify lib_color.c to handle a special case where the curscr
8612           attributes have been made obsolete (patch by Alexander V Lukyanov).
8613         + update BSD/OS console terminfo entries to use klone+sgr and
8614           klone+color (patch by Jeffrey C Honig).
8615         + update glibc addon configure script for extended capabilities.
8616         + correct a couple of warnings in the --enable-const configuration.
8617         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
8618           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
8619
8620 990313  pre-release
8621         + correct typos in linux-c initc string - TD
8622         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
8623         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
8624           Alexander V Lukyanov).
8625
8626 990307  pre-release
8627         + back-out change to wgetch because it causes a problem with ^Z
8628           handling in lynx (reported by Kim DeVaughn).
8629
8630 990306  pre-release
8631         + add -G option to tic and infocmp, to reverse the "-g" option.
8632         + recode functions in name_match.c to avoid use of strncpy, which
8633           caused a 4-fold slowdown in tic (cf: 980530).
8634         + correct a few warnings about sign-extension in recent changes.
8635         > patch by Juergen Pfeifer:
8636         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
8637           + improved parameter checking in new_fieldtype().
8638           + fixed a typo in wgetch() timeout handling.
8639           + allow slk_init() to be called per newterm call.  The internal SLK
8640             state is stored in the SCREEN struct after every newterm() and then
8641             reset for the next newterm.
8642           + fix the problem that a slk_refresh() refreshes stdscr if the
8643             terminal has true SLKs.
8644         + update HTML documentation for Ada binding.
8645
8646 990301  pre-release
8647         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
8648           such as "#if TRUE" work.  This was originally done to allow for a C++
8649           compiler which would warn of implicit conversions between enum and
8650           int, but is not needed for g++ (reported by Kim DeVaughn).
8651         + add use_extended_names() function to allow applications to suppress
8652           read of the extended capabilities.
8653         + add configure option --enable-tcap-names to support logic which
8654           allows ncurses' tic to define new (i.e., extended) terminal
8655           capabilities.  This is activated by the tic -x switch.  The infocmp
8656           program automatically shows or compares extended capabilities.
8657           Note:  This changes the Strings and similar arrays in the TERMTYPE
8658           struct so that applications which manipulate it must be recompiled.
8659         + use macros typeMalloc, typeCalloc and typeRealloc consistently
8660           throughout ncurses library.
8661         + add _nc_strdup() to doalloc.c.
8662         + modify define_key() to allow multiple strings to be bound to the
8663           same keycode.
8664         + correct logic error in _nc_remove_string, from 990220.
8665         > patch for Ada95 binding (Juergen Pfeifer):
8666         + regenerate some of the html documentation
8667         + minor cleanup in terminal_interface-curses.adb
8668
8669 990220  pre-release
8670         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
8671           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
8672           that some entries will return kend & khome versus kslt and kfnd, for
8673           PC-style keyboards versus strict vt220 compatiblity - TD
8674         + add function keybound(), which returns the definition associated with
8675           a given keycode.
8676         + modify define_key() to undefine the given string when no keycode is
8677           given.
8678         + modify keyok() so it works properly if there is more than one string
8679           defined for a keycode.
8680         + add check to tic to warn about terminfo descriptions that contain
8681           more than one key assigned to the same string.  This is shown only if
8682           the verbose (-v) option is given.  Moved related logic (tic -v) from
8683           comp_parse.c into the tic program.
8684         + add/use _nc_trace_tries() to show the function keys that will be
8685           recognized.
8686         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
8687         > patch for Ada95 binding (Juergen Pfeifer):
8688         + remove all the *_adabind.c from ncurses, menu and form projects.
8689           Those little helper routines have all been implemented in Ada and are
8690           no longer required.
8691         + The option handling routines in menu and form have been made more
8692           save.  They now make sure that the unused bits in options are always
8693           zero.
8694         + modify configuration scripts to
8695           + use gnatmake as default compiler name.  This is a safer choice than
8696             gcc, because some GNAT implementations use other names for the
8697             compilerdriver to avoid conflicts.
8698           + use new default installation locations for the Ada files according
8699             to the proposed GNU Ada filesystem standard (for Linux).
8700         + simplify the Makefiles for the Ada binding
8701         + rename ada_include directory to src.
8702
8703 990213
8704         + enable sigwinch handler by default.
8705         + disable logic that allows setbuf to be turned off/on, because some
8706           implementations will overrun the buffer after it has been disabled
8707           once.
8708
8709 990206
8710         + suppress sc/rc capabilities from terminal description if they appear
8711           in smcup/rmcup.  This affects only scrolling optimization, to fix a
8712           problem reported by several people with xterm's alternate screen,
8713           though the problem is more general.
8714         > patch for Ada95 binding (Juergen Pfeifer):
8715         + removed all pragma Preelaborate() stuff, because the just released
8716           gnat-3.11p complains on some constructs.
8717         + fixed some upper/lower case notations because gnat-3.11p found
8718           inconsistent use.
8719         + used a new method to generate the HTML documentation of the Ada95
8720           binding.  This invalidates nearly the whole ./Ada95/html subtree.
8721           Nearly all current files in this subtree are removed
8722
8723 990130
8724         + cache last result from _nc_baudrate, for performance (suggested by
8725           Alexander V Lukyanov).
8726         + modify ClrUpdate() function to workaround a problem in nvi, which
8727           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
8728           ncurses repainted the screen with nulls before resuming normal
8729           operation (patch by Alexander V Lukyanov).
8730         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
8731           be any substring rather than the prefix.
8732         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
8733           not link a module if the only symbols exported from the module are
8734           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
8735           has seen messages claiming this behavior conforms to the standard.)
8736         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
8737           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
8738         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
8739           problem where ncurses applications which were run via a shell script
8740           would hang when given a ^Z.  Also, check if the terminal's process
8741           group is consistent, i.e., a shell has not taken ownership of it,
8742           before deciding to save the current terminal settings in the SIGTSTP
8743           handler (patch by Klaus Weide).
8744         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
8745           der Poel <bvdpoel@kootenay.com>).
8746         + correct a couple of typos in the macros supporting the configure
8747           --with-shlib-version option.
8748
8749 990123
8750         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
8751           by Kimio Ishii <ishii@csl.sony.co.jp>).
8752         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
8753           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
8754         + modify tput to accept termcap names as an alternative to terminfo
8755           names (patch by Jeffrey C Honig).
8756         + correct a typo in term.7 (Todd C Miller).
8757         + add configure --with-shlib-version option to allow installing shared
8758           libraries named according to release or ABI versions.  This
8759           parameterizes some existing logic in the configure script, and is
8760           intended for compatiblity upgrades on Digital Unix, which used
8761           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
8762         + resync configure script against autoconf 2.13 + patches
8763         + minor improvements for teraterm terminfo entry based on the program's
8764           source distribution.
8765
8766 990116
8767         + change default for configure --enable-big-core to assume machines do
8768           have enough memory to resolve terminfo.src in-memory.
8769         + correct name of ncurses library in TEST_ARGS when configuring with
8770           debug library.
8771         + minor fixes to compile ncurses library with broken-linker with g++.
8772         + add --enable-broken-linker configure option, default to environment
8773           variable $BROKEN_LINKER (request by Jeffrey C Honig).
8774         + change key_names[] array to static since it is not part of the curses
8775           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
8776
8777 990110
8778         + add Tera Term terminfo entry - TD
8779
8780 990109
8781         + reviewed/corrected macros in curses.h as per XSI document.
8782         + provide support for termcap PC variable by copying it from terminfo
8783           data and using it as the padding character in tputs (reported by
8784           Alexander V Lukyanov).
8785         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
8786           kf9-kf12 capabilities, as well as adding kcbt.
8787         + document the mouse handling mechanism in menu_driver and make a small
8788           change in menu_driver's return codes to provide more consistency
8789           (patch by Juergen Pfeifer).
8790         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
8791           by Uchiyama Yasushi <uch@nop.or.jp>).
8792         + move lib_restart.c to ncurses/base, since it uses curses functions
8793           directly, and therefore cannot be used in libtinfo.so
8794         + rename micro_char_size to micro_col_size, adding #define to retain
8795           old name.
8796         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
8797           XSI and Solaris 2.5.
8798         + minor makefile files to build ncurses test_progs
8799         + update html files in misc directory to reflect changes since 4.2
8800
8801 990102
8802         + disable scroll hints when hashmap is enabled (patch by Alexander
8803           V Lukyanov).
8804         + move logic for tic's verify of -e option versus -I and -C so that the
8805           terminfo data is not processed if we cannot handle -e (reported by
8806           Steven Schwartz <steves@unitrends.com>.
8807         + add test-driver traces to terminfo and termcap functions.
8808         + provide support for termcap ospeed variable by copying it from the
8809           internal cur_term member, and using ospeed as the baudrate reference
8810           for the delay_output and tputs functions.  If an application does not
8811           set ospeed, the library behaves as before, except that _nc_timed_wait
8812           is no longer used, or needed, since ospeed always has a value.  But
8813           the application can modify ospeed to adjust the output of padding
8814           characters (prompted by a bug report for screen 3.7.6 and email from
8815           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
8816         + removed some unused ifdef's as part of Alexander's restructuring.
8817         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
8818           Version 2.  This includes making some parameters NCURSES_CONST
8819           rather than const, e.g., in termcap.h.
8820         + change linux terminfo entry to use ncv#2, since underline does not
8821           work with color
8822
8823 981226
8824         + miscellaneous corrections for curses.h to match XSI.
8825         + change --enable-no-padding configure option to be normally enabled.
8826         + add section to ncurses manpage for environment variables.
8827         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
8828           changes, found no sign of problems on Linux (or on SunOS, Solaris)
8829           running screen built with ncurses.
8830         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
8831           Roskin <pavel_roskin@geocities.com>).
8832         + correct several font specification typos in man-pages.
8833
8834 981220
8835         + correct default value for BUILD_CC (reported by Larry Virden).
8836
8837 981219
8838         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
8839           it from changing the terminfo directory after chdir'ing to it.
8840           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
8841           by a Debian bug report).
8842         + correct/update ncsa terminfo entry (report by Larry Virden).
8843         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
8844           changes
8845         + add Mathew Vernon's mach console entries to terminfo.src
8846         + more changes, moving functions, as part of Alexander's restructuring.
8847         + modify configure script for GNU/Hurd share-library support, introduce
8848           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
8849           <uch@nop.or.jp>)
8850
8851 981212
8852         + add environment variable NCURSES_NO_SETBUF to allow disabling the
8853           setbuf feature, for testing purposes.
8854         + correct ifdef's for termcap.h versus term.h that suppress redundant
8855           declarations of prototypes (reported by H.J.Lu).
8856         + modify Makefile.os2 to add linker flags which allow multiple copies
8857           of an application to coexist (reported by Ilya Zakharevich).
8858         + update Makefile.glibc and associated configure script so that ncurses
8859           builds as a glibc add-on with the new directory configuration
8860           (reported by H.J.Lu).
8861
8862 981205
8863         + modify gen_reps() function in gen.c to work properly on SunOS
8864           (sparc), which is a left-to-right architecture.
8865         + modify relative_move and tputs to avoid an interaction with the
8866           BSD-style padding.  The relative_move function could produce a string
8867           to replace on the screen which began with a numeric character, which
8868           was then interpreted by tputs as padding.  Now relative_move will not
8869           generate a string with a leading digit in that case (overwrite).
8870           Also, tputs will only interpret padding if the string begins with a
8871           digit; as coded it permitted a string to begin with a decimal point
8872           or asterisk (reported by Larry Virden).
8873         > patches by Juergen Pfeifer:
8874         + fix a typo in m_driver.c mouse handling and improves the error
8875           handling.
8876         + fix broken mouse handling in the Ada95 binding
8877         + make the Ada95 sample application menus work with the new menu mouse
8878           support
8879         + improve the mouse handling introduced by Ilya; it now handles menus
8880           with spacing.
8881         + repair a minor bug in the menu_driver code discovered during this
8882           rework.
8883         + add new function wmouse_trafo() to hide implementation details of
8884           _yoffset member of WINDOW struct needed for mouse coordinate
8885           transformation.
8886
8887 981128
8888         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
8889           some older implementations (e.g., SunOS 4.x) return the buffer
8890           address rather than its length.
8891         > patch by Rick Ohnemus:
8892         + modify demo.cc to get it to compile with newer versions of egcs.
8893         + trim a space that appears at the end of the table preprocessor lines
8894           ('\" t).  This space prevents some versions of man from displaying
8895           the pages - changed to remove all trailing whitespace (TD)
8896         + finally, 'make clean' does not remove panel objects.
8897         > patches by Ilya Zakharevich:
8898         + allow remapping of OS/2 mouse buttons using environment variable
8899           MOUSE_BUTTONS_123 with the default value 132.
8900         + add mouse support to ncurses menus.
8901
8902 981121
8903         + modify misc/makedef.cmd to report old-style .def file symbols, and to
8904           generate the .def files sorted by increasing names rather than the
8905           reverse.
8906         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
8907           from misc/*.old), and updated based on the entrypoint coding he used
8908           for an older version of ncurses.
8909         + add README.emx, to document how to build on OS/2 EMX.
8910         + updates for config.guess, config.sub from Lynx
8911         > patches by Ilya Zakharevich:
8912         + minor fixes for mouse handling mode:
8913           a) Do not initialize mouse if the request is to have no mouse;
8914           b) Allow switching of OS/2 VIO mouse on and off.
8915         + modify Makefile.os2 to support alternative means of generating
8916           configure script, by translating Unix script with Perl.
8917         > patches by Juergen Pfeifer:
8918         + Updates MANIFEST to reflect changes in source structure
8919         + Eliminates a problem introduced with my last patch for the C++
8920           binding in the panels code.  It removes the update() call done in the
8921           panel destructor.
8922         + Changes in the Ada95 binding to better support systems where
8923           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
8924
8925 981114
8926         + modify install-script for manpages to skip over .orig and .rej files
8927           (request by Larry Virden).
8928         > patches/discussion by Alexander V Lukyanov:
8929         + move base-library sources into ncurses/base and tty (serial terminal)
8930           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
8931           changes to ncurses library.
8932         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
8933           be linked into the normal ncurses library.
8934         + move macro winch to a function, to hide details of struct ldat
8935         > patches by Juergen Pfeifer:
8936         + fix a potential compile problem in cursesw.cc
8937         + some Ada95 cosmetics
8938         + fix a gen.c problem when compiling on 64-Bit machines
8939         + fix Ada95/gen/Makefile.in "-L" linker switch
8940         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
8941
8942 981107
8943         + ifdef'd out lib_freeall.c when not configured.
8944         + rename _tracebits() to _nc_tracebits().
8945         + move terminfo-library sources into ncurses/tinfo, and trace-support
8946           functions into ncurses/trace as part of Alexander V Lukyanov's
8947           proposed changes to ncurses library.
8948         + modify generated term.h to always specify its own definitions for
8949           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
8950           broken configure scripts.
8951
8952 981031
8953         + modify terminfo parsing to accept octal and hexadecimal constants,
8954           like Solaris.
8955         + remove an autoconf 2.10 artifact from the configure script's check
8956           for "-g" compiler options.  (Though harmless, this confused someone
8957           at Debian, who recently issued a patch that results in the opposite
8958           effect).
8959         + add configure option --with-ada-compiler to accommodate installations
8960           that do not use gcc as the driver for GNAT (patch by Juergen
8961           Pfeifer).
8962
8963 981017
8964         + ensure ./man exists in configure script, needed when configuring
8965           with --srcdir option.
8966         + modify infocmp "-r" option to remove limit on formatted termcap
8967           output, which makes it more like Solaris' version.
8968         + modify captoinfo to treat no-argument case more like Solaris'
8969           version, which uses the contents of $TERMCAP as the entry to format.
8970         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
8971           (patch by Alexander V Lukyanov).
8972
8973 981010
8974         + modify --with-terminfo-dirs option so that the default value is the
8975           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
8976           rid of a hardcoded list of candidate directories in the configure
8977           script.
8978         + add some error-checking to _nc_read_file_entry() to ensure that
8979           strings are properly terminated (Todd C Miller).
8980         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
8981           correspond with contents (reported by Neil Zanella
8982           <nzanella@cs.mun.ca>).
8983         + remove redundant configure check for C++ which did not work when $CXX
8984           was specified with a full pathname (reported by Andreas Jaeger).
8985         + corrected bcopy/memmove check; the macro was not standalone.
8986
8987 981003
8988         + remove unnecessary portion of OS/2 EMX mouse change from
8989           check_pending() (reported by Alexander V Lukyanov).
8990
8991 980926
8992         + implement mouse support for OS/2 EMX (adapted from patch against
8993           4.2(?) by Ilya Zakharevich).
8994         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
8995         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
8996         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
8997           some older entries - TD
8998         + modify tic to compile into %'char' form in preference to %{number},
8999           since that is a little more efficient.
9000         + minor correction to infocmp to avoid displaying "difference" between
9001           two capabilities that are rendered in equivalent forms.
9002         + add "-g" option to tic/infocmp to force character constants to be
9003           displayed in quoted form.  Otherwise their decimal values are shown.
9004         + modify setupterm so that cancelled strings are treated the same as
9005           absent strings, cancelled and absent booleans false (does not affect
9006           tic, infocmp).
9007         + modify tic, infocmp to discard redundant i3, r3 strings when output
9008           to termcap format.
9009         > patch by Alexander V Lukyanov:
9010         + improve performance of tparm, now it takes 19% instead of 25% when
9011           profiling worm.
9012         + rename maxlen/minlen to prec/width for better readability.
9013         + use format string for printing strings.
9014         + use len argument correctly in save_text, and pass it to save_number.
9015
9016 980919
9017         + make test_progs compile (but hashmap does not function).
9018         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
9019           associated logic to avoid freeing the SP->_setbuf data.
9020         + add modules home_terminfo and getenv_num to libtinfo.
9021         + move write_entry to libtinfo, to work with termcap caching.
9022         + minor fixes to blue.c to build with atac.
9023         + remove softscroll.c module; no longer needed for testing.
9024         > patches by Todd C Miller:
9025         + use strtol(3) instead of atoi(3) when parsing env variables so we can
9026           detect a bogus (non-numeric) value.
9027         + check for terminal names > MAX_NAME_SIZE in a few more places when
9028           dealing with env variables again.
9029         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
9030         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
9031           string #define (compile time vs runtime).
9032         + when setting errno to ENOMEM, set it right before the return, not
9033           before code that could, possibly, set errno to a different value.
9034         > patches by Alexander V Lukyanov:
9035         + use default background in update_cost_from_blank()
9036         + disable scroll-hints when hashmap is configured.
9037         + improve integration of hashmap scrolling code, by adding oldhash and
9038           newhash data to SP struct.
9039         + invoke del_curterm from delscreen.
9040         + modify del_curterm to set cur_term to null if it matches the
9041           function's parameter which is deleted.
9042         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
9043           exit_insert_mode combination, adjusting InsCharCost to check
9044           enter_insert_mode, exit_insert_mode and insert_padding.  Add
9045           insert_padding in insert mode after each char.  This adds new costs
9046           to the SP struct.
9047
9048 980912
9049         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
9050           consistent treatment.
9051         + modify ncurses to restore output to unbuffered on endwin, and resume
9052           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
9053         + corrected HTML version numbers (according to the W3C validator, they
9054           never were HTML 2.0-compliant, but are acceptable 3.0).
9055
9056 980905
9057         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
9058           capability name, as in SVr4.
9059         + modified term.h, termcap.h headers to avoid redundant declarations.
9060         + change 'u_int' type in tset.c to unsigned, making this compile on
9061           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
9062
9063 980829
9064         + corrections to mailing addresses, and moving the magic line that
9065           causes the man program to invoke tbl to the first line of each
9066           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
9067         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
9068           (from J.J.G.Ripoll, with further integration by TD).
9069         + correct a typo in icl6404 terminfo entry.
9070         + add xtermm and xtermc terminfo entries.
9071         > from esr's terminfo version:
9072         + Added Francesco Potorti's tuned Wyse 99 entries.
9073         + dtterm enacs (from Alexander V Lukyanov).
9074         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
9075
9076 980822
9077         + document AT&T acs characters in terminfo.5 manpage.
9078         + use EMX _scrsize() function if terminfo and environment do not
9079           declare the screen size (reported by Ilya Zakharevich
9080           <ilya@math.ohio-state.edu>).
9081         + remove spurious '\' characters from eterm and osborne terminfo
9082           entries (prompted by an old Debian bug report).
9083         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
9084           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
9085         + correct misplaced parenthesis which caused file-descriptor from
9086           opening termcap to be lost, from 980725 changes (reported by Andreas
9087           Jaeger).
9088
9089 980815
9090         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
9091           when termios is not used (patch by Todd C Miller).
9092         + add function _nc_doalloc, to ensure that failed realloc calls do not
9093           leak memory (reported by Todd C Miller).
9094         + improved ncsa-telnet terminfo entry.
9095
9096 980809
9097         + correct missing braces around a trace statement in read_entry.c,
9098           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
9099           Daia).
9100
9101 980808
9102         + fix missing include <errno.h> in ditto.c (reported by Bernhard
9103           Rosenkraenzer <bero@k5.sucks.eu.org>)
9104         + add NCSA telnet terminfo entries from Francesco Potorti
9105           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
9106         + make handling of $LINES and $COLUMNS variables more compatible with
9107           Solaris by allowing them to individually override the window size
9108           as obtained via ioctl.
9109
9110 980801
9111         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
9112           which may reset all attributes in the 'op' capability, so that colors
9113           are set before turning on bold and other attributes, but still after
9114           turning attributes off.
9115         + add 'ditto.c' to test directory to illustrate use of newterm for
9116           initializing multiple screens.
9117         + modify _nc_write_entry() to recover from failed attempt to link alias
9118           for a terminfo on a filesystem which does not preserve character case
9119           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
9120
9121 980725
9122         + updated versions of config.guess and config.sub based on automake 1.3
9123         + change name-comparisons in lib_termcap to compare no more than 2
9124           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
9125           with Solaris curses).
9126         + fix typo in curs_insstr.3x (patch by Todd C Miller)
9127         + use 'access()' to check if ncurses library should be permitted to
9128           open or modify files with fopen/open/link/unlink/remove calls, in
9129           case the calling application is running in setuid mode (request by
9130           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
9131           <dps@io.stargate.co.uk>).
9132         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
9133         + qnxt2 and minitel terminfo entries from esr's version.
9134
9135 980718
9136         + use -R option with ldconfig on FreeBSD because otherwise it resets
9137           the search path to /usr/lib (reported by Dan Nelson).
9138         + add -soname option when building shared libraries on OpenBSD 2.x
9139           (request by QingLong).
9140         + add configure options --with-manpage-format and
9141           --with-manpage-renames (request by QingLong).
9142         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
9143           omitting the high-order byte, producing a 254 in the compiled
9144           terminfo.
9145         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
9146           tigetnum and tigetstr to be compatible with Solaris (gleaned from
9147           Debian distribution of 1.9.9g-8.8).
9148         + modify _nc_syserr_abort to abort only when compiled for debugging,
9149           otherwise simply exit with an error.
9150
9151 980711
9152         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
9153           "_g" for a debug build).
9154         + update Ada95 'make clean' rule to include generics .ali files
9155         + add a configure test to ensure that if GNAT is found, that it can
9156           compile/link working Ada95 program.
9157         + flush output in beep and flash functions, fixing a problem with
9158           getstr (patch by Alexander V Lukyanov)
9159         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
9160         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
9161           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
9162         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
9163           Nelson).
9164
9165 980704
9166         + merge changes from current XFree86 xterm terminfo descriptions.
9167         + add configure option '--without-ada'.
9168         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
9169           corresponds to vt100.
9170         + change translation for termcap 'rs' to terminfo 'rs2', which is
9171           the documented equivalent, rather than 'rs1'.
9172
9173 980627
9174         + slow 'worm' down a little, for very fast machines.
9175         + corrected firstchar/lastchar computation in lib_hline.c
9176         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
9177           CHANGED_TO_EOL macros.
9178         + modify init_pair so that if a color-pair is reinitialized, we will
9179           repaint the areas of the screen whose color changes, like SVr4 curses
9180           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
9181         + modify getsyx/setsyx macros to comply with SVr4 man-page which
9182           says that leaveok() affects their behavior (report by Darryl Miles,
9183           patch by Alexander V Lukyanov).
9184
9185 980620
9186         + review terminfo.5 against Solaris 2.6 curses version, corrected
9187           several minor errors/omissions.
9188         + implement tparm %l format.
9189         + implement tparm printf-style width and precision for %s, %d, %x, %o
9190           as per XSI.
9191         + implement tparm dynamic variables (reported by Xiaodan Tang).
9192
9193 980613
9194         + update man-page for for wattr_set, wattr_get (cf:  980509)
9195         + correct limits in hashtest, which would cause nonprinting characters
9196           to be written to large screens.
9197         + correct configure script, when --without-cxx was specified:  the
9198           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
9199           2.8 tolerated the missing 'int'.
9200         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
9201           compiler's name might be something like "egcs" (patch by Juergen
9202           Pfeifer).
9203         + correct curs_addch.3x, which implied that echochar could directly
9204           display control characters (patch by Alexander V Lukyanov).
9205         + fix typos in ncurses-intro.html (patch by Sidik Isani
9206           <isani@cfht.hawaii.edu>)
9207
9208 980606
9209         + add configure test for conflicting use of exception in math.h and
9210           other headers.
9211         + minor optimization to 'hash()' function in hashmap.c, reduces its
9212           time by 10%.
9213         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
9214         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
9215           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
9216         > patch by Alexander V Lukyanov:
9217         + correct problem on Solaris (with poll() function) where getch could
9218           hang indefinitely even if timeout(x) was called.  This turned out to
9219           be because milliseconds was not updated before 'goto retry' in
9220           _nc_timed_wait.
9221         + simplified the function _nc_timed_wait and fixed another bug, which
9222           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
9223           assignment.
9224         + removed the cycle on EINTR, as it seems to be useless.
9225
9226 980530
9227         + add makefile-rule for test/keynames
9228         + modify run_tic.sh and shlib to ensure that user's .profile does not
9229           override the $PATH used to run tic (patch by Tim Mooney).
9230         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
9231           needed for HP-UX shared-library path (recommended by Tim Mooney).
9232         + remove special case of HP-UX -L options, use +b options to embed
9233           $(libdir) in the shared libraries (recommended by Tim Mooney).
9234         + add checks for some possible buffer overflows and unchecked
9235           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
9236           <Todd.Miller@courtesan.com>)
9237
9238 980523
9239         + correct maxx/maxy expression for num_columns/num_lines in derwin
9240           (patch by Alexander V Lukyanov).
9241         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibilty
9242           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
9243           configure option (suggested by Mike Hopkirk).
9244         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
9245           Hopkirk <hops@sco.com>).
9246         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
9247           Makefile.in, since this conflicts when g++ is used with HP-UX
9248           compiler (reported by Tim Mooney).
9249         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
9250           in some C++ implementations (reported by several people running
9251           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
9252
9253 980516
9254         + modify write_entry.c so that it will not attempt to link aliases
9255           with embedded '/', but give only a warning.
9256         + put -L$(libdir) first when linking programs, except for HP-UX.
9257         + modify comp_scan.c to handle SVr4 terminfo description for att477,
9258           which contains a colon in the description field.
9259         + modify configure script to support SCO osr5.0.5 shared libraries,
9260           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
9261         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
9262           Lukyanov).
9263         + minor adjustments of const/NCURSES_CONST from IRIX compile.
9264         + add updates based on esr's 980509 version of terminfo.src.
9265
9266 980509
9267         + correct macros for wattr_set, wattr_get, separate wattrset macro from
9268           these to preserve behavior that allows attributes to be combined with
9269           color pair numbers.
9270         + add configure option --enable-no-padding, to allow environment
9271           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
9272           thereby making terminal emulators (e.g., for vt100) a little more
9273           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
9274         + modify configure script to embed ABI in shared libraries for HP-UX
9275           10.x (detailed request by Tim Mooney).
9276         + add test/example of the 'filter()' function.
9277         + add nxterm and xterm-color terminfo description (request by Cristian
9278           Gafton <gafton@redhat.com>).
9279         + modify rxvt terminfo description to clear alternate screen before
9280           switching back to normal screen, for compatibility with applications
9281           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
9282         + modify linux terminfo description to reset color palette (reported
9283           by Telford Tendys <telford@eng.uts.edu.au>).
9284         + correction to doupdate, for case where terminal does not support
9285           insert/delete character.  The logic did not check that there was a
9286           difference in alignment of changes to old/new screens before
9287           repainting the whole non-blank portion of the line.  Modified to fall
9288           through into logic that reduces by the portion which does not differ
9289           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
9290         + minor performance improvement to wnoutrefresh by moving some
9291           comparisons out of inner loop.
9292
9293 980425
9294         + modify configure script to substitute NCURSES_CONST in curses.h
9295         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
9296           xterm-8bit to correspond to XFree86 3.9Ag.
9297         + remove restriction that forces ncurses to use setaf/setab if the
9298           number of colors is greater than 8.  (see 970524 for xterm-16color).
9299         + change order of -L options (so that $(libdir) is searched first) when
9300           linking tic and other programs, to workaround HP's linker.
9301           Otherwise, the -L../lib is embedded when linking against shared
9302           libraries and the installed program does not run (reported by Ralf
9303           Hildebrandt).
9304         + modify configuration of shared libraries on Digital Unix so that
9305           versioning is embedded in the library, rather than implied by
9306           links (patch by Tim Mooney).
9307
9308 980418
9309         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
9310           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
9311           <R.Hildebrandt@tu-bs.de>).
9312         + correct configure tests in CF_SHARED_OPTS which used $CC value to
9313           check for gcc, rather than autoconf's $GCC value.  This did not
9314           work properly if the full pathname of the compiler were given
9315           (reported by Michael Yount <yount@csf.Colorado.edu>).
9316         + revise check for compiler options to force ANSI mode since repeating
9317           an option such as -Aa causes HP's compiler to fail on its own headers
9318           (reported by Clint Olsen <olsenc@ichips.intel.com>).
9319
9320 980411
9321         + ifdef'd has_key() and mcprint() as extended functions.
9322         + modified several prototypes to correspond with 1997 version of
9323           X/Open Curses (affects ABI since developers have used attr_get).
9324         + remove spurious trailing blanks in glibc addon-scripts (patch by
9325           H.J.Lu).
9326         + insert a few braces at locations where gcc-2.8.x asks to use them to
9327           avoid ambigous else's, use -fpic rather than -fPIC for Linux (patch
9328           by Juergen Pfeifer).
9329
9330 980404
9331         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
9332           before -l to accommodate Solaris' linker (reported by Larry Virden).
9333
9334 980328
9335         + modify lib_color.c to eliminate dependency on orig_colors and
9336           orig_pair, since SVr4 curses does not require these either, but
9337           uses them when they are available.
9338         + add detailed usage-message to infocmp.
9339         + correct a typo in att6386 entry (a "%?" which was "?").
9340         + add -f option to infocmp and tic, which formats the terminfo
9341           if/then/else/endif so that they are readable (with newlines and
9342           tabs).
9343         + fixes for glibc addon scripts (patch by H.J.Lu).
9344
9345 980321
9346         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
9347           declared (from Adam J Richter <adam@yggdrasil.com>)
9348         + remove spurious curs_set() call from leaveok() (J T Conklin).
9349         + corrected handling leaveok() in doupdate() (patch by Alexander V.
9350           Lukyanov).
9351         + improved version of wredrawln (patch by Alexander V. Lukyanov).
9352         + correct c++/Makefile.in so install target do not have embedded ../lib
9353           to confuse it (patch by Thomas Graf <graf@essi.fr>).
9354         + add warning to preinstall rule which checks if the installer would
9355           overwrite a curses.h or termcap.h that is not derived from ncurses.
9356           (The recommended configuration for developers who need both is to
9357           use --disable-overwrite).
9358         + modify preinstall rule in top-level Makefile to avoid implicit
9359           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
9360           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
9361           <te@informatik.uni-hannover.de>)
9362         + refine ifdef's for TRACE so that libncurses has fewer dependencies
9363           on libtinfo when TRACE is disabled.
9364         + modify configure script so that if the --with-termlib option is used
9365           to generate a separate terminfo library, we chain it to the ncurses
9366           library with a "-l" option (reported by Darryl Miles and Ian T.
9367           Zimmerman).
9368
9369 980314
9370         + correct limits and window in wredrawln function (reported/analysis by
9371           Alexander V. Lukyanov).
9372         + correct sed expression in configure script for --with-fallback
9373           option (patch by Jesse Thilo).
9374         + correct some places in configure script where $enableval was used
9375           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
9376         + modify some man-pages so no '.' or '..' falls between TH and SH
9377           macros, to accommodate man_db program (reported by Ian T. Zimmerman
9378           <itz@rahul.net>).
9379         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
9380         > several changes by Juergen Pfeifer:
9381         + add copyright notices (and rcs id's) on remaining man-pages.
9382         + corrected prototypes for slk_* functions, using chtype rather than
9383           attr_t.
9384         + implemented the wcolor_set() and slk_color() functions
9385         + the slk_attr_{set,off,on} functions need an additional void*
9386           parameter according to XSI.
9387         + fix the C++ and Ada95 binding as well as the man pages to
9388           reflect above enhancements.
9389
9390 980307
9391         + use 'stat()' rather than 'access()' in toe.c to check for the
9392           existence of $HOME/.terminfo, since it may be a file.
9393         + suppress configure CF_CXX_LIBRARY check if we are not using g++
9394           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
9395           Juergen Pfeifer).
9396         + turn on hashmap scrolling code by default, intend to remedy defects
9397           by 4.3 release.
9398         + minor corrections to terminfo.src changelog.
9399
9400 980302  4.2 release for upload to prep.ai.mit.edu
9401         + correct Florian's email address in ncurses-intro.html
9402         + terminfo.src 10.2.0 (ESR).
9403
9404 980228  pre-release
9405         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
9406           QingLong <qinglong@Bolizm.ihep.su>).
9407         + minor documentation fixes (patch by Juergen Pfeifer).
9408         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
9409           <claesg@algonet.se>).
9410         + correct sign-extension in lib_insstr.c (reported by Sotiris
9411           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
9412
9413 980221  pre-release
9414         + regenerated some documentation overlooked in 980214 patch
9415           (ncurses-intro.doc, curs_outopts.3x.html)
9416         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
9417           Juergen Pfeifer).
9418         + change maintainer's mailing address to florian@gnu.org, change
9419           tentative mailing list address to bug-ncurses-request@gnu.org (patch
9420           by Florian La Roche).
9421         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
9422           Hasse <gh@raditex.se>).
9423         + restore version numbers to Ada95 binding, accidentally deleted by
9424           copyright patch (patch by Juergen Pfeifer).
9425
9426 980214  pre-release
9427         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
9428           distributions, though it is retained in development.
9429         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
9430           by Jeremy Buhler).
9431         + update mailing-list information (bug-ncurses@gnu.org).
9432         + update announcement for upcoming 4.2 release.
9433         + modify -lm test to check for 'sin()' rather than 'floor()'
9434         + remove spurious commas from terminfo.src descriptions.
9435         + change copyright notices to Free Software Foundation
9436
9437 980207
9438         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
9439           CF_SIZECHANGE
9440         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
9441         + ifdef-out true-return from _nc_mouse_inline() which depends on
9442           merge of QNX patch (pending 4.2 release).
9443         > patch to split off seldom-used modules in ncurses (J T Conklin):
9444           This reduces size by up to 2.6kb.
9445         + move functionality of _nc_usleep into napms, add configuration case
9446           for nanosleep().
9447         + moved wchgat() from lib_addch.c to lib_chgat.c
9448         + moved clearok(), immedok(), leaveok(), and scrollok() from
9449           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
9450           lib_scrollok.c.
9451         + moved napms() from lib_kernel.c to lib_napms.c
9452         + moved echo() and noecho() from lib_raw.c to lib_echo.c
9453         + moved nl() and nonl() from lib_raw.c to lib_nl.c
9454
9455 980131
9456         + corrected conversion in tclock.c (cf: 971018).
9457         + updates to Makefile.glibc and associated Linux configure script
9458           (patch by H.J.Lu).
9459         + workaround a quoting problem on SunOS with tar-copy.sh
9460         + correct init_pair() calls in worm.c to work when use_default_colors()
9461           is not available.
9462         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
9463           2.1.5
9464         + add ncv capability to FreeBSD console (cons25w), making reverse
9465           work with color.
9466         + correct sense of configure-test for sys/time.h inclusion with
9467           sys/select.h
9468         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
9469         + remove unused/obsolete test-program rules from progs/Makefile.in
9470           (the rules in ncurses/Makefile.in work).
9471         + remove shared-library loader flags from test/Makefile.in, etc.
9472         + simplify test/configure.in using new version of autoconf to create
9473           test/ncurses_cfg.h
9474         + suppress suffix rules in test/Makefile.in, provide explicit
9475           dependency to work with --srcdir option and less capable 'make'
9476           programs.
9477         > adapted from patch for QNX by Xiaodan Tang:
9478         + initialize %P and %g variables set/used in tparm, and also ensure
9479           that empty strings don't return a null result from tparam_internal
9480         + add QNX-specific prototype for vsscanf()
9481         + move initialization of SP->_keytry from init_keytry() to newterm() to
9482           avoid resetting it via a keyok() call by mouse_activate().
9483         + reorganized some functions in lib_mouse() to use case-statements.
9484         + remove sgr string from qnx terminfo entry since it is reported to
9485           turn off attributes inconsistently.
9486
9487 980124
9488         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
9489           test for no_color_video.
9490         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
9491           and 'k' tests.
9492         + implement no_color_video attribute, and as a special case, reverse
9493           colors when the reverse attribute cannot be combined with color.
9494         + check for empty string in $TERM variable (reported by Brett Michaels
9495           <brett@xylan.com>).
9496         > from reports by Fred Fish:
9497         + add configure-test for isascii
9498         + add configure-test for -lm library.
9499         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
9500         > patches by J.J.G.Ripoll
9501         + add configure/makefile variables to support .exe extension on
9502           OS/2 EMX (requires additional autoconf patches).
9503         + explicitly initialize variables in lib_data.c to appease OS/2 linker
9504         > patches by Fred Fish <fnf@ninemoons.com>
9505         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
9506           directory.
9507         + aclocal.m4 (install.includes):  Remove files in the include directory
9508           where we are going to install new ones, not the original source
9509           files.
9510         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
9511           distributed with BeOS PR2 using captoinfo.
9512         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
9513         + aclocal.m4: Assume bool types are unsigned.
9514         + progs/infocmp.c: workaround mwcc 32k function data limit
9515
9516 980117
9517         + correct initialization of color-pair (cf: 970524) in xmas.c, which
9518           was using only one color-pair for all colors (reported by
9519           J.J.G.Ripoll).
9520         + add multithread options for objects build on EMX, for compatibility
9521           with XFree86.
9522         + split up an expression in MKlib_gen.sh to work around a problem on
9523           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
9524         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
9525           hard reset.
9526         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
9527         + remove bold/underline from sun console entries since they're not
9528           implemented.
9529         + correct _tracef calls in _tracedump(), which did not separate format
9530           from parameters.
9531         + correct getopt string for tic "-o" option, and add it to man-page
9532           synopsis (reported by Darren Hiebert <darren@hmi.com>).
9533         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
9534           optimization (Alexander V.  Lukyanov).
9535         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
9536           Muyter <phdm@macqel.be>).
9537         > patches by Juergen Pfeifer:
9538         + Improve a feature of the forms driver.  For invisible fields
9539           (O_VISIBLE off) only the contents but not the attributes are cleared.
9540           We now clear both.  (Reported by Javier Kohan
9541           <jkohan@adan.fceia.unr.edu.ar>)
9542         + The man page form_field_opts.3x makes now clear, that invisible
9543           fields are also always inactive.
9544         + adjust ifdef's to compile the C++ binding with the just released
9545           gcc-2.8.0 c++ and the corresponding new C++ libraries.
9546
9547 980110
9548         + correct "?" command in ncurses.c; it was performing non-screen writes
9549           while the program was in screen mode.  (It "worked" in 1.9.9e because
9550           that version sets OPOST and OCRNL incorrectly).
9551         + return error from functions in lib_kernel, lib_raw and lib_ti if
9552           cur_term is null, or if underlying I/O fails.
9553         + amend change to tputs() so that it does not return an error if
9554           cur_term is null, since some applications depend on being able to use
9555           tputs without initializing the terminal (reported by Christian J.
9556           Robinson <infynity@cyberhighway.net>).
9557
9558 980103
9559         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
9560           1.9.9e, together with fixes/additions for the "ansi" terminal type.
9561         + add tic check for save/restore cursor if change_scroll_region is
9562           defined (reference: O'Reilly book).
9563         + modify read_termcap.c to handle EMX-style pathnames (reported by
9564           J.J.G.Ripoll).
9565         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
9566           Ripoll says EMX's curses does this.
9567         + modify _nc_tic_expand() to generate \0 rather than \200.
9568         + move/revise 'expand()' from dump_entry.c to ncurses library as
9569           _nc_tic_expand(), for use by tack.
9570         + decode \a as \007 for terminfo, as per XSI.
9571         + correct translation of terminfo "^@", to \200, like \0.
9572         + modify next_char() to treat <cr><lf> the same as <newline>, for
9573           cross-platform compatibility.
9574         + use new version of autoconf (971230) to work around limited
9575           environment on CLIX, due to the way autoconf builds --help message.
9576         > patch by Juergen Pfeifer:
9577         + check that the Ada95 binding runs against the correct version of
9578           ncurses.
9579         + insert constants about the library version into the main spec-file of
9580           the Ada95 binding.
9581
9582 971227
9583         + modify open/fopen calls to use binary mode, needed for EMX.
9584         + modify configure script to work with autoconf 2.10 mods for OS/2
9585           EMX (from J.J.G.Ripoll).
9586         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
9587           bypasses limited sed buffer length.
9588         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
9589           (J.J.G.Ripoll) to support OS/2 EMX:
9590         + add a _scrolling flag to SP, to set when we encounter a terminal
9591           that simply cannot scroll.
9592         + corrected logic in _nc_add_to_try(), by ensuring that strings with
9593           embedded \200 characters are matched.
9594         + don't assume the host has 'link()' function, for linking terminfo
9595           entries.
9596
9597 971220
9598         + if there's no ioctl's to support sigwinch handler, disable it.
9599         + add configure option --disable-ext-funcs to remove the extended
9600           functions from the build.
9601         + add configure option --with-termlib to generate the terminfo
9602           functions as a separate library.
9603         + add 'sources' rule to facilitate cross-compiling.
9604         + review/fix order of mostlyclean/clean/distclean rules.
9605         + modify install-rule for headers to first remove old header, in
9606           case there was a symbolic link that confuses the install script.
9607         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
9608         + add null pointer checks in wnoutrefresh(), overlap() (patch by
9609           Xiaodan Tang <xtang@qnx.com>)
9610         + correct tputs(), which could dereference a null cur_term if invoked
9611           before terminal is initialized (patch by Christopher Seawood
9612           <cls@seawood.org>)
9613         > patch by Juergen Pfeifer:
9614         + makes better use of "pragma Inline" in the Ada95 binding
9615         + resynchronizes the generated html manpages
9616
9617 971213
9618         + additional fixes for man-pages section-references
9619         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
9620           to tic, etc.
9621         + remove hpa/vpa from rxvt terminal description because they are not
9622           implemented correctly, added sgr0.
9623         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
9624           Leitgeb <leitgeb@leland.stanford.edu>)
9625
9626 971206
9627         + modify protection when installing libraries to (normally) not
9628           executable.  HP-UX shared libraries are an exception.
9629         + add configure check for 'tack'.
9630         + implement script for renaming section-references in man-page install,
9631           for Debian configuration.
9632         + add validity-check for SP in trace code in baudrate() (reported by
9633           Daniel Weaver).
9634         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
9635         + modify 'overlay()' so that copy applies target window background to
9636           characters.
9637         + correct 'mvwin()' so that it does not clear the previous locations.
9638         + correct lib_acs.c so that 8-bit character is not sign expanded in
9639           case of wide characters in chtype.
9640         + correct control-char test in lib_addch.c for use with wide chars
9641         + use attribute in the chtype when adding a control character in
9642           lib_addch.c control char was added with current attribute
9643
9644 971129
9645         + save/restore errno in _tracef() function
9646         + change treatment of initialize_color to use a range of 0..1000
9647           (recommended by Daniel Weaver).
9648         + set umask in mkinstalldirs, fixing problems reported by users who
9649           have set root's umask to 077.
9650         + correct bug in tic that caused capabilities to be reprinted at the
9651           end of output when they had embedded comments.
9652         + rewrote wredrawln to correspond to XSI, and split-out since it is
9653           not often used (from report by Alexander V. Lukyanov, 970825)
9654         + rewrote Dan Nelson's change to make it portable, as well as to
9655           correct logic for handling backslashes.
9656         + add code to _nc_tgetent() to make it work more like a real tgetent().
9657           It removes all empty fields, and removes all but the first in a group
9658           of duplicate caps.  The code was pulled from the BSD libtermcap code
9659           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
9660         + don't include --enable-widec in the --with-develop configure option,
9661           since it is not binary-compatible with 4.1 (noted by Alexander V.
9662           Lukyanov)
9663         > patch by Juergen Pfeifer:
9664         + further improvements of the usage of elaboration pragmas in the Ada95
9665           binding
9666         + enhanced Ada95 sample to use the user_data mechanism for panels.
9667         + a fix for the configuration script to make gnat-3.10 the required
9668           version.
9669         + resync of the html version of the manpages
9670
9671 971122
9672         > fixes/updates for terminfo.src:
9673         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
9674           version.
9675         + add hds200 description (Walter Skorski)
9676         + add EMX 0.9b descriptions
9677         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
9678         + rename xhpterm back to hpterm.
9679         > patch by Juergen Pfeifer:
9680         + Improves the usage of elaboration pragmas for the Ada95 binding.
9681         + Adds a translation of the test/rain.c into Ada95 to the samples.
9682           This has been contributed to the project by Laurent Pautet
9683           (pautet@gnat.com)
9684
9685 971115
9686         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
9687           in HP-UX terminfo.
9688         + correction & simplification of delay computation in tputs, based on
9689           comments from Daniel Weaver.
9690         + replace test for SCO with more precise header tests.
9691         + add configure test for unsigned literals, use in NCURSES_BITS macro.
9692         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
9693           since they probably are not needed, and are less efficient (noted by
9694           Juergen Fluk)
9695         + add -L$(libdir) to loader options, after -L../lib so that loaders
9696           that record this information will tend to do the right thing if
9697           the programs are moved around after installing them (suggested by
9698           Juergen Fluk).
9699         + add -R option to loader options for programs for Solaris if the
9700           --enable-rpath option is specified for the libraries.
9701
9702 971112
9703         + correct installed filename for shared libraries on *BSD (reported by
9704           Juergen Fluk).
9705
9706 971108
9707         + cleanup logic for deciding when tputs() should call delay_output(),
9708           based on comments from Daniel Weaver.
9709         + modified tputs() to avoid use of float.
9710         + correct use of trailpad in tputs(), which used the wrong variable
9711           in call to delay_output().
9712         + correct inverted expression for null-count in delay_output()
9713           (analysis by Daniel Weaver).
9714         + apply --enable-rpath option to Solaris (requested by Larry Virden).
9715         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
9716         + correct check for error-return by _nc_tgetent(), which returns 0
9717           for success.
9718         + add configure test for BSD 4.4 cgetent() function, modify
9719           read_termcap.c to use the host's version of that if found, using the
9720           terminal database on FreeBSD (reported by Peter Wemm).
9721         + add u8, u9 strings to sun-il description for Daniel Weaver.
9722         + use NCURSES_CONST in panel's user-pointer.
9723         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
9724           so that will work on NeXT.
9725         + use _nc_set_screen() rather than assignments to SP to fix port to
9726           NeXT (reported by Francisco A. Tomei Torres).
9727
9728 971101
9729         + force mandatory padding in bell and flash_screen, as specified in
9730           XSI.
9731         + don't allow padding_baud_rate to override mandatory delays (reported
9732           by Daniel Weaver).
9733         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
9734           defined, or if the cur_term pointer is not initialized.  XSI treats
9735           this as unspecified.  (requested by Daniel Weaver).
9736         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
9737           when that feature is not configured.
9738         + remove _nc_err_abort() calls when write_entry.c finds a directory but
9739           cannot write to it, e.g., when translating part/all of /etc/termcap
9740           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
9741           (this dates back to 951102 in 1.9.7a).
9742         + minor ifdef fixes to compile with atac and glibc 2.0.5c
9743         + add check for -lgen when configuring regexpr.h
9744         + modify Solaris shared-library option "-d y" to "-dy" to workaround
9745           incompatibility of gcc 2.7.2 vs vendor's tools.
9746
9747 971026
9748         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
9749           to compile on SCO.
9750         + remove dangling backslash in panel/Makefile.in
9751         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
9752           length() function.
9753         + correct length of allocation in _nc_add_to_try(), to allow for
9754           trailing null.
9755         + correct logic in _nc_remove_key(), which was discarding too many
9756           nodes (patch by Alexander V. Lukyanov)
9757
9758 971025
9759         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
9760           shared libraries link properly (see 970524).
9761         + modify Linux shared-library generation to include library
9762           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
9763           panel libraries (suggested by Juergen Pfeifer).
9764         + modify configure script to use config.guess and config.sub rather
9765           than uname, which is unreliable on some systems.
9766         + updated Makefile.glibc, test-built with glibc 2.0.5c
9767         + modify keyname() to return values consistent with SVr4 curses (patch
9768           by Juergen Fluk).
9769         > changes requested by Daniel Weaver:
9770         + modify delay_output() so that it uses the same output function as
9771           tputs() if called from that function.
9772         + move _baudrate from SCREEN to TERMINAL so that low-level use of
9773           tputs works when SP is not set.
9774         > patch by Juergen Pfeifer:
9775         + factor lib_menu and lib_form into smaller modules
9776         + clean up the interface between panel and SCREEN
9777         + minor changes to the Ada95 mouse support implemenation
9778         + minor bugfix in C++ binding to ripoff windows
9779         + fix a few Ada95 html documentation pages
9780
9781 971018
9782         + split-out lib_ungetch.c, make runtime link to resizeterm() to
9783           decouple those modules from lib_restart.c
9784         + add xterm-xf86-v39t description to terminfo.src
9785         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
9786           endwin() to avoid unnecessary repainting if the application has
9787           established an atexit function, etc.  Encountered this problem in
9788           the c++ demo, whose destructors repaint the screen.
9789         + combine _nc_get_screensize() and resizeterm() calls as new function
9790           _nc_update_screensize().
9791         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
9792           Beebe).
9793         + implement install-rules for Ada95 makefiles.
9794         + use screen_lines or MAXLINES as needed where LINES was coded,
9795           as well as screen_columns for COLS, in the ncurses library.
9796         > patch by Alexander V. Lukyanov:
9797         + modify logic for ripped-off lines to handle several SCREENs.
9798         > patch by Juergen Pfeifer:
9799         + factors lib_slk.c into some smaller modules
9800         + factors panel.c into some smaller modules
9801         + puts the static information about the current panel stack into the
9802           SCREEN structure to allow different panel stacks on different
9803           screens.
9804         + preliminary fix for an error adjusting LINES to account for
9805           ripped-off lines.
9806
9807 971011
9808         + move _nc_max_click_interval and other mouse interface items to SCREEN
9809           struct so that they are associated with a single terminal, and also
9810           save memory when the application does not need a mouse (roughly 3k vs
9811           0.5k on Linux).
9812         + modify mouseinterval() so that a negative parameter queries the
9813           click-interval without modifying it.
9814         + modify ncurses 'i' test to work with ncurses' apparent extension from
9815           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
9816           Lukyanov).
9817         + add configure options --with-ada-includes and --with-ada-objects,
9818           to drive Ada95 binding install (not yet implemented).
9819         + install C++ binding as -lncurses++ and associated headers with the
9820           other ncurses headers.
9821         + fix header uninstall if configure --srcdir is used.
9822         > minor interface changes to support 'tack' program -TD
9823           (request by Daniel Weaver <danw@znyx.com>).
9824         + export functions _nc_trans_string() and _nc_msec_cost().
9825         + add variable _nc_nulls_sent, to record the number of padding
9826           characters output in delay_output().
9827         + move tests for generic_type and hard_copy terminals in setupterm()
9828           to the end of that function so that the library will still be
9829           initialized, though not generally useful for curses programs.
9830         > patches by Alexander V. Lukyanov:
9831         + modify ClrBottom() to avoid using clr_eos if there is only one line
9832           to erase.
9833         + typo in configure --help.
9834         > patch by J T Conklin (with minor resync against Juergen's changes)
9835         + split-out lib_flash.c from lib_beep.c
9836         + split-out lib_hline.c and lib_vline.c from lib_box.c
9837         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
9838
9839 971005
9840         > patch by Juergen Pfeifer:
9841         + correct source/target of c++/edit_cfg.sh
9842
9843 971004
9844         + add color, mouse support to kterm terminfo entry.
9845         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
9846           providing "xterm"-style mouse.
9847         + updated rxvt's terminfo description to correspond to 2.21b, with
9848           fixes for the acsc (the box1 capability is incorrect, ech1 does not
9849           work).
9850         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
9851           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
9852           the distribution copy of rxvt's terminfo.
9853         + modify acsc capability for linux and linux-koi8 terminfo descriptions
9854           (from Pavel Roskin <pavel@absolute.spb.su>).
9855         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
9856           rather than 'i' (see 970802).
9857         + updated terminfo.src with reformatted acsc entries, and repaired the
9858           trashed entries with spurious '\' characters that this exposed.
9859         + add logic to dump_entry.c to reformat acsc entries into canonical
9860           form (sorted, unique mapping).
9861         + add configure script to generate c++/etip.h
9862         + add configure --with-develop option, to enable by default most of the
9863           experimental options (requested by Alexander V. Lukyanov).
9864         + rename 'deinstall' to 'uninstall', following GNU convention
9865           (suggested by Alexander V. Lukyanov).
9866         > patches by Alexander V. Lukyanov:
9867         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
9868           line of the screen, since carriage return will not cause a newline.
9869         + remove clause from PutCharLR() that would try to use
9870           eat_newline_glitch since that apparently does not work on some
9871           terminals (e.g., M$ telnet).
9872         + correct a limit check in scroll_csr_backward()
9873         > patches by Juergen Pfeifer:
9874         + adds dummy implementations of methods above() and below() to the
9875           NCursesPanel class.
9876         + fixes missing returncode in NCursesWindow::ripoffline()
9877         + fixes missing returncode in TestApplication::run() in demo.cc
9878         + We should at least give a comment in etip.h why it is currently a
9879           problem to install the C++ binding somewhere
9880         + makes the WINDOW* argument of wenclose() a const.
9881         + modifies several of the routines in lib_adabind.c to use a const
9882           WINDOW* argument.
9883
9884 970927
9885         + add 'deinstall' rules.
9886         + use explicit assignments in configure --without-progs option to
9887           work around autoconf bug which doesn't always set $withval.
9888         + check for ldconfig, don't try to run it if not found.
9889         + implement simple/unoptimized case in lib_doupdate.c to handle
9890           display with magic cookie glitch, tested with ncurses.c program.
9891         + correct missing _tracef in getmouse(), to balance the returnCode
9892           macro.
9893         + simplify show_attr() in ncurses.c using termattrs().
9894         > patches by Juergen Pfeifer:
9895         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
9896           binding
9897         + fixes a typo in a comment of frm_driver.c
9898         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
9899           generics should be compiled.  Proper fixes to the configuration
9900           scripts are also provided.
9901
9902 970920
9903         + several modifications to the configure script (requested by Ward
9904           Horner):
9905           + add configure options --without-progs, to suppress the build of the
9906             utility programs, e.g., for cross-compiling.
9907           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
9908             Makefile.in, to simplify setup for cross compiling.
9909           + add logic in configure script to recognize "--target=vxworks", and
9910             generate load/install actions for VxWorks objects.
9911         + move typedef for sigaction_t into SigAction.h to work around problem
9912           generating lint library.
9913         + modify fty_regex.c to reflect renaming of ifdef's for regular
9914           expressions.
9915         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
9916           reside in <sys/ioctl.h>.
9917         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
9918           the more obscure tests, which rely upon color.
9919         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
9920         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
9921           implementation difference wrt SVr4 curses, allow 's' test to work.
9922         + add missing endwin() to testscanw.c program (reported by Fausto
9923           Saporito <fausap@itb.it>).
9924         + fixes/updates for Makefile.glibc and related files under sysdeps
9925           (patch by H.J.Lu).
9926         > patches by Juergen Pfeifer:
9927         + add checks for null pointers, especially WINDOW's throughout the
9928           ncurses library.
9929         + solve a problem with wrong calculation of panel overlapping (reported
9930           by Ward Horner):
9931           + make sure that a panel's window isn't a pad.
9932           + do more error checking in module lib_touch.c
9933         + missing files for Ada95 binding from the last patch
9934         + synch. of generated html pages (RCS-Id's were wrong in html files)
9935         + support for Key_Resize in Ada binding
9936         + changed documentation style in ./c++/cursesm.h
9937         > patches by Alexander V. Lukyanov:
9938         + undo attempt to do recursive inlining for PutChar(), noting that it
9939           did not improve timing measurably, but inflated the size of
9940           lib_doupdate.o
9941
9942 970913
9943         + modify rain.c to use color.
9944         + correct scroll_csr_backward() to match scroll_csr_forward().
9945         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
9946         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
9947           of configure cache variables in 970906.
9948         + correct logic involving changes to O_VISIBLE option in
9949           Synchronize_Options function in frm_driver.c (Tony Hoffmann
9950           <Tony.Hoffmann@hia.nrc.ca>)
9951         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
9952           cross compiling (suggested by Chris Johns).
9953         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
9954           use it to support screen-size calculation (reported by Chris Johns).
9955         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
9956           Chris Johns <cjohns@plessey.com.au>)
9957         > patches by Juergen Pfeifer:
9958         + simplified, made minor corrections to Ada95 binding to form
9959           fieldtype.
9960         + The C++ binding has been enhanced:
9961           + Improve NCursesWindow class:  added additional methods to cover
9962             more ncurses functionality.  Make refresh() and noutrefresh()
9963             virtual members to allow different implementation in the
9964             NCursesPanel class.
9965           + CAUTION:  changed order of parameters in vline() and hline() of
9966             NCursesWindow class.
9967           + Make refresh() in NCursesPanel non-static, it is now a
9968             reimplementation of refresh() in the base class.  Added
9969             noutrefresh() to NCursesPanel.
9970           + Added NCursesForm and related classes to support libform
9971             functionality.
9972           + Moved most of configuration related stuff from cursesw.h to etip.h
9973           + Added NCursesApplication class to support easy configuration of
9974             menu and forms related attributes as well as ripped of title lines
9975             and Soft-Label-Keys for an application.
9976           + Support of Auto-Cleanup for a menu's fieldlist.
9977           + Change of return type for current_item() and operator[] for menus.
9978           + Enhanced demo.
9979         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
9980           freearg for a fieldtype may be NULL, makearg must not be NULL
9981         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
9982           not be NULL, copyarg and freearg may be NULL.
9983         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
9984           already disconnected.
9985         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
9986           navigation requests.
9987         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
9988           case-insensitiva comparision routine.
9989         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
9990           forms field by index.
9991         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
9992           item by index.
9993         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
9994           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
9995           broken (didn't handle colors correctly).
9996         + Enhanced lib_mouse.c: added _nc_has_mouse() function
9997         + Added _nc_has_mouse() prototype to curses.priv.h
9998         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
9999           streamlined implementation of wbkgd()
10000         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
10001           move of subwindows.  Fixed update behavior of movements of regular
10002           windows.
10003         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
10004         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
10005           of the original.  Subwindows become regular windows by doing a
10006           dupwin().
10007         + Improved manpage form_fieldtype.3x
10008         > patches by Alexander V. Lukyanov:
10009         + simplify the PutChar() handling of exit_am_mode, because we already
10010           know that auto_right_margin is true.
10011         + add a check in PutChar() for ability to insert to the case of
10012           shifting character to LR corner.
10013         + in terminal initialization by _nc_screen_resume(), make sure that
10014           terminal right margin mode is known.
10015         + move logic that invokes touchline(), or does the equivalent, into
10016           _nc_scroll_window().
10017         + modify scrolling logic use of insert/delete line capability, assuming
10018           that they affect the screen contents only within the current
10019           scrolling region.
10020         + modify rain.c to demonstrate SIGWINCH handler.
10021         + remove logic from getch() that would return an ERR if the application
10022           called getch() when the cursor was at the lower-right corner of the
10023           physical screen, and the terminal does not have insert-character
10024           ability.
10025         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
10026           is read, and modify logic in getch() so this fix will yield the
10027           desired behavior, i.e., the screen is repainted automatically when
10028           the terminal window is resized.
10029
10030 970906
10031         + add configure option --enable-sigwinch
10032         + modify view.c to test KEY_RESIZE logic, with "-r" option.
10033         + modify testcurs.c to eliminate misleading display wrt cursor type
10034           by testing if the terminal supports cnorm, civis, cvvis.
10035         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
10036           _nc_curr_col variables into linked programs:  move these variables,
10037           making new modules lib_cur_term and trace_buf (reported by Francisco
10038           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
10039         > patches by Alexander V. Lukyanov:
10040         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
10041           the SIGWINCH handler has been called since the last call to
10042           doupdate().
10043         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
10044         + add SIGWINCH handler to ncurses library which is used if there is no
10045           application SIGWINCH handler in effect when the screen is
10046           initialized.
10047         + make linked list of all SCREEN structures.
10048         + move curses.h include before definition of SCREEN to use types in
10049           that structure.
10050         + correction to ensure that wgetstr uses only a newline to force a
10051           scroll (970831).
10052
10053 970831
10054         + add experimental configure option --enable-safe-sprintf; the normal
10055           mode now allocates a buffer as large as the screen for the
10056           lib_printw.c functions.
10057         + modify wgetch to refresh screen when reading ungetch'd characters,
10058           since the application may require this - SVr4 does this.
10059         + refine treatment of newline in wgetstr to echo only when this would
10060           force the screen to scroll.
10061
10062 970830
10063         + remove override in wgetstr() that forces keypad(), since SVr4 does
10064           not do this.
10065         + correct y-reference for erasure in wgetstr() when a wrap forces a
10066           scroll.
10067         + correct x-position in waddch() after a wrap forces a scroll.
10068         + echo newline in wgetstr(), making testscanw.c scroll properly when
10069           scanw is done.
10070         + modify vwscanw() to avoid potential buffer overflow.
10071         + rewrote lib_printw.c to eliminate fixed-buffer limits.
10072         > patches by Alexander V. Lukyanov:
10073         + correct an error in handling cooked mode in wgetch(); processing
10074           was in the wrong order.
10075         + simplified logic in wgetch() that handles backspace, etc., by using
10076           wechochar().
10077         + correct wechochar() so that it interprets the output character as
10078           in waddch().
10079         + modify pechochar() to use prefresh() rather than doupdate(), since
10080           the latter does not guarantee immediate refresh of the pad.
10081         + modify pechochar() so that if called with a non-pad WINDOW, will
10082           invoke wechochar() instead.
10083         + modify fifo indices to allow fifo to be longer than 127 bytes.
10084
10085 970823
10086         + add xterm-8bit to terminfo.src
10087         + moved logic for SP->_fifohold inside check_pending() to make it
10088           work properly when we add calls to that function.
10089         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
10090           are assigned to bool values (patch by H.J.Lu).
10091         > patches by Alexander V. Lukyanov:
10092         + several fixes to getch:
10093           1.  Separate cooked and raw keys in fifo
10094           2.  Fix the case of ungetch'ed KEY_MOUSE
10095           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
10096           4.  correctly handle input errors (i.e., EINTR) without loss of raw
10097               keys
10098           5.  recognize ESC KEY_LEFT and similar
10099           6.  correctly handle the case of receiption of KEY_MOUSE from gpm
10100         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
10101           single mouse events (press/release) to be ignored in favor of
10102           composed events (click).  Improves on a fix from integrating gpm
10103           support in 961229.
10104         + add another call to check_pending, before scrolling, for
10105           line-breakout optimization
10106         + improve hashmap.c by
10107           1.  fixed loop condition in grow_hunks()
10108           2.  not marking lines with offset 0
10109           3.  fixed condition of 'too far' criteria, thus one-line hunks are
10110           ignored and two lines interchanged won't pass.
10111         + rewrote/simplified _nc_scroll_optimize() by separating into two
10112           passes, forward/backward, looking for chunks moving only in the given
10113           direction.
10114         + move logic that emits sgr0 when initializing the screen to
10115           _nc_screen_init(), now invoked from newterm.
10116         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
10117           function and screen cleanup (i.e., color) into _nc_screen_wrap()
10118           function.
10119         + add new functions _nc_screen_init(), _nc_screen_resume() and
10120           _nc_screen_wrap().
10121         + rename _nc_mvcur_scrolln() to _nc_scrolln().
10122         + add a copy of acs_map[] to the SCREEN structure, where it can be
10123           stored/retrieved via set_term().
10124         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
10125           structure.
10126
10127 970816
10128         + implement experimental _nc_perform_scroll().
10129         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
10130           initializing the screen, as does SVr4 (reported by Alexander V.
10131           Lukyanov).
10132         + added test_progs rule to ncurses/Makefile.
10133         + modify test/configure.in to check if initscr is already in $LIBS
10134           before looking for (n)curses library.
10135         + correct version-number in configure script for OSF1 shared-library
10136           options (patch by Tim Mooney).
10137         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
10138           originally patched) since the c++ demo files do not necessarily
10139           include ncurses_cfg.h
10140         + supply default value for --enable-assertions option in configure
10141           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
10142         > patches by Alexander V. Lukyanov:
10143         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
10144           example firstlast.c
10145         + optimize waddch_literal() and waddch_nosync() by factoring out
10146           common subexpressions.
10147         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
10148         + corrections to render_char(), to make handling of colored blanks
10149           match SVr4 curses, as well as to correct a bug that xor'd space
10150           against the background character.
10151         + replaced hash function with a faster one (timed it)
10152         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
10153           cost_effective() calls on the same lines.
10154         + modified cost_effective() so it is now slightly more precise.
10155         > patches for glibc integration (H.J.Lu):
10156         + add modules define_key, keyok, name_match, tries
10157         + add makefile rules for some of the unit tests in ncurses (mvcur,
10158           captoinfo, hardscroll, hashmap).
10159         + update Linux configure-script for wide-character definitions.
10160
10161 970809
10162         + modify _tracebits() to show the character size (e.g., CS8).
10163         + modify tparm() to emit '\200' where the generated string would have a
10164           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
10165           terminal type ncr7900).
10166         + modify install process so that ldconfig is not invoked if the
10167           package is built with an install-prefix.
10168         + correct test program for chtype size (reported by Tim Mooney).
10169         + add configure option --disable-scroll-hints, using this to ifdef the
10170           logic that computes indices for _nc_scroll_optimize().
10171         + add module ncurses/softscroll.c, to perform single-stage computation
10172           of scroll indices used in _nc_scroll_optimize().  This is faster than
10173           the existing scrolling algorithm, but tends to make too-small hunks.
10174         + eliminate fixed buffer size in _nc_linedump().
10175         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
10176           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
10177           by Alexander V. Lukyanov).
10178         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
10179         + correct processing of "configure --enable-assertions" option (patch
10180           by Juergen Pfeifer).
10181
10182 970802
10183         + add '-s' (single-step) option too test/hashtest.c, correct an error
10184           in loop limit for '-f' (footer option), toggle scrollok() when
10185           writing footer to avoid wrap at lower-right corner.
10186         + correct behavior of clrtoeol() immediately after wrapping cursor,
10187           which was not clearing the line at the cursor position (reported by
10188           Liviu Daia <daia@stoilow.imar.ro>).
10189         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
10190           (reported by Klaus Weide <kweide@tezcat.com>).
10191         + many corrections to make progs/capconvert work, as well as make it
10192           reasonably portable and integrated with ncurses 4.1 (reported by Dave
10193           Furstenau <df@ravine.binary.net>).
10194
10195 970726
10196         + add flag SP->_fifohold, corresponding logic to modify the behavior of
10197           the line breakout logic so that if the application does not read
10198           input, refreshes will not be stopped, but only slowed.
10199         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
10200           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
10201           masks are identical with the A_xxx masks.
10202         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
10203           configuration of wide-characters.
10204         + modify tset to behave more like SVr4's tset, which does not modify
10205           the settings of intr, quit or erase unless they are given as command
10206           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
10207         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
10208           does not have getttynam().
10209         + extend baudrate table in tset.c to match baudrate() function.
10210         + add table entries for B230400 and B460800 to baudrate() function.
10211         + improve breakout logic by allowing it before the first line updated,
10212           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
10213         + correct initialization of vcost in relative_move(), for cursor-down
10214           case (patch by Alexander V. Lukyanov).
10215         > nits gleaned from Debian distribution of 1.9.9g-3:
10216         + install symbolic link for intotocap.
10217         + reference libc directly when making shared libraries.
10218         + correct renaming of curs_scr_dmp.3x in man_db.renames.
10219         + guard tgetflag() and other termcap functions against null cur_term
10220           pointer.
10221
10222 970719
10223         + corrected initial state of software echo (error in 970405, reported
10224           by Alexander V. Lukyanov).
10225         + reviewed/added messages to configure script, so that all non-test
10226           options should be accompanied by a message.
10227         + add configure check for long filenames, using this to determine if
10228           it is safe to allow long aliases for terminal descriptions as does
10229           SVr4.
10230         + add configure options for widec (wide character), hashmap (both
10231           experimental).
10232         > patch by Alexander V. Lukyanov:
10233         + hashmap.c - improved by heuristic, so that scroll test works much
10234           better when csr is not available.
10235         + hardscroll.c - patched so that it continues to scroll other chunks
10236           after failure to scroll one.
10237         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
10238           is avoided as it is relative costly.  Fixed wrong coordinates in one
10239           case and wrong string in TRACE.
10240         > patch by Juergen Pfeifer:
10241         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
10242           compiler.
10243
10244 970712
10245         + remove alternate character set from kterm terminfo entry; it uses the
10246           shift-out control for a purpose incompatible with curses, i.e., font
10247           switching.
10248         + disentangle 'xterm' terminfo entry from some derived entries that
10249           should be based on xterm-r6 instead.
10250         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
10251           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
10252         + correct logic in lib_mvcur.c that uses back_tab.
10253
10254 970706
10255         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
10256           contents of curscr are saved in newscr before clearing the screen.
10257           This is needed to make repainting work with the present logic of
10258           TransformLine().
10259         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
10260
10261 970705
10262         + add limit checks to _nc_read_file_entry() to guard against overflow
10263           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
10264         + correct some loop-variable errors in xmc support in lib_doupdate.c
10265         + modify ncurses 'b' test to add gaps, specified by user, to allow
10266           investigation of interaction with xmc (magic cookie) code.
10267         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
10268           list from has_colors(), which gcc ignores, but SVr4 does not
10269           (reported by Larry Virden).
10270         + correct rmso capability in wy50-mc description.
10271         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
10272           USE_HARD_TABS.
10273         > patch by Juergen Pfeifer:
10274         + Add bindings for keyok() and define_key() to the Ada95 packages.
10275         + Improve man pages menu_post.3x and menu_format.3x
10276         + Fix the HTML pages in the Ada95/html directory to reflect the above
10277           changes.
10278
10279 970628
10280         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
10281           pending changes to both curscr and newscr are flushed properly.
10282           This fixes a case where the first scrolling operation in nvi would
10283           cause the screen to be cleared unnecessarily and repainted before
10284           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
10285           Juergen Pfeifer).
10286         + correct error in trans_string() which added embedded newlines in a
10287           terminfo description to the stored strings.
10288         + remove spurious newlines from sgr in wyse50 (and several other)
10289           terminfo descriptions.
10290         + add configure option for experimental xmc (magic cookie) code,
10291           "--enable-xmc-glitch".  When disabled (the default), attributes that
10292           would store a magic cookie are suppressed in vidputs().  The magic
10293           cookie code is far from workable at this stage; the configuration
10294           option is a stopgap.
10295         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
10296         + correct path for invoking make_keys (a missing "./").
10297
10298 970621
10299         + correct sign-extension problem with "infocmp -e", which corrupted
10300           acsc values computed for linux fallback data.
10301         + correct dependency on ncurses/names.c (a missing "./").
10302         + modify configure script to use '&&' even for cd'ing to existing
10303           directories to work around broken shell interpreters.
10304         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
10305           Lukyanov).
10306
10307 970615
10308         + restore logic in _nc_scroll_optimize() which marks as touched the
10309           lines in curscr that are shifted.
10310         + add new utility 'make_keys' to compute keys.tries as a table rather
10311           than a series of function calls.
10312         + correct include-dependency for tic.h used by name_match
10313         + removed buffer-allocation for name and description from m_item_new.c,
10314           since this might result in incompatibilities with SVr4.  Also fixed
10315           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
10316           report by Avery Pennarun <apenwarr@foxnet.net>)
10317         + removed the mechanism to timestamp the generated Ada95 sources.  This
10318           resulted always in generating patches for the HTML doc, even when
10319           nothing really changed (patch by Juergen Pfeifer).
10320         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
10321
10322 970614
10323         + remove ech capability from rxvt description because it does not work.
10324         + add missing case logic for infocmp -I option (reported by Lorenzo M.
10325           Catucci <lorenzo@argon.roma2.infn.it>)
10326         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
10327           caused glitches in the ncurses 'p' test since the area outside the
10328           pad was not compared when setting up indices for _nc_scroll_optimize.
10329         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
10330           4.4, as well as to eliminate fixed-size buffer (reported by Chris
10331           Tanner <tannerc@aecl.ca>)
10332         + correct prototype for termattrs() as per XPG4 version 2.
10333         + add placeholder prototypes for color_set(), erasewchar(),
10334           term_attrs(), wcolor_set() as per XPG4 version 2.
10335         + correct attribution for progs/progs.priv.h and lib_twait.c
10336         + improve line-breakout logic by checking based on changed lines rather
10337           than total lines (patch by Alexander V. Lukyanov).
10338         + correct loop limits for table-lookup of enumerated value in form
10339           (patch by Juergen Pfeifer).
10340         + improve threshhold computation for determining when to call ClrToEOL
10341           (patch by Alexander V. Lukyanov).
10342
10343 970531
10344         + add configure option --disable-database to force the library to
10345           use only the fallback data.
10346         + add configure option --with-fallbacks, to specify list of fallback
10347           terminal descriptions.
10348         + add a symbolic link for ncurses.h during install; too many programs
10349           still assume there's an ncurses.h
10350         + add new terminfo.src entry for xterm-xf86-v33.
10351         + restore terminfo.src entry for emu to using setf/setb, since it is
10352           not, after all, generating ANSI sequences.  Corrected missing comma
10353           that caused setf/setb entries to merge.
10354         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
10355           that applications can disable ncurses' mouse and supply their own
10356           handler.
10357         + add extensions keyok() and define_key().  These are designed to allow
10358           the user's application better control over the use of function keys,
10359           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
10360           a mailing-list thread started by Kenneth Albanowski
10361           <kjahds@kjahds.com> Nov'1995).
10362         + restore original behavior in ncurses 'g' test, i.e., explicitly
10363           set the keypad mode rather than use the default, since it confuses
10364           people.
10365         + rewrote the newdemo banner so it's readable (reported by Hugh
10366           Daniel).
10367         + tidy up exit from hashtest (reported by Hugh Daniel).
10368         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
10369           by Hugh Daniel)
10370         + correct tput program, checking return-value of setupterm (patch by
10371           Florian La Roche).
10372         + correct logic in pnoutrefresh() and pechochar() functions (reported
10373           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
10374           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
10375           original implementation (1.9.6).
10376         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
10377           <rwuest@sire.vt.com>)
10378         + move calls of _nc_background() out of various loops, as its return
10379           value will be the same for the whole window being operated on (patch
10380           by J T Conklin).
10381         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
10382           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
10383         + modify glibc addon-configure scripts (patch by H.J.Lu).
10384         + correct a bug in hashmap.c: the size used for clearing the hashmap
10385           table was incorrect, causing stack corruption for large values of
10386           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
10387         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
10388           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
10389           been applied).
10390         > several changes by Juergen Pfeifer:
10391         + correct a missing error-return in form_driver.c when wrapping of a
10392           field is not possible.
10393         + correct logic in form_driver.c for configurations that do not have
10394           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
10395         + change several c++ binding functions to inline.
10396         + modify c++ menu binding to inherit from panels, for proper
10397           initialization.
10398         + correct freeing of menu items in c++ binding.
10399         + modify c++ binding to reflect removal of const from user data pointer
10400           in forms/menus libraries.
10401
10402 970524
10403         + add description of xterm-16color.
10404         + modify name of shared-library on *BSD to end with $(REL_VERSION)
10405           rather than $(ABI_VERSION) to match actual convention on FreeBSD
10406           (cf: 960713).
10407         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
10408           (reported by Hugh Daniel <hugh@rat.toad.com>).
10409         + corrected include-dependency in menu/Makefile so that "make install"
10410           works properly w/o first doing "make".
10411         + add fallback definition for isascii, used in infocmp.
10412         + modify xmas to use color, and to exit right away when a key is
10413           pressed.
10414         + modify gdc so that the scrolled digits function as described (there
10415           was no time delay between the stages, and the digits overwrote the
10416           bounding box without tidying up).
10417         + modify lib_color.c to use setaf/setab only for the ANSI color codes
10418           0 through 7.  Using 16 colors requires setf/setb.
10419         + modify ncurses 'c' test to work with 16 colors, as well as the normal
10420           8 colors.
10421         + remove const qualifier from user data pointer in forms and menus
10422           libraries (patch by Juergen Pfeifer).
10423         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
10424           function, thereby not interpreting tabs, etc., as per spec (patch by
10425           Alexander V. Lukyanov).
10426
10427 970517
10428         + suppress check for pre-existing ncurses header if the --prefix
10429           option is specified.
10430         + add configure options "--with-system-type" and
10431           "--with-system-release" to assist in checking the generated
10432           makefiles.
10433         + add configure option "--enable-rpath" to allow installers to specify
10434           that programs linked against shared libraries will have their library
10435           path embedded, allowing installs into nonstandard locations.
10436         + add flags to OSF1 shared-library options to specify version and
10437           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
10438         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
10439           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
10440         + modify link flags to accommodate HP-UX linker which embeds absolute
10441           pathnames in executables linked against shared libraries (reported by
10442           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
10443           <ats@hubert.wustl.edu>).
10444         + drop unnecessary check for attribute-change in onscreen_mvcur() since
10445           mvcur() is the only caller within the library, and that check in turn
10446           is exercised only from lib_doupdate.c (patch by Alexander V.
10447           Lukyanov).
10448         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
10449           can use the background of stdscr as a parameter to that function
10450           (patch by Alexander V. Lukyanov).
10451         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
10452           the latter's internal functions, as well as to eliminate unnecessary
10453           cursor save/restore operations (patch by Alexander V. Lukyanov).
10454         + omit parameter of ClrUpdate(), since it is called only for newscr,
10455           further optimized/reduced by using ClearScreen() and TransformLine()
10456           to get rid of duplicate code (patch by Alexander V. Lukyanov).
10457         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
10458           that are smaller than the distance to be moved (patch by Alexander V.
10459           Lukyanov).
10460         + correct a place where the panel library was not ifdef'd in ncurses.c
10461           (Juergen Pfeifer)
10462         + documentation fixes (Juergen Pfeifer)
10463
10464 970515  4.1 release for upload to prep.ai.mit.edu
10465         + re-tag changes since 970505 as 4.1 release.
10466
10467 970510
10468         + modify ncurses 'g' test to allow mouse input
10469         + modify default xterm description to include mouse.
10470         + modify configure script to add -Wwrite-strings if gcc warnings are
10471           enabled while configuring --enable-const (and fixed related
10472           warnings).
10473         + add toggle, status display for keypad mode to ncurses 'g' test to
10474           verify that keypad and scrollok are not inherited from parent window
10475           during a call to newwin.
10476         + correction to MKexpanded.sh to make it work when configure --srcdir
10477           is used (reported by H.J.Lu).
10478         + revise test for bool-type, ensuring that it checks if builtin.h is
10479           available before including it, adding test for sizeof(bool) equal
10480           to sizeof(short), and warning user if the size cannot be determined
10481           (reported by Alexander V. Lukyanov).
10482         + add files to support configuration of ncurses as an add-on library
10483           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
10484
10485 970506
10486         + correct buffer overrun in lib_traceatr.c
10487         + modify change to lib_vidattr.c to avoid redundant orig_pair.
10488         + turn on 'echo()' in hanoi.c, since it is initially off.
10489         + rename local 'errno' variable in etip.h to avoid conflict with global
10490           (H.J.Lu).
10491         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
10492           <hjl@lucon.org>)
10493
10494 970505  4.1 pre-release
10495         + regenerate the misc directory html dumps without the link list, which
10496           is not useful.
10497         + correct dependency in form directory makefile which caused
10498           unnecessary recompiles.
10499         + correct substitution for ABI_VERSION in test-makefile
10500         + modify install rules for shared-library targets to remove the target
10501           before installing, since some install programs do not properly handle
10502           overwrite of symbolic links.
10503         + change order of top-level targets so that 'include' immediate
10504           precedes the 'ncurses' directory, reducing the time between new
10505           headers and new libraries (requested by Larry Virden).
10506         + modify lib_vidattr.c so that colors are turned off only before
10507           modifying other attributes, turned on after others.  This makes the
10508           hanoi.c program display correctly on FreeBSD console.
10509         + modify debug code in panel library to print user-data addresses
10510           rather than the strings which they (may) point to.
10511         + add check to ensure that C++ binding and demo are not built with g++
10512           versions below 2.7, since the binding uses templates.
10513         + modify c++ binding and demo to build and run with SGI's c++ compiler.
10514           (It also compiles with the Sun SparcWorks compiler, but the demo does
10515           not link, due to a vtbl problem).
10516         + corrections to demo.cc, to fix out-of-scope variables (Juergen
10517           Pfeifer).
10518
10519 970503
10520         + correct memory leak in _nc_trace_buf().
10521         + add configure test for regexpr.h, for Unixware 1.x.
10522         + correct missing "./" prefixing names of generated files in ncurses
10523           directory.
10524         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
10525           to workaround shell bug on FreeBSD 2.1.5
10526         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
10527           that caused incorrect result in ncurses_cfg.h
10528         + correct initialization in lib_trace.c, which omitted version info.
10529         + remove ech, el1 attributes from cons25w description; they appear to
10530           malfunction in FreeBSD 2.1.5
10531         + correct color attributes in terminfo.src and lib_color.c to match
10532           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
10533           capabilities.
10534         + use curs_set() rather than checks via tigetstr() for test programs
10535           that hide the cursor: firework, rain, worm.
10536         + ensure that if the terminal lacks change_scroll_region, parm_index
10537           and parm_rindex are used only to scroll the whole screen (patch by
10538           Peter Wemm).
10539         + correct curs_set() logic, which did not return ERR if the requested
10540           attributes did not exist, nor did it assume an unknown initial state
10541           for the cursor (patch by Alexander V. Lukyanov).
10542         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
10543           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
10544         + correct hashmap.c, which did not update index information (patch by
10545           Alexander V. Lukyanov).
10546         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
10547         + correct index in lib_instr.c (Juergen Pfeifer).
10548         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
10549           (patch by Juergen Pfeifer).
10550
10551 970426
10552         + corrected cost computation in PutRange(), which was using
10553           milliseconds compared to characters by adding two new members to the
10554           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
10555         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
10556           const array of strings (suggested by Alexander V. Lukyanov).  The
10557           original suggestion in 970118 used a perl script.
10558         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
10559           well as noting the attributes that are not supported by a terminal.
10560         + trace the computation of cost values in lib_mvcur.c
10561         + modify _nc_visbuf() to use octal rather than hex, corrected sign
10562           extension bug in that function that caused buffer overflow.
10563         + modify trace in lib_acs.c to use _nc_visbuf().
10564         + suppress trace within _traceattr2().
10565         + correct logic of _tracechtype2(), which did not account for repeats
10566           or redefinition within an acsc string.
10567         + modify debug-library version baudrate() to use environment variable
10568           $BAUDRATE to override speed computation.  This is needed for
10569           regression testing.
10570         + correct problems shown by "weblint -pedantic".
10571         + update mailing-list information (now ncurses@bsdi.com).
10572
10573 970419
10574         + Improve form_field_validation.3x manpage to better describe the
10575           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
10576           precise information how the range checking can be avoided.  (patch by
10577           Juergen Pfeifer, reported by Bryan Henderson)
10578         + change type of min/max value of form types TYPE_INTEGER to long to
10579           match SVr4 documentation.
10580         + set the form window to stdscr in set_form_win() so that form_win()
10581           won't return null (patch by Juergen Pfeifer, reported by Bryan
10582           Henderson <bryanh@giraffe.netgate.net>).
10583
10584 970412
10585         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
10586         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
10587         + modify treatment of empty token in $MANPATH to /usr/man (reported by
10588           <Andries.Brouwer@cwi.nl>)
10589         + modify traces that record functions-called so that chtype and attr_t
10590           values are expressed symbolically, to simplify reuse of generated
10591           test-scripts on SVr4 regression testing.
10592         + add new trace functions _traceattr2() and _tracechtype2()
10593
10594 970405
10595         + add configure option --enable-const, to support the use of 'const'
10596           where XSI should have, but did not, specify.  This defines
10597           NCURSES_CONST, which is an empty token otherwise, for strict
10598           compatibility.
10599         + make processing of configure options more verbose by echoing the
10600           --enable/--with values.
10601         + add configure option --enable-big-core
10602         + set initial state of software echo off as per XSI.
10603         + check for C++ builtin.h header
10604         + correct computation of absolute-path for $INSTALL that dropped "-c"
10605           parameter from the expression.
10606         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
10607           ncurses is integrated into larger systems (adapted from diffs by
10608           H.J.Lu for libc).
10609         + correct inequality in lib_doupdate.c that caused a single-char to not
10610           be updated when the char on the right-margin was not blank, idcok()
10611           was true (patch by Alexander V Lukyanov (in 970124), reported
10612           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
10613         + modify 'clean' rule in include/Makefile so that files created by
10614           configure script are removed in 'distclean' rule instead.
10615
10616 970328
10617         + correct array limit in tparam_internal(), add case to interpret "%x"
10618           (patch by Andreas Schwab)
10619         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
10620           value properly when non-numeric characters were given (reported by
10621           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
10622
10623 970321
10624         + move definition of __INTERNAL_CAPS_VISIBLE before include for
10625           progs.priv.h (patch by David MacKenzie).
10626         + add configuration summary, reordered check for default include
10627           directory to better accommodate a case where installer is configuring
10628           a second copy of ncurses (reported by Klaus Weide
10629           <kweide@tezcat.com>)
10630         + moved the #define for 'inline' as an empty token from the
10631           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
10632           (reported by Ward Horner).
10633         + modify test for bool builtin type to use 'unsigned' rather than
10634           'unknown' when cross-compiling (reported by Ward Horner).
10635
10636 970315
10637         + add header dependencies so that "make install.libs" will succeed
10638           even if "make all" is not done first.
10639         + moved some macros from lib_doupdate.c to curses.priv.h to use in
10640           expanded functions with ATAC.
10641         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
10642           the winnstr functions can return more characters than will fit on one
10643           line.
10644
10645 970308
10646         + modify script that generates lib_gen.c to support traces of called &
10647           return.
10648         + add new configure option "--disable-macros", for testing calls within
10649           lib_gen.c
10650         + corrected logic that screens level-checking of called/return traces.
10651
10652 970301
10653         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
10654           addressing request by Ward Horner.
10655         + check for cross-compiling before trying to invoke the autoconf
10656           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
10657         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
10658           a pointer-increment.
10659         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
10660           Florian La Roche).
10661
10662 970215
10663         + add configure option --enable-expanded, together with code that
10664           implements an expanded form of certain complex macros, for testing
10665           with ATAC.
10666         + disable CHECK_POSITION unless --with-assertions is configured
10667           (Alexander V Lukyanov pointed out that this is redundant).
10668         + use keyname() to show traced chtype values where applicable rather
10669           than _tracechar(), which truncates the value to 8-bits.
10670         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
10671         + modify makefiles in progs and test directories to avoid using C
10672           preprocessor options on link commands (reported by Ward Horner)
10673         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
10674           by Ward Horner)
10675         + modify ifdef's to use configure-defined symbols consistently
10676           (reported by Ward Horner)
10677         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
10678           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
10679         + rename struct try to struct tries, to avoid name conflict with C++
10680           (reported by Gary Johnson).
10681         + modify worm.c to hide cursor while running.
10682         + add -Wcast-qual to gcc warnings, fix accordingly.
10683         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
10684           wrapping (Alexander V Lukyanov).
10685         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
10686           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
10687         + extend IRIX configuration to IRIX64
10688         + supply missing install.libs rule needed after restructuring
10689           test/Makefile.in
10690
10691 970208
10692         + modify "make mostlyclean" to leave automatically-generated source
10693           in the ncurses directory, for use in cross-compiles.
10694         + autogenerated object-dependencies for test directory
10695         + add configure option --with-rcs-ids
10696         + modify configuration scripts to generate major/minor/patch versions
10697           (suggested by Alexander V Lukyanov).
10698         + supply missing va_end's in lib_scanw.c
10699         + use stream I/O for trace-output, to eliminate fixed-size buffer
10700         + add TRACE_ICALLS definition/support to lib_trace.c
10701         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
10702
10703 970201
10704         + add/modify traces for called/return values to simplify extraction
10705           for test scripts.
10706         + changed _nc_visbuf to quote its result, and to dynamically allocate
10707           the returned buffer.
10708         + invoke ldconfig after installing shared library
10709         + modify install so that overwrite applies to shared library -lcurses
10710           in preference to static library (reported by Zeyd M Ben-Halim 960928).
10711         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
10712           symbol.
10713         + fixes to allow "make install" to work without first doing a "make
10714           all" (suggested by Larry Virden).
10715
10716 970125
10717         + correct order of #ifdef for TABS_OK.
10718         + instrumented toe.c to test memory-leaks.
10719         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
10720         + include <sys/types.h> in configuration test for regex.h (patch by
10721           Andreas Schwab)
10722         + make infocmp recognize -I option, for SVr4 compatibility (reported by
10723           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
10724
10725 970118
10726         + add extension 'use_default_colors()', modified test applications that
10727           use default background (firework, gdc, hanoi, knight, worm) to
10728           demonstrate.
10729         + correct some limit checks in lib_doupdate.c exposed while running
10730           worm.
10731         + use typeCalloc macro for readability.
10732         + add/use definition for CONST to accommodate testing with Solaris
10733           (SVr4) curses, which doesn't use 'const' in its prototypes.
10734         + modify ifdef's in test/hashtest.c and test/view.c to compile with
10735           Solaris curses.
10736         + modify _tracedump() to pad pad colors & attrs lines to match change
10737           in 970101 showing first/last changes.
10738         + corrected location of terminating null on dynamically allocated forms
10739           fields (patch by Per Foreby).
10740
10741 970111
10742         + added headers to make view.c compile on SCO with the resizeterm()
10743           code (i.e., struct winsize) - though this compiles, I don't have a
10744           suitable test configuration since SIGWINCH doesn't pass my network to
10745           that machine - T.Dickey.
10746         + update test/configure.in to supply some default substitutions.
10747         + modify configure script to add -lncurses after -lgpm to fix problem
10748           linking against static libraries.
10749         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
10750           Buhler)
10751         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
10752           <jbuhler@cs.washington.edu>)
10753         + modify headers to accommodate compilers that don't allow duplicate
10754           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
10755           <lvirden@cas.org>)
10756         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
10757         + modify lib_doupdate to make el, el1 and ed optimization use the
10758           can_clear_with macro, and change EmitRange to allow leaving cursor at
10759           the middle of interval, rather than always at the end (patch by
10760           Alexander V Lukyanov).  This was originally 960929, resync 970106.
10761
10762 970104
10763         + workaround defect in autoconf 2.12 (which terminates configuration
10764           if no C++ compiler is found) by adding an option --without-cxx.
10765         + modify several man-pages to use tbl, where .nf/.fi was used (reported
10766           by Jesse Thilo).
10767         + correct font-codes in some man-pages (patch by Jesse Thilo
10768           <Jesse.Thilo@pobox.com>)
10769         + use configure script's knowledge of existence of g++ library for the
10770           c++ Makefile (reported by Paul Jackson).
10771         + correct misleading description of --datadir configuration option
10772           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
10773
10774 970101
10775         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
10776           from Peter Wemm:
10777         > the logic for non_dest_scroll_region was interchanged between the
10778           forward & reverse scrolling cases.
10779         > multiple returns from the function allowed certain conditions to do
10780           part of an operation before discovering that it couldn't be
10781           completed, returning an error without restoring the cursor.
10782         > some returns were ERR, where the function had completed the
10783           operation, because the insert/delete line logic was improperly
10784           tested (this was probably the case Peter saw).
10785         > contrary to comments, some scrolling cases were tested after the
10786           insert/delete line method.
10787         + modify _tracedump() to show first/last changes.
10788         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
10789           refresh problem (reported by Peter Wemm) that caused nvi to not show
10790           result of ":r !ls" until a ^L was typed.
10791
10792 961229  (internal alpha)
10793         + correct some of the writable-strings warnings (reported by Gary
10794           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
10795           are part of the XSI specification, and can't be "fixed".
10796         + improve include-dependencies in form, menu, panel directories.
10797         + correct logic of delay_output(), which would return early if
10798           there is data on stdin.
10799         + modify interface & logic of _nc_timed_wait() to support 2 file
10800           descriptors, needed for GPM.
10801         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
10802           support, correcting logic in wgetch() and _nc_mouse_parse() which
10803           prevented patch from working properly -TD
10804         + improve performance of panel algorithm (Juergen Pfeifer 961203).
10805         + strip RCS id's from generated .html files in Ada95 subtree.
10806         + resync with generated .html files (Juergen Pfeifer 961223).
10807         + terminfo.src 10.1.0 (ESR).
10808
10809 961224  4.0 release
10810         + release as 4.0 to accommodate Linux ld.so.1.8.5
10811         + correct syntax/spelling, regenerated .doc files from .html using
10812           lynx 2.5
10813         + refined forms/menus makefiles (Juergen Pfeifer 961223).
10814
10815 961221  - snapshot
10816         + remove logic in read_entry.c that attempts to refine errno by using
10817           'access()' for the directory (from patch by Florian La Roche).
10818         + correct configure test/substitution that inhibits generating
10819           include-path to /usr/include if gcc is used (reported by Florian La
10820           Roche).
10821         + modify setupterm() to allocate new TERMINAL for each call, just as
10822           solaris' curses does (Alexander V Lukyanov 960829).
10823         + corrected memory leaks in read_entry.c
10824         + add configure options --with-dbmalloc, --with-dmalloc, and
10825           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
10826         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
10827           use of dbmalloc.
10828         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
10829           i.e., set current directory before linking.
10830         + split-out panel.priv.h, improve dependencies for forms, menus
10831           (Juergen Pfeifer 961204).
10832         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
10833           freeing the corresponding WINDOW (found using Purify).
10834         + modify delwin() to return ERR if the window to be deleted has
10835           subwindows, needed as a side-effect of resizeterm() (found using
10836           Purify).  Tested and found that SVr4 curses behaves this way.
10837         + implement logic for _nc_freeall(), bringing stub up to date.
10838
10839 961215
10840         + modify wbkgd() so that it doesn't set nulls in the rendered text,
10841           even if its argument doesn't specify a character (fixes test case by
10842           Juergen Pfeifer for bug-report).
10843         + set window-attributes in wbkgd(), to simplify comparison against
10844           Solaris curses, which does this.
10845
10846 961214  - snapshot
10847         + replace most constants in ncurses 'o' test by expressions, making it
10848           work with wider range of screen sizes.
10849         + add options to ncurses.c to specify 'e' test softkey format, and the
10850           number of header/footer lines to rip-off.
10851         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
10852           test.
10853         + add shell-out (!) command to ncurses 'p' test to allow test of
10854           resize between endwin/refresh.
10855         + correct line-wrap case in mvcur() by emitting carriage return,
10856           overlooked in 960928, but needed due to SVr4 compatibility changes to
10857           terminal modes in 960907.
10858         + correct logic in wresize that causes new lines to be allocated,
10859           broken for the special case of increasing rows only in 960907's fix
10860           for subwindows.
10861         + modify configure script to generate $(LDFLAGS) with -L and -l options
10862           in preference to explicit library filenames.  (NOTE: this may
10863           require further amending, since I vaguely recall a dynamic loader
10864           that did not work properly without the full names, but it should be
10865           handled as an exception to the rule, since some linkers do bulk
10866           inclusion of libraries when given the full name - T.Dickey).
10867         + modify configure script to allow user-supplied $CFLAGS to set the
10868           debug-option in all libraries (requested by lots of people) -TD
10869         + use return consistently from main(), rather than exit (reported by
10870           Florian La Roche).
10871         + add --enable-getcap-cache option to configure, normally disabled
10872           (requested by Florian La Roche).
10873         + make configure test for gettimeofday() and possibly -lbsd more
10874           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
10875         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
10876         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
10877           by Alexander V Lukyanov).
10878
10879 961208
10880         + corrected README wrt Ada95 (Juergen Pfeifer)
10881
10882 961207  - snapshot
10883         + integrate resizeterm() into doupdate(), so that if screen size
10884           changes between endwin/refresh, ncurses will resize windows to fit
10885           (this needs additional testing with pads and softkeys).
10886         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
10887           data used in ncurses library.
10888         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
10889           between initscr() and newwin() initialization (reported by
10890           Alexander V Lukyanov).
10891         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
10892           (set beta versions to those values -- NOTE that subsequent pre-4.0
10893           beta may not be interchangeable).
10894         + modify configure script to work with autoconf 2.12
10895
10896 961130  1.9.9g release
10897         + add copyright notices to configuration scripts (written by Thomas
10898           Dickey).
10899
10900 961127
10901         > patch, mostly for panel (Juergen Pfeifer):
10902         + cosmetic improvement for a few routines in the ncurses core library
10903           to avoid warning messages.
10904         + the panel overlap detection was broken
10905         + the panel_window() function was not fool-proof.
10906         + Some inlining...
10907         + Cosmetic changes (also to avoid warning messages when compiling with
10908           -DTRACE).
10909
10910 961126
10911         > patch by Juergen Pfeifer:
10912         + eliminates warning messages for the compile of libform.
10913         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
10914         + Updates man page and the Ada95 binding to reflect this.
10915         + Improves inlining in libmenu and libform.
10916
10917 961120
10918         + improve the use of the "const" qualifier in the
10919           panel library (Juergen Pfeifer)
10920         + change set_panel_userptr() and panel_userptr() to use void*
10921           (Juergen Pfeifer)
10922
10923 961119
10924         + change ABI to 3.4
10925         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
10926           (Juergen Pfeifer)
10927         + correct initialization of the stdscr pseudo panel in panel library
10928           (Juergen Pfeifer)
10929         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
10930           Pfeifer).
10931         > patch #324 (ESR):
10932         + typo in curs_termcap man page (reported by Hendrik Reichel
10933           <106065.2344@compuserve.com>)
10934         + change default xterm entry to xterm-r6.
10935         + add entry for color_xterm
10936
10937 961116  - snapshot
10938         + lint found several functions that had only #define implementations
10939           (e.g., attr_off), modified curses.h.in to generate them as per XSI
10940           Curses requirement that every macro be available as a function.
10941         + add check in infocmp.c to guard against string compare of
10942           CANCELLED_STRING values.
10943         + modify firework.c, rain.c to hide cursor while running.
10944         + correct missing va_end in lib_tparm.c
10945         + modify hanoi.c to work on non-color terminals, and to use timing
10946           delays when in autoplay mode.
10947         + correct 'echochar()' to refresh immediately (reported by Adrian
10948           Garside <94ajg2@eng.cam.ac.uk>)
10949         > patch #322 (ESR):
10950         + reorganize terminfo.src entries for xterm.
10951
10952 961109  - snapshot
10953         + corrected error in line-breakout logic (lib_doupdate.c)
10954         + modified newdemo to use wgetch(win) rather than getch() to eliminate
10955           a spurious clear-screen.
10956         + corrected ifdef's for 'poll()' configuration.
10957         + added modules to ncurses, form, menu for Ada95 binding (Juergen
10958           Pfeifer).
10959         + modify set_field_buffer() to allow assignment of string longer than
10960           the initial buffer length, and to return the complete string rather
10961           than only the initial size (Juergen Pfeifer and Per Foreby
10962           <perf@efd.lth.se>).
10963
10964 961102  - snapshot
10965         + configure for 'poll()' in preference to 'select()', since older
10966           systems are more likely to have a broken 'select()'.
10967         + modified render_char() to avoid OR'ing colors.
10968         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
10969           resize test, use wbkgd and corrected box() parameters.
10970         + make flushinp() test work in ncurses.c by using napms() instead of
10971           sleep().
10972         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
10973           distribution, as stated)
10974         + terminfo 9.13.18 resync (ESR)
10975         + check for getenv("HOME") returning null (ESR).
10976         + change buffer used to decode xterm-mouse commands to unsigned to
10977           handle displays wider than 128 chars (Juergen Pfeifer).
10978         + correct typo curs_outopts.3x (Juergen Pfeifer).
10979         + correct limit-checking in wenclose() (Juergen Pfeifer).
10980         + correction to Peter Wemm's newwin change (Thomas Fehr
10981           <fehr@suse.de>).
10982         + corrections to logic that combines colors and attributes; they must
10983           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
10984           Marshall).
10985
10986 961026  - snapshot
10987         + reset flags in 'getwin()' that might cause refresh to attempt to
10988           manipulate the non-existent parent of a window that is read from a
10989           file (lib_screen.c).
10990         + restructure _nc_timed_wait() to log more information, and to try to
10991           recover from badly-behaved 'select()' calls (still testing this).
10992         + move define for GOOD_SELECT into configure script.
10993         + corrected extra '\' character inserted before ',' in comp_scan.c
10994         + corrected expansion of %-format characters in dump_entry.c; some were
10995           rendered as octal constants.
10996         + modify dump_entry.c to make terminfo output more readable and like
10997           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
10998           comma, "\^" and "\:" as well.
10999         + corrected some memory leaks in ncurses.c, and a minor logic error
11000           in the top-level command-parser.
11001         + correction for label format 4 (PC style with info line), a
11002           slk_clear(), slk_restore() sequence didn't redraw the info line
11003           (Juergen Pfeifer).
11004         + modified the slk window (if simulated) to inherit the background and
11005           default character attributes from stdscr (Juergen Pfeifer).
11006         + corrected limit-check in set_top_row (Juergen Pfeifer).
11007
11008 961019  - snapshot
11009         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
11010           had '.lastchar' entry one beyond '._maxx'.
11011         + modify ncurses test-program to work with data piped to it.
11012         + corrected pathname computation in run_tic.sh, removing extra "../"
11013           (reported by Tim Mooney).
11014         + modified configure script to use previous install's location for
11015           curses.h
11016         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
11017           a default.
11018
11019 961013
11020         + revised xterm terminfo descriptions to reflect the several versions
11021           that are available.
11022         + corrected a pointer reference in dump_entry.c that didn't test if
11023           the pointer was -1.
11024
11025 961005  - snapshot
11026         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
11027         + add -x option to hashtest to control whether it allows writes to the
11028           lower-right corner.
11029         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
11030           simpler to construct tests (for double-check of _nc_hash_map tests).
11031         + correct ifdef's for c++ in curses.h
11032         + change default xterm type to xterm-x11r6.
11033         + correct quoting in configure that made man-pages installed with
11034           $datadir instead of actual terminfo path.
11035         + correct whitespace in include/Caps, which caused kf11, clr_eol and
11036           clr_end to be omitted from terminfo.5
11037         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
11038         + improve appearance of marker in multi-selection menu (Juergen
11039           Pfeifer)
11040         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
11041         + document 'field_index()' (Juergen Pfeifer)
11042         > patch #321 (ESR):
11043         + add some more XENIX keycap translations to include/Caps.
11044         + modify newwin to set initial state of each line to 'touched'
11045           (from patch by Peter Wemm <peter@spinner.dialix.com>)
11046         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
11047
11048 960928  - snapshot
11049         + ifdef'd out _nc_hash_map (still slower)
11050         + add graphic characters to vt52 description.
11051         + use PutAttrChar in ClrToEOL to ensure proper background, position.
11052         + simplify/correct logic in 'mvcur()' that does wrapping; it was
11053           updating the position w/o actually moving the cursor, which broke
11054           relative moves.
11055         + ensure that 'doupdate()' sets the .oldindex values back to a sane
11056           state; this was causing a spurious refresh in ncurses 'r'.
11057         + add logic to configure (from vile) to guard against builders who
11058           don't remove config.cache & config.status when doing new builds -TD
11059         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
11060           did not follow the 2-parameter scheme specified in XSI.
11061         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
11062           clearok work properly (report by Michael Elkins).
11063         + corrected problem with endwin introduced by #314 (removing the
11064           scrolling-region reset) that broke ncurses.c tests.
11065         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
11066           <fischman@math.ucla.edu>).
11067         + corrected formatting of terminfo.5 tables (Juergen Ehling)
11068         > patch 320 (ESR):
11069         + change ABI to 3.3
11070         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
11071           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
11072         + reverse the default o configure --enable-termcap (consensus).
11073         > patch 319 (ESR):
11074         + modified logic for clearok and related functions (from report by
11075           Michael Elkins) - untested
11076         > patch 318 (ESR):
11077         + correction to #317.
11078         > patch 317 (ESR):
11079         + re-add _nc_hash_map
11080         + modify EmitRange to maintain position as per original design
11081           (patch by A. Lukyanov).
11082         + modify test/ncurses.c and tputs, etc., to allow trace counting
11083           output characters.
11084         + add hashtest.c program to time the hashmap optimization.
11085         > patch 316 (ESR):
11086         + add logic to deal with magic-cookie (how was this tested?)
11087           (lib_doupdate.c).
11088         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
11089         > patch 315 (ESR):
11090         + merge changes to lib_doupdate.c to use ech and rep - untested
11091           (patch by Alexander V Lukyanov).
11092         + modified handling of interrupted system calls - untested
11093           (lib_getch.c, lib_twait.c).
11094         + new function _nc_mvcur_resume()
11095         + fix return value for 'overlay()', 'overwrite()'
11096
11097 960914  - snapshot
11098         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
11099           test.
11100         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
11101           Ehling <eh@eclipse.aball.de>).
11102         + update xterm-color to reflect XFree86 3.1.3G release.
11103         + correct broken dtterm description from #314 patch (e.g., spurious
11104           newline.  The 'pairs' change might work, but no one's tested it
11105           either ;-)
11106         + clarify the documentation for the builtin form fieldtypes (Juergen
11107           Pfeifer)
11108         > patch 314 (ESR):
11109         + reset scroll region on startup rather than at wrapup time
11110           (enhancement suggested by Alexander V Lukyanov).
11111         + make storage of palette tables and their size counts per-screen for
11112           multi-terminal applications (suggested by Alexander V Lukyanov).
11113         + Improved error reporting for infotocap translation errors.
11114         + Update terminfo.src to 9.13.14.
11115
11116 960907  - snapshot
11117         + rewrote wgetstr to make it erase control chars and also fix bogus use
11118           of _nc_outstr which caused the display to not wrap properly (display
11119           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
11120         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
11121           (and split up this screen to accommodate non-ANSI terminals).
11122         + test enter_insert_mode and exit_insert_mode in has_ic().
11123         + removed bogus logic in mvcur that assumes nl/nonl set output modes
11124           (XSI says they are input modes; SVr4 implements this).
11125         + added macros SET_TTY, GET_TTY to term.h
11126         + correct getstr() logic that altered terminal modes w/o restoring.
11127         + disable ICRNL, etc., during initialization to match SVr4, removing
11128           the corresponding logic from raw, cbreak, etc.
11129         + disable ONLCR during initialization, to match SVr4 (this is needed
11130           for cursor optimization when the cursor-down is a newline).
11131         + replaced ESR's imitation of wresize with my original (his didn't
11132           work).
11133
11134 960831  - snapshot
11135         + memory leaks (Alexander V. Lukyanov).
11136         + modified pnoutrefresh() to be more tolerant of too-large screen
11137           size (reported by Michael Elkins).
11138         + correct handling of terminfo files with no strings (Philippe De
11139           Muyter)
11140         + correct "tic -s" to take into account -I, -C options.
11141         + modify ncurses 'f' test to not print codes 80 through 9F, since they
11142           are considered control codes by ANSI terminals.
11143
11144 960824  - snapshot
11145         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
11146         + make "--enable-getcap" configuration-option work (reported by
11147           Peter Wemm <peter@spinner.DIALix.COM>)
11148
11149 960820
11150         + correct err in 960817 that changed return-value of tigetflag()
11151           (reported by Alexander V. Lukyanov).
11152         + modify infocmp to use library default search-path for terminfo
11153           directory (Alexander V. Lukyanov).
11154
11155 960817  - snapshot
11156         + corrected an err in mvcur that broke resizing-behavior.
11157         + correct fall-thru behavior of _nc_read_entry(), which was not finding
11158           descriptions that existed in directories past the first one searched
11159           (reported by Alexander V. Lukyanov)
11160         + corrected typo in dtterm description.
11161         > patch 313 (ESR):
11162         + add dtterm description
11163         + clarify ncurses 'i' test (drop mvwscanw subtest)
11164
11165 960810  - snapshot
11166         + correct nl()/nonl() to work as per SVr4 & XSI.
11167         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
11168         + refine configure-test for "-g" option (Tim Mooney).
11169         + correct interaction between O_BLANK and NEW_LINE request in form
11170           library (Juergen Pfeifer)
11171
11172 960804
11173         + revised fix to tparm; previous fix reversed parameter order.
11174         > patch 312 (ESR):
11175           correct terminfo.src corrupted by #310
11176         > patch 311 (ESR):
11177         + fix idlok() and idcok() and the default of the idlok switch (report
11178           by Ville Sulko).
11179
11180 960803  - snapshot
11181         + corrected tparm to handle capability strings without explicit pop
11182           (reported by William P Setzer)
11183         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
11184           (reported by Tim Mooney).
11185         > patch 310 (ESR):
11186         + documentation and prototyping errors for has_color, immedok and idcok
11187           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
11188         + updated qnx terminfo entry (patch by Michael Hunter)
11189
11190 960730
11191         + eliminate quoted includes in ncurses subdirectory, ensure config.h
11192           is included first.
11193         + newterm initializes terminal settings the same as initscr (reported
11194           by Tim Mooney).
11195
11196 960727  - snapshot
11197         + call cbreak() in initscr(), as per XSI & SVr4.
11198         + turn off hardware echo in initscr() as per XSI & SVr4
11199         > patch 309 (ESR):
11200         + terminfo changes (9.3.9), from BRL
11201         + add more checks to terminfo parser.
11202         + add more symbols to infocmp.
11203
11204 960720  - snapshot
11205         + save previous-attribute in lib_vidattr.c if SP is null (reported by
11206           Juergen Fluk <louis@dachau.marco.de>)
11207         + corrected calls on _nc_render so that background character is set
11208           as per XSI.
11209         + corrected wbkgdset macro (XSI allows background character to be
11210           null), and tests that use it.
11211         + more corrections to terminfo (xterm & rxvt)
11212         + undid change to mcprint prototype (cannot use size_t in curses.h
11213           because not all systems declare it in the headers that we can safely
11214           include therein).
11215         + move the ifdefs for errno into curses.priv.h
11216         > patch 308 (ESR):
11217         + terminfo changes (9.3.8)
11218         + modified logic of error-reporting in terminfo parser
11219         + fix option-processing bug in toe.
11220
11221 960713  - snapshot
11222         + always check for <sys/bsdtypes.h> since ISC needs it to declare
11223           fd_set (Juergen Pfeifer)
11224         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
11225           by Juergen Pfeifer, Mike Long)
11226         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
11227         + corrected prototype for delay_output() -- bump ABI to 3.2
11228         + patch 307 (ESR):
11229         + enable more translations of nonstandard caps, and document them.
11230         + misc/terminfo.src update to 9.13.8
11231         + patch 306 (ESR):
11232         + moved logic that filters out rmul and rmso from setupterm to newterm
11233           where it is less likely to interfere with termcap applications.
11234         + cosmetic fixes to test/ncurses.c
11235         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
11236           rather than constant (report by mib).
11237         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
11238           Muyter).
11239         + modify ncurses/comp_parse.c so that entries containing a "+" can
11240           have missing rmcup vs smcup.
11241
11242 960707
11243         + rollback ESR's #305 change to terminfo.src (it breaks existing
11244           applications, e.g., 'less 290').
11245         + correct path of edit_man.sh, and fix typo that made all man-pages
11246           preformatted.
11247         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
11248         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
11249           Philippe De Muyter).
11250
11251 960706  - snapshot
11252         + make lib_vidattr.c more readable using macros.
11253         + filter out rmul, rmso that conflict with sgr0 when reading terminal
11254           descriptions.
11255         + work around autoconf bug, force $INSTALL to absolute path
11256           (reported by Zeyd).
11257         + modify man-page install for BSDI to install preformatted .0 files
11258           (reported by David MacKenzie).
11259         + add/use gcc __attribute__ for printf and scanf in curses.h
11260         + added SGR attributes test-case to ncurses
11261         + revised ncurses 't' logic to show trace-disable effect in the menu.
11262         + use getopt in ncurses program to process -s and -t options.
11263         + make ncurses 'p' legend toggle with '?'
11264         + disable scrollok during the ncurses 'p' test; if it is enabled the
11265           stdscr will scroll when putting the box-corners in the lower-right
11266           of the screen.
11267         > patch 305 (ESR):
11268         + added sanity-checking of various paired string attributes.
11269         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
11270         + modify man/Makefile.in to make terminfo.5 during normal build.
11271         > patch 304 (ESR):
11272         + corrected allocation-length for $HOME/.terminfo path.
11273
11274 960629  - snapshot
11275         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
11276           terminals with no scrolling-support (reported by Nikolay Shadrin
11277           <queen@qh.mirea.ac.ru>)
11278         + added ^S scrollok-toggle to ncurses 'g' test.
11279         + added ^T trace-toggle to ncurses tests.
11280         + modified ncurses test program to use ^Q or ESC consistently for
11281           terminating tests (rather than ^D), and to use control keys rather
11282           than function keys in 'g' test.
11283         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
11284           (reported by Philippe De Muyter).
11285         + modify lib_doupdate.c to use effective costs to tradeoff between
11286           delete-character/insert-character vs normal updating (reported by
11287           David MacKenzie).
11288         + compute effective costs for screen update operations (e.g., clr_eos,
11289           delete_character).
11290         + corrected error in knight.c exposed by wrap fixes in 960622; the
11291           msgwin needed scrollok set.
11292         + corrected last change to IDcTransformLine logic to avoid conflict
11293           between PutRange and InsStr
11294         + modified run_tic.sh to not use /usr/tmp (reported by David
11295           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
11296           set.
11297         + corrected off-by-one in RoomFor call in read_entry.c
11298
11299 960622  - snapshot
11300         + modified logic that wraps cursor in addch to follow the XSI spec,
11301           (implemented in SVr4) which states that the cursor position is
11302           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
11303           actual semantics.
11304         + added -s option to tic, to provide better diagnostics in run_tic.sh
11305         + improved error-recovery for tabset install.
11306         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
11307           _yoffset to WINDOW).
11308         + modified initialization of SP->_ofp so that init_acs() is called with
11309           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
11310         + documentation fixes (Juergen Pfeifer).
11311         + corrected, using new SCREEN and WINDOW members, the behavior of
11312           ncurses if one uses ripoffline() to remove a line from the top of the
11313           screen (Juergen Pfeifer).
11314         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
11315           ncurses (Juergen Pfeifer).
11316         + incorrect buffer-size in _nc_read_entry, reported by ESR.
11317
11318 960617
11319         + corrected two logic errors in read_entry.c, write_entry.c (called by
11320           tic, the write/read of terminfo entries used inconsistent rules for
11321           locating the entries; the $TERMINFO_DIRS code would find only the
11322           first entry in a list).
11323         + refined pathname computation in run_tic.sh and shlib.
11324         + corrected initialization of $IP in misc/run_tic.sh
11325
11326 960615  - snapshot
11327         + ifdef'd out _nc_hash_map() call because it does not improve speed.
11328         + display version of gcc if configure script identifies it.
11329         + modify configure script to use /usr as Linux's default prefix.
11330         + modify run_tic.sh to use shlib script, fixes some problems installing
11331           with a shared-library configuration.
11332         + adjusted configure script so that it doesn't run tests with the
11333           warnings turned on, which makes config.log hard to read.
11334         + added 'lint' rule to top-level Makefile.
11335         + added configure option '--with-install-prefix' for use by system
11336           builders to install into staging locations (requested by
11337           Charles Levert <charles@comm.polymtl.ca>).
11338         + corrected autoconfigure for Debian man program; it's not installed
11339           as "man_db".
11340         + set noecho in 'worm'; it was ifdef'd for debug only
11341         + updated test/configure.in for timing-display in ncurses 'p' test
11342         + corrected misspelled 'getbkgd()'.
11343         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
11344           to blank if no character given, copies attributes to window's
11345           attributes).
11346         + modified lib_doupdate.c to use lower-level SP's current_attr state
11347           instead of curscr's state, since it is redundant.
11348         + correction to IDcTransformLine logic which controls where InsStr is
11349           invoked (refined by Alexander V Lukyanov).
11350         > patch 303 (ESR):
11351         + conditionally include Chris Torek's hash function _nc_hash_map().
11352         + better fix for nvi refresh-bug (Rick Marshall)
11353         + fix for bug in handling of interrupted keystroke waits,
11354           (Werner Fleck).
11355         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
11356
11357 960601  - snapshot
11358         + auto-configure man-page compression-format and renames for Debian.
11359         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
11360         + re-order curses.priv.h for lint.
11361         + added rules for lintlib, lint
11362         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
11363         + corrected missing INSTALL_DATA in misc/Makefile.in
11364         + flush output when changing cursor-visibility (Rick Marshall)
11365         + fix a minor bug in the _nc_ripoff() routine and improve error
11366           checking when creating the label window (Juergen Pfeifer).
11367         + enhancement to the control over the new PC-style soft key format.
11368           allow caller now to select whether or not one wants to have
11369           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
11370         + typos, don't use inline with "-g" (Philippe De Muyter)
11371         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
11372
11373 960526  - snapshot
11374         + removed --with-ticdir option altogether, maintain compatibility with
11375           existing applications via symbolic link in run_tic.sh
11376         + patch for termio.h, signal (Philippe De Muyter)
11377         + auto-configure gcc warning options rather than infer from version.
11378         + auto-configure __attribute__ for different gcc versions.
11379         + corrected special use of clearok() in hardscroll.c by resetting flag
11380           in wrefresh().
11381         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
11382         + include sys/types.h in case stdlib.h does not declare size_t.
11383         + fixes for makefile (Tim Mooney)
11384         + fixes for menus & forms (Juergen Pfeifer)
11385         > patch 302 (ESR):
11386         + improve hash function (suggested by Alexander V Lukyanov).
11387         + 9.13.4 update for terminfo.src
11388
11389 960518  - snapshot
11390         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
11391         + refined case in lib_doupdate.c for ClrToEOL().
11392         + corrected prior change for PutRange (Alexander V Lukyanov
11393           <lav@yars.free.net>).
11394         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
11395         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
11396         + renamed "--with-datadir" option to "--with-ticdir" to avoid
11397           confusion, and made this check for the /usr/lib/terminfo pre-existing
11398           directory.
11399         > patches 299-301 (ESR):
11400         + html fixes (Phillippe de Muyter).
11401         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
11402         + added hashmap.c
11403         + mods to tracing, especially for ACS chars.
11404         + corrected off-by-one in IDCtransform.
11405         + corrected intermittent mouse bug by using return-value from read().
11406         + mods to parse_entry.c, for smarter defaults.
11407
11408 960512
11409         + use getopt in 'tic'; added -L option and modified -e option to allow
11410           list from a file.
11411
11412 960511
11413         + don't use fixed buffer-size in tparm().
11414         + modified tic to create terminfo directory if it doesn't exist.
11415         + added -T options to tic and infocmp (for testing/analysis)
11416         + refined the length criteria for termcap and terminfo
11417         + optimize lib_doupdate with memcpy, PutRange
11418         > patches 297, 298 (ESR):
11419         + implement TERMINFO_DIRS, and -o option of tic
11420         + added TRACE_IEVENT
11421         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
11422           deselect.
11423         + added lib_print.c (request by Rick Marshall).
11424         + added has_key() (request by Juergen Pfeifer).
11425         + do not issue clrtoeol or clrtobot if the relevant portion of the line
11426           is already blank (analysis by Keith Bostic).
11427         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
11428           (analysis by Jurgen Eidt).
11429         + update screen's notion of cursor position in endwin() (analysis by
11430           Alexander Lukyanov).
11431         + added 't' to ncurses.c test.
11432         + moved delay_output() to lib_tputs.c
11433         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
11434           is not part of X/Open Curses).
11435         + removed boolean version of 'getm'.
11436         + misc cursor & optimization fixes.
11437
11438 960504  - snapshot
11439         + modified ncurses 'p' test to allow full-screen range for panner size.
11440         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
11441         + don't use fixed buffer-size in fmt_entry().
11442         + added usage-message to 'infocmp'.
11443         + modified install.includes rules to prepend subdirectory-name to
11444           "#include" if needed.
11445
11446 960430
11447         + protect wrefresh, wnoutrefresh from invocation with pad argument.
11448         + corrected default CCFLAGS in test/Makefile.
11449
11450 960428  - snapshot
11451         + implemented logic to support terminals with background color erase
11452           (e.g., rxvt and the newer color xterm).
11453         + improved screen update logic (off-by-one logic error; use clr_eos if
11454           possible)
11455
11456 960426  - snapshot
11457         + change ncurses 'a' test to run in raw mode.
11458         + make TIOCGWINSZ configure test less stringent, in case user
11459           configures via terminal that cannot get screen size.
11460         > patches 295, 296 (ESR):
11461         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
11462           overhead for programs that use only termcap features.
11463         + new "-e" and "-h" options of tic (request by Tony Nugent).
11464         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
11465           Verdoolaege).
11466         + fix for "infocmp -e" to emit correct initializers (reported by Manual
11467           J Novoa III).
11468         + restore working-directory in read_termcap.c (report by Kayvan
11469           Sylvan).
11470         + use "-h" option on Solaris when generating shared libraries on
11471           Solaris 2.5 to record the library name in the file, for assisting
11472           the loader (patch by Scott Kramer).
11473         + undo patch #294 changes to form and menu libraries (request by
11474           Juergen Pfeifer).
11475
11476 960418  - snapshot
11477         + use autoconf 2.9
11478         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
11479           definitions via <termios.h>, modified macros in lib_raw.c to avoid
11480           K&R-style substitution)
11481         > patches 293, 294 (ESR):
11482         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
11483           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
11484           changes (patches by Juergen Pfeifer).
11485         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
11486           __QNX__ is defined (patch by Michael Hunter).
11487         + modify setupterm() to match documentation for its return value, fix
11488           newterm to work with this change (report by Emmet Lazich).
11489         + add checks in getch() for error, return ERR as appropriate (report by
11490           Emmet Lazich).
11491         + mods to wgetch() in cooked mode (report by Pete Seebach).
11492         + corrected askuser() logic in tset (patch by Remco Treffkorn).
11493         + correct interaction of endwin() with mouse processing (report by
11494           Michael Elkins).
11495         + added trace support for TTY flags
11496         + update terminfo.src to 9.13.1
11497         + FreeBSD console entries (patch by Andrew Chernov).
11498
11499 960406
11500         + fixes for NeXT, ISC and HPUX auto-configure
11501         + autogenerate development header-dependencies (config.h, *.priv.h)
11502         + corrected single-column formatting of "use=" (e.g., in tic)
11503         + modify tic to read full terminfo-names
11504         + corrected divide-by-zero that caused hang (or worse) when redirecting
11505           output
11506         + modify tic to generate directories only as-needed (and corrected
11507           instance of use of data from function that had already returned).
11508
11509 ### ncurses-1.9.8a -> 1.9.9e
11510
11511 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
11512   copy-changed-lines behavior.
11513 * added and documented wresize() function.
11514 * more fixes to LOWER-RIGHT corner handling.
11515 * changed the line-breakout optimization code to allow some lines to be
11516   emitted before the first check.
11517 * added option for tic to use symbolic instead of hard links (for AFS)
11518 * fix to restore auto-wrap mode.
11519 * trace level can be controlled by environment variable.
11520 * better handling of NULs in terminal descriptions.
11521 * improved compatibility with observed SVR4 behavior.
11522 * the refresh behavior of over-lapping windows is now more efficient and
11523   behaves like SVR4.
11524 * use autoconf 2.7, which results in a working setup for SCO 5.0.
11525 * support for ESCDELAY.
11526 * small fixes for menu/form code.
11527 * the test directory has its own configure.
11528 * fixes to pads when optimizing scrolling.
11529 * fixed several off-by-one bugs.
11530 * fixes for termcap->terminfo translation; less restrictions more correct
11531   behavior.
11532
11533 ### ncurses-1.9.7 -> 1.9.8a
11534
11535 * teach infocmp -i to recognize ECMA highlight sequences
11536 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
11537 * support infocmp -RBSD.
11538 * satisfy XSI Curses requirement that every macro be available as a function.
11539 * This represents the last big change to the public interface of ncurses. The
11540   ABI_VERSION has now been set at 3.0 and should stay there barring any great
11541   catastrophies or acts of God.
11542 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
11543   requirements.
11544 * libncurses now gets linked to libcurses to help seamless emulation
11545   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
11546   off.
11547
11548 ### ncurses-1.9.6 -> 1.9.7
11549
11550 * corrected return values of setupterm()
11551 * Fixed some bugs in tput (it does padding now)
11552 * fixed a bug in tic that made it do the wrong thing on entries with more than
11553   one `use' capability.
11554 * corrected the screen-size calculation at startup time to alter the
11555   numeric capabilities as per SVr4, not just LINES and COLS.
11556 * toe(1) introduced; does what infocmp -T used to.
11557 * tic(1) can now translate AIX box1 and font[0123] capabilities.
11558 * tic uses much less core, the dotic.sh kluge can go away now.
11559 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
11560 * Add $HOME/.terminfo as source/target directory for terminfo entries.
11561 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
11562 * added -h option to toe(1).
11563 * added -R option to tic(1) and infocmp(1).
11564 * added fallback-entry-list feature.
11565 * added -i option to infocmp(1).
11566 * do a better job at detecting if we're on SCO.
11567
11568 ### ncurses-1.9.5 -> 1.9.6
11569
11570 * handling of TERMCAP environment variables now works correctly.
11571 * various changes to shorten termcap translations to less that 1024 chars.
11572 * tset(1) added
11573 * mouse support for xterm.
11574 * most data tables are now const and accordingly live in shareable text space.
11575 * Obey the XPG4/SVr4 practice that echo() is initally off.
11576 * tic is much better at translating XENIX and AIX termcap entries now.
11577 * tic can interpret ko capabilities now.
11578 * integrated Juergen Pfeifer's forms library.
11579 * taught write_entry() how not to write more than it needs to; this change
11580   reduces the size of the terminfo tree by a full 26%!
11581 * infocmp -T option added.
11582 * better warnings about historical tic quirks from tic.
11583
11584 ### ncurses 1.9.4 -> 1.9.5
11585
11586 * menus library is now included with documentation.
11587 * lib_mvcur has been carefully profiled and tuned.
11588 * Fixed a ^Z-handling bug that was tanking lynx(1).
11589 * HJ Lu's patches for ELF shared libraries under Linux
11590 * terminfo.src 9.8.2
11591 * tweaks for compiling in seperate directories.
11592 * Thomas Dickey's patches to support NeXT's brain-dead linker
11593 * Eric Raymond's patches to fix problems with long termcap entries.
11594 * more support for shared libraries under SunOS and IRIX.
11595
11596 ### ncurses 1.9.3 -> 1.9.4
11597
11598 * fixed an undefined-order-of-evaluation bug in lib_acs.c
11599 * systematically gave non-API public functions and data an _nc_ prefix.
11600 * integrated Juergen Pfeifer's menu code into the distribution.
11601 * totally rewrote the knight test game's interface
11602
11603 ### ncurses 1.9.2c -> 1.9.3
11604
11605 * fixed the TERMCAP_FILE Support.
11606 * fixed off-by-one errors in scrolling code
11607 * added tracemunch to the test tools
11608 * took steps to cut the running time of make install.data
11609
11610 ### ncurses 1.9.2c -> 1.9.2d
11611
11612 * revised 'configure' script to produce libraries for normal, debug,
11613   profile and shared object models.
11614
11615 ### ncurses 1.9.1 -> 1.9.2
11616
11617 * use 'autoconf' to implement 'configure' script.
11618 * panels support added
11619 * tic now checks for excessively long termcap entries when doing translation
11620 * first cut at eliminating namespace pollution.
11621
11622 ### ncurses 1.8.9 -> 1.9
11623
11624 * cleanup gcc warnings for the following: use size_t where 'int' is not
11625   appropriate, fixed some shadowed variables, change attr_t to compatible with
11626   chtype, use attr_t in some places where it was confused with 'int'.
11627 * use chtype/attr_t casts as appropriate to ensure portability of masking
11628   operations.
11629 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
11630 * supplied missing prototypes in curses.h
11631 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
11632   are consistent (they weren't).
11633 * corrected prototype of tputs in <termcap.h>
11634 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
11635   that may be out of bounds on the stack) -- Purify found this.
11636 * ensure that TRACE is defined in lib_trace.c (to solve prototype
11637   warnings from gcc).
11638 * corrected scrolling-region size in 'mvcur_wrap()'
11639 * more spelling fixes
11640 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
11641 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
11642   core in init_acs()).
11643 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
11644   in that file).
11645
11646 ### ncurses 1.8.8 -> 1.8.9
11647
11648 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
11649   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
11650   non-portable use of "%x" for pointers, or for chtype data (which is declared
11651   as a long).
11652 * modified doupdate to ensure that typahead was turned on before attempting
11653   select-call (otherwise, some implementations hang).
11654 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
11655   resolution of traces.
11656 * improved bounds checking on several critical functions.
11657 * the data directory has been replaced by the new master terminfo file.
11658 * -F file-comparison option added to infocmp.
11659 * compatibility with XSI Curses is now documented in the man bages.
11660 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
11661   is much less flaky.
11662 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
11663   memory_above, memory_below, and hard_copy are now used properly.
11664 * cursor-movement optimization has been completely rewritten.
11665 * vertical-movement optimization now uses hardware scrolling, il, dl.
11666
11667 ### ncurses 1.8.7 -> 1.8.8
11668 * untic no longer exists, infocmp replaces it.
11669 * tic can understand termcap now, especially if it is called captoinfo.
11670 * The Linux Standard Console terminfo entry is called linux insead of console.
11671   It also uses the kernel's new method of changing charsets.
11672 * initscr() will EXIT upon error (as the docs say) This wil mostly happen if
11673   you try to run on an undefined terminal.
11674 * I can get things running on AIX but tic can't compile terminfo. I have to
11675   compile entries on another machine. Volunteers to hunt this bug are welcome.
11676 * wbkgd() and wbkgdset() can be used to set a windows background to color.
11677   wclear()/werase() DO NOT use the current attribute to clear the screen.
11678   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
11679   though PDCurses 2.2 has been fixed.
11680 * cleaned up the test/ directory.
11681 * test/worm will segfault after quite a while.
11682 * many spelling corrections courtesy of Thomas E. Dickey
11683
11684 ### ncurses 1.8.6 -> 1.8.7
11685 * cleaned up programs in test/ directory.
11686 * fixed wbkgdset() macro.
11687 * modified getstr() to stop it from advancing cursor in noecho mode.
11688 * modified linux terminfo entry to work with the latest kernel to get
11689   the correct alternate character set.
11690 * also added a linux-mono entry for those running on monochrome screens.
11691 * changed initscr() so that it behaves like the man page says it does.
11692   this fixes the problem with programs in test/ crashing with SIGSEV if
11693   a terminal is undefined.
11694 * modified addch() to avoid using any term.h #define's
11695 * removed duplicate tgoto() in lib_tparm.c
11696 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
11697 * modified delwin() to correctly handle deleting subwindows.
11698 * fixed Makefile.dist to stop installing an empty curses.h
11699 * fixed a couple of out-of-date notes in man pages.
11700
11701 ### ncurses 1.8.5 -> 1.8.6
11702 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
11703 * The handling of attributes has been improved and now does not turn off color
11704   if other attributes are turned off.
11705 * scrolling code is improved. Scrolling in subwindows is still broken.
11706 * Fixes to several bugs that manifest them on platforms other than Linux.
11707 * The default to meta now depends on the status of the terminal when ncurses
11708   is started.
11709 * The interface to the tracing facility has changed.  Instead of the pair of
11710   functions traceon() and traceoff(), there is just one function trace() which
11711   takes a trace mask argument.  The trace masks, defined in curses.h, are
11712   as follows:
11713
11714         #define TRACE_DISABLE   0x00    /* turn off tracing */
11715         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
11716         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
11717         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
11718
11719   More trace masks may be added, or these may be changed, in future releases.
11720 * The pad code has been improved and the pad test code in test/ncurses.c has
11721   been improved.
11722 * The prototype ansi entry has been changed to work with a wider variety
11723   of emulators.
11724 * Fix to the prototype ansi entry that enables it to work with PC emulators
11725   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
11726   break operation with any emulators.
11727 * There are now working infocmp, captoinfo, tput, and tclear utilities.
11728 * tic can now compile entries in termcap syntax.
11729 * Core-dump bug in pnoutrefresh fixed.
11730 * We now recognize and compile all the nonstandard capabilities in Ross
11731   Ridge's mytinfo package (rendering it obsolete).
11732 * General cleanup and documentation improvements.
11733 * Fixes and additions to the installation-documentation files.
11734 * Take cursor to normal mode on endwin.
11735
11736 ### ncurses 1.8.4 -> 1.8.5
11737 * serious bugs in updating screen which caused erratic non-display,
11738   fixed.
11739 * fixed initialization for getch() related variable which cause
11740   unpredictable results.
11741 * fixed another doupdate bug which only appeared if you have
11742   parm_char.
11743 * implemented redrawln() and redrawwin().
11744 * implemented winsnstr() and related functions.
11745 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
11746 * changed Makefile.dist so that installation of man pages will
11747   take note of the terminfo directory.
11748 * fixed Configure (removed the mysterious 'X').
11749 * Eric S. Raymond fixed the script.* files so that they work with
11750   stock awk.
11751
11752 #### ncurses 1.8.3 -> 1.8.4 #### ####
11753 * fixed bug in refreshing the screen after return from shell_mode.
11754   There are still problems but they don't manifest themselves on
11755   my machine (Linux 0.99.14f).
11756 * added wgetnstr() and modified things accordingly.
11757 * fixed the script.src script.test to work with awk not just gawk.
11758 * Configure can now take an argument of the target system.
11759 * added test/ncurses.c which replaces several other programs and
11760   performs more testing.
11761 [Thanks to Eric S Raymond for the last 4]
11762 * more fixes to lib_overlay.c and added test/over.c to illustrate
11763   how it works.
11764 * fixed ungetch() to take int instead of ch.
11765 * fixes to cure wgetch() if flushinp() is called.
11766
11767 One note I forgot to mention in 1.8.3 is that tracing is off by
11768 default starting in the version. If you want tracing output, put
11769 traceon(); in your code and link with -ldcurses.
11770
11771 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
11772 MAJOR CHANGES:
11773 1) The order of capabilities has been changed in order to achieve
11774 binary compatibility with SVR4 terminfo database. This has the
11775 unfortunate effect of breaking application currently linked with
11776 ncurses. To ensure correct behavior, recompile all such programs.
11777 Most programs using color or newer capabilities will break, others
11778 will probably continue to work ok.
11779
11780 2) Pavel Curtis has renounced his copyright to the public domain.
11781 This means that his original sources (posted to comp.sources.unix,
11782 volume 1) are now in the public domain.  The current sources are
11783 NOT in the public domain, they are copyrighted by me.  I'm
11784 entertaining ideas on what the new terms ncurses is released under.
11785
11786 3) Eric S. Raymond has supplied a complete set of man pages for
11787 ncurses in ?roff format. They will eventually replace most of the
11788 current docs. Both sets are included in this release.
11789
11790 Other changes and notes from 1.8.2 include:
11791 * SIGSEGV during scrolling no longer occurs.
11792 * Other problems with scrolling and use of idl have been corrected.
11793 * lib_getch.c has been re-written and should perform flawlessly.
11794   please use test/getch.c and any other programs to test this.
11795 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
11796   changed accordingly.
11797 * I've added support for terminals that scroll if you write in the
11798   bottom-right corner.
11799 * fixed more bugs in pads code. If anybody has a program that uses
11800   pads I'd love a copy.
11801 * correct handling for terminal with back_color_erase capability
11802   (such as Linux console, and most PC terminals)
11803 * ^Z handling apparently didn't work (I should never trust code
11804   sent me to me without extensive testing). It now seems to be
11805   fixed. Let me know if you have problems.
11806 * I've added support for Apollo and NeXT, but it may still be
11807   incomplete, especially when dealing with the lack of POSIX
11808   features.
11809 * scrolling should be more efficient on terminals with idl
11810   capabilities. Please see src/lib_scroll.c for more notes.
11811 * The line drawing routines were offset by 1 at both ends. This
11812   is now fixed.
11813 * added a few missing prototypes and macros (e.g. setterm())
11814 * fixed code in src/lib_overlay.c which used to crash.
11815 * added a few more programs in test/ The ones from the PDCurses
11816   package are useful, especially if you have SVR4 proper. I'm
11817   interested in the results you get on such a systems (Eric? ;-).
11818   They already exposed certain bugs in ncurses.
11819 * See src/README for porting notes.
11820 * The C++ code should really replace ncurses.h instead of working
11821   around it. It should avoid name-space clashes with nterm.h (use
11822   rows instead of lines, etc.)
11823 * The C++ should compile ok. I've added explicit rules to the
11824   Makefile because no C++ defaults are documented on the suns.
11825 * The docs say that echo() and nocbreak() are mutually exclusive.
11826   At the moment ncurses will switch to cbreak() if the case above
11827   occurs. Should it continue to do so? How about echo() and noraw()?
11828 * PDCurses seem to assume that wclear() will use current attribute
11829   when clearing the screen. According to Eric this is not the case
11830   with SVR4.
11831 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
11832   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
11833 * I've also found out that the src/script.* rely on gawk and will not
11834   work with stock awk or even with nawk. Any changes are welcome.
11835 * Linux is more tolerant of NULL dereferences than most systems. This
11836   fact was exposed by hanoi.
11837 * ncurses still seems inefficient in drawing the screen on a serial
11838   link between Linux and suns. The padding may be the culprit.
11839 * There seems to be one lingering problem with doupdate() after shelling
11840   out. Despite the fact the it is sending out the correct information
11841   to the terminal, nothing takes effect until you press ^L or another
11842   refresh takes place. And yes, output does get flushed.
11843
11844 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
11845
11846 * added support for SVR4 and BSDI's BSD/386.
11847 * major update and fix to scrolling routine.
11848 * MORE fixes to stuff in lib_getch.c.
11849 * cleaned-up configuration options and can now generate
11850         Config.* files through an awk script.
11851 * changed setupterm() so it can be called more than once,
11852         add added set_curterm(), del_curterm().
11853 * a few minor cleanups.
11854 * added more prototypes in curses.h
11855
11856 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
11857
11858 * added support for NeXTStep 3.0
11859 * added termcap emulation (not well tested).
11860 * more complete C++ interface to ncurses.
11861 * fixed overlay(), overwrite(), and added copywin().
11862 * a couple of bug fixes.
11863 * a few code cleanups.
11864
11865 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
11866
11867 * The annoying message "can't open file." was due to missing
11868   terminfo entry for the used terminal. It has now been
11869   replaced by a hopefully more helpful message.
11870 * Problems with running on serial lines are now fixed.
11871 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
11872   386bsd/BSDI (if you have others send'em to me)
11873 * Cleaner Makefile.
11874 * The documentation in manual.doc is now more uptodate.
11875 * update optimization and support for hp terminals, and 386bsd
11876   console driver(s).
11877 * mvcur optimization for terminals without cursor addressing
11878   (doesn't work on Linux)
11879 * if cursor moved since last update, getch() will refresh the
11880   screen before working.
11881 * getch() & alarm() can now live together. in 0.7.3 a signal
11882   interrupted getch() (bug or feature?) now the getch is
11883   restarted.
11884 * scanw() et all were sick, now fixed.
11885 * support for 8-bit input (use meta()).
11886 * added default screen size to all terminfos.
11887 * added c++ Ncursesw class.
11888 * several minor bug fixes.
11889
11890 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
11891
11892 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
11893 * more fixes to lib_getch.c
11894 * changes related to Config
11895
11896 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
11897
11898 * docs updated slightly (color usage is now documented).
11899 * yet another fix for getch(), this one fixes problems with ESC being swallowed
11900   if another character is typed before the 1 second timeout.
11901 * Hopefully, addstr() and addch() are 8-bit clean.
11902 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
11903 * order of capabilities changed to reflect that specified in SYSV
11904   this will allow for binary-compatibility with existing terminfo dbs.
11905 * added halfdelay()
11906 * fixed problems with asc_init()
11907 * added A_PROTECT and A_INVIS
11908 * cleaned up vidputs()
11909 * general cleanup of the code
11910 * more attention to portability to other systems
11911 * added terminfos for hp70092 (wont work until changes to lib_update.c are
11912   made) and 386BSD pcvt drivers.
11913
11914 Thanks to Hellmuth Michaelis for his help.
11915 optimization code is slated for the next major release, stay tuned!
11916
11917 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
11918 Please note that the next release will be called 1.8. If you want to know about
11919 the rationale drop me a line.
11920
11921 Included are several test programs in test/.
11922 I've split up the panels library, reversi, tetris, sokoban. They are now
11923 available separately from netcom.com:pub/zmbenhal/
11924
11925 * color and ACS support is now fully compatible with SYSV at the terminfo
11926   level.
11927 * Capabilities now includes as many SYSV caps I could find.
11928 * tigetflag,tigetnum,tigetstr functions added.
11929 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
11930   strnames, strfnames, strcodes arrays are now added.
11931 * keyname() is added.
11932 * All function keys can be defined in terminfo entries.
11933 * fixed lin_tparm.c to behave properly.
11934 * terminfo entries for vt* and xterm are included (improvements are welcome)
11935 * more automation in handling caps and keys.
11936 * included fixes from 0.6.1
11937 * added a few more missing functions.
11938 * fixed a couple of minor bugs.
11939 * updated docs JUST a little (still miles behind in documenting the newer
11940         features).
11941
11942 #### ncurses 0.6 -> ncurses 0.61 ####
11943
11944 1) Included the missing data/console.
11945
11946 2) allow attributes when drawing boxes.
11947
11948 3) corrected usage of win->_delay value.
11949
11950 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
11951         simply return the last character in the sequence. The correct
11952         behavior is to return the entire sequence one character at a time.
11953
11954 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
11955 * removed _numchngd from struct _win_st and made appropriate changes.
11956 * rewritten kgetch() to remove problems with interaction between alarm and
11957   read(). It caused SIGSEGV every now and then.
11958 * fixed a bug that miscounted the numbers of columns when updating.
11959   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
11960 * fixed a bug that cause the lower-right corner to be incorrect.
11961   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
11962 * made resize() and cleanup() static to lib_newterm.c
11963 * added notimeout().
11964 * added timeout() define in curses.h
11965 * added more function prototypes and fixed napms.
11966 * added use_env().
11967 * moved screen size detection to lib_setup.c.
11968 * fixed newterm() to confirm to prototype.
11969 * removed SIGWINCH support as SYSV does not define its semantics.
11970 * cleaned-up lib_touch.c
11971 * added waddnstr() and relatives.
11972 * added slk_* support.
11973 * fixed a bug in wdeleteln().
11974 * added PANEL library.
11975 * modified Makefile for smoother installation.
11976 * terminfo.h is really term.h
11977
11978 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
11979 * changed _win_st structure to allow support for missing functionality.
11980 * Addition of terminfo support for all KEY_*.
11981 * Support for nodelay(), timeout(), notimeout().
11982 * fixed a bug with the keypad char reading that did not return ESC until
11983   another key is pressed.
11984 * nl mapping no longer occur on output (as should be)
11985   fixed bug '\n' no causing a LF.
11986 * fixed bug that reset terminal colors regardless of whether we use color
11987   or not.
11988 * Better support for ACS (not quite complete).
11989 * fixed bug in wvline().
11990 * added curs_set().
11991 * changed from signal() to sigaction().
11992 * re-included the contents of important.patch into source.
11993
11994 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
11995 * Addition of more KEY_* definitions.
11996 * Addition of function prototypes.
11997 * Addition of several missing functions.
11998 * No more crashes if screen size is undefined (use SIGWINCH handler).
11999 * added a handler to cleanup after SIGSEGV (hopefully never needed).
12000 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
12001 * renamed compile/dump to tic/untic.
12002 * New scrolling code.
12003 * fixed bug that reversed the sense of nl() and nonl().
12004
12005 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
12006 * more support for color and graphics see test/ for examples.
12007 * fixed various files to allow correct update after shelling out.
12008 * more fixes for updates.
12009 * no more core dumps if you don't have a terminfo entry.
12010 * support for LINES and COLUMNS environment variables.
12011 * support for SIGWINCH signal.
12012 * added a handler for SIGINT for clean exits.
12013
12014 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
12015 * support for color.
12016 * support for PC graphic characters.
12017 * lib_trace.c updated to use stdarg.h and vprintf routines.
12018 * added gdc.c (Great Digital Clock) as an example of using color.
12019
12020 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
12021 * replacing sgtty stuff by termios stuff.
12022 * ANSIfication of some functions.
12023 * Disabling cost analysis 'cause it's incorrect.
12024 * A quick hack for a terminfo entry.
12025
12026 -- vile:txtmode: