]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
93a45ae49452ad028ef65124506394e147562e30
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2016,2017 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.2741 2017/01/21 23:40:19 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 20170121
49         + incorporate A_COLOR mask into COLOR_PAIR(), in case user application
50           provides an out-of-range pair number (report by Elijah Stone).
51         + clarify description in tput manual page regarding support for
52           termcap names (prompted by FreeBSD #214709).
53         + remove a restriction in tput's support for termcap names which
54           omitted capabilities normally not shown in termcap translations
55           (cf: 990123).
56         + modify configure script for clang as used on FreeBSD, to work around
57           clang's differences in exit codes vs gcc.
58
59 20170114
60         + improve discussion of early history of tset/reset programs.
61         + clarify in manual pages that the optional verbose option level is
62           available only when ncurses is configured for tracing.
63         + amend change from 20161231 to avoid writing traces to the standard
64           error after initializing the trace feature using the environment
65           variable.
66
67 20170107
68         + amend changes for tput to reset tty modes to "sane" if the program
69           is run as "reset", like tset.  Likewise, ensure that tset sends
70           either reset- or init-strings.
71         + improve manual page descriptions of tput init/reset and tset/reset,
72           to make it easier to see how they are similar and different.
73         + move a static result from key_name() to _nc_globals
74         + modify _nc_get_screensize to allow for use_env() and use_tioctl()
75           state to be per-screen when sp-funcs are configured, better matching
76           the behavior when using the term-driver configuration.
77         + improve cross-references in manual pages for often used functions
78         + move SCREEN field for use_tioctl() data before the ncursesw fields,
79           and limit that to the sp-funcs configuration to improve termlib
80           compatibility (cf:  20120714).
81         + correct order of initialization for traces in use_env() and
82           use_tioctl() versus first trace calls.
83
84 20161231
85         + fix errata for ncurses-howto (report by Damien Ruscoe).
86         + fix a few places in configure/build scripts where DESTDIR and rpath
87           were combined (report by Thomas Klausner).
88         + merge current st description (report by Harry Gindi) -TD
89         + modify flash capability for linux and wyse entries to put the delay
90           between the reverse/normal escapes rather than after -TD
91         + modify program tabs to pass the actual tty file descriptor to
92           setupterm rather than the standard output, making padding work
93           consistently.
94         + explain in clear's manual page that it writes to stdout.
95         + add special case for verbose debugging traces of command-line
96           utilities which write to stderr (cf: 20161126).
97         + remove a trace with literal escapes from skip_DECSCNM(), added in
98           20161203.
99         + update config.guess, config.sub from
100                 http://git.savannah.gnu.org/cgit/config.git
101
102 20161224
103         + correct parmeters for copywin call in _nc_Synchronize_Attributes()
104           (patch by Leon Winter).
105         + improve color-handling section in terminfo manual page (prompted by
106           patch by Mihail Konev).
107         + modify programs clear, tput and tset to pass the actual tty file
108           descriptor to setupterm rather than the standard output, making
109           padding work.
110
111 20161217
112         + add tput-colorcube demo script.
113         + add -r and -s options to tput-initc demo, to match usage in xterm.
114         + flush the standard output in _nc_flush for the case where SP is zero,
115           e.g., when called via putp.  This fixes a scenario where "tput flash"
116           did not work after changes in 20130112.
117
118 20161210
119         + add configure script option --disable-wattr-macros for use in cases
120           where one wants to use the same headers for ncurses5/ncurses6
121           development, by suppressing the wattr* macros which differ due to
122           the introduction of extended colors (prompted by comments in
123           Debian #230990, Redhat #1270534).
124         + add test/tput-initc to demonstrate tput used to initialize palette
125           from a data file.
126         + modify test/xterm*.dat to use the newer color4/color12 values.
127
128 20161203
129         + improve discussion of field validation in form_driver.3x manual page.
130         + update curs_trace.3x manual page.
131
132 20161126
133         + modify linux-16color to not mask dim, standout or reverse with the
134           ncv capability -TD
135         + add 0.1sec mandatory delay to flash capabilities using the VT100
136           reverse-video control -TD
137         + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
138           entry, to avoid conflict with the user-defined mapping.  The reset
139           feature will use ISO-8859-1 in any case (Mikulas Patocka).
140         + improve check in tic for delays by also warning about beep/flash
141           when a delay is not embedded, or if those use the VT100 reverse
142           video escape without using a delay.
143         + minor fix for syntax-check of delays from 20161119 changes.
144         + modify trace() to avoid overwriting existing file (report by Maor
145           Shwartz).
146
147 20161119
148         + add check in tic for some syntax errors of delays, as well as use of
149           proportional delays for non-line capabilities.
150         + document history of the clear program and the E3 extension, prompted
151           by various discussions including
152           http://unix.stackexchange.com/questions/87469/clearing-the-old-scrollback-buffer
153
154 20161112
155         + improve -W option in tic/infocmp:
156           + correct order of size-adjustments in wrapped lines
157           + if -f option splits line, do not further split it with -W
158           + begin a new line when adding "use=" after a wrapped line
159
160 20161105
161         + fix typo in man/terminfo.tail (Alain Williams).
162         + correct program-name in adacurses6-config.1 manual page.
163
164 20161029
165         + add new function "unfocus_current_field" (Leon Winter)
166
167 20161022
168         + modify tset -w (and tput reset) to update the program's copy of the
169           screensize if it was already set in the system, to improve tabstop
170           setting which relies upon knowing the actual screensize.
171         + add functionality of tset -w to tput, like the "-c" feature this is
172           not optional in tput.
173         + add "clear" as a possible link/alias to tput.
174         + improve tput's check for being called as "init" or "reset" to allow
175           for transformed names.
176         + split-out the "clear" function from progs/clear.c, share with
177           tput to get the same behavior, e.g., the E3 extension.
178
179 20161015
180         + amend internal use of tputs to consistently use the number of lines
181           affected, e.g., for insert/delete character operations.  While
182           merging terminfo source early in 1995, several descriptions used the
183           "*" proportional delay for these operations, prompting a change in
184           doupdate.
185         + regenerate llib-* files.
186         + regenerate HTML manpages.
187         + fix several formatting issues with manual pages.
188
189 20161008
190         + adjust size in infocmp/tic to work with strlcpy.
191         + fix configure script to record when strlcat is found on OpenBSD.
192         + build-fix for "recent" OpenBSD vs baudrate.
193
194 20161001
195         + add -W option to tic/infocmp to force long strings to wrap.  This is
196           in addition to the -w option which attempts to fit capabilities into
197           a given line-length.
198         + add linux-m1 minitel entries (patch by Alexandre Montaron).
199         + correct rs2 string for vt100-nam -TD
200
201 20160924
202         + modify _nc_tic_expand to escape comma if it immediately follows a
203           percent sign, to work with minitel change.
204         + updated minitel and viewdata descriptions (Alexandre Montaron).
205
206 20160917
207         + build-fix for gnat6, which unhelpfully attempts to compile C files.
208         + fix typo in 20160910 changes (Debian #837892, patch by Sven Joachim).
209
210 20160910
211         + trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
212           Leon Winter).
213         + trim some obsolete/incorrect wording about EINTR from wgetch manual
214           page (patch by Leon Winter).
215         + really correct 20100515 change (patch by Rich Coe).
216         + add "--enable-string-hacks" option to test/configure
217         + completed string-hacks for "sprintf", etc., including test-programs.
218         + make "--enable-string-hacks" work with Debian by checking for the
219           "bsd" library and its associated "<bsd/string.h>" header.
220
221 20160903
222         + correct 20100515 change for weak signals versus sigprocmask (report
223           by Rich Coe).
224         + modify misc/Makefile.in to work around OpenBSD "make" which unlike
225           all other versions of "make" does not recognize continuation lines
226           of comments.
227         + amend the last change to CF_C_ENV_FLAGS to move only the
228           preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS,
229           leaving the residue in CC.  That happens to work for gcc's various
230           "model" options, but may require tuning for other compilers (report
231           by Sven Joachim).
232
233 20160827
234         + add "v" menu entry to test/ncurses.c to show baudrate and other
235           values.
236         + add "newer" baudrate symbols from Linux and FreeBSD to progs/tset.c,
237           lib_baudrate.c
238         + modify CF_XOPEN_SOURCE macro:
239           + add "uclinux" to case for "linux" (patch by Yann E. Morin)
240           + modify _GNU_SOURCE for cygwin headers, tested with cygwin 2.3, 2.5
241             (patch by Corinna Vinschen, from changes to tin).
242         + improve CF_CC_ENV_FLAGS macro to allow for compiler wrappers such
243           as "ccache" (report by Enrico Scholz).
244         + update config.guess, config.sub from
245                 http://git.savannah.gnu.org/cgit/config.git
246
247 20160820
248         + update tput manual page to reflect changes to manipulate terminal
249           modes by sharing functions with tset.
250         + add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
251           command, making the two almost the same except for window-size.
252         + adapt logic used in dialog "--keep-tite" option for test/filter.c as
253           "-a" option.  When set, test/filter attempts to suppress the
254           alternate screen.
255         + correct a typo in interix entry -TD
256
257 20160813
258         + add a dependency upon generated-sources in Ada95/src/Makefile.in to
259           handle a case of "configure && make install".
260         + trim trailing blanks from include/Caps*, to work around a problem
261           in sed (Debian #818067).
262
263 20160806
264         + improve CF_GNU_SOURCE configure macro to optionally define
265           _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
266         + move the terminfo-specific parts of tput's "reset" function into
267           the shared reset_cmd.c, making the two forms of reset use the same
268           strings.
269         + split-out the terminal initialization functions from tset as
270           progs/reset_cmd.c, as part of changes to merge the reset-feature
271           with tput.
272
273 20160730
274         + change tset's initialization to allow it to get settings from the
275           standard input as well as /dev/tty, to be more effective when
276           output or error are redirected.
277         + improve discussion of history and portability for tset/reset/tput
278           manual pages.
279
280 20160723
281         + improve error message from tset/reset when both stderr/stdout are
282           redirected to a file or pipe.
283         + improve organization of curs_attr.3x, curs_color.3x
284
285 20160709
286         + work around Debian's antique/unmaintained version of mawk when
287           building link_test.
288         + improve test/list_keys.c, showing ncurses's convention of modifiers
289           for special keys, based on xterm.
290
291 20160702
292         + improve test/list_keys.c, using $TERM if no parameters areg given.
293
294 20160625
295         + build-fixes for ncurses "test_progs" rule.
296         + amend change to CF_CC_ENV_FLAGS in 20160521 to make multilib build
297           work (report by Sven Joachim).
298
299 20160618
300         + build-fixes for ncurses-examples with NetBSD curses.
301         + improve test/list_keys.c, fixing column-widths and sorting the list
302           to make it more readable.
303
304 20160611
305         + revise fix for Debian #805618 (report by Vlado Potisk, cf: 20151128).
306         + modify test/ncurses.c a/A screens to make exiting on an escape
307           character depend on the start of keypad and timeout modes, to allow
308           better testing of function-keys.
309         + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
310           reset palette using "oc" string as in linux -TD
311         + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
312           that could be returned -TD
313         + added a few capabilities fixed in recent vte -TD
314
315 20160604
316         + correct logic for -f option in test/demo_terminfo.c
317         + add test/list_keys.c
318
319 20160528
320         + further workaround for PIE/PIC breakage which causes gpm to not link.
321         + fix most cppcheck warnings, mostly style, in ncurses library.
322
323 20160521
324         + improved manual page description of tset/reset versus window-size.
325         + fixes to work with a slightly broken compiler configuration which
326           cannot compile "Hello World!" without adding compiler options
327           (report by Ola x Nilsson):
328           + pass appropriate compiler options to the CF_PROG_CC_C_O macro.
329           + when separating compiler and options in CF_CC_ENV_FLAGS, ensure
330             that all options are split-off into CFLAGS or CPPFLAGS
331           + restore some -I options removed in 20140726 because they appeared
332             to be redundant.  In fact, they are needed for a compiler that
333             cannot combine -c and -o options.
334
335 20160514
336         + regenerate HTML manpages.
337         + improve manual pages for wgetch and wget_wch to point out that they
338           might return values without names in curses.h (Debian #822426).
339         + make linux3.0 entry the default linux entry (Debian #823658) -TD
340         + modify linux2.6 entry to improve line-drawing so that the linux3.0
341           entry can be used in non-UTF-8 mode -TD
342         + document return value of use_extended_names (report by Mike Gran).
343
344 20160507
345         + amend change to _nc_do_color to restore the early return for the
346           special case used in _nc_screen_wrap (report by Dick Streefland,
347           cf: 20151017).
348         + modify test/ncurses.c:
349           + check return-value of putwin
350           + correct ifdef which made the 'g' test's legend not reflect changes
351             to keypad- and scroll-modes.
352         + correct return-value of extended putwin (report by Mike Gran).
353
354 20160423
355         + modify test/ncurses.c 'd' edit-color menu to optionally read xterm
356           color palette directly from terminal, as well as handling KEY_RESIZE
357           and screen-repainting with control/L and control/R.
358         + add 'oc' capability to xterm+256color, allowing palette reset for
359           xterm -TD
360
361 20160416
362         + add workaround in configure script for inept transition to PIE vs
363           PIC builds documented in
364                   https://fedoraproject.org/wiki/Changes/Harden_All_Packages
365         + add "reset" to list of programs whose names might change in manpages
366           due to program-transformation configure options.
367         + drop long-obsolete "-n" option from tset.
368
369 20160409
370         + modify test/blue.c to use Unicode values for card-glyphs when
371           available, as well as improving the check for CP437 and CP850.
372
373 20160402
374         + regenerate HTML manpages.
375         + improve manual pages for utilities with respect to POSIX versus
376           X/Open Curses.
377
378 20160326
379         + regenerate HTML manpages.
380         + improve test/demo_menus.c, allowing mouse-click on the menu-headers
381           to switch the active menu.  This requires a new extension option
382           O_MOUSE_MENU to tell the menu driver to put mouse events which do not
383           apply to the active menu back into the queue so that the application
384           can handle the event.
385
386 20160319
387         + improve description of tgoto parameters (report by Steffen Nurpmeso).
388         + amend workaround for Solaris line-drawing to restore a special case
389           that maps Unicode line-drawing characters into the acsc string for
390           non-Unicode locales (Debian #816888).
391
392 20160312
393         + modified test/filter.c to illustrate an alternative to getnstr, that
394           polls for input while updating a clock on the right margin as well
395           as responding to window size-changes.
396
397 20160305
398         + omit a redefinition of "inline" when traces are enabled, since this
399           does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
400
401 20160220
402         + modify test/configure script to check for pthread dependency of
403           ncursest or ncursestw library when building ncurses examples, e.g.,
404           in case weak symbols are used.
405         + modify configure macro for shared-library rules to use -Wl,-rpath
406           rather than -rpath to work around a bug in scons (FreeBSD #178732,
407           cf: 20061021).
408         + double-width multibyte characters were not counted properly in
409           winsnstr and wins_nwstr (report/example by Eric Pruitt).
410         + update config.guess, config.sub from
411                 http://git.savannah.gnu.org/cgit/config.git
412
413 20160213
414         + amend fix for _nc_ripoffline from 20091031 to make test/ditto.c work
415           in threaded configuration.
416         + move _nc_tracebits, _tracedump and _tracemouse to curses.priv.h,
417           since they are not part of the suggested ABI6.
418
419 20160206
420         + define WIN32_LEAN_AND_MEAN for MinGW port, making builds faster.
421         + modify test/ditto.c to allow $XTERM_PROG environment variable to
422           override "xterm" as the name of the program to run in the threaded
423           configuration.
424
425 20160130
426         + improve formatting of man/curs_refresh.3x and man/tset.1 manpages
427         + regenerate HTML manpages using newer man2html to eliminate some
428           unwanted blank lines.
429
430 20160123
431         + ifdef'd header-file definition of mouse_trafo() with NCURSES_NOMACROS
432           (report by Corey Minyard).
433         + fix some strict compiler-warnings in traces.
434
435 20160116
436         + tidy up comments about hardcoded 256color palette (report by
437           Leonardo Brondani Schenkel) -TD
438         + add putty-noapp entry, and amend putty entry to use application mode
439           for better consistency with xterm (report by Leonardo Brondani
440           Schenkel) -TD
441         + modify _nc_viscbuf2() and _tracecchar_t2() to trace wide-characters
442           as a whole rather than their multibyte equivalents.
443         + minor fix in wadd_wchnstr() to ensure that each cell has nonzero
444           width.
445         + move PUTC_INIT calls next to wcrtomb calls, to avoid carry-over of
446           error status when processing Unicode values which are not mapped.
447
448 20160102
449         + modify ncurses c/C color test-screens to take advantage of wide
450           screens, reducing the number of lines used for 88- and 256-colors.
451         + minor refinement to check versus ncv to ignore two parameters of
452           SGR 38 and 48 when those come from color-capabilities.
453
454 20151226
455         + add check in tic for use of bold, etc., video attributes in the
456           color capabilities, accounting whether the feature is listed in ncv.
457         + add check in tic for conflict between ritm, rmso, rmul versus sgr0.
458
459 20151219
460         + add a paragraph to curs_getch.3x discussing key naming (discussion
461           with James Crippen).
462         + amend workaround for Solaris vs line-drawing to take the configure
463           check into account.
464         + add a configure check for wcwidth() versus the ncurses line-drawing
465           characters, to use in special-casing systems such as Solaris.
466
467 20151212
468         + improve CF_XOPEN_CURSES macro used in test/configure, to define as
469           needed NCURSES_WIDECHAR for platforms where _XOPEN_SOURCE_EXTENDED
470           does not work.  Also modified the test program to ensure that if
471           building with ncurses, that the cchar_t type is checked, since that
472           normally is since 20111030 ifdef'd depending on this test.
473         + improve 20121222 workaround for broken acs, letting Solaris "work"
474           in spite of its misconfigured wcwidth which marks all of the line
475           drawing characters as double-width.
476
477 20151205
478         + update form_cursor.3x, form_post.3x, menu_attributes.3x to list
479           function names in NAME section (patch by Jason McIntyre).
480         + minor fixes to manpage NAME/SYNOPSIS sections to consistently use
481           rule that either all functions which are prototyped in SYNOPSIS are
482           listed in the NAME section, or the manual-page name is the sole item
483           listed in the NAME section.  The latter is used to reduce clutter,
484           e.g., for the top-level library manual pages as well as for certain
485           feature-pages such as SP-funcs and threading (prompted by patches by
486           Jason McIntyre).
487
488 20151128
489         + add option to preserve leading whitespace in form fields (patch by
490           Leon Winter).
491         + add missing assignment in lib_getch.c to make notimeout() work
492           (Debian #805618).
493         + add 't' toggle for notimeout() function in test/ncurses.c a/A screens
494         + add viewdata terminal description (Alexandre Montaron).
495         + fix a case in tic/infocmp for formatting capabilities where a
496           backslash at the end of a string was mishandled.
497         + fix some typos in curs_inopts.3x (Benno Schulenberg).
498
499 20151121
500         + fix some inconsistencies in the pccon* entries -TD
501         + add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
502         + add keys f12-f124 to pccon+keys (Tati Chevron).
503         + add test/test_sgr.c program to exercise all combinations of sgr.
504
505 20151107
506         + modify tset's assignment to TERM in its output to reflect the name by
507           which the terminal description is found, rather than the primary
508           name.  That was an unnecessary part from the initial conversion of
509           tset from termcap to terminfo.  The termcap program in 4.3BSD did
510           this to avoid using the short 2-character name (report by Rich
511           Burridge).
512         + minor fix to configure script to ensure that rules for resulting.map
513           are only generated when needed (cf: 20151101).
514         + modify configure script to handle the case where tic-library is
515           renamed, but the --with-debug option is used by itself without
516           normal or shared libraries (prompted by comment in Debian #803482).
517
518 20151101
519         + amend change for pkg-config which allows build of pc-files when no
520           valid pkg-config library directory was configured to suppress the
521           actual install if it is not overridden to a valid directory at
522           install time (cf: 20150822).
523         + modify editing script which generates resulting.map to work with the
524           clang configuration on recent FreeBSD, which gives an error on an
525           empty "local" section.
526         + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
527           to incorrect attribute-masking.
528
529 20151024
530         + modify MKexpanded.c to update the expansion of a temporary filename
531           to "expanded.c", for use in trace statements.
532         + modify layout of b/B tests in test/ncurses.c to allow for additional
533           annotation on the right margin; some terminals with partial support
534           did not display well.
535         + fix typo in curs_attr.3x (patch by Sven Joachim).
536         + fix typo in INSTALL (patch by Tomas Cech).
537         + improve configure check for setting WILDCARD_SYMS variable; on ppc64
538           the variable is in the Data section rather than Text (patch by Michel
539           Normand, Novell #946048).
540         + using configure option "--without-fallbacks" incorrectly caused
541           FALLBACK_LIST to be set to "no" (patch by Tomas Cech).
542         + updated minitel entries to fix kel problem with emacs, and add
543           minitel1b-nb (Alexandre Montaron).
544         + reviewed/updated nsterm entry Terminal.app in OSX -TD
545         + replace some dead URLs in comments with equivalents from the
546           Internet Archive -TD
547         + update config.guess, config.sub from
548                 http://git.savannah.gnu.org/cgit/config.git
549
550 20151017
551         + modify ncurses/Makefile.in to sort keys.list in POSIX locale
552           (Debian #801864, patch by Esa Peuha).
553         + remove an early-return from _nc_do_color, which can interfere with
554           data needed by bkgd when ncurses is configured with extended colors
555           (patch by Denis Tikhomirov).
556         > fixes for OS/2 (patches by KO Myung-Hun)
557         + use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
558         + support building with libtool on OS/2
559         + use stdc++ on OS/2 kLIBC
560         + clear cf_XOPEN_SOURCE on OS/2
561
562 20151010
563         + add configure check for openpty to test/configure script, for ditto.
564         + minor fixes to test/view.c in investigating Debian #790847.
565         + update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
566         + add workaround for breakage of POSIX makefiles by recent binutils
567           change.
568         + improve check for working poll() by using posix_openpt() as a
569           fallback in case there is no valid terminal on the standard input
570           (prompted by discussion on bug-ncurses mailing list, Debian #676461).
571
572 20150926
573         + change makefile rule for removing resulting.map to distclean rather
574           than clean.
575         + add /lib/terminfo to terminfo-dirs in ".deb" test-package.
576         + add note on portability of resizeterm and wresize to manual pages.
577
578 20150919
579         + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
580           stream.
581         + clarify in curs_getch.3x that the keypad mode affects ability to
582           read KEY_MOUSE codes, but does not affect KEY_RESIZE.
583         + add overlooked build-fix needed with Cygwin for separate Ada95
584           configure script, cf: 20150606 (report by Nicolas Boulenguez)
585
586 20150912
587         + fixes for configure/build using clang on OSX (prompted by report by
588           William Gallafent).
589           + do not redefine "inline" in ncurses_cfg.h; this was originally to
590             solve a problem with gcc/g++, but is aggravated by clang's misuse
591             of symbols to pretend it is gcc.
592           + add braces to configure script to prevent unwanted add of
593             "-lstdc++" to the CXXLIBS symbol.
594           + improve/update test-program used for checking existence of stdc++
595             library.
596           + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
597
598 20150905
599         + add note in curs_addch.3x about line-drawing when it depends upon
600           UTF-8.
601         + add tic -q option for consistency with infocmp, use it to suppress
602           all comments from the "tic -I" output.
603         + modify infocmp -q option to suppress the "Reconstructed from"
604           header.
605         + add infocmp/tic -Q option, which allows one to dump the compiled
606           form of the terminal entry, in hexadecimal or base64.
607
608 20150822
609         + sort options in usage message for infocmp, to make it simpler to
610           see unused letters.
611         + update usage message for tic, adding "-0" option.
612         + documented differences in ESCDELAY versus AIX's implementation.
613         + fix some compiler warnings from ports.
614         + modify --with-pkg-config-libdir option to make it possible to install
615           ".pc" files even if pkg-config is not found (adapted from patch by
616           Joshua Root).
617
618 20150815
619         + disallow "no" as a possible value for "--with-shlib-version" option,
620           overlooked in cleanup-changes for 20000708 (report by Tommy Alex).
621         + update release notes in INSTALL.
622         + regenerate llib-* files to help with review for release notes.
623
624 20150810
625         + workaround for Debian #65617, which was fixed in mawk's upstream
626           releases in 2009 (report by Sven Joachim).  See
627                 http://invisible-island.net/mawk/CHANGES.html#t20090727
628
629 20150808 6.0 release for upload to ftp.gnu.org
630
631 20150808
632         + build-fix for Ada95 on older platforms without stdint.h
633         + build-fix for Solaris, whose /bin/sh and /usr/bin/sed are non-POSIX.
634         + update release announcement, summarizing more than 800 changes across
635           more than 200 snapshots.
636         + minor fixes to manpages, etc., to simplify linking from announcement
637           page.
638
639 20150725
640         + updated llib-* files.
641         + build-fixes for ncurses library "test_progs" rule.
642         + use alternate workaround for gcc 5.x feature (adapted from patch by
643           Mikhail Peselnik).
644         + add status line to tmux via xterm+sl (patch by Nicholas Marriott).
645         + fixes for st 0.5 from testing with tack -TD
646         + review/improve several manual pages to break up wall-of-text:
647           curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
648           curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
649           curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
650           curs_trace.3x, and curs_window.3x
651
652 20150719
653         + correct an old logic error for %A and %O in tparm (report by "zreed").
654         + improve documentation for signal handlers by adding section in the
655           curs_initscr.3x page.
656         + modify logic in make_keys.c to not assume anything about the size
657           of strnames and strfnames variables, since those may be functions
658           in the thread- or broken-linker configurations (problem found by
659           Coverity).
660         + modify test/configure script to check for pthreads configuration,
661           e.g., ncursestw library.
662
663 20150711
664         + modify scripts to build/use test-packages for the pthreads
665           configuration of ncurses6.
666         + add references to ttytype and termcap symbols in demo_terminfo.c and
667           demo_termcap.c to ensure that when building ncursest.map, etc., that
668           the corresponding names such as _nc_ttytype are added to the list of
669           versioned symbols (report by Werner Fink)
670         + fix regression from 20150704 (report/patch by Werner Fink).
671
672 20150704
673         + fix a few problems reported by Coverity.
674         + fix comparison against "/usr/include" in misc/gen-pkgconfig.in
675           (report by Daiki Ueno, Debian #790548, cf:  20141213).
676
677 20150627
678         + modify configure script to remove deprecated ABI 5 symbols when
679           building ABI 6.
680         + add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
681           map-files, but marked as deprecated so that they can easily be
682           suppressed from ABI 6 builds (Debian #788610).
683         + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
684           from xterm-new (report by Richard Birkett) -TD
685         + modify read_entry.c to set the error-return to -1 if no terminal
686           databases were found, as documented for setupterm.
687         + add test_setupterm.c to demonstrate normal/error returns from the
688           setupterm and restartterm functions.
689         + amend cleanup change from 20110813 which removed redundant definition
690           of ret_error, etc., from tinfo_driver.c, to account for the fact that
691           it should return a bool rather than int (report/analysis by Johannes
692           Schindelin).
693
694 20150613
695         + fix overflow warning for OSX with lib_baudrate.c (cf: 20010630).
696         + modify script used to generate map/sym files to mark 5.9.20150530 as
697           the last "5.9" version, and regenerated the files.  That makes the
698           files not use ".current" for the post-5.9 symbols.  This also
699           corrects the label for _nc_sigprocmask used in when weak symbols are
700           configured for the ncursest/ncursestw libraries (prompted by
701           discussion with Sven Joachim).
702         + fix typo in NEWS (report by Sven Joachim).
703
704 20150606 pre-release
705         + make ABI 6 the default by updates to dist.mk and VERSION, with the
706           intention that the existing ABI 5 should build as before using the
707           "--with-abi-version=5" option.
708         + regenerate ada- and man-html documentation.
709         + minor fixes to color- and util-manpages.
710         + fix a regression in Ada95/gen/Makefile.in, to handle special case of
711           Cygwin, which uses the broken-linker feature.
712         + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
713           ncurses package scripts work when present for cross-compiling, as the
714           lessor of two evils (cf: 20150530).
715         + add check in configure script to disallow conflicting options
716           "--with-termlib" and "--enable-term-driver".
717         + move defaults for "--disable-lp64" and "--with-versioned-syms" into
718           CF_ABI_DEFAULTS macro.
719
720 20150530
721         + change private type for Event_Mask in Ada95 binding to work when
722           mmask_t is set to 32-bits.
723         + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
724         + add vte-2014, update vte to use that -TD
725         + modify tic and infocmp to "move" a diagnostic for tparm strings that
726           have a syntax error to tic's "-c" option (report by Daniel Pitts).
727         + fix two problems with configure script macros (Debian #786436,
728           cf: 20150425, cf: 20100529).
729
730 20150523
731         + add 'P' menu item to test/ncurses.c, to show pad in color.
732         + improve discussion in curs_color.3x about color rendering (prompted
733           by comment on Stack Overflow forum):
734         + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
735         + add several screen.XXX entries to support the respective variations
736           for 256 colors -TD
737         + add putty+fnkeys* building-block entries -TD
738         + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
739
740 20150516
741         + amend change to ".pc" files to only use the extra loader flags which
742           may have rpath options (report by Sven Joachim, cf: 20150502).
743         + change versioning for dpkg's in test-packages for Ada95 and
744           ncurses-examples for consistency with Debian, to work with package
745           updates.
746         + regenerate html manpages.
747         + clarify handling of carriage return in waddch manual page; it was
748           discussed only in the portability section (prompted by comment on
749           Stack Overflow forum):
750
751 20150509
752         + add test-packages for cross-compiling ncurses-examples using the
753           MinGW test-packages.  These are only the Debian packages; RPM later.
754         + cleanup format of debian/copyright files
755         + add pc-files to the MinGW cross-compiling test-packages.
756         + correct a couple of places in gen-pkgconfig.in to handle renaming of
757           the tinfo library.
758
759 20150502
760         + modify the configure script to allow different default values
761           for ABI 5 versus ABI 6.
762         + add wgetch-events to test-packages.
763         + add a note on how to build ncurses-examples to test/README.
764         + fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
765           Debian #783486) -TD
766         + remove unnecessary ';' from E3 capabilities -TD
767         + add tmux entry, derived from screen (patch by Nicholas Marriott).
768         + split-out recent change to nsterm-bce as nsterm-build326, and add
769           nsterm-build342 to reflect changes with successive releases of OSX
770           (discussion with Leonardo B Schenkel)
771         + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
772           #783806)
773         + add sample "magic" file, to document ext-putwin.
774         + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
775           generated ".pc" file when ld option "--as-needed" is used, or when
776           ncurses and tinfo are installed without using rpath (prompted by
777           discussion with Sylvain Bertrand).
778         + modify test-package for ncurses6 to omit rpath feature when installed
779           in /usr.
780         + add OSX's "*.dSYM" to clean-rules in makefiles.
781         + make extra-suffix work for OSX configuration, e.g., for shared
782           libraries.
783         + modify Ada95/configure script to work with pkg-config
784         + move test-package for ncurses6 to /usr, since filename-conflicts have
785           been eliminated.
786         + corrected build rules for Ada95/gen/generate; it does not depend on
787           the ncurses library aside from headers.
788         + reviewed man pages, fixed a few other spelling errors.
789         + fix a typo in curs_util.3x (Sven Joachim).
790         + use extra-suffix in some overlooked shared library dependencies
791           found by 20150425 changes for test-packages.
792         + update config.guess, config.sub from
793                 http://git.savannah.gnu.org/cgit/config.git
794
795 20150425
796         + expanded description of tgetstr's area pointer in manual page
797           (report by Todd M Lewis).
798         + in-progress changes to modify test-packages to use ncursesw6 rather
799           than ncursesw, with updated configure scripts.
800         + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
801           check for ".pc" files via pkg-config, but add a linkage check since
802           frequently pkg-config configurations are broken.
803         + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
804           rpath option.
805         + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
806         + add several key definitions to nsterm-bce to match preconfigured
807           keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
808         + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
809         + improve term_variables manual page, adding section on the terminfo
810           long-name symbols which are defined in the term.h header.
811         + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
812
813 20150418
814         + avoid a blank line in output from tabs program by ending it with
815           a carriage return as done in FreeBSD (patch by James Clarke).
816         + build-fix for the "--enable-ext-putwin" feature when not using
817           wide characters (report by Werner Fink).
818         + modify autoconf macros to use scripting improvement from xterm.
819         + add -brtl option to compiler options on AIX 5-7, needed to link
820           with the shared libraries.
821         + add --with-extra-suffix option to help with installing nonconflicting
822           ncurses6 packages, e.g., avoiding header- and library-conflicts.
823           NOTE: as a side-effect, this renames
824                   adacurses-config to adacurses5-config and
825                   adacursesw-config to adacursesw5-config
826         + modify debian/rules test package to suffix programs with "6".
827         + clarify in curs_inopts.3x that window-specific settings do not
828           inherit into new windows.
829
830 20150404
831         + improve description of start_color() in the manual.
832         + modify several files in ncurses- and progs-directories to allow
833           const data used in internal tables to be put by the linker into the
834           readonly text segment.
835
836 20150329
837         + correct cut/paste error for "--enable-ext-putwin" that made it the
838           same as "--enable-ext-colors" (report by Roumen Petrov)
839
840 20150328
841         + add "-f" option to test/savescreen.c to help with testing/debugging
842           the extended putwin/getwin.
843         + add logic for writing/reading combining characters in the extended
844           putwin/getwin.
845         + add "--enable-ext-putwin" configure option to turn on the extended
846           putwin/getwin.
847
848 20150321
849         + in-progress changes to provide an extended version of putwin and
850           getwin which will be capable of reading screen-dumps between the
851           wide/normal ncurses configurations.  These are text files, except
852           for a magic code at the beginning:
853           0       string          \210\210        Screen-dump (ncurses)
854
855 20150307
856         + document limitations of getwin in manual page (prompted by discussion
857           with John S Urban).
858         + extend test/savescreen.c to demonstrate that color pair values
859           and graphic characters can be restored using getwin.
860
861 20150228
862         + modify win_driver.c to eliminate the constructor, to make it more
863           usable in an application which may/may not need the console window
864           (report by Grady Martin).
865
866 20150221
867         + capture define's related to -D_XOPEN_SOURCE from the configure check
868           and add those to the *-config and *.pc files, to simplify use for
869           the wide-character libraries.
870         + modify ncurses.spec to accommodate Fedora21's location of pkg-config
871           directory.
872         + correct sense of "--disable-lib-suffixes" configure option (report
873           by Nicolas Boos, cf: 20140426).
874
875 20150214
876         + regenerate html manpages using improved man2html from work on xterm.
877         + regenerated ".map" and ".sym" files using improved script, accounting
878           for the "--enable-weak-symbols" configure option (report by Werner
879           Fink).
880
881 20150131
882         + regenerated ".map" and ".sym" files using improved script, showing
883           the combinations of configure options used at each stage.
884
885 20150124
886         + add configure check to determine if "local: _*;" can be used in the
887           ".map" files to selectively omit symbols beginning with "_".  On at
888           least recent FreeBSD, the wildcard applies to all "_" symbols.
889         + remove obsolete/conflicting rule for ncurses.map from
890           ncurses/Makefile.in (cf:  20130706).
891
892 20150117
893         + improve description in INSTALL of the --with-versioned-syms option.
894         + add combination of --with-hashed-db and --with-ticlib to
895           configurations for ".map" files (report by Werner Fink).
896
897 20150110
898         + add a step to generating ".map" files, to declare any remaining
899           symbols beginning with "_" as local, at the last version node.
900         + improve configure checks for pkg-config, addressing a variant found
901           with FreeBSD ports.
902         + modify win_driver.c to provide characters for special keys, like
903           ansi.sys, when keypad mode is off, rather than returning nothing at
904           all (discussion with Eli Zaretskii).
905         + add "broken_linker" and "hashed-db" configure options to combinations
906           use for generating the ".map" and ".sym" files.
907         + avoid using "ld" directly when creating shared library, to simplify
908           cross-compiles.  Also drop "-Bsharable" option from shared-library
909           rules for FreeBSD and DragonFly (FreeBSD #196592).
910         + fix a memory leak in form library Free_RegularExpression_Type()
911           (report by Pavel Balaev).
912
913 20150103
914         + modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
915         + change map files to make _nc_freeall a global, since it may be used
916           via the Ada95 binding when checking for memory leaks.
917         + improve sed script used in 20141220 to account for wide-, threaded-
918           variations in ABI 6.
919
920 20141227
921         + regenerate ".map" files, using step overlooked in 20141213 to use
922           the same patch-dates across each file to match ncurses.map (report by
923           Sven Joachim).
924
925 20141221
926         + fix an incorrect variable assignment in 20141220 changes (report by
927           Sven Joachim).
928
929 20141220
930         + updated Ada95/configure with macro changes from 20141213
931         + tie configure options --with-abi-version and --with-versioned-syms
932           together, so that ABI 6 libraries have distinct symbol versions from
933           the ABI 5 libraries.
934         + replace obsolete/nonworking link to man2html with current one,
935           regenerate html-manpages.
936
937 20141213
938         + modify misc/gen-pkgconfig.in to add -I option for include-directory
939           when using both --prefix and --disable-overwrite (report by Misty
940           De Meo).
941         + add configure option --with-pc-suffix to allow minor renaming of
942           ".pc" files and the corresponding library.  Use this in the test
943           package for ncurses6.
944         + modify configure script so that if pkg-config is not installed, it
945           is still possible to install ".pc" files (report by Misty De Meo).
946         + updated ".sym" files, removing symbols which are marked as "local"
947           in the corresponding ".map" files.
948         + updated ".map" files to reflect move of comp_captab and comp_hash
949           from tic-library to tinfo-library in 20090711 (report by Sven
950           Joachim).
951
952 20141206
953         + updated ".map" files so that each symbol that may be shared across
954           the different library configurations has the same label.  Some
955           review is needed to ensure these are really compatible.
956         + modify MKlib_gen.sh to work around change in development version of
957           gcc introduced here:
958                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
959                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
960           (reports by Marcus Shawcroft, Maohui Lei).
961         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
962
963 20141129
964         + improved ".map" files by generating them with a script that builds
965           ncurses with several related configurations and merges the results.
966           A further refinement is planned, to make the tic- and tinfo-library
967           symbols use the same versions across each of the four configurations
968           which are represented (reports by Sven Joachim, Werner Fink).
969
970 20141115
971         + improve description of limits for color values and color pairs in
972           curs_color.3x (prompted by patch by Tim van der Molen).
973         + add VERSION file, using first field in that to record the ABI version
974           used for configure --with-libtool --disable-libtool-version
975         + add configure options for applying the ".map" and ".sym" files to
976           the ncurses, form, menu and panel libraries.
977         + add ".map" and ".sym" files to show exported symbols, e.g., for
978           symbol-versioning.
979
980 20141101
981         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
982           and making a new TRACE_RETURN1 macro for cases where the cast does
983           not apply.
984
985 20141025
986         + in-progress changes to integrate the win32 console driver with the
987           msys2 configuration.
988
989 20141018
990         + reviewed terminology 0.6.1, add function key definitions.  None of
991           the vt100-compatibility issues were improved -TD
992         + improve infocmp conversion of extended capabilities to termcap by
993           correcting the limit check against parametrized[], as well as filling
994           in a check if the string happens to have parameters, e.g., "xm"
995           in recent changes.
996         + add check for zero/negative dimensions for resizeterm and resize_term
997           (report by Mike Gran).
998
999 20141011
1000         + add experimental support for xterm's 1005 mouse mode, to use in a
1001           demonstration of its limitations.
1002         + add experimental support for "%u" format to terminfo.
1003         + modify test/ncurses.c to also show position reports in 'a' test.
1004         + minor formatting fixes to _nc_trace_mmask_t, make this function
1005           exported to help with debugging mouse changes.
1006         + improve behavior of wheel-mice for xterm protocol, noting that there
1007           are only button-presses for buttons "4" and "5", so there is no need
1008           to wait to combine events into double-clicks (report/analysis by
1009           Greg Field).
1010         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
1011         + implement decoder for xterm SGR 1006 mouse mode.
1012
1013 20140927
1014         + implement curs_set in win_driver.c
1015         + implement flash in win_driver.c
1016         + fix an infinite loop in win_driver.c if the command-window loses
1017           focus.
1018         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
1019           win_driver.c by temporarily changing the buffer-size to match the
1020           window-size to eliminate the scrollback.  Also enforce a minimum
1021           screen-size of 24x80 in the non-buffered mode.
1022         + modify generated misc/Makefile to suppress install.data from the
1023           dependencies if the --disable-db-install option is used, compensating
1024           for the top-level makefile changes used to add ncurses*-config in the
1025           20140920 changes (report by Steven Honeyman).
1026
1027 20140920
1028         + add ncurses*-config to bin-directory of sample package-scripts.
1029         + add check to ensure that getopt is available; this is a problem in
1030           some older cross-compiler environments.
1031         + expanded on the description of --disable-overwrite in INSTALL
1032           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
1033           See Gentoo #522586 and NetBSD #49200 for examples.
1034           which relates to the clarified guidelines.
1035         + remove special logic from CF_INCLUDE_DIRS which adds the directory
1036           for the --includedir from the build (report by Joakim Tjernlund).
1037         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
1038         + update config.sub from
1039                 http://git.savannah.gnu.org/cgit/config.git
1040
1041 20140913
1042         + add a configure check to ignore some of the plethora of non-working
1043           C++ cross-compilers.
1044         + build-fixes for Ada95 with gnat 4.9
1045
1046 20140906
1047         + build-fix and other improvements for port of ncurses-examples to
1048           NetBSD.
1049         + minor compiler-warning fixes.
1050
1051 20140831
1052         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
1053           options more directly comparable, and add "-i" option to specify
1054           a terminal description filename to parse for names to lookup.
1055
1056 20140823
1057         + fix special case where double-width character overwrites a single-
1058           width character in the first column (report by Egmont Koblinger,
1059           cf: 20050813).
1060
1061 20140816
1062         + fix colors in ncurses 'b' test which did not work after changing
1063           it to put the test-strings in subwindows (cf: 20140705).
1064         + merge redundant SEE-ALSO sections in form and menu manpages.
1065
1066 20140809
1067         + modify declarations for user-data pointers in C++ binding to use
1068           reinterpret_cast to facilitate converting typed pointers to void*
1069           in user's application (patch by Adam Jiang).
1070         + regenerated html manpages.
1071         + add note regarding cause and effect for TERM in ncurses manpage,
1072           having noted clueless verbiage in Terminal.app's "help" file
1073           which reverses cause/effect.
1074         + remove special fallback definition for NCURSES_ATTR_T, since macros
1075           have resolved type-mismatches using casts (cf: 970412).
1076         + fixes for win_driver.c:
1077           + handle repainting on endwin/refresh combination.
1078           + implement beep().
1079           + minor cleanup.
1080
1081 20140802
1082         + minor portability fixes for MinGW:
1083           + ensure WINVER is defined in makefiles rather than using headers
1084           + add check for gnatprep "-T" option
1085           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
1086             "trace" feature:
1087             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
1088         + fix most compiler warnings for Cygwin ncurses-examples.
1089         + restore "redundant" -I options in test/Makefile.in, since they are
1090           typically needed when building the derived ncurses-examples package
1091           (cf: 20140726).
1092
1093 20140726
1094         + eliminate some redundant -I options used for building libraries, and
1095           ensure that ${srcdir} is added to the include-options (prompted by
1096           discussion with Paul Gilmartin).
1097         + modify configure script to work with Minix3.2
1098         + add form library extension O_DYNAMIC_JUSTIFY option which can be
1099           used to override the different treatment of justification for static
1100           versus dynamic fields (adapted from patch by Leon Winter).
1101         + add a null pointer check in test/edit_field.c (report/analysis by
1102           Leon Winter, cf: 20130608).
1103
1104 20140719
1105         + make workarounds for compiling test-programs with NetBSD curses.
1106         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
1107           options, from xterm changes.
1108
1109 20140712
1110         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
1111         + build-fix for position-debug code in tty_update.c, to work with or
1112           without sp-funcs.
1113
1114 20140705
1115         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
1116           video-attributes and colors with double-width character strings.
1117
1118 20140629
1119         + correct check in win_driver.c for saving screen contents, e.g., when
1120           NCURSES_CONSOLE2 is set (cf: 20140503).
1121         + reorganize b/B menu items in ncurses.c, putting the test-strings into
1122           subwindows.  This is needed for a planned change to use Unicode
1123           fullwidth characters in the test-screens.
1124         + correct update to form status for _NEWTOP, broken by fixes for
1125           compiler warnings (patch by Leon Winter, cf: 20120616).
1126
1127 20140621
1128         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
1129           conflict with the static library (report by Ben Lentz).
1130         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
1131           upgrading an ncurses library using the "--with-shared" option.
1132         + modify test/ncurses.c c/C tests to cycle through subsets of the
1133           total number of colors, to better illustrate 8/16/88/256-colors by
1134           providing directly comparable screens.
1135         + add test/dots_curses.c, for comparison with the low-level examples.
1136
1137 20140614
1138         + fix dereference before null check found by Coverity in tic.c
1139           (cf: 20140524).
1140         + fix sign-extension bug in read_entry.c which prevented "toe" from
1141           reading empty "screen+italics" entry.
1142         + modify sgr for screen.xterm-new to support dim capability -TD
1143         + add dim capability to nsterm+7 -TD
1144         + cancel dim capability for iterm -TD
1145         + add dim, invis capabilities to vte-2012 -TD
1146         + add sitm/ritm to konsole-base and mlterm3 -TD
1147
1148 20140609
1149         > fix regression in screen terminfo entries (reports by Christian
1150           Ebert, Gabriele Balducci) -TD
1151         + revert the change to screen; see notes for why this did not work -TD
1152         + cancel sitm/ritm for entries which extend "screen", to work around
1153           screen's hardcoded behavior for SGR 3 -TD
1154
1155 20140607
1156         + separate masking for sgr in vidputs from sitm/ritm, which do not
1157           overlap with sgr functionality.
1158         + remove unneeded -i option from adacurses-config; put -a in the -I
1159           option for consistency (patch by Pascal Pignard).
1160         + update xterm-new terminfo entry to xterm patch #305 -TD
1161         + change format of test-scripts for Debian Ada95 and ncurses-examples
1162           packages to quilted to work around Debian #700177 (cf: 20130907).
1163         + build fix for form_driver_w.c as part of ncurses-examples package for
1164           older ncurses than 20131207.
1165         + add Hello World example to adacurses-config manpage.
1166         + remove unused --enable-pc-files option from Ada95/configure.
1167         + add --disable-gnat-projects option for testing.
1168         + revert changes to Ada95 project-files configuration (cf: 20140524).
1169         + corrected usage message in adacurses-config.
1170
1171 20140524
1172         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
1173           environment variable.
1174         + improve discussion of input-echoing in curs_getch.3x
1175         + clarify discussion in curs_addch.3x of wrapping.
1176         + modify parametrized.h to make fln non-padded.
1177         + correct several entries which had termcap-style padding used in
1178           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
1179         + correct syntax for padding in some entries: dg211, h19 -TD
1180         + correct ti924-8 which had confused padding versus octal escapes -TD
1181         + correct padding in sbi entry -TD
1182         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
1183           because the parameters to be incremented were already on the internal
1184           stack (report by Corinna Vinschen).
1185         + modify tic's "-c" option to take into account the "-C" option to
1186           activate additional checks which compare the results from running
1187           tparm() on the terminfo expressions versus the translated termcap
1188           expressions.
1189         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
1190           cf: 20120324).
1191         > patches by Nicolas Boulenguez:
1192         + explicit dereferences to suppress some style warnings.
1193         + when c_varargs_to_ada.c includes its header, use double quotes
1194           instead of <>.
1195         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
1196           was removed by an obsolete pragma.
1197         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
1198           available with older GNATs, needs no configure test.  This also
1199           replaces 3 untested Unreferenced pragmas.
1200         + simplified To_C usage in trace handling.  Using two parameters allows
1201           some basic formatting, and avoids a warning about security with some
1202           compiler flags.
1203         + for generated Ada sources, replace many snippets with one pure
1204           package.
1205         + removed C_Chtype and its conversions.
1206         + removed C_AttrType and its conversions.
1207         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
1208         + removed int, Field_Option_Set, Item_Option_Set conversions.
1209         + removed C_TraceType, Attribute_Option_Set conversions.
1210         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
1211           was used in a case statement, values were tested by the Ada compiler
1212           to be consecutive anyway.
1213         + src/Makefile.in: remove duplicate stanza
1214         + only consider using a project for shared libraries.
1215         + style. Silent gnat-4.9 warning about misplaced "then".
1216         + generate shared library project to honor ADAFLAGS, LDFLAGS.
1217
1218 20140510
1219         + cleanup recently introduced compiler warnings for MingW port.
1220         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
1221           which introduces more than one gratuitous incompatibility.
1222
1223 20140503
1224         + add vt520ansi terminfo entry (patch by Mike Gran)
1225         + further improve MinGW support for the scenario where there is an
1226           ANSI-escapes handler such as ansicon running in the console window
1227           (patch by Juergen Pfeifer).
1228
1229 20140426
1230         + add --disable-lib-suffixes option (adapted from patch by Juergen
1231           Pfeifer).
1232         + merge some changes from Juergen Pfeifer's work with MSYS2, to
1233           simplify later merging:
1234           + use NC_ISATTY() macro for isatty() in library
1235           + add _nc_mingw_isatty() and related functions to windows-driver
1236           + rename terminal driver entrypoints to simplify grep's
1237         + remove a check in the sp-funcs flavor of newterm() which allowed only
1238           the first call to newterm() to succeed (report by Thomas Beierlein,
1239           cf: 20090927).
1240
1241 20140419
1242         + update config.guess, config.sub from
1243                 http://git.savannah.gnu.org/cgit/config.git
1244
1245 20140412
1246         + modify configure script:
1247           + drop the -no-gcc option from Intel compiler, from lynx changes.
1248           + extend the --with-hashed-db configure option to simplify building
1249             with different versions of Berkeley database using FreeBSD ports.
1250         + improve initialization for MinGW port (Juergen Pfeifer):
1251           + enforce Windows-style path-separator if cross-compiling,
1252           + add a driver-name method to each of the drivers,
1253           + allow the Windows driver name to match "unknown", ignoring case,
1254           + lengthen the built-in name for the Windows console driver to
1255             "#win32console", and
1256           + move the comparison of driver-names allowing abbreviation, e.g.,
1257             to "#win32con" into the Windows console driver.
1258
1259 20140329
1260         + add check in tic for mismatch between ccc and initp/initc
1261         + cancel ccc in putty-256color and konsole-256color for consistency
1262           with the cancelled initc capability (patch by Sven Zuhlsdorf).
1263         + add xterm+256setaf building block for various terminals which only
1264           get the 256-color feature half-implemented -TD
1265         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
1266           0.4.1 -TD
1267
1268 20140323
1269         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
1270
1271 20140322
1272         + use types from <stdint.h> in sample build-scripts for chtype, etc.
1273         + modify configure script and curses.h.in to allow the types specified
1274           using --with-chtype and related options to be defined in <stdint.h>
1275         + add terminology entry -TD
1276         + add mlterm3 entry, use that as "mlterm" -TD
1277         + inherit mlterm-256color from mlterm -TD
1278
1279 20140315
1280         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
1281           top-row is adjusted as needed to ensure that the current item is
1282           on the screen (patch by Johann Klammer).
1283         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
1284           be opaque, e.g., in the pthread configuration (prompted by patch by
1285           Soren Brinkmann).
1286
1287 20140308
1288         + modify ifdef in read_entry.c to handle the case where
1289           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
1290         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
1291         + add logic to win_driver.c to save/restore screen contents when not
1292           allocating a console-buffer (cf: 20140215).
1293
1294 20140301
1295         + clarify error-returns from newwin (report by Ruslan Nabioullin).
1296
1297 20140222
1298         + fix some compiler warnings in win_driver.c
1299         + updated notes for wsvt25 based on tack and vttest -TD
1300         + add teken entry to show actual properties of FreeBSD's "xterm"
1301           console -TD
1302
1303 20140215
1304         + in-progress changes to win_driver.c to implement output without
1305           allocating a console-buffer.  This uses a pre-existing environment
1306           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
1307           discussion with Erwin Waterlander regarding Console2, which hangs
1308           when reading in an allocated console-buffer).
1309         + add -t option to gdc.c, and modify to accept "S" to step through the
1310           scrolling-stages.
1311         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
1312           html emitted by docbook.
1313
1314 20140209
1315         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
1316           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
1317           has some header breakage due to its own predefinition of this symbol
1318           (report by Jean-Pierre Flori, Sage #15796).
1319
1320 20140201
1321         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
1322           which "short" types are for color pairs and which are color values.
1323         + fix build for s390x, by correcting field bit offsets in generated
1324           representation clauses when int=32 long=64 and endian=big, or at
1325           least on s390x (patch by Nicolas Boulenguez).
1326         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
1327
1328 20140125
1329         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
1330           not work as is with gcc 4.8 due to fixes using chtype cast made for
1331           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
1332           by Nicolas Boulenguez).
1333
1334 20140118
1335         + apply includesubdir variable which was introduced in 20130805 to
1336           gen-pkgconfig.in (Debian #735782).
1337
1338 20131221
1339         + further improved man2html, used this to fix broken links in html
1340           manpages.  See
1341           ftp://invisible-island.net/ncurses/patches/man2html
1342
1343 20131214
1344         + modify configure-script/ifdef's to allow OLD_TTY feature to be
1345           suppressed if the type of ospeed is configured using the option
1346           --with-ospeed to not be a short.  By default, it is a short for
1347           termcap-compatibility (adapted from suggestion by Christian
1348           Weisgerber).
1349         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
1350           cf: 20061230).
1351         + fix a few -Wlogical-op warnings.
1352         + updated llib-l* files.
1353
1354 20131207
1355         + add form_driver_w() entrypoint to wide-character forms library, as
1356           well as test program form_driver_w (adapted from patch by Gaute
1357           Hope).
1358
1359 20131123
1360         + minor fix for CF_GCC_WARNINGS to special-case options which are not
1361           recognized by clang.
1362
1363 20131116
1364         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
1365           definition from CPPFLAGS to CFLAGS if it happens to be needed for
1366           Solaris, because g++ errors with that definition (report by
1367           Jean-Pierre Flori, Sage #15268).
1368         + correct logic in infocmp's -i option which was intended to ignore
1369           strings which correspond to function-keys as candidates for piecing
1370           together initialization- or reset-strings.  The problem dates to
1371           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
1372           gcc 4.8 (report by David Binderman).
1373         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
1374           checks for -Wextra and -Wdeclaration-after-statement into the macro,
1375           and adding checks for -Wignored-qualifiers, -Wlogical-op and
1376           -Wvarargs
1377         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
1378           work on cdk.
1379         + update config.sub from
1380                 http://git.savannah.gnu.org/cgit/config.git
1381
1382 20131110
1383         + minor cleanup of terminfo.tail
1384
1385 20131102
1386         + use TS extension to describe xterm's title-escapes -TD
1387         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
1388         + update hurd.ti, add xenl to reflect 2011-03-06 change in
1389           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
1390           (Debian #727119).
1391         + simplify pfkey expression in ansi.sys -TD
1392
1393 20131027
1394         + correct/simplify ifdef's for cur_term versus broken-linker and
1395           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
1396         + modify release/version combinations in test build-scripts to make
1397           them more consistent with other packages.
1398
1399 20131019
1400         + add nc_mingw.h to installed headers for MinGW port; needed for
1401           compiling ncurses-examples.
1402         + add rpm-script for testing cross-compile of ncurses-examples.
1403
1404 20131014
1405         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
1406
1407 20131012
1408         + fix a few compiler warnings in progs and test.
1409         + minor fix to package/debian-mingw/rules, do not strip dll's.
1410         + minor fixes to configure script for empty $prefix, e.g., when doing
1411           cross-compiles to MinGW.
1412         + add script for building test-packages of binaries cross-compiled to
1413           MinGW using NSIS.
1414
1415 20131005
1416         + minor fixes for ncurses-example package and makefile.
1417         + add scripts for test-builds of cross-compiler packages for ncurses6
1418           to MinGW.
1419
1420 20130928
1421         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
1422           it lacks some common functions such as use_env() which is not yet
1423           addressed.
1424         + build-fix and some compiler warning fixes for ncurses-examples with
1425           OpenBSD 5.3
1426         + fix a possible null-pointer reference in a trace message from newterm.
1427         + quiet a few warnings from NetBSD 6.0 namespace pollution by
1428           nonstandard popcount() function in standard strings.h header.
1429         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
1430         + fix a few overlooked places for --enable-string-hacks option.
1431
1432 20130921
1433         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
1434         + build-fix for --with-shared option for DragonFly and FreeBSD (report
1435           by Rong-En Fan, cf: 20130727).
1436
1437 20130907
1438         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
1439           Alexey Pavlov).
1440         + revert change to two of the dpkg format files, to work with dpkg
1441           before/after Debian #700177.
1442         + fix gcc -Wconversion warning in wattr_get() macro.
1443         + add msys and msysdll to known host/configuration types (patch by
1444           Alexey Pavlov).
1445         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
1446           of sort, improving portability.
1447         + minor improvements for test-programs from reviewing Solaris port.
1448         + update config.guess, config.sub from
1449                 http://git.savannah.gnu.org/cgit/config.git
1450
1451 20130831
1452         + modify test/ncurses.c b/B tests to display lines only for the
1453           attributes which a given terminal supports, to make room for an
1454           italics test.
1455         + completed ncv table in terminfo.tail; it did not list the wide
1456           character codes listed in X/Open Curses issue 7.
1457         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
1458
1459 20130824
1460         + fix some gcc 4.8 -Wconversion warnings.
1461         + change format of dpkg test-scripts to quilted to work around bug
1462           introduced by Debian #700177.
1463         + discard cached keyname() values if meta() is changed after a value
1464           was cached using (report by Kurban Mallachiev).
1465
1466 20130816
1467         + add checks in tic to warn about terminals which lack cursor
1468           addressing, capabilities or having those, are marked as hard_copy or
1469           generic_type.
1470         + use --without-progs in mingw-ncurses rpm.
1471         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
1472           port when tic and other programs are not needed.
1473
1474 20130805
1475         + minor fixes to the --disable-overwrite logic, to ensure that the
1476           configured $(includedir) is not cancelled by the mingwxx-filesystem
1477           rpm macros.
1478         + add --disable-db-install configure option, to simplify building
1479           cross-compile support packages.
1480         + add mingw-ncurses.spec file, for testing cross-compiles.
1481
1482 20130727
1483         + improve configure macros from ongoing work on cdk, dialog, xterm:
1484           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
1485           + CF_RPATH_HACK - add missing result-message
1486           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
1487             dll symbols (which can be overridden) rather than explicit "../".
1488           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
1489             rather than ${LD} to improve rpath support.
1490           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
1491             are created by the macro, to simplify clean-rules.
1492           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
1493         + fix a regression in hashed-database support for NetBSD, which uses
1494           the key-size differently from other implementations (cf: 20121229).
1495
1496 20130720
1497         + further improvements for setupterm manpage, clarifying the
1498           initialization of cur_term.
1499
1500 20130713
1501         + improve manpages for initscr and setupterm.
1502         + minor compiler-warning fixes
1503
1504 20130706
1505         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
1506         + add check for size of wchar_t, use that to suppress a chunk of
1507           wcwidth.h in MinGW port.
1508         + quiet linker warnings for MinGW cross-compile with dll's using the
1509           --enable-auto-import flag.
1510         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
1511           table issues.
1512
1513 20130622
1514         + modify the clear program to take into account the E3 extended
1515           capability to clear the terminal's scrollback buffer (patch by
1516           Miroslav Lichvar, Redhat #815790).
1517         + clarify in resizeterm manpage that LINES and COLS are updated.
1518         + updated ansi example in terminfo.tail, correct misordered example
1519           of sgr.
1520         + fix other doclifter warnings for manpages
1521         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
1522           (patch by Eric Raymond).
1523
1524 20130615
1525         + minor changes to some configure macros to make them more reusable.
1526         + fixes for tabs program (prompted by report by Nick Andrik).
1527           + corrected logic in command-line parsing of -a and -c predefined
1528             tab-lists options.
1529           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
1530           + make warning messages more consistent with the other utilities by
1531             not printing the full pathname of the program.
1532           + add -V option for consistency with other utilities.
1533         + fix off-by-one in columns for tabs program when processing an option
1534           such as "-5" (patch by Nick Andrik).
1535
1536 20130608
1537         + add to test/demo_forms.c examples of using the menu-hooks as well
1538           as showing how the menu item user-data can be used to pass a callback
1539           function pointer.
1540         + add test/dots_termcap.c
1541         + remove setupterm call from test/demo_termcap.c
1542         + build-fix if --disable-ext-funcs configure option is used.
1543         + modified test/edit_field.c and test/demo_forms.c to move the lengths
1544           into a user-data structure, keeping the original string for later
1545           expansion to free-format input/out demo.
1546         + modified test/demo_forms.c to load data from file.
1547         + added note to clarify Terminal.app's non-emulation of the various
1548           terminal types listed in the preferences dialog -TD
1549         + fix regression in error-reporting in lib_setup.c (Debian #711134,
1550           cf: 20121117).
1551         + build-fix for a case where --enable-broken_linker and
1552           --enable-reentrant options are combined (report by George R Goffe).
1553
1554 20130525
1555         + modify mvcur() to distinguish between internal use by the ncurses
1556           library, and external callers, preventing it from reading the content
1557           of the screen which is only nonblank when curses calls have updated
1558           it.  This makes test/dots_mvcur.c avoid painting colored cells in
1559           the left margin of the display.
1560         + minor fix to test/dots_mvcur.c
1561         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
1562           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
1563           use of these symbols in term_entry.h
1564
1565 20130518
1566         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
1567           interface versus pdcurses (cf: 20130316).
1568         + add pow() to configure-check for math library, needed since
1569           20121208 for test/hanoi (Debian #708056).
1570         + regenerated html manpages.
1571         + update doctype used for html documentation.
1572
1573 20130511
1574         + move nsterm-related entries out of "obsolete" section to more
1575           plausible "ansi consoles" -TD
1576         + additional cleanup of table-of-contents by reordering -TD
1577         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
1578           prevented inserts when video attributes were attached to the data
1579           (cf: 20121215) (Redhat #959534).
1580
1581 20130504
1582         + fixes for issues found by Coverity:
1583           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
1584             display when infocmp's -R option is used for HP or AIX subsets.
1585           + fix dead-code issue with test/movewindow.c
1586           + improve limited-checking in _nc_read_termtype().
1587
1588 20130427
1589         + fix clang 3.2 warning in progs/dump_entry.c
1590         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
1591
1592 20130413
1593         + add MinGW to cases where ncurses installs by default into /usr
1594           (prompted by discussion with Daniel Silva Ferreira).
1595         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
1596         + add a missing 'int' type for main function in configure check for
1597           type of bool variable, to work with clang 3.2 (report by Dmitri
1598           Gribenko).
1599         + improve configure check for static_cast, to work with clang 3.2
1600           (report by Dmitri Gribenko).
1601         + re-order rule for demo.o and macros defining header dependencies in
1602           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
1603
1604 20130406
1605         + improve parameter checking in copywin().
1606         + modify configure script to work around OS X's "libtool" program, to
1607           choose glibtool instead.  At the same time, chance the autoconf macro
1608           to look for a "tool" rather than a "prog", to help with potential use
1609           in cross-compiling.
1610         + separate the rpath usage for c++ library from demo program
1611           (Redhat #911540)
1612         + update/correct header-dependencies in c++ makefile (report by Werner
1613           Fink).
1614         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
1615
1616 20130324
1617         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
1618           and Roumen Petrov).
1619
1620 20130323
1621         + build-fix for OS X, to handle changes for --with-cxx-shared feature
1622           (report by Christian Ebert).
1623         + change initialization for vt220, similar entries for consistency
1624           with cursor-key strings (NetBSD #47674) -TD
1625         + further improvements to linux-16color (Benjamin Sittler)
1626
1627 20130316
1628         + additional fix for tic.c, to allocate missing buffer space.
1629         + eliminate configure-script warnings for gen-pkgconfig.in
1630         + correct typo in sgr string for sun-color,
1631           add bold for consistency with sgr,
1632           change smso for consistency with sgr -TD
1633         + correct typo in sgr string for terminator -TD
1634         + add blink to the attributes masked by ncv in linux-16color (report
1635           by Benjamin Sittler)
1636         + improve warning message from post-load checking for missing "%?"
1637           operator by tic/infocmp by showing the entry name and capability.
1638         + minor formatting improvement to tic/infocmp -f option to ensure
1639           line split after "%;".
1640         + amend scripting for --with-cxx-shared option to handle the debug
1641           library "libncurses++_g.a" (report by Sven Joachim).
1642
1643 20130309
1644         + amend change to toe.c for reading from /dev/zero, to ensure that
1645           there is a buffer for the temporary filename (cf: 20120324).
1646         + regenerated html manpages.
1647         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
1648         + updated some autoconf macros:
1649           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
1650           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
1651         + add configure option --with-cxx-shared to permit building
1652           libncurses++ as a shared library when using g++, e.g., the same
1653           limitations as libtool but better integrated with the usual build
1654           configuration (Redhat #911540).
1655         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
1656           shown in curses.h (Debian #689131).
1657
1658 20130302
1659         + add section to terminfo manpage discussing user-defined capabilities.
1660         + update manpage description of NCURSES_NO_SETBUF, explaining why it
1661           is obsolete.
1662         + add a check in waddch_nosync() to ensure that tab characters are
1663           treated as control characters; some broken locales claim they are
1664           printable.
1665         + add some traces to the Windows console driver.
1666         + initialize a temporary array in _nc_mbtowc, needed for some cases
1667           of raw input in MinGW port.
1668
1669 20130218
1670         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
1671         + update config.guess, config.sub
1672
1673 20130216
1674         + modify test/testcurs.c to work with mouse for ncurses as it does for
1675           pdcurses.
1676         + modify test/knight.c to work with mouse for pdcurses as it does for
1677           ncurses.
1678         + modify internal recursion in wgetch() which handles cooked mode to
1679           check if the call to wgetnstr() returned an error.  This can happen
1680           when both nocbreak() and nodelay() are set, for instance (report by
1681           Nils Christopher Brause) (cf: 960418).
1682         + fixes for issues found by Coverity:
1683           + add a check for valid position in ClearToEOS()
1684           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
1685             use after free.
1686           + improve a limit-check in make_hash.c
1687           + fix a memory leak in hashed_db.c
1688
1689 20130209
1690         + modify test/configure script to make it simpler to override names
1691           of curses-related libraries, to help with linking with pdcurses in
1692           MinGW environment.
1693         + if the --with-terminfo-dirs configure option is not used, there is
1694           no corresponding compiled-in value for that.  Fill in "no default
1695           value" for that part of the manpage substitution.
1696
1697 20130202
1698         + correct initialization in knight.c which let it occasionally make
1699           an incorrect move (cf: 20001028).
1700         + improve documentation of the terminfo/termcap search path.
1701
1702 20130126
1703         + further fixes to mvcur to pass callback function (cf: 20130112),
1704           needed to make test/dots_mvcur work.
1705         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
1706           help reduce flicker.
1707         + modify configure script to omit "+b" from linker options for very
1708           old HP-UX systems (report by Dennis Grevenstein)
1709         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
1710           by Dennis Grevenstein).
1711         + restore memmove/strdup support for antique systems (request by
1712           Dennis Grevenstein).
1713         + change %l behavior in tparm to push the string length onto the stack
1714           rather than saving the formatted length into the output buffer
1715           (report by Roy Marples, cf: 980620).
1716
1717 20130119
1718         + fixes for issues found by Coverity:
1719           + fix memory leak in safe_sprintf.c
1720           + add check for return-value in tty_update.c
1721           + correct initialization for -s option in test/view.c
1722           + add check for numeric overflow in lib_instr.c
1723           + improve error-checking in copywin
1724         + add advice in infocmp manpage for termcap users (Debian #698469).
1725         + add "-y" option to test/demo_termcap and test/demo_terminfo to
1726           demonstrate behavior with/without extended capabilities.
1727         + updated termcap manpage to document legacy termcap behavior for
1728           matching capability names.
1729         + modify name-comparison for tgetstr, etc., to accommodate legacy
1730           applications as well as to improve compatbility with BSD 4.2
1731           termcap implementations (Debian #698299) (cf: 980725).
1732
1733 20130112
1734         + correct prototype in manpage for vid_puts.
1735         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
1736           are unused in the current driver model.
1737         + modify mvcur to use stdout except when called within the ncurses
1738           library.
1739         + modify vidattr and vid_attr to use stdout as documented in manpage.
1740         + amend changes made to buffering in 20120825 so that the low-level
1741           putp() call uses stdout rather than ncurses' internal buffering.
1742           The putp_sp() call does the same, for consistency (Redhat #892674).
1743
1744 20130105
1745         + add "-s" option to test/view.c to allow it to start in single-step
1746           mode, reducing size of trace files when it is used for debugging
1747           MinGW changes.
1748         + revert part of 20121222 change to tinfo_driver.c
1749         + add experimental logic in win_driver.c to improve optimization of
1750           screen updates.  This does not yet work with double-width characters,
1751           so it is ifdef'd out for the moment (prompted by report by Erwin
1752           Waterlander regarding screen flicker).
1753
1754 20121229
1755         + fix coverity warnings regarding copying into fixed-size buffers.
1756         + add throw-declarations in the c++ binding per Coverity warning.
1757         + minor changes to new-items for consistent reference to bug-report
1758           numbers.
1759
1760 20121222
1761         + add *.dSYM directories to clean-rule in ncurses directory makefile,
1762           for Mac OS builds.
1763         + add a configure check for gcc option -no-cpp-precomp, which is not
1764           available in all Mac OS X configurations (report by Andras Salamon,
1765           cf: 20011208).
1766         + improve 20021221 workaround for broken acs, handling a case where
1767           that ACS_xxx character is not in the acsc string but there is a known
1768           wide-character which can be used.
1769
1770 20121215
1771         + fix several warnings from clang 3.1 --analyze, includes correcting
1772           a null-pointer check in _nc_mvcur_resume.
1773         + correct display of double-width characters with MinGW port (report
1774           by Erwin Waterlander).
1775         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
1776         > fixes based on Coverity report:
1777         + correct coloring in test/bs.c
1778         + correct check for 8-bit value in _nc_insert_ch().
1779         + remove dead code in progs/tset.c, test/linedata.h
1780         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
1781           test-programs.
1782
1783 20121208
1784         + modify test/knight.c to show the number of choices possible for
1785           each position in automove option, e.g., to allow user to follow
1786           Warnsdorff's rule to solve the puzzle.
1787         + modify test/hanoi.c to show the minimum number of moves possible for
1788           the given number of tiles (prompted by patch by Lucas Gioia).
1789         > fixes based on Coverity report:
1790         + remove a few redundant checks.
1791         + correct logic in test/bs.c, when randomly placing a specific type of
1792           ship.
1793         + check return value from remove/unlink in tic.
1794         + check return value from sscanf in test/ncurses.c
1795         + fix a null dereference in c++/cursesw.cc
1796         + fix two instances of uninitialized variables when configuring for the
1797           terminal driver.
1798         + correct scope of variable used in SetSafeOutcWrapper macro.
1799         + set umask when calling mkstemp in tic.
1800         + initialize wbkgrndset() temporary variable when extended-colors are
1801           used.
1802
1803 20121201
1804         + also replace MinGW's wctomb(), fixing a problem with setcchar().
1805         + modify test/view.c to load UTF-8 when built with MinGW by using
1806           regular win32 API because the MinGW functions mblen() and mbtowc()
1807           do not work.
1808
1809 20121124
1810         + correct order of color initialization versus display in some of the
1811           test-programs, e.g., test_addstr.c
1812         > fixes based on Coverity report:
1813         + delete windows on exit from some of the test-programs.
1814
1815 20121117
1816         > fixes based on Coverity report:
1817         + add missing braces around FreeAndNull in two places.
1818         + various fixes in test/ncurses.c
1819         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
1820         + correct malloc size in progs/infocmp.c
1821         + guard against negative array indices in test/knight.c
1822         + fix off-by-one limit check in test/color_name.h
1823         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
1824           test/inchs.c
1825         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
1826           test/clip_printw.c, test/demo_menus.c
1827         + delete unused windows in test/chgat.c, test/clip_printw.c,
1828           test/insdelln.c, test/newdemo.c on error-return.
1829
1830 20121110
1831         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
1832           local -I include options in case someone has set conflicting -I
1833           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
1834           Vassili Courzakis).
1835         + modify the ncurses*-config scripts to eliminate relative paths from
1836           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
1837           libraries or executables.
1838
1839 20121102
1840         + realign these related pages:
1841             curs_add_wchstr.3x
1842             curs_addchstr.3x
1843             curs_addstr.3x
1844             curs_addwstr.3x
1845           and fix a long-ago error in curs_addstr.3x which said that a -1
1846           length parameter would only write as much as fit onto one line
1847           (report by Reuben Thomas).
1848         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
1849         + remove obsolete fallback _nc_strdup() for strdup().
1850         + cancel any debug-rpm in package/ncurses.spec
1851         + reviewed vte-2012, reverted most of the change since it was incorrect
1852           based on testing with tack -TD
1853         + un-cancel the initc in vte-256color, since this was implemented
1854           starting with version 0.20 in 2009 -TD
1855
1856 20121026
1857         + improve malloc/realloc checking (prompted by discussion in Redhat
1858           #866989).
1859         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
1860         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
1861           first corrects pattern used for Mac OS X's customization of gcc.
1862
1863 20121017
1864         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
1865           (Redhat #866989).
1866
1867 20121013
1868         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
1869           (patch by Christian Persch).
1870
1871 20121006
1872         + improve CF_GCC_VERSION to work around Debian's customization of gcc
1873           --version message.
1874         + improve configure macros as done in byacc:
1875           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
1876             has used that for a while.
1877           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
1878             for experimental use.
1879           + remove unused configure macros.
1880         + modify configure script and makefiles to quiet new autoconf warning
1881           for LIBS_TO_MAKE variable.
1882         + modify configure script to show $PATH_SEPARATOR variable.
1883         + update config.guess, config.sub
1884
1885 20120922
1886         + modify setupterm to set its copy of TERM to "unknown" if configured
1887           for the terminal driver and TERM was null or empty.
1888         + modify treatment of TERM variable for MinGW port to allow explicit
1889           use of the windows console driver by checking if $TERM is set to
1890           "#win32con" or an abbreviation of that.
1891         + undo recent change to fallback definition of vsscanf() to build with
1892           older Solaris compilers (cf: 20120728).
1893
1894 20120908
1895         + add test-screens to test/ncurses to show 256-characters at a time,
1896           to help with MinGW port.
1897
1898 20120903
1899         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
1900           there.
1901         + modifications for MinGW port to make wide-character display usable.
1902
1903 20120902
1904         + regenerate configure script (report by Sven Joachim, cf: 20120901).
1905
1906 20120901
1907         + add a null-pointer check in _nc_flush (cf: 20120825).
1908         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
1909           might not be allocated.
1910         + improve comparisons in configure.in for unset shell variables.
1911
1912 20120826
1913         + increase size of ncurses' output-buffer, in case of very small
1914           initial screen-sizes.
1915         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
1916           after changes to use --datarootdir (reports by Gabriele Balducci,
1917           Roumen Petrov).
1918
1919 20120825
1920         + change output buffering scheme, using buffer maintained by ncurses
1921           rather than stdio, to avoid problems with SIGTSTP handling (report
1922           by Brian Bloniarz).
1923
1924 20120811
1925         + update autoconf patch to 2.52.20120811, adding --datarootdir
1926           (prompted by discussion with Erwin Waterlander).
1927         + improve description of --enable-reentrant option in README and the
1928           INSTALL file.
1929         + add nsterm-256color, make this the default nsterm -TD
1930         + remove bw from nsterm-bce, per testing with tack -TD
1931
1932 20120804
1933         + update test/configure, adding check for tinfo library.
1934         + improve limit-checks for the getch fifo (report by Werner Fink).
1935         + fix a remaining mismatch between $with_echo and the symbols updated
1936           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
1937           Sven Joachim, cf:  20120317).
1938         + modify followup check for pkg-config's library directory in the
1939           --enable-pc-files option to validate syntax (report by Sven Joachim,
1940           cf: 20110716).
1941
1942 20120728
1943         + correct path for ncurses_mingw.h in include/headers, in case build
1944           is done outside source-tree (patch by Roumen Petrov).
1945         + modify some older xterm entries to align with xterm source -TD
1946         + separate "xterm-old" alias from "xterm-r6" -TD
1947         + add E3 extended capability to xterm-basic and putty -TD
1948         + parenthesize parameters of other macros in curses.h -TD
1949         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
1950           in case it happens to be a comma-expression, etc.  (patch by Nick
1951           Black).
1952
1953 20120721
1954         + improved form_request_by_name() and menu_request_by_name().
1955         + eliminate two fixed-size buffers in toe.c
1956         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
1957           use_tioctl(TRUE) are called.
1958         + modify ncurses test-program, adding -E and -T options to demonstrate
1959           use_env() versus use_tioctl().
1960
1961 20120714
1962         + add use_tioctl() function (adapted from patch by Werner Fink,
1963           Novell #769788):
1964
1965 20120707
1966         + add ncurses_mingw.h to installed headers (prompted by patch by
1967           Juergen Pfeifer).
1968         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
1969           by Novell #769788).
1970         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
1971           if screensize is unchanged.  Modify _nc_update_screensize() to push a
1972           KEY_RESIZE if there was a SIGWINCH, even if it does not call
1973           resizeterm().  These changes eliminate the case where a SIGWINCH is
1974           received, but ERR returned from wgetch or wgetnstr because the screen
1975           dimensions did not change (Novell #769788).
1976
1977 20120630
1978         + add --enable-interop to sample package scripts (suggested by Juergen
1979           Pfeifer).
1980         + update CF_PATH_SYNTAX macro, from mawk changes.
1981         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
1982           some work is needed on cproto to work with lib_gen.c to update
1983           llib-lncurses.
1984         + remove redundant getenv() cal in database-iterator leftover from
1985           cleanup in 20120622 changes (report by Sven Joachim).
1986
1987 20120622
1988         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
1989         + fix caching of environment variables in database-iterator (patch by
1990           Philippe Troin, Redhat #831366).
1991
1992 20120616
1993         + add configure check to distinguish clang from gcc to eliminate
1994           warnings about unused command-line parameters when compiler warnings
1995           are enabled.
1996         + improve behavior when updating terminfo entries which are hardlinked
1997           by allowing for the possibility that an alias has been repurposed to
1998           a new primary name.
1999         + fix some strict compiler warnings based on package scripts.
2000         + further fixes for configure check for working poll (Debian #676461).
2001
2002 20120608
2003         + fix an uninitialized variable in -c/-n logic for infocmp changes
2004           (cf: 20120526).
2005         + corrected fix for building c++ binding with clang 3.0 (report/patch
2006           by Richard Yao, Gentoo #417613, cf: 20110409)
2007         + correct configure check for working poll, fixing the case where stdin
2008           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
2009         + add rpm- and dpkg-scripts, to test those build-environments.
2010           The resulting packages are used only for testing.
2011
2012 20120602
2013         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
2014         + add kdch1, etc., to qvt108 -TD
2015         + add dl1/il1 to some entries based on dl/il values -TD
2016         + add dl to simpleterm -TD
2017         + add consistency-checks in tic for insert-line vs delete-line
2018           controls, and insert/delete-char keys
2019         + correct no-leaks logic in infocmp when doing comparisons, fixing
2020           duplicate free of entries given via the command-line, and freeing
2021           entries loaded from the last-but-one of files specified on the
2022           command-line.
2023         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
2024           analysis by Martin Husemann).
2025         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
2026           Onno van der Linden).
2027
2028 20120526
2029         + extend -c and -n options of infocmp to allow comparing more than two
2030           entries.
2031         + correct check in infocmp for number of terminal names when more than
2032           two are given.
2033         + correct typo in curs_threads.3x (report by Yanhui Shen on
2034           freebsd-hackers mailing list).
2035
2036 20120512
2037         + corrected 'op' for bterm (report by Samuel Thibault) -TD
2038         + modify test/background.c to demonstrate a background character
2039           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
2040           the thick- and double-line extension (cf: 20091003).
2041         + modify handling of acs characters in PutAttrChar to avoid mapping an
2042           unmapped character to a space with A_ALTCHARSET set.
2043         + rewrite vt520 entry based on vt420 -TD
2044
2045 20120505
2046         + remove p6 (bold) from opus3n1+ for consistency -TD
2047         + remove acs stuff from env230 per clues in Ingres termcap -TD
2048         + modify env230 sgr/sgr0 to match other capabilities -TD
2049         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
2050         + make sgr for dku7202 agree with other caps -TD
2051         + make sgr for ibmpc agree with other caps -TD
2052         + make sgr for tek4107 agree with other caps -TD
2053         + make sgr for ndr9500 agree with other caps -TD
2054         + make sgr for sco-ansi agree with other caps -TD
2055         + make sgr for d410 agree with other caps -TD
2056         + make sgr for d210 agree with other caps -TD
2057         + make sgr for d470c, d470c-7b agree with other caps -TD
2058         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
2059         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
2060           configured with --enable-termcap and --disable-getcap.
2061
2062 20120428
2063         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
2064         + add eslok flag to dec+sl -TD
2065         + dec+sl applies to vt320 and up -TD
2066         + drop wsl width from xterm+sl -TD
2067         + reuse xterm+sl in putty and nsca-m -TD
2068         + add ansi+tabs to vt520 -TD
2069         + add ansi+enq to vt220-vt520 -TD
2070         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
2071         + added paragraph in keyname manpage telling how extended capabilities
2072           are interpreted as key definitions.
2073         + modify tic's check of conflicting key definitions to include extended
2074           capability strings in addition to the existing check on predefined
2075           keys.
2076
2077 20120421
2078         + improve cleanup of temporary files in tic using atexit().
2079         + add msgr to vt420, similar DEC vtXXX entries -TD
2080         + add several missing vt420 capabilities from vt220 -TD
2081         + factor out ansi+pp from several entries -TD
2082         + change xterm+sl and xterm+sl-twm to include only the status-line
2083           capabilities and not "use=xterm", making them more generally useful
2084           as building-blocks -TD
2085         + add dec+sl building block, as example -TD
2086
2087 20120414
2088         + add XT to some terminfo entries to improve usefulness for other
2089           applications than screen, which would like to pretend that xterm's
2090           title is a status-line.  -TD
2091         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
2092           of ordering and overrides -TD
2093         + add consistency check in tic for screen's "XT" capability.
2094         + add section in terminfo.src summarizing the user-defined capabilities
2095           used in that file -TD
2096
2097 20120407
2098         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
2099           non-standard capabilities, while infocmp was ignoring only the user
2100           definable capabilities.
2101         + improve special case in tic parsing of description to allow it to be
2102           followed by terminfo capabilities.  Previously the description had to
2103           be the last field on an input line to allow tic to distinguish
2104           between termcap and terminfo format while still allowing commas to be
2105           embedded in the description.
2106         + correct variable name in gen_edit.sh which broke configurability of
2107           the --with-xterm-kbs option.
2108         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
2109         + further amend 20110910 change, providing for configure-script
2110           override of the "linux" terminfo entry to install and changing the
2111           default for that to "linux2.2" (Debian #665959).
2112
2113 20120331
2114         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
2115         + correct order of use-clauses in st-256color -TD
2116         + modify configure script to look for gnatgcc if the Ada95 binding
2117           is built, in preference to the default gcc/cc (suggested by
2118           Nicolas Boulenguez).
2119         + modify configure script to ensure that the same -On option used for
2120           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
2121           using "-O3" (suggested by Nicolas Boulenguez)
2122
2123 20120324
2124         + amend an old fix so that next_char() exits properly for empty files,
2125           e.g., from reading /dev/null (cf: 20080804).
2126         + modify tic so that it can read from the standard input, or from
2127           a character device.  Because tic uses seek's, this requires writing
2128           the data to a temporary file first (prompted by remark by Sven
2129           Joachim) (cf: 20000923).
2130
2131 20120317
2132         + correct a check made in lib_napms.c, so that terminfo applications
2133           can again use napms() (cf: 20110604).
2134         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
2135           (cf: 20040327).
2136         + correct scripting for --disable-echo option in test/configure.
2137         + amend check for missing c++ compiler to work when no error is
2138           reported, and no variables set (cf: 20021206).
2139         + add/use configure macro CF_DISABLE_ECHO.
2140
2141 20120310
2142         + fix some strict compiler warnings for abi6 and 64-bits.
2143         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
2144         + improve a limit-check in infocmp.c (Werner Fink):
2145
2146 20120303
2147         + minor tidying of terminfo.tail, clarify reason for limitation
2148           regarding mapping of \0 to \200
2149         + minor improvement to _nc_copy_termtype(), using memcpy to replace
2150           loops.
2151         + fix no-leaks checking in test/demo_termcap.c to account for multiple
2152           calls to setupterm().
2153         + modified the libgpm change to show previous load as a problem in the
2154           debug-trace.
2155         > merge some patches from OpenSUSE rpm (Werner Fink):
2156         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
2157         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
2158           runtime linker
2159         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
2160           fallback entries
2161
2162 20120228
2163         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
2164
2165 20120225
2166         + modify configure script to allow creating dll's for MinGW when
2167           cross-compiling.
2168         + add --enable-string-hacks option to control whether strlcat and
2169           strlcpy may be used.  The same issue applies to OpenBSD's warnings
2170           about snprintf, noting that this function is weakly standardized.
2171         + add configure checks for strlcat, strlcpy and snprintf, to help
2172           reduce bogus warnings with OpenBSD builds.
2173         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
2174           (cf:20111231)
2175         + update config.guess, config.sub
2176
2177 20120218
2178         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
2179           the first success (patch by Pierre Labastie).
2180         + improve configure macro CF_MKSTEMP by moving existence-check for
2181           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
2182         + improve configure macro CF_FUNC_POLL from luit changes to detect
2183           broken implementations, e.g., with Mac OS X.
2184         + add configure option --with-tparm-arg
2185         + build-fix for MinGW cross-compiling, so that make_hash does not
2186           depend on TTY definition (cf: 20111008).
2187
2188 20120211
2189         + make sgr for xterm-pcolor agree with other caps -TD
2190         + make sgr for att5425 agree with other caps -TD
2191         + make sgr for att630 agree with other caps -TD
2192         + make sgr for linux entries agree with other caps -TD
2193         + make sgr for tvi9065 agree with other caps -TD
2194         + make sgr for ncr260vt200an agree with other caps -TD
2195         + make sgr for ncr160vt100pp agree with other caps -TD
2196         + make sgr for ncr260vt300an agree with other caps -TD
2197         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
2198         + make sgr for cygwin, cygwinDBG agree with other caps -TD
2199         + add configure option --with-xterm-kbs to simplify configuration for
2200           Linux versus most other systems.
2201
2202 20120204
2203         + improved tic -D option, avoid making target directory and provide
2204           better diagnostics.
2205
2206 20120128
2207         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
2208         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
2209         + make sgr for sun-color agree with smso -TD
2210         + make sgr for prism9 agree with other caps -TD
2211         + make sgr for icl6404 agree with other caps -TD
2212         + make sgr for ofcons agree with other caps -TD
2213         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
2214         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
2215         + make sgr for avt-ns agree with other caps -TD
2216         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
2217           give verbose warnings (cf:  20110730).
2218         + modify misc/gen-edit.sh to make the location of the tabset directory
2219           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
2220           (Debian #653435, patch by Sven Joachim).
2221
2222 20120121
2223         + add --with-lib-prefix option to allow configuring for old/new flavors
2224           of OS/2 EMX.
2225         + modify check for gnat version to allow for year, as used in FreeBSD
2226           port.
2227         + modify check_existence() in db_iterator.c to simply check if the
2228           path is a directory or file, according to the need.  Checking for
2229           directory size also gives no usable result with OS/2 (cf: 20120107).
2230         + support OS/2 kLIBC (patch by KO Myung-Hun).
2231
2232 20120114
2233         + several improvements to test/movewindow.c (prompted by discussion on
2234           Linux Mint forum):
2235           + modify movement commands to make them continuous
2236           + rewrote the test for mvderwin
2237           + rewrote the test for recursive mvwin
2238         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
2239         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
2240           and OpenBSD.
2241         + regenerated html manpages.
2242
2243 20120107
2244         + various improvments for MinGW (Juergen Pfeifer):
2245           + modify stat() calls to ignore the st_size member
2246           + drop mk-dlls.sh script.
2247           + change recommended regular expression library.
2248           + modify rain.c to allow for threaded configuraton.
2249           + modify tset.c to allow for case when size-change logic is not used.
2250
2251 20111231
2252         + modify toe's report when -a and -s options are combined, to add
2253           a column showing which entries belong to a given database.
2254         + add -s option to toe, to sort its output.
2255         + modify progs/toe.c, simplifying use of db-iterator results to use
2256           caching improvements from 20111001 and 20111126.
2257         + correct generation of pc-files when ticlib or termlib options are
2258           given to rename the corresponding tic- or tinfo-libraries (report
2259           by Sven Joachim).
2260
2261 20111224
2262         + document a portability issue with tput, i.e., that scripts which work
2263           with ncurses may fail in other implementations that do no parameter
2264           analysis.
2265         + add putty-sco entry -TD
2266
2267 20111217
2268         + review/fix places in manpages where --program-prefix configure option
2269           was not being used.
2270         + add -D option to infocmp, to show the database locations that it
2271           could use.
2272         + fix build for the special case where term-driver, ticlib and termlib
2273           are all enabled.  The terminal driver depends on a few features in
2274           the base ncurses library, so tic's dependencies include both ncurses
2275           and termlib.
2276         + fix build work for term-driver when --enable-wgetch-events option is
2277           enabled.
2278         + use <stdint.h> types to fix some questionable casts to void*.
2279
2280 20111210
2281         + modify configure script to check if thread library provides
2282           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
2283         + modify configure script to suppress check to define _XOPEN_SOURCE
2284           for IRIX64, since its header files have a conflict versus
2285           _SGI_SOURCE.
2286         + modify configure script to add ".pc" files for tic- and
2287           tinfo-libraries, which were omitted in recent change (cf: 20111126).
2288         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
2289
2290 20111203
2291         + modify configure-check for etip.h dependencies, supplying a temporary
2292           copy of ncurses_dll.h since it is a generated file (prompted by
2293           Debian #646977).
2294         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
2295
2296 20111126
2297         + correct database iterator's check for duplicate entries
2298           (cf: 20111001).
2299         + modify database iterator to ignore $TERMCAP when it is not an
2300           absolute pathname.
2301         + add -D option to tic, to show the database locations that it could
2302           use.
2303         + improve description of database locations in tic manpage.
2304         + modify the configure script to generate a list of the ".pc" files to
2305           generate, rather than deriving the list from the libraries which have
2306           been built (patch by Mike Frysinger).
2307         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
2308           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
2309           from patch by Mike Frysinger).
2310
2311 20111119
2312         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
2313           from curses.priv.h, fixing a regression with IRIX64 and Tru64
2314           (cf: 20110416)
2315         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
2316           i.e., the database iterator was not initialized.  This case is needed
2317           to when tic is translating to termcap, rather than loading the
2318           database (cf:  20111001).
2319
2320 20111112
2321         + add pccon entries for OpenBSD console (Alexei Malinin).
2322         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
2323           600 to work around inconsistent ifdef'ing of wcstof between C and
2324           C++ header files.
2325         + modify capconvert script to accept more than exact match on "xterm",
2326           e.g., the "xterm-*" variants, to exclude from the conversion (patch
2327           by Robert Millan).
2328         + add -lc_r as alternative for -lpthread, allows build of threaded code
2329           in older FreeBSD machines.
2330         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
2331           _POSIX_SOURCE are defined.
2332         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
2333
2334 20111030
2335         + modify make_db_path() to allow creating "terminfo.db" in the same
2336           directory as an existing "terminfo" directory.  This fixes a case
2337           where switching between hashed/filesystem databases would cause the
2338           new hashed database to be installed in the next best location -
2339           root's home directory.
2340         + add variable cf_cv_prog_gnat_correct to those passed to
2341           config.status, fixing a problem with Ada95 builds (cf: 20111022).
2342         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
2343           accommodate broken implementations for _XPG6.
2344         + eliminate usage of NULL symbol from etip.h, to reduce header
2345           interdependencies.
2346         + add configure check to decide when to add _XOPEN_SOURCE define to
2347           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
2348           This is a workaround for gcc 4.6, which fails to build the c++
2349           binding if that symbol is defined by the application, due to
2350           incorrectly combining the corresponding feature test macros
2351           (report by Peter Kruse).
2352
2353 20111022
2354         + correct logic for discarding mouse events, retaining the partial
2355           events used to build up click, double-click, etc, until needed
2356           (cf: 20110917).
2357         + fix configure script to avoid creating unused Ada95 makefile when
2358           gnat does not work.
2359         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
2360           internal functions of libncurses.  The external interface of courses
2361           uses bool, which still produces these warnings.
2362
2363 20111015
2364         + improve description of --disable-tic-depends option to make it
2365           clear that it may be useful whether or not the --with-termlib
2366           option is also given (report by Sven Joachim).
2367         + amend termcap equivalent for set_pglen_inch to use the X/Open
2368           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
2369         + improve manpage for tgetent differences from termcap library.
2370
2371 20111008
2372         + moved static data from db_iterator.c to lib_data.c
2373         + modify db_iterator.c for memory-leak checking, fix one leak.
2374         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
2375           of ncurses rather than Requires, as well as Libs.private for the
2376           other library dependencies (prompted by Debian #644728).
2377
2378 20111001
2379         + modify tic "-K" option to only set the strict-flag rather than force
2380           source-output.  That allows the same flag to control the parser for
2381           input and output of termcap source.
2382         + modify _nc_getent() to ignore backslash at the end of a comment line,
2383           making it consistent with ncurses' parser.
2384         + restore a special-case check for directory needed to make termcap
2385           text files load as if they were databases (cf: 20110924).
2386         + modify tic's resolution/collision checking to attempt to remove the
2387           conflicting alias from the second entry in the pair, which is
2388           normally following in the source file.  Also improved the warning
2389           message to make it simpler to see which alias is the problem.
2390         + improve performance of the database iterator by caching search-list.
2391
2392 20110925
2393         + add a missing "else" in changes to _nc_read_tic_entry().
2394
2395 20110924
2396         + modify _nc_read_tic_entry() so that hashed-database is checked before
2397           filesystem.
2398         + updated CF_CURSES_LIBS check in test/configure script.
2399         + modify configure script and makefiles to split TIC_ARGS and
2400           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
2401           to help separate searches for tic- and tinfo-libraries (patch by Nick
2402           Alcock aka "Nix").
2403         + build-fix for lib_mouse.c changes (cf: 20110917).
2404
2405 20110917
2406         + fix compiler warning for clang 2.9
2407         + improve merging of mouse events (integrated patch by Damien
2408           Guibouret).
2409         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
2410           (patch by Damien Guibouret).
2411
2412 20110910
2413         + modify misc/gen_edit.sh to select a "linux" entry which works with
2414           the current kernel rather than assuming it is always "linux3.0"
2415           (cf: 20110716).
2416         + revert a change to getmouse() which had the undesirable side-effect
2417           of suppressing button-release events (report by Damien Guibouret,
2418           cf: 20100102).
2419         + add xterm+kbs fragment from xterm #272 -TD
2420         + add configure option --with-pkg-config-libdir to provide control over
2421           the actual directory into which pc-files are installed, do not use
2422           the pkg-config environment variables (discussion with Frederic L W
2423           Meunier).
2424         + add link to mailing-list archive in announce.html.in, as done in
2425           FAQ (prompted by question by Andrius Bentkus).
2426         + improve manpage install by adjusting the "#include" examples to
2427           show the ncurses-subdirectory used when --disable-overwrite option
2428           is used.
2429         + install an alias for "curses" to the ncurses manpage, tied to the
2430           --with-curses-h configure option (suggested by Reuben Thomas).
2431
2432 20110903
2433         + propagate error-returns from wresize, i.e., the internal
2434           increase_size and decrease_size functions through resize_term (report
2435           by Tim van der Molen, cf:  20020713).
2436         + fix typo in tset manpage (patch by Sven Joachim).
2437
2438 20110820
2439         + add a check to ensure that termcap files which might have "^?" do
2440           not use the terminfo interpretation as "\177".
2441         + minor cleanup of X-terminal emulator section of terminfo.src -TD
2442         + add terminator entry -TD
2443         + add simpleterm entry -TD
2444         + improve wattr_get macros by ensuring that if the window pointer is
2445           null, then the attribute and color values returned will be zero
2446           (cf: 20110528).
2447
2448 20110813
2449         + add substitution for $RPATH_LIST to misc/ncurses-config.in
2450         + improve performance of tic with hashed-database by caching the
2451           database connection, using atexit() to cleanup.
2452         + modify treatment of 2-character aliases at the beginning of termcap
2453           entries so they are not counted in use-resolution, since these are
2454           guaranteed to be unique.  Also ignore these aliases when reporting
2455           the primary name of the entry (cf: 20040501)
2456         + double-check gn (generic) flag in terminal descriptions to
2457           accommodate old/buggy termcap databases which misused that feature.
2458         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
2459           error-return.
2460
2461 20110807
2462         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
2463           variable is defined in the makefiles which use it.
2464         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
2465         + build-fixes for NetBSD 5.1 with termcap support enabled.
2466         + corrected k9 in dg460-ansi, add other features based on manuals -TD
2467         + improve trimming of whitespace at the end of terminfo/termcap output
2468           from tic/infocmp.
2469         + when writing termcap source, ensure that colons in the description
2470           field are translated to a non-delimiter, i.e., "=".
2471         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
2472           use a single line.
2473         + add a null-pointer check when handling the $CC variable.
2474
2475 20110730
2476         + modify configure script and makefiles in c++ and progs to allow the
2477           directory used for rpath option to be overridden, e.g., to work
2478           around updates to the variables used by tic during an install.
2479         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
2480           for termcap output.
2481         + add _nc_strict_bsd variable in tic library which controls the
2482           "strict" BSD termcap compatibility from 20110723, plus these
2483           features:
2484           + allow escapes such as "\8" and "\9" when reading termcap
2485           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
2486             termcap files, passing through "a", "e", etc.
2487           + expand "\:" as "\072" on output.
2488         + modify _nc_get_token() to reset the token's string value in case
2489           there is a string-typed token lacking the "=" marker.
2490         + fix a few memory leaks in _nc_tgetent.
2491         + fix a few places where reading from a termcap file could refer to
2492           freed memory.
2493         + add an overflow check when converting terminfo/termcap numeric
2494           values, since terminfo stores those in a short, and they must be
2495           positive.
2496         + correct internal variables used for translating to termcap "%>"
2497           feature, and translating from termcap %B to terminfo, needed by
2498           tctest (cf: 19991211).
2499         + amend a minor fix to acsc when loading a termcap file to separate it
2500           from warnings needed for tic (cf: 20040710)
2501         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
2502           a termcap file to be handled via TERMINFO_DIRS.
2503         + modify _nc_infotocap() to include non-mandatory padding when
2504           translating to termcap.
2505         + modify _nc_read_termcap_entry(), passing a flag in the case where
2506           getcap is used, to reduce interactive warning messages.
2507
2508 20110723
2509         + add a check in start_color() to limit color-pairs to 256 when
2510           extended colors are not supported (patch by David Benjamin).
2511         + modify setcchar to omit no-longer-needed OR'ing of color pair in
2512           the SetAttr() macro (patch by David Benjamin).
2513         + add kich1 to sun terminfo entry (Yuri Pankov)
2514         + use bold rather than reverse for smso in sun-color terminfo entry
2515           (Yuri Pankov).
2516         + improve generation of termcap using tic/infocmp -C option, e.g.,
2517           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
2518           regarding Schilling's test program):
2519           + translate %02 and %03 to %2 and %3 respectively.
2520           + suppress string capabilities which use %s, not supported by tgoto
2521           + use \040 rather than \s
2522           + expand null characters as \200 rather than \0
2523         + modify configure script to support shared libraries for DragonFlyBSD.
2524
2525 20110716
2526         + replace an assert() in _nc_Free_Argument() with a regular null
2527           pointer check (report/analysis by Franjo Ivancic).
2528         + modify configure --enable-pc-files option to take into account the
2529           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
2530         + add/use xterm+tmux chunk from xterm #271 -TD
2531         + resync xterm-new entry from xterm #271 -TD
2532         + add E3 extended capability to linux-basic (Miroslav Lichvar)
2533         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
2534         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
2535         + fix inconsistent tabset path in pcmw (Todd C. Miller).
2536         + remove a backslash which continued comment, obscuring altos3
2537           definition with OpenBSD toolset (Nicholas Marriott).
2538
2539 20110702
2540         + add workaround from xterm #271 changes to ensure that compiler flags
2541           are not used in the $CC variable.
2542         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
2543           7.1 with both gcc 4.2.4 and cc.
2544         + modify configure checks for AIX to include release 7.x
2545         + add loader flags/libraries to libtool options so that dynamic loading
2546           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
2547           at gentoo prefix repository (patch by Michael Haubenwallner).
2548
2549 20110626
2550         + move include of nc_termios.h out of term_entry.h, since the latter
2551           is installed, e.g., for tack while the former is not (report by
2552           Sven Joachim).
2553
2554 20110625
2555         + improve cleanup() function in lib_tstp.c, using _exit() rather than
2556           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
2557           comments forwarded by Nicholas Marriott).
2558         + reduce name pollution from term.h, moving fallback #define's for
2559           tcgetattr(), etc., to new private header nc_termios.h (report by
2560           Sergio NNX).
2561         + two minor fixes for tracing (patch by Vassili Courzakis).
2562         + improve trace initialization by starting it in use_env() and
2563           ripoffline().
2564         + review old email, add details for some changelog entries.
2565
2566 20110611
2567         + update minix entry to minix 3.2 (Thomas Cort).
2568         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
2569
2570 20110604
2571         + fixes for MirBSD port:
2572           + set default prefix to /usr.
2573           + add support for shared libraries in configure script.
2574           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
2575         + add a few more checks based on ncurses/link_test.
2576         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
2577
2578 20110528
2579         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
2580         + used ncurses/link_test to check for behavior when the terminal has
2581           not been initialized and when an application passes null pointers
2582           to the library.  Added checks to cover this (prompted by Redhat
2583           #707344).
2584         + modify MKlib_gen.sh to make its main() function call each function
2585           with zero parameters, to help find inconsistent checking for null
2586           pointers, etc.
2587
2588 20110521
2589         + fix warnings from clang 2.7 "--analyze"
2590
2591 20110514
2592         + compiler-warning fixes in panel and progs.
2593         + modify CF_PKG_CONFIG macro, from changes to tin -TD
2594         + modify CF_CURSES_FUNCS configure macro, used in test directory
2595           configure script:
2596           + work around (non-optimizer) bug in gcc 4.2.1 which caused
2597             test-expression to be omitted from executable.
2598           + force the linker to see a link-time expression of a symbol, to
2599             help work around weak-symbol issues.
2600
2601 20110507
2602         + update discussion of MKfallback.sh script in INSTALL; normally the
2603           script is used automatically via the configured makefiles.  However
2604           there are still occasions when it might be used directly by packagers
2605           (report by Gunter Schaffler).
2606         + modify misc/ncurses-config.in to omit the "-L" option from the
2607           "--libs" output if the library directory is /usr/lib.
2608         + change order of tests for curses.h versus ncurses.h headers in the
2609           configure scripts for Ada95 and test-directories, to look for
2610           ncurses.h, from fixes to tin -TD
2611         + modify ncurses/tinfo/access.c to account for Tandem's root uid
2612           (report by Joachim Schmitz).
2613
2614 20110430
2615         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
2616           is not used when building a static library (report by Nicolas
2617           Boulenguez):
2618         + Ada95 build-fix for big-endian architectures such as sparc.  This
2619           undoes one of the fixes from 20110319, which added an "Unused" member
2620           to representation clauses, replacing that with pragmas to suppress
2621           warnings about unused bits (patch by Nicolas Boulenguez).
2622
2623 20110423
2624         + add check in test/configure for use_window, use_screen.
2625         + add configure-checks for getopt's variables, which may be declared
2626           as different types on some Unix systems.
2627         + add check in test/configure for some legacy curses types of the
2628           function pointer passed to tputs().
2629         + modify init_pair() to accept -1's for color value after
2630           assume_default_colors() has been called (Debian #337095).
2631         + modify test/background.c, adding commmand-line options to demonstrate
2632           assume_default_colors() and use_default_colors().
2633
2634 20110416
2635         + modify configure script/source-code to only define _POSIX_SOURCE if
2636           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
2637           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
2638         + update config.guess, config.sub
2639
2640 20110409
2641         + fixes to build c++ binding with clang 3.0 (patch by Alexander
2642           Kolesen).
2643         + add check for unctrl.h in test/configure, to work around breakage in
2644           some ncurses packages.
2645         + add "--disable-widec" option to test/configure script.
2646         + add "--with-curses-colr" and "--with-curses-5lib" options to the
2647           test/configure script to address testing with very old machines.
2648
2649 20110404 5.9 release for upload to ftp.gnu.org
2650
2651 20110402
2652         + various build-fixes for the rpm/dpkg scripts.
2653         + add "--enable-rpath-link" option to Ada95/configure, to allow
2654           packages to suppress the rpath feature which is normally used for
2655           the in-tree build of sample programs.
2656         + corrected definition of libdir variable in Ada95/src/Makefile.in,
2657           needed for rpm script.
2658         + add "--with-shared" option to Ada95/configure script, to allow
2659           making the C-language parts of the binding use appropriate compiler
2660           options if building a shared library with gnat.
2661
2662 20110329
2663         > portability fixes for Ada95 binding:
2664         + add configure check to ensure that SIGINT works with gnat.  This is
2665           needed for the "rain" sample program.  If SIGINT does not work, omit
2666           that sample program.
2667         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
2668         + add ncurses_compat.c, to supply functions used in the Ada95 binding
2669           which were added in 5.7 and later.
2670         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
2671           upon GNU sed.
2672
2673 20110326
2674         + add special check in Ada95/configure script for ncurses6 reentrant
2675           code.
2676         + regen Ada html documentation.
2677         + build-fix for Ada shared libraries versus the varargs workaround.
2678         + add rpm and dpkg scripts for Ada95 and test directories, for test
2679           builds.
2680         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
2681           CF_X_ATHENA_LIBS.
2682         + add configure check to determine if gnat's project feature supports
2683           libraries, i.e., collections of .ali files.
2684         + make all dereferences in Ada95 samples explicit.
2685         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
2686         + add configure check for, ifdef's for math.h which is in a separate
2687           package on Solaris and potentially not installed (report by Petr
2688           Pavlu).
2689         > fixes for Ada95 binding (Nicolas Boulenguez):
2690         + improve type-checking in Ada95 by eliminating a few warning-suppress
2691           pragmas.
2692         + suppress unreferenced warnings.
2693         + make all dereferences in binding explicit.
2694
2695 20110319
2696         + regen Ada html documentation.
2697         + change order of -I options from ncurses*-config script when the
2698           --disable-overwrite option was used, so that the subdirectory include
2699           is listed first.
2700         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
2701         + modify configure script to provide value for HTML_DIR in
2702           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
2703           distributed separately (report by Nicolas Boulenguez).
2704         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
2705           CFLAGS for the build has these options.
2706         + amend change from 20070324, to not add 1 to the result of getmaxx
2707           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
2708           thread in comp.lang.ada).
2709         + build-fix Ada95/samples for gnat 4.5
2710         + spelling fixes for Ada95/samples/explain.txt
2711         > fixes for Ada95 binding (Nicolas Boulenguez):
2712         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
2713         + add workaround for binding to set_field_type(), which uses varargs.
2714           The original binding from 990220 relied on the prevalent
2715           implementation of varargs which did not support or need va_copy().
2716         + add dependency on gen/Makefile.in needed for *-panels.ads
2717         + add Library_Options to library.gpr
2718         + add Languages to library.gpr, for gprbuild
2719
2720 20110307
2721         + revert changes to limit-checks from 20110122 (Debian #616711).
2722         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
2723         + corrected a minor sign error in a field of Low_Level_Field_Type, to
2724           conform to form.h.
2725         + replaced C_Int by Curses_Bool as return type for some callbacks, see
2726           fieldtype(3FORM).
2727         + modify samples/sample-explain.adb to provide explicit message when
2728           explain.txt is not found.
2729
2730 20110305
2731         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
2732         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
2733           for compiler warnings (report by Nicolas Boulenguez).
2734         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
2735           needed to compile when chtype is 64-bits using gnat 4.4.5
2736
2737 20110226 5.8 release for upload to ftp.gnu.org
2738
2739 20110226
2740         + update release notes, for 5.8.
2741         + regenerated html manpages.
2742         + change open() in _nc_read_file_entry() to fopen() for consistency
2743           with write_file().
2744         + modify misc/run_tic.in to create parent directory, in case this is
2745           a new install of hashed database.
2746         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
2747
2748 20110220
2749         + configure script rpath fixes from xterm #269.
2750         + workaround for cygwin's non-functional features.h, to force ncurses'
2751           configure script to define _XOPEN_SOURCE_EXTENDED when building
2752           wide-character configuration.
2753         + build-fix in run_tic.sh for OS/2 EMX install
2754         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
2755
2756 20110212
2757         + regenerated html manpages.
2758         + use _tracef() in show_where() function of tic, to work correctly with
2759           special case of trace configuration.
2760
2761 20110205
2762         + add xterm-utf8 entry as a demo of the U8 feature -TD
2763         + add U8 feature to denote entries for terminal emulators which do not
2764           support VT100 SI/SO when processing UTF-8 encoding -TD
2765         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
2766           extended terminfo capability U8 (prompted by mailing list
2767           discussion).
2768
2769 20110122
2770         + start documenting interface changes for upcoming 5.8 release.
2771         + correct limit-checks in derwin().
2772         + correct limit-checks in newwin(), to ensure that windows have nonzero
2773           size (report by Garrett Cooper).
2774         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
2775           Alcock).
2776         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
2777           by discussion with Kevin Martin).
2778
2779 20110115
2780         + modify Ada95/configure script to make the --with-curses-dir option
2781           work without requiring the --with-ncurses option.
2782         + modify test programs to allow them to be built with NetBSD curses.
2783         + document thick- and double-line symbols in curs_add_wch.3x manpage.
2784         + document WACS_xxx constants in curs_add_wch.3x manpage.
2785         + fix some warnings for clang 2.6 "--analyze"
2786         + modify Ada95 makefiles to make html-documentation with the project
2787           file configuration if that is used.
2788         + update config.guess, config.sub
2789
2790 20110108
2791         + regenerated html manpages.
2792         + minor fixes to enable lint when trace is not enabled, e.g., with
2793           clang --analyze.
2794         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
2795         + update ncurses/llib-lncurses*
2796
2797 20110101
2798         + fix remaining strict compiler warnings in ncurses library ABI=5,
2799           except those dealing with function pointers, etc.
2800
2801 20101225
2802         + modify nc_tparm.h, adding guards against repeated inclusion, and
2803           allowing TPARM_ARG to be overridden.
2804         + fix some strict compiler warnings in ncurses library.
2805
2806 20101211
2807         + suppress ncv in screen entry, allowing underline (patch by Alejandro
2808           R Sedeno).
2809         + also suppress ncv in konsole-base -TD
2810         + fixes in wins_nwstr() and related functions to ensure that special
2811           characters, i.e., control characters are handled properly with the
2812           wide-character configuration.
2813         + correct a comparison in wins_nwstr() (Redhat #661506).
2814         + correct help-messages in some of the test-programs, which still
2815           referred to quitting with 'q'.
2816
2817 20101204
2818         + add special case to _nc_infotocap() to recognize the setaf/setab
2819           strings from xterm+256color and xterm+88color, and provide a reduced
2820           version which works with termcap.
2821         + remove obsolete emacs "Local Variables" section from documentation
2822           (request by Sven Joachim).
2823         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
2824           (report by Sven Joachim).
2825
2826 20101128
2827         + modify test/configure and test/Makefile.in to handle this special
2828           case of building within a build-tree (Debian #34182):
2829                 mkdir -p build && cd build && ../test/configure && make
2830
2831 20101127
2832         + miscellaneous build-fixes for Ada95 and test-directories when built
2833           out-of-tree.
2834         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
2835         + fix typo in rmso for tek4106 entry -Goran Weinholt
2836
2837 20101120
2838         + improve checks in test/configure for X libraries, from xterm #267
2839           changes.
2840         + modify test/configure to allow it to use the build-tree's libraries
2841           e.g., when using that to configure the test-programs without the
2842           rpath feature (request by Sven Joachim).
2843         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
2844           for compatibility, but generally deprecating those since the VTE
2845           library is what actually defines the behavior of "gnome", etc.,
2846           since 2003 -TD
2847
2848 20101113
2849         + compiler warning fixes for test programs.
2850         + various build-fixes for test-programs with pdcurses.
2851         + updated configure checks for X packages in test/configure from xterm
2852           #267 changes.
2853         + add configure check to gnatmake, to accommodate cygwin.
2854
2855 20101106
2856         + correct list of sub-directories needed in Ada95 tree for building as
2857           a separate package.
2858         + modify scripts in test-directory to improve builds as a separate
2859           package.
2860
2861 20101023
2862         + correct parsing of relative tab-stops in tabs program (report by
2863           Philip Ganchev).
2864         + adjust configure script so that "t" is not added to library suffix
2865           when weak-symbols are used, allowing the pthread configuration to
2866           more closely match the non-thread naming (report by Werner Fink).
2867         + modify configure check for tic program, used for fallbacks, to a
2868           warning if not found.  This makes it simpler to use additonal
2869           scripts to bootstrap the fallbacks code using tic from the build
2870           tree (report by Werner Fink).
2871         + fix several places in configure script using ${variable-value} form.
2872         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
2873           which do not support selectively linking against static libraries
2874           (report by John P. Hartmann)
2875         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
2876
2877 20101009
2878         + correct comparison used for setting 16-colors in linux-16color
2879           entry (Novell #644831) -TD
2880         + improve linux-16color entry, using "dim" for color-8 which makes it
2881           gray rather than black like color-0 -TD
2882         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
2883           external package "cindent".
2884
2885 20101002
2886         + improve linkages in html manpages, adding references to the newer
2887           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
2888         + add checks in tic for inconsistent cursor-movement controls, and for
2889           inconsistent printer-controls.
2890         + fill in no-parameter forms of cursor-movement where a parameterized
2891           form is available -TD
2892         + fill in missing cursor controls where the form of the controls is
2893           ANSI -TD
2894         + fix inconsistent punctuation in form_variables manpage (patch by
2895           Sven Joachim).
2896         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
2897         > patch by Juergen Pfeifer:
2898         + document how to build 32-bit libraries in README.MinGW
2899         + fixes to filename computation in mk-dlls.sh.in
2900         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
2901           Joachim).
2902         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
2903           distinguish between 32-bit and 64-bit hosts.  The result is stored
2904           in mingw_arch
2905
2906 20100925
2907         + add "XT" capability to entries for terminals that support both
2908           xterm-style mouse- and title-controls, for "screen" which
2909           special-cases TERM beginning with "xterm" or "rxvt" -TD
2910         > patch by Juergen Pfeifer:
2911         + use 64-Bit MinGW toolchain (recommended package from TDM, see
2912           README.MinGW).
2913         + support pthreads when using the TDM MinGW toolchain
2914
2915 20100918
2916         + regenerated html manpages.
2917         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
2918         + add manpage for sp-funcs.
2919         + add sp-funcs to test/listused.sh, for documentation aids.
2920
2921 20100911
2922         + add manpages for summarizing public variables of curses-, terminfo-
2923           and form-libraries.
2924         + minor fixes to manpages for consistency (patch by Jason McIntyre).
2925         + modify tic's -I/-C dump to reformat acsc strings into canonical form
2926           (sorted, unique mapping) (cf: 971004).
2927         + add configure check for pthread_kill(), needed for some old
2928           platforms.
2929
2930 20100904
2931         + add configure option --without-tests, to suppress building test
2932           programs (request by Frederic L W Meunier).
2933
2934 20100828
2935         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
2936         + add check in terminfo source-reader to provide more informative
2937           message when someone attempts to run tic on a compiled terminal
2938           description (prompted by Debian #593920).
2939         + note in infotocap and captoinfo manpages that they read terminal
2940           descriptions from text-files (Debian #593920).
2941         + improve acsc string for vt52, show arrow keys (patch by Benjamin
2942           Sittler).
2943
2944 20100814
2945         + document in manpages that "mv" functions first use wmove() to check
2946           the window pointer and whether the position lies within the window
2947           (suggested by Poul-Henning Kamp).
2948         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
2949           by Tim van der Molen).
2950         + modify configure script to transform library names for tic- and
2951           tinfo-libraries so that those build properly with Mac OS X shared
2952           library configuration.
2953         + modify configure script to ensure that it removes conftest.dSYM
2954           directory leftover on checks with Mac OS X.
2955         + modify configure script to cleanup after check for symbolic links.
2956
2957 20100807
2958         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
2959           (cf: 20100724)
2960         + improve configure checks for location of tic and infocmp programs
2961           used for installing database and for generating fallback data,
2962           e.g., for cross-compiling.
2963         + add Markus Kuhn's wcwidth function for compiling MinGW
2964         + add special case to CF_REGEX for cross-compiling to MinGW target.
2965
2966 20100731
2967         + modify initialization check for win32con driver to eliminate need for
2968           special case for TERM "unknown", using terminal database if available
2969           (prompted by discussion with Roumen Petrov).
2970         + for MinGW port, ensure that terminal driver is setup if tgetent()
2971           is called (patch by Roumen Petrov).
2972         + document tabs "-0" and "-8" options in manpage.
2973         + fix Debian "lintian" issues with manpages reported in
2974           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
2975
2976 20100724
2977         + add a check in tic for missing set_tab if clear_all_tabs given.
2978         + improve use of symbolic links in makefiles by using "-f" option if
2979           it is supported, to eliminate temporary removal of the target
2980           (prompted by http://www.t2-project.org/packages/ncurses.html)
2981         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
2982           after exit from 'm' main-menu command.
2983         + improved ncu-indent, from mawk changes, allows more than one of
2984           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
2985
2986 20100717
2987         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
2988           the alternate character set (patch by Nicholas Marriott)
2989         + remove tar-copy.sh and related configure/Makefile chunks, since the
2990           Ada95 binding is now installed using rules in Ada95/src.
2991
2992 20100703
2993         + continue integrating changes to use gnatmake project files in Ada95
2994           + add/use configure check to turn on project rules for Ada95/src.
2995         + revert the vfork change from 20100130, since it does not work.
2996
2997 20100626
2998         + continue integrating changes to use gnatmake project files in Ada95
2999           + old gnatmake (3.15) does not produce libraries using project-file;
3000             work around by adding script to generate alternate makefile.
3001
3002 20100619
3003         + continue integrating changes to use gnatmake project files in Ada95
3004           + add configure --with-ada-sharedlib option, for the test_make rule.
3005           + move Ada95-related logic into aclocal.m4, since additional checks
3006             will be needed to distinguish old/new implementations of gnat.
3007
3008 20100612
3009         + start integrating changes to use gnatmake project files in Ada95 tree
3010           + add test_make / test_clean / test_install rules in Ada95/src
3011           + change install-path for adainclude directory to /usr/share/ada (was
3012             /usr/lib/ada).
3013         + update Ada95/configure.
3014         + add mlterm+256color entry, for mlterm 3.0.0 -TD
3015         + modify test/configure to use macros to ensure consistent order
3016           of updating LIBS variable.
3017
3018 20100605
3019         + change search order of options for Solaris in CF_SHARED_OPTS, to
3020           work with 64-bit compiles.
3021         + correct quoting of assignment in CF_SHARED_OPTS case for aix
3022           (cf: 20081227)
3023
3024 20100529
3025         + regenerated html documentation.
3026         + modify test/configure to support pkg-config for checking X libraries
3027           used by PDCurses.
3028         + add/use configure macro CF_ADD_LIB to force consistency of
3029           assignments to $LIBS, etc.
3030         + fix configure script for combining --with-pthread
3031           and --enable-weak-symbols options.
3032
3033 20100522
3034         + correct cross-compiling configure check for CF_MKSTEMP macro, by
3035           adding a check cache variable set by AC_CHECK_FUNC (report by
3036           Pierre Labastie).
3037         + simplify include-dependencies of make_hash and make_keys, to reduce
3038           the need for setting BUILD_CPPFLAGS in cross-compiling when the
3039           build- and target-machines differ.
3040         + repair broken-linker configuration by restoring a definition of SP
3041           variable to curses.priv.h, and adjusting for cases where sp-funcs
3042           are used.
3043         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
3044           variable to override (prompted by report by Pablo Cazallas).
3045
3046 20100515
3047         + add configure option --enable-pthreads-eintr to control whether the
3048           new EINTR feature is enabled.
3049         + modify logic in pthread configuration to allow EINTR to interrupt
3050           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
3051         + drop mkdirs.sh, use "mkdir -p".
3052         + add configure option --disable-libtool-version, to use the
3053           "-version-number" feature which was added in libtool 1.5 (report by
3054           Peter Haering).  The default value for the option uses the newer
3055           feature, which makes libraries generated using libtool compatible
3056           with the standard builds of ncurses.
3057         + updated test/configure to match configure script macros.
3058         + fixes for configure script from lynx changes:
3059           + improve CF_FIND_LINKAGE logic for the case where a function is
3060             found in predefined libraries.
3061           + revert part of change to CF_HEADER (cf: 20100424)
3062
3063 20100501
3064         + correct limit-check in wredrawln, accounting for begy/begx values
3065           (patch by David Benjamin).
3066         + fix most compiler warnings from clang.
3067         + amend build-fix for OpenSolaris, to ensure that a system header is
3068           included in curses.h before testing feature symbols, since they
3069           may be defined by that route.
3070
3071 20100424
3072         + fix some strict compiler warnings in ncurses library.
3073         + modify configure macro CF_HEADER_PATH to not look for variations in
3074           the predefined include directories.
3075         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
3076           with gcc 4.x's c89 alias, which gives warning messages for cases
3077           where older versions would produce an error.
3078
3079 20100417
3080         + modify _nc_capcmp() to work with cancelled strings.
3081         + correct translation of "^" in _nc_infotocap(), used to transform
3082           terminfo to termcap strings
3083         + add configure --disable-rpath-hack, to allow disabling the feature
3084           which adds rpath options for libraries in unusual places.
3085         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
3086           directory was already added.
3087         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
3088           directories (which will be ignored).
3089
3090 20100410
3091         + improve win_driver.c handling of mouse:
3092           + discard motion events
3093           + avoid calling _nc_timed_wait when there is a mouse event
3094           + handle 4th and "rightmost" buttons.
3095         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
3096           cases where there are embedded blanks in the rpath option.
3097
3098 20100403
3099         + add configure check for exctags vs ctags, to work around pkgsrc.
3100         + simplify logic in _nc_get_screensize() to make it easier to see how
3101           environment variables may override system- and terminfo-values
3102           (prompted by discussion with Igor Bujna).
3103         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
3104         + improve handling of color-pairs embedded in attributes for the
3105           extended-colors configuration.
3106         + modify MKlib_gen.sh to build link_test with sp-funcs.
3107         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
3108           configuration as well as for rpath feature in *-config scripts.
3109
3110 20100327
3111         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
3112           reusable.
3113         + improve configure CF_REGEX, similar fixes.
3114         + improve configure CF_FIND_LINKAGE, adding add check between system
3115           (default) and explicit paths, where we can find the entrypoint in the
3116           given library.
3117         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
3118           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
3119           Ensure that Gpm_Close() is called in this case.
3120
3121 20100320
3122         + rename atari and st52 terminfo entries to atari-old, st52-old, use
3123           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
3124           Hourihane).
3125
3126 20100313
3127         + modify install-rule for manpages so that *-config manpages will
3128           install when building with --srcdir (report by Sven Joachim).
3129         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
3130           option is not the same as --disable-leaks (GenToo #305889).
3131         + modify #define's for build-compiler to suppress cchar_t symbol from
3132           compile of make_hash and make_keys, improving cross-compilation of
3133           ncursesw (report by Bernhard Rosenkraenzer).
3134         + modify CF_MAN_PAGES configure macro to replace all occurrences of
3135           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
3136           Kaseorg).
3137
3138 20100306
3139         + generate manpages for the *-config scripts, adapted from help2man
3140           (suggested by Sven Joachim).
3141         + use va_copy() in _nc_printf_string() to avoid conflicting use of
3142           va_list value in _nc_printf_length() (report by Wim Lewis).
3143
3144 20100227
3145         + add Ada95/configure script, to use in tar-file created by
3146           Ada95/make-tar.sh
3147         + fix typo in wresize.3x (patch by Tim van der Molen).
3148         + modify screen-bce.XXX entries to exclude ech, since screen's color
3149           model does not clear with color for that feature -TD
3150
3151 20100220
3152         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
3153           making those separately distributable.
3154         + build-fix for static libraries without dlsym (Debian #556378).
3155         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
3156           Schwarze).
3157
3158 20100213
3159         + add several screen-bce.XXX entries -TD
3160
3161 20100206
3162         + update mrxvt terminfo entry -TD
3163         + modify win_driver.c to support mouse single-clicks.
3164         + correct name for termlib in ncurses*-config, e.g., if it is renamed
3165           to provide a single file for ncurses/ncursesw libraries (patch by
3166           Miroslav Lichvar).
3167
3168 20100130
3169         + use vfork in test/ditto.c if available (request by Mike Frysinger).
3170         + miscellaneous cleanup of manpages.
3171         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
3172         + build-fix for --srcdir (patch by Miroslav Lichvar).
3173
3174 20100123
3175         + for term-driver configuration, ensure that the driver pointer is
3176           initialized in setupterm so that terminfo/termcap programs work.
3177         + amend fix for Debian #542031 to ensure that wattrset() returns only
3178           OK or ERR, rather than the attribute value (report by Miroslav
3179           Lichvar).
3180         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
3181           _nc_screen_of() compatible between normal/wide libraries again (patch
3182           by Miroslav Lichvar)
3183         + review/fix include-dependencies in modules files (report by Miroslav
3184           Lichvar).
3185
3186 20100116
3187         + modify win_driver.c to initialize acs_map for win32 console, so
3188           that line-drawing works.
3189         + modify win_driver.c to initialize TERMINAL struct so that programs
3190           such as test/lrtest.c and test/ncurses.c which test string
3191           capabilities can run.
3192         + modify term-driver modules to eliminate forward-reference
3193           declarations.
3194
3195 20100109
3196         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
3197           consistently to add new -D's while removing duplicates.
3198         + modify a few configure macros to consistently put new options
3199           before older in the list.
3200         + add tiparm(), based on review of X/Open Curses Issue 7.
3201         + minor documentation cleanup.
3202         + update config.guess, config.sub from
3203                 http://savannah.gnu.org/projects/config
3204           (caveat - its maintainer put 2010 copyright date on files dated 2009)
3205
3206 20100102
3207         + minor improvement to tic's checking of similar SGR's to allow for the
3208           most common case of SGR 0.
3209         + modify getmouse() to act as its documentation implied, returning on
3210           each call the preceding event until none are left.  When no more
3211           events remain, it will return ERR.
3212
3213 20091227
3214         + change order of lookup in progs/tput.c, looking for terminfo data
3215           first.  This fixes a confusion between termcap "sg" and terminfo
3216           "sgr" or "sgr0", originally from 990123 changes, but exposed by
3217           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
3218           ambiguous (Mandriva #56272).
3219
3220 20091226
3221         + add bterm terminfo entry, based on bogl 0.1.18 -TD
3222         + minor fix to rxvt+pcfkeys terminfo entry -TD
3223         + build-fixes for Ada95 tree for gnat 4.4 "style".
3224
3225 20091219
3226         + remove old check in mvderwin() which prevented moving a derived
3227           window whose origin happened to coincide with its parent's origin
3228           (report by Katarina Machalkova).
3229         + improve test/ncurses.c to put mouse droppings in the proper window.
3230         + update minix terminfo entry -TD
3231         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
3232
3233 20091212
3234         + correct transfer of multicolumn characters in multirow
3235           field_buffer(), which stopped at the end of the first row due to
3236           filling of unused entries in a cchar_t array with nulls.
3237         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
3238         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
3239           nulls.
3240         + use strdup() in set_menu_mark(), restore .marklen struct member on
3241           failure.
3242         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
3243           tset.c per
3244                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
3245           (patch by Nicholas Marriott).
3246         + replace a malloc in tic.c with strdup, checking for failure (patch by
3247           Nicholas Marriott).
3248         + update config.guess, config.sub from
3249                 http://savannah.gnu.org/projects/config
3250
3251 20091205
3252         + correct layout of working window used to extract data in
3253           wide-character configured by set_field_buffer (patch by Rafael
3254           Garrido Fernandez)
3255         + improve some limit-checks related to filename length in reading and
3256           writing terminfo entries.
3257         + ensure that filename is always filled in when attempting to read
3258           a terminfo entry, so that infocmp can report the filename (patch
3259           by Nicholas Marriott).
3260
3261 20091128
3262         + modify mk-1st.awk to allow tinfo library to be built when term-driver
3263           is enabled.
3264         + add error-check to configure script to ensure that sp-funcs is
3265           enabled if term-driver is, since some internal interfaces rely upon
3266           this.
3267
3268 20091121
3269         + fix case where progs/tput is used while sp-funcs is configure; this
3270           requires save/restore of out-character function from _nc_prescreen
3271           rather than the SCREEN structure (report by Charles Wilson).
3272         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
3273         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
3274
3275 20091114
3276
3277         + updated man/curs_trace.3x
3278         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
3279         + change a variable name in lib_newwin.c to make it clearer which
3280           value is being freed on error (patch by Nicholas Marriott).
3281
3282 20091107
3283         + improve test/ncurses.c color-cycling test by reusing attribute-
3284           and color-cycling logic from the video-attributes screen.
3285         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
3286           library which help make it compatible with interop applications
3287           (patch by Juergen Pfeifer).
3288         + add configure option --enable-interop, for integrating changes
3289           for generic/interop support to form-library by Juergen Pfeifer
3290
3291 20091031
3292         + modify use of $CC environment variable which is defined by X/Open
3293           as a curses feature, to ignore it if it is not a single character
3294           (prompted by discussion with Benjamin C W Sittler).
3295         + add START_TRACE in slk_init
3296         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
3297           soft-keys, broken in 20090927 merging.
3298         + change initialization of "hidden" flag for soft-keys from true to
3299           false, broken in 20090704 merging (Ubuntu #464274).
3300         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
3301           discussion with Fabian Groffen in GenToo #206201).
3302         + add test/xterm-256color.dat
3303
3304 20091024
3305         + quiet some pedantic gcc warnings.
3306         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
3307           SIGWINCH, and discard that value, to avoid confusing application
3308           (patch by Eygene Ryabinkin, FreeBSD #136223).
3309
3310 20091017
3311         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
3312           a possibly colon-separated list (Debian #550716).
3313
3314 20091010
3315         + supply a null-terminator to buffer in _nc_viswibuf().
3316         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
3317         + minor fixes to error-returns in default function for tputs, as well
3318           as in lib_screen.c
3319
3320 20091003
3321         + add WACS_xxx definitions to wide-character configuration for thick-
3322           and double-lines (discussion with Slava Zanko).
3323         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
3324         + add ccc and initc capabilities to xterm-16color -TD
3325         > patch by Benjamin C W Sittler:
3326         + add linux-16color
3327         + correct initc capability of linux-c-nc end-of-range
3328         + similar change for dg+ccc and dgunix+ccc
3329
3330 20090927
3331         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
3332           that module since 20090711 is in libtinfo.
3333         + add configure option --enable-term-driver, to allow compiling with
3334           terminal-driver.  That is used in MinGW port, and (being somewhat
3335           more complicated) is an experimental alternative to the conventional
3336           termlib internals.  Currently, it requires the sp-funcs feature to
3337           be enabled.
3338         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
3339           library (some work remains for forms library).
3340
3341 20090919
3342         + document return code from define_key (report by Mike Gran).
3343         + make some symbolic links in the terminfo directory-tree shorter
3344           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
3345         + fix some groff warnings in terminfo.5, etc., from recent Debian
3346           changes.
3347         + change ncv and op capabilities in sun-color terminfo entry to match
3348           Sun's entry for this (report by Laszlo Peter).
3349         + improve interix smso terminfo capability by using reverse rather than
3350           bold (report by Kristof Zelechovski).
3351
3352 20090912
3353         + add some test programs (and make these use the same special keys
3354           by sharing linedata.h functions):
3355           test/test_addstr.c
3356           test/test_addwstr.c
3357           test/test_addchstr.c
3358           test/test_add_wchstr.c
3359         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
3360           inserting wide characters, since the wins_wch() function that it used
3361           did not update the cursor position (report by Ciprian Craciun).
3362
3363 20090906
3364         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
3365           work.
3366         + add null-pointer checks to other opaque-functions.
3367         + add is_pad() and is_subwin() functions for opaque access to WINDOW
3368           (discussion with Mark Dickinson).
3369         + correct merge to lib_newterm.c, which broke when sp-funcs was
3370           enabled.
3371
3372 20090905
3373         + build-fix for building outside source-tree (report by Sven Joachim).
3374         + fix Debian lintian warning for man/tabs.1 by making section number
3375           agree with file-suffix (report by Sven Joachim).
3376         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3377
3378 20090829
3379         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
3380           amd64 (Debian #542031).
3381         + fix typo in curs_mouse.3x (Debian #429198).
3382
3383 20090822
3384         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3385
3386 20090815
3387         + correct use of terminfo capabilities for initializing soft-keys,
3388           broken in 20090510 merging.
3389         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
3390           in non-blocking mode (patch by Clemens Ladisch).
3391         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
3392           help with builds on non-Unix platforms such as OS/2 EMX.
3393         + modify scripting for misc/run_tic.sh to test configure script's
3394           $cross_compiling variable directly rather than comparing host/build
3395           compiler names (prompted by comment in GenToo #249363).
3396         + fix configure script option --with-database, which was coded as an
3397           enable-type switch.
3398         + build-fixes for --srcdir (report by Frederic L W Meunier).
3399
3400 20090808
3401         + separate _nc_find_entry() and _nc_find_type_entry() from
3402           implementation details of hash function.
3403
3404 20090803
3405         + add tabs.1 to man/man_db.renames
3406         + modify lib_addch.c to compensate for removal of wide-character test
3407           from unctrl() in 20090704 (Debian #539735).
3408
3409 20090801
3410         + improve discussion in INSTALL for use of system's tic/infocmp for
3411           cross-compiling and building fallbacks.
3412         + modify test/demo_termcap.c to correspond better to options in
3413           test/demo_terminfo.c
3414         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3415         + fix logic for 'V' in test/ncurses.c tests f/F.
3416
3417 20090728
3418         + correct logic in tigetnum(), which caused tput program to treat all
3419           string capabilities as numeric (report by Rajeev V Pillai,
3420           cf: 20090711).
3421
3422 20090725
3423         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3424
3425 20090718
3426         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
3427           20090704 changes.
3428         + modify _nc_find_type_entry() to use hashing.
3429         + make CCHARW_MAX value configurable, noting that changing this would
3430           change the size of cchar_t, and would be ABI-incompatible.
3431         + modify test-programs, e.g,.  test/view.c, to address subtle
3432           differences between Tru64/Solaris and HPUX/AIX getcchar() return
3433           values.
3434         + modify length returned by getcchar() to count the trailing null
3435           which is documented in X/Open (cf: 20020427).
3436         + fixes for test programs to build/work on HPUX and AIX, etc.
3437
3438 20090711
3439         + improve performance of tigetstr, etc., by using hashing code from tic.
3440         + minor fixes for memory-leak checking.
3441         + add test/demo_terminfo, for comparison with demo_termcap
3442
3443 20090704
3444         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
3445         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
3446           unctrl().
3447         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3448
3449 20090627
3450         + update llib-lncurses[wt] to use sp-funcs.
3451         + various code-fixes to build/work with --disable-macros configure
3452           option.
3453         + add several new files from Juergen Pfeifer which will be used when
3454           integration of "sp-funcs" is complete.  This includes a port to
3455           MinGW.
3456
3457 20090613
3458         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
3459           make includes of term.h without curses.h work (report by "Nix").
3460         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3461
3462 20090607
3463         + fix a regression in lib_tputs.c, from ongoing merges.
3464
3465 20090606
3466         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3467
3468 20090530
3469         + fix an infinite recursion when adding a legacy-coding 8-bit value
3470           using insch() (report by Clemens Ladisch).
3471         + free home-terminfo string in del_curterm() (patch by Dan Weber).
3472         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3473
3474 20090523
3475         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3476
3477 20090516
3478         + work around antique BSD game's manipulation of stdscr, etc., versus
3479           SCREEN's copy of the pointer (Debian #528411).
3480         + add a cast to wattrset macro to avoid compiler warning when comparing
3481           its result against ERR (adapted from patch by Matt Kraii, Debian
3482           #528374).
3483
3484 20090510
3485         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3486
3487 20090502
3488         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3489         + add vwmterm terminfo entry (patch by Bryan Christ).
3490
3491 20090425
3492         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3493
3494 20090419
3495         + build fix for _nc_free_and_exit() change in 20090418 (report by
3496           Christian Ebert).
3497
3498 20090418
3499         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3500
3501 20090411
3502         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3503           This change finishes merging for menu and panel libraries, does
3504           part of the form library.
3505
3506 20090404
3507         + suppress configure check for static/dynamic linker flags for gcc on
3508           Darwin (report by Nelson Beebe).
3509
3510 20090328
3511         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
3512           function key definitions from emx-base for consistency -TD
3513         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
3514           by Kalle Olavi Niemitalo).
3515         + improve test/ncurses.c 'F' test, show combining characters in color.
3516         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
3517           a temporary variable.
3518         + use _nc_doalloc() rather than realloc() in a few places in ncurses
3519           library to avoid leak in out-of-memory condition (reports by William
3520           Egert and Martin Ettl based on cppcheck tool).
3521         + add --with-ncurses-wrap-prefix option to test/configure (discussion
3522           with Charles Wilson).
3523         + use ncurses*-config scripts if available for test/configure.
3524         + update test/aclocal.m4 and test/configure
3525         > patches by Charles Wilson:
3526         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
3527           version numbers (e.g.  which include alphabetic chars, as well as
3528           digits, after the final '.').
3529         + improve use of -no-undefined option for libtool by setting an
3530           intermediate variable LT_UNDEF in the configure script, and then
3531           using that in the libtool link-commands.
3532         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
3533           from 20090321 changes.
3534         + improve mk-1st.awk script by writing separate cases for the
3535           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
3536           termlib) is to be linked.
3537         + modify configure.in to allow broken-linker configurations, not just
3538           enable-reentrant, to set public wrap prefix.
3539
3540 20090321
3541         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
3542           build with tic and term libraries (patch by Charles Wilson).
3543         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
3544           (report by Charles Wilson).
3545         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
3546           the form, menu or panel libraries (patch by Charles Wilson).
3547         + add configure option --with-wrap-prefix to allow setting the prefix
3548           for functions used to wrap global variables to something other than
3549           "_nc_" (discussion with Charles Wilson).
3550
3551 20090314
3552         + modify scripts to generate ncurses*-config and pc-files to add
3553           dependency for tinfo library (patch by Charles Wilson).
3554         + improve comparison of program-names when checking for linked flavors
3555           such as "reset" by ignoring the executable suffix (reports by Charles
3556           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
3557           list).
3558         + suppress configure check for static/dynamic linker flags for gcc on
3559           Solaris 10, since gcc is confused by absence of static libc, and
3560           does not switch back to dynamic mode before finishing the libraries
3561           (reports by Joel Bertrand, Alan Pae).
3562         + minor fixes to Intel compiler warning checks in configure script.
3563         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
3564         + modify set_curterm() to make broken-linker configuration work with
3565           changes from 20090228 (report by Charles Wilson).
3566
3567 20090228
3568         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3569         + modify declaration of cur_term when broken-linker is used, but
3570           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
3571
3572 20090221
3573         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3574
3575 20090214
3576         + add configure script --enable-sp-funcs to enable the new set of
3577           extended functions.
3578         + start integrating patches by Juergen Pfeifer:
3579           + add extended functions which specify the SCREEN pointer for several
3580             curses functions which use the global SP (these are incomplete;
3581             some internals work is needed to complete these).
3582           + add special cases to configure script for MinGW port.
3583
3584 20090207
3585         + update several configure macros from lynx changes
3586           + append (not prepend) to CFLAGS/CPPFLAGS
3587           + change variable from PATHSEP to PATH_SEPARATOR
3588         + improve install-rules for pc-files (patch by Miroslav Lichvar).
3589           + make it work with $DESTDIR
3590           + create the pkg-config library directory if needed.
3591
3592 20090124
3593         + modify init_pair() to allow caller to create extra color pairs beyond
3594           the color_pairs limit, which use default colors (request by Emanuele
3595           Giaquinta).
3596         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
3597         + fix typo "==" where "=" is needed in ncurses-config.in and
3598           gen-pkgconfig.in files (Debian #512161).
3599
3600 20090117
3601         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
3602           *BSD's, without which "main" might be one of the shared library's
3603           dependencies (report/analysis by Ken Dickey).
3604         + modify waddch_literal(), updating line-pointer after a multicolumn
3605           character is found to not fit on the current row, and wrapping is
3606           done.  Since the line-pointer was not updated, the wrapped
3607           multicolumn character was written to the beginning of the current row
3608           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
3609           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
3610
3611 20090110
3612         + add screen.Eterm terminfo entry (GenToo #124887) -TD
3613         + modify adacurses-config to look for ".ali" files in the adalib
3614           directory.
3615         + correct install for Ada95, which omitted libAdaCurses.a used in
3616           adacurses-config
3617         + change install for adacurses-config to provide additional flavors
3618           such as adacursesw-config, for ncursesw (GenToo #167849).
3619
3620 20090105
3621         + remove undeveloped feature in ncurses-config.in for setting
3622           prefix variable.
3623         + recent change to ncurses-config.in did not take into account the
3624           --disable-overwrite option, which sets $includedir to the
3625           subdirectory and using just that for a -I option does not work - fix
3626           (report by Frederic L W Meunier).
3627
3628 20090104
3629         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
3630           deciding whether to add $LIBS to --libs output; that should be shown
3631           for the ncurses and tinfo libraries without taking rpath into
3632           account.
3633         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
3634           used in static libraries (report by Marty Jack).
3635
3636 20090103
3637         + add a configure-time check to pick a suitable value for
3638           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
3639         + add configure --with-pkg-config and --enable-pc-files options, along
3640           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
3641           for pkg-config (request by Jan Engelhardt).
3642         + use $includedir symbol in misc/ncurses-config.in, add --includedir
3643           option.
3644         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
3645           configure check to detect whether a "-" is needed before "ar"
3646           options.
3647         + update config.guess, config.sub from
3648                 http://savannah.gnu.org/projects/config
3649
3650 20081227
3651         + modify mk-1st.awk to work with extra categories for tinfo library.
3652         + modify configure script to allow building shared libraries with gcc
3653           on AIX 5 or 6 (adapted from patch by Lital Natan).
3654
3655 20081220
3656         + modify to omit the opaque-functions from lib_gen.o when
3657           --disable-ext-funcs is used.
3658         + add test/clip_printw.c to illustrate how to use printw without
3659           wrapping.
3660         + modify ncurses 'F' test to demo wborder_set() with colored lines.
3661         + modify ncurses 'f' test to demo wborder() with colored lines.
3662
3663 20081213
3664         + add check for failure to open hashed-database needed for db4.6
3665           (GenToo #245370).
3666         + corrected --without-manpages option; previous change only suppressed
3667           the auxiliary rules install.man and uninstall.man
3668         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
3669           GenToo #250454).
3670         + fixes from NetBSD port at
3671           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
3672           patch-ac (build-fix for DragonFly)
3673           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
3674         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
3675           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
3676           search-lists.
3677         + correct title string for keybound manpage (patch by Frederic Culot,
3678           OpenBSD documentation/6019),
3679
3680 20081206
3681         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
3682           work for progs/clear, progs/tabs, etc.
3683         + correct buffer-size after internal resizing of wide-character
3684           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
3685         + add "-i" option to test/filter.c to tell it to use initscr() rather
3686           than newterm(), to investigate report on comp.unix.programmer that
3687           ncurses would clear the screen in that case (it does not - the issue
3688           was xterm's alternate screen feature).
3689         + add check in mouse-driver to disable connection if GPM returns a
3690           zero, indicating that the connection is closed (Debian #506717,
3691           adapted from patch by Samuel Thibault).
3692
3693 20081129
3694         + improve a workaround in adding wide-characters, when a control
3695           character is found.  The library (cf: 20040207) uses unctrl() to
3696           obtain a printable version of the control character, but was not
3697           passing color or video attributes.
3698         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
3699           display meta-characters.
3700         + turn on _XOPEN_CURSES definition in curses.h
3701         + add eterm-color entry (report by Vincent Lefevre) -TD
3702         + correct use of key_name() in test/ncurses.c 'A' test, which only
3703           displays wide-characters, not key-codes since 20070612 (report by
3704           Ricardo Cantu).
3705
3706 20081122
3707         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
3708           Ada95 (patch by Juergen Pfeifer).
3709         + document in TO-DO an issue with Cygwin's package for GNAT (report
3710           by Mike Dennison).
3711         + improve error-checking of command-line options in "tabs" program.
3712
3713 20081115
3714         + change several terminfo entries to make consistent use of ANSI
3715           clear-all-tabs -TD
3716         + add "tabs" program (prompted by Debian #502260).
3717         + add configure --without-manpages option (request by Mike Frysinger).
3718
3719 20081102 5.7 release for upload to ftp.gnu.org
3720
3721 20081025
3722         + add a manpage to discuss memory leaks.
3723         + add support for shared libraries for QNX (other than libtool, which
3724           does not work well on that platform).
3725         + build-fix for QNX C++ binding.
3726
3727 20081018
3728         + build-fixes for OS/2 EMX.
3729         + modify form library to accept control characters such as newline
3730           in set_field_buffer(), which is compatible with Solaris (report by
3731           Nit Khair).
3732         + modify configure script to assume --without-hashed-db when
3733           --disable-database is used.
3734         + add "-e" option in ncurses/Makefile.in when generating source-files
3735           to force earlier exit if the build environment fails unexpectedly
3736           (prompted by patch by Adrian Bunk).
3737         + change configure script to use CF_UTF8_LIB, improved variant of
3738           CF_LIBUTF8.
3739
3740 20081012
3741         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
3742           original to teraterm2.3 -TD
3743         + update "gnome" terminfo to 2.22.3 -TD
3744         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
3745         + add "aterm" terminfo -TD
3746         + add "linux2.6.26" terminfo -TD
3747         + add logic to tic for cancelling strings in user-defined capabilities,
3748           overlooked til now.
3749
3750 20081011
3751         + regenerated html documentation.
3752         + add -m and -s options to test/keynames.c and test/key_names.c to test
3753           the meta() function with keyname() or key_name(), respectively.
3754         + correct return value of key_name() on error; it is null.
3755         + document some unresolved issues for rpath and pthreads in TO-DO.
3756         + fix a missing prototype for ioctl() on OpenBSD in tset.c
3757         + add configure option --disable-tic-depends to make explicit whether
3758           tic library depends on ncurses/ncursesw library, amends change from
3759           20080823 (prompted by Debian #501421).
3760
3761 20081004
3762         + some build-fixes for configure --disable-ext-funcs (incomplete, but
3763           works for C/C++ parts).
3764         + improve configure-check for awks unable to handle large strings, e.g.
3765           AIX 5.1 whose awk silently gives up on large printf's.
3766
3767 20080927
3768         + fix build for --with-dmalloc by workaround for redefinition of
3769           strndup between string.h and dmalloc.h
3770         + fix build for --disable-sigwinch
3771         + add environment variable NCURSES_GPM_TERMS to allow override to use
3772           GPM on terminals other than "linux", etc.
3773         + disable GPM mouse support when $TERM does not happen to contain
3774           "linux", since Gpm_Open() no longer limits its assertion to terminals
3775           that it might handle, e.g., within "screen" in xterm.
3776         + reset mouse file-descriptor when unloading GPM library (report by
3777           Miroslav Lichvar).
3778         + fix build for --disable-leaks --enable-widec --with-termlib
3779         > patch by Juergen Pfeifer:
3780         + use improved initialization for soft-label keys in Ada95 sample code.
3781         + discard internal symbol _nc_slk_format (unused since 20080112).
3782         + move call of slk_paint_info() from _nc_slk_initialize() to
3783           slk_intern_refresh(), improving initialization.
3784
3785 20080925
3786         + fix bug in mouse code for GPM from 20080920 changes (reported in
3787           Debian #500103, also Miroslav Lichvar).
3788
3789 20080920
3790         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
3791         + fix a memory leak when failure to connect to GPM.
3792         + correct check for notimeout() in wgetch() (report on linux.redhat
3793           newsgroup by FurtiveBertie).
3794         + add an example warning-suppression file for valgrind,
3795           misc/ncurses.supp (based on example from Reuben Thomas)
3796
3797 20080913
3798         + change shared-library configuration for OpenBSD, make rpath work.
3799         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
3800
3801 20080907
3802         + corrected fix for --enable-weak-symbols (report by Frederic L W
3803           Meunier).
3804
3805 20080906
3806         + corrected gcc options for building shared libraries on IRIX64.
3807         + add configure check for awk programs unable to handle big-strings,
3808           use that to improve the default for --enable-big-strings option.
3809         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
3810           Meunier).
3811         + update test/configure script.
3812         + adapt ifdef's from library to make test/view.c build when mbrtowc()
3813           is unavailable, e.g., with HPUX 10.20.
3814         + add configure check for wcsrtombs, mbsrtowcs, which are used in
3815           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
3816           fixing build of ncursew for HPUX 11.00
3817
3818 20080830
3819         + fixes to make Ada95 demo_panels() example work.
3820         + modify Ada95 'rain' test program to accept keyboard commands like the
3821           C-version.
3822         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
3823           Mccreary).
3824         + add configure-check to see if the std namespace is legal for cerr
3825           and endl, to fix a build issue with Tru64.
3826         + consistently use NCURSES_BOOL in lib_gen.c
3827         + filter #line's from lib_gen.c
3828         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
3829           substitution by IBM xlc to '#' as part of its extensions to digraphs.
3830         + update config.guess, config.sub from
3831                 http://savannah.gnu.org/projects/config
3832           (caveat - its maintainer removed support for older Linux systems).
3833
3834 20080823
3835         + modify configure check for pthread library to work with OSF/1 5.1,
3836           which uses #define's to associate its header and library.
3837         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
3838           makes threaded code work on HPUX 11.23
3839         + fix a bug in demo_menus in freeing menus (cf: 20080804).
3840         + modify configure script for the case where tic library is used (and
3841           possibly renamed) to remove its dependency upon ncurses/ncursew
3842           library (patch by Dr Werner Fink).
3843         + correct manpage for menu_fore() which gave wrong default for
3844           the attribute used to display a selected entry (report by Mike Gran).
3845         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
3846           Debian #495815) -TD
3847
3848 20080816
3849         + add configure option --enable-weak-symbols to turn on new feature.
3850         + add configure-check for availability of weak symbols.
3851         + modify linkage with pthread library to use weak symbols so that
3852           applications not linked to that library will not use the mutexes,
3853           etc.  This relies on gcc, and may be platform-specific (patch by Dr
3854           Werner Fink).
3855         + add note to INSTALL to document limitation of renaming of tic library
3856           using the --with-ticlib configure option (report by Dr Werner Fink).
3857         + document (in manpage) why tputs does not detect I/O errors (prompted
3858           by comments by Samuel Thibault).
3859         + fix remaining warnings from Klocwork report.
3860
3861 20080804
3862         + modify _nc_panelhook() data to account for a permanent memory leak.
3863         + fix memory leaks in test/demo_menus
3864         + fix most warnings from Klocwork tool (report by Larry Zhou).
3865         + modify configure script CF_XOPEN_SOURCE macro to add case for
3866           "dragonfly" from xterm #236 changes.
3867         + modify configure script --with-hashed-db to let $LIBS override the
3868           search for the db library (prompted by report by Samson Pierre).
3869
3870 20080726
3871         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
3872           thresholds).
3873
3874 20080713
3875         + build-fix (reports by Christian Ebert, Funda Wang).
3876
3877 20080712
3878         + compiler-warning fixes for Solaris.
3879
3880 20080705
3881         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
3882           make those work properly with the "--enable-ext-mouse" configuration
3883           (cf: 20050205).
3884         + improve documentation of build-cc options in INSTALL.
3885         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
3886           -static/-dynamic flags properly to linker, causing test/bs to
3887           not link.
3888
3889 20080628
3890         + correct some ifdef's needed for the broken-linker configuration.
3891         + make debugging library's $BAUDRATE feature work for termcap
3892           interface.
3893         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
3894           by comment on FreeBSD mailing list).
3895         + add screen.mlterm terminfo entry -TD
3896         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
3897
3898 20080621
3899         + regenerated html documentation.
3900         + expand manpage description of parameters for form_driver() and
3901           menu_driver() (prompted by discussion with Adam Spragg).
3902         + add null-pointer checks for cur_term in baudrate() and
3903           def_shell_mode(), def_prog_mode()
3904         + fix some memory leaks in delscreen() and wide acs.
3905
3906 20080614
3907         + modify test/ditto.c to illustrate multi-threaded use_screen().
3908         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
3909         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
3910           by Poor Yorick).
3911
3912 20080607
3913         + finish changes to wgetch(), making it switch as needed to the
3914           window's actual screen when calling wrefresh() and wgetnstr().  That
3915           allows wgetch() to get used concurrently in different threads with
3916           some minor restrictions, e.g., the application should not delete a
3917           window which is being used in a wgetch().
3918         + simplify mutex's, combining the window- and screen-mutex's.
3919
3920 20080531
3921         + modify wgetch() to use the screen which corresponds to its window
3922           parameter rather than relying on SP; some dependent functions still
3923           use SP internally.
3924         + factor out most use of SP in lib_mouse.c, using parameter.
3925         + add internal _nc_keyname(), replacing keyname() to associate with a
3926           particular SCREEN rather than the global SP.
3927         + add internal _nc_unctrl(), replacing unctrl() to associate with a
3928           particular SCREEN rather than the global SP.
3929         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
3930           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
3931         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
3932           preference to the global _nc_globals.tracechr_buf buffer.
3933
3934 20080524
3935         + modify _nc_keypad() to make it switch temporarily as needed to the
3936           screen which must be updated.
3937         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
3938           always set the screen's copy of this variable in set_curterm().
3939         + restore curs_set() state after endwin()/refresh() (report/patch
3940           Miroslav Lichvar)
3941
3942 20080517
3943         + modify configure script to note that --enable-ext-colors and
3944           --enable-ext-mouse are not experimental, but extensions from
3945           the ncurses ABI 5.
3946         + corrected manpage description of setcchar() (discussion with
3947           Emanuele Giaquinta).
3948         + fix for adding a non-spacing character at the beginning of a line
3949           (report/patch by Miroslav Lichvar).
3950
3951 20080503
3952         + modify screen.* terminfo entries using new screen+fkeys to fix
3953           overridden keys in screen.rxvt (Debian #478094) -TD
3954         + modify internal interfaces to reduce wgetch()'s dependency on the
3955           global SP.
3956         + simplify some loops with macros each_screen(), each_window() and
3957           each_ripoff().
3958
3959 20080426
3960         + continue modifying test/ditto.c toward making it demonstrate
3961           multithreaded use_screen(), using fifos to pass data between screens.
3962         + fix typo in form.3x (report by Mike Gran).
3963
3964 20080419
3965         + add screen.rxvt terminfo entry -TD
3966         + modify tic -f option to format spaces as \s to prevent them from
3967           being lost when that is read back in unformatted strings.
3968         + improve test/ditto.c, using a "talk"-style layout.
3969
3970 20080412
3971         + change test/ditto.c to use openpty() and xterm.
3972         + add locks for copywin(), dupwin(), overlap(), overlay() on their
3973           window parameters.
3974         + add locks for initscr() and newterm() on updates to the SCREEN
3975           pointer.
3976         + finish table in curs_thread.3x manpage.
3977
3978 20080405
3979         + begin table in curs_thread.3x manpage describing the scope of data
3980           used by each function (or symbol) for threading analysis.
3981         + add null-pointer checks to setsyx() and getsyx() (prompted by
3982           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
3983           python-dev2 mailing list).
3984
3985 20080329
3986         + add null-pointer checks in set_term() and delscreen().
3987         + move _nc_windows into _nc_globals, since windows can be pads, which
3988           are not associated with a particular screen.
3989         + change use_screen() to pass the SCREEN* parameter rather than
3990           stdscr to the callback function.
3991         + force libtool to use tag for 'CC' in case it does not detect this,
3992           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
3993           (report/patch by Michael Haubenwallner).
3994         + override OBJEXT to "lo" when building with libtool, to work on
3995           platforms such as AIX where libtool may use a different suffix for
3996           the object files than ".o" (report/patch by Michael Haubenwallner).
3997         + add configure --with-pthread option, for building with the POSIX
3998           thread library.
3999
4000 20080322
4001         + fill in extended-color pair two more places in wbkgrndset() and
4002           waddch_nosync() (prompted by Sedeno's patch).
4003         + fill in extended-color pair in _nc_build_wch() to make colors work
4004           for wide-characters using extended-colors (patch by Alejandro R
4005           Sedeno).
4006         + add x/X toggles to ncurses.c C color test to test/demo
4007           wide-characters with extended-colors.
4008         + add a/A toggles to ncurses.c c/C color tests.
4009         + modify test/ditto.c to use use_screen().
4010         + finish modifying test/rain.c to demonstrate threads.
4011
4012 20080308
4013         + start modifying test/rain.c for threading demo.
4014         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
4015           that the 'F' accepts.
4016         + modify test/worm.c to show trail in reverse-video when other threads
4017           are working concurrently.
4018         + fix a deadlock from improper nesting of mutexes for windowlist and
4019           window.
4020
4021 20080301
4022         + fixes from 20080223 resolved issue with mutexes; change to use
4023           recursive mutexes to fix memory leak in delwin() as called from
4024           _nc_free_and_exit().
4025
4026 20080223
4027         + fix a size-difference in _nc_globals which caused hanging of mutex
4028           lock/unlock when termlib was built separately.
4029
4030 20080216
4031         + avoid using nanosleep() in threaded configuration since that often
4032           is implemented to suspend the entire process.
4033
4034 20080209
4035         + update test programs to build/work with various UNIX curses for
4036           comparisons.  This was to reinvestigate statement in X/Open curses
4037           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
4038           implementations do this, as noted in manpage (cf: 20040228).
4039
4040 20080203
4041         + modify _nc_setupscreen() to set the legacy-coding value the same
4042           for both narrow/wide models.  It had been set only for wide model,
4043           but is needed to make unctrl() work with locale in the narrow model.
4044         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
4045           using unctrl() to display illegal bytes rather than trying to append
4046           further bytes to make up a valid sequence (reported by Andrey A
4047           Chernov).
4048         + modify unctrl() to check codes in 128-255 range versus isprint().
4049           If they are not printable, and locale was set, use a "M-" or "~"
4050           sequence.
4051
4052 20080126
4053         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
4054           handling).  Now it hangs in napms(), no matter whether nanosleep()
4055           or poll() or select() are used on Linux.
4056
4057 20080119
4058         + fixes to build with --disable-ext-funcs
4059         + add manpage for use_window and use_screen.
4060         + add set_tabsize() and set_escdelay() functions.
4061
4062 20080112
4063         + remove recursive-mutex definitions, finish threading demo for worm.c
4064         + remove a redundant adjustment of lines in resizeterm.c's
4065           adjust_window() which caused occasional misadjustment of stdscr when
4066           softkeys were used.
4067
4068 20080105
4069         + several improvements to terminfo entries based on xterm #230 -TD
4070         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
4071           "link_test" builds properly.
4072         + fix for toe command-line options -u/-U to ensure filename is given.
4073         + fix allocation-size for command-line parsing in infocmp from 20070728
4074           (report by Miroslav Lichvar)
4075         + improve resizeterm() by moving ripped-off lines, and repainting the
4076           soft-keys (report by Katarina Machalkova)
4077         + add clarification in wclear's manpage noting that the screen will be
4078           cleared even if a subwindow is cleared (prompted by Christer Enfors
4079           question).
4080         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
4081
4082 20071222
4083         + continue implementing support for threading demo by adding mutex
4084           for delwin().
4085
4086 20071215
4087         + add several functions to C++ binding which wrap C functions that
4088           pass a WINDOW* parameter (request by Chris Lee).
4089
4090 20071201
4091         + add note about configure options needed for Berkeley database to the
4092           INSTALL file.
4093         + improve checks for version of Berkeley database libraries.
4094         + amend fix for rpath to not modify LDFLAGS if the platform has no
4095           applicable transformation (report by Christian Ebert, cf: 20071124).
4096
4097 20071124
4098         + modify configure option --with-hashed-db to accept a parameter which
4099           is the install-prefix of a given Berkeley Database (prompted by
4100           pierre4d2 comments).
4101         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
4102           used in the form library to determine the length of the buffer needed
4103           by field_buffer (report by Alfred Fung).
4104         + remove unneeded window-parameter from C++ binding for wresize (report
4105           by Chris Lee).
4106
4107 20071117
4108         + modify the support for filesystems which do not support mixed-case to
4109           generate 2-character (hexadecimal) codes for the lower-level of the
4110           filesystem terminfo database (request by Michail Vidiassov).
4111         + add configure option --enable-mixed-case, to allow overriding the
4112           configure script's check if the filesystem supports mixed-case
4113           filenames.
4114         + add wresize() to C++ binding (request by Chris Lee).
4115         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
4116           it simpler to tell if the extended functions and/or colors are
4117           declared.
4118
4119 20071103
4120         + update memory-leak checks for changes to names.c and codes.c
4121         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
4122
4123 20071020
4124         + continue implementing support for threading demo by adding mutex
4125           for use_window().
4126         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
4127           cursor keys -TD
4128         + compile with FreeBSD "contemporary" TTY interface (patch by
4129           Rong-En Fan).
4130
4131 20071013
4132         + modify makefile rules to allow clear, tput and tset to be built
4133           without libtic.  The other programs (infocmp, tic and toe) rely on
4134           that library.
4135         + add/modify null-pointer checks in several functions for SP and/or
4136           the WINDOW* parameter (report by Thorben Krueger).
4137         + fixes for field_buffer() in formw library (see Redhat #310071,
4138           patches by Miroslav Lichvar).
4139         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
4140           Lichvar).
4141         + update/improve mlterm and rxvt terminfo entries, e.g., for
4142           the modified cursor- and keypad-keys -TD
4143
4144 20071006
4145         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
4146           changes the CharEq() macro to an inline function to allow comparing
4147           cchar_t struct's without comparing gaps in a possibly unpacked
4148           memory layout (report by Miroslav Lichvar).
4149
4150 20070929
4151         + add new functions to lib_trace.c to setup mutex's for the _tracef()
4152           calls within the ncurses library.
4153         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
4154           the SCREEN.
4155         + start modifying test/worm.c to provide threading demo (incomplete).
4156         + separated ifdef's for some BSD-related symbols in tset.c, to make
4157           it compile on LynxOS (report by Greg Gemmer).
4158 20070915
4159         + modify Ada95/gen/Makefile to use shlib script, to simplify building
4160           shared-library configuration on platforms lacking rpath support.
4161         + build-fix for Ada95/src/Makefile to reflect changed dependency for
4162           the terminal-interface-curses-aux.adb file which is now generated.
4163         + restructuring test/worm.c, for use_window() example.
4164
4165 20070908
4166         + add use_window() and use_screen() functions, to develop into support
4167           for threaded library (incomplete).
4168         + fix typos in man/curs_opaque.3x which kept the install script from
4169           creating symbolic links to two aliases created in 20070818 (report by
4170           Rong-En Fan).
4171
4172 20070901
4173         + remove a spurious newline from output of html.m4, which caused links
4174           for Ada95 html to be incorrect for the files generated using m4.
4175         + start investigating mutex's for SCREEN manipulation (incomplete).
4176         + minor cleanup of codes.c/names.c for --enable-const
4177         + expand/revise "Routine and Argument Names" section of ncurses manpage
4178           to address report by David Givens in newsgroup discussion.
4179         + fix interaction between --without-progs/--with-termcap configure
4180           options (report by Michail Vidiassov).
4181         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
4182
4183 20070825
4184         + fix a sign-extension bug in infocmp's repair_acsc() function
4185           (cf: 971004).
4186         + fix old configure script bug which prevented "--disable-warnings"
4187           option from working (patch by Mike Frysinger).
4188
4189 20070818
4190         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
4191         + modify comp_hash.c's string output to avoid misinterpreting a null
4192           "\0" followed by a digit.
4193         + modify MKnames.awk and MKcodes.awk to support big-strings.
4194           This only applies to the cases (broken linker, reentrant) where
4195           the corresponding arrays are accessed via wrapper functions.
4196         + split MKnames.awk into two scripts, eliminating the shell redirection
4197           which complicated the make process and also the bogus timestamp file
4198           which was introduced to fix "make -j".
4199         + add test/test_opaque.c, test/test_arrays.c
4200         + add wgetscrreg() and wgetparent() for applications that may need it
4201           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
4202
4203 20070812
4204         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
4205           unless "-T" is given (cf: 981017).
4206         + modify comp_captab.c generation to use big-strings.
4207         + make _nc_capalias_table and _nc_infoalias_table private accessed via
4208           _nc_get_alias_table() since the tables are used only within the tic
4209           library.
4210         + modify configure script to skip Intel compiler in CF_C_INLINE.
4211         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
4212           _nc_get_hash_table() since the tables are used only within the tic
4213           library.
4214
4215 20070728
4216         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
4217           _nc_get_alias_table() since they are used only by parse_entry.c
4218         + make _nc_key_names private since it is used only by lib_keyname.c
4219         + add --disable-big-strings configure option to control whether
4220           unctrl.c is generated using the big-string optimization - which may
4221           use strings longer than supported by a given compiler.
4222         + reduce relocation tables for tic, infocmp by changing type of
4223           internal hash tables to short, and make those private symbols.
4224         + eliminate large fixed arrays from progs/infocmp.c
4225
4226 20070721
4227         + change winnstr() to stop at the end of the line (cf: 970315).
4228         + add test/test_get_wstr.c
4229         + add test/test_getstr.c
4230         + add test/test_inwstr.c
4231         + add test/test_instr.c
4232
4233 20070716
4234         + restore a call to obtain screen-size in _nc_setupterm(), which
4235           is used in tput and other non-screen applications via setupterm()
4236           (Debian #433357, reported by Florent Bayle, Christian Ohm,
4237           cf: 20070310).
4238
4239 20070714
4240         + add test/savescreen.c test-program
4241         + add check to trace-file open, if the given name is a directory, add
4242           ".log" to the name and try again.
4243         + add konsole-256color entry -TD
4244         + add extra gcc warning options from xterm.
4245         + minor fixes for ncurses/hashmap test-program.
4246         + modify configure script to quiet c++ build with libtool when the
4247           --disable-echo option is used.
4248         + modify configure script to disable ada95 if libtool is selected,
4249           writing a warning message (addresses FreeBSD #114493).
4250         + update config.guess, config.sub
4251
4252 20070707
4253         + add continuous-move "M" to demo_panels to help test refresh changes.
4254         + improve fix for refresh of window on top of multi-column characters,
4255           taking into account some split characters on left/right window
4256           boundaries.
4257
4258 20070630
4259         + add "widec" row to _tracedump() output to help diagnose remaining
4260           problems with multi-column characters.
4261         + partial fix for refresh of window on top of multi-column characters
4262           which are partly overwritten (report by Sadrul H Chowdhury).
4263         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
4264           multi-column extension bits are passed there.
4265         + add setlocale() call to demo_panels.c, needed for wide-characters.
4266         + add some output flags to _nc_trace_ttymode to help diagnose a bug
4267           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
4268
4269 20070623
4270         + add test/demo_panels.c
4271         + implement opaque version of setsyx() and getsyx().
4272
4273 20070612
4274         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
4275           #226 -TD
4276         + split-out key_name() from MKkeyname.awk since it now depends upon
4277           wunctrl() which is not in libtinfo (report by Rong-En Fan).
4278
4279 20070609
4280         + add test/key_name.c
4281         + add stdscr cases to test/inchs.c and test/inch_wide.c
4282         + update test/configure
4283         + correct formatting of DEL (0x7f) in _nc_vischar().
4284         + null-terminate result of wunctrl().
4285         + add null-pointer check in key_name() (report by Andreas Krennmair,
4286           cf: 20020901).
4287
4288 20070602
4289         + adapt mouse-handling code from menu library in form-library
4290           (discussion with Clive Nicolson).
4291         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
4292           illustrate how to use mvcur().
4293         + modify wide-character flavor of SetAttr() to preserve the
4294           WidecExt() value stored in the .attr field, e.g., in case it
4295           is overwritten by chgat (report by Aleksi Torhamo).
4296         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
4297         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
4298
4299 20070526
4300         + modify keyname() to use "^X" form only if meta() has been called, or
4301           if keyname() is called without initializing curses, e.g., via
4302           initscr() or newterm() (prompted by LinuxBase #1604).
4303         + document some portability issues in man/curs_util.3x
4304         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
4305           broken by moving that data into SCREEN (cf: 20061230).
4306
4307 20070512
4308         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
4309           problem reported by Sadrul H Chowdhury with repainting parts of
4310           a fullwidth cell.
4311         + modify slk_init() so that if there are preceding calls to
4312           ripoffline(), those affect the available lines for soft-keys (adapted
4313           from patch by Clive Nicolson).
4314         + document some portability issues in man/curs_getyx.3x
4315
4316 20070505
4317         + fix a bug in Ada95/samples/ncurses which caused a variable to
4318           become uninitialized in the "b" test.
4319         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
4320           movement of files, fix a few incorrect manpage references in the
4321           generated html.
4322         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
4323           memory-checking.
4324         + correct some functions in Ada95 binding which were using return value
4325           from C where none was returned:  idcok(), immedok() and wtimeout().
4326         + amend recent changes for Ada95 binding to make it build with
4327           Cygwin's linker, e.g., with configure options
4328                 --enable-broken-linker --with-ticlib
4329
4330 20070428
4331         + add a configure check for gcc's options for inlining, use that to
4332           quiet a warning message where gcc's default behavior changed from
4333           3.x to 4.x.
4334         + improve warning message when checking if GPM is linked to curses
4335           library by not warning if its use of "wgetch" is via a weak symbol.
4336         + add loader options when building with static libraries to ensure that
4337           an installed shared library for ncurses does not conflict.  This is
4338           reported as problem with Tru64, but could affect other platforms
4339           (report Martin Mokrejs, analysis by Tim Mooney).
4340         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
4341           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
4342           + revert a change from 20070303 which commented out dependency of
4343             SHLIB_LIST in form/menu/panel/c++ libraries.
4344         + fix initialization of ripoff stack pointer (cf: 20070421).
4345
4346 20070421
4347         + move most static variables into structures _nc_globals and
4348           _nc_prescreen, to simplify storage.
4349         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
4350           type for data manipulated by signal handlers (prompted by comments
4351           in mailing.openbsd.bugs newsgroup).
4352         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
4353           to the libtool create- and link-operations.
4354
4355 20070414
4356         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
4357           the installed aliases (report by Peter Santoro).
4358         + fix configure script to not try to generate adacurses-config when
4359           Ada95 tree is not built.
4360
4361 20070407
4362         + add man/curs_legacy.3x, man/curs_opaque.3x
4363         + fix acs_map binding for Ada95 when --enable-reentrant is used.
4364         + add adacurses-config to the Ada95 install, based on version from
4365           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
4366           comment on comp.lang.ada newsgroup).
4367         + fix includes in c++ binding to build with Intel compiler
4368           (cf: 20061209).
4369         + update install rule in Ada95 to use mkdirs.sh
4370         > other fixes prompted by inspection for Coverity report:
4371         + modify ifdef's for c++ binding to use try/catch/throw statements
4372         + add a null-pointer check in tack/ansi.c request_cfss()
4373         + fix a memory leak in ncurses/base/wresize.c
4374         + corrected check for valid memu/meml capabilities in
4375           progs/dump_entry.c when handling V_HPUX case.
4376         > fixes based on Coverity report:
4377         + remove dead code in test/bs.c
4378         + remove dead code in test/demo_defkey.c
4379         + remove an unused assignment in progs/infocmp.c
4380         + fix a limit check in tack/ansi.c tools_charset()
4381         + fix tack/ansi.c tools_status() to perform the VT320/VT420
4382           tests in request_cfss().  The function had exited too soon.
4383         + fix a memory leak in tic.c's make_namelist()
4384         + fix a couple of places in tack/output.c which did not check for EOF.
4385         + fix a loop-condition in test/bs.c
4386         + add index checks in lib_color.c for color palettes
4387         + add index checks in progs/dump_entry.c for version_filter() handling
4388           of V_BSD case.
4389         + fix a possible null-pointer dereference in copywin()
4390         + fix a possible null-pointer dereference in waddchnstr()
4391         + add a null-pointer check in _nc_expand_try()
4392         + add a null-pointer check in tic.c's make_namelist()
4393         + add a null-pointer check in _nc_expand_try()
4394         + add null-pointer checks in test/cardfile.c
4395         + fix a double-free in ncurses/tinfo/trim_sgr0.c
4396         + fix a double-free in ncurses/base/wresize.c
4397         + add try/catch block to c++/cursesmain.cc
4398
4399 20070331
4400         + modify Ada95 binding to build with --enable-reentrant by wrapping
4401           global variables (bug: acs_map does not yet work).
4402         + modify Ada95 binding to use the new access-functions, allowing it
4403           to build/run when NCURSES_OPAQUE is set.
4404         + add access-functions and macros to return properties of the WINDOW
4405           structure, e.g., when NCURSES_OPAQUE is set.
4406         + improved install-sh's quoting.
4407         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
4408           other programs.
4409
4410 20070324
4411         + eliminate part of the direct use of WINDOW data from Ada95 interface.
4412         + fix substitutions for termlib filename to make configure option
4413           --enable-reentrant work with --with-termlib.
4414         + change a constructor for NCursesWindow to allow compiling with
4415           NCURSES_OPAQUE set, since we cannot pass a reference to
4416           an opaque pointer.
4417
4418 20070317
4419         + ignore --with-chtype=unsigned since unsigned is always added to
4420           the type in curses.h; do the same for --with-mmask-t.
4421         + change warning regarding --enable-ext-colors and wide-character
4422           in the configure script to an error.
4423         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
4424           such as Darwin's libtool program (report by Michail Vidiassov)
4425         + modify edit_man.sh to allow for multiple substitutions per line.
4426         + set locale in misc/ncurses-config.in since it uses a range
4427         + change permissions libncurses++.a install (report by Michail
4428           Vidiassov).
4429         + corrected length of temporary buffer in wide-character version
4430           of set_field_buffer() (related to report by Bryan Christ).
4431
4432 20070311
4433         + fix mk-1st.awk script install_shlib() function, broken in 20070224
4434           changes for cygwin (report by  Michail Vidiassov).
4435
4436 20070310
4437         + increase size of array in _nc_visbuf2n() to make "tic -v" work
4438           properly in its similar_sgr() function (report/analysis by Peter
4439           Santoro).
4440         + add --enable-reentrant configure option for ongoing changes to
4441           implement a reentrant version of ncurses:
4442           + libraries are suffixed with "t"
4443           + wrap several global variables (curscr, newscr, stdscr, ttytype,
4444             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
4445             functions returning values stored in SCREEN or cur_term.
4446           + move some initialization (LINES, COLS) from lib_setup.c,
4447             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
4448
4449 20070303
4450         + regenerated html documentation.
4451         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
4452           opaque in selected configurations.
4453         + move the chunk in lib_acs.c which resets acs capabilities when
4454           running on a terminal whose locale interferes with those into
4455           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
4456           identical (requested by Miroslav Lichvar).
4457         + do not use configure variable SHLIB_LIBS for building libraries
4458           outside the ncurses directory, since that symbol is customized
4459           only for that directory, and using it introduces an unneeded
4460           dependency on libdl (requested by Miroslav Lichvar).
4461         + modify mk-1st.awk so the generated makefile rules for linking or
4462           installing shared libraries do not first remove the library, in
4463           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
4464           Chua).
4465         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
4466           (prompted by newsgroup comment by Nick Guenther).
4467
4468 20070224
4469         + change internal return codes of _nc_wgetch() to check for cases
4470           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
4471           ungetch'd, and read by wget_wch().
4472         + fix static-library build broken in 20070217 changes to remove "-ldl"
4473           (report by Miroslav Lichvar).
4474         + change makefile/scripts for cygwin to allow building termlib.
4475         + use Form_Hook in manpages to match form.h
4476         + use Menu_Hook in manpages, as well as a few places in menu.h
4477         + correct form- and menu-manpages to use specific Field_Options,
4478           Menu_Options and Item_Options types.
4479         + correct prototype for _tracechar() in manpage (cf: 20011229).
4480         + correct prototype for wunctrl() in manpage.
4481
4482 20070217
4483         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
4484           Lichvar).
4485         + modify relinking of shared libraries to apply only when rpath is
4486           enabled, and add --disable-relink option which can be used to
4487           disable the feature altogether (reports by Michail Vidiassov,
4488           Adam J Richter).
4489         + fix --with-termlib option for wide-character configuration, stripping
4490           the "w" suffix in one place (report by Miroslav Lichvar).
4491         + remove "-ldl" from some library lists to reduce dependencies in
4492           programs (report by Miroslav Lichvar).
4493         + correct description of --enable-signed-char in configure --help
4494           (report by Michail Vidiassov).
4495         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
4496           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
4497           fixes.
4498         + remove "${DESTDIR}" from -install_name option used for linking
4499           shared libraries on Darwin (report by Michail Vidiassov).
4500
4501 20070210
4502         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
4503         + remove libdl from library list for termlib (report by Miroslav
4504           Lichvar).
4505         + fix configure.in to allow --without-progs --with-termlib (patch by
4506           Miroslav Lichvar).
4507         + modify win_wchnstr() to ensure that only a base cell is returned
4508           for each multi-column character (prompted by report by Wei Kong
4509           regarding change in mvwin_wch() cf: 20041023).
4510
4511 20070203
4512         + modify fix_wchnstr() in form library to strip attributes (and color)
4513           from the cchar_t array (field cells) read from a field's window.
4514           Otherwise, when copying the field cells back to the window, the
4515           associated color overrides the field's background color (report by
4516           Ricardo Cantu).
4517         + improve tracing for form library, showing created forms, fields, etc.
4518         + ignore --enable-rpath configure option if --with-shared was omitted.
4519         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
4520           to allow leak-checking when both tic- and tinfo-libraries are built.
4521         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
4522           no longer relies on it.
4523         + disallow combining configure script options --with-ticlib and
4524           --enable-termcap (report by Rong-En Fan).
4525         + remove tack from ncurses tree.
4526
4527 20070128
4528         + fix typo in configure script that broke --with-termlib option
4529           (report by Rong-En Fan).
4530
4531 20070127
4532         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
4533           to tgetent() (report by Rong-en Fan).
4534         + update tack/HISTORY and tack/README to tell how to build it after
4535           it is removed from the ncurses tree.
4536         + fix configure check for libtool's version to trim blank lines
4537           (report by sci-fi@hush.ai).
4538         + review/eliminate other original-file artifacts in cursesw.cc, making
4539           its license consistent with ncurses.
4540         + use ncurses vw_scanw() rather than reading into a fixed buffer in
4541           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
4542         + eliminate fixed-buffer vsprintf() calls in c++ binding.
4543
4544 20070120
4545         + add _nc_leaks_tic() to separate leak-checking of tic library from
4546           term/ncurses libraries, and thereby eliminate a library dependency.
4547         + fix test/mk-test.awk to ignore blank lines.
4548         + correct paths in include/headers, for --srcdir (patch by Miroslav
4549           Lichvar).
4550
4551 20070113
4552         + add a break-statement in misc/shlib to ensure that it exits on the
4553           _first_ matched directory (report by Paul Novak).
4554         + add tack/configure, which can be used to build tack outside the
4555           ncurses build-tree.
4556         + add --with-ticlib option, to build/install the tic-support functions
4557           in a separate library (suggested by Miroslav Lichvar).
4558
4559 20070106
4560         + change MKunctrl.awk to reduce relocation table for unctrl.o
4561         + change MKkeyname.awk to reduce relocation table for keyname.o
4562           (patch by Miroslav Lichvar).
4563
4564 20061230
4565         + modify configure check for libtool's version to trim blank lines
4566           (report by sci-fi@hush.ai).
4567         + modify some modules to allow them to be reentrant if _REENTRANT is
4568           defined: lib_baudrate.c, resizeterm.c (local data only)
4569         + eliminate static data from some modules: add_tries.c, hardscroll.c,
4570           lib_ttyflags.c, lib_twait.c
4571         + improve manpage install to add aliases for the transformed program
4572           names, e.g., from --program-prefix.
4573         + used linklint to verify links in the HTML documentation, made fixes
4574           to manpages as needed.
4575         + fix a typo in curs_mouse.3x (report by William McBrine).
4576         + fix install-rule for ncurses5-config to make the bin-directory.
4577
4578 20061223
4579         + modify configure script to omit the tic (terminfo compiler) support
4580           from ncurses library if --without-progs option is given.
4581         + modify install rule for ncurses5-config to do this via "install.libs"
4582         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
4583         + update config.guess, config.sub
4584
4585 20061217 5.6 release for upload to ftp.gnu.org
4586
4587 20061217
4588         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
4589           definitions in <wchar.h>.
4590         + revert the va_copy() change from 20061202, since it was neither
4591           correct nor portable.
4592         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
4593           rpath on Solaris.
4594         + ignore wide-acs line-drawing characters that wcwidth() claims are
4595           not one-column.  This is a workaround for Solaris' broken locale
4596           support.
4597
4598 20061216
4599         + modify configure --with-gpm option to allow it to accept a parameter,
4600           i.e., the name of the dynamic GPM library to load via dlopen()
4601           (requested by Bryan Henderson).
4602         + add configure option --with-valgrind, changes from vile.
4603         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
4604           'return' in preference to 'exit()'.
4605
4606 20061209
4607         + change default for --with-develop back to "no".
4608         + add XTABS to tracing of TTY bits.
4609         + updated autoconf patch to ifdef-out the misfeature which declares
4610           exit() for configure tests.  This fixes a redefinition warning on
4611           Solaris.
4612         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
4613           Solaris to help ensure that initialization sections are provided for
4614           extra linkage requirements, e.g., of C++ applications (prompted by
4615           comment by Casper Dik in newsgroup).
4616         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
4617           from the autoconf predefined symbol.  There was no conflict,
4618           since "$target" was used only in the generated edit_man.sh file,
4619           but SuSE's rpm package contains a patch.
4620
4621 20061202
4622         + update man/term.5 to reflect extended terminfo support and hashed
4623           database configuration.
4624         + updates for test/configure script.
4625         + adapted from SuSE rpm package:
4626           + remove long-obsolete workaround for broken-linker which declared
4627             cur_term in tic.c
4628           + improve error recovery in PUTC() macro when wcrtomb() does not
4629             return usable results for an 8-bit character.
4630         + patches from rpm package (SuSE):
4631           + use va_copy() in extra varargs manipulation for tracing version
4632             of printw, etc.
4633           + use a va_list rather than a null in _nc_freeall()'s call to
4634             _nc_printf_string().
4635         + add some see-also references in manpages to show related
4636           wide-character functions (suggested by Claus Fischer).
4637
4638 20061125
4639         + add a check in lib_color.c to ensure caller does not increase COLORS
4640           above max_colors, which is used as an array index (discussion with
4641           Simon Sasburg).
4642         + add ifdef's allowing ncurses to be built with tparm() using either
4643           varargs (the existing status), or using a fixed-parameter list (to
4644           match X/Open).
4645
4646 20061104
4647         + fix redrawing of windows other than stdscr using wredrawln() by
4648           touching the corresponding rows in curscr (discussion with Dan
4649           Gookin).
4650         + add test/redraw.c
4651         + add test/echochar.c
4652         + review/cleanup manpage descriptions of error-returns for form- and
4653           menu-libraries (prompted by FreeBSD docs/46196).
4654
4655 20061028
4656         + add AUTHORS file -TD
4657         + omit the -D options from output of the new config script --cflags
4658           option (suggested by Ralf S Engelschall).
4659         + make NCURSES_INLINE unconditionally defined in curses.h
4660
4661 20061021
4662         + revert change to accommodate bash 3.2, since that breaks other
4663           platforms, e.g., Solaris.
4664         + minor fixes to NEWS file to simplify scripting to obtain list of
4665           contributors.
4666         + improve some shared-library configure scripting for Linux, FreeBSD
4667           and NetBSD to make "--with-shlib-version" work.
4668         + change configure-script rules for FreeBSD shared libraries to allow
4669           for rpath support in versions past 3.
4670         + use $(DESTDIR) in makefile rules for installing/uninstalling the
4671           package config script (reports/patches by Christian Wiese,
4672           Ralf S Engelschall).
4673         + fix a warning in the configure script for NetBSD 2.0, working around
4674           spurious blanks embedded in its ${MAKEFLAGS} symbol.
4675         + change test/Makefile to simplify installing test programs in a
4676           different directory when --enable-rpath is used.
4677
4678 20061014
4679         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
4680         + add/install a package config script, e.g., "ncurses5-config" or
4681           "ncursesw5-config", according to configuration options.
4682
4683 20061007
4684         + add several GNU Screen terminfo variations with 16- and 256-colors,
4685           and status line (Alain Bench).
4686         + change the way shared libraries (other than libtool) are installed.
4687           Rather than copying the build-tree's libraries, link the shared
4688           objects into the install directory.  This makes the --with-rpath
4689           option work except with $(DESTDIR) (cf: 20000930).
4690
4691 20060930
4692         + fix ifdef in c++/internal.h for QNX 6.1
4693         + test-compiled with (old) egcs-1.1.2, modified configure script to
4694           not unset the $CXX and related variables which would prevent this.
4695         + fix a few terminfo.src typos exposed by improvments to "-f" option.
4696         + improve infocmp/tic "-f" option formatting.
4697
4698 20060923
4699         + make --disable-largefile option work (report by Thomas M Ott).
4700         + updated html documentation.
4701         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
4702         + minor improvements to rxvt+pcfkeys -TD
4703
4704 20060916
4705         + move static data from lib_mouse.c into SCREEN struct.
4706         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
4707           (report by Michail Vidiassov).
4708         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
4709           option (from lynx changes) -TD
4710         + adapt AC_PROG_EGREP check, noting that this is likely to be another
4711           place aggravated by POSIXLY_CORRECT.
4712         + modify configure check for awk to ensure that it is found (prompted
4713           by report by Christopher Parker).
4714         + update config.sub
4715
4716 20060909
4717         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
4718         + remove invis capability from klone+sgr, mainly used by linux entry,
4719           since it does not really do this -TD
4720
4721 20060903
4722         + correct logic in wadd_wch() and wecho_wch(), which did not guard
4723           against passing the multi-column attribute into a call on waddch(),
4724           e.g., using data returned by win_wch() (cf: 20041023)
4725           (report by Sadrul H Chowdhury).
4726
4727 20060902
4728         + fix kterm's acsc string -TD
4729         + fix for change to tic/infocmp in 20060819 to ensure no blank is
4730           embedded into a termcap description.
4731         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
4732           when using --with-termlib --with-trace options.
4733         + improve tgetstr() by making the return value point into the user's
4734           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
4735         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
4736
4737 20060826
4738         + add terminfo entries for xfce terminal (xfce) and multi gnome
4739           terminal (mgt) -TD
4740         + add test/foldkeys.c
4741
4742 20060819
4743         + modify tic and infocmp to avoid writing trailing blanks on terminfo
4744           source output (Debian #378783).
4745         + modify configure script to ensure that if the C compiler is used
4746           rather than the loader in making shared libraries, the $(CFLAGS)
4747           variable is also used (Redhat #199369).
4748         + port hashed-db code to db2 and db3.
4749         + fix a bug in tgetent() from 20060625 and 20060715 changes
4750           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
4751
4752 20060805
4753         + updated xterm function-keys terminfo to match xterm #216 -TD
4754         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
4755           e.g., the db 1.8.5 interface).
4756
4757 20060729
4758         + modify toe to access termcap data, e.g., via cgetent() functions,
4759           or as a text file if those are not available.
4760         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
4761         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
4762           can access termcap data when the terminfo database is disabled.
4763
4764 20060722
4765         + widen the test for xterm kmous a little to allow for other strings
4766           than \E[M, e.g., for xterm-sco functionality in xterm.
4767         + update xterm-related terminfo entries to match xterm patch #216 -TD
4768         + update config.guess, config.sub
4769
4770 20060715
4771         + fix for install-rule in Ada95 to add terminal_interface.ads
4772           and terminal_interface.ali (anonymous posting in comp.lang.ada).
4773         + correction to manpage for getcchar() (report by William McBrine).
4774         + add test/chgat.c
4775         + modify wchgat() to mark updated cells as changed so a refresh will
4776           repaint those cells (comments by Sadrul H Chowdhury and William
4777           McBrine).
4778         + split up dependency of names.c and codes.c in ncurses/Makefile to
4779           work with parallel make (report/analysis by Joseph S Myers).
4780         + suppress a warning message (which is ignored) for systems without
4781           an ldconfig program (patch by Justin Hibbits).
4782         + modify configure script --disable-symlinks option to allow one to
4783           disable symlink() in tic even when link() does not work (report by
4784           Nigel Horne).
4785         + modify MKfallback.sh to use tic -x when constructing fallback tables
4786           to allow extended capabilities to be retrieved from a fallback entry.
4787         + improve leak-checking logic in tgetent() from 20060625 to ensure that
4788           it does not free the current screen (report by Miroslav Lichvar).
4789
4790 20060708
4791         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
4792         + correct _nc_free_entries() and related functions used for memory leak
4793           checking of tic.
4794
4795 20060701
4796         + revert a minor change for magic-cookie support from 20060513, which
4797           caused unexpected reset of attributes, e.g., when resizing test/view
4798           in color mode.
4799         + note in clear manpage that the program ignores command-line
4800           parameters (prompted by Debian #371855).
4801         + fixes to make lib_gen.c build properly with changes to the configure
4802           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
4803         + update/correct several terminfo entries -TD
4804         + add some notes regarding copyright to terminfo.src -TD
4805
4806 20060625
4807         + fixes to build Ada95 binding with gnat-4.1.0
4808         + modify read_termtype() so the term_names data is always allocated as
4809           part of the str_table, a better fix for a memory leak (cf: 20030809).
4810         + reduce memory leaks in repeated calls to tgetent() by remembering the
4811           last TERMINAL* value allocated to hold the corresponding data and
4812           freeing that if the tgetent() result buffer is the same as the
4813           previous call (report by "Matt" for FreeBSD gnu/98975).
4814         + modify tack to test extended capability function-key strings.
4815         + improved gnome terminfo entry (GenToo #122566).
4816         + improved xterm-256color terminfo entry (patch by Alain Bench).
4817
4818 20060617
4819         + fix two small memory leaks related to repeated tgetent() calls
4820           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
4821         + add --enable-signed-char to simplify Debian package.
4822         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
4823           symbols.
4824         + correct typo in curs_terminfo.3x (Debian #369168).
4825
4826 20060603
4827         + enable the mouse in test/movewindow.c
4828         + improve a limit-check in frm_def.c (John Heasley).
4829         + minor copyright fixes.
4830         + change configure script to produce test/Makefile from data file.
4831
4832 20060527
4833         + add a configure option --enable-wgetch-events to enable
4834           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
4835           lib_twait.c (report by Bernd Jendrissek).
4836         + remove include/nomacros.h from build, since the ifdef for
4837           NCURSES_NOMACROS makes that obsolete.
4838         + add entrypoints for some functions which were only provided as macros
4839           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
4840           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
4841           wgetbkgrnd().
4842         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
4843           definitions from curses.h, i.e., where a macro is defined to override
4844           a function to improve performance.  Allowing a developer to suppress
4845           these definitions can simplify some application (discussion with
4846           Stanislav Ievlev).
4847         + improve description of memu/meml in terminfo manpage.
4848
4849 20060520
4850         + if msgr is false, reset video attributes when doing an automargin
4851           wrap to the next line.  This makes the ncurses 'k' test work properly
4852           for hpterm.
4853         + correct caching of keyname(), which was using only half of its table.
4854         + minor fixes to memory-leak checking.
4855         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
4856           arrays, making ACS_LEN less visible to applications (suggested by
4857           Stanislav Ievlev).
4858         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
4859           _screen_acs_map will have the same offset in both ncurses/ncursesw,
4860           making the corresponding tinfo/tinfow libraries binary-compatible
4861           (cf: 20041016, report by Stanislav Ievlev).
4862
4863 20060513
4864         + improve debug-tracing for EmitRange().
4865         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
4866           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
4867           suppression of the related hard-tabs and xmc-glitch features.
4868         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
4869           infocmp, terminfo as well as form, menu, panel.
4870         + update config.guess, config.sub
4871         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
4872           (field_buffer returning null for a valid field).  The 'r' test
4873           appears to not work with that configuration since the new_fieldtype()
4874           function is broken in that implementation.
4875
4876 20060506
4877         + add hpterm-color terminfo entry -TD
4878         + fixes to compile test-programs with HPUX 11.23
4879
4880 20060422
4881         + add copyright notices to files other than those that are generated,
4882           data or adapted from pdcurses (reports by William McBrine, David
4883           Taylor).
4884         + improve rendering on hpterm by not resetting attributes at the end
4885           of doupdate() if the terminal has the magic-cookie feature (report
4886           by Bernd Rieke).
4887         + add 256color variants of terminfo entries for programs which are
4888           reported to implement this feature -TD
4889
4890 20060416
4891         + fix typo in change to NewChar() macro from 20060311 changes, which
4892           broke tab-expansion (report by Frederic L W Meunier).
4893
4894 20060415
4895         + document -U option of tic and infocmp.
4896         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
4897           due to size limit, e.g., converting to termcap format.  Also
4898           suppress them if the output format does not contain acsc and it
4899           was not VT100-like, i.e., a one-one mapping (Novell #163715).
4900         + add configure check to ensure that SIGWINCH is defined on platforms
4901           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
4902           defined (report by Nicholas Cole)
4903
4904 20060408
4905         + modify write_object() to not write coincidental extensions of an
4906           entry made due to it being referenced in a use= clause (report by
4907           Alain Bench).
4908         + another fix for infocmp -i option, which did not ensure that some
4909           escape sequences had comparable prefixes (report by Alain Bench).
4910
4911 20060401
4912         + improve discussion of init/reset in terminfo and tput manpages
4913           (report by Alain Bench).
4914         + use is3 string for a fallback of rs3 in the reset program; it was
4915           using is2 (report by Alain Bench).
4916         + correct logic for infocmp -i option, which did not account for
4917           multiple digits in a parameter (cf: 20040828) (report by Alain
4918           Bench).
4919         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
4920           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
4921         + add copyright notices to test-programs as needed (report by William
4922           McBrine).
4923
4924 20060318
4925         + modify ncurses.c 'F' test to combine the wide-characters with color
4926           and/or video attributes.
4927         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
4928           a test-screen (some commands used 'x' or 'q').
4929
4930 20060312
4931         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
4932
4933 20060311
4934         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
4935           a null character is found (report by Igor Bogomazov).
4936         + modify progs/Makefile.in to make "tput init" work properly with
4937           cygwin, i.e., do not pass a ".exe" in the reference string used
4938           in check_aliases (report by Samuel Thibault).
4939         + add some checks to ensure current position is within scrolling
4940           region before scrolling on a new line (report by Dan Gookin).
4941         + change some NewChar() usage to static variables to work around
4942           stack garbage introduced when cchar_t is not packed (Redhat #182024).
4943
4944 20060225
4945         + workarounds to build test/movewindow with PDcurses 2.7.
4946         + fix for nsterm-16color entry (patch by Alain Bench).
4947         + correct a typo in infocmp manpage (Debian #354281).
4948
4949 20060218
4950         + add nsterm-16color entry -TD
4951         + updated mlterm terminfo entry -TD
4952         + remove 970913 feature for copying subwindows as they are moved in
4953           mvwin() (discussion with Bryan Christ).
4954         + modify test/demo_menus.c to demonstrate moving a menu (both the
4955           window and subwindow) using shifted cursor-keys.
4956         + start implementing recursive mvwin() in movewindow.c (incomplete).
4957         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
4958           for movewindow.c (report by William McBrine).
4959         + add help-message to test/movewindow.c
4960
4961 20060211
4962         + add test/movewindow.c, to test mvderwin().
4963         + fix ncurses soft-key test so color changes are shown immediately
4964           rather than delayed.
4965         + modify ncurses soft-key test to hide the keys when exiting the test
4966           screen.
4967         + fixes to build test programs with PDCurses 2.7, e.g., its headers
4968           rely on autoconf symbols, and it declares stubs for nonfunctional
4969           terminfo and termcap entrypoints.
4970
4971 20060204
4972         + improved test/configure to build test/ncurses on HPUX 11 using the
4973           vendor curses.
4974         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
4975           benefit of developers who do not read INSTALL.
4976
4977 20060128
4978         + correct form library Window_To_Buffer() change (cf:  20040516), which
4979           should ignore the video attributes (report by Ricardo Cantu).
4980
4981 20060121
4982         + minor fixes to xmc-glitch experimental code:
4983           + suppress line-drawing
4984           + implement max_attributes
4985           tested with xterm.
4986         + minor fixes for the database iterator.
4987         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
4988           Debian #348117).
4989
4990 20060114
4991         + add toe -a option, to show all databases.  This uses new private
4992           interfaces in the ncurses library for iterating through the list of
4993           databases.
4994         + fix toe from 20000909 changes which made it not look at
4995           $HOME/.terminfo
4996         + make toe's -v option parameter optional as per manpage.
4997         + improve SIGWINCH handling by postponing its effect during newterm(),
4998           etc., when allocating screens.
4999
5000 20060111
5001         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
5002           this in test/filter.c
5003         + fix an error in filter() modification which caused some applications
5004           to fail.
5005
5006 20060107
5007         + check if filter() was called when getting the screensize.  Keep it
5008           at 1 if so (based on Redhat #174498).
5009         + add extension nofilter().
5010         + refined the workaround for ACS mapping.
5011         + make ifdef's consistent in curses.h for the extended colors so the
5012           header file can be used for the normal curses library.  The header
5013           file installed for extended colors is a variation of the
5014           wide-character configuration (report by Frederic L W Meunier).
5015
5016 20051231
5017         + add a workaround to ACS mapping to allow applications such as
5018           test/blue.c to use the "PC ROM" characters by masking them with
5019           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
5020           of legacy coding (report by Michael Deutschmann).
5021         + add a null-pointer check in the wide-character version of
5022           calculate_actual_width() (report by Victor Julien).
5023         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
5024           values to be set independently (patch by William McBrine).
5025         + modify test/configure script to allow building test programs with
5026           PDCurses/X11.
5027         + modified test programs to allow some to work with NetBSD curses.
5028           Several do not because NetBSD curses implements a subset of X/Open
5029           curses, and also lacks much of SVr4 additions.  But it's enough for
5030           comparison.
5031         + update config.guess and config.sub
5032
5033 20051224
5034         + use BSD-specific fix for return-value from cgetent() from CVS where
5035           an unknown terminal type would be reportd as "database not found".
5036         + make tgetent() return code more readable using new symbols
5037           TGETENT_YES, etc.
5038         + remove references to non-existent "tctest" program.
5039         + remove TESTPROGS from progs/Makefile.in (it was referring to code
5040           that was never built in that directory).
5041         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
5042
5043 20051217
5044         + add use_legacy_coding() function to support lynx's font-switching
5045           feature.
5046         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
5047         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
5048           bool.
5049
5050 20051210
5051         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
5052           overwrite() and copywin() with different combinations of colors and
5053           attributes (including background color) to make it easy to see the
5054           effect of the different functions.
5055         + corrections to menu/m_global.c for wide-characters (report by
5056           Victor Julien).
5057
5058 20051203
5059         + add configure option --without-dlsym, allowing developers to
5060           configure GPM support without using dlsym() (discussion with Michael
5061           Setzer).
5062         + fix wins_nwstr(), which did not handle single-column non-8bit codes
5063           (Debian #341661).
5064
5065 20051126
5066         + move prototypes for wide-character trace functions from curses.tail
5067           to curses.wide to avoid accidental reference to those if
5068           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
5069           included.
5070         + add/use NCURSES_INLINE definition.
5071         + change some internal functions to use int/unsigned rather than the
5072           short equivalents.
5073
5074 20051119
5075         + remove a redundant check in lib_color.c (Debian #335655).
5076         + use ld's -search_paths_first option on Darwin to work around odd
5077           search rules on that platform (report by Christian Gennerat, analysis
5078           by Andrea Govoni).
5079         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
5080         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
5081         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
5082
5083 20051112
5084         + other minor fixes to cygwin based on tack -TD
5085         + correct smacs in cygwin (Debian #338234, report by Baurzhan
5086           Ismagulov, who noted that it was fixed in Cygwin).
5087
5088 20051029
5089         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
5090         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
5091           since those record the state of multicolumn characters (Debian
5092           #316663).
5093         + modify werase to clear multicolumn characters that extend into
5094           a derived window (Debian #316663).
5095
5096 20051022
5097         + move assignment from environment variable ESCDELAY from initscr()
5098           down to newterm() so the environment variable affects timeouts for
5099           terminals opened with newterm() as well.
5100         + fix a memory leak in keyname().
5101         + add test/demo_altkeys.c
5102         + modify test/demo_defkey.c to exit from loop via 'q' to allow
5103           leak-checking, as well as fix a buffer size in winnstr() call.
5104
5105 20051015
5106         + correct order of use-clauses in rxvt-basic entry which made codes for
5107           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
5108         + suppress configure check for gnatmake if Ada95/Makefile.in is not
5109           found.
5110         + correct a typo in configure --with-bool option for the case where
5111           --without-cxx is used (report by Daniel Jacobowitz).
5112         + add a note to INSTALL's discussion of --with-normal, pointing out
5113           that one may wish to use --without-gpm to ensure a completely
5114           static link (prompted by report by Felix von Leitner).
5115
5116 20051010 5.5 release for upload to ftp.gnu.org
5117
5118 20051008
5119         + document in demo_forms.c some portability issues.
5120
5121 20051001
5122         + document side-effect of werase() which sets the cursor position.
5123         + save/restore the current position in form field editing to make
5124           overlay mode work.
5125
5126 20050924
5127         + correct header dependencies in progs, allowing parallel make (report
5128           by Daniel Jacobowitz).
5129         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
5130           the configure check for --with-build-cc (report by Daniel Jacobowitz).
5131         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
5132           NetBSD.
5133         + update config.guess and config.sub from
5134                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
5135
5136 20050917
5137         + modify sed expression which computes path for /usr/lib/terminfo
5138           symbolic link in install to ensure that it does not change unexpected
5139           levels of the path (Gentoo #42336).
5140         + modify default for --disable-lp64 configure option to reduce impact
5141           on existing 64-bit builds.  Enabling the _LP64 option may change the
5142           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
5143           default (report by Mike Frysinger).
5144         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
5145           default if it is used.
5146         + improve configure script logic for bumping ABI to omit this if the
5147           --with-abi-version option was used.
5148         + update address for Free Software Foundation in tack's source.
5149         + correct wins_wch(), which was not marking the filler-cells of
5150           multi-column characters (cf:  20041023).
5151
5152 20050910
5153         + modify mouse initialization to ensure that Gpm_Open() is called only
5154           once.  Otherwise GPM gets confused in its initialization of signal
5155           handlers (Debian #326709).
5156
5157 20050903
5158         + modify logic for backspacing in a multiline form field to ensure that
5159           it works even when the preceding line is full (report by Frank van
5160           Vugt).
5161         + remove comment about BUGS section of ncurses manpage (Debian #325481)
5162
5163 20050827
5164         + document some workarounds for shared and libtool library
5165           configurations in INSTALL (see --with-shared and --with-libtool).
5166         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
5167           cross-compilers which emit the platform name in their version
5168           message, e.g.,
5169                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
5170           (report by Frank van Vugt).
5171
5172 20050820
5173         + start updating documentation for upcoming 5.5 release.
5174         + fix to make libtool  and libtinfo work together again (cf: 20050122).
5175         + fixes to allow building traces into libtinfo
5176         + add debug trace to tic that shows if/how ncurses will write to the
5177           lower corner of a terminal's screen.
5178         + update llib-l* files.
5179
5180 20050813
5181         + modify initializers in c++ binding to build with old versions of g++.
5182         + improve special case for 20050115 repainting fix, ensuring that if
5183           the first changed cell is not a character that the range to be
5184           repainted is adjusted to start at a character's beginning (Debian
5185           #316663).
5186
5187 20050806
5188         + fixes to build on QNX 6.1
5189         + improve configure script checks for Intel 9.0 compiler.
5190         + remove #include's for libc.h (obsolete).
5191         + adjust ifdef's in curses.priv.h so that when cross-compiling to
5192           produce comp_hash and make_keys, no dependency on wchar.h is needed.
5193           That simplifies the build-cppflags (report by Frank van Vugt).
5194         + move modules related to key-binding into libtinfo to fix linkage
5195           problem caused by 20050430 changes to MKkeyname.sh (report by
5196           Konstantin Andreev).
5197
5198 20050723
5199         + updates/fixes for configure script macros from vile -TD
5200         + make prism9's sgr string agree with the rest of the terminfo -TD
5201         + make vt220's sgr0 string consistent with sgr string, do this for
5202           several related cases -TD
5203         + improve translation to termcap by filtering the 'me' (sgr0) strings
5204           as in the runtime call to tgetent() (prompted by a discussion with
5205           Thomas Klausner).
5206         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
5207           resets line-drawing.
5208
5209 20050716
5210         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
5211           #318621).
5212         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
5213           allow it to be used by tic to provide information about the runtime
5214           changes that would be made to sgr0 for termcap applications.
5215         + modify make_sed.sh to make the group-name in the NAME section of
5216           form/menu library manpage agree with the TITLE string when renaming
5217           is done for Debian (Debian #78866).
5218
5219 20050702
5220         + modify parameter type in c++ binding for insch() and mvwinsch() to
5221           be consistent with underlying ncurses library (was char, is chtype).
5222         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
5223           on Linux.
5224         + improve configure check for nanosleep(), checking that it works since
5225           some older systems such as AIX 4.3 have a nonworking version.
5226
5227 20050625
5228         + update config.guess and config.sub from
5229                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
5230         + modify misc/shlib to work in test-directory.
5231         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
5232           allows cross-compiles to use the host's tic program to handle the
5233           "make install.data" step.
5234         + improve description of $LINES and $COLUMNS variables in manpages
5235           (prompted by report by Dave Ulrick).
5236         + improve description of cross-compiling in INSTALL
5237         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
5238           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
5239         + modify configure script to obtain soname for GPM library (discussion
5240           with Daniel Jacobowitz).
5241         + modify configure script so that --with-chtype option will still
5242           compute the unsigned literals suffix for constants in curses.h
5243           (report by Daniel Jacobowitz:
5244         + patches from Daniel Jacobowitz:
5245           + the man_db.renames entry for tack.1 was backwards.
5246           + tack.1 had some 1m's that should have been 1M's.
5247           + the section for curs_inwstr.3 was wrong.
5248
5249 20050619
5250         + correction to --with-chtype option (report by Daniel Jacobowitz).
5251
5252 20050618
5253         + move build-time edit_man.sh and edit_man.sed scripts to top directory
5254           to simplify reusing them for renaming tack's manpage (prompted by a
5255           review of Debian package).
5256         + revert minor optimization from 20041030 (Debian #313609).
5257         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
5258           1.5.10 and 1.5.18 (all work except as noted previously for the c++
5259           install using libtool 1.5.0):
5260           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
5261             program.
5262           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
5263         + add configure options --with-chtype and --with-mmask-t, to allow
5264           overriding of the non-LP64 model's use of the corresponding types.
5265         + revise test for size of chtype (and mmask_t), which always returned
5266           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
5267
5268 20050611
5269         + change _tracef's that used "%p" format for va_list values to ignore
5270           that, since on some platforms those are not pointers.
5271         + fixes for long-formats in printf's due to largefile support.
5272
5273 20050604
5274         + fixes for termcap support:
5275           + reset pointer to _nc_curr_token.tk_name when the input stream is
5276             closed, which could point to free memory (cf: 20030215).
5277           + delink TERMTYPE data which is used by the termcap reader, so that
5278             extended names data will be freed consistently.
5279           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
5280             its callers.
5281           + add some entrypoints for freeing permanently allocated data via
5282             _nc_freeall() when NO_LEAKS is defined.
5283         + amend 20041030 change to _nc_do_color to ensure that optimization is
5284           applied only when the terminal supports back_color_erase (bce).
5285
5286 20050528
5287         + add sun-color terminfo entry -TD
5288         + correct a missing assignment in c++ binding's method
5289           NCursesPanel::UserPointer() from 20050409 changes.
5290         + improve configure check for large-files, adding check for dirent64
5291           from vile -TD
5292         + minor change to configure script to improve linker options for the
5293           Ada95 tree.
5294
5295 20050515
5296         + document error conditions for ncurses library functions (report by
5297           Stanislav Ievlev).
5298         + regenerated html documentation for ada binding.
5299           see ftp://invisible-island.net/ncurses/patches/gnathtml
5300
5301 20050507
5302         + regenerated html documentation for manpages.
5303         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
5304           ncurses/Makefile (Gentoo #89772).
5305         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
5306           (patch by Mike Frysinger).
5307         + modify tic to filter out long extended names when translating to
5308           termcap format.  Only two characters are permissible for termcap
5309           capability names.
5310
5311 20050430
5312         + modify terminfo entries xterm-new and rxvt to add strings for
5313           shift-, control-cursor keys.
5314         + workaround to allow c++ binding to compile with g++ 2.95.3, which
5315           has a broken implementation of static_cast<> (patch by Jeff Chua).
5316         + modify initialization of key lookup table so that if an extended
5317           capability (tic -x) string is defined, and its name begins with 'k',
5318           it will automatically be treated as a key.
5319         + modify test/keynames.c to allow for the possibility of extended
5320           key names, e.g., via define_key(), or via "tic -x".
5321         + add test/demo_termcap.c to show the contents of given entry via the
5322           termcap interface.
5323
5324 20050423
5325         + minor fixes for vt100/vt52 entries -TD
5326         + add configure option --enable-largefile
5327         + corrected libraries used to build Ada95/gen/gen, found in testing
5328           gcc 4.0.0.
5329
5330 20050416
5331         + update config.guess, config.sub
5332         + modify configure script check for _XOPEN_SOURCE, disable that on
5333           Darwin whose header files have problems (patch by Chris Zubrzycki).
5334         + modify form library Is_Printable_String() to use iswprint() rather
5335           than wcwidth() for determining if a character is printable.  The
5336           latter caused it to reject menu items containing non-spacing
5337           characters.
5338         + modify ncurses test program's F-test to handle non-spacing characters
5339           by combining them with a reverse-video blank.
5340         + review/fix several gcc -Wconversion warnings.
5341
5342 20050409
5343         + correct an off-by-one error in m_driver() for mouse-clicks used to
5344           position the mouse to a particular item.
5345         + implement test/demo_menus.c
5346         + add some checks in lib_mouse to ensure SP is set.
5347         + modify C++ binding to make 20050403 changes work with the configure
5348           --enable-const option.
5349
5350 20050403
5351         + modify start_color() to return ERR if it cannot allocate memory.
5352         + address g++ compiler warnings in C++ binding by adding explicit
5353           member initialization, assignment operators and copy constructors.
5354           Most of the changes simply preserve the existing semantics of the
5355           binding, which can leak memory, etc., but by making these features
5356           visible, it provides a framework for improving the binding.
5357         + improve C++ binding using static_cast, etc.
5358         + modify configure script --enable-warnings to add options to g++ to
5359           correspond to the gcc --enable-warnings.
5360         + modify C++ binding to use some C internal functions to make it
5361           compile properly on Solaris (and other platforms).
5362
5363 20050327
5364         + amend change from 20050320 to limit it to configurations with a
5365           valid locale.
5366         + fix a bug introduced in 20050320 which broke the translation of
5367           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
5368
5369 20050326
5370         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
5371           chtype and mmask_t, but add configure option --disable-lp64 in case
5372           anyone used that configuration.
5373         + update misc/shlib script to account for Mac OS X (report by Michail
5374           Vidiassov).
5375         + correct comparison for wrapping multibyte characters in
5376           waddch_literal() (report by Takahashi Tamotsu).
5377
5378 20050320
5379         + add -c and -w options to tset to allow user to suppress ncurses'
5380           resizing of the terminal emulator window in the special case where it
5381           is not able to detect the true size (report by Win Delvaux, Debian
5382           #300419).
5383         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
5384           codes 128-159 as part of multibyte characters (report by Wang
5385           WenRui, Debian #300512).
5386
5387 20050319
5388         + modify ncurses.c 'd' test to make it work with 88-color
5389           configuration, i.e., by implementing scrolling.
5390         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
5391           configuration.
5392
5393 20050312
5394         + change tracemunch to use strict checking.
5395         + modify ncurses.c 'p' test to test line-drawing within a pad.
5396         + implement environment variable NCURSES_NO_UTF8_ACS to support
5397           miscellaneous terminal emulators which ignore alternate character
5398           set escape sequences when in UTF-8 mode.
5399
5400 20050305
5401         + change NCursesWindow::err_handler() to a virtual function (request by
5402           Steve Beal).
5403         + modify fty_int.c and fty_num.c to handle wide characters (report by
5404           Wolfgang Gutjahr).
5405         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
5406           and wide characters inconsistently (report by Wolfgang Gutjahr).
5407         + update llib-* files to reflect internal interface additions/changes.
5408
5409 20050226
5410         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
5411           from lynx.
5412         + add aixterm-16color terminfo entry -TD
5413         + modified xterm-new terminfo entry to work with tgetent() changes -TD
5414         + extended changes in tgetent() from 20040710 to allow the substring of
5415           sgr0 which matches rmacs to be at the beginning of the sgr0 string
5416           (request by Thomas Wolff).  Wolff says the visual effect in
5417           combination with pre-20040710 ncurses is improved.
5418         + fix off-by-one in winnstr() call which caused form field validation
5419           of multibyte characters to ignore the last character in a field.
5420         + correct logic in winsch() for inserting multibyte strings; the code
5421           would clear cells after the insertion rather than push them to the
5422           right (cf: 20040228).
5423         + fix an inconsistency in Check_Alpha_Field() between normal and wide
5424           character logic (report by Wolfgang Gutjahr).
5425
5426 20050219
5427         + fix a bug in editing wide-characters in form library: deleting a
5428           nonwide character modified the previous wide-character.
5429         + update manpage to describe NCURSES_MOUSE_VERSION 2.
5430         + correct manpage description of mouseinterval() (Debian #280687).
5431         + add a note to default_colors.3x explaining why this extension was
5432           added (Debian #295083).
5433         + add traces to panel library.
5434
5435 20050212
5436         + improve editing of wide-characters in form library:  left/right
5437           cursor movement, and single-character deletions work properly.
5438         + disable GPM mouse support when $TERM happens to be prefixed with
5439           "xterm".  Gpm_Open() would otherwise assert that it can deal with
5440           mouse events in this case.
5441         + modify GPM mouse support so it closes the server connection when
5442           the caller disables the mouse (report by Stanislav Ievlev).
5443
5444 20050205
5445         + add traces for callback functions in form library.
5446         + add experimental configure option --enable-ext-mouse, which defines
5447           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
5448           support wheel mice, which may transmit buttons 4 and 5.  This works
5449           with xterm and similar X terminal emulators (prompted by question by
5450           Andreas Henningsson, this is also related to Debian #230990).
5451         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
5452           avoid redefinition warnings on cygwin.
5453
5454 20050129
5455         + merge remaining development changes for extended colors (mostly
5456           complete, does not appear to break other configurations).
5457         + add xterm-88color.dat (part of extended colors testing).
5458         + improve _tracedump() handling of color pairs past 96.
5459         + modify return-value from start_color() to return OK if colors have
5460           already been started.
5461         + modify curs_color.3x list error conditions for init_pair(),
5462           pair_content() and color_content().
5463         + modify pair_content() to return -1 for consistency with init_pair()
5464           if it corresponds to the default-color.
5465         + change internal representation of default-color to allow application
5466           to use color number 255.  This does not affect the total number of
5467           color pairs which are allowed.
5468         + add a top-level tags rule.
5469
5470 20050122
5471         + add a null-pointer check in wgetch() in case it is called without
5472           first calling initscr().
5473         + add some null-pointer checks for SP, which is not set by libtinfo.
5474         + modify misc/shlib to ensure that absolute pathnames are used.
5475         + modify test/Makefile.in, etc., to link test programs only against the
5476           libraries needed, e.g., omit form/menu/panel library for the ones
5477           that are curses-specific.
5478         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
5479           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
5480           is that the corresponding data which belongs to the upper-level
5481           ncurses library has a different size in each model (report by
5482           Stanislav Ievlev).
5483
5484 20050115
5485         + minor fixes to allow test-compiles with g++.
5486         + correct column value shown in tic's warnings, which did not account
5487           for leading whitespace.
5488         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
5489           where a following line begins in column 1.
5490         + modify _nc_save_str() to return a null pointer on buffer overflow.
5491         + improve repainting while scrolling wide-character data (Eungkyu Song).
5492
5493 20050108
5494         + merge some development changes to extend color capabilities.
5495
5496 20050101
5497         + merge some development changes to extend color capabilities.
5498         + fix manpage typo (FreeBSD report docs/75544).
5499         + update config.guess, config.sub
5500         > patches for configure script (Albert Chin-A-Young):
5501         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
5502           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
5503           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
5504           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
5505         + print the result of the --disable-home-terminfo option.
5506         + use -rpath when compiling with SGI C compiler.
5507
5508 20041225
5509         + add trace calls to remaining public functions in form and menu
5510           libraries.
5511         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
5512         + fix typo in test/ncurses.c 'c' test from 20041218.
5513
5514 20041218
5515         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
5516           and xterm-256color, added 'C' test using the wide-character color_set
5517           and attr_set functions.
5518
5519 20041211
5520         + modify configure script to work with Intel compiler.
5521         + fix an limit-check in wadd_wchnstr() which caused labels in the
5522           forms-demo to be one character short.
5523         + fix typo in curs_addchstr.3x (Jared Yanovich).
5524         + add trace calls to most functions in form and menu libraries.
5525         + update working-position for adding wide-characters when window is
5526           scrolled (prompted by related report by Eungkyu Song).
5527
5528 20041204
5529         + replace some references on Linux to wcrtomb() which use it to obtain
5530           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
5531           broken in glibc (see Debian #284260).
5532         + corrected length-computation in wide-character support for
5533           field_buffer().
5534         + some fixes to frm_driver.c to allow it to accept multibyte input.
5535         + modify configure script to work with Intel 8.0 compiler.
5536
5537 20041127
5538         + amend change to setupterm() in 20030405 which would reuse the value
5539           of cur_term if the same output was selected.  This now reuses it only
5540           when setupterm() is called from tgetent(), which has no notion of
5541           separate SCREENs.  Note that tgetent() must be called after initscr()
5542           or newterm() to use this feature (Redhat #140326).
5543         + add a check in CF_BUILD_CC macro to ensure that developer has given
5544           the --with-build-cc option when cross-compiling (report by Alexandre
5545           Campo).
5546         + improved configure script checks for _XOPEN_SOURCE and
5547           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
5548           updates from lynx).
5549         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
5550           for consistency (comment by Dan Nelson).
5551
5552 20041120
5553         + update wsvt25 terminfo entry -TD
5554         + modify test/ins_wide.c to test all flavors of ins_wstr().
5555         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
5556           which consists of multi-column characters, since this function
5557           constructs them (cf: 20041023).
5558         + modify winnstr() to return multibyte character strings for the
5559           wide-character configuration.
5560
5561 20041106
5562         + fixes to make slk_set() and slk_wset() accept and store multibyte
5563           or multicolumn characters.
5564
5565 20041030
5566         + improve color optimization a little by making _nc_do_color() check
5567           if the old/new pairs are equivalent to the default pair 0.
5568         + modify assume_default_colors() to not require that
5569           use_default_colors() be called first.
5570
5571 20041023
5572         + modify term_attrs() to use termattrs(), add the extended attributes
5573           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
5574         + add logic in waddch_literal() to clear orphaned cells when one
5575           multi-column character partly overwrites another.
5576         + improved logic for clearing cells when a multi-column character
5577           must be wrapped to a new line.
5578         + revise storage of cells for multi-column characters to correct a
5579           problem with repainting.  In the old scheme, it was possible for
5580           doupdate() to decide that only part of a multi-column character
5581           should be repainted since the filler cells stored only an attribute
5582           to denote them as fillers, rather than the character value and the
5583           attribute.
5584
5585 20041016
5586         + minor fixes for traces.
5587         + add SP->_screen_acs_map[], used to ensure that mapping of missing
5588           line-drawing characters is handled properly.  For example, ACS_DARROW
5589           is absent from xterm-new, and it was coincidentally displayed the
5590           same as ACS_BTEE.
5591
5592 20041009
5593         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
5594           and smacs strings as well.  Also modify the check for screen's
5595           limitations in that area to allow the multi-character shift-in
5596           and shift-out which seem to work.
5597         + change GPM initialization, using dl library to load it dynamically
5598           at runtime (Debian #110586).
5599
5600 20041002
5601         + correct logic for color pair in setcchar() and getcchar() (patch by
5602           Marcin 'Qrczak' Kowalczyk).
5603         + add t/T commands to ncurses b/B tests to allow a different color to
5604           be tested for the attrset part of the test than is used in the
5605           background color.
5606
5607 20040925
5608         + fix to make setcchar() to work when its wchar_t* parameter is
5609           pointing to a string which contains more data than can be converted.
5610         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
5611           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
5612
5613 20040918
5614         + remove check in wget_wch() added to fix an infinite loop, appears to
5615           have been working around a transitory glibc bug, and interferes
5616           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
5617         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
5618           information (report by Marcin 'Qrczak' Kowalczyk).
5619         + fix aclocal.m4 so that the wide-character version of ncurses gets
5620           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
5621           (adapted from patch by James J Ramsey).
5622         + change configure script for --with-caps option to indicate that it
5623           is no longer experimental.
5624         + change configure script to reflect the fact that --enable-widec has
5625           not been "experimental" since 5.3 (report by Bruno Lustosa).
5626
5627 20040911
5628         + add 'B' test to ncurses.c, to exercise some wide-character functions.
5629
5630 20040828
5631         + modify infocmp -i option to match 8-bit controls against its table
5632           entries, e.g., so it can analyze the xterm-8bit entry.
5633         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
5634         + correct translation of "%%" in terminfo format to termcap, e.g.,
5635           using "tic -C" (Redhat #130921).
5636         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
5637           it defines _POSIX_C_SOURCE, that it defines it to a specific value
5638           (comp.os.stratus newsgroup comment).
5639
5640 20040821
5641         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
5642           fatal, and gnat does not follow the guidelines for pragmas).
5643           However that did find a coding error in Assume_Default_Colors().
5644         + modify several terminfo entries to ensure xterm mouse and cursor
5645           visibility are reset in rs2 string:  hurd, putty, gnome,
5646           konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637).
5647           The xterm entries are left alone - old ones for compatibility, and
5648           the new ones do not require this change. -TD
5649
5650 20040814
5651         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
5652           and window managers (Debian #265631).
5653         > terminfo updates -TD
5654         + remove dch/dch1 from rxvt because they are implemented inconsistently
5655           with the common usage of bce/ech
5656         + remove khome from vt220 (vt220's have no home key)
5657         + add rxvt+pcfkeys
5658
5659 20040807
5660         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
5661           combinations of video attributes so that for instance bold and
5662           underline can be tested.  This made the legend too crowded, added
5663           a help window as well.
5664         + modify test/ncurses.c 'b' test to cycle through default colors if
5665           the -d option is set.
5666         + update putty terminfo entry (Robert de Bath).
5667
5668 20040731
5669         + modify test/cardfile.c to allow it to read more data than can be
5670           displayed.
5671         + correct logic in resizeterm.c which kept it from processing all
5672           levels of window hierarchy (reports by Folkert van Heusden,
5673           Chris Share).
5674
5675 20040724
5676         + modify "tic -cv" to ignore delays when comparing strings.  Also
5677           modify it to ignore a canceled sgr string, e.g., for terminals which
5678           cannot properly combine attributes in one control sequence.
5679         + corrections for gnome and konsole entries (Redhat #122815, patch by
5680           Hans de Goede)
5681         > terminfo updates -TD
5682         + make ncsa-m rmacs/smacs consistent with sgr
5683         + add sgr, rc/sc and ech to syscons entries
5684         + add function-keys to decansi
5685         + add sgr to mterm-ansi
5686         + add sgr, civis, cnorm to emu
5687         + correct/simplify cup in addrinfo
5688
5689 20040717
5690         > terminfo updates -TD
5691         + add xterm-pc-fkeys
5692         + review/update gnome and gnome-rh90 entries (prompted by Redhat
5693           #122815).
5694         + review/update konsole entries
5695         + add sgr, correct sgr0 for kterm and mlterm
5696         + correct tsl string in kterm
5697
5698 20040711
5699         + add configure option --without-xterm-new
5700
5701 20040710
5702         + add check in wget_wch() for printable bytes that are not part of a
5703           multibyte character.
5704         + modify wadd_wchnstr() to render text using window's background
5705           attributes.
5706         + improve tic's check to compare sgr and sgr0.
5707         + fix c++ directory's .cc.i rule.
5708         + modify logic in tgetent() which adjusts the termcap "me" string
5709           to work with ISO-2022 string used in xterm-new (cf: 20010908).
5710         + modify tic's check for conflicting function keys to omit that if
5711           converting termcap to termcap format.
5712         + add -U option to tic and infocmp.
5713         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
5714         > terminfo updates -TD
5715         + minor fixes for emu
5716         + add emu-220
5717         + change wyse acsc strings to use 'i' map rather than 'I'
5718         + fixes for avatar0
5719         + fixes for vp3a+
5720
5721 20040703
5722         + use tic -x to install terminfo database -TD
5723         + add -x to infocmp's usage message.
5724         + correct field used for comparing O_ROWMAJOR in set_menu_format()
5725           (report/patch by Tony Li).
5726         + fix a missing nul check in set_field_buffer() from 20040508 changes.
5727         > terminfo updates -TD
5728           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
5729             xterm-basic -TD
5730           + align with xterm patch #192's use of xterm-new -TD
5731           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
5732           + make xterm-new the default "xterm" entry -TD
5733
5734 20040626
5735         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
5736           cross-compiling from a separate directory tree (report/patch by
5737           Dan Engel).
5738         + modify is_term_resized() to ensure that window sizes are nonzero,
5739           as documented in the manpage (report by Ian Collier).
5740         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
5741           (Debian #249214, report/patch by Jeff Bailey).
5742         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
5743         + update config.guess, config.sub
5744         > terminfo updates -TD
5745           + add mlterm
5746           + add xterm-xf86-v44
5747           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
5748             relies on G1 being used via an ISO-2022 escape sequence (report by
5749             Juliusz Chroboczek)
5750           + add 'hurd' entry
5751
5752 20040619
5753         + reconsidered winsnstr(), decided after comparing other
5754           implementations that wrapping is an X/Open documentation error.
5755         + modify test/inserts.c to test all flavors of insstr().
5756
5757 20040605
5758         + add setlocale() calls to a few test programs which may require it:
5759           demo_forms.c, filter.c, ins_wide.c, inserts.c
5760         + correct a few misspelled function names in ncurses-intro.html (report
5761           by Tony Li).
5762         + correct internal name of key_defined() manpage, which conflicted with
5763           define_key().
5764
5765 20040529
5766         + correct size of internal pad used for holding wide-character
5767           field_buffer() results.
5768         + modify data_ahead() to work with wide-characters.
5769
5770 20040522
5771         + improve description of terminfo if-then-else expressions (suggested
5772           by Arne Thomassen).
5773         + improve test/ncurses.c 'd' test, allow it to use external file for
5774           initial palette (added xterm-16color.dat and linux-color.dat), and
5775           reset colors to the initial palette when starting/ending the test.
5776         + change limit-check in init_color() to allow r/g/b component to
5777           reach 1000 (cf: 20020928).
5778
5779 20040516
5780         + modify form library to use cchar_t's rather than char's in the
5781           wide-character configuration for storing data for field buffers.
5782         + correct logic of win_wchnstr(), which did not work for more than
5783           one cell.
5784
5785 20040508
5786         + replace memset/memcpy usage in form library with for-loops to
5787           simplify changing the datatype of FIELD.buf, part of wide-character
5788           changes.
5789         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
5790
5791 20040501
5792         + modify menu library to account for actual number of columns used by
5793           multibyte character strings, in the wide-character configuration
5794           (adapted from patch by Philipp Tomsich).
5795         + add "-x" option to infocmp like tic's "-x", for use in "-F"
5796           comparisons.  This modifies infocmp to only report extended
5797           capabilities if the -x option is given, making this more consistent
5798           with tic.  Some scripts may break, since infocmp previous gave this
5799           information without an option.
5800         + modify termcap-parsing to retain 2-character aliases at the beginning
5801           of an entry if the "-x" option is used in tic.
5802
5803 20040424
5804         + minor compiler-warning and test-program fixes.
5805
5806 20040417
5807         + modify tic's missing-sgr warning to apply to terminfo only.
5808         + free some memory leaks in tic.
5809         + remove check in post_menu() that prevented menus from extending
5810           beyond the screen (request by Max J. Werner).
5811         + remove check in newwin() that prevents allocating windows
5812           that extend beyond the screen.  Solaris curses does this.
5813         + add ifdef in test/color_set.c to allow it to compile with older
5814           curses.
5815         + add napms() calls to test/dots.c to make it not be a CPU hog.
5816
5817 20040403
5818         + modify unctrl() to return null if its parameter does not correspond
5819           to an unsigned char.
5820         + add some limit-checks to guard isprint(), etc., from being used on
5821           values that do not fit into an unsigned char (report by Sami Farin).
5822
5823 20040328
5824         + fix a typo in the _nc_get_locale() change.
5825
5826 20040327
5827         + modify _nc_get_locale() to use setlocale() to query the program's
5828           current locale rather than using getenv().  This fixes a case in tin
5829           which relies on legacy treatment of 8-bit characters when the locale
5830           is not initialized (reported by Urs Jansen).
5831         + add sgr string to screen's and rxvt's terminfo entries -TD.
5832         + add a check in tic for terminfo entries having an sgr0 but no sgr
5833           string.  This confuses Tru64 and HPUX curses when combined with
5834           color, e.g., making them leave line-drawing characters in odd places.
5835         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
5836           original definitions used in Debian package to fix PowerPC bug before
5837           20030802 (Debian #237629).
5838
5839 20040320
5840         + modify PutAttrChar() and PUTC() macro to improve use of
5841           A_ALTCHARSET attribute to prevent line-drawing characters from
5842           being lost in situations where the locale would otherwise treat the
5843           raw data as nonprintable (Debian #227879).
5844
5845 20040313
5846         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
5847           by Jim Idle).
5848         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
5849           some apropos script (Debian #237831).
5850
5851 20040306
5852         + modify ncurses.c 'r' test so editing commands, like inserted text,
5853           set the field background, and the state of insert/overlay editing
5854           mode is shown in that test.
5855         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
5856         + correct logic in test/ncurses.c 'b' for noncolor terminals which
5857           did not recognize a quit-command (cf: 20030419).
5858
5859 20040228
5860         + modify _nc_insert_ch() to allow for its input to be part of a
5861           multibyte string.
5862         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
5863           that this function performs wrapping, unlike all of the other
5864           insert-functions.  Currently it does not wrap.
5865         + check for nl_langinfo(CODESET), use it if available (report by
5866           Stanislav Ievlev).
5867         + split-out CF_BUILD_CC macro, actually did this for lynx first.
5868         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
5869           which happened to work with bash, but not with Bourne shell (report
5870           by Marco d'Itri via tin-dev).
5871
5872 20040221
5873         + some changes to adapt the form library to wide characters, incomplete
5874           (request by Mike Aubury).
5875         + add symbol to curses.h which can be used to suppress include of
5876           stdbool.h, e.g.,
5877                 #define NCURSES_ENABLE_STDBOOL_H 0
5878                 #include <curses.h>
5879           (discussion on XFree86 mailing list).
5880
5881 20040214
5882         + modify configure --with-termlib option to accept a value which sets
5883           the name of the terminfo library.  This would allow a packager to
5884           build libtinfow.so renamed to coincide with libtinfo.so (discussion
5885           with Stanislav Ievlev).
5886         + improve documentation of --with-install-prefix, --prefix and
5887           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
5888         + add configure check if the compiler can use -c -o options to rename
5889           its output file, use that to omit the 'cd' command which was used to
5890           ensure object files are created in a separate staging directory
5891           (prompted by comments by Johnny Wezel, Martin Mokrejs).
5892
5893 20040208 5.4 release for upload to ftp.gnu.org
5894         + update TO-DO.
5895
5896 20040207 pre-release
5897         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
5898           and do not count %d if it follows a %p.
5899         + correct an inconsistency between handling of codes in the 128-255
5900           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
5901           locale, the latter did not show printable results, while the former
5902           did.
5903         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
5904           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
5905           verified by Scott Corscadden).
5906
5907 20040131 pre-release
5908         + modify SCREEN struct to align it between normal/wide curses flavors
5909           to simplify future changes to build a single version of libtinfo
5910           (patch by Stanislav Ievlev).
5911         + document handling of carriage return by addch() in manpage.
5912         + document special features of unctrl() in manpage.
5913         + documented interface changes in INSTALL.
5914         + corrected control-char test in lib_addch.c to account for locale
5915           (Debian #230335, cf: 971206).
5916         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
5917         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
5918         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
5919
5920 20040125 pre-release
5921         + amend change to PutAttrChar() from 20030614 which computed the number
5922           of cells for a possibly multi-cell character.  The 20030614 change
5923           forced the cell to a blank if the result from wcwidth() was not
5924           greater than zero.  However, wcwidth() called for parameters in the
5925           range 128-255 can give this return value.  The logic now simply
5926           ensures that the number of cells is greater than zero without
5927           modifying the displayed value.
5928
5929 20040124 pre-release
5930         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
5931         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
5932           that works better for cross-compiling.
5933
5934 20040117 pre-release
5935         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
5936           work around core dump in Solaris 8's locale support, e.g., for
5937           zh_CN.GB18030 (report by Saravanan Bellan).
5938         + add includes for <stdarg.h> and <stdio.h> in configure script macro
5939           to make <wchar.h> check work with Tru64 4.0d.
5940         + add terminfo entry for U/Win -TD
5941         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
5942           Bianchi).
5943         + modify tput's error messages to prefix them with the program name
5944           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
5945           #227586)).
5946         + correct a place in tack where exit_standout_mode was used instead of
5947           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
5948         + modify c++/cursesf.h to use const in the Enumeration_Field method.
5949         + remove an ambiguous (actually redundant) method from c++/cursesf.h
5950         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
5951         + improve sed script which extracts libtool's version in the
5952           CF_WITH_LIBTOOL macro.
5953         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
5954           simplify local patch for Albert Chin-A-Young)..
5955         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
5956           patch by Albert Chin-A-Young)..
5957         + fix a missing substitution in configure.in for "$target" needed for
5958           HPUX .so/.sl case.
5959         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
5960           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
5961         + make check for stdbool.h more specific, to ensure that including it
5962           will actually define/declare bool for the configured compiler.
5963         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
5964           intention of that is to #define NCURSES_BOOL as bool when the
5965           compiler declares bool, and to #define bool as NCURSES_BOOL when it
5966           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
5967
5968 20040110 pre-release
5969         + change minor version to 4, i.e., ncurses 5.4
5970         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
5971           Sittler).
5972         + simplified ncurses/base/version.c by defining the result from the
5973           configure script rather than using sprintf (suggested by Stanislav
5974           Ievlev).
5975         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
5976           Ievlev).
5977         + modify configure script so that when configuring for termlib, programs
5978           such as tic are not linked with the upper-level ncurses library
5979           (suggested by Stanislav Ievlev).
5980         + move version.c from ncurses/base to ncurses/tinfo to allow linking
5981           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
5982
5983 20040103
5984         + adjust -D's to build ncursesw on OpenBSD.
5985         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
5986         + add pecho_wchar().
5987         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
5988           available) on older platforms.
5989
5990 20031227
5991         + add -D's to build ncursew on FreeBSD 5.1.
5992         + modify shared library configuration for FreeBSD 4.x/5.x to add the
5993           soname information (request by Marc Glisse).
5994         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
5995           for limiting the length of a filename in the terminfo database.
5996         + modify termname() to return the terminal name used by setupterm()
5997           rather than $TERM, without truncating to 14 characters as documented
5998           by X/Open (report by Stanislav Ievlev, cf:  970719).
5999         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
6000
6001 20031220
6002         + add configure option --with-manpage-format=catonly to address
6003           behavior of BSDI, allow install of man+cat files on NetBSD, whose
6004           behavior has diverged by requiring both to be present.
6005         + remove leading blanks from comment-lines in manlinks.sed script to
6006           work with Tru64 4.0d.
6007         + add screen.linux terminfo entry (discussion on mutt-users mailing
6008           list).
6009
6010 20031213
6011         + add a check for tic to flag missing backslashes for termcap
6012           continuation lines.  ncurses reads the whole entry, but termcap
6013           applications do not.
6014         + add configure option "--with-manpage-aliases" extending
6015           "--with-manpage-aliases" to provide the option of generating ".so"
6016           files rather than symbolic links for manpage aliases.
6017         + add bool definition in include/curses.h.in for configurations with no
6018           usable C++ compiler (cf: 20030607).
6019         + fix pathname of SigAction.h for building with --srcdir (reported by
6020           Mike Castle).
6021
6022 20031206
6023         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
6024           since that header is used only within ncurses/tty/lib_tstp.c, for
6025           non-POSIX systems (discussion with Stanislav Ievlev).
6026         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
6027           <inger@altlinux.org>).
6028         + add test/background.c and test/color_set.c
6029         + modify color_set() function to work with color pair 0 (report by
6030           George Andreou <gbandreo@tem.uoc.gr>).
6031         + add configure option --with-trace, since defining TRACE seems too
6032           awkward for some cases.
6033         + remove a call to _nc_free_termtype() from read_termtype(), since the
6034           corresponding buffer contents were already zeroed by a memset (cf:
6035           20000101).
6036         + improve configure check for _XOPEN_SOURCE and related definitions,
6037           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
6038           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
6039         + small fixes to compile on Solaris and IRIX64 using cc.
6040         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
6041           (cf: 20031101).
6042
6043 20031129
6044         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
6045           values (Philippe Blain).
6046         + improve the nanosleep() logic in napms() by checking for EINTR and
6047           restarting (Philippe Blain).
6048         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
6049           <mooz@welho.com>).
6050
6051 20031122
6052         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
6053         + allow "\|" escape in terminfo; tic should not warn about this.
6054         + save the full pathname of the trace-file the first time it is opened,
6055           to avoid creating it in different directories if the application
6056           opens and closes it while changing its working directory.
6057         + modify configure script to provide a non-empty default for
6058           $BROKEN_LINKER
6059
6060 20031108
6061         + add DJGPP to special case of DOS-style drive letters potentially
6062           appearing in TERMCAP environment variable.
6063         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
6064           Gray).
6065         + update config.guess, config.sub
6066
6067 20031101
6068         + fix a memory leak in error-return from setupterm() (report by
6069           Stanislav Ievlev <inger@altlinux.org>).
6070         + use EXEEXT and OBJEXT consistently in makefiles.
6071         + amend fixes for cross-compiling to use separate executable-suffix
6072           BUILD_EXEEXT (cf: 20031018).
6073         + modify MKkey_defs.sh to check for sort utility that does not
6074           recognize key options, e.g., busybox (report by Peter S Mazinger
6075           <ps.m@gmx.net>).
6076         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
6077           David Krause using some of the new malloc debugging features
6078           under OpenBSD, patch by Ted Unangst).
6079         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
6080           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
6081
6082 20031025
6083         + update terminfo for xterm-xfree86 -TD
6084         + add check for multiple "tc=" clauses in a termcap to tic.
6085         + check for missing op/oc in tic.
6086         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
6087           tic to show cancelled capabilities.  These functions were ignoring
6088           the state of the target entry, which should be untouched if cancelled.
6089         + correct comment in tack/output.c (Debian #215806).
6090         + add some null-pointer checks to lib_options.c (report by Michael
6091           Bienia).
6092         + regenerated html documentation.
6093         + correction to tar-copy.sh, remove a trap command that resulted in
6094           leaving temporary files (cf: 20030510).
6095         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
6096
6097 20031018
6098         + updated test/configure to reflect changes for libtool (cf: 20030830).
6099         + fix several places in tack/pad.c which tested and used the parameter-
6100           and parameterless strings inconsistently, i.e., in pad_rin(),
6101           pad_il(), pad_indn() and pad_dl() (Debian #215805).
6102         + minor fixes for configure script and makefiles to cleanup executables
6103           generated when cross-compiling for DJGPP.
6104         + modify infocmp to omit check for $TERM for operations that do not
6105           require it, e.g., "infocmp -e" used to build fallback list (report by
6106           Egmont Koblinger).
6107
6108 20031004
6109         + add terminfo entries for DJGPP.
6110         + updated note about maintainer in ncurses-intro.html
6111
6112 20030927
6113         + update terminfo entries for gnome terminal.
6114         + modify tack to reset colors after each color test, correct a place
6115           where exit_standout_mode was used instead of exit_attribute_mode.
6116         + improve tack's bce test by making it set colors other than black
6117           on white.
6118         + plug a potential recursion between napms() and _nc_timed_wait()
6119           (report by Philippe Blain).
6120
6121 20030920
6122         + add --with-rel-version option to allow workaround to allow making
6123           libtool on Darwin generate the "same" library names as with the
6124           --with-shared option.  The Darwin ld program does not work well
6125           with a zero as the minor-version value (request by Chris Zubrzycki).
6126         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
6127         + modify tack to allow it to run from fallback terminfo data.
6128         > patch by Philippe Blain:
6129         + improve PutRange() by adjusting call to EmitRange() and corresponding
6130           return-value to not emit unchanged characters on the end of the
6131           range.
6132         + improve a check for changed-attribute by exiting a loop when the
6133           change is found.
6134         + improve logic in TransformLine(), eliminating a duplicated comparison
6135           in the clr_bol logic.
6136
6137 20030913
6138         > patch by Philippe Blain:
6139         + in ncurses/tty/lib_mvcur.c,
6140           move the label 'nonlocal' just before the second gettimeofday() to
6141           be able to compute the diff time when 'goto nonlocal' used.
6142           Rename 'msec' to 'microsec' in the debug-message.
6143         + in ncurses/tty/lib_mvcur.c,
6144           Use _nc_outch() in carriage return/newline movement instead of
6145           putchar() which goes to stdout.  Move test for xold>0 out of loop.
6146         + in ncurses/tinfo/setbuf.c,
6147           Set the flag SP->_buffered at the end of operations when all has been
6148           successful (typeMalloc can fail).
6149         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
6150
6151 20030906
6152         + modify configure script to avoid using "head -1", which does not
6153           work if POSIXLY_CORRECT (sic) is set.
6154         + modify run_tic.in to avoid using wrong shared libraries when
6155           cross-compiling (Dan Kegel).
6156
6157 20030830
6158         + alter configure script help message to make it clearer that
6159           --with-build-cc does not specify a cross-compiler (suggested by Dan
6160           Kegel <dank@kegel.com>).
6161         + modify configure script to accommodate libtool 1.5, as well as add an
6162           parameter to the "--with-libtool" option which can specify the
6163           pathname of libtool (report by Chris Zubrzycki).  We note that
6164           libtool 1.5 has more than one bug in its C++ support, so it is not
6165           able to install libncurses++, for instance, if $DESTDIR or the option
6166           --with-install-prefix is used.
6167
6168 20030823
6169         > patch by Philippe Blain:
6170         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
6171         + make baudrate computation in delay_output() consistent with the
6172           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
6173
6174 20030816
6175         + modify logic in waddch_literal() to take into account zh_TW.Big5
6176           whose multibyte sequences may contain "printable" characters, e.g.,
6177           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
6178         + improve storage used by _nc_safe_strcpy() by ensuring that the size
6179           is reset based on the initialization call, in case it were called
6180           after other strcpy/strcat calls (report by Philippe Blain).
6181         > patch by Philippe Blain:
6182         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
6183         + correct a place where _cup_cost was used rather than _cuu_cost
6184
6185 20030809
6186         + fix a small memory leak in _nc_free_termtype().
6187         + close trace-file if trace() is called with a zero parameter.
6188         + free memory allocated for soft-key strings, in delscreen().
6189         + fix an allocation size in safe_sprintf.c for the "*" format code.
6190         + correct safe_sprintf.c to not return a null pointer if the format
6191           happens to be an empty string.  This applies to the "configure
6192           --enable-safe-sprintf" option (Redhat #101486).
6193
6194 20030802
6195         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
6196           Daniel Jacobowitz).
6197         > patch by Philippe Blain:
6198         + change padding for change_scroll_region to not be proportional to
6199           the size of the scroll-region.
6200         + correct error-return in _nc_safe_strcat().
6201
6202 20030726
6203         + correct limit-checks in _nc_scroll_window() (report and test-case by
6204           Thomas Graf <graf@dms.at> cf: 20011020).
6205         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
6206           _GNU_SOURCE check.
6207
6208 20030719
6209         + use clr_eol in preference to blanks for bce terminals, so select and
6210           paste will have fewer trailing blanks, e.g., when using xterm
6211           (request by Vincent Lefevre).
6212         + correct prototype for wunctrl() in manpage.
6213         + add configure --with-abi-version option (discussion with Charles
6214           Wilson).
6215         > cygwin changes from Charles Wilson:
6216           + aclocal.m4: on cygwin, use autodetected prefix for import
6217             and static lib, but use "cyg" for DLL.
6218           + include/ncurses_dll.h: correct the comments to reflect current
6219             status of cygwin/mingw port.  Fix compiler warning.
6220           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
6221             DLL, by adding the lib-directory to the PATH variable.
6222           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
6223             primary instead of nxterm, to match XFree86's xterm.terminfo
6224             usage and to prevent circular links.
6225             (rxvt): add additional codes from rxvt.org.
6226             (rxvt-color): new alias
6227             (rxvt-xpm): new alias
6228             (rxvt-cygwin): like rxvt, but with special acsc codes.
6229             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
6230             with a "native" MSWin GUI.  Each takes different acsc codes,
6231             which are both different from the "normal" rxvt's acsc.
6232             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
6233             (cygwinDBG): ditto.
6234           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
6235             and static libs.
6236
6237 20030712
6238         + update config.guess, config.sub
6239         + add triples for configuring shared libraries with the Debian
6240           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
6241
6242 20030705
6243         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
6244           platforms have installed g++ along with the native C compiler, which
6245           would not accept gcc warning options.
6246         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
6247           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
6248         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
6249         + correct a sign-extension in wadd_wch() and wecho_wchar() from
6250           20030628 (report by Tomohiro Kubota).
6251         + work around omission of btowc() and wctob() from wide-character
6252           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
6253           Gabor Z Papp).
6254         + add portability note to curs_get_wstr.3x (Debian #199957).
6255
6256 20030628
6257         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
6258           respectively, to avoid calling waddch_noecho() with wide-character
6259           data, since that function assumes its input is 8-bit data.
6260           Similarly, modify waddnwstr() to call wadd_wch().
6261         + remove logic from waddnstr() which transformed multibyte character
6262           strings into wide-characters.  Rewrite of waddch_literal() from
6263           20030621 assumes its input is raw multibyte data rather than wide
6264           characters (report by Tomohiro Kubota).
6265
6266 20030621
6267         + write getyx() and related 2-return macros in terms of getcury(),
6268           getcurx(), etc.
6269         + modify waddch_literal() in case an application passes bytes of a
6270           multibyte character directly to waddch().  In this case, waddch()
6271           must reassemble the bytes into a wide-character (report by Tomohiro
6272           Kubota <kubota@debian.org>).
6273
6274 20030614
6275         + modify waddch_literal() in case a multibyte value occupies more than
6276           two cells.
6277         + modify PutAttrChar() to compute the number of character cells that
6278           are used in multibyte values.  This fixes a problem displaying
6279           double-width characters (report/test by Mitsuru Chinen
6280           <mchinen@yamato.ibm.com>).
6281         + add a null-pointer check for result of keyname() in _tracechar()
6282         + modify _tracechar() to work around glibc sprintf bug.
6283
6284 20030607
6285         + add a call to setlocale() in cursesmain.cc, making demo display
6286           properly in a UTF-8 locale.
6287         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
6288           by discussion with Gabor Z Papp).
6289         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
6290           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
6291         + fix a redefinition of $RANLIB in the configure script when libtool
6292           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
6293           <beren@mac.com>).
6294         + simplify ifdef for bool declaration in curses.h.in (suggested by
6295           Albert Chin-A-Young).
6296         + remove configure script check to allow -Wconversion for older
6297           versions of gcc (suggested by Albert Chin-A-Young).
6298
6299 20030531
6300         + regenerated html manpages.
6301         + modify ifdef's in curses.h.in that disabled use of __attribute__()
6302           for g++, since recent versions implement the cases which ncurses uses
6303           (Debian #195230).
6304         + modify _nc_get_token() to handle a case where an entry has no
6305           description, and capabilities begin on the same line as the entry
6306           name.
6307         + fix a typo in ncurses_dll.h reported by gcc 3.3.
6308         + add an entry for key_defined.3x to man_db.renames.
6309
6310 20030524
6311         + modify setcchar() to allow converting control characters to complex
6312           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
6313         + add tkterm entry -TD
6314         + modify parse_entry.c to allow a terminfo entry with a leading
6315           2-character name (report by Don Libes).
6316         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
6317         + fix trace statements in read_entry.c to use lseek() rather than
6318           tell().
6319         + fix signed/unsigned warnings from Sun's compiler (gcc should give
6320           these warnings, but it is unpredictable).
6321         + modify configure script to omit -Winline for gcc 3.3, since that
6322           feature is broken.
6323         + modify manlinks.sed to add a few functions that were overlooked since
6324           they return function pointers:  field_init, field_term, form_init,
6325           form_term, item_init, item_term, menu_init and menu_term.
6326
6327 20030517
6328         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
6329           be switched between cooked/raw modes because it is not a TTY (report
6330           by Wolfgang Gutjahr <gutw@knapp.com>).
6331         + change parameter of define_key() and key_defined() to const (prompted
6332           by Debian #192860).
6333         + add a check in test/configure for ncurses extensions, since there
6334           are some older versions, etc., which would not compile with the
6335           current test programs.
6336         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
6337           convert wchar_t string to multibyte form before printing it.
6338         + corrections to lib_get_wstr.c:
6339           + null-terminate buffer passed to setcchar(), which occasionally
6340             failed.
6341           + map special characters such as erase- and kill-characters into
6342             key-codes so those will work as expected even if they are not
6343             mentioned in the terminfo.
6344         + modify PUTC() and Charable() macros to make wide-character line
6345           drawing work for POSIX locale on Linux console (cf: 20021221).
6346
6347 20030510
6348         + make typography for program options in manpages consistent (report
6349           by Miloslav Trmac <mitr@volny.cz>).
6350         + correct dependencies in Ada95/src/Makefile.in, so the builds with
6351           "--srcdir" work (report by Warren L Dodge).
6352         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
6353           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
6354         + fix typos and whitespace in manpages (patch by Jason McIntyre
6355           <jmc@prioris.mini.pw.edu.pl>).
6356
6357 20030503
6358         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
6359           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
6360           the editing position before making modifications.
6361         + add test/demo_forms and associated test/edit_field.c demos.
6362         + modify test/configure.in to use test/modules for the list of objects
6363           to compile rather than using the list of programs.
6364
6365 20030419
6366         + modify logic of acsc to use the original character if no mapping is
6367           defined, noting that Solaris does this.
6368         + modify ncurses 'b' test to avoid using the acs_map[] array since
6369           20021231 changes it to no longer contain information from the acsc
6370           string.
6371         + modify makefile rules in c++, progs, tack and test to ensure that
6372           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
6373           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
6374         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
6375           not be shown when colors are used, i.e., if ncv#1 is set in the
6376           terminfo as is done in "screen".
6377
6378 20030412
6379         + add a test for slk_color(), in ncurses.c
6380         + fix some issues reported by valgrind in the slk_set() and slk_wset()
6381           code, from recent rewrite.
6382         + modify ncurses 'E' test to use show previous label via slk_label(),
6383           as in 'e' test.
6384         + modify wide-character versions of NewChar(), NewChar2() macros to
6385           ensure that the whole struct is initialized.
6386
6387 20030405
6388         + modify setupterm() to check if the terminfo and terminal-modes have
6389           already been read.  This ensures that it does not reinvoke
6390           def_prog_mode() when an application calls more than one function,
6391           such as tgetent() and initscr() (report by Olaf Buddenhagen).
6392
6393 20030329
6394         + add 'E' test to ncurses.c, to exercise slk_wset().
6395         + correct handling of carriage-return in wgetn_wstr(), used in demo of
6396           slk_wset().
6397         + first draft of slk_wset() function.
6398
6399 20030322
6400         + improved warnings in tic when suppressing items to fit in termcap's
6401           1023-byte limit.
6402         + built a list in test/README showing which externals are being used
6403           by either programs in the test-directory or via internal library
6404           calls.
6405         + adjust include-options in CF_ETIP_DEFINES to avoid missing
6406           ncurses_dll.h, fixing special definitions that may be needed for
6407           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
6408
6409 20030315
6410         + minor fixes for cardfile.c, to make it write the updated fields to
6411           a file when ^W is given.
6412         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
6413           trace code.
6414
6415 20030308
6416         + correct a case in _nc_remove_string(), used by define_key(), to avoid
6417           infinite loop if the given string happens to be a substring of other
6418           strings which are assigned to keys (report by John McCutchan).
6419         + add key_defined() function, to tell which keycode a string is bound
6420           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
6421         + correct keybound(), which reported definitions in the wrong table,
6422           i.e., the list of definitions which are disabled by keyok().
6423         + modify demo_keydef.c to show the details it changes, and to check
6424           for errors.
6425
6426 20030301
6427         + restructured test/configure script, make it work for libncursesw.
6428         + add description of link_fieldtype() to manpage (report by
6429           L Dee Holtsclaw <dee@sunbeltsoft.com>).
6430
6431 20030222
6432         + corrected ifdef's relating to configure check for wchar_t, etc.
6433         + if the output is a socket or other non-tty device, use 1 millisecond
6434           for the cost in mvcur; previously it was 9 milliseconds because the
6435           baudrate was not known.
6436         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
6437           glibc copies uninitialized data in that case, as noted by valgrind.
6438         + modify tput to use the same parameter analysis as tparm() does, to
6439           provide for user-defined strings, e.g., for xterm title, a
6440           corresponding capability might be
6441                 title=\E]2;%p1%s^G,
6442         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
6443           preprocessor.  This works around Mac OS X's preprocessor, which
6444           insists on adding a blank on each side of the token (report/analysis
6445           by Kevin Murphy <murphy@genome.chop.edu>).
6446
6447 20030215
6448         + add configure check for wchar_t and wint_t types, rather than rely
6449           on preprocessor definitions.  Also work around for gcc fixinclude
6450           bug which creates a shadow copy of curses.h if it sees these symbols
6451           apparently typedef'd.
6452         + if database is disabled, do not generate run_tic.sh
6453         + minor fixes for memory-leak checking when termcap is read.
6454
6455 20030208
6456         + add checking in tic for incomplete line-drawing character mapping.
6457         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
6458           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
6459           Gerben Wierda <Sherlock@rna.nl>).
6460         + make return value from _nc_printf_string() consistent.  Before,
6461           depending on whether --enable-safe-sprintf was used, it might not be
6462           cached for reallocating.
6463
6464 20030201
6465         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
6466         + correct a potentially-uninitialized value if _read_termtype() does
6467           not read as much data as expected (report by Wolfgang Rohdewald
6468           <wr6@uni.de>).
6469         + correct several places where the aclocal.m4 macros relied on cache
6470           variable names which were incompatible (as usual) between autoconf
6471           2.13 and 2.5x, causing the test for broken-linker to give incorrect
6472           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
6473           <te@dbs.uni-hannover.de>).
6474         + do not try to open gpm mouse driver if standard output is not a tty;
6475           the gpm library does not make this check (bug report for dialog
6476           by David Oliveira <davidoliveira@develop.prozone.ws>).
6477
6478 20030125
6479         + modified emx.src to correspond more closely to terminfo.src, added
6480           emx-base to the latter -TD
6481         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
6482           implement support for that in lib_mouse.c, lib_getch.c
6483
6484 20030118
6485         + revert 20030105 change to can_clear_with(), does not work for the
6486           case where the update is made on cells which are blanks with
6487           attributes, e.g., reverse.
6488         + improve ifdef's to guard against redefinition of wchar_t and wint_t
6489           in curses.h (report by Urs Jansen).
6490
6491 20030111
6492         + improve mvcur() by checking if it is safe to move when video
6493           attributes are set (msgr), and if not, reset/restore attributes
6494           within that function rather than doing it separately in the GoTo()
6495           function in tty_update.c (suggested by Philippe Blain).
6496         + add a message in run_tic.in to explain more clearly what does not
6497           work when attempting to create a symbolic link for /usr/lib/terminfo
6498           on OS/2 and other platforms with no symbolic links (report by John
6499           Polterak).
6500         + change several sed scripts to avoid using "\+" since it is not a BRE
6501           (basic regular expression).  One instance caused terminfo.5 to be
6502           misformatted on FreeBSD (report by Kazuo Horikawa
6503           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
6504         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
6505
6506 20030105
6507         + improve description of terminfo operators, especially static/dynamic
6508           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
6509         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
6510           use the predefined TYPE_ALPHA field-type, and by defining a
6511           specialized type for the middle initial/name.
6512         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
6513           of sed 4.0
6514         > patch by Philippe Blain:
6515         + optimize can_clear_with() a little by testing first if the parameter
6516           is indeed a "blank".
6517         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
6518           sections as small as one line.
6519         + improve ClrToEOL() by checking if clr_eos is available before trying
6520           to use it.
6521         + use tputs() rather than putp() in a few cases in tty_update.c since
6522           the corresponding delays are proportional to the number of lines
6523           affected: repeat_char, clr_eos, change_scroll_region.
6524
6525 20021231
6526         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
6527           global acs_map[] array; removed the lines that did the copying.
6528
6529 20021228
6530         + change some overlooked tputs() calls in scrolling code to use putp()
6531           (report by Philippe Blain).
6532         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
6533           is not a tty and consequently mode-changes do not work (report by
6534           <R.Chamberlin@querix.com>).
6535         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
6536           alternate-characters, i.e., to work with Linux console and UTF-8
6537           locale.
6538         + correct line/column reference in adjust_window(), needed to make
6539           special windows such as curscr track properly when resizing (report
6540           by Lucas Gonze <lgonze@panix.com>).
6541         > patch by Philippe Blain:
6542         + correct the value used for blank in ClrBottom() (broken in 20000708).
6543         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
6544
6545 20021221
6546         + change several tputs() calls in scrolling code to use putp(), to
6547           enable padding which may be needed for some terminals (patch by
6548           Philippe Blain).
6549         + use '%' as sed substitute delimiter in run_tic script to avoid
6550           problems with pathname delimiters such as ':' and '@' (report by John
6551           Polterak).
6552         + implement a workaround so that line-drawing works with screen's
6553           crippled UTF-8 support (tested with 3.9.13).  This only works with
6554           the wide-character support (--enable-widec); the normal library will
6555           simply suppress line-drawing when running in a UTF-8 locale in screen.
6556
6557 20021214
6558         + allow BUILD_CC and related configure script variables to be
6559           overridden from the environment.
6560         + make build-tools variables in ncurses/Makefile.in consistent with
6561           the configure script variables (report by Maciej W Rozycki).
6562         + modify ncurses/modules to allow
6563                 configure --disable-leaks --disable-ext-funcs
6564           to build (report by Gary Samuelson).
6565         + fix a few places in configure.in which lacked quotes (report by
6566           Gary Samuelson <gary.samuelson@verizon.com>).
6567         + correct handling of multibyte characters in waddch_literal() which
6568           force wrapping because they are started too late on the line (report
6569           by Sam Varshavchik).
6570         + small fix for CF_GNAT_VERSION to ignore the help-message which
6571           gnatmake adds to its version-message.
6572         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
6573         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
6574           compiling.
6575         + use $cross_compiling variable in configure script rather than
6576           comparing $host_alias and $target alias, since "host" is
6577           traditionally misused in autoconf to refer to the target platform.
6578         + change configure --help message to use "build" rather than "host"
6579           when referring to the --with-build-XXX options.
6580
6581 20021206
6582         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
6583           possible gnat versions such as 3.2 (report by Chris Lingard
6584           <chris@stockwith.co.uk>).
6585         + modify #define's for CKILL and other default control characters in
6586           tset to use the system's default values if they are defined.
6587         + correct interchanged defaults for kill and interrupt characters
6588           in tset, which caused it to report unnecessarily (Debian #171583).
6589         + repair check for missing C++ compiler, which is broken in autoconf
6590           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
6591         + update config.guess, config.sub (2002-11-30)
6592         + modify configure script to skip --with-shared, etc., when the
6593           --with-libtool option is given, since they would be ignored anyway.
6594         + fix to allow "configure --with-libtool --with-termlib" to build.
6595         + modify configure script to show version number of libtool, to help
6596           with bug reports.  libtool still gets confused if the installed
6597           ncurses libraries are old, since it ignores the -L options at some
6598           point (tested with libtool 1.3.3 and 1.4.3).
6599         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
6600           prevent -I options in the user's environment from introducing
6601           conflicts with the build -I options (may be related to reports by
6602           Patrick Ash and George Goffe).
6603         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
6604           test/demo_keyok.c to allow building these with libtool.
6605
6606 20021123
6607         + add example program test/define_key.c for define_key().
6608         + add example program test/keyok.c for keyok().
6609         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
6610         + modify wins_wch() and wins_wstr() to interpret tabs by using the
6611           winsch() internal function.
6612         + modify setcchar() to allow for wchar_t input strings that have
6613           more than one spacing character.
6614
6615 20021116
6616         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
6617         + change type for *printw functions from NCURSES_CONST to const
6618           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
6619           but really from a note on X/Open's website stating that either is
6620           acceptable, and the latter will be used in a future revision).
6621         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
6622           lib_mouse.c (20021026) -TD
6623         + add screen-bce, screen-s entries from screen 3.9.13 (report by
6624           Adam Lazur <zal@debian.org>) -TD
6625         + add mterm terminfo entries -TD
6626
6627 20021109
6628         + split-out useful fragments in terminfo for vt100 and vt220 numeric
6629           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
6630           vt220+keypad.  The last as embedded in various entries had ka3 and
6631           kb2 interchanged (report/discussion with Leonard den Ottolander
6632           <leonardjo@hetnet.nl>).
6633         + add check in tic for keypads consistent with vt100 layout.
6634         + improve checks in tic for color capabilities
6635
6636 20021102
6637         + check for missing/empty/illegal terminfo name in _nc_read_entry()
6638           (report by Martin Mokrejs, where $TERM was set to an empty string).
6639         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
6640           tab and other control characters consistently (report by Philippe
6641           Blain).
6642         + remove an #undef for KEY_EVENT from curses.tail used in the
6643           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
6644           dpkg's build script (Debian #165897).
6645         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
6646           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
6647
6648 20021026
6649         + implement logic in lib_mouse.c to handle position reports which are
6650           generated when XFree86 xterm is initialized with private modes 1002
6651           or 1003.  These are returned to the application as the
6652           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
6653           with ncurses 'a' menu (prompted by discussion with Larry Riedel
6654           <Larry@Riedel.org>).
6655         + modify lib_mouse.c to look for "XM" terminfo string, which allows
6656           one to override the escape sequence used to enable/disable mouse
6657           mode.  In particular this works for XFree86 xterm private modes
6658           1002 and 1003.  If "XM" is missing (note that this is an extended
6659           name), lib_mouse uses the conventional private mode 1000.
6660         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
6661           where it used screen_lines (report by Philippe Blain).
6662         + correct makefile rules for the case when both --with-libtool and
6663           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
6664         + add note to terminfo manpage regarding the differences between
6665           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
6666
6667 20021019
6668         + remove redundant initialization of TABSIZE in newterm(), since it is
6669           already done in setupterm() (report by Philippe Blain).
6670         + add test/inserts.c, to test winnstr() and winsch().
6671         + replace 'sort' in dist.mk with script that sets locale to POSIX.
6672         + update URLs in announce.html.in (patch by Frederic L W Meunier).
6673         + remove glibc add-on files, which are no longer needed (report by
6674           Frederic L W Meunier).
6675
6676 20021012 5.3 release for upload to ftp.gnu.org
6677         + modify ifdef's in etip.h.in to allow the etip.h header to compile
6678           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
6679         + add logic to setupterm() to make it like initscr() and newterm(),
6680           by checking for $NCURSES_TRACE environment variable and enabling
6681           the debug trace in that case.
6682         + modify setupterm() to ensure that it initializes the baudrate, for
6683           applications such as tput (report by Frank Henigman).
6684         + modify definition of bits used for command-line and library debug
6685           traces to avoid overlap, using new definition TRACE_SHIFT to relate
6686           the two.
6687         + document tput's interpretation of parameterized strings according to
6688           whether parameters are given, etc. (discussion with Robert De Bath).
6689
6690 20021005 pre-release
6691         + correct winnwstr() to account for non-character cells generated when
6692           a double-width character is added (report by Michael Bienia
6693           <michael@vorlon.ping.de>).
6694         + modify _nc_viswbuf2n() to provide better results using wctomb().
6695         + correct logic in _nc_varargs() which broke tracing of parameters for
6696           formats such as "%.*s".
6697         + correct scale factor in linux-c and linux-c-nc terminfo entries
6698           (report Floyd Davidson).
6699         + change tic -A option to -t, add the same option to infocmp for
6700           consistency.
6701         + correct "%c" implementation in lib_tparm.c, which did not map a null
6702           character to a 128 (cf: 980620) (patch by Frank Henigman
6703           <fjhenigman@mud.cgl.uwaterloo.ca>).
6704
6705 20020928 pre-release
6706         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
6707           it is found, to accommodate newer utility which dropped the
6708           compatibility support for +number options (reported by Andrey A
6709           Chernov).
6710         + modify linux terminfo entry to use color palette feature from
6711           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
6712         + restore original color definitions in endwin() if init_color() was
6713           used, and resume those colors on the next doupdate() or refresh()
6714           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
6715         + improve debug-traces by modifying MKlib_gen.sh to generate calls
6716           to returnBool() and returnAttr().
6717         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
6718           of waddnstr() and similar functions to match the parameters as used.
6719         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
6720         + correct type used by _nc_retrace_chtype().
6721         + add debug traces to some functions in lib_mouse.c
6722         + modify lib_addch.c to handle non-spacing characters.
6723         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
6724           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
6725         + correct width computed in _tracedump(), which did not account for
6726           the attributes (broken in 20010602).
6727         + modify test/tracemunch to replace addresses for windows other than
6728           curscr, newscr and stdscr with window0, window1, etc.
6729
6730 20020921 pre-release
6731         + redid fix for edit_man.sed path.
6732         + workaround for Cygwin bug which makes subprocess writes to stdout
6733           result in core dump.
6734         + documented getbegx(), etc.
6735         + minor fixes to configure script to use '%' consistently as a sed
6736           delimiter rather than '@'.
6737         > patch by Philippe Blain:
6738         + add check in lib_overlay.c to ensure that the windows to be merged
6739           actually overlap, and in copywin(), limit the area to be touched
6740           to the lines given for the destination window.
6741
6742 20020914 pre-release
6743         + modified curses.h so that if the wide-character version is installed
6744           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
6745           then applications that use that header for wide-character support
6746           must define HAVE_LIBUTF8_H.
6747         + modify putwin(), getwin() and dupwin() to allow them to operate on
6748           pads (request by Philippe Blain).
6749         + correct attribute-merging in wborder(), broken in 20020216 (report
6750           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
6751         > patch by Philippe Blain:
6752         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
6753         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
6754         + remove some unused variables from mvcur test-driver.
6755
6756 20020907 pre-release
6757         + change configure script to allow install of widec-character
6758           (ncursesw) headers to overwrite normal (ncurses) headers, since the
6759           latter is a compatible subset of the former.
6760         + fix path of edit_man.sed in configure script, needed to regenerate
6761           html manpages on Debian.
6762         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
6763         + update README.emx to reflect current patch used for autoconf.
6764         + change web- and ftp-site to invisible-island.net
6765         > patch by Philippe Blain:
6766         + change case for 'P' in tparam_internal() to indicate that it pops
6767           a variable from the stack.
6768         + correct sense of precision and width in parse_format(), to avoid
6769           confusion.
6770         + modify lib_tparm.c, absorb really_get_space() into get_space().
6771         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
6772           _idcok window fields.
6773         + better fix for _nc_set_type(), using typeMalloc().
6774
6775 20020901 pre-release
6776         + change minor version to 3, i.e., ncurses 5.3
6777         + update config.guess, config.sub
6778         + retest build with each configure option; minor ifdef fixes.
6779         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
6780           match XSI.
6781         + modify handling of wide line-drawing character functions to use the
6782           normal line-drawing characters when not in UTF-8 locale.
6783         + add check/fix to comp_parse.c to suppress warning about missing acsc
6784           string.  This happens in configurations where raw termcap information
6785           is processed; tic already does this and other checks.
6786         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
6787           ich1, to match xterm patch #70 notes.
6788         + moved information for ripped-off lines into SCREEN struct to allow
6789           use in resizeterm().
6790         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
6791           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
6792         + amend check in kgetch() from 20020824 to look only for function-keys,
6793           otherwise escape sequences are not resolved properly.
6794         > patch by Philippe Blain:
6795         + removed redundant assignment to SP->_checkfd from newterm().
6796         + check return-value of setupterm() in restartterm().
6797         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
6798         + prevent dupwin() from duplicating a pad.
6799         + prevent putwin() from writing a pad.
6800         + use typeRealloc() or typeMalloc() in preference to direct calls on
6801           _nc_doalloc().
6802
6803 20020824
6804         + add a check in kgetch() for cooked characters in the fifo to avoid
6805           calling fifo_push() when a KEY_RESIZE is available (report/analysis
6806           by Sam Varshavchik <mrsam@courier-mta.com>).
6807         + fix an overlooked case for Redhat #68199 (Philippe Blain).
6808         + ensure clearerr() is called before using ferror() e.g., in
6809           lib_screen.c (report by Philippe Blain).
6810
6811 20020817
6812         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
6813           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
6814           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
6815           #68199.
6816         + add checks for null pointer in calls to tparm() and tgoto() based on
6817           FreeBSD bug report.  If ncurses were built with termcap support, and
6818           the first call to tgoto() were a zero-length string, the result would
6819           be a null pointer, which was not handled properly.
6820         + correct a typo in terminfo.head, which gave the octal code for colon
6821           rather than comma.
6822         + remove the "tic -u" option from 20020810, since it did not account
6823           for nested "tc=" clauses, and when that was addressed, was still
6824           unsatisfactory.
6825
6826 20020810
6827         + add tic -A option to suppress capabilities which are commented out
6828           when translating to termcap.
6829         + add tic -u option to provide older behavior of "tc=" clauses.
6830         + modified tic to expand all but the final "tc=" clause in a termcap
6831           entry, to accommodate termcap libraries which do not handle multiple
6832           tc clauses.
6833         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
6834           Philippe Blain).
6835         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
6836           using AttrOf(), which already incorporates that mask (report by
6837           Philippe Blain).
6838         + document TABSIZE variable.
6839         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
6840           override compiled-in default black-on-white assumption used in
6841           assume_default_colors().
6842         + correct an off-by-one comparison against max_colors in COLORFGBG
6843           logic.
6844         + correct a use of uninitialized memory found by valgrind (reported by
6845           Olaf Buddenhagen <olafBuddenhagen@web.de>).
6846         + modified wresize() to ensure that a failed realloc will not corrupt
6847           the window structure, and to make subwindows fit within the resized
6848           window (completes Debian #87678, Debian #101699)
6849
6850 20020803
6851         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
6852           Philippe Blain).
6853         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
6854           logic used by lib_getch.c's support for GPM or EMX mouse (report by
6855           Philippe Blain)
6856         + remove NCURSES_CONST from several prototypes in curses.wide, to make
6857           the --enable-const --enable-widec configure options to work together
6858           (report by George Goffe <grgoffe@yahoo.com>).
6859
6860 20020727
6861         + finish no-leak checking in cardfile.c, using this for testing changes
6862           to resizeterm().
6863         + simplify _nc_freeall() using delscreen().
6864
6865 20020720
6866         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
6867           reset_prog_mode() (report/patch by Philippe Blain).
6868         + regenerate configure using patch for autoconf 2.52, to address
6869           problem with identifying C++ bool type.
6870         + correct/improve logic to produce an exit status for errors in tput,
6871           which did not exit with an error when told to put a string not in the
6872           current terminfo entry (report by David Gomez <david@pleyades.net>).
6873         + modify configure script AC_OUTPUT() call to work around defect in
6874           autoconf 2.52 which adds an ifdef'd include to the generated
6875           configure definitions.
6876         + remove fstat() check from scr_init(), which also fixes a missing
6877           include for <sys/stat.h> from 20020713 (reported by David Ellement,
6878           fix suggested by Philippe Blain).
6879         + update curs_scanw.3x manpage to note that XSI curses differs from
6880           SVr4 curses: return-values are incompatible.
6881         + correct several prototypes in manpages which used const
6882           inconsistently with the curses.h file, and removed spurious const's
6883           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
6884           Maynard <glenn@zewt.org>).
6885         + change internal type used by tparm() to long, to work with LP64 model.
6886         + modify nc_alloc.h to allow building with g++, for testing.
6887
6888 20020713
6889         + add resize-handling to cardfile.c test program.
6890         + altered resizeterm() to avoid having it fail when a child window
6891           cannot be resized because it would be larger than its parent.  (More
6892           work must be done on this, but it works well enough to integrate).
6893         + improve a limit-check in lib_refresh.c
6894         + remove check in lib_screen.c relating dumptime to file's modification
6895           times, since that would not necessarily work for remotely mounted
6896           filesystems.
6897         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
6898           t/T commands to enable/disable tracing.
6899         + updated status of multibyte support in TO-DO.
6900         + update contact info in source-files (patch by Juergen Pfeifer).
6901
6902 20020706
6903         + add Caps.hpux11, as an example.
6904         + modify version_filter(), used to implement -R option for tic and
6905           infocmp, to use computed array offsets based on the Caps.* file which
6906           is actually configured, rather than constants which correspond to
6907           the Caps file.
6908         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
6909           functions fail (reported by Philippe Blain).
6910         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
6911
6912 20020629
6913         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
6914         + set locale in most test programs (view.c and ncurses.c were the
6915           only ones).
6916         + add configure option --with-build-cppflags (report by Maksim A
6917           Nikulin <M.A.Nikulin@inp.nsk.su>).
6918         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
6919           Blain).
6920         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
6921           in UTF-8 locale.  Wide-character functions use Unicode values, while
6922           narrow-character functions use the terminfo data.
6923         + fix a couple of places in Ada95/samples which did not compile with
6924           gnat 3.14
6925         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
6926         + fix locale problem in MKlib_gen.sh by forcing related variables to
6927           POSIX (C), using same approach as autoconf (set variables only if
6928           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
6929           match.
6930
6931 20020622
6932         + add charset to generated html.
6933         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
6934           <dcrudy@pacbell.net> -TD
6935         + add rxvt-16color, ibm+16color entries -TD
6936         + modify check in --disable-overwrite option so that it is used by
6937           default unless the --prefix/$prefix value is not /usr, in attempt to
6938           work around packagers, e.g., for Sun's freeware, who do not read the
6939           INSTALL notes.
6940
6941 20020615
6942         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
6943           key code in get_wch().
6944         + extended resize-handling in test/ncurses 'a' menu to the entire
6945           stack of windows created with 'w' commands.
6946         + improve $COLORFGBG feature by interpreting an out-of-range color
6947           value as an SGR 39 or 49, for foreground/background respectively.
6948         + correct a typo in configure --enable-colorfgbg option, and move it
6949           to the experimental section (cf: 20011208).
6950
6951 20020601
6952         + add logic to dump_entry.c to remove function-key definitions that do
6953           not fit into the 1023-byte limit for generated termcaps.  This makes
6954           hds200 fit.
6955         + more improvements to tic's warnings, including logic to ignore
6956           differences between delay values in sgr strings.
6957         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
6958           accommodate Caps.osf1r5 which introduced a conflicting definition.
6959
6960 20020525
6961         + add simple resize-handling in test/ncurses.c 'a' menu.
6962         + fixes in keyname() and _tracechar() to handle negative values.
6963         + make tic's warnings about mismatches in sgr strings easier to follow.
6964         + correct tic checks for number of parameters in smgbp and smglp.
6965         + improve scoansi terminfo entry, and add scoansi-new entry -TD
6966         + add pcvt25-color terminfo entry -TD
6967         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
6968           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
6969         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
6970           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
6971
6972 20020523
6973         + correct and simplify logic for lib_pad.c change in 20020518 (reported
6974           by Mike Castle).
6975
6976 20020518
6977         + fix lib_pad.c for case of drawing a double-width character which
6978           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
6979           <lerdsuwa@users.sourceforge.net>)
6980         + modify configure script to work around broken gcc 3.1 "--version"
6981           option, which adds unnecessary trash to the requested information.
6982         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
6983           (reported by Ben Decker <deckerben@freenet.de>).
6984
6985 20020511
6986         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
6987           character versions as well.
6988         + implement erasewchar(), killwchar() based on erasechar() and
6989           killchar().
6990         + modify erasechar() and killchar() to return ERR if the value was
6991           VDISABLE.
6992         + correct a bug in wresize() in handling subwindows (based on patch by
6993           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
6994           <scott@gossamer-threads.com>).
6995         + improve test/tclock.c by making the second-hand update more often
6996           if gettimeofday() is available.
6997
6998 20020429
6999         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
7000           Tsouladze <andyt@mypoints.com>).
7001
7002 20020427
7003         + correct return-value from getcchar(), making it consistent with
7004           Solaris and Tru64.
7005         + reorder loops that generate makefile rules for different models vs
7006           subsets so configure --with-termlib works again.  This was broken by
7007           logic added to avoid duplicate rules in changes to accommodate cygwin
7008           dll's (reported by George.R.Goffe@seagate.com).
7009         + update config.guess, config.sub
7010
7011 20020421
7012         + modify ifdef's in write_entry.c to allow use of symbolic links on
7013           platforms with no hard links, e.g., BeOS.
7014         + modify a few includes to allow compile with BeOS, which has stdbool.h
7015           with a conflicting definition for 'bool' versus its OS.h definition.
7016         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
7017           alias for 'function'.
7018
7019 20020420
7020         + correct form of prototype for ripoffline().
7021         + modify MKlib_gen.sh to test that all functions marked as implemented
7022           can be linked.
7023
7024 20020413
7025         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
7026         + implement wgetn_wstr().
7027         + implement win_wchnstr().
7028         + remove redefinition of unget_wch() in lib_gen.c (reported by
7029           Jungshik Shin <jshin@jtan.com>).
7030
7031 20020406
7032         + modified several of the test programs to allow them to compile with
7033           vendor curses implementations, e.g., Solaris, AIX -TD
7034
7035 20020323
7036         + modified test/configure to allow configuring against ncursesw.
7037         + change WACS_xxx definition to use address, to work like Tru64 curses.
7038
7039 20020317
7040         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
7041           effect of echo/noecho and meta modes.
7042         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
7043           functions.
7044         + add manpage: curs_get_wch.3x
7045         + implement unget_wch().
7046         + implement wget_wch().
7047
7048 20020310
7049         + regenerated html manpages.
7050         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
7051         + implement wins_wch().
7052         + implement win_wch().
7053         + implement wins_nwstr(), wins_wstr().
7054
7055 20020309
7056         + add manpages: curs_addwstr.3x, curs_winwstr.3x
7057         + implement winnwstr(), winwstr().
7058
7059 20020223
7060         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
7061         + document wunctrl, key_name.
7062         + implement key_name().
7063         + remove const's in lib_box.c incorrectly leftover after splitting off
7064           lib_box_set.c
7065         + update llib-lncurses, llib-ncursesw, fix configure script related to
7066           these.
7067
7068 20020218
7069         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
7070           in spurious symlinks on install.
7071
7072 20020216
7073         + implement whline_set(), wvline_set(), add manpage curs_border_set.
7074         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
7075           box() and box_set() functions.
7076         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
7077           given UTF-8 string equivalents of WACS_xxx symbols.
7078         + minor fixes to several manpages based on groff -ww output.
7079         + add descriptions of external variables of termcap interface to
7080           the manpage (report by Bruce Evans <bde@zeta.org.au>).
7081         > patches by Bernhard Rosenkraenzer:
7082         + correct configure option --with-bool, which was executed as
7083           --with-ospeed.
7084         + add quotes for parameters of --with-bool and --with-ospeed configure
7085           options.
7086         > patch by Sven Verdoolaege (report by Gerhard Haering
7087           <haering_linux@gmx.de>):
7088         + correct typos in definitions of several wide-character macros:
7089           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
7090           mvwaddwstr.
7091         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
7092           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
7093
7094 20020209
7095         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
7096           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
7097           to demonstrate.
7098         + correct prototype in keybound manpage (noted from a Debian mailing
7099           list item).
7100
7101 20020202
7102         + add several cases to the wscanw() example in testcurs.c, showing the
7103           format.
7104         + implement a simple vsscanf() fallback function which uses the %n
7105           conversion to help parse the input data (prompted by discussion with
7106           Albert Chin-A-Young).
7107         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
7108           shared libraries, and to use $(CFLAGS) when linking test programs
7109           (patch by Albert Chin-A-Young).
7110         + add a call to _nc_keypad() in keypad() to accommodate applications
7111           such as nvi, which use curses for output but not for input (fixes
7112           Debian #131263, cf: 20011215).
7113         + add entrypoints to resizeterm.c which provide better control over the
7114           process:  is_term_resized() and resize_term().  The latter restores
7115           the original design of resizeterm() before KEY_RESIZE was added in
7116           970906.  Do this to accommodate 20010922 changes to view.c, but allow
7117           for programs with their own sigwinch handler, such as lynx (reported
7118           by Russell Ruby <russ@math.orst.edu>).
7119
7120 20020127
7121         + fix a typo in change to mk-1st.awk, which broke the shared-library
7122           makefile rules (reported by Martin Mokrejs).
7123
7124 20020126
7125         + update config.guess, config.sub
7126         + finish changes needed to build dll's on cygwin.
7127         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
7128
7129 20020119
7130         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
7131         + correct missing sed-editing stage in manpage installs which is used
7132           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
7133           #78866).
7134         + remove -L$(libdir) from linker flags, probably not needed any more
7135           since HPUX is handled properly (reported by Niibe Yutaka
7136           <gniibe@m17n.org>).
7137         + add configure check for mbstate_t, needed for wide-character
7138           configuration.  On some platforms we must include <wchar.h> to
7139           define this (reported by Daniel Jacobowitz).
7140         + incorporate some of the changes needed to build dll's on cygwin.
7141
7142 20020112a
7143         + workaround for awk did not work with mawk, adjusted shell script.
7144
7145 20020112
7146         + add Caps.osf1r5, as an example.
7147         + modify behavior of can_clear_with() so that if an application is
7148           running in a non-bce terminals with default colors enabled, it
7149           returns true, allowing the user to select/paste text without picking
7150           up extraneous trailing blanks (adapted from patch by Daniel
7151           Jacobowitz <dmj+@andrew.cmu.edu>).
7152         + modify generated curses.h to ifdef-out prototypes for extensions if
7153           they are disabled, and to define curses_version() as a string in that
7154           case.  This is needed to make the programs such as tic build in that
7155           configuration.
7156         + modified generated headers.sh to remove a gzip'd version of the
7157           target file if it exists, in case non-gzip'd manpages are installed
7158           into a directory where gzip'd ones exist.  In that case, the latter
7159           would be found.
7160         + corrected a redundant initialization of signal handlers from 20010922
7161           changes.
7162         + clarified bug-reporting address in terminfo.src (report by John H
7163           DuBois III <spcecdt@armory.com>).
7164         > several fixes from Robert Joop:
7165         + do not use "-v" option of awk in MKkey_defs.sh because it does not
7166           work with SunOS nawk.
7167         + modify definitions for libutf8 in curses.h to avoid redefinition
7168           warnings for mblen
7169         + quoted references to compiler in shell command in misc/Makefile, in
7170           case it uses multiple tokens.
7171
7172 20011229
7173         + restore special case from 20010922 changes to omit SA_RESTART when
7174           setting up SIGWINCH handler, which is needed to allow wgetch() to be
7175           interrupted by that signal.
7176         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
7177           not needed with autoconf 2.52
7178         + revert configure script to autoconf 2.13 patched with
7179                 autoconf-2.13-19990117.patch.gz (or later)
7180           from
7181                 ftp://invisible-island.net/autoconf/
7182           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
7183           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
7184           different problem configuring with Mac OS X (reported by Marc Smith
7185           <marc.a.smith@home.com>).
7186
7187 20011222
7188         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
7189           term.h
7190         + move prototype for _nc_vsscanf() into curses.h.in to omit
7191           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
7192           ncurses_cfg.h file which is not installed.
7193         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
7194           to work with broken linker configuration, e.g., cygwin (report by
7195           Robert Joop <rj@rainbow.in-berlin.de>).
7196         + make napms() call _nc_timed_wait() rather than poll() or select(),
7197           to work around broken implementations of these on cygwin.
7198
7199 20011218
7200         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
7201           by Sven Verdoolaege's rewrite of wide-character support.  This makes
7202           libncursesw incompatible again, but makes the header files almost the
7203           same as in the narrow-character configuration.
7204         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
7205           to eliminate differences between the wide/narrow versions of curses.h
7206         + correct typo in configure macro CF_FUNC_VSSCANF
7207         + correct location of call to _nc_keypad() from 20011215 changes which
7208           prevented keypad() from being disabled (reported by Lars Hecking).
7209
7210 20011215
7211         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
7212           better, e.g., by adding a 'w' command to create new windows which
7213           may have different keypad() settings.
7214         + corrected logic of keypad() by adding internal screen state to track
7215           whether the terminal's keypad-mode has been set.  Use this in
7216           wgetch() to update the keypad-mode according to whether the
7217           associated window's keypad-mode has been set with keypad().  This
7218           corrects a related problem restoring terminal state after handling
7219           SIGTSTP (reported by Mike Castle).
7220         + regenerate configure using patch for autoconf 2.52
7221                 autoconf-2.52-patch.gz
7222           at
7223                 ftp://invisible-island.net/autoconf/
7224         + update config.guess, config.sub from
7225                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
7226         + minor changes to quoting in configure script to allow it to work
7227           with autoconf 2.52
7228
7229 20011208
7230         + modify final checks in lib_setup.c for line and col values, making
7231           them independent.
7232         + modify acs_map[] if configure --broken-linker is specified, to make
7233           it use a function rather than an array (prompted by an incorrect
7234           implementation in cygwin package).
7235         + correct spelling of configure option --enable-colorfgbg, which
7236           happened to work if --with-develop was set (noted in cygwin package
7237           for ncurses).
7238         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
7239           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
7240         + add configure checks to see if ncurses' fallback vsscanf() will
7241           compile either of the special cases for FILE structs, and if not,
7242           force it to the case which simply returns an error (report by
7243           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
7244           64-bits does not allow access to FILE's fields).
7245         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
7246           the ncurses library if no better substitute for this can be found
7247           in the C++ runtime.
7248         + modify the build to name dynamic libraries according to the
7249           convention used on OS X and Darwin.  Rather than something like
7250           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
7251           There are a few additional minor fixes, such as setting the library
7252           version and compatibility version numbers (patch by Jason Evans
7253           <jevans@apple.com>).
7254         + use 'sh' to run mkinstalldirs, to work around problems with buggy
7255           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
7256         + correct typo in manpage description of curs_set() (Debian #121548).
7257         + replace the configure script existence-check for mkstemp() by one
7258           that checks if the function works, needed for older glibc and
7259           AmigaOS.
7260
7261 20011201
7262         + modify script that generates fallbacks.c to compile a temporary
7263           copy of the terminfo source in case the host does not contain all of
7264           the entries requested for fallbacks (request by Greg Roelofs).
7265         + modify configure script to accommodate systems such as Mac OS X whose
7266           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
7267           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
7268           from curses.h to force consistent usage, define a new type
7269           NCURSES_BOOL and related that to the exported 'bool' as either a
7270           typedef or definition, according to whether <stdbool.h> is present
7271           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
7272
7273 20011124
7274         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
7275
7276 20011117
7277         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
7278           (Benjamin C W Sittler).
7279         + add putty terminfo entry -TD
7280         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
7281           this may not otherwise be defined to make test/view.c compile.
7282
7283 20011110
7284         + review/correct several missing/generated items in curses.wide, sorted
7285           the lists to make subsequent diff's easier to track.
7286
7287 20011103
7288         + add manual pages for add_wch(), echo_wchar(), getcchar(),
7289           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
7290         + implement wecho_wchar()
7291         + modify _tracedump() to handle wide-characters by mapping them to '?'
7292           and control-characters to '.', to make the trace file readable.  Also
7293           dynamically allocate the buffer used by _tracedump() for formatting
7294           the results.
7295         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
7296           in a trace by using curly braces.
7297         + implement _nc_viscbuf(), for tracing cchar_t arrays.
7298         + correct trace-calls in setcchar() and getcchar() functions, which
7299           traced the return values but not the entry to each function.
7300         + correct usage message in test/view.c, which still mentioned -u flag.
7301
7302 20011027
7303         + modify configure script to allow building with termcap only, or with
7304           fallbacks only.  In this case, we do not build tic and toe.
7305         + add configure --with-termpath option, to override default TERMPATH
7306           value of /etc/termcap:/usr/share/misc/termcap.
7307         + cosmetic change to tack: make menu descriptions agree with menu
7308           titles.
7309
7310 20011020
7311         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
7312           to ensure that if the parameter of wscrl() is larger than the size of
7313           the scrolling region, then the scrolling region will be cleared
7314           (report by Ben Kohlen <bckohlen@yahoo.com>).
7315         + add trace/varargs.c, using this to trace parameters in lib_printw.c
7316         + implement _tracecchar_t2() and _tracecchar_t().
7317         + split-out trace/visbuf.c
7318         + correct typo in lib_printw.c changes from 20010922 (report by Mike
7319           Castle).
7320
7321 20011013
7322         + modify run_tic.sh to check if the build is a cross-compile.  In that
7323           case, do not use the build's tic to install the terminfo database
7324           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
7325         + modify mouse click resolution so that mouseinterval(-1) will disable
7326           it, e.g., to handle touchscreens via a slow connection (request by
7327           Byron Stanoszek <gandalf@winds.org>).
7328         + correct mouseinterval() default value shown in curs_mouse.3x
7329         + remove conflicting definition of mouse_trafo() (reported by Lars
7330           Hecking, using gcc 2.95.3).
7331
7332 20011001
7333         + simpler fix for signal_name(), to replace the one overlooked in
7334           20010929 (reported by Larry Virden).
7335
7336 20010929
7337         + add -i option to view.c, to test ncurses' check for non-default
7338           signal handler for SIGINT, etc.
7339         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
7340           <bbraun@synack.net>).
7341         + modify tset to restore original I/O modes if an error is encountered.
7342           Also modify to use buffered stderr consistently rather than mixing
7343           with write().
7344         + change signal_name() function to use if-then-else rather than case
7345           statement, since signal-values aren't really integers (reported by
7346           Larry Virden).
7347         + add limit checks in wredrawln(), fixing a problem where lynx was
7348           repainting a pad which was much larger than the screen.
7349
7350 20010922
7351         + fix:  PutRange() was counting the second part of a wide character as
7352           part of a run, resulting in a cursor position that was one too far
7353           (patch by Sven Verdoolaege).
7354         + modify resizeterm() to not queue a KEY_RESIZE if there was no
7355           SIGWINCH, thereby separating the two styles of SIGWINCH handling
7356           in test/view.c
7357         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
7358         + eliminate several static buffers in the terminfo compiler, using
7359           allocated buffers.
7360         + modify MKkeyname.awk so that keyname() does not store its result into
7361           a static buffer that is overwritten by the next call.
7362         + reorganize the output of infocmp -E and -e options to compile cleanly
7363           with gcc -Wwrite-strings warnings.
7364         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
7365
7366 20010915
7367         + add label to test/view.c, showing the name of the last key or signal
7368           that made the screen repaint, to make it clearer when a sigwinch
7369           does this.
7370         + use ExitProgram() consistently in the test-programs to make it
7371           simpler to test leaks with dmalloc, etc.
7372         + move hashtab static data out of hashmap.c into SCREEN struct.
7373         + make NO_LEAK code compile with revised WINDOWLIST structs.
7374
7375 20010908
7376         + modify tgetent() to check if exit_attribute_mode resets the alternate
7377           character set, and if so, attempt to adjust the copy of the termcap
7378           "me" string which it will return to eliminate that part.  In
7379           particular, 'screen' would lose track of line-drawing characters
7380           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
7381           Michael Schroeder).
7382
7383 20010901
7384         + specify DOCTYPE in html manpages.
7385         + add missing macros for several "generated" functions:  attr_get(),
7386           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
7387           mouse_trafo().
7388         + modify view.c to agree with non-experimental status of ncurses'
7389           sigwinch handler:
7390           + change the sense of the -r option, making it default to ncurses'
7391             sigwinch handler.
7392           + add a note explaining what functions are unsafe in a signal
7393             handler.
7394           + add a -c option, to set color display, for testing.
7395         + unset $data variable in MKterminfo.sh script, to address potential
7396           infinite loop if shell malfunction (report by Samuel Mikes
7397           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
7398         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
7399           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
7400         + correct logic for COLORFGBG environment variable: if rxvt is compiled
7401           with xpm support, the variable has three fields, making it slightly
7402           incompatible with itself.  In either case, the background color is
7403           the last field.
7404
7405 20010825
7406         + move calls to def_shell_mode() and def_prog_mode() before loop with
7407           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
7408           the tty modes before saving them (patch by John David Anglin
7409           <dave@hiauly1.hia.nrc.ca>).
7410         + duplicate logic used to initialize trace in newterm(), in initscr()
7411           to avoid confusing trace of initscr().
7412         + simplify allocation of WINDOW and WINDOWLIST structs by making the
7413           first a part of the second rather than storing a pointer.  This saves
7414           a call to malloc for each window (discussion with Philippe Blain).
7415         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
7416           Blain).
7417         + modify c++/Makefile.in to accommodate archive programs that are
7418           different for C++ than for C, and add cases for vendor's C++
7419           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
7420         + correct manpage description of criteria for deciding if the terminal
7421           supports xterm mouse controls.
7422         + add several configure script options to aid with cross-compiling:
7423           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
7424           --with-build-libs (request by Greg Roelofs).
7425         + change criteria for deciding if configure is cross-compiling from
7426           host/build mismatch to host/target mismatch (request by Greg Roelofs
7427           <greg.roelofs@philips.com>).
7428         + correct logic for infocmp -e and -E options which writes the data for
7429           the ext_Names[] array.  This is needed if one constructs a fallback
7430           table for a terminfo entry which uses extended termcap names, e.g.,
7431           AX in a color xterm.
7432         + fix undefined NCURSES_PATHSEP when configure --disable-database
7433           option is given.
7434
7435 20010811
7436         + fix for VALID_BOOLEAN() macro when char is not signed.
7437         + modify 'clean' rule for C++ binding to work with Sun compiler, which
7438           caches additional information in a subdirectory of the objects.
7439         + added llib-ncursesw.
7440
7441 20010804
7442         + add Caps.keys example for experimental extended function keys
7443           (adapted from a patch by Ilya Zakharevich).
7444         + correct parameter types of vidputs() and vidattr() to agree with
7445           header files (report by William P Setzer).
7446         + fix typos in several man-pages (patch by William P Setzer).
7447         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
7448           macro, which made ncurses C++ binding fail to build with other
7449           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
7450         + workaround for bug in HPUX 11.x C compiler: add a blank after
7451           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
7452         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
7453           Albert Chin-A-Young).
7454         + correct definition of key_end in Caps.aix4, which left KEY_END
7455           undefined (report by Albert Chin-A-Young).
7456         + remove a QNX-specific fallback prototype for vsscanf(), which is
7457           obsolete with QNX RTP.
7458         + review/fix some of the T() and TR() macro calls, having noticed that
7459           there was no data for delwin() in a trace of dialog because there was
7460           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
7461           now selected under TRACE_IEVENT rather than TRACE_CALLS.
7462
7463 20010728
7464         + add a _nc_access() check before opening files listed via $TERMPATH.
7465         + using modified man2html, regenerate some of the html manpages to fix
7466           broken HREF's where the link was hyphenated.
7467
7468 20010721
7469         + add some limit/pointer checks to -S option of tputs.
7470         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
7471           (Benjamin C W Sittler).
7472         + add a note in curs_termcap.3x regarding a defect in the XSI
7473           description of tgetent (based on a discussion with Urs Jansen
7474           regarding the HPUX 11.x implementation, whose termcap interface is
7475           not compatible with existing termcap programs).
7476         + modify manhtml rule in dist.mk to preserve copyright notice on the
7477           generated files, as well as to address HTML style issues reported by
7478           tidy and weblint.  Regenerated/updated corresponding html files.
7479         + comment out use of Protected_Character and related rarely used
7480           attributes in ncurses Ada95 test/demo to compile with wide-character
7481           configuration.
7482
7483 20010714
7484         + implement a simple example in C++ demo to test scanw().
7485         + corrected stdio function used to implement scanw() in cursesw.cc
7486         + correct definition of RemAttr() macro from 20010602 changes, which
7487           caused C++ SillyDemo to not show line-drawing characters.
7488         + modify C++ binding, adding getKey() which can be overridden by user
7489           to substitute functions other than getch() for keyboard processing
7490           of forms and menus (patch by Juergen Pfeifer).
7491
7492 20010707
7493         + fix some of the trace calls which needed modification to work with
7494           new wide-character structures.
7495         + modify magic-cookie code in tty_update.c to compile with new
7496           wide-character structures (report by <George.R.Goffe@seagate.com>).
7497         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
7498           compiling for wide-character configuration.
7499         + make addwnstr() handle non-spacing characters (patch by Sven
7500           Verdoolaege).
7501
7502 20010630
7503         + add configure check to define _GNU_SOURCE, needed to prop up glibc
7504           header files.
7505         + split-out include/curses.wide to solve spurious redefinitions caused
7506           by defining _GNU_SOURCE, and move includes for <signal.h> before
7507           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
7508           file.
7509         + extended ospeed change to NetBSD and OpenBSD -TD
7510         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
7511           work properly for termcap applications (patch by Andrey A Chernov).
7512
7513 20010623
7514         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
7515           <eugene@anime.net>, Sven Verdoolaege).
7516         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
7517
7518 20010618
7519         + change overlooked several CharOf/UChar instances.
7520         > several patches from Sven Verdoolaege:
7521         + correct a typo in wunctrl(), which made it appear that botwc() was
7522           needed (no such function: use btowc()).
7523         + reimplement wide-character demo in test/view.c, using new functions.
7524         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
7525         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
7526
7527 20010616
7528         + add parentheses in macros for malloc in test.priv.h, fixes an
7529           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
7530         + add Caps.uwin, as an example.
7531         + change the way curses.h is generated, making the list of function
7532           key definitions extracted from the Caps file.
7533         + add #undef's before possible redefinition of ERR and OK in curses.h
7534         + modify logic in tic, toe, tput and tset which checks for basename of
7535           argv[0] to work properly on systems such as OS/2 which have
7536           case-independent filenames and/or program suffixes, e.g., ".ext".
7537
7538 20010609
7539         + add a configure check, if --enable-widec is specified, for putwc(),
7540           which may be in libutf8.
7541         + remove some unnecessary text from curs_extend.3x and
7542           default_colors.3x which caused man-db to make incorrect symbolic
7543           links (Debian #99550).
7544         + add configure check if cast for _IO_va_list is needed to compile
7545           C++ vscan code (Debian #97945).
7546         > several patches from Sven Verdoolaege:
7547         + correct code that used non-standard auto-initialization of a struct,
7548           which gcc allows (report by Larry Virden).
7549         + use putwc() in PUTC() macro.
7550         + make addstr() work for the special case where the codeset is
7551           non-stateful (eg. UTF-8), as well as stateful codesets.
7552
7553 20010603
7554         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
7555           from 20010602 (report by Mike Castle).
7556
7557 20010602
7558         + modify mvcur() to avoid emitting newline characters when nonl() mode
7559           is set.  Normally this is not a problem since the actual terminal
7560           mode is set to suppress nl/crlf translations, however it is useful to
7561           allow the caller to manipulate the terminal mode to avoid staircasing
7562           effects after spawning a process which writes messages (for lynx
7563           2.8.4) -TD
7564         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
7565         + remove redundant type-conversion in fifo_push()
7566         + correct definition of addwstr() macro in curses.h.in
7567         + remove _nc_utf8_outch()
7568         + rename most existing uses of CharOf() to UChar(), e.g., where it is
7569           used to prevent sign-extension in ctype macros.
7570         + change some chtype's to attr_t's where the corresponding variables
7571           are used to manipulate attributes.
7572         + UpdateAttr() was applied to both attributes (attr_t) and characters
7573           (chtype).  Modify macro and calls to it to make these distinct.
7574         + add CharEq() macro, use in places where wide-character configuration
7575           implementation uses a struct for cchar_t.
7576         + moved struct ldat into curses.priv.h, to hide implementation details.
7577         + change CharOf() macro to use it for masking A_CHARTEXT data from
7578           chtype's.
7579         + add L() macro to curses.priv.h, for long-character literals.
7580         + replace several assignments from struct ldat entries to chtype or
7581           char values with combinations of CharOf() and AttrOf() macros.
7582         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
7583           we are using chtype data.
7584         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
7585           and SetAttr().
7586         + add/use SetChar() macro, to change a cchar_t based on a character and
7587           attributes.
7588         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
7589           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
7590           where a pointer would be more useful.
7591         + add stubs for tracing cchar_t values.
7592         + add/use macro ISBLANK()
7593         + add/use constructors for cchar_t's: NewChar(), NewChar2().
7594         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
7595           passing cchar_t's by address.
7596         + add/use PUTC_DATA, PUTC() macros.
7597         + for wide-character configuration, move the window background data to
7598           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
7599           is defined or not, the offsets in the struct will not change.
7600         + modify addch() to work with wide-characters.
7601         + mark several wide-character functions as generated in curses.h.in
7602         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
7603           wborder_set() and waddnwstr().
7604
7605 20010526
7606         + add experimental --with-caps=XXX option to customize to similar
7607           terminfo database formats such as AIX 4.x
7608         + add Caps.aix4 as an example.
7609         + modify Caps to add columns for the the KEY_xxx symbols.
7610         + modify configure --with-widec to suppress overwrite of libcurses.so
7611           and curses.h
7612         + add checks to toe.c to avoid being confused by files and directories
7613           where we would expect the reverse, e.g., source-files in the
7614           top-level terminfo levels as is the case for AIX.
7615
7616 20010519
7617         + add top-level 'depend' rule for the C sources, assuming that the
7618           makedepend program is available.  As a side-effect, this makes
7619           the generated sources, as in "make sources" (prompted by a report
7620           by Mike Castle that "make -j" fails because the resulting parallel
7621           processes race to generate ncurses/names.c).
7622         + modify configure script so that --disable-overwrite option's action
7623           to add a symbolic link for libcurses applies to the static library as
7624           well as the shared library when both are configured (report by Felix
7625           Natter <f.natter@ndh.net>).
7626         + add ELKS terminfo entries (Federico Bianchi
7627           <bianchi@www.arte.unipi.it>)
7628         + add u6 (CSR) to Eterm (Michael Jennings).
7629
7630 20010512
7631         + modify test/ncurses.c to work with xterm-256color, which has fewer
7632           color pairs than colors*colors (report by David Ellement
7633           <ellement@sdd.hp.com>).
7634
7635 20010505
7636         + corrected screen.xterm-xfree86 entry.
7637         + update comment in Caps regarding IBM (AIX) function-key definitions.
7638
7639 20010421
7640         + modify c++/Makefile.in to link with libncurses++w.a when configured
7641           for wide-characters (patch by Sven Verdoolaege).
7642         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
7643         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
7644         + update config.guess, config.sub from autoconf 2.49e (alpha).
7645
7646 20010414
7647         + add secondary check in tic.c, similar_sgr() to see if the reason
7648           for mismatch was that the individual capabilities used a time-delay
7649           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
7650           and remove time-delay from Apple_Terminal entries.
7651         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
7652           <bsittler@iname.com>).
7653         + correct definitions of shifted editing keys for xterm-xfree86 -TD
7654         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
7655         + prevent relative_move() from doing an overwrite if it detects 8-bit
7656           characters when configured for UTF-8 (reported by Sven Verdoolaege
7657           <skimo@kotnet.org>).
7658
7659 20010407
7660         + add configure checks for strstream.h vscan function, and similar
7661           stdio-based function which may be used in C++ binding for gcc 3.0
7662           (reports by George Goffe, Lars Hecking, Mike Castle).
7663         + rewrite parts of configure.in which used changequote().  That feature
7664           is broken in the latest autoconf alphas (e.g., 2.49d).
7665         + add a missing pathname for ncurses_dll.h, needed when building in
7666           a directory outside the source tree (patch by Sven Verdoolaege
7667           <skimo@kotnet.org>).
7668         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
7669         + no ships were ever placed in the last row or in the last column.
7670           This made the game very easy to win, because you never had to waste
7671           any shots there, but the computer did.
7672         + the squares around a sunken ship that belonged to the player were not
7673           displayed as already hit by the computer, like it does for the
7674           player.
7675
7676 20010331
7677         + add some examples of customizing screen's terminfo:
7678           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
7679         + modify screen's terminfo entry to match the khome/kend in screen
7680           3.09.08 (Debian #92215).
7681         + correct a memory leak in forms library (report by Stefan Vogtner
7682           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
7683
7684 20010324
7685         + change symbols used to guard against repeated includes to begin
7686           consistently with "NCURSES_" rather than a leading underscore.  There
7687           are other symbols defined in the header files which begin with a
7688           leading underscore, but they are part of the legacy interface.
7689         + reorder includes in c++ binding so that rcs identifiers can be
7690           compiled-in.
7691         + add .cc.ii rule to c++ makefile, to get preprocessor output for
7692           debugging.
7693         + correct configure script handling of @keyword@ substitutions when the
7694           --with-manpage-renames option is given (cf: 20000715, fixes Debian
7695           #89939).
7696         + report stack underflow/overflow in tparm() when tic -cv option is
7697           given.
7698         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
7699           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
7700
7701 20010310
7702         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
7703           2.95.2, and correcting some conflicting color pair initializations.
7704         + add missing copyright notice for cursesw.h
7705         + review, make minor fixes for use of '::' for referring to C-language
7706           interface from C++ binding.
7707         + modify configure check for g++ library slightly to accommodate
7708           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
7709           <rho@mipos2.intel.com>).
7710         + add configure check for c++ <sstream> header, replace hardcoded
7711           ifdef.
7712         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
7713           vscan from strstreambuf to follow standard, use wrapper for C vscanf
7714           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
7715           <taggart@carmen.fc.hp.com>, fixes Debian .
7716
7717 20010303
7718         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
7719           to make quieter loading of /etc/termcap (patch by Todd C Miller).
7720         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
7721           (patch by Todd C Miller).
7722
7723 20010224
7724         + compiler-warning fixes (reported by Nelson Beebe).
7725
7726 20010210
7727         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
7728           mouse controls -TD
7729
7730 20010203
7731         + broaden patterns used to match OS/2 EMX in configure script to cover
7732           variant used in newer config.guess/config.sub
7733         + remove changequote() calls from configure script, since this feature
7734           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
7735         + remove macro callPutChar() from tty_update.c, since this is no longer
7736           needed (reported by Philippe Blain).
7737         + add a null-pointer check in tic.c to handle the case when the input
7738           file is really empty.  Modify the next_char() function in comp_scan.c
7739           to allow arbitrarily long lines, and incidentally supply a newline to
7740           files that do not end in a newline.  These changes improve tic's
7741           recovery from attempts to read binary files, e.g., its output from
7742           the terminfo database (reported by Bernhard Rosenkraenzer).
7743
7744 20010127
7745         + revert change to c++/demo.cc from 20001209, which changed definition
7746           of main() apparently to accommodate cygwin linker, but broke the demo
7747           program.
7748         + workaround for broken egcs 2.91.66 which calls member functions
7749           (i.e., lines() and colors() of NCursesWindow before calling its
7750           constructor.  Add calls to initialize() in a few constructors which
7751           did not do this already.
7752         + use the GNAT preprocessor to make the necessary switch between TRACE
7753           and NO_TRACE configurations (patch by Juergen Pfeifer).
7754         > patches by Bernhard Rosenkraenzer:
7755         + modify kterm terminfo entry to use SCS sequence to support alternate
7756           character set (it does not work with SI/SO).
7757         + --with-ospeed=something didn't work.  configure.in checked for a
7758           $enableval where it should check for $withval.  Also,
7759           ncurses/llib-lncurses still had a hardcoded short.
7760
7761 20010114
7762         + correction to my merge of Tom Riddle's patch that broke tic in some
7763           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
7764
7765 20010113
7766         + modify view.c to test halfdelay().  Like other tests, this recognizes
7767           the 's' and space commands for stopping/starting polled input, shows
7768           a freerunning clock in the header.  If given a parameter to 's', that
7769           makes view.c use halfdelay() with that parameter rather than
7770           nodelay().
7771         + fix to allow compile with the experimental configure option
7772           --disable-hashmap.
7773         + modify postprocess_termcap() to avoid overwriting key_backspace,
7774           key_left, key_down when processing a non-base entry (report/patch by
7775           Tom Riddle).
7776         + modify _nc_wrap_entry(), adding option to reallocate the string
7777           table, needed in _nc_merge_entry() when merging termcap entries.
7778           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
7779         + modify a few configure script macros to keep $CFLAGS used only for
7780           compiler options, preprocessor options in $CPPFLAGS.
7781
7782 20001230
7783         + correct marker positions in lrtest.c after receiving a sigwinch.
7784         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
7785         + fixes to tclock for resizing behavior, redundant computation (report
7786           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
7787
7788 20001216
7789         + improved scoansi terminfo entry -TD
7790         + modify configure script and makefile in Ada95/src to compile a stub
7791           for the trace functions when ncurses does not provide those.
7792
7793 20001209
7794         + add ncurses_dll.h and related definitions to support generating DLL's
7795           with cygwin (adapted from a patch by Charles Wilson
7796           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
7797           work with 'indent') -TD
7798
7799 20001202
7800         + correct prototypes for some functions in curs_termcap.3x, matching
7801           termcap.h, which matches X/Open.
7802         > patch by Juergen Pfeifer:
7803         + a revised version of the Ada enhancements sent in by "H.
7804           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
7805           patch includes
7806           - small fixes to the existing ncurses binding
7807           - addition of some more low-level functions to the binding, including
7808             termcap and terminfo functions
7809           - An Ada implementation of the "ncurses" test application originally
7810             written in C.
7811
7812 20001125
7813         + modify logic in lib_setup.c to allow either lines or columns value
7814           from terminfo to be used if the screen size cannot be determined
7815           dynamically rather than requiring both (patch by Ehud Karni
7816           <ehud@unix.simonwiesel.co.il>).
7817         + add check in lib_tgoto.c's is_termcap() function to reject null or
7818           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
7819           freebsd-bugs).
7820         + add definition from configure script that denotes the path-separator,
7821           which is normally a colon.  The path-separator is a semicolon on
7822           OS/2 EMX and similar systems which may use a colon within pathnames.
7823         + alter logic to set default for --disable-overwrite option to set it
7824           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
7825           accommodating the most common cause of problems: gcc's nonstandard
7826           search rules.  Other locations such as /usr/local/ncurses will
7827           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
7828
7829 20001118
7830         + modify default for --disable-overwrite configure option to disable
7831           if the --prefix or $prefix value is not /usr.
7832         + add cygwin to systems for which ncurses is installed by default into
7833           /usr rather than /usr/local.
7834
7835 20001111
7836         + minor optimization in comp_error.c and lib_termname.c, using
7837           strncat() to replace strncpy() (patch by Solar Designer).
7838         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
7839           geteuid() to use_terminfo_vars() (patch by Solar Designer
7840           <solar@false.com>).
7841         + improved cygwin terminfo entry, based on patch by
7842           <ernie_boyd@yahoo.com>.
7843         + modify _nc_write_entry() to allow for the possibility that linking
7844           aliases on a filesystem that ignores case would not succeed because
7845           the source and destination differ only by case, e.g., NCR260VT300WPP0
7846           on cygwin (report by Neil Zanella).
7847         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
7848           Rosenkraenzer <bero@redhat.de>).
7849
7850 20001104
7851         + add configure option --with-ospeed to assist packagers in transition
7852           to 5.3 change to ospeed type.
7853         + add/use CharOf() macro to suppress sign-extension of char type on
7854           platforms where this is a problem in ctype macros, e.g., Solaris.
7855         + change trace output to binary format.
7856         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
7857           macro, for OS/2 EMX configuration.
7858         + rearrange a few configure macros, moving preprocessor options to
7859           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
7860           use $CPPFLAGS in both the compile and preprocessor checks).
7861         + add a check in relative_move() to guard against buffer overflow in
7862           the overwrite logic.
7863
7864 20001028
7865         + add message to configure script showing g++ version.
7866         + resync config.guess, config.sub
7867         + modify lib_delwin.c, making it return ERR if the window did not exist
7868           (suggested by Neil Zanella).
7869         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
7870           to test/review ncurses library.  (Would use lclint, but it doesn't
7871           work).
7872         + reorganized knight.c to avoid forward references.  Correct screen
7873           updates when backtracking, especially to the first cell.  Add F/B/a
7874           commands.
7875
7876 20001021 5.2 release for upload to ftp.gnu.org
7877         + update generated html files from manpages.
7878         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
7879           in html manpages.
7880         + fix an uninitialized pointer in read_termcap.c (report by Todd C
7881           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
7882         + correct help-message and array limit in knight.c (patch by Brian
7883           Raiter <breadbox@muppetlabs.com>).
7884         > patch by Juergen Pfeifer:
7885         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
7886           for some identifiers defined in the standard package.
7887         + cosmetic change to forms/fty_enum.c
7888
7889 20001014
7890         + correct an off-by-one position in test/railroad.c which could cause
7891           wrapping at the right margin.
7892         + test/repair some issues with libtool configuration.  Make
7893           --disable-echo force libtool --silent.  (Libtool does not work for
7894           OS/2 EMX, works partly for SCO - libtool is still very specific to
7895           gcc).
7896         + change default of --with-manpage-tbl to "no", since for most of the
7897           platforms which do have tbl installed, the system "man" program
7898           understands how to run tbl automatically.
7899         + minor improvement to force_bar() in comp_parse.c (Bernhard
7900           Rosenkraenzer <bero@redhat.de>).
7901         + modify lib_tparm.c to use get_space() before writing terminating
7902           null character, both for consistency as well as to ensure that if
7903           save_char() was called immediately before, that the allocated memory
7904           is enough (patch by Sergei Ivanov).
7905         + add note about termcap ML capability which is duplicated between two
7906           different capabilities:  smgl and smglr (reported by Sergei Ivanov
7907           <svivanov@pdmi.ras.ru>).
7908         + correct parameter counts in include/Caps for dclk as well as some
7909           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
7910         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
7911         + add support for building with libtool (apparently version 1.3.5,
7912           since old versions do not handle -L../lib), using new configure
7913           option --with-libtool.
7914         + add configure option --with-manpage-tbl, which causes the manpages to
7915           be preprocessed by tbl(1) prior to installation,
7916         + add configure option --without-curses-h, which causes the
7917           installation process to install curses.h as ncurses.h and make
7918           appropriate changes to headers and manpages.
7919
7920 20001009
7921         + correct order of options/parameters in run_tic.in invocation of tic,
7922           which did not work with standard getopt() (reported by Ethan
7923           Butterfield <primus@veris.org>).
7924         + correct logic for 'reverse' variable in lib_vidattr.c, which was
7925           setting it true without checking if newmode had A_REVERSE set, e.g.,
7926           using $TERM=ansi on OS/2 EMX (see 20000917).
7927         > patch by Todd C Miller:
7928         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
7929           Previously, _nc_cgetset() would still get called on cp so the
7930           simplest thing is to set cp to NULL if !use_terminfo_vars().
7931         + added checks for an empty $HOME environment variable.
7932         > patches for OS/2 EMX (Ilya Zakharevich):
7933         + modify convert_configure.pl to support INSTALL.  Change compiler
7934           options in that script to use multithreading, needed for the mouse.
7935         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
7936           to set up a 3-button mouse.
7937         + improve code for OS/2 mouse support, using _nc_timed_wait() to
7938           replace select() call.
7939
7940 20001007
7941         + change type of ospeed variable back to short to match its use in
7942           legacy applications (reported by Andrey A Chernov).
7943         + add case to configure script for --enable-rpath on IRIX (patch by
7944           Albert Chin-A-Young).
7945         + minor fix to position_check() function, to ensure it gets the whole
7946           cursor report before decoding.
7947         + add configure option --disable-assumed-color, to allow pre-5.1
7948           convention of default colors used for color-pair 0 to be configured
7949           (see assume_default_colors()).
7950         + rename configure option --enable-hashmap --disable-hashmap, and
7951           reorder the configure options, splitting the experimental and
7952           development
7953         + add configure option --disable-root-environ, which tells ncurses to
7954           disregard $TERMINFO and similar environment variables if the current
7955           user is root, or running setuid/setgid (based on discussion with
7956           several people).
7957         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
7958           $TERMINFO variable for installs.
7959         + add table entry for plab_norm to tput, so it passes in strings
7960           for that capability.
7961         + modify parse_format() in lib_tparm.c to ignore precision if it is
7962           longer than 10000 (report by Jouko Pynnonen).
7963         + rewrote limit checks in lib_mvcur.c using new functions
7964           _nc_safe_strcat(), etc.  Made other related changes to check lengths
7965           used for strcat/strcpy (report by Jouko Pynnonen
7966           <jouko@solutions.fi>).
7967
7968 20000930
7969         + modify several descriptions, including those for setaf, setab, in
7970           include/Caps to indicate that the entries are parameterized.  This
7971           information is used to tell which strings are translated when
7972           converting to termcap.  Fixes a problem where the generated termcap
7973           would contain a spurious "%p1" for the terminfo "%p1%d".
7974         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
7975           absolute pathname for the build tree's lib directory (prompted by
7976           discussion with Albert Chin-A-Young).
7977         + modify "make install.man" and "make uninstall.man" to include tack's
7978           man-page.
7979         + various fixes for install scripts used to support configure --srcdir
7980           and --with-install-prefix (reported by Matthew Clarke
7981           <Matthew_Clarke@mindlink.bc.ca>).
7982         + make configure script checks on variables $GCC and $GXX consistently
7983           compare against 'yes' rather than test if they are nonnull, since
7984           either may be set to the corresponding name of the C or C++ compiler
7985           (report/patch by Albert Chin-A-Young).
7986
7987 20000923
7988         + modify rs2 capability in xterm-r6 and similar where cursor
7989           save/restore bracketed the sequence for resetting video attributes.
7990           The cursor restore would undo that (report by John Hawkinson
7991           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
7992         + using parameter check added to tic, corrected 27 typos in
7993           terminfo.src -TD
7994         + modify tic to verify that its inputs are really files, in case
7995           someone tries to read a directory (or /dev/zero).
7996         + add a check for empty buffers returned by fgets() in comp_scan.c
7997           next_char() function, in case tic is run on a non-text file (fixes
7998           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
7999         + add to railroad.c some code exercising tgoto(), providing an
8000           alternate form of display if the terminal supports cursor addressing.
8001         + split-out tgoto() again, this time into new file lib_tgoto.c, and
8002           implement a conventional BSD-style tgoto() which is used if the
8003           capability string does not contain terminfo-style padding or
8004           parameters (requested by Andrey A Chernov).
8005         + add check to tic which reports capabilities that do not reference
8006           the expected number of parameters.
8007         + add error checking to infocmp's -v and -m options to ensure that
8008           the option value is indeed a number.
8009         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
8010           handler is setup.  Separated the old/new sigaction data for SIGTSTP
8011           from the other signals.
8012
8013 20000917
8014         + add S0, E0 extensions to screen's terminfo entry, which is another
8015           way to solve the misconfiguration issue -TD
8016         + completed special case for tgoto from 20000916
8017
8018 20000916
8019         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
8020         + add Matrix Orbital terminfo entries (from Eric Z Ayers
8021           <eric@ale.org>).
8022         + add special case to lib_tparm.c to allow 'screen' program to use a
8023           termcap-style parameter "%." to tgoto() for switching character sets.
8024         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
8025           no symbolic links.
8026         + updated notes in README.emx regarding autoconf patches.
8027         + replace a lookup table in lib_vidattr.c used to decode no_color_video
8028           with a logic expression (suggested by Philippe Blain).
8029         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
8030           character set attribute from the displayed text.
8031         + correct inequality in parameter analysis of rewritten lib_tparm.c
8032           which had the effect of ignoring p9 in set_attributes (sgr), breaking
8033           alternate character set (reported by Piotr Majka <charvel@link.pl>).
8034         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
8035           with Sun WorkShop compilers since these tokens were empty (cf:
8036           20000902, reported by Albert Chin-A-Young).
8037
8038 20000909
8039         + correct an uninitialized parameter to open_tempfile() in tic.c which
8040           made "tic -I" give an ambiguous error message about tmpnam.
8041         + add special case in lib_vidattr.c to reset underline and standout for
8042           devices that have no sgr0 defined (patch by Don Lewis
8043           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
8044           mode, since there is no exit-bold-mode capability.
8045         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
8046         + modify tparm to disallow arithmetic on strings, analyze the varargs
8047           list to read strings as strings and numbers as numbers.
8048         + modify tparm's internal function spop() to treat a null pointer as
8049           an empty string.
8050         + modify tput program so it can be renamed or invoked via a link as
8051           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
8052           init'.
8053         + add private entrypoint _nc_basename(), use to consolidate related
8054           code in progs, as well as accommodating OS/2 EMX pathnames.
8055         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
8056           removal (except via AC_SUBST) from configure.in, making
8057           --enable-const work again (reported by Juergen Pfeifer).
8058         + regen'd configure to pick up "hpux*" change from 20000902.
8059
8060 20000902
8061         + modify tset.c to check for transformed "reset" program name, if any.
8062         + add a check for null pointer in Make_Enum_Type() (reported by Steven
8063           W Orr <steveo@world.std.com>).
8064         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
8065           using strtok(), because it is non-reentrant (reported by Andrey A
8066           Chernov <ache@nagual.pp.ru>).
8067         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
8068           This differed from the "hpux*" case by using reversed symbolic
8069           links, which made the 5.1 version not match the configuration of
8070           5.0 shared libraries (reported by Albert Chin-A-Young).
8071         + correct a dependency in Ada95/src/Makefile.in which prevented
8072           building with configure --srcdir (patch by H Nanosecond
8073           <aldomel@ix.netcom.com>).
8074         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
8075           GCC_SCANF was not previously defined (reported by Pavel Roskin
8076           <proski@gnu.org>).
8077         + add MKncurses_def.sh to generate fallback definitions for
8078           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
8079           code to consistently use "#if" rather than "#ifdef".
8080
8081 20000826
8082         + add QNX qansi entries to terminfo -TD
8083         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
8084         + add configure option --with-database to allow specifying a different
8085           terminfo source-file to install.  On OS/2 EMX, this defaults to
8086           misc/emx.src
8087         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
8088           setting .exe extension on OS/2 EMX.
8089         + add .exe extension in Ada95/gen/Makefile.in,
8090           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
8091           <jmcoopr@webmail.bmi.net>).
8092         + add configure check for filesystems (such as OS/2 EMX) which do not
8093           distinguish between upper/lowercase filenames, use this to fix tags
8094           rules in makefiles.
8095         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
8096           only sets the revents members of that array when there is activity
8097           corresponding to the related file (report by Glenn Cooper
8098           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
8099         + change configure script to use AC_CANONICAL_SYSTEM rather than
8100           AC_CANONICAL_HOST, which means that configure --target will set
8101           a default program-prefix.
8102         + add note on cross-compiling to INSTALL (which does not rely on the
8103           AC_CANONICAL_* macros).
8104
8105 20000819
8106         + add cases for EMX OS/2 to config.guess, config.sub
8107         + new version of config.guess, config.sub from lynx 2.8.4dev.7
8108         + add definitions via transform.h to allow tic and tput to check for
8109           the transformed aliases rather than the original infotocap, etc.
8110         + simplify transform-expressions in progs/Makefile.in, make the
8111           uninstall rule work for transformed program names.
8112         + change symbol used by --install-prefix configure option from
8113           INSTALL_PREFIX to DESTDIR (the latter has become common usage
8114           although the name is misleading).
8115         + modify programs to use curses_version() string to report the version
8116           of ncurses with which they are compiled rather than the
8117           NCURSES_VERSION string.  The function returns the patch level in
8118           addition to the major and minor version numbers.
8119
8120 20000812
8121         + modify CF_MAN_PAGES configure macro to make transformed program names
8122           a parameter to that macro rather than embedding them in the macro.
8123         + newer config.guess, config.sub (reference version used in lynx
8124           2.8.4dev.7).
8125         + add configure option --with-default-terminfo-dir=DIR to allow
8126           specifying the default terminfo database directory (request by Albert
8127           Chin-A-Young).
8128         + minor updates for terminfo.src from FreeBSD termcap change-history.
8129         + correct notes in README and INSTALL regarding documentation files
8130           that were moved from misc directory to doc (report by Rich Kulawiec
8131           <rsk@gsp.org>).
8132         + change most remaining unquoted parameters of 'test' in configure
8133           script to use quotes, for instance fixing a problem in the
8134           --disable-database option (reported by Christian Mondrup
8135           <scancm@biobase.dk>).
8136         + minor adjustments to work around some of the incompatibilities/bugs
8137           in autoconf 2.29a alpha.
8138         + add -I/usr/local/include when --with-ncurses option is used in
8139           test/configure script.
8140         + correct logic in adjust_cancels(), which did not check both
8141           alternatives when reclassifying an extended name between boolean,
8142           number and string, causing an infinite loop in tic.
8143
8144 20000730
8145         + correct a missing backslash in curses.priv.h
8146
8147 20000729
8148         + change handling of non_dest_scroll_region in tty_update.c to clear
8149           text after it is shifted in rather than before shifting out.  Also
8150           correct row computation (reported by Ruediger Kuhlmann
8151           <uck4@rz.uni-karlsruhe.de>).
8152         + add/use new trace function to display chtype values from winch() and
8153           getbkgd().
8154         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
8155           trace attribute changes under TRACE_CALLS to use this.
8156         + modify MKlib_gen.sh so that functions returning chtype will call
8157           returnChar().
8158         + add returnChar() trace, for functions returning chtype.
8159         + change indent.pro to line up parenthesis.
8160
8161 20000722
8162         + fix a heap problem with the c++ binding (report by
8163           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
8164         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
8165         + modify the check for big-core to force a couple of memory accesses,
8166           which may work as needed for older/less-capable machines (if not,
8167           there's still the explicit configure option).
8168         > fixes based on diff's for Amiga and BeOS found at
8169           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
8170         + alter definition of NCURSES_CONST to make it non-empty.
8171         + add amiga-vnc terminfo entry.
8172         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
8173           an (unspecified) symbol conflict.
8174         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
8175           simplify working around implementations that define random
8176           combinations of the related macros to zero.
8177         + modify configure test for tcgetattr() to allow for old
8178           implementations, e.g., on BeOS, which only defined it as a macro.
8179         > patches by Bruno Haible:
8180         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
8181           locale, ignore those which are set to an empty value, as per SUSV2.
8182         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
8183         + modify _nc_utf8_outch() to avoid sign-extension when checking for
8184           out-of-range value.
8185
8186 20000715
8187         + correct manlinks.sed script to avoid using ERE "\+", which is not
8188           understood by older versions of sed (patch by Albert Chin-A-Young).
8189         + implement configure script options that transform installed program
8190           names, e.g., --program-prefix, including the manpage names and cross
8191           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
8192         + correct several mismatches between manpage filename and ".TH"
8193           directives, renaming dft_fgbg.3x to default_colors.3x and
8194           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
8195         + correct missing includes for <string.h> in several places, including
8196           the C++ binding.  This is not noted by gcc unless we use the
8197           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
8198         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
8199           interface if neither termio or termios is available.  Tested this
8200           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
8201           work).
8202
8203 20000708 5.1 release for upload to ftp.gnu.org
8204         + document configure options in INSTALL.
8205         + add man-page for ncurses trace functions.
8206         + correct return value shown in curs_touch.3x for is_linetouched() and
8207           is_wintouched(), in curs_initscr.3x for isendwin(), and in
8208           curs_termattr.3x for has_ic() and has_il().
8209         + add prototypes for touchline() and touchwin(), adding them to the
8210           list of generated functions.
8211         + modify fifo_push() to put ERR into the fifo just like other values to
8212           return from wgetch().  It was returning without doing that, making
8213           end-of-file condition incorrectly return a 0 (reported by Todd C
8214           Miller).
8215         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
8216           are needed for SCO OpenServer.
8217         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
8218           dynamic loaders on SCO and IRIX64.
8219         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
8220           for testing.
8221         + correct assignment in assume_default_colors() which tells ncurses
8222           whether to use default colors, or the assumed ones (reported by Gary
8223           Funck <gary@Intrepid.Com>).
8224         + review/correct logic in mk-1st.awk for making symbolic links for
8225           shared libraries, in particular for FreeBSD, etc.
8226         + regenerate misc/*.def files for OS/2 EMX dll's.
8227         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
8228           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
8229           Wemm) (err in 20000610).
8230         + minor updates to release notes, as well as adding/updating URLs for
8231           examples cited in announce.html
8232         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
8233         + correct placement of ifdef for NCURSES_XNAMES in function
8234           _nc_free_termtype(), fixes a memory leak.
8235         + add a call to _nc_synchook() to the end of function whline() like
8236           that in wvline() (difference was in 1.9.4).
8237         + make ClearScreen() a little faster by moving two instances of
8238           UpdateAttr() out of for-loops.
8239         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
8240           (cf: 960428).
8241
8242 20000701 pre-release
8243         + change minor version to 1, i.e., ncurses 5.1
8244         + add experimental configure option --enable-colorfgbg to check for
8245           $COLORTERM variable as set by rxvt/aterm/Eterm.
8246         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
8247         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
8248           several manpages so manlinks.sed can find aliases for creating
8249           symbolic links.
8250         + add explanation to run_tic.sh regarding extended terminal
8251           capabilities.
8252         + change message format for edit_cfg.sh, since some people interpret
8253           it as a warning.
8254         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
8255           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
8256         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
8257           support when poll() is used rather than select() (prompted by
8258           discussion with David Allen <DAllen24@aol.com>).
8259
8260 20000624 pre-release
8261         + modify TransformLine() to check for cells with different color pairs
8262           that happen to render the same display colors.
8263         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
8264         + improve cost computation in PutRange() by accounting for the use
8265           of parm_right_cursor in mvcur().
8266         + correct cost computation in EmitRange(), which was not using the
8267           normalized value for cursor_address.
8268         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
8269
8270 20000617
8271         + update config.guess, config.sub (reference version used in PCRE 3.2).
8272         + resync changes to gnathtml against version 1.22, regenerated html
8273           files under doc/html/ada using this (1.22.1.1).
8274         + regenerated html files under doc/html/man after correcting top and
8275           bottom margin options for man2html in dist.mk
8276         + minor fixes to test programs ncurses 'i' and testcurs program to make
8277           the subwindow's background color cover the subwindow.
8278         + modify configure script so AC_MSG_ERROR is temporarily defined to a
8279           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
8280           without requiring user to add --without-cxx option (adapted from
8281           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
8282         + modify headers.sh to avoid creating temporary files in the build
8283           directory when installing headers (reported by Sergei Pokrovsky
8284           <pok@nbsp.nsk.su>)
8285
8286 20000610
8287         + regenerated the html files under doc/html/ada/files and
8288           doc/html/ada/funcs with a slightly-improved gnathtml.
8289         + add kmous capability to linux terminfo entry to allow it to use
8290           xterm-style events provided by gpm patch by Joerg Schoen.
8291         + make the configure macro CF_SHARED_OPTS a little smarter by testing
8292           if -fPIC is supported by gcc rather than -fpic.  The former option
8293           allows larger symbol tables.
8294         + update config.guess and config.sub (patches by
8295           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
8296           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
8297         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
8298           is an extension.
8299
8300 20000527
8301         + modify echo() behavior of getch() to match Solaris curses for
8302           carriage return and backspace (reported by Neil Zanella).
8303         + change _nc_flush() to a function.
8304         + modify delscreen() to check if the output stream has been closed, and
8305           if so, free the buffer allocated for setbuf (this provides an
8306           ncurses-specific way to avoid a memory leak when repeatedly calling
8307           newterm reported by Chipp C <at_1@zdnetonebox.com>).
8308         + correct typo in curs_getch.3x manpage regarding noecho (reported by
8309           David Malone <dwmalone@maths.tcd.ie>).
8310         + add a "make libs" rule.
8311         + make the Ada95 interface build with configure --enable-widec.
8312         + if the configure --enable-widec option is given, append 'w' to names
8313           of the generated libraries (e.g., libncursesw.so) to avoid conflict
8314           with existing ncurses libraries.
8315
8316 20000520
8317         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
8318           is configured with the experimental wide-character support.
8319         + add a simple UTF-8 output driver to the experimental wide-character
8320           support.  If any of the environment variables LC_ALL, LC_CTYPE or
8321           LANG contain the string "UTF-8", this driver will be used to
8322           translate the output to UTF-8.  This works with XFree86 xterm.
8323         + modify configure script to allow building shared libraries on BeOS
8324           (from a patch by Valeriy E Ushakov).
8325         + modify lib_addch.c to allow repeated update to the lower-right
8326           corner, rather than displaying only the first character written until
8327           the cursor is moved.  Recent versions of SVr4 curses can update the
8328           lower-right corner, and behave this way (reported by Neil Zanella).
8329         + add a limit-check in _nc_do_color(), to avoid using invalid color
8330           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
8331
8332 20000513
8333         + the tack program knows how to use smcup and rmcup but the "show caps
8334           that can be tested" feature did not reflect this knowledge.  Correct
8335           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
8336         + xterm-16color does allow bold+colors, removed ncv#32 from that
8337           terminfo entry.
8338
8339 20000506
8340         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
8341           broke check for screen's AX capability (reported by Valeriy E Ushakov
8342           <uwe@ptc.spbu.ru>).
8343         + change man2html rule in dist.mk to workaround bug in some
8344           man-programs that ignores locale when rendering hyphenation.
8345         + change web- and ftp-site to dickey.his.com
8346
8347 20000429
8348         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
8349           problem linking tack on MacOS X DP3.
8350         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
8351           (reported by Gerben Wierda <wierda@holmes.nl>).
8352         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
8353           default colors.
8354         + add -d option to ncurses.c, to turn on default-colors for testing.
8355         + add a check to _nc_makenew() to ensure that newwin() and newpad()
8356           calls do not silently fail by passing too-large limits.
8357         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
8358           internal window and pad sizes.  Note that since this is visible in
8359           the WINDOW struct, it would be an ABI change to make this an 'int'
8360           (prompted by a question by Bastian Trompetter
8361           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
8362
8363 20000422
8364         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
8365           aixterm entries -TD
8366         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
8367           example of an illegal ANSI resonse can be found using Microsoft's
8368           Telnet client.  A correct display can be found using a VT-4xx
8369           terminal or XFree86 xterm with:
8370                 XTerm*VT100*decTerminalID:  450
8371           (patch by Daniel Weaver).
8372         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
8373           for resume.  Add '-n' option to force gdc's standard input to
8374           /dev/null, to both illustrate the use of newterm() for specifying
8375           alternate inputs as well as for testing signal handling.
8376         + minor fix for configure option --with-manpage-symlinks, for target
8377           directories that contain a period ('.') (reported by Larry Virden).
8378
8379 20000415
8380         + minor additions to beterm entry (feedback from Rico Tudor) -TD
8381         + corrections/updates for some IBM terminfo entries -TD
8382         + modify _nc_screen_wrap() so that when exiting curses mode with
8383           non-default colors, the last line on the screen will be cleared to
8384           the screen's default colors (request by Alexander V Lukyanov).
8385         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
8386           read for demonstrating the REQ_NEW_LINE operation (prompted by a
8387           question by Tony L Keith <tlkeith@keithconsulting.com>).
8388         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
8389           documented extension of ncurses which allows a zero pointer.
8390         + modify fmt_complex() to avoid buffer overflow in case of excess
8391           recursion, and to recognize "%e%?" as a synonym for else-if, which
8392           means that it will not recur for that special case.
8393         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
8394           is defined (patch by Todd C Miller).
8395         + modify one of the m4 files used to generate the Ada95 sources,
8396           to avoid using the token "symbols" (patch by Juergen Pfeifer).
8397
8398 20000408
8399         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
8400         + correct spelling error in terminfo entry name:  bq300-rv was given as
8401           bg300-rv in esr's version.
8402         + modify redrawwin() macro so its parameter is fully parenthesized
8403           (fixes Debian #61088).
8404         + correct formatting error in dump_entry() which set incorrect column
8405           value when no newline trimming was needed at the end of an entry,
8406           before appending "use=" clauses (cf: 960406).
8407
8408 20000401
8409         + add configure option --with-manpage-symlinks
8410         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
8411         + change makefiles so trace() function is provided only if TRACE is
8412           defined, e.g., in the debug library.  Modify related calls to
8413           _tracechar() to use unctrl() instead.
8414
8415 20000325
8416         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
8417           terminfo entries, use presence of this as a check for a small
8418           improvement in setting default colors.
8419         + improve logic in _nc_do_color() implementing assume_default_colors()
8420           by passing in previous color pair info to eliminate redundant call to
8421           set_original_colors().  (Part of this is from a patch by Alexander
8422           V Lukyanov).
8423         + modify warning in _nc_trans_string() about a possibly too-long string
8424           to do this once only rather than for each character past the
8425           threshold (600).  Change interface of _nc_trans_string() to allow
8426           check for buffer overflow.
8427         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
8428           struct each time before reading new data into it, rather than once
8429           per loop (cf:  990301).  This affects multi-entry in-core operations
8430           such as "infocmp -Fa".
8431
8432 20000319
8433         + remove a spurious pointer increment in _nc_infotocap() changes from
8434           20000311.  Add check for '.' in format of number, since that also
8435           is not permitted in termcap.
8436         + correct typo in rxvt-basic terminfo from temporary change made while
8437           integrating 20000318.
8438
8439 20000318
8440         + revert part of the vt220 change (request by Todd C Miller).
8441         + add ansi-* terminfo entries from ESR's version.
8442         + add -a option to tic and infocmp, which retains commented-out
8443           capabilities during source translation/comparison, e.g., captoinfo
8444           and infotocap.
8445         + modify cardfile.c to display an empty card if no input data file is
8446           found, fixes a core dump in that case (reported by Bruno Haible).
8447         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
8448           result for OS/2 EMX.
8449         + supply required parameter for _nc_resolve_uses() call in
8450           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
8451         > patches by Bruno Haible <haible@ilog.fr>:
8452         + fix a compiler warning in fty_enum.c
8453         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
8454           makefiles, which resulted in redundant linking (cf: 20000122).
8455
8456 20000311
8457         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
8458         + improved tack/README (patch by Daniel Weaver).
8459         + modify tput.c to ensure that unspecified parameters are passed to
8460           tparm() as 0's.
8461         + add a few checks in infocmp to guard against buffer overflow when
8462           displaying string capabilities.
8463         + add check for zero-uses in infocmp's file_comparison() function
8464           before calling _nc_align_termtype().  Otherwise one parameter is
8465           indexed past the end of the uses-array.
8466         + add an option -q to infocmp to specify the less verbose output,
8467           keeping the existing format as the default, though not retaining the
8468           previous behavior that made the -F option compare each entry to
8469           itself.
8470         + adapted patch by ESR to make infocmp -F less verbose -TD
8471           (the submitted patch was unusable because it did not compile
8472           properly)
8473           + modify write_entry.c to ensure that absent or cancelled booleans
8474             are written as FALSE, for consistency with infocmp which now
8475             assumes this.  Note that for the small-core configuration, tic
8476             may not produce the same result as before.
8477           + change some private library interfaces used by infocmp, e.g.,
8478             _nc_resolve_uses().
8479           + add a check in _nc_infotocap() to ensure that cm-style capabilities
8480             accept only %d codes when converting the format from terminfo to
8481             termcap.
8482           + modify ENTRY struct to separate the data in 'parent' into the name
8483             and link values (the original idea to merge both into 'parent' was
8484             not good).
8485           + discard repair_acsc(tterm);
8486         > patch by Juergen Pfeifer:
8487         + drop support for gnat 3.10
8488         + move generated documentation and html files under ./doc directory,
8489           adding makefile rules for this to dist.mk
8490
8491 20000304
8492         + correct conflicting use of tparm() in 20000226 change to tic, which
8493           made it check only one entry at a time.
8494         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
8495           Raggett's tidy.
8496         + make the example in ncurses-intro.html do something plausible, and
8497           corrected misleading comment (reported by Neil Zanella).
8498         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
8499           to fix a case where the cursor position was not updated as in
8500           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
8501         + add a limit-check for wresize() to ensure that a subwindow does not
8502           address out of bounds.
8503         + correct offsets used for subwindows in wresize() (patch by Michael
8504           Andres <ma@suse.de>).
8505         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
8506           Juergen Pfeifer).  This generated a file with a space in its name,
8507           which I removed.
8508         + fix a few spelling errors in tack.
8509         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
8510           otherwise it does not build properly for older HPUX shared library
8511           configurations.
8512         + add several terminfo entries from esr's "11.0".
8513
8514 20000226
8515         + make 'tput flash' work properly for xterm by flushing output in
8516           delay_output() when using napms(), and modifying xterm's terminfo to
8517           specify no padding character.  Otherwise, xterm's reported baud rate
8518           can mislead ncurses into producing too few padding characters
8519           (Debian #58530).
8520         + add a check to tic for consistency between sgr and the separate
8521           capabilities such as smso, use this to check/correct several
8522           terminfo entries (Debian #58530).
8523         + add a check to tic if cvvis is the same as cnorm, adjusted several
8524           terminfo entries to remove the conflict (Debian #58530).
8525         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
8526           Debian #53962).
8527         + minor clarification for curs_set() and leaveok() manpages.
8528         + use mkstemp() for creating temporary file for tic's processing of
8529           $TERMCAP contents (fixes Debian #56465).
8530         + correct two errors from integrating Alexander's changes:  did not
8531           handle the non-bce case properly in can_erase_with() (noted by
8532           Alexander), and left fg/bg uninitialized in the pair-zero case of
8533           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
8534           Ismael Cordeiro <ismael@cordeiro.com>).
8535
8536 20000219
8537         + store default-color code consistently as C_MASK, even if given as
8538           -1 for convenience (adapted from patches by Alexander V Lukyanov).
8539         > patches by Alexander V Lukyanov:
8540         + change can_clear_with() macro to accommodate logic for
8541           assume_default_colors(), making most of the FILL_BCE logic
8542           unnecessary.  Made can_clear_with() an inline function to make it
8543           simpler to read.
8544
8545 20000212
8546         + corrected form of recent copyright dates.
8547         + minor corrections to xterm-xf86-v333 terminfo entry -TD
8548         > patches by Alexander V Lukyanov:
8549         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
8550           colors are white on black.
8551         + fix initialization of tstLine so that it is filled with current blank
8552           character in any case.  Previously it was possible to have it filled
8553           with old blank.  The wrong over-optimization was introduced in 991002
8554           patch.  (it is not very critical as the only bad effect is not using
8555           clr_eos for clearing if blank has changed).
8556
8557 20000205
8558         + minor corrections/updates to several terminfo entries: rxvt-basic,
8559           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
8560         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
8561           allowing poll() to be used on Linux.
8562         + add CF_FUNC_POLL macro to check if poll() is able to select from
8563           standard input.  If not we will not use it, preferring select()
8564           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
8565         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
8566           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
8567         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
8568         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
8569
8570 20000122
8571         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
8572         + modify CF_MATH_LIB configure macro to parameterize the test function
8573           used, for reuse in dialog and similar packages.
8574         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
8575           negative value could be used by FD_SET, causing the select() call
8576           to wait indefinitely.
8577
8578 20000115
8579         + additional fixes for non-bce terminals (handling of delete_character)
8580           to work when assume_default_colors() is not specified.
8581         + modify warning message from _nc_parse_entry() regarding extended
8582           capability names to print only if tic/infocmp/toe have the -v flag
8583           set, and not at all in ordinary user applications.  Otherwise, this
8584           warning would be shown for screen's extended capabilities in programs
8585           that use the termcap interface (reported by Todd C Miller).
8586         + modify use of _nc_tracing from programs such as tic so their debug
8587           level is not in the same range as values set by trace() function.
8588         + small panel header cleanup (patch by Juergen Pfeifer).
8589         + add 'railroad' demo for termcap interface.
8590         + modify 'tic' to write its usage message to stderr (patch by Todd C
8591           Miller).
8592
8593 20000108
8594         + add prototype for erase() to curses.h.in, needed to make test
8595           programs build with c++/g++.
8596         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
8597         + correct install rule for tack.1; it assumed that file was in the
8598           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
8599         + modify terminfo/termcap translation to suppress acsc before trying
8600           sgr if the entry would be too large (patch by Todd C Miller).
8601         + document a special case of incompatiblity between ncurses 4.2 and
8602           5.0, add a section for this in INSTALL.
8603         + add TRACE_DATABASE flag for trace().
8604
8605 20000101
8606         + update mach, add mach-color terminfo entries based on Debian diffs
8607           for ncurses 5.0 -TD
8608         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
8609           terminfo entries -TD
8610         + change OTrs capabilities to rs2 in terminfo.src -TD
8611         + add obsolete and extended capabilities to 'screen' terminfo -TD
8612         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
8613         + make conversion to termcap ug (underline glitch) more consistently
8614           applied.
8615         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
8616           was in the original pre-1.9.7 version, when $HOME/.terminfo was
8617           introduced).
8618         + modify 'toe' to ignore terminfo directories to which it has no
8619           permissions.
8620         + modify read_termtype(), fixing 'toe', which could dump core when it
8621           found an incomplete entry such as "dumb" because it did not
8622           initialize its buffer for _nc_read_file_entry().
8623         + use -fPIC rather than -fpic for shared libraries on Linux, not
8624           needed for i386 but some ports (from Debian diffs for 5.0) -TD
8625         + use explicit VALID_NUMERIC() checks in a few places that had been
8626           overlooked, and add a check to ensure that init_tabs is nonzero,
8627           to avoid divide-by-zero (reported by Todd C Miller).
8628         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
8629           tin) -TD
8630
8631 19991218
8632         + reorder tests during mouse initialization to allow for gpm to run in
8633           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
8634           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
8635           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
8636         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
8637           stty lnext on systems such as FreeBSD (report by Bruce Evans
8638           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
8639         + fix a potential (but unlikely) buffer overflow in failed() function
8640           of tset.c (reported by Todd C Miller).
8641         + add manual-page for ncurses extensions, documented curses_version(),
8642           use_extended_names().
8643
8644 19991211
8645         + treat as untranslatable to termcap those terminfo strings which
8646           contain non-decimal formatting, e.g., hexadecimal or octal.
8647         + correct commented-out capabilities that cannot be translated to
8648           termcap, which did not check if a colon must be escaped.
8649         + correct termcap translation for "%>" and "%+", which did not check
8650           if a colon must be escaped, for instance.
8651         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
8652           buffer (originally for _nc_infotocap() in 960301 -TD).
8653         + correct expression used for terminfo equivalent of termcap %B,
8654           adjust regent100 entry which uses this.
8655         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
8656         + eliminate a fixed-buffer in tic, used for translating comments.
8657         + add manpage for infotocap
8658
8659 19991204
8660         + add kvt and gnome terminfo entries -TD
8661         + correct translation of "%%" by infotocap, which was emitted as "%".
8662         + add "obsolete" termcap strings to terminfo.src
8663         + modify infocmp to default to showing obsolete capabilities rather
8664           than terminfo only.
8665         + modify write_entry.c so that if extended names (i.e., configure
8666           --enable-tcap-names) are active, then tic will also write "obsolete"
8667           capabilities that are present in the terminfo source.
8668         + modify tic so that when running as captoinfo or infotocap, it
8669           initializes the output format as in -C and -I options, respectively.
8670         + improve infocmp and tic -f option by splitting long strings that do
8671           not have if-then-else construct, but do have parameters, e.g., the
8672           initc for xterm-88color.
8673         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
8674           arrays.
8675
8676 19991127
8677         + additional fixes for non-bce terminals (handling of clear_screen,
8678           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
8679           not specified.
8680         + several small changes to xterm terminfo entries -TD.
8681         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
8682           SP, since it is part of that struct.
8683         + remove obsolete shlib-versions, which was unintentionally re-added
8684           in 970927.
8685         + modify infocmp -e, -E options to ensure that generated fallback.c
8686           type for Booleans agrees with term.h (reported by Eric Norum
8687           <eric@cls.usask.ca>).
8688         + correct configure script's use of $LIB_PREFIX, which did not work
8689           for installing the c++ directory if $libdir did not end with "/lib"
8690           (reported by Huy Le <huyle@ugcs.caltech.edu>).
8691         + modify infocmp so -L and -f options work together.
8692         + modify the initialization of SP->_color_table[] in start_color() so
8693           that color_content() will return usable values for COLORS greater
8694           than 8.
8695         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
8696           xterm-88color, to limit the displayed/computed colors to 16.
8697         > patch by Juergen Pfeifer:
8698         + simplify coding of the panel library according to suggestions by
8699           Philippe Blain.
8700         + improve macro coding for a few macros in curses.priv.h
8701
8702 19991113
8703         + modify treatment of color pair 0 so that if ncurses is configured
8704           to support default colors, and they are not active, then ncurses
8705           will set that explicitly, not relying on orig_colors or orig_pair.
8706         + add new extension, assume_default_colors() to provide better control
8707           over the use of default colors.
8708         + modify test programs to use more-specific ifdef's for existence of
8709           wresize(), resizeterm() and use_default_colors().
8710         + modify configure script to add specific ifdef's for some functions
8711           that are included when --enable-ext-funcs is in effect, so their
8712           existence can be ifdef'd in the test programs.
8713         + reorder some configure options, moving those extensions that have
8714           evolved from experimental status into a new section.
8715         + change configure --enable-tcap-names to enable this by default.
8716
8717 19991106
8718         + install tack's manpage (reported by Robert Weiner
8719           <robert@progplus.com>)
8720         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
8721         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
8722           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
8723
8724 19991030
8725         + modify linux terminfo entry to indicate that dim does not mix with
8726           color (reported by Klaus Weide <kweide@enteract.com>).
8727         + correct several typos in terminfo entries related to missing '['
8728           in CSI's -TD
8729         + fix several compiler warnings in c++ binding (reported by Tim
8730           Mooney for alphaev56-dec-osf4.0f
8731         + rename parameter of _nc_free_entries() to accommodate lint.
8732         + correct lint rule for tack, used incorrect list of source files.
8733         + add case to config.guess, config.sub for Rhapsody.
8734         + improve configure tests for libg++ and libstdc++ by omitting the
8735           math library (which is missing on Rhapsody), and improved test for
8736           the math library itself (adapted from path by Nelson H. F. Beebe).
8737         + explicitly initialize to zero several data items which were
8738           implicitly initialized, e.g., cur_term.  If not explicitly
8739           initialized, their storage type is C (common), and causes problems
8740           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
8741           Beebe).
8742         + modify Ada95 binding to not include the linker option for Ada
8743           bindings in the Ada headers, but in the Makefiles instead (patch by
8744           Juergen Pfeifer).
8745
8746 19991023 5.0 release for upload to ftp.gnu.org
8747         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
8748           4-digit year.
8749         + add function curses_version(), to return ncurses library version
8750           (request by Bob van der Poel).
8751         + remove rmam, smam from cygwin terminfo entry.
8752         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
8753           as update ncv to indicate that 'dim' conflicts with colors.
8754         + modify configure script to use symbolic links for FreeBSD shared
8755           libraries by default.
8756         + correct ranf() function in rain and worm programs to ensure it does
8757           not return 1.0
8758         + hide the cursor in hanoi.c if it is running automatically.
8759         + amend lrtest.c to account for optimizations that exploit margin
8760           wrapping.
8761         + add a simple terminfo demo, dots.c
8762         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
8763           tell it to use write() rather than putc(), since the latter is not
8764           safe in a signal handler according to POSIX.
8765         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
8766           of output-file pointer in ncurses library.
8767         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
8768           OpenServer.
8769         + correct CC_SHARED_OPTS for building shared libraries for SCO
8770           OpenServer.
8771         + remove usleep() from alternatives in napms(), since it may interact
8772           with alarm(), causing a process to be interrupted by SIGALRM (with
8773           advice from Bela Lubkin).
8774         + modify terminal_interface-curses-forms.ads.m4 to build/work with
8775           GNAT 3.10 (patch by Juergen Pfeifer).
8776         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
8777           work with gcc 2.7.2.3
8778         + minor fix to test/tclock.c to avoid beeping more than once per second
8779         + add 's' and ' ' decoding to test/rain.c
8780
8781 991016  pre-release
8782         + corrected BeOS code for lib_twait.c, making nodelay() function work.
8783
8784 991009  pre-release
8785         + correct ncurses' value for cursor-column in PutCharLR(), which was
8786           off-by-one in one case (patch by Ilya Zakharevich).
8787         + fix some minor errors in position_check() debugging code, found while
8788           using this to validate the PutCharLR() patch.
8789         + modify firework, lrtest, worm examples to be resizable, and to
8790           recognize 'q' for quit, 's' for single-step and ' ' for resume.
8791         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
8792           add a note on building with gnat 3.10p to Ada95/TODO.
8793         + add a copy of the standalone configure script for the test-directory
8794           to simplify testing on SCO and Solaris.
8795
8796 991002  pre-release
8797         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
8798           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
8799           Blain, comments by Alexander V Lukyanov).
8800         + simplify definition of PANEL and eliminate internal functions
8801           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
8802           (patch by Juergen Pfeifer, analysis by Philippe Blain
8803           <bledp@voila.fr>)).
8804         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
8805           man_db.renames, since Debian is not concerned with 14-character
8806           filename limitation (Debian bug report by Josip Rodin
8807           <joy@cibalia.gkvk.hr>).
8808         + corrected scoansi terminfo entry by testing with scoterm and console.
8809         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
8810           since this does not work for gnat 3.10p
8811         + modify tclock example to be resizable (if ncurses' sigwinch handler
8812           is used), and in color.
8813         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
8814           shared library rules.
8815
8816 990925  pre-release
8817         + add newer NetBSD console terminfo entries
8818         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
8819           <Faroul@beyond.kn-bremen.de>)
8820         + remove -lcurses -ltermcap from configure script's check for the gpm
8821           library, since they are not really necessary (a properly configured
8822           gpm library has no dependency on any curses library), and if the
8823           curses library is not installed, this would cause the test to fail.
8824         + modify tic's -C option so that terminfo "use=" clauses are translated
8825           to "tc=" clauses even when running it as captoinfo.
8826         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
8827           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
8828         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
8829           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
8830         + correct a problem in libpanel, where the _nc_top_panel variable was
8831           not set properly when bottom_panel() is called to hide a panel which
8832           is the only one on the stack (report/analysis by Michael Andres
8833           <ma@suse.de>, patch by Juergen Pfeifer).
8834
8835 990918  pre-release
8836         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
8837           <j@interface-business.de>).
8838         + add top-level uninstall.data and uninstall.man makefile rules.
8839         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
8840           that hard-links work on Unix again.
8841         + change default value of cf_cv_builtin_bool to 1 (suggested by
8842           Jeremy Buhler), making it less likely that a conflicting declaration
8843           of bool will be seen when compiling with C++.
8844
8845 990911  pre-release
8846         + improved configure checks for builtin.h
8847         + minor changes to C++ binding (remove static initializations, and make
8848           configure-test for parameter initializations) for features not
8849           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
8850           applies to SGI, though I found SCO has the same characteristics).
8851         + corrected quoting of ETIP_xxx definitions which support old versions
8852           of g++, e.g., those using -lg++
8853         + remove 'L' code from safe_sprintf.c, since 'long double' is not
8854           widely portable.  safe_sprintf.c is experimental, however, and
8855           exists mainly as a fallback for systems without snprintf (reported
8856           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
8857         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
8858           so that it is not unnecessarily made extern (Jeffrey C Honig).
8859
8860 990904  pre-release
8861         + move definition for builtin.h in configure tests to specific check
8862           for libg++, since qt uses the same filename incompatibly.
8863         + correct logic of lib_termcap.c tgetstr function, which did not copy
8864           the result to the buffer parameter.  Testing shows Solaris does
8865           update this, though of course tgetent's buffer is untouched (reported
8866           in Peter Edwards <peter.edwards@ireland.com> in
8867           mpc.lists.freebsd.current newsgroup.
8868         + corrected beterm terminfo entry, which lists some capabilities which
8869           are not actually provided by the BeOS Terminal.
8870         + add special logic to replace select() calls on BeOS, whose select()
8871           function works only for sockets.
8872         + correct missing escape in mkterm.h.awk.in, which caused part
8873           of the copyright noticed to be omitted (reported by Peter
8874           Wemm <peter@netplex.com.au>).
8875         > several small changes to make the c++ binding and demo work on OS/2
8876           EMX (related to a clean reinstall of EMX):
8877         + correct library-prefix for c++ binding; none is needed.
8878         + add $x suffix to make_hash and make_keys so 'make distclean' works.
8879         + correct missing $x suffix for tack, c++ demo executables.
8880         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
8881           CF_STDCPP_LIBRARY (for -lstdc++)
8882
8883 990828  pre-release
8884         + add cygwin terminfo entry -TD
8885         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
8886         + add configure option --without-cxx-binding, modifying the existing
8887           --without-cxx option to check only for the C++ compiler
8888           characteristics.  Whether or not the C++ binding is needed, the
8889           configure script checks for the size/type of bool, to make ncurses
8890           match.  Otherwise C++ applications cannot use ncurses.
8891
8892 990821  pre-release
8893         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
8894         + minor corrections to beterm terminfo entry.
8895         + modify lib_setup.c to reject values of $TERM which have a '/' in
8896           them.
8897         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
8898           than one is on BeOS.  That would break a switch statement.
8899         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
8900           nonfunctional link().
8901         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
8902           BeOS's bool, which is declared as an unsigned char.
8903
8904 990814  pre-release
8905         + add ms-vt100 terminfo entry -TD
8906         + minor fixes for misc/emx.src, based on testing with tack.
8907         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
8908
8909 990731  pre-release
8910         + minor correction for 'screen' terminfo entry.
8911         + clarify description of errret values for setupterm in manpage.
8912         + modify tput to allow it to emit capabilities for hardcopy terminals
8913           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
8914         + modify the 'o' (panel) test in ncurses.c to show the panels in color
8915           or at least in bold, to test Juergen's change to wrefresh().
8916         > patches by Juergen Pfeifer:
8917         + Fixes a problem using wbkgdset() with panels.  It has actually
8918           nothing to with panels but is a problem in the implementation of
8919           wrefresh().  Whenever a window changes its background attribute to
8920           something different than newscr's background attribute, the whole
8921           window is touched to force a copy to newscr.  This is an unwanted
8922           side-effect of wrefresh() and it is actually not necessary.  A
8923           changed background attribute affects only further outputs of
8924           background it doesn't mean anything to the current content of the
8925           window.  So there is no need to force a copy.  (reported by Frank
8926           Heckenbach <frank@g-n-u.de>).
8927         + an upward compatible enhancement of the NCursesPad class in the C++
8928           binding.  It allows one to add a "viewport" window to a pad and then
8929           to use panning to view the pad through the viewport window.
8930
8931 990724  pre-release
8932         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
8933           signal was received while not in curses mode, e.g., endwin() was
8934           called in preparation for spawning a shell command (reported by Frank
8935           Heckenbach <frank@g-n-u.de>)
8936         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
8937         + change test for xterm mouse capability:  it now checks only if the
8938           user's $DISPLAY variable is set in conjunction with the kmous
8939           capability being present in the terminfo.  Before, it checked if any
8940           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
8941           However, some emulators which are incompatible with xterm in other
8942           ways do support the xterm mouse capability.
8943         + reviewed and made minor changes in ncurses to quiet g++ warnings
8944           about shadowed or uninitialized variables.  g++ incorrectly warns
8945           about uninitialized variables because it does not take into account
8946           short-circuit expression evaluation.
8947         + change ncurses 'b' test to start in color pair 0 and to show in the
8948           right margin those attributes which are suppressed by no_color_video,
8949           i.e., "(NCV)".
8950         + modify ifdef's in curses.h so that __attribute__ is not redefined
8951           when compiling with g++, but instead disabled the macros derived for
8952           __attribute__ since g++ does not consistently recognize the same
8953           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
8954         + update dependencies for term.h in ncurses/modules (reported by
8955           Ilya Zakharevich).
8956
8957 990710  pre-release
8958         + modify the form demo in ncurses.c to illustrate how to manipulate the
8959           field appearance, e.g, for highlighting or translating the field
8960           contents.
8961         + correct logic in write_entry from split-out of home_terminfo in
8962           980919, which prevented update of $HOME/.terminfo (reported by Philip
8963           Spencer <pspencer@fields.utoronto.ca>).
8964
8965 990703  pre-release
8966         + modify linux terminfo description to make use of kernel 2.2.x mods
8967           that support cursor style, e.g., to implement cvvis (patch by Frank
8968           Heckenbach <frank@g-n-u.de>)
8969         + add special-case in setupterm to retain previously-saved terminal
8970           settings in cur_term, which happens when curses and termcap calls are
8971           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
8972         + suppress initialization of key-tries in _nc_keypad() if we are only
8973           disabling keypad mode, e.g., in endwin() called when keypad() was
8974           not.
8975         + modify the Ada95 makefile to ensure that always the Ada files from
8976           the development tree are used for building and not the eventually
8977           installed ones (patch by Juergen Pfeifer).
8978
8979 990626  pre-release
8980         + use TTY definition in tack/sysdep.c rather than struct termios
8981           (reported by Philippe De Muyter).
8982         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
8983           not present on sysV68 (reported by Philippe De Muyter).
8984         + correct definition in comp_hash.c to build with configure
8985           --with-rcs-ids option.
8986
8987 990619  pre-release
8988         + modified ifdef's for sigaction and sigvec to ensure we do not try to
8989           handle SIGTSTP if neither is available (from report by Philippe De
8990           Muyter).
8991         > patch by Philippe De Muyter:
8992         + in tic.c, use `unlink' if `remove' is not available.
8993         + use only `unsigned' as fallback value for `speed_t'.  Some files used
8994           `short' instead.
8995
8996 990616  pre-release
8997         + fix some compiler warnings in tack.
8998         + add a check for predefined bool type in CC, based on report that
8999           BeOS predefines a bool type.
9000         + correct logic for infocmp -e option, i.e., the configure
9001           --with-fallbacks option, which I'd not updated when implementing
9002           extended names (cf:  990301).  The new implementation adds a "-E"
9003           option to infocmp -TD
9004         > patch by Juergen Pfeifer:
9005         + introduce the private type Curses_Bool in the Ada95 binding
9006           implementation.  This is to clearly represent the use of "bool" also
9007           in the binding.  It should have no effect on the generated code.
9008         + improve the man page for field_buffer() to tell the people, that the
9009           whole buffer including leading/trailing spaces is returned.  This is
9010           a common source of confusion, so it's better to document it clearly.
9011
9012 990614  pre-release
9013         > patch by Juergen Pfeifer:
9014         + use pragma PreElaborate in several places.
9015         + change a few System.Address uses to more specific types.
9016         + change interface version-number to 1.0
9017         + regenerate Ada95 HTML files.
9018
9019 990612  pre-release
9020         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
9021           if it appears that curses was never initialized, e.g., by initscr().
9022           For instance, this guards against setting the terminal modes to
9023           strange values if endwin() is called after setupterm().  In the same
9024           context, Solaris curses will dump core.
9025         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
9026           equivalent values in rmso or rmul by ensuring we do not modify the
9027           data which would be returned by the terminfo or termcap interfaces
9028           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
9029         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
9030           for magic cookies.
9031         + improve fallback declaration of 'bool' when the --without-cxx option
9032           is given, by using a 'char' on i386 and related hosts (prompted by
9033           discussion with Alexander V Lukyanov).
9034
9035 990605  pre-release
9036         + include time.h in lib_napms.c if nanosleep is used (patch by
9037           R Lindsay Todd <toddr@rpi.edu>).
9038         + add an "#undef bool" to curses.h, in case someone tries to define it,
9039           e.g., perl.
9040         + add check to tparm to guard against divide by zero (reported by Aaron
9041           Campbell <aaron@ug.cs.dal.ca>).
9042
9043 990516  pre-release
9044         + minor fix to build tack on CLIX (mismatched const).
9045         > patch by Juergen Pfeifer:
9046         + change Juergen's old email address with new one in the files where it
9047           is referenced.  The Ada95 HTML pages are regenerated.
9048         + update MANIFEST to list the tack files.
9049
9050 990509  pre-release
9051         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
9052           A. Tomei Torres).
9053
9054 990417  pre-release
9055         + add 'tack' program (which is GPL'd), updating it to work with the
9056           modified TERMTYPE struct and making a fix to support setaf/setab
9057           capabilities.  Note that the tack program is not part of the
9058           ncurses libraries, but an application which can be distributed with
9059           ncurses.  The configure script will ignore the directory if it is
9060           omitted, however.
9061         + modify gpm mouse support so that buttons 2 and 3 are used for
9062           select/paste only when shift key is pressed, making them available
9063           for use by an application (patch by Klaus Weide).
9064         + add complete list of function keys to scoansi terminfo entry - TD
9065
9066 990410  pre-release
9067         + add a simple test program cardfile.c to illustrate how to read form
9068           fields, and showing forms within panels.
9069         + change shared-library versioning for the Hurd to be like Linux rather
9070           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
9071         + add linux-lat terminfo entry.
9072         + back-out _nc_access check in read_termcap.c (both incorrect and
9073           unnecessary, except to guard against a small window where the file's
9074           ownership may change).
9075
9076 990403  pre-release
9077         + remove conflicting _nc_free_termtype() function from test module
9078           lib_freeall.c
9079         + use _nc_access check in read_termcap.c for termpaths[] array (noted
9080           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
9081         > patch by Juergen Pfeifer:
9082         + modify menu creation to not inherit status flag from the default menu
9083           which says that the associated marker string has been allocated and
9084           should be freed (bug reported by Marek Paliwoda"
9085           <paliwoda@kki.net.pl>)
9086
9087 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
9088         + minor fixes to xterm-xfree86 terminfo entry - TD.
9089         + split up an expression in configure script check for ldconfig to
9090           workaround limitation of BSD/OS sh (reported by Jeff Haas
9091           <jmh@mail.msen.com>).
9092         + correct a typo in man/form_hook.3x (Todd C Miller).
9093
9094 990318  pre-release
9095         + parenthesize and undef 'index' symbol in c++ binding and demo, to
9096           accommodate its definition on NeXT (reported by Francisco A. Tomei
9097           Torres).
9098         + add sigismember() to base/sigaction.c compatibility to link on NeXT
9099           (reported by Francisco A. Tomei Torres).
9100         + further refinements to inequality in hashmap.c to cover a case with
9101           ^U in nvi (patch by Alexander V Lukyanov).
9102
9103 990316  pre-release
9104         + add fallback definition for getcwd, to link on NeXT.
9105         + add a copy of cur_term to tic.c to make it link properly on NeXT
9106           (reported by Francisco A. Tomei Torres).
9107         + change inequality in hashmap.c which checks the distance traveled by
9108           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
9109           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
9110           C Honig).
9111
9112 990314  pre-release
9113         + modify lib_color.c to handle a special case where the curscr
9114           attributes have been made obsolete (patch by Alexander V Lukyanov).
9115         + update BSD/OS console terminfo entries to use klone+sgr and
9116           klone+color (patch by Jeffrey C Honig).
9117         + update glibc addon configure script for extended capabilities.
9118         + correct a couple of warnings in the --enable-const configuration.
9119         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
9120           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
9121
9122 990313  pre-release
9123         + correct typos in linux-c initc string - TD
9124         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
9125         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
9126           Alexander V Lukyanov).
9127
9128 990307  pre-release
9129         + back-out change to wgetch because it causes a problem with ^Z
9130           handling in lynx (reported by Kim DeVaughn).
9131
9132 990306  pre-release
9133         + add -G option to tic and infocmp, to reverse the "-g" option.
9134         + recode functions in name_match.c to avoid use of strncpy, which
9135           caused a 4-fold slowdown in tic (cf: 980530).
9136         + correct a few warnings about sign-extension in recent changes.
9137         > patch by Juergen Pfeifer:
9138         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
9139           + improved parameter checking in new_fieldtype().
9140           + fixed a typo in wgetch() timeout handling.
9141           + allow slk_init() to be called per newterm call.  The internal SLK
9142             state is stored in the SCREEN struct after every newterm() and then
9143             reset for the next newterm.
9144           + fix the problem that a slk_refresh() refreshes stdscr if the
9145             terminal has true SLKs.
9146         + update HTML documentation for Ada binding.
9147
9148 990301  pre-release
9149         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
9150           such as "#if TRUE" work.  This was originally done to allow for a C++
9151           compiler which would warn of implicit conversions between enum and
9152           int, but is not needed for g++ (reported by Kim DeVaughn).
9153         + add use_extended_names() function to allow applications to suppress
9154           read of the extended capabilities.
9155         + add configure option --enable-tcap-names to support logic which
9156           allows ncurses' tic to define new (i.e., extended) terminal
9157           capabilities.  This is activated by the tic -x switch.  The infocmp
9158           program automatically shows or compares extended capabilities.
9159           Note:  This changes the Strings and similar arrays in the TERMTYPE
9160           struct so that applications which manipulate it must be recompiled.
9161         + use macros typeMalloc, typeCalloc and typeRealloc consistently
9162           throughout ncurses library.
9163         + add _nc_strdup() to doalloc.c.
9164         + modify define_key() to allow multiple strings to be bound to the
9165           same keycode.
9166         + correct logic error in _nc_remove_string, from 990220.
9167         > patch for Ada95 binding (Juergen Pfeifer):
9168         + regenerate some of the html documentation
9169         + minor cleanup in terminal_interface-curses.adb
9170
9171 990220  pre-release
9172         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
9173           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
9174           that some entries will return kend & khome versus kslt and kfnd, for
9175           PC-style keyboards versus strict vt220 compatiblity - TD
9176         + add function keybound(), which returns the definition associated with
9177           a given keycode.
9178         + modify define_key() to undefine the given string when no keycode is
9179           given.
9180         + modify keyok() so it works properly if there is more than one string
9181           defined for a keycode.
9182         + add check to tic to warn about terminfo descriptions that contain
9183           more than one key assigned to the same string.  This is shown only if
9184           the verbose (-v) option is given.  Moved related logic (tic -v) from
9185           comp_parse.c into the tic program.
9186         + add/use _nc_trace_tries() to show the function keys that will be
9187           recognized.
9188         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
9189         > patch for Ada95 binding (Juergen Pfeifer):
9190         + remove all the *_adabind.c from ncurses, menu and form projects.
9191           Those little helper routines have all been implemented in Ada and are
9192           no longer required.
9193         + The option handling routines in menu and form have been made more
9194           save.  They now make sure that the unused bits in options are always
9195           zero.
9196         + modify configuration scripts to
9197           + use gnatmake as default compiler name.  This is a safer choice than
9198             gcc, because some GNAT implementations use other names for the
9199             compilerdriver to avoid conflicts.
9200           + use new default installation locations for the Ada files according
9201             to the proposed GNU Ada filesystem standard (for Linux).
9202         + simplify the Makefiles for the Ada binding
9203         + rename ada_include directory to src.
9204
9205 990213
9206         + enable sigwinch handler by default.
9207         + disable logic that allows setbuf to be turned off/on, because some
9208           implementations will overrun the buffer after it has been disabled
9209           once.
9210
9211 990206
9212         + suppress sc/rc capabilities from terminal description if they appear
9213           in smcup/rmcup.  This affects only scrolling optimization, to fix a
9214           problem reported by several people with xterm's alternate screen,
9215           though the problem is more general.
9216         > patch for Ada95 binding (Juergen Pfeifer):
9217         + removed all pragma Preelaborate() stuff, because the just released
9218           gnat-3.11p complains on some constructs.
9219         + fixed some upper/lower case notations because gnat-3.11p found
9220           inconsistent use.
9221         + used a new method to generate the HTML documentation of the Ada95
9222           binding.  This invalidates nearly the whole ./Ada95/html subtree.
9223           Nearly all current files in this subtree are removed
9224
9225 990130
9226         + cache last result from _nc_baudrate, for performance (suggested by
9227           Alexander V Lukyanov).
9228         + modify ClrUpdate() function to workaround a problem in nvi, which
9229           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
9230           ncurses repainted the screen with nulls before resuming normal
9231           operation (patch by Alexander V Lukyanov).
9232         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
9233           be any substring rather than the prefix.
9234         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
9235           not link a module if the only symbols exported from the module are
9236           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
9237           has seen messages claiming this behavior conforms to the standard.)
9238         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
9239           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
9240         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
9241           problem where ncurses applications which were run via a shell script
9242           would hang when given a ^Z.  Also, check if the terminal's process
9243           group is consistent, i.e., a shell has not taken ownership of it,
9244           before deciding to save the current terminal settings in the SIGTSTP
9245           handler (patch by Klaus Weide).
9246         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
9247           der Poel <bvdpoel@kootenay.com>).
9248         + correct a couple of typos in the macros supporting the configure
9249           --with-shlib-version option.
9250
9251 990123
9252         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
9253           by Kimio Ishii <ishii@csl.sony.co.jp>).
9254         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
9255           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
9256         + modify tput to accept termcap names as an alternative to terminfo
9257           names (patch by Jeffrey C Honig).
9258         + correct a typo in term.7 (Todd C Miller).
9259         + add configure --with-shlib-version option to allow installing shared
9260           libraries named according to release or ABI versions.  This
9261           parameterizes some existing logic in the configure script, and is
9262           intended for compatiblity upgrades on Digital Unix, which used
9263           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
9264         + resync configure script against autoconf 2.13 + patches
9265         + minor improvements for teraterm terminfo entry based on the program's
9266           source distribution.
9267
9268 990116
9269         + change default for configure --enable-big-core to assume machines do
9270           have enough memory to resolve terminfo.src in-memory.
9271         + correct name of ncurses library in TEST_ARGS when configuring with
9272           debug library.
9273         + minor fixes to compile ncurses library with broken-linker with g++.
9274         + add --enable-broken-linker configure option, default to environment
9275           variable $BROKEN_LINKER (request by Jeffrey C Honig).
9276         + change key_names[] array to static since it is not part of the curses
9277           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
9278
9279 990110
9280         + add Tera Term terminfo entry - TD
9281
9282 990109
9283         + reviewed/corrected macros in curses.h as per XSI document.
9284         + provide support for termcap PC variable by copying it from terminfo
9285           data and using it as the padding character in tputs (reported by
9286           Alexander V Lukyanov).
9287         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
9288           kf9-kf12 capabilities, as well as adding kcbt.
9289         + document the mouse handling mechanism in menu_driver and make a small
9290           change in menu_driver's return codes to provide more consistency
9291           (patch by Juergen Pfeifer).
9292         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
9293           by Uchiyama Yasushi <uch@nop.or.jp>).
9294         + move lib_restart.c to ncurses/base, since it uses curses functions
9295           directly, and therefore cannot be used in libtinfo.so
9296         + rename micro_char_size to micro_col_size, adding #define to retain
9297           old name.
9298         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
9299           XSI and Solaris 2.5.
9300         + minor makefile files to build ncurses test_progs
9301         + update html files in misc directory to reflect changes since 4.2
9302
9303 990102
9304         + disable scroll hints when hashmap is enabled (patch by Alexander
9305           V Lukyanov).
9306         + move logic for tic's verify of -e option versus -I and -C so that the
9307           terminfo data is not processed if we cannot handle -e (reported by
9308           Steven Schwartz <steves@unitrends.com>.
9309         + add test-driver traces to terminfo and termcap functions.
9310         + provide support for termcap ospeed variable by copying it from the
9311           internal cur_term member, and using ospeed as the baudrate reference
9312           for the delay_output and tputs functions.  If an application does not
9313           set ospeed, the library behaves as before, except that _nc_timed_wait
9314           is no longer used, or needed, since ospeed always has a value.  But
9315           the application can modify ospeed to adjust the output of padding
9316           characters (prompted by a bug report for screen 3.7.6 and email from
9317           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
9318         + removed some unused ifdef's as part of Alexander's restructuring.
9319         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
9320           Version 2.  This includes making some parameters NCURSES_CONST
9321           rather than const, e.g., in termcap.h.
9322         + change linux terminfo entry to use ncv#2, since underline does not
9323           work with color
9324
9325 981226
9326         + miscellaneous corrections for curses.h to match XSI.
9327         + change --enable-no-padding configure option to be normally enabled.
9328         + add section to ncurses manpage for environment variables.
9329         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
9330           changes, found no sign of problems on Linux (or on SunOS, Solaris)
9331           running screen built with ncurses.
9332         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
9333           Roskin <pavel_roskin@geocities.com>).
9334         + correct several font specification typos in man-pages.
9335
9336 981220
9337         + correct default value for BUILD_CC (reported by Larry Virden).
9338
9339 981219
9340         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
9341           it from changing the terminfo directory after chdir'ing to it.
9342           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
9343           by a Debian bug report).
9344         + correct/update ncsa terminfo entry (report by Larry Virden).
9345         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
9346           changes
9347         + add Mathew Vernon's mach console entries to terminfo.src
9348         + more changes, moving functions, as part of Alexander's restructuring.
9349         + modify configure script for GNU/Hurd share-library support, introduce
9350           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
9351           <uch@nop.or.jp>)
9352
9353 981212
9354         + add environment variable NCURSES_NO_SETBUF to allow disabling the
9355           setbuf feature, for testing purposes.
9356         + correct ifdef's for termcap.h versus term.h that suppress redundant
9357           declarations of prototypes (reported by H.J.Lu).
9358         + modify Makefile.os2 to add linker flags which allow multiple copies
9359           of an application to coexist (reported by Ilya Zakharevich).
9360         + update Makefile.glibc and associated configure script so that ncurses
9361           builds as a glibc add-on with the new directory configuration
9362           (reported by H.J.Lu).
9363
9364 981205
9365         + modify gen_reps() function in gen.c to work properly on SunOS
9366           (sparc), which is a left-to-right architecture.
9367         + modify relative_move and tputs to avoid an interaction with the
9368           BSD-style padding.  The relative_move function could produce a string
9369           to replace on the screen which began with a numeric character, which
9370           was then interpreted by tputs as padding.  Now relative_move will not
9371           generate a string with a leading digit in that case (overwrite).
9372           Also, tputs will only interpret padding if the string begins with a
9373           digit; as coded it permitted a string to begin with a decimal point
9374           or asterisk (reported by Larry Virden).
9375         > patches by Juergen Pfeifer:
9376         + fix a typo in m_driver.c mouse handling and improves the error
9377           handling.
9378         + fix broken mouse handling in the Ada95 binding
9379         + make the Ada95 sample application menus work with the new menu mouse
9380           support
9381         + improve the mouse handling introduced by Ilya; it now handles menus
9382           with spacing.
9383         + repair a minor bug in the menu_driver code discovered during this
9384           rework.
9385         + add new function wmouse_trafo() to hide implementation details of
9386           _yoffset member of WINDOW struct needed for mouse coordinate
9387           transformation.
9388
9389 981128
9390         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
9391           some older implementations (e.g., SunOS 4.x) return the buffer
9392           address rather than its length.
9393         > patch by Rick Ohnemus:
9394         + modify demo.cc to get it to compile with newer versions of egcs.
9395         + trim a space that appears at the end of the table preprocessor lines
9396           ('\" t).  This space prevents some versions of man from displaying
9397           the pages - changed to remove all trailing whitespace (TD)
9398         + finally, 'make clean' does not remove panel objects.
9399         > patches by Ilya Zakharevich:
9400         + allow remapping of OS/2 mouse buttons using environment variable
9401           MOUSE_BUTTONS_123 with the default value 132.
9402         + add mouse support to ncurses menus.
9403
9404 981121
9405         + modify misc/makedef.cmd to report old-style .def file symbols, and to
9406           generate the .def files sorted by increasing names rather than the
9407           reverse.
9408         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
9409           from misc/*.old), and updated based on the entrypoint coding he used
9410           for an older version of ncurses.
9411         + add README.emx, to document how to build on OS/2 EMX.
9412         + updates for config.guess, config.sub from Lynx
9413         > patches by Ilya Zakharevich:
9414         + minor fixes for mouse handling mode:
9415           a) Do not initialize mouse if the request is to have no mouse;
9416           b) Allow switching of OS/2 VIO mouse on and off.
9417         + modify Makefile.os2 to support alternative means of generating
9418           configure script, by translating Unix script with Perl.
9419         > patches by Juergen Pfeifer:
9420         + Updates MANIFEST to reflect changes in source structure
9421         + Eliminates a problem introduced with my last patch for the C++
9422           binding in the panels code.  It removes the update() call done in the
9423           panel destructor.
9424         + Changes in the Ada95 binding to better support systems where
9425           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
9426
9427 981114
9428         + modify install-script for manpages to skip over .orig and .rej files
9429           (request by Larry Virden).
9430         > patches/discussion by Alexander V Lukyanov:
9431         + move base-library sources into ncurses/base and tty (serial terminal)
9432           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
9433           changes to ncurses library.
9434         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
9435           be linked into the normal ncurses library.
9436         + move macro winch to a function, to hide details of struct ldat
9437         > patches by Juergen Pfeifer:
9438         + fix a potential compile problem in cursesw.cc
9439         + some Ada95 cosmetics
9440         + fix a gen.c problem when compiling on 64-Bit machines
9441         + fix Ada95/gen/Makefile.in "-L" linker switch
9442         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
9443
9444 981107
9445         + ifdef'd out lib_freeall.c when not configured.
9446         + rename _tracebits() to _nc_tracebits().
9447         + move terminfo-library sources into ncurses/tinfo, and trace-support
9448           functions into ncurses/trace as part of Alexander V Lukyanov's
9449           proposed changes to ncurses library.
9450         + modify generated term.h to always specify its own definitions for
9451           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
9452           broken configure scripts.
9453
9454 981031
9455         + modify terminfo parsing to accept octal and hexadecimal constants,
9456           like Solaris.
9457         + remove an autoconf 2.10 artifact from the configure script's check
9458           for "-g" compiler options.  (Though harmless, this confused someone
9459           at Debian, who recently issued a patch that results in the opposite
9460           effect).
9461         + add configure option --with-ada-compiler to accommodate installations
9462           that do not use gcc as the driver for GNAT (patch by Juergen
9463           Pfeifer).
9464
9465 981017
9466         + ensure ./man exists in configure script, needed when configuring
9467           with --srcdir option.
9468         + modify infocmp "-r" option to remove limit on formatted termcap
9469           output, which makes it more like Solaris' version.
9470         + modify captoinfo to treat no-argument case more like Solaris'
9471           version, which uses the contents of $TERMCAP as the entry to format.
9472         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
9473           (patch by Alexander V Lukyanov).
9474
9475 981010
9476         + modify --with-terminfo-dirs option so that the default value is the
9477           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
9478           rid of a hardcoded list of candidate directories in the configure
9479           script.
9480         + add some error-checking to _nc_read_file_entry() to ensure that
9481           strings are properly terminated (Todd C Miller).
9482         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
9483           correspond with contents (reported by Neil Zanella
9484           <nzanella@cs.mun.ca>).
9485         + remove redundant configure check for C++ which did not work when $CXX
9486           was specified with a full pathname (reported by Andreas Jaeger).
9487         + corrected bcopy/memmove check; the macro was not standalone.
9488
9489 981003
9490         + remove unnecessary portion of OS/2 EMX mouse change from
9491           check_pending() (reported by Alexander V Lukyanov).
9492
9493 980926
9494         + implement mouse support for OS/2 EMX (adapted from patch against
9495           4.2(?) by Ilya Zakharevich).
9496         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
9497         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
9498         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
9499           some older entries - TD
9500         + modify tic to compile into %'char' form in preference to %{number},
9501           since that is a little more efficient.
9502         + minor correction to infocmp to avoid displaying "difference" between
9503           two capabilities that are rendered in equivalent forms.
9504         + add "-g" option to tic/infocmp to force character constants to be
9505           displayed in quoted form.  Otherwise their decimal values are shown.
9506         + modify setupterm so that cancelled strings are treated the same as
9507           absent strings, cancelled and absent booleans false (does not affect
9508           tic, infocmp).
9509         + modify tic, infocmp to discard redundant i3, r3 strings when output
9510           to termcap format.
9511         > patch by Alexander V Lukyanov:
9512         + improve performance of tparm, now it takes 19% instead of 25% when
9513           profiling worm.
9514         + rename maxlen/minlen to prec/width for better readability.
9515         + use format string for printing strings.
9516         + use len argument correctly in save_text, and pass it to save_number.
9517
9518 980919
9519         + make test_progs compile (but hashmap does not function).
9520         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
9521           associated logic to avoid freeing the SP->_setbuf data.
9522         + add modules home_terminfo and getenv_num to libtinfo.
9523         + move write_entry to libtinfo, to work with termcap caching.
9524         + minor fixes to blue.c to build with atac.
9525         + remove softscroll.c module; no longer needed for testing.
9526         > patches by Todd C Miller:
9527         + use strtol(3) instead of atoi(3) when parsing env variables so we can
9528           detect a bogus (non-numeric) value.
9529         + check for terminal names > MAX_NAME_SIZE in a few more places when
9530           dealing with env variables again.
9531         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
9532         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
9533           string #define (compile time vs runtime).
9534         + when setting errno to ENOMEM, set it right before the return, not
9535           before code that could, possibly, set errno to a different value.
9536         > patches by Alexander V Lukyanov:
9537         + use default background in update_cost_from_blank()
9538         + disable scroll-hints when hashmap is configured.
9539         + improve integration of hashmap scrolling code, by adding oldhash and
9540           newhash data to SP struct.
9541         + invoke del_curterm from delscreen.
9542         + modify del_curterm to set cur_term to null if it matches the
9543           function's parameter which is deleted.
9544         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
9545           exit_insert_mode combination, adjusting InsCharCost to check
9546           enter_insert_mode, exit_insert_mode and insert_padding.  Add
9547           insert_padding in insert mode after each char.  This adds new costs
9548           to the SP struct.
9549
9550 980912
9551         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
9552           consistent treatment.
9553         + modify ncurses to restore output to unbuffered on endwin, and resume
9554           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
9555         + corrected HTML version numbers (according to the W3C validator, they
9556           never were HTML 2.0-compliant, but are acceptable 3.0).
9557
9558 980905
9559         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
9560           capability name, as in SVr4.
9561         + modified term.h, termcap.h headers to avoid redundant declarations.
9562         + change 'u_int' type in tset.c to unsigned, making this compile on
9563           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
9564
9565 980829
9566         + corrections to mailing addresses, and moving the magic line that
9567           causes the man program to invoke tbl to the first line of each
9568           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
9569         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
9570           (from J.J.G.Ripoll, with further integration by TD).
9571         + correct a typo in icl6404 terminfo entry.
9572         + add xtermm and xtermc terminfo entries.
9573         > from esr's terminfo version:
9574         + Added Francesco Potorti's tuned Wyse 99 entries.
9575         + dtterm enacs (from Alexander V Lukyanov).
9576         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
9577
9578 980822
9579         + document AT&T acs characters in terminfo.5 manpage.
9580         + use EMX _scrsize() function if terminfo and environment do not
9581           declare the screen size (reported by Ilya Zakharevich
9582           <ilya@math.ohio-state.edu>).
9583         + remove spurious '\' characters from eterm and osborne terminfo
9584           entries (prompted by an old Debian bug report).
9585         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
9586           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
9587         + correct misplaced parenthesis which caused file-descriptor from
9588           opening termcap to be lost, from 980725 changes (reported by Andreas
9589           Jaeger).
9590
9591 980815
9592         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
9593           when termios is not used (patch by Todd C Miller).
9594         + add function _nc_doalloc, to ensure that failed realloc calls do not
9595           leak memory (reported by Todd C Miller).
9596         + improved ncsa-telnet terminfo entry.
9597
9598 980809
9599         + correct missing braces around a trace statement in read_entry.c,
9600           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
9601           Daia).
9602
9603 980808
9604         + fix missing include <errno.h> in ditto.c (reported by Bernhard
9605           Rosenkraenzer <bero@k5.sucks.eu.org>)
9606         + add NCSA telnet terminfo entries from Francesco Potorti
9607           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
9608         + make handling of $LINES and $COLUMNS variables more compatible with
9609           Solaris by allowing them to individually override the window size
9610           as obtained via ioctl.
9611
9612 980801
9613         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
9614           which may reset all attributes in the 'op' capability, so that colors
9615           are set before turning on bold and other attributes, but still after
9616           turning attributes off.
9617         + add 'ditto.c' to test directory to illustrate use of newterm for
9618           initializing multiple screens.
9619         + modify _nc_write_entry() to recover from failed attempt to link alias
9620           for a terminfo on a filesystem which does not preserve character case
9621           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
9622
9623 980725
9624         + updated versions of config.guess and config.sub based on automake 1.3
9625         + change name-comparisons in lib_termcap to compare no more than 2
9626           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
9627           with Solaris curses).
9628         + fix typo in curs_insstr.3x (patch by Todd C Miller)
9629         + use 'access()' to check if ncurses library should be permitted to
9630           open or modify files with fopen/open/link/unlink/remove calls, in
9631           case the calling application is running in setuid mode (request by
9632           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
9633           <dps@io.stargate.co.uk>).
9634         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
9635         + qnxt2 and minitel terminfo entries from esr's version.
9636
9637 980718
9638         + use -R option with ldconfig on FreeBSD because otherwise it resets
9639           the search path to /usr/lib (reported by Dan Nelson).
9640         + add -soname option when building shared libraries on OpenBSD 2.x
9641           (request by QingLong).
9642         + add configure options --with-manpage-format and
9643           --with-manpage-renames (request by QingLong).
9644         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
9645           omitting the high-order byte, producing a 254 in the compiled
9646           terminfo.
9647         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
9648           tigetnum and tigetstr to be compatible with Solaris (gleaned from
9649           Debian distribution of 1.9.9g-8.8).
9650         + modify _nc_syserr_abort to abort only when compiled for debugging,
9651           otherwise simply exit with an error.
9652
9653 980711
9654         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
9655           "_g" for a debug build).
9656         + update Ada95 'make clean' rule to include generics .ali files
9657         + add a configure test to ensure that if GNAT is found, that it can
9658           compile/link working Ada95 program.
9659         + flush output in beep and flash functions, fixing a problem with
9660           getstr (patch by Alexander V Lukyanov)
9661         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
9662         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
9663           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
9664         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
9665           Nelson).
9666
9667 980704
9668         + merge changes from current XFree86 xterm terminfo descriptions.
9669         + add configure option '--without-ada'.
9670         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
9671           corresponds to vt100.
9672         + change translation for termcap 'rs' to terminfo 'rs2', which is
9673           the documented equivalent, rather than 'rs1'.
9674
9675 980627
9676         + slow 'worm' down a little, for very fast machines.
9677         + corrected firstchar/lastchar computation in lib_hline.c
9678         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
9679           CHANGED_TO_EOL macros.
9680         + modify init_pair so that if a color-pair is reinitialized, we will
9681           repaint the areas of the screen whose color changes, like SVr4 curses
9682           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
9683         + modify getsyx/setsyx macros to comply with SVr4 man-page which
9684           says that leaveok() affects their behavior (report by Darryl Miles,
9685           patch by Alexander V Lukyanov).
9686
9687 980620
9688         + review terminfo.5 against Solaris 2.6 curses version, corrected
9689           several minor errors/omissions.
9690         + implement tparm %l format.
9691         + implement tparm printf-style width and precision for %s, %d, %x, %o
9692           as per XSI.
9693         + implement tparm dynamic variables (reported by Xiaodan Tang).
9694
9695 980613
9696         + update man-page for for wattr_set, wattr_get (cf:  980509)
9697         + correct limits in hashtest, which would cause nonprinting characters
9698           to be written to large screens.
9699         + correct configure script, when --without-cxx was specified:  the
9700           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
9701           2.8 tolerated the missing 'int'.
9702         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
9703           compiler's name might be something like "egcs" (patch by Juergen
9704           Pfeifer).
9705         + correct curs_addch.3x, which implied that echochar could directly
9706           display control characters (patch by Alexander V Lukyanov).
9707         + fix typos in ncurses-intro.html (patch by Sidik Isani
9708           <isani@cfht.hawaii.edu>)
9709
9710 980606
9711         + add configure test for conflicting use of exception in math.h and
9712           other headers.
9713         + minor optimization to 'hash()' function in hashmap.c, reduces its
9714           time by 10%.
9715         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
9716         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
9717           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
9718         > patch by Alexander V Lukyanov:
9719         + correct problem on Solaris (with poll() function) where getch could
9720           hang indefinitely even if timeout(x) was called.  This turned out to
9721           be because milliseconds was not updated before 'goto retry' in
9722           _nc_timed_wait.
9723         + simplified the function _nc_timed_wait and fixed another bug, which
9724           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
9725           assignment.
9726         + removed the cycle on EINTR, as it seems to be useless.
9727
9728 980530
9729         + add makefile-rule for test/keynames
9730         + modify run_tic.sh and shlib to ensure that user's .profile does not
9731           override the $PATH used to run tic (patch by Tim Mooney).
9732         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
9733           needed for HP-UX shared-library path (recommended by Tim Mooney).
9734         + remove special case of HP-UX -L options, use +b options to embed
9735           $(libdir) in the shared libraries (recommended by Tim Mooney).
9736         + add checks for some possible buffer overflows and unchecked
9737           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
9738           <Todd.Miller@courtesan.com>)
9739
9740 980523
9741         + correct maxx/maxy expression for num_columns/num_lines in derwin
9742           (patch by Alexander V Lukyanov).
9743         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibilty
9744           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
9745           configure option (suggested by Mike Hopkirk).
9746         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
9747           Hopkirk <hops@sco.com>).
9748         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
9749           Makefile.in, since this conflicts when g++ is used with HP-UX
9750           compiler (reported by Tim Mooney).
9751         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
9752           in some C++ implementations (reported by several people running
9753           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
9754
9755 980516
9756         + modify write_entry.c so that it will not attempt to link aliases
9757           with embedded '/', but give only a warning.
9758         + put -L$(libdir) first when linking programs, except for HP-UX.
9759         + modify comp_scan.c to handle SVr4 terminfo description for att477,
9760           which contains a colon in the description field.
9761         + modify configure script to support SCO osr5.0.5 shared libraries,
9762           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
9763         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
9764           Lukyanov).
9765         + minor adjustments of const/NCURSES_CONST from IRIX compile.
9766         + add updates based on esr's 980509 version of terminfo.src.
9767
9768 980509
9769         + correct macros for wattr_set, wattr_get, separate wattrset macro from
9770           these to preserve behavior that allows attributes to be combined with
9771           color pair numbers.
9772         + add configure option --enable-no-padding, to allow environment
9773           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
9774           thereby making terminal emulators (e.g., for vt100) a little more
9775           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
9776         + modify configure script to embed ABI in shared libraries for HP-UX
9777           10.x (detailed request by Tim Mooney).
9778         + add test/example of the 'filter()' function.
9779         + add nxterm and xterm-color terminfo description (request by Cristian
9780           Gafton <gafton@redhat.com>).
9781         + modify rxvt terminfo description to clear alternate screen before
9782           switching back to normal screen, for compatibility with applications
9783           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
9784         + modify linux terminfo description to reset color palette (reported
9785           by Telford Tendys <telford@eng.uts.edu.au>).
9786         + correction to doupdate, for case where terminal does not support
9787           insert/delete character.  The logic did not check that there was a
9788           difference in alignment of changes to old/new screens before
9789           repainting the whole non-blank portion of the line.  Modified to fall
9790           through into logic that reduces by the portion which does not differ
9791           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
9792         + minor performance improvement to wnoutrefresh by moving some
9793           comparisons out of inner loop.
9794
9795 980425
9796         + modify configure script to substitute NCURSES_CONST in curses.h
9797         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
9798           xterm-8bit to correspond to XFree86 3.9Ag.
9799         + remove restriction that forces ncurses to use setaf/setab if the
9800           number of colors is greater than 8.  (see 970524 for xterm-16color).
9801         + change order of -L options (so that $(libdir) is searched first) when
9802           linking tic and other programs, to workaround HP's linker.
9803           Otherwise, the -L../lib is embedded when linking against shared
9804           libraries and the installed program does not run (reported by Ralf
9805           Hildebrandt).
9806         + modify configuration of shared libraries on Digital Unix so that
9807           versioning is embedded in the library, rather than implied by
9808           links (patch by Tim Mooney).
9809
9810 980418
9811         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
9812           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
9813           <R.Hildebrandt@tu-bs.de>).
9814         + correct configure tests in CF_SHARED_OPTS which used $CC value to
9815           check for gcc, rather than autoconf's $GCC value.  This did not
9816           work properly if the full pathname of the compiler were given
9817           (reported by Michael Yount <yount@csf.Colorado.edu>).
9818         + revise check for compiler options to force ANSI mode since repeating
9819           an option such as -Aa causes HP's compiler to fail on its own headers
9820           (reported by Clint Olsen <olsenc@ichips.intel.com>).
9821
9822 980411
9823         + ifdef'd has_key() and mcprint() as extended functions.
9824         + modified several prototypes to correspond with 1997 version of
9825           X/Open Curses (affects ABI since developers have used attr_get).
9826         + remove spurious trailing blanks in glibc addon-scripts (patch by
9827           H.J.Lu).
9828         + insert a few braces at locations where gcc-2.8.x asks to use them to
9829           avoid ambigous else's, use -fpic rather than -fPIC for Linux (patch
9830           by Juergen Pfeifer).
9831
9832 980404
9833         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
9834           before -l to accommodate Solaris' linker (reported by Larry Virden).
9835
9836 980328
9837         + modify lib_color.c to eliminate dependency on orig_colors and
9838           orig_pair, since SVr4 curses does not require these either, but
9839           uses them when they are available.
9840         + add detailed usage-message to infocmp.
9841         + correct a typo in att6386 entry (a "%?" which was "?").
9842         + add -f option to infocmp and tic, which formats the terminfo
9843           if/then/else/endif so that they are readable (with newlines and
9844           tabs).
9845         + fixes for glibc addon scripts (patch by H.J.Lu).
9846
9847 980321
9848         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
9849           declared (from Adam J Richter <adam@yggdrasil.com>)
9850         + remove spurious curs_set() call from leaveok() (J T Conklin).
9851         + corrected handling leaveok() in doupdate() (patch by Alexander V.
9852           Lukyanov).
9853         + improved version of wredrawln (patch by Alexander V. Lukyanov).
9854         + correct c++/Makefile.in so install target do not have embedded ../lib
9855           to confuse it (patch by Thomas Graf <graf@essi.fr>).
9856         + add warning to preinstall rule which checks if the installer would
9857           overwrite a curses.h or termcap.h that is not derived from ncurses.
9858           (The recommended configuration for developers who need both is to
9859           use --disable-overwrite).
9860         + modify preinstall rule in top-level Makefile to avoid implicit
9861           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
9862           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
9863           <te@informatik.uni-hannover.de>)
9864         + refine ifdef's for TRACE so that libncurses has fewer dependencies
9865           on libtinfo when TRACE is disabled.
9866         + modify configure script so that if the --with-termlib option is used
9867           to generate a separate terminfo library, we chain it to the ncurses
9868           library with a "-l" option (reported by Darryl Miles and Ian T.
9869           Zimmerman).
9870
9871 980314
9872         + correct limits and window in wredrawln function (reported/analysis by
9873           Alexander V. Lukyanov).
9874         + correct sed expression in configure script for --with-fallback
9875           option (patch by Jesse Thilo).
9876         + correct some places in configure script where $enableval was used
9877           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
9878         + modify some man-pages so no '.' or '..' falls between TH and SH
9879           macros, to accommodate man_db program (reported by Ian T. Zimmerman
9880           <itz@rahul.net>).
9881         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
9882         > several changes by Juergen Pfeifer:
9883         + add copyright notices (and rcs id's) on remaining man-pages.
9884         + corrected prototypes for slk_* functions, using chtype rather than
9885           attr_t.
9886         + implemented the wcolor_set() and slk_color() functions
9887         + the slk_attr_{set,off,on} functions need an additional void*
9888           parameter according to XSI.
9889         + fix the C++ and Ada95 binding as well as the man pages to
9890           reflect above enhancements.
9891
9892 980307
9893         + use 'stat()' rather than 'access()' in toe.c to check for the
9894           existence of $HOME/.terminfo, since it may be a file.
9895         + suppress configure CF_CXX_LIBRARY check if we are not using g++
9896           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
9897           Juergen Pfeifer).
9898         + turn on hashmap scrolling code by default, intend to remedy defects
9899           by 4.3 release.
9900         + minor corrections to terminfo.src changelog.
9901
9902 980302  4.2 release for upload to prep.ai.mit.edu
9903         + correct Florian's email address in ncurses-intro.html
9904         + terminfo.src 10.2.0 (ESR).
9905
9906 980228  pre-release
9907         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
9908           QingLong <qinglong@Bolizm.ihep.su>).
9909         + minor documentation fixes (patch by Juergen Pfeifer).
9910         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
9911           <claesg@algonet.se>).
9912         + correct sign-extension in lib_insstr.c (reported by Sotiris
9913           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
9914
9915 980221  pre-release
9916         + regenerated some documentation overlooked in 980214 patch
9917           (ncurses-intro.doc, curs_outopts.3x.html)
9918         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
9919           Juergen Pfeifer).
9920         + change maintainer's mailing address to florian@gnu.org, change
9921           tentative mailing list address to bug-ncurses-request@gnu.org (patch
9922           by Florian La Roche).
9923         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
9924           Hasse <gh@raditex.se>).
9925         + restore version numbers to Ada95 binding, accidentally deleted by
9926           copyright patch (patch by Juergen Pfeifer).
9927
9928 980214  pre-release
9929         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
9930           distributions, though it is retained in development.
9931         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
9932           by Jeremy Buhler).
9933         + update mailing-list information (bug-ncurses@gnu.org).
9934         + update announcement for upcoming 4.2 release.
9935         + modify -lm test to check for 'sin()' rather than 'floor()'
9936         + remove spurious commas from terminfo.src descriptions.
9937         + change copyright notices to Free Software Foundation
9938
9939 980207
9940         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
9941           CF_SIZECHANGE
9942         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
9943         + ifdef-out true-return from _nc_mouse_inline() which depends on
9944           merge of QNX patch (pending 4.2 release).
9945         > patch to split off seldom-used modules in ncurses (J T Conklin):
9946           This reduces size by up to 2.6kb.
9947         + move functionality of _nc_usleep into napms, add configuration case
9948           for nanosleep().
9949         + moved wchgat() from lib_addch.c to lib_chgat.c
9950         + moved clearok(), immedok(), leaveok(), and scrollok() from
9951           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
9952           lib_scrollok.c.
9953         + moved napms() from lib_kernel.c to lib_napms.c
9954         + moved echo() and noecho() from lib_raw.c to lib_echo.c
9955         + moved nl() and nonl() from lib_raw.c to lib_nl.c
9956
9957 980131
9958         + corrected conversion in tclock.c (cf: 971018).
9959         + updates to Makefile.glibc and associated Linux configure script
9960           (patch by H.J.Lu).
9961         + workaround a quoting problem on SunOS with tar-copy.sh
9962         + correct init_pair() calls in worm.c to work when use_default_colors()
9963           is not available.
9964         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
9965           2.1.5
9966         + add ncv capability to FreeBSD console (cons25w), making reverse
9967           work with color.
9968         + correct sense of configure-test for sys/time.h inclusion with
9969           sys/select.h
9970         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
9971         + remove unused/obsolete test-program rules from progs/Makefile.in
9972           (the rules in ncurses/Makefile.in work).
9973         + remove shared-library loader flags from test/Makefile.in, etc.
9974         + simplify test/configure.in using new version of autoconf to create
9975           test/ncurses_cfg.h
9976         + suppress suffix rules in test/Makefile.in, provide explicit
9977           dependency to work with --srcdir option and less capable 'make'
9978           programs.
9979         > adapted from patch for QNX by Xiaodan Tang:
9980         + initialize %P and %g variables set/used in tparm, and also ensure
9981           that empty strings don't return a null result from tparam_internal
9982         + add QNX-specific prototype for vsscanf()
9983         + move initialization of SP->_keytry from init_keytry() to newterm() to
9984           avoid resetting it via a keyok() call by mouse_activate().
9985         + reorganized some functions in lib_mouse() to use case-statements.
9986         + remove sgr string from qnx terminfo entry since it is reported to
9987           turn off attributes inconsistently.
9988
9989 980124
9990         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
9991           test for no_color_video.
9992         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
9993           and 'k' tests.
9994         + implement no_color_video attribute, and as a special case, reverse
9995           colors when the reverse attribute cannot be combined with color.
9996         + check for empty string in $TERM variable (reported by Brett Michaels
9997           <brett@xylan.com>).
9998         > from reports by Fred Fish:
9999         + add configure-test for isascii
10000         + add configure-test for -lm library.
10001         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
10002         > patches by J.J.G.Ripoll
10003         + add configure/makefile variables to support .exe extension on
10004           OS/2 EMX (requires additional autoconf patches).
10005         + explicitly initialize variables in lib_data.c to appease OS/2 linker
10006         > patches by Fred Fish <fnf@ninemoons.com>
10007         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
10008           directory.
10009         + aclocal.m4 (install.includes):  Remove files in the include directory
10010           where we are going to install new ones, not the original source
10011           files.
10012         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
10013           distributed with BeOS PR2 using captoinfo.
10014         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
10015         + aclocal.m4: Assume bool types are unsigned.
10016         + progs/infocmp.c: workaround mwcc 32k function data limit
10017
10018 980117
10019         + correct initialization of color-pair (cf: 970524) in xmas.c, which
10020           was using only one color-pair for all colors (reported by
10021           J.J.G.Ripoll).
10022         + add multithread options for objects build on EMX, for compatibility
10023           with XFree86.
10024         + split up an expression in MKlib_gen.sh to work around a problem on
10025           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
10026         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
10027           hard reset.
10028         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
10029         + remove bold/underline from sun console entries since they're not
10030           implemented.
10031         + correct _tracef calls in _tracedump(), which did not separate format
10032           from parameters.
10033         + correct getopt string for tic "-o" option, and add it to man-page
10034           synopsis (reported by Darren Hiebert <darren@hmi.com>).
10035         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
10036           optimization (Alexander V.  Lukyanov).
10037         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
10038           Muyter <phdm@macqel.be>).
10039         > patches by Juergen Pfeifer:
10040         + Improve a feature of the forms driver.  For invisible fields
10041           (O_VISIBLE off) only the contents but not the attributes are cleared.
10042           We now clear both.  (Reported by Javier Kohan
10043           <jkohan@adan.fceia.unr.edu.ar>)
10044         + The man page form_field_opts.3x makes now clear, that invisible
10045           fields are also always inactive.
10046         + adjust ifdef's to compile the C++ binding with the just released
10047           gcc-2.8.0 c++ and the corresponding new C++ libraries.
10048
10049 980110
10050         + correct "?" command in ncurses.c; it was performing non-screen writes
10051           while the program was in screen mode.  (It "worked" in 1.9.9e because
10052           that version sets OPOST and OCRNL incorrectly).
10053         + return error from functions in lib_kernel, lib_raw and lib_ti if
10054           cur_term is null, or if underlying I/O fails.
10055         + amend change to tputs() so that it does not return an error if
10056           cur_term is null, since some applications depend on being able to use
10057           tputs without initializing the terminal (reported by Christian J.
10058           Robinson <infynity@cyberhighway.net>).
10059
10060 980103
10061         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
10062           1.9.9e, together with fixes/additions for the "ansi" terminal type.
10063         + add tic check for save/restore cursor if change_scroll_region is
10064           defined (reference: O'Reilly book).
10065         + modify read_termcap.c to handle EMX-style pathnames (reported by
10066           J.J.G.Ripoll).
10067         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
10068           Ripoll says EMX's curses does this.
10069         + modify _nc_tic_expand() to generate \0 rather than \200.
10070         + move/revise 'expand()' from dump_entry.c to ncurses library as
10071           _nc_tic_expand(), for use by tack.
10072         + decode \a as \007 for terminfo, as per XSI.
10073         + correct translation of terminfo "^@", to \200, like \0.
10074         + modify next_char() to treat <cr><lf> the same as <newline>, for
10075           cross-platform compatibility.
10076         + use new version of autoconf (971230) to work around limited
10077           environment on CLIX, due to the way autoconf builds --help message.
10078         > patch by Juergen Pfeifer:
10079         + check that the Ada95 binding runs against the correct version of
10080           ncurses.
10081         + insert constants about the library version into the main spec-file of
10082           the Ada95 binding.
10083
10084 971227
10085         + modify open/fopen calls to use binary mode, needed for EMX.
10086         + modify configure script to work with autoconf 2.10 mods for OS/2
10087           EMX (from J.J.G.Ripoll).
10088         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
10089           bypasses limited sed buffer length.
10090         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
10091           (J.J.G.Ripoll) to support OS/2 EMX:
10092         + add a _scrolling flag to SP, to set when we encounter a terminal
10093           that simply cannot scroll.
10094         + corrected logic in _nc_add_to_try(), by ensuring that strings with
10095           embedded \200 characters are matched.
10096         + don't assume the host has 'link()' function, for linking terminfo
10097           entries.
10098
10099 971220
10100         + if there's no ioctl's to support sigwinch handler, disable it.
10101         + add configure option --disable-ext-funcs to remove the extended
10102           functions from the build.
10103         + add configure option --with-termlib to generate the terminfo
10104           functions as a separate library.
10105         + add 'sources' rule to facilitate cross-compiling.
10106         + review/fix order of mostlyclean/clean/distclean rules.
10107         + modify install-rule for headers to first remove old header, in
10108           case there was a symbolic link that confuses the install script.
10109         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
10110         + add null pointer checks in wnoutrefresh(), overlap() (patch by
10111           Xiaodan Tang <xtang@qnx.com>)
10112         + correct tputs(), which could dereference a null cur_term if invoked
10113           before terminal is initialized (patch by Christopher Seawood
10114           <cls@seawood.org>)
10115         > patch by Juergen Pfeifer:
10116         + makes better use of "pragma Inline" in the Ada95 binding
10117         + resynchronizes the generated html manpages
10118
10119 971213
10120         + additional fixes for man-pages section-references
10121         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
10122           to tic, etc.
10123         + remove hpa/vpa from rxvt terminal description because they are not
10124           implemented correctly, added sgr0.
10125         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
10126           Leitgeb <leitgeb@leland.stanford.edu>)
10127
10128 971206
10129         + modify protection when installing libraries to (normally) not
10130           executable.  HP-UX shared libraries are an exception.
10131         + add configure check for 'tack'.
10132         + implement script for renaming section-references in man-page install,
10133           for Debian configuration.
10134         + add validity-check for SP in trace code in baudrate() (reported by
10135           Daniel Weaver).
10136         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
10137         + modify 'overlay()' so that copy applies target window background to
10138           characters.
10139         + correct 'mvwin()' so that it does not clear the previous locations.
10140         + correct lib_acs.c so that 8-bit character is not sign expanded in
10141           case of wide characters in chtype.
10142         + correct control-char test in lib_addch.c for use with wide chars
10143         + use attribute in the chtype when adding a control character in
10144           lib_addch.c control char was added with current attribute
10145
10146 971129
10147         + save/restore errno in _tracef() function
10148         + change treatment of initialize_color to use a range of 0..1000
10149           (recommended by Daniel Weaver).
10150         + set umask in mkinstalldirs, fixing problems reported by users who
10151           have set root's umask to 077.
10152         + correct bug in tic that caused capabilities to be reprinted at the
10153           end of output when they had embedded comments.
10154         + rewrote wredrawln to correspond to XSI, and split-out since it is
10155           not often used (from report by Alexander V. Lukyanov, 970825)
10156         + rewrote Dan Nelson's change to make it portable, as well as to
10157           correct logic for handling backslashes.
10158         + add code to _nc_tgetent() to make it work more like a real tgetent().
10159           It removes all empty fields, and removes all but the first in a group
10160           of duplicate caps.  The code was pulled from the BSD libtermcap code
10161           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
10162         + don't include --enable-widec in the --with-develop configure option,
10163           since it is not binary-compatible with 4.1 (noted by Alexander V.
10164           Lukyanov)
10165         > patch by Juergen Pfeifer:
10166         + further improvements of the usage of elaboration pragmas in the Ada95
10167           binding
10168         + enhanced Ada95 sample to use the user_data mechanism for panels.
10169         + a fix for the configuration script to make gnat-3.10 the required
10170           version.
10171         + resync of the html version of the manpages
10172
10173 971122
10174         > fixes/updates for terminfo.src:
10175         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
10176           version.
10177         + add hds200 description (Walter Skorski)
10178         + add EMX 0.9b descriptions
10179         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
10180         + rename xhpterm back to hpterm.
10181         > patch by Juergen Pfeifer:
10182         + Improves the usage of elaboration pragmas for the Ada95 binding.
10183         + Adds a translation of the test/rain.c into Ada95 to the samples.
10184           This has been contributed to the project by Laurent Pautet
10185           (pautet@gnat.com)
10186
10187 971115
10188         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
10189           in HP-UX terminfo.
10190         + correction & simplification of delay computation in tputs, based on
10191           comments from Daniel Weaver.
10192         + replace test for SCO with more precise header tests.
10193         + add configure test for unsigned literals, use in NCURSES_BITS macro.
10194         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
10195           since they probably are not needed, and are less efficient (noted by
10196           Juergen Fluk)
10197         + add -L$(libdir) to loader options, after -L../lib so that loaders
10198           that record this information will tend to do the right thing if
10199           the programs are moved around after installing them (suggested by
10200           Juergen Fluk).
10201         + add -R option to loader options for programs for Solaris if the
10202           --enable-rpath option is specified for the libraries.
10203
10204 971112
10205         + correct installed filename for shared libraries on *BSD (reported by
10206           Juergen Fluk).
10207
10208 971108
10209         + cleanup logic for deciding when tputs() should call delay_output(),
10210           based on comments from Daniel Weaver.
10211         + modified tputs() to avoid use of float.
10212         + correct use of trailpad in tputs(), which used the wrong variable
10213           in call to delay_output().
10214         + correct inverted expression for null-count in delay_output()
10215           (analysis by Daniel Weaver).
10216         + apply --enable-rpath option to Solaris (requested by Larry Virden).
10217         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
10218         + correct check for error-return by _nc_tgetent(), which returns 0
10219           for success.
10220         + add configure test for BSD 4.4 cgetent() function, modify
10221           read_termcap.c to use the host's version of that if found, using the
10222           terminal database on FreeBSD (reported by Peter Wemm).
10223         + add u8, u9 strings to sun-il description for Daniel Weaver.
10224         + use NCURSES_CONST in panel's user-pointer.
10225         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
10226           so that will work on NeXT.
10227         + use _nc_set_screen() rather than assignments to SP to fix port to
10228           NeXT (reported by Francisco A. Tomei Torres).
10229
10230 971101
10231         + force mandatory padding in bell and flash_screen, as specified in
10232           XSI.
10233         + don't allow padding_baud_rate to override mandatory delays (reported
10234           by Daniel Weaver).
10235         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
10236           defined, or if the cur_term pointer is not initialized.  XSI treats
10237           this as unspecified.  (requested by Daniel Weaver).
10238         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
10239           when that feature is not configured.
10240         + remove _nc_err_abort() calls when write_entry.c finds a directory but
10241           cannot write to it, e.g., when translating part/all of /etc/termcap
10242           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
10243           (this dates back to 951102 in 1.9.7a).
10244         + minor ifdef fixes to compile with atac and glibc 2.0.5c
10245         + add check for -lgen when configuring regexpr.h
10246         + modify Solaris shared-library option "-d y" to "-dy" to workaround
10247           incompatibility of gcc 2.7.2 vs vendor's tools.
10248
10249 971026
10250         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
10251           to compile on SCO.
10252         + remove dangling backslash in panel/Makefile.in
10253         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
10254           length() function.
10255         + correct length of allocation in _nc_add_to_try(), to allow for
10256           trailing null.
10257         + correct logic in _nc_remove_key(), which was discarding too many
10258           nodes (patch by Alexander V. Lukyanov)
10259
10260 971025
10261         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
10262           shared libraries link properly (see 970524).
10263         + modify Linux shared-library generation to include library
10264           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
10265           panel libraries (suggested by Juergen Pfeifer).
10266         + modify configure script to use config.guess and config.sub rather
10267           than uname, which is unreliable on some systems.
10268         + updated Makefile.glibc, test-built with glibc 2.0.5c
10269         + modify keyname() to return values consistent with SVr4 curses (patch
10270           by Juergen Fluk).
10271         > changes requested by Daniel Weaver:
10272         + modify delay_output() so that it uses the same output function as
10273           tputs() if called from that function.
10274         + move _baudrate from SCREEN to TERMINAL so that low-level use of
10275           tputs works when SP is not set.
10276         > patch by Juergen Pfeifer:
10277         + factor lib_menu and lib_form into smaller modules
10278         + clean up the interface between panel and SCREEN
10279         + minor changes to the Ada95 mouse support implemenation
10280         + minor bugfix in C++ binding to ripoff windows
10281         + fix a few Ada95 html documentation pages
10282
10283 971018
10284         + split-out lib_ungetch.c, make runtime link to resizeterm() to
10285           decouple those modules from lib_restart.c
10286         + add xterm-xf86-v39t description to terminfo.src
10287         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
10288           endwin() to avoid unnecessary repainting if the application has
10289           established an atexit function, etc.  Encountered this problem in
10290           the c++ demo, whose destructors repaint the screen.
10291         + combine _nc_get_screensize() and resizeterm() calls as new function
10292           _nc_update_screensize().
10293         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
10294           Beebe).
10295         + implement install-rules for Ada95 makefiles.
10296         + use screen_lines or MAXLINES as needed where LINES was coded,
10297           as well as screen_columns for COLS, in the ncurses library.
10298         > patch by Alexander V. Lukyanov:
10299         + modify logic for ripped-off lines to handle several SCREENs.
10300         > patch by Juergen Pfeifer:
10301         + factors lib_slk.c into some smaller modules
10302         + factors panel.c into some smaller modules
10303         + puts the static information about the current panel stack into the
10304           SCREEN structure to allow different panel stacks on different
10305           screens.
10306         + preliminary fix for an error adjusting LINES to account for
10307           ripped-off lines.
10308
10309 971011
10310         + move _nc_max_click_interval and other mouse interface items to SCREEN
10311           struct so that they are associated with a single terminal, and also
10312           save memory when the application does not need a mouse (roughly 3k vs
10313           0.5k on Linux).
10314         + modify mouseinterval() so that a negative parameter queries the
10315           click-interval without modifying it.
10316         + modify ncurses 'i' test to work with ncurses' apparent extension from
10317           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
10318           Lukyanov).
10319         + add configure options --with-ada-includes and --with-ada-objects,
10320           to drive Ada95 binding install (not yet implemented).
10321         + install C++ binding as -lncurses++ and associated headers with the
10322           other ncurses headers.
10323         + fix header uninstall if configure --srcdir is used.
10324         > minor interface changes to support 'tack' program -TD
10325           (request by Daniel Weaver <danw@znyx.com>).
10326         + export functions _nc_trans_string() and _nc_msec_cost().
10327         + add variable _nc_nulls_sent, to record the number of padding
10328           characters output in delay_output().
10329         + move tests for generic_type and hard_copy terminals in setupterm()
10330           to the end of that function so that the library will still be
10331           initialized, though not generally useful for curses programs.
10332         > patches by Alexander V. Lukyanov:
10333         + modify ClrBottom() to avoid using clr_eos if there is only one line
10334           to erase.
10335         + typo in configure --help.
10336         > patch by J T Conklin (with minor resync against Juergen's changes)
10337         + split-out lib_flash.c from lib_beep.c
10338         + split-out lib_hline.c and lib_vline.c from lib_box.c
10339         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
10340
10341 971005
10342         > patch by Juergen Pfeifer:
10343         + correct source/target of c++/edit_cfg.sh
10344
10345 971004
10346         + add color, mouse support to kterm terminfo entry.
10347         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
10348           providing "xterm"-style mouse.
10349         + updated rxvt's terminfo description to correspond to 2.21b, with
10350           fixes for the acsc (the box1 capability is incorrect, ech1 does not
10351           work).
10352         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
10353           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
10354           the distribution copy of rxvt's terminfo.
10355         + modify acsc capability for linux and linux-koi8 terminfo descriptions
10356           (from Pavel Roskin <pavel@absolute.spb.su>).
10357         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
10358           rather than 'i' (see 970802).
10359         + updated terminfo.src with reformatted acsc entries, and repaired the
10360           trashed entries with spurious '\' characters that this exposed.
10361         + add logic to dump_entry.c to reformat acsc entries into canonical
10362           form (sorted, unique mapping).
10363         + add configure script to generate c++/etip.h
10364         + add configure --with-develop option, to enable by default most of the
10365           experimental options (requested by Alexander V. Lukyanov).
10366         + rename 'deinstall' to 'uninstall', following GNU convention
10367           (suggested by Alexander V. Lukyanov).
10368         > patches by Alexander V. Lukyanov:
10369         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
10370           line of the screen, since carriage return will not cause a newline.
10371         + remove clause from PutCharLR() that would try to use
10372           eat_newline_glitch since that apparently does not work on some
10373           terminals (e.g., M$ telnet).
10374         + correct a limit check in scroll_csr_backward()
10375         > patches by Juergen Pfeifer:
10376         + adds dummy implementations of methods above() and below() to the
10377           NCursesPanel class.
10378         + fixes missing returncode in NCursesWindow::ripoffline()
10379         + fixes missing returncode in TestApplication::run() in demo.cc
10380         + We should at least give a comment in etip.h why it is currently a
10381           problem to install the C++ binding somewhere
10382         + makes the WINDOW* argument of wenclose() a const.
10383         + modifies several of the routines in lib_adabind.c to use a const
10384           WINDOW* argument.
10385
10386 970927
10387         + add 'deinstall' rules.
10388         + use explicit assignments in configure --without-progs option to
10389           work around autoconf bug which doesn't always set $withval.
10390         + check for ldconfig, don't try to run it if not found.
10391         + implement simple/unoptimized case in lib_doupdate.c to handle
10392           display with magic cookie glitch, tested with ncurses.c program.
10393         + correct missing _tracef in getmouse(), to balance the returnCode
10394           macro.
10395         + simplify show_attr() in ncurses.c using termattrs().
10396         > patches by Juergen Pfeifer:
10397         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
10398           binding
10399         + fixes a typo in a comment of frm_driver.c
10400         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
10401           generics should be compiled.  Proper fixes to the configuration
10402           scripts are also provided.
10403
10404 970920
10405         + several modifications to the configure script (requested by Ward
10406           Horner):
10407           + add configure options --without-progs, to suppress the build of the
10408             utility programs, e.g., for cross-compiling.
10409           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
10410             Makefile.in, to simplify setup for cross compiling.
10411           + add logic in configure script to recognize "--target=vxworks", and
10412             generate load/install actions for VxWorks objects.
10413         + move typedef for sigaction_t into SigAction.h to work around problem
10414           generating lint library.
10415         + modify fty_regex.c to reflect renaming of ifdef's for regular
10416           expressions.
10417         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
10418           reside in <sys/ioctl.h>.
10419         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
10420           the more obscure tests, which rely upon color.
10421         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
10422         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
10423           implementation difference wrt SVr4 curses, allow 's' test to work.
10424         + add missing endwin() to testscanw.c program (reported by Fausto
10425           Saporito <fausap@itb.it>).
10426         + fixes/updates for Makefile.glibc and related files under sysdeps
10427           (patch by H.J.Lu).
10428         > patches by Juergen Pfeifer:
10429         + add checks for null pointers, especially WINDOW's throughout the
10430           ncurses library.
10431         + solve a problem with wrong calculation of panel overlapping (reported
10432           by Ward Horner):
10433           + make sure that a panel's window isn't a pad.
10434           + do more error checking in module lib_touch.c
10435         + missing files for Ada95 binding from the last patch
10436         + synch. of generated html pages (RCS-Id's were wrong in html files)
10437         + support for Key_Resize in Ada binding
10438         + changed documentation style in ./c++/cursesm.h
10439         > patches by Alexander V. Lukyanov:
10440         + undo attempt to do recursive inlining for PutChar(), noting that it
10441           did not improve timing measurably, but inflated the size of
10442           lib_doupdate.o
10443
10444 970913
10445         + modify rain.c to use color.
10446         + correct scroll_csr_backward() to match scroll_csr_forward().
10447         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
10448         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
10449           of configure cache variables in 970906.
10450         + correct logic involving changes to O_VISIBLE option in
10451           Synchronize_Options function in frm_driver.c (Tony Hoffmann
10452           <Tony.Hoffmann@hia.nrc.ca>)
10453         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
10454           cross compiling (suggested by Chris Johns).
10455         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
10456           use it to support screen-size calculation (reported by Chris Johns).
10457         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
10458           Chris Johns <cjohns@plessey.com.au>)
10459         > patches by Juergen Pfeifer:
10460         + simplified, made minor corrections to Ada95 binding to form
10461           fieldtype.
10462         + The C++ binding has been enhanced:
10463           + Improve NCursesWindow class:  added additional methods to cover
10464             more ncurses functionality.  Make refresh() and noutrefresh()
10465             virtual members to allow different implementation in the
10466             NCursesPanel class.
10467           + CAUTION:  changed order of parameters in vline() and hline() of
10468             NCursesWindow class.
10469           + Make refresh() in NCursesPanel non-static, it is now a
10470             reimplementation of refresh() in the base class.  Added
10471             noutrefresh() to NCursesPanel.
10472           + Added NCursesForm and related classes to support libform
10473             functionality.
10474           + Moved most of configuration related stuff from cursesw.h to etip.h
10475           + Added NCursesApplication class to support easy configuration of
10476             menu and forms related attributes as well as ripped of title lines
10477             and Soft-Label-Keys for an application.
10478           + Support of Auto-Cleanup for a menu's fieldlist.
10479           + Change of return type for current_item() and operator[] for menus.
10480           + Enhanced demo.
10481         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
10482           freearg for a fieldtype may be NULL, makearg must not be NULL
10483         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
10484           not be NULL, copyarg and freearg may be NULL.
10485         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
10486           already disconnected.
10487         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
10488           navigation requests.
10489         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
10490           case-insensitiva comparision routine.
10491         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
10492           forms field by index.
10493         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
10494           item by index.
10495         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
10496           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
10497           broken (didn't handle colors correctly).
10498         + Enhanced lib_mouse.c: added _nc_has_mouse() function
10499         + Added _nc_has_mouse() prototype to curses.priv.h
10500         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
10501           streamlined implementation of wbkgd()
10502         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
10503           move of subwindows.  Fixed update behavior of movements of regular
10504           windows.
10505         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
10506         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
10507           of the original.  Subwindows become regular windows by doing a
10508           dupwin().
10509         + Improved manpage form_fieldtype.3x
10510         > patches by Alexander V. Lukyanov:
10511         + simplify the PutChar() handling of exit_am_mode, because we already
10512           know that auto_right_margin is true.
10513         + add a check in PutChar() for ability to insert to the case of
10514           shifting character to LR corner.
10515         + in terminal initialization by _nc_screen_resume(), make sure that
10516           terminal right margin mode is known.
10517         + move logic that invokes touchline(), or does the equivalent, into
10518           _nc_scroll_window().
10519         + modify scrolling logic use of insert/delete line capability, assuming
10520           that they affect the screen contents only within the current
10521           scrolling region.
10522         + modify rain.c to demonstrate SIGWINCH handler.
10523         + remove logic from getch() that would return an ERR if the application
10524           called getch() when the cursor was at the lower-right corner of the
10525           physical screen, and the terminal does not have insert-character
10526           ability.
10527         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
10528           is read, and modify logic in getch() so this fix will yield the
10529           desired behavior, i.e., the screen is repainted automatically when
10530           the terminal window is resized.
10531
10532 970906
10533         + add configure option --enable-sigwinch
10534         + modify view.c to test KEY_RESIZE logic, with "-r" option.
10535         + modify testcurs.c to eliminate misleading display wrt cursor type
10536           by testing if the terminal supports cnorm, civis, cvvis.
10537         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
10538           _nc_curr_col variables into linked programs:  move these variables,
10539           making new modules lib_cur_term and trace_buf (reported by Francisco
10540           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
10541         > patches by Alexander V. Lukyanov:
10542         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
10543           the SIGWINCH handler has been called since the last call to
10544           doupdate().
10545         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
10546         + add SIGWINCH handler to ncurses library which is used if there is no
10547           application SIGWINCH handler in effect when the screen is
10548           initialized.
10549         + make linked list of all SCREEN structures.
10550         + move curses.h include before definition of SCREEN to use types in
10551           that structure.
10552         + correction to ensure that wgetstr uses only a newline to force a
10553           scroll (970831).
10554
10555 970831
10556         + add experimental configure option --enable-safe-sprintf; the normal
10557           mode now allocates a buffer as large as the screen for the
10558           lib_printw.c functions.
10559         + modify wgetch to refresh screen when reading ungetch'd characters,
10560           since the application may require this - SVr4 does this.
10561         + refine treatment of newline in wgetstr to echo only when this would
10562           force the screen to scroll.
10563
10564 970830
10565         + remove override in wgetstr() that forces keypad(), since SVr4 does
10566           not do this.
10567         + correct y-reference for erasure in wgetstr() when a wrap forces a
10568           scroll.
10569         + correct x-position in waddch() after a wrap forces a scroll.
10570         + echo newline in wgetstr(), making testscanw.c scroll properly when
10571           scanw is done.
10572         + modify vwscanw() to avoid potential buffer overflow.
10573         + rewrote lib_printw.c to eliminate fixed-buffer limits.
10574         > patches by Alexander V. Lukyanov:
10575         + correct an error in handling cooked mode in wgetch(); processing
10576           was in the wrong order.
10577         + simplified logic in wgetch() that handles backspace, etc., by using
10578           wechochar().
10579         + correct wechochar() so that it interprets the output character as
10580           in waddch().
10581         + modify pechochar() to use prefresh() rather than doupdate(), since
10582           the latter does not guarantee immediate refresh of the pad.
10583         + modify pechochar() so that if called with a non-pad WINDOW, will
10584           invoke wechochar() instead.
10585         + modify fifo indices to allow fifo to be longer than 127 bytes.
10586
10587 970823
10588         + add xterm-8bit to terminfo.src
10589         + moved logic for SP->_fifohold inside check_pending() to make it
10590           work properly when we add calls to that function.
10591         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
10592           are assigned to bool values (patch by H.J.Lu).
10593         > patches by Alexander V. Lukyanov:
10594         + several fixes to getch:
10595           1.  Separate cooked and raw keys in fifo
10596           2.  Fix the case of ungetch'ed KEY_MOUSE
10597           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
10598           4.  correctly handle input errors (i.e., EINTR) without loss of raw
10599               keys
10600           5.  recognize ESC KEY_LEFT and similar
10601           6.  correctly handle the case of receiption of KEY_MOUSE from gpm
10602         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
10603           single mouse events (press/release) to be ignored in favor of
10604           composed events (click).  Improves on a fix from integrating gpm
10605           support in 961229.
10606         + add another call to check_pending, before scrolling, for
10607           line-breakout optimization
10608         + improve hashmap.c by
10609           1.  fixed loop condition in grow_hunks()
10610           2.  not marking lines with offset 0
10611           3.  fixed condition of 'too far' criteria, thus one-line hunks are
10612           ignored and two lines interchanged won't pass.
10613         + rewrote/simplified _nc_scroll_optimize() by separating into two
10614           passes, forward/backward, looking for chunks moving only in the given
10615           direction.
10616         + move logic that emits sgr0 when initializing the screen to
10617           _nc_screen_init(), now invoked from newterm.
10618         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
10619           function and screen cleanup (i.e., color) into _nc_screen_wrap()
10620           function.
10621         + add new functions _nc_screen_init(), _nc_screen_resume() and
10622           _nc_screen_wrap().
10623         + rename _nc_mvcur_scrolln() to _nc_scrolln().
10624         + add a copy of acs_map[] to the SCREEN structure, where it can be
10625           stored/retrieved via set_term().
10626         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
10627           structure.
10628
10629 970816
10630         + implement experimental _nc_perform_scroll().
10631         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
10632           initializing the screen, as does SVr4 (reported by Alexander V.
10633           Lukyanov).
10634         + added test_progs rule to ncurses/Makefile.
10635         + modify test/configure.in to check if initscr is already in $LIBS
10636           before looking for (n)curses library.
10637         + correct version-number in configure script for OSF1 shared-library
10638           options (patch by Tim Mooney).
10639         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
10640           originally patched) since the c++ demo files do not necessarily
10641           include ncurses_cfg.h
10642         + supply default value for --enable-assertions option in configure
10643           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
10644         > patches by Alexander V. Lukyanov:
10645         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
10646           example firstlast.c
10647         + optimize waddch_literal() and waddch_nosync() by factoring out
10648           common subexpressions.
10649         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
10650         + corrections to render_char(), to make handling of colored blanks
10651           match SVr4 curses, as well as to correct a bug that xor'd space
10652           against the background character.
10653         + replaced hash function with a faster one (timed it)
10654         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
10655           cost_effective() calls on the same lines.
10656         + modified cost_effective() so it is now slightly more precise.
10657         > patches for glibc integration (H.J.Lu):
10658         + add modules define_key, keyok, name_match, tries
10659         + add makefile rules for some of the unit tests in ncurses (mvcur,
10660           captoinfo, hardscroll, hashmap).
10661         + update Linux configure-script for wide-character definitions.
10662
10663 970809
10664         + modify _tracebits() to show the character size (e.g., CS8).
10665         + modify tparm() to emit '\200' where the generated string would have a
10666           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
10667           terminal type ncr7900).
10668         + modify install process so that ldconfig is not invoked if the
10669           package is built with an install-prefix.
10670         + correct test program for chtype size (reported by Tim Mooney).
10671         + add configure option --disable-scroll-hints, using this to ifdef the
10672           logic that computes indices for _nc_scroll_optimize().
10673         + add module ncurses/softscroll.c, to perform single-stage computation
10674           of scroll indices used in _nc_scroll_optimize().  This is faster than
10675           the existing scrolling algorithm, but tends to make too-small hunks.
10676         + eliminate fixed buffer size in _nc_linedump().
10677         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
10678           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
10679           by Alexander V. Lukyanov).
10680         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
10681         + correct processing of "configure --enable-assertions" option (patch
10682           by Juergen Pfeifer).
10683
10684 970802
10685         + add '-s' (single-step) option too test/hashtest.c, correct an error
10686           in loop limit for '-f' (footer option), toggle scrollok() when
10687           writing footer to avoid wrap at lower-right corner.
10688         + correct behavior of clrtoeol() immediately after wrapping cursor,
10689           which was not clearing the line at the cursor position (reported by
10690           Liviu Daia <daia@stoilow.imar.ro>).
10691         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
10692           (reported by Klaus Weide <kweide@tezcat.com>).
10693         + many corrections to make progs/capconvert work, as well as make it
10694           reasonably portable and integrated with ncurses 4.1 (reported by Dave
10695           Furstenau <df@ravine.binary.net>).
10696
10697 970726
10698         + add flag SP->_fifohold, corresponding logic to modify the behavior of
10699           the line breakout logic so that if the application does not read
10700           input, refreshes will not be stopped, but only slowed.
10701         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
10702           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
10703           masks are identical with the A_xxx masks.
10704         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
10705           configuration of wide-characters.
10706         + modify tset to behave more like SVr4's tset, which does not modify
10707           the settings of intr, quit or erase unless they are given as command
10708           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
10709         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
10710           does not have getttynam().
10711         + extend baudrate table in tset.c to match baudrate() function.
10712         + add table entries for B230400 and B460800 to baudrate() function.
10713         + improve breakout logic by allowing it before the first line updated,
10714           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
10715         + correct initialization of vcost in relative_move(), for cursor-down
10716           case (patch by Alexander V. Lukyanov).
10717         > nits gleaned from Debian distribution of 1.9.9g-3:
10718         + install symbolic link for intotocap.
10719         + reference libc directly when making shared libraries.
10720         + correct renaming of curs_scr_dmp.3x in man_db.renames.
10721         + guard tgetflag() and other termcap functions against null cur_term
10722           pointer.
10723
10724 970719
10725         + corrected initial state of software echo (error in 970405, reported
10726           by Alexander V. Lukyanov).
10727         + reviewed/added messages to configure script, so that all non-test
10728           options should be accompanied by a message.
10729         + add configure check for long filenames, using this to determine if
10730           it is safe to allow long aliases for terminal descriptions as does
10731           SVr4.
10732         + add configure options for widec (wide character), hashmap (both
10733           experimental).
10734         > patch by Alexander V. Lukyanov:
10735         + hashmap.c - improved by heuristic, so that scroll test works much
10736           better when csr is not available.
10737         + hardscroll.c - patched so that it continues to scroll other chunks
10738           after failure to scroll one.
10739         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
10740           is avoided as it is relative costly.  Fixed wrong coordinates in one
10741           case and wrong string in TRACE.
10742         > patch by Juergen Pfeifer:
10743         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
10744           compiler.
10745
10746 970712
10747         + remove alternate character set from kterm terminfo entry; it uses the
10748           shift-out control for a purpose incompatible with curses, i.e., font
10749           switching.
10750         + disentangle 'xterm' terminfo entry from some derived entries that
10751           should be based on xterm-r6 instead.
10752         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
10753           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
10754         + correct logic in lib_mvcur.c that uses back_tab.
10755
10756 970706
10757         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
10758           contents of curscr are saved in newscr before clearing the screen.
10759           This is needed to make repainting work with the present logic of
10760           TransformLine().
10761         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
10762
10763 970705
10764         + add limit checks to _nc_read_file_entry() to guard against overflow
10765           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
10766         + correct some loop-variable errors in xmc support in lib_doupdate.c
10767         + modify ncurses 'b' test to add gaps, specified by user, to allow
10768           investigation of interaction with xmc (magic cookie) code.
10769         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
10770           list from has_colors(), which gcc ignores, but SVr4 does not
10771           (reported by Larry Virden).
10772         + correct rmso capability in wy50-mc description.
10773         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
10774           USE_HARD_TABS.
10775         > patch by Juergen Pfeifer:
10776         + Add bindings for keyok() and define_key() to the Ada95 packages.
10777         + Improve man pages menu_post.3x and menu_format.3x
10778         + Fix the HTML pages in the Ada95/html directory to reflect the above
10779           changes.
10780
10781 970628
10782         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
10783           pending changes to both curscr and newscr are flushed properly.
10784           This fixes a case where the first scrolling operation in nvi would
10785           cause the screen to be cleared unnecessarily and repainted before
10786           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
10787           Juergen Pfeifer).
10788         + correct error in trans_string() which added embedded newlines in a
10789           terminfo description to the stored strings.
10790         + remove spurious newlines from sgr in wyse50 (and several other)
10791           terminfo descriptions.
10792         + add configure option for experimental xmc (magic cookie) code,
10793           "--enable-xmc-glitch".  When disabled (the default), attributes that
10794           would store a magic cookie are suppressed in vidputs().  The magic
10795           cookie code is far from workable at this stage; the configuration
10796           option is a stopgap.
10797         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
10798         + correct path for invoking make_keys (a missing "./").
10799
10800 970621
10801         + correct sign-extension problem with "infocmp -e", which corrupted
10802           acsc values computed for linux fallback data.
10803         + correct dependency on ncurses/names.c (a missing "./").
10804         + modify configure script to use '&&' even for cd'ing to existing
10805           directories to work around broken shell interpreters.
10806         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
10807           Lukyanov).
10808
10809 970615
10810         + restore logic in _nc_scroll_optimize() which marks as touched the
10811           lines in curscr that are shifted.
10812         + add new utility 'make_keys' to compute keys.tries as a table rather
10813           than a series of function calls.
10814         + correct include-dependency for tic.h used by name_match
10815         + removed buffer-allocation for name and description from m_item_new.c,
10816           since this might result in incompatibilities with SVr4.  Also fixed
10817           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
10818           report by Avery Pennarun <apenwarr@foxnet.net>)
10819         + removed the mechanism to timestamp the generated Ada95 sources.  This
10820           resulted always in generating patches for the HTML doc, even when
10821           nothing really changed (patch by Juergen Pfeifer).
10822         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
10823
10824 970614
10825         + remove ech capability from rxvt description because it does not work.
10826         + add missing case logic for infocmp -I option (reported by Lorenzo M.
10827           Catucci <lorenzo@argon.roma2.infn.it>)
10828         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
10829           caused glitches in the ncurses 'p' test since the area outside the
10830           pad was not compared when setting up indices for _nc_scroll_optimize.
10831         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
10832           4.4, as well as to eliminate fixed-size buffer (reported by Chris
10833           Tanner <tannerc@aecl.ca>)
10834         + correct prototype for termattrs() as per XPG4 version 2.
10835         + add placeholder prototypes for color_set(), erasewchar(),
10836           term_attrs(), wcolor_set() as per XPG4 version 2.
10837         + correct attribution for progs/progs.priv.h and lib_twait.c
10838         + improve line-breakout logic by checking based on changed lines rather
10839           than total lines (patch by Alexander V. Lukyanov).
10840         + correct loop limits for table-lookup of enumerated value in form
10841           (patch by Juergen Pfeifer).
10842         + improve threshhold computation for determining when to call ClrToEOL
10843           (patch by Alexander V. Lukyanov).
10844
10845 970531
10846         + add configure option --disable-database to force the library to
10847           use only the fallback data.
10848         + add configure option --with-fallbacks, to specify list of fallback
10849           terminal descriptions.
10850         + add a symbolic link for ncurses.h during install; too many programs
10851           still assume there's an ncurses.h
10852         + add new terminfo.src entry for xterm-xf86-v33.
10853         + restore terminfo.src entry for emu to using setf/setb, since it is
10854           not, after all, generating ANSI sequences.  Corrected missing comma
10855           that caused setf/setb entries to merge.
10856         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
10857           that applications can disable ncurses' mouse and supply their own
10858           handler.
10859         + add extensions keyok() and define_key().  These are designed to allow
10860           the user's application better control over the use of function keys,
10861           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
10862           a mailing-list thread started by Kenneth Albanowski
10863           <kjahds@kjahds.com> Nov'1995).
10864         + restore original behavior in ncurses 'g' test, i.e., explicitly
10865           set the keypad mode rather than use the default, since it confuses
10866           people.
10867         + rewrote the newdemo banner so it's readable (reported by Hugh
10868           Daniel).
10869         + tidy up exit from hashtest (reported by Hugh Daniel).
10870         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
10871           by Hugh Daniel)
10872         + correct tput program, checking return-value of setupterm (patch by
10873           Florian La Roche).
10874         + correct logic in pnoutrefresh() and pechochar() functions (reported
10875           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
10876           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
10877           original implementation (1.9.6).
10878         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
10879           <rwuest@sire.vt.com>)
10880         + move calls of _nc_background() out of various loops, as its return
10881           value will be the same for the whole window being operated on (patch
10882           by J T Conklin).
10883         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
10884           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
10885         + modify glibc addon-configure scripts (patch by H.J.Lu).
10886         + correct a bug in hashmap.c: the size used for clearing the hashmap
10887           table was incorrect, causing stack corruption for large values of
10888           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
10889         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
10890           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
10891           been applied).
10892         > several changes by Juergen Pfeifer:
10893         + correct a missing error-return in form_driver.c when wrapping of a
10894           field is not possible.
10895         + correct logic in form_driver.c for configurations that do not have
10896           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
10897         + change several c++ binding functions to inline.
10898         + modify c++ menu binding to inherit from panels, for proper
10899           initialization.
10900         + correct freeing of menu items in c++ binding.
10901         + modify c++ binding to reflect removal of const from user data pointer
10902           in forms/menus libraries.
10903
10904 970524
10905         + add description of xterm-16color.
10906         + modify name of shared-library on *BSD to end with $(REL_VERSION)
10907           rather than $(ABI_VERSION) to match actual convention on FreeBSD
10908           (cf: 960713).
10909         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
10910           (reported by Hugh Daniel <hugh@rat.toad.com>).
10911         + corrected include-dependency in menu/Makefile so that "make install"
10912           works properly w/o first doing "make".
10913         + add fallback definition for isascii, used in infocmp.
10914         + modify xmas to use color, and to exit right away when a key is
10915           pressed.
10916         + modify gdc so that the scrolled digits function as described (there
10917           was no time delay between the stages, and the digits overwrote the
10918           bounding box without tidying up).
10919         + modify lib_color.c to use setaf/setab only for the ANSI color codes
10920           0 through 7.  Using 16 colors requires setf/setb.
10921         + modify ncurses 'c' test to work with 16 colors, as well as the normal
10922           8 colors.
10923         + remove const qualifier from user data pointer in forms and menus
10924           libraries (patch by Juergen Pfeifer).
10925         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
10926           function, thereby not interpreting tabs, etc., as per spec (patch by
10927           Alexander V. Lukyanov).
10928
10929 970517
10930         + suppress check for pre-existing ncurses header if the --prefix
10931           option is specified.
10932         + add configure options "--with-system-type" and
10933           "--with-system-release" to assist in checking the generated
10934           makefiles.
10935         + add configure option "--enable-rpath" to allow installers to specify
10936           that programs linked against shared libraries will have their library
10937           path embedded, allowing installs into nonstandard locations.
10938         + add flags to OSF1 shared-library options to specify version and
10939           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
10940         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
10941           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
10942         + modify link flags to accommodate HP-UX linker which embeds absolute
10943           pathnames in executables linked against shared libraries (reported by
10944           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
10945           <ats@hubert.wustl.edu>).
10946         + drop unnecessary check for attribute-change in onscreen_mvcur() since
10947           mvcur() is the only caller within the library, and that check in turn
10948           is exercised only from lib_doupdate.c (patch by Alexander V.
10949           Lukyanov).
10950         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
10951           can use the background of stdscr as a parameter to that function
10952           (patch by Alexander V. Lukyanov).
10953         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
10954           the latter's internal functions, as well as to eliminate unnecessary
10955           cursor save/restore operations (patch by Alexander V. Lukyanov).
10956         + omit parameter of ClrUpdate(), since it is called only for newscr,
10957           further optimized/reduced by using ClearScreen() and TransformLine()
10958           to get rid of duplicate code (patch by Alexander V. Lukyanov).
10959         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
10960           that are smaller than the distance to be moved (patch by Alexander V.
10961           Lukyanov).
10962         + correct a place where the panel library was not ifdef'd in ncurses.c
10963           (Juergen Pfeifer)
10964         + documentation fixes (Juergen Pfeifer)
10965
10966 970515  4.1 release for upload to prep.ai.mit.edu
10967         + re-tag changes since 970505 as 4.1 release.
10968
10969 970510
10970         + modify ncurses 'g' test to allow mouse input
10971         + modify default xterm description to include mouse.
10972         + modify configure script to add -Wwrite-strings if gcc warnings are
10973           enabled while configuring --enable-const (and fixed related
10974           warnings).
10975         + add toggle, status display for keypad mode to ncurses 'g' test to
10976           verify that keypad and scrollok are not inherited from parent window
10977           during a call to newwin.
10978         + correction to MKexpanded.sh to make it work when configure --srcdir
10979           is used (reported by H.J.Lu).
10980         + revise test for bool-type, ensuring that it checks if builtin.h is
10981           available before including it, adding test for sizeof(bool) equal
10982           to sizeof(short), and warning user if the size cannot be determined
10983           (reported by Alexander V. Lukyanov).
10984         + add files to support configuration of ncurses as an add-on library
10985           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
10986
10987 970506
10988         + correct buffer overrun in lib_traceatr.c
10989         + modify change to lib_vidattr.c to avoid redundant orig_pair.
10990         + turn on 'echo()' in hanoi.c, since it is initially off.
10991         + rename local 'errno' variable in etip.h to avoid conflict with global
10992           (H.J.Lu).
10993         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
10994           <hjl@lucon.org>)
10995
10996 970505  4.1 pre-release
10997         + regenerate the misc directory html dumps without the link list, which
10998           is not useful.
10999         + correct dependency in form directory makefile which caused
11000           unnecessary recompiles.
11001         + correct substitution for ABI_VERSION in test-makefile
11002         + modify install rules for shared-library targets to remove the target
11003           before installing, since some install programs do not properly handle
11004           overwrite of symbolic links.
11005         + change order of top-level targets so that 'include' immediate
11006           precedes the 'ncurses' directory, reducing the time between new
11007           headers and new libraries (requested by Larry Virden).
11008         + modify lib_vidattr.c so that colors are turned off only before
11009           modifying other attributes, turned on after others.  This makes the
11010           hanoi.c program display correctly on FreeBSD console.
11011         + modify debug code in panel library to print user-data addresses
11012           rather than the strings which they (may) point to.
11013         + add check to ensure that C++ binding and demo are not built with g++
11014           versions below 2.7, since the binding uses templates.
11015         + modify c++ binding and demo to build and run with SGI's c++ compiler.
11016           (It also compiles with the Sun SparcWorks compiler, but the demo does
11017           not link, due to a vtbl problem).
11018         + corrections to demo.cc, to fix out-of-scope variables (Juergen
11019           Pfeifer).
11020
11021 970503
11022         + correct memory leak in _nc_trace_buf().
11023         + add configure test for regexpr.h, for Unixware 1.x.
11024         + correct missing "./" prefixing names of generated files in ncurses
11025           directory.
11026         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
11027           to workaround shell bug on FreeBSD 2.1.5
11028         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
11029           that caused incorrect result in ncurses_cfg.h
11030         + correct initialization in lib_trace.c, which omitted version info.
11031         + remove ech, el1 attributes from cons25w description; they appear to
11032           malfunction in FreeBSD 2.1.5
11033         + correct color attributes in terminfo.src and lib_color.c to match
11034           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
11035           capabilities.
11036         + use curs_set() rather than checks via tigetstr() for test programs
11037           that hide the cursor: firework, rain, worm.
11038         + ensure that if the terminal lacks change_scroll_region, parm_index
11039           and parm_rindex are used only to scroll the whole screen (patch by
11040           Peter Wemm).
11041         + correct curs_set() logic, which did not return ERR if the requested
11042           attributes did not exist, nor did it assume an unknown initial state
11043           for the cursor (patch by Alexander V. Lukyanov).
11044         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
11045           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
11046         + correct hashmap.c, which did not update index information (patch by
11047           Alexander V. Lukyanov).
11048         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
11049         + correct index in lib_instr.c (Juergen Pfeifer).
11050         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
11051           (patch by Juergen Pfeifer).
11052
11053 970426
11054         + corrected cost computation in PutRange(), which was using
11055           milliseconds compared to characters by adding two new members to the
11056           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
11057         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
11058           const array of strings (suggested by Alexander V. Lukyanov).  The
11059           original suggestion in 970118 used a perl script.
11060         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
11061           well as noting the attributes that are not supported by a terminal.
11062         + trace the computation of cost values in lib_mvcur.c
11063         + modify _nc_visbuf() to use octal rather than hex, corrected sign
11064           extension bug in that function that caused buffer overflow.
11065         + modify trace in lib_acs.c to use _nc_visbuf().
11066         + suppress trace within _traceattr2().
11067         + correct logic of _tracechtype2(), which did not account for repeats
11068           or redefinition within an acsc string.
11069         + modify debug-library version baudrate() to use environment variable
11070           $BAUDRATE to override speed computation.  This is needed for
11071           regression testing.
11072         + correct problems shown by "weblint -pedantic".
11073         + update mailing-list information (now ncurses@bsdi.com).
11074
11075 970419
11076         + Improve form_field_validation.3x manpage to better describe the
11077           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
11078           precise information how the range checking can be avoided.  (patch by
11079           Juergen Pfeifer, reported by Bryan Henderson)
11080         + change type of min/max value of form types TYPE_INTEGER to long to
11081           match SVr4 documentation.
11082         + set the form window to stdscr in set_form_win() so that form_win()
11083           won't return null (patch by Juergen Pfeifer, reported by Bryan
11084           Henderson <bryanh@giraffe.netgate.net>).
11085
11086 970412
11087         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
11088         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
11089         + modify treatment of empty token in $MANPATH to /usr/man (reported by
11090           <Andries.Brouwer@cwi.nl>)
11091         + modify traces that record functions-called so that chtype and attr_t
11092           values are expressed symbolically, to simplify reuse of generated
11093           test-scripts on SVr4 regression testing.
11094         + add new trace functions _traceattr2() and _tracechtype2()
11095
11096 970405
11097         + add configure option --enable-const, to support the use of 'const'
11098           where XSI should have, but did not, specify.  This defines
11099           NCURSES_CONST, which is an empty token otherwise, for strict
11100           compatibility.
11101         + make processing of configure options more verbose by echoing the
11102           --enable/--with values.
11103         + add configure option --enable-big-core
11104         + set initial state of software echo off as per XSI.
11105         + check for C++ builtin.h header
11106         + correct computation of absolute-path for $INSTALL that dropped "-c"
11107           parameter from the expression.
11108         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
11109           ncurses is integrated into larger systems (adapted from diffs by
11110           H.J.Lu for libc).
11111         + correct inequality in lib_doupdate.c that caused a single-char to not
11112           be updated when the char on the right-margin was not blank, idcok()
11113           was true (patch by Alexander V Lukyanov (in 970124), reported
11114           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
11115         + modify 'clean' rule in include/Makefile so that files created by
11116           configure script are removed in 'distclean' rule instead.
11117
11118 970328
11119         + correct array limit in tparam_internal(), add case to interpret "%x"
11120           (patch by Andreas Schwab)
11121         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
11122           value properly when non-numeric characters were given (reported by
11123           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
11124
11125 970321
11126         + move definition of __INTERNAL_CAPS_VISIBLE before include for
11127           progs.priv.h (patch by David MacKenzie).
11128         + add configuration summary, reordered check for default include
11129           directory to better accommodate a case where installer is configuring
11130           a second copy of ncurses (reported by Klaus Weide
11131           <kweide@tezcat.com>)
11132         + moved the #define for 'inline' as an empty token from the
11133           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
11134           (reported by Ward Horner).
11135         + modify test for bool builtin type to use 'unsigned' rather than
11136           'unknown' when cross-compiling (reported by Ward Horner).
11137
11138 970315
11139         + add header dependencies so that "make install.libs" will succeed
11140           even if "make all" is not done first.
11141         + moved some macros from lib_doupdate.c to curses.priv.h to use in
11142           expanded functions with ATAC.
11143         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
11144           the winnstr functions can return more characters than will fit on one
11145           line.
11146
11147 970308
11148         + modify script that generates lib_gen.c to support traces of called &
11149           return.
11150         + add new configure option "--disable-macros", for testing calls within
11151           lib_gen.c
11152         + corrected logic that screens level-checking of called/return traces.
11153
11154 970301
11155         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
11156           addressing request by Ward Horner.
11157         + check for cross-compiling before trying to invoke the autoconf
11158           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
11159         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
11160           a pointer-increment.
11161         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
11162           Florian La Roche).
11163
11164 970215
11165         + add configure option --enable-expanded, together with code that
11166           implements an expanded form of certain complex macros, for testing
11167           with ATAC.
11168         + disable CHECK_POSITION unless --with-assertions is configured
11169           (Alexander V Lukyanov pointed out that this is redundant).
11170         + use keyname() to show traced chtype values where applicable rather
11171           than _tracechar(), which truncates the value to 8-bits.
11172         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
11173         + modify makefiles in progs and test directories to avoid using C
11174           preprocessor options on link commands (reported by Ward Horner)
11175         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
11176           by Ward Horner)
11177         + modify ifdef's to use configure-defined symbols consistently
11178           (reported by Ward Horner)
11179         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
11180           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
11181         + rename struct try to struct tries, to avoid name conflict with C++
11182           (reported by Gary Johnson).
11183         + modify worm.c to hide cursor while running.
11184         + add -Wcast-qual to gcc warnings, fix accordingly.
11185         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
11186           wrapping (Alexander V Lukyanov).
11187         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
11188           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
11189         + extend IRIX configuration to IRIX64
11190         + supply missing install.libs rule needed after restructuring
11191           test/Makefile.in
11192
11193 970208
11194         + modify "make mostlyclean" to leave automatically-generated source
11195           in the ncurses directory, for use in cross-compiles.
11196         + autogenerated object-dependencies for test directory
11197         + add configure option --with-rcs-ids
11198         + modify configuration scripts to generate major/minor/patch versions
11199           (suggested by Alexander V Lukyanov).
11200         + supply missing va_end's in lib_scanw.c
11201         + use stream I/O for trace-output, to eliminate fixed-size buffer
11202         + add TRACE_ICALLS definition/support to lib_trace.c
11203         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
11204
11205 970201
11206         + add/modify traces for called/return values to simplify extraction
11207           for test scripts.
11208         + changed _nc_visbuf to quote its result, and to dynamically allocate
11209           the returned buffer.
11210         + invoke ldconfig after installing shared library
11211         + modify install so that overwrite applies to shared library -lcurses
11212           in preference to static library (reported by Zeyd M Ben-Halim 960928).
11213         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
11214           symbol.
11215         + fixes to allow "make install" to work without first doing a "make
11216           all" (suggested by Larry Virden).
11217
11218 970125
11219         + correct order of #ifdef for TABS_OK.
11220         + instrumented toe.c to test memory-leaks.
11221         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
11222         + include <sys/types.h> in configuration test for regex.h (patch by
11223           Andreas Schwab)
11224         + make infocmp recognize -I option, for SVr4 compatibility (reported by
11225           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
11226
11227 970118
11228         + add extension 'use_default_colors()', modified test applications that
11229           use default background (firework, gdc, hanoi, knight, worm) to
11230           demonstrate.
11231         + correct some limit checks in lib_doupdate.c exposed while running
11232           worm.
11233         + use typeCalloc macro for readability.
11234         + add/use definition for CONST to accommodate testing with Solaris
11235           (SVr4) curses, which doesn't use 'const' in its prototypes.
11236         + modify ifdef's in test/hashtest.c and test/view.c to compile with
11237           Solaris curses.
11238         + modify _tracedump() to pad colors & attrs lines to match change
11239           in 970101 showing first/last changes.
11240         + corrected location of terminating null on dynamically allocated forms
11241           fields (patch by Per Foreby).
11242
11243 970111
11244         + added headers to make view.c compile on SCO with the resizeterm()
11245           code (i.e., struct winsize) - though this compiles, I don't have a
11246           suitable test configuration since SIGWINCH doesn't pass my network to
11247           that machine - T.Dickey.
11248         + update test/configure.in to supply some default substitutions.
11249         + modify configure script to add -lncurses after -lgpm to fix problem
11250           linking against static libraries.
11251         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
11252           Buhler)
11253         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
11254           <jbuhler@cs.washington.edu>)
11255         + modify headers to accommodate compilers that don't allow duplicate
11256           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
11257           <lvirden@cas.org>)
11258         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
11259         + modify lib_doupdate to make el, el1 and ed optimization use the
11260           can_clear_with macro, and change EmitRange to allow leaving cursor at
11261           the middle of interval, rather than always at the end (patch by
11262           Alexander V Lukyanov).  This was originally 960929, resync 970106.
11263
11264 970104
11265         + workaround defect in autoconf 2.12 (which terminates configuration
11266           if no C++ compiler is found) by adding an option --without-cxx.
11267         + modify several man-pages to use tbl, where .nf/.fi was used (reported
11268           by Jesse Thilo).
11269         + correct font-codes in some man-pages (patch by Jesse Thilo
11270           <Jesse.Thilo@pobox.com>)
11271         + use configure script's knowledge of existence of g++ library for the
11272           c++ Makefile (reported by Paul Jackson).
11273         + correct misleading description of --datadir configuration option
11274           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
11275
11276 970101
11277         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
11278           from Peter Wemm:
11279         > the logic for non_dest_scroll_region was interchanged between the
11280           forward & reverse scrolling cases.
11281         > multiple returns from the function allowed certain conditions to do
11282           part of an operation before discovering that it couldn't be
11283           completed, returning an error without restoring the cursor.
11284         > some returns were ERR, where the function had completed the
11285           operation, because the insert/delete line logic was improperly
11286           tested (this was probably the case Peter saw).
11287         > contrary to comments, some scrolling cases were tested after the
11288           insert/delete line method.
11289         + modify _tracedump() to show first/last changes.
11290         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
11291           refresh problem (reported by Peter Wemm) that caused nvi to not show
11292           result of ":r !ls" until a ^L was typed.
11293
11294 961229  (internal alpha)
11295         + correct some of the writable-strings warnings (reported by Gary
11296           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
11297           are part of the XSI specification, and can't be "fixed".
11298         + improve include-dependencies in form, menu, panel directories.
11299         + correct logic of delay_output(), which would return early if
11300           there is data on stdin.
11301         + modify interface & logic of _nc_timed_wait() to support 2 file
11302           descriptors, needed for GPM.
11303         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
11304           support, correcting logic in wgetch() and _nc_mouse_parse() which
11305           prevented patch from working properly -TD
11306         + improve performance of panel algorithm (Juergen Pfeifer 961203).
11307         + strip RCS id's from generated .html files in Ada95 subtree.
11308         + resync with generated .html files (Juergen Pfeifer 961223).
11309         + terminfo.src 10.1.0 (ESR).
11310
11311 961224  4.0 release
11312         + release as 4.0 to accommodate Linux ld.so.1.8.5
11313         + correct syntax/spelling, regenerated .doc files from .html using
11314           lynx 2.5
11315         + refined forms/menus makefiles (Juergen Pfeifer 961223).
11316
11317 961221  - snapshot
11318         + remove logic in read_entry.c that attempts to refine errno by using
11319           'access()' for the directory (from patch by Florian La Roche).
11320         + correct configure test/substitution that inhibits generating
11321           include-path to /usr/include if gcc is used (reported by Florian La
11322           Roche).
11323         + modify setupterm() to allocate new TERMINAL for each call, just as
11324           solaris' curses does (Alexander V Lukyanov 960829).
11325         + corrected memory leaks in read_entry.c
11326         + add configure options --with-dbmalloc, --with-dmalloc, and
11327           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
11328         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
11329           use of dbmalloc.
11330         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
11331           i.e., set current directory before linking.
11332         + split-out panel.priv.h, improve dependencies for forms, menus
11333           (Juergen Pfeifer 961204).
11334         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
11335           freeing the corresponding WINDOW (found using Purify).
11336         + modify delwin() to return ERR if the window to be deleted has
11337           subwindows, needed as a side-effect of resizeterm() (found using
11338           Purify).  Tested and found that SVr4 curses behaves this way.
11339         + implement logic for _nc_freeall(), bringing stub up to date.
11340
11341 961215
11342         + modify wbkgd() so that it doesn't set nulls in the rendered text,
11343           even if its argument doesn't specify a character (fixes test case by
11344           Juergen Pfeifer for bug-report).
11345         + set window-attributes in wbkgd(), to simplify comparison against
11346           Solaris curses, which does this.
11347
11348 961214  - snapshot
11349         + replace most constants in ncurses 'o' test by expressions, making it
11350           work with wider range of screen sizes.
11351         + add options to ncurses.c to specify 'e' test softkey format, and the
11352           number of header/footer lines to rip-off.
11353         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
11354           test.
11355         + add shell-out (!) command to ncurses 'p' test to allow test of
11356           resize between endwin/refresh.
11357         + correct line-wrap case in mvcur() by emitting carriage return,
11358           overlooked in 960928, but needed due to SVr4 compatibility changes to
11359           terminal modes in 960907.
11360         + correct logic in wresize that causes new lines to be allocated,
11361           broken for the special case of increasing rows only in 960907's fix
11362           for subwindows.
11363         + modify configure script to generate $(LDFLAGS) with -L and -l options
11364           in preference to explicit library filenames.  (NOTE: this may
11365           require further amending, since I vaguely recall a dynamic loader
11366           that did not work properly without the full names, but it should be
11367           handled as an exception to the rule, since some linkers do bulk
11368           inclusion of libraries when given the full name - T.Dickey).
11369         + modify configure script to allow user-supplied $CFLAGS to set the
11370           debug-option in all libraries (requested by lots of people) -TD
11371         + use return consistently from main(), rather than exit (reported by
11372           Florian La Roche).
11373         + add --enable-getcap-cache option to configure, normally disabled
11374           (requested by Florian La Roche).
11375         + make configure test for gettimeofday() and possibly -lbsd more
11376           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
11377         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
11378         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
11379           by Alexander V Lukyanov).
11380
11381 961208
11382         + corrected README wrt Ada95 (Juergen Pfeifer)
11383
11384 961207  - snapshot
11385         + integrate resizeterm() into doupdate(), so that if screen size
11386           changes between endwin/refresh, ncurses will resize windows to fit
11387           (this needs additional testing with pads and softkeys).
11388         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
11389           data used in ncurses library.
11390         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
11391           between initscr() and newwin() initialization (reported by
11392           Alexander V Lukyanov).
11393         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
11394           (set beta versions to those values -- NOTE that subsequent pre-4.0
11395           beta may not be interchangeable).
11396         + modify configure script to work with autoconf 2.12
11397
11398 961130  1.9.9g release
11399         + add copyright notices to configuration scripts (written by Thomas
11400           Dickey).
11401
11402 961127
11403         > patch, mostly for panel (Juergen Pfeifer):
11404         + cosmetic improvement for a few routines in the ncurses core library
11405           to avoid warning messages.
11406         + the panel overlap detection was broken
11407         + the panel_window() function was not fool-proof.
11408         + Some inlining...
11409         + Cosmetic changes (also to avoid warning messages when compiling with
11410           -DTRACE).
11411
11412 961126
11413         > patch by Juergen Pfeifer:
11414         + eliminates warning messages for the compile of libform.
11415         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
11416         + Updates man page and the Ada95 binding to reflect this.
11417         + Improves inlining in libmenu and libform.
11418
11419 961120
11420         + improve the use of the "const" qualifier in the
11421           panel library (Juergen Pfeifer)
11422         + change set_panel_userptr() and panel_userptr() to use void*
11423           (Juergen Pfeifer)
11424
11425 961119
11426         + change ABI to 3.4
11427         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
11428           (Juergen Pfeifer)
11429         + correct initialization of the stdscr pseudo panel in panel library
11430           (Juergen Pfeifer)
11431         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
11432           Pfeifer).
11433         > patch #324 (ESR):
11434         + typo in curs_termcap man page (reported by Hendrik Reichel
11435           <106065.2344@compuserve.com>)
11436         + change default xterm entry to xterm-r6.
11437         + add entry for color_xterm
11438
11439 961116  - snapshot
11440         + lint found several functions that had only #define implementations
11441           (e.g., attr_off), modified curses.h.in to generate them as per XSI
11442           Curses requirement that every macro be available as a function.
11443         + add check in infocmp.c to guard against string compare of
11444           CANCELLED_STRING values.
11445         + modify firework.c, rain.c to hide cursor while running.
11446         + correct missing va_end in lib_tparm.c
11447         + modify hanoi.c to work on non-color terminals, and to use timing
11448           delays when in autoplay mode.
11449         + correct 'echochar()' to refresh immediately (reported by Adrian
11450           Garside <94ajg2@eng.cam.ac.uk>)
11451         > patch #322 (ESR):
11452         + reorganize terminfo.src entries for xterm.
11453
11454 961109  - snapshot
11455         + corrected error in line-breakout logic (lib_doupdate.c)
11456         + modified newdemo to use wgetch(win) rather than getch() to eliminate
11457           a spurious clear-screen.
11458         + corrected ifdef's for 'poll()' configuration.
11459         + added modules to ncurses, form, menu for Ada95 binding (Juergen
11460           Pfeifer).
11461         + modify set_field_buffer() to allow assignment of string longer than
11462           the initial buffer length, and to return the complete string rather
11463           than only the initial size (Juergen Pfeifer and Per Foreby
11464           <perf@efd.lth.se>).
11465
11466 961102  - snapshot
11467         + configure for 'poll()' in preference to 'select()', since older
11468           systems are more likely to have a broken 'select()'.
11469         + modified render_char() to avoid OR'ing colors.
11470         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
11471           resize test, use wbkgd and corrected box() parameters.
11472         + make flushinp() test work in ncurses.c by using napms() instead of
11473           sleep().
11474         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
11475           distribution, as stated)
11476         + terminfo 9.13.18 resync (ESR)
11477         + check for getenv("HOME") returning null (ESR).
11478         + change buffer used to decode xterm-mouse commands to unsigned to
11479           handle displays wider than 128 chars (Juergen Pfeifer).
11480         + correct typo curs_outopts.3x (Juergen Pfeifer).
11481         + correct limit-checking in wenclose() (Juergen Pfeifer).
11482         + correction to Peter Wemm's newwin change (Thomas Fehr
11483           <fehr@suse.de>).
11484         + corrections to logic that combines colors and attributes; they must
11485           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
11486           Marshall).
11487
11488 961026  - snapshot
11489         + reset flags in 'getwin()' that might cause refresh to attempt to
11490           manipulate the non-existent parent of a window that is read from a
11491           file (lib_screen.c).
11492         + restructure _nc_timed_wait() to log more information, and to try to
11493           recover from badly-behaved 'select()' calls (still testing this).
11494         + move define for GOOD_SELECT into configure script.
11495         + corrected extra '\' character inserted before ',' in comp_scan.c
11496         + corrected expansion of %-format characters in dump_entry.c; some were
11497           rendered as octal constants.
11498         + modify dump_entry.c to make terminfo output more readable and like
11499           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
11500           comma, "\^" and "\:" as well.
11501         + corrected some memory leaks in ncurses.c, and a minor logic error
11502           in the top-level command-parser.
11503         + correction for label format 4 (PC style with info line), a
11504           slk_clear(), slk_restore() sequence didn't redraw the info line
11505           (Juergen Pfeifer).
11506         + modified the slk window (if simulated) to inherit the background and
11507           default character attributes from stdscr (Juergen Pfeifer).
11508         + corrected limit-check in set_top_row (Juergen Pfeifer).
11509
11510 961019  - snapshot
11511         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
11512           had '.lastchar' entry one beyond '._maxx'.
11513         + modify ncurses test-program to work with data piped to it.
11514         + corrected pathname computation in run_tic.sh, removing extra "../"
11515           (reported by Tim Mooney).
11516         + modified configure script to use previous install's location for
11517           curses.h
11518         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
11519           a default.
11520
11521 961013
11522         + revised xterm terminfo descriptions to reflect the several versions
11523           that are available.
11524         + corrected a pointer reference in dump_entry.c that didn't test if
11525           the pointer was -1.
11526
11527 961005  - snapshot
11528         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
11529         + add -x option to hashtest to control whether it allows writes to the
11530           lower-right corner.
11531         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
11532           simpler to construct tests (for double-check of _nc_hash_map tests).
11533         + correct ifdef's for c++ in curses.h
11534         + change default xterm type to xterm-x11r6.
11535         + correct quoting in configure that made man-pages installed with
11536           $datadir instead of actual terminfo path.
11537         + correct whitespace in include/Caps, which caused kf11, clr_eol and
11538           clr_end to be omitted from terminfo.5
11539         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
11540         + improve appearance of marker in multi-selection menu (Juergen
11541           Pfeifer)
11542         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
11543         + document 'field_index()' (Juergen Pfeifer)
11544         > patch #321 (ESR):
11545         + add some more XENIX keycap translations to include/Caps.
11546         + modify newwin to set initial state of each line to 'touched'
11547           (from patch by Peter Wemm <peter@spinner.dialix.com>)
11548         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
11549
11550 960928  - snapshot
11551         + ifdef'd out _nc_hash_map (still slower)
11552         + add graphic characters to vt52 description.
11553         + use PutAttrChar in ClrToEOL to ensure proper background, position.
11554         + simplify/correct logic in 'mvcur()' that does wrapping; it was
11555           updating the position w/o actually moving the cursor, which broke
11556           relative moves.
11557         + ensure that 'doupdate()' sets the .oldindex values back to a sane
11558           state; this was causing a spurious refresh in ncurses 'r'.
11559         + add logic to configure (from vile) to guard against builders who
11560           don't remove config.cache & config.status when doing new builds -TD
11561         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
11562           did not follow the 2-parameter scheme specified in XSI.
11563         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
11564           clearok work properly (report by Michael Elkins).
11565         + corrected problem with endwin introduced by #314 (removing the
11566           scrolling-region reset) that broke ncurses.c tests.
11567         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
11568           <fischman@math.ucla.edu>).
11569         + corrected formatting of terminfo.5 tables (Juergen Ehling)
11570         > patch 320 (ESR):
11571         + change ABI to 3.3
11572         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
11573           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
11574         + reverse the default o configure --enable-termcap (consensus).
11575         > patch 319 (ESR):
11576         + modified logic for clearok and related functions (from report by
11577           Michael Elkins) - untested
11578         > patch 318 (ESR):
11579         + correction to #317.
11580         > patch 317 (ESR):
11581         + re-add _nc_hash_map
11582         + modify EmitRange to maintain position as per original design
11583           (patch by A. Lukyanov).
11584         + modify test/ncurses.c and tputs, etc., to allow trace counting
11585           output characters.
11586         + add hashtest.c program to time the hashmap optimization.
11587         > patch 316 (ESR):
11588         + add logic to deal with magic-cookie (how was this tested?)
11589           (lib_doupdate.c).
11590         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
11591         > patch 315 (ESR):
11592         + merge changes to lib_doupdate.c to use ech and rep - untested
11593           (patch by Alexander V Lukyanov).
11594         + modified handling of interrupted system calls - untested
11595           (lib_getch.c, lib_twait.c).
11596         + new function _nc_mvcur_resume()
11597         + fix return value for 'overlay()', 'overwrite()'
11598
11599 960914  - snapshot
11600         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
11601           test.
11602         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
11603           Ehling <eh@eclipse.aball.de>).
11604         + update xterm-color to reflect XFree86 3.1.3G release.
11605         + correct broken dtterm description from #314 patch (e.g., spurious
11606           newline.  The 'pairs' change might work, but no one's tested it
11607           either ;-)
11608         + clarify the documentation for the builtin form fieldtypes (Juergen
11609           Pfeifer)
11610         > patch 314 (ESR):
11611         + reset scroll region on startup rather than at wrapup time
11612           (enhancement suggested by Alexander V Lukyanov).
11613         + make storage of palette tables and their size counts per-screen for
11614           multi-terminal applications (suggested by Alexander V Lukyanov).
11615         + Improved error reporting for infotocap translation errors.
11616         + Update terminfo.src to 9.13.14.
11617
11618 960907  - snapshot
11619         + rewrote wgetstr to make it erase control chars and also fix bogus use
11620           of _nc_outstr which caused the display to not wrap properly (display
11621           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
11622         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
11623           (and split up this screen to accommodate non-ANSI terminals).
11624         + test enter_insert_mode and exit_insert_mode in has_ic().
11625         + removed bogus logic in mvcur that assumes nl/nonl set output modes
11626           (XSI says they are input modes; SVr4 implements this).
11627         + added macros SET_TTY, GET_TTY to term.h
11628         + correct getstr() logic that altered terminal modes w/o restoring.
11629         + disable ICRNL, etc., during initialization to match SVr4, removing
11630           the corresponding logic from raw, cbreak, etc.
11631         + disable ONLCR during initialization, to match SVr4 (this is needed
11632           for cursor optimization when the cursor-down is a newline).
11633         + replaced ESR's imitation of wresize with my original (his didn't
11634           work).
11635
11636 960831  - snapshot
11637         + memory leaks (Alexander V. Lukyanov).
11638         + modified pnoutrefresh() to be more tolerant of too-large screen
11639           size (reported by Michael Elkins).
11640         + correct handling of terminfo files with no strings (Philippe De
11641           Muyter)
11642         + correct "tic -s" to take into account -I, -C options.
11643         + modify ncurses 'f' test to not print codes 80 through 9F, since they
11644           are considered control codes by ANSI terminals.
11645
11646 960824  - snapshot
11647         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
11648         + make "--enable-getcap" configuration-option work (reported by
11649           Peter Wemm <peter@spinner.DIALix.COM>)
11650
11651 960820
11652         + correct err in 960817 that changed return-value of tigetflag()
11653           (reported by Alexander V. Lukyanov).
11654         + modify infocmp to use library default search-path for terminfo
11655           directory (Alexander V. Lukyanov).
11656
11657 960817  - snapshot
11658         + corrected an err in mvcur that broke resizing-behavior.
11659         + correct fall-thru behavior of _nc_read_entry(), which was not finding
11660           descriptions that existed in directories past the first one searched
11661           (reported by Alexander V. Lukyanov)
11662         + corrected typo in dtterm description.
11663         > patch 313 (ESR):
11664         + add dtterm description
11665         + clarify ncurses 'i' test (drop mvwscanw subtest)
11666
11667 960810  - snapshot
11668         + correct nl()/nonl() to work as per SVr4 & XSI.
11669         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
11670         + refine configure-test for "-g" option (Tim Mooney).
11671         + correct interaction between O_BLANK and NEW_LINE request in form
11672           library (Juergen Pfeifer)
11673
11674 960804
11675         + revised fix to tparm; previous fix reversed parameter order.
11676         > patch 312 (ESR):
11677           correct terminfo.src corrupted by #310
11678         > patch 311 (ESR):
11679         + fix idlok() and idcok() and the default of the idlok switch (report
11680           by Ville Sulko).
11681
11682 960803  - snapshot
11683         + corrected tparm to handle capability strings without explicit pop
11684           (reported by William P Setzer)
11685         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
11686           (reported by Tim Mooney).
11687         > patch 310 (ESR):
11688         + documentation and prototyping errors for has_color, immedok and idcok
11689           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
11690         + updated qnx terminfo entry (patch by Michael Hunter)
11691
11692 960730
11693         + eliminate quoted includes in ncurses subdirectory, ensure config.h
11694           is included first.
11695         + newterm initializes terminal settings the same as initscr (reported
11696           by Tim Mooney).
11697
11698 960727  - snapshot
11699         + call cbreak() in initscr(), as per XSI & SVr4.
11700         + turn off hardware echo in initscr() as per XSI & SVr4
11701         > patch 309 (ESR):
11702         + terminfo changes (9.3.9), from BRL
11703         + add more checks to terminfo parser.
11704         + add more symbols to infocmp.
11705
11706 960720  - snapshot
11707         + save previous-attribute in lib_vidattr.c if SP is null (reported by
11708           Juergen Fluk <louis@dachau.marco.de>)
11709         + corrected calls on _nc_render so that background character is set
11710           as per XSI.
11711         + corrected wbkgdset macro (XSI allows background character to be
11712           null), and tests that use it.
11713         + more corrections to terminfo (xterm & rxvt)
11714         + undid change to mcprint prototype (cannot use size_t in curses.h
11715           because not all systems declare it in the headers that we can safely
11716           include therein).
11717         + move the ifdefs for errno into curses.priv.h
11718         > patch 308 (ESR):
11719         + terminfo changes (9.3.8)
11720         + modified logic of error-reporting in terminfo parser
11721         + fix option-processing bug in toe.
11722
11723 960713  - snapshot
11724         + always check for <sys/bsdtypes.h> since ISC needs it to declare
11725           fd_set (Juergen Pfeifer)
11726         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
11727           by Juergen Pfeifer, Mike Long)
11728         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
11729         + corrected prototype for delay_output() -- bump ABI to 3.2
11730         + patch 307 (ESR):
11731         + enable more translations of nonstandard caps, and document them.
11732         + misc/terminfo.src update to 9.13.8
11733         + patch 306 (ESR):
11734         + moved logic that filters out rmul and rmso from setupterm to newterm
11735           where it is less likely to interfere with termcap applications.
11736         + cosmetic fixes to test/ncurses.c
11737         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
11738           rather than constant (report by mib).
11739         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
11740           Muyter).
11741         + modify ncurses/comp_parse.c so that entries containing a "+" can
11742           have missing rmcup vs smcup.
11743
11744 960707
11745         + rollback ESR's #305 change to terminfo.src (it breaks existing
11746           applications, e.g., 'less 290').
11747         + correct path of edit_man.sh, and fix typo that made all man-pages
11748           preformatted.
11749         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
11750         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
11751           Philippe De Muyter).
11752
11753 960706  - snapshot
11754         + make lib_vidattr.c more readable using macros.
11755         + filter out rmul, rmso that conflict with sgr0 when reading terminal
11756           descriptions.
11757         + work around autoconf bug, force $INSTALL to absolute path
11758           (reported by Zeyd).
11759         + modify man-page install for BSDI to install preformatted .0 files
11760           (reported by David MacKenzie).
11761         + add/use gcc __attribute__ for printf and scanf in curses.h
11762         + added SGR attributes test-case to ncurses
11763         + revised ncurses 't' logic to show trace-disable effect in the menu.
11764         + use getopt in ncurses program to process -s and -t options.
11765         + make ncurses 'p' legend toggle with '?'
11766         + disable scrollok during the ncurses 'p' test; if it is enabled the
11767           stdscr will scroll when putting the box-corners in the lower-right
11768           of the screen.
11769         > patch 305 (ESR):
11770         + added sanity-checking of various paired string attributes.
11771         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
11772         + modify man/Makefile.in to make terminfo.5 during normal build.
11773         > patch 304 (ESR):
11774         + corrected allocation-length for $HOME/.terminfo path.
11775
11776 960629  - snapshot
11777         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
11778           terminals with no scrolling-support (reported by Nikolay Shadrin
11779           <queen@qh.mirea.ac.ru>)
11780         + added ^S scrollok-toggle to ncurses 'g' test.
11781         + added ^T trace-toggle to ncurses tests.
11782         + modified ncurses test program to use ^Q or ESC consistently for
11783           terminating tests (rather than ^D), and to use control keys rather
11784           than function keys in 'g' test.
11785         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
11786           (reported by Philippe De Muyter).
11787         + modify lib_doupdate.c to use effective costs to tradeoff between
11788           delete-character/insert-character vs normal updating (reported by
11789           David MacKenzie).
11790         + compute effective costs for screen update operations (e.g., clr_eos,
11791           delete_character).
11792         + corrected error in knight.c exposed by wrap fixes in 960622; the
11793           msgwin needed scrollok set.
11794         + corrected last change to IDcTransformLine logic to avoid conflict
11795           between PutRange and InsStr
11796         + modified run_tic.sh to not use /usr/tmp (reported by David
11797           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
11798           set.
11799         + corrected off-by-one in RoomFor call in read_entry.c
11800
11801 960622  - snapshot
11802         + modified logic that wraps cursor in addch to follow the XSI spec,
11803           (implemented in SVr4) which states that the cursor position is
11804           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
11805           actual semantics.
11806         + added -s option to tic, to provide better diagnostics in run_tic.sh
11807         + improved error-recovery for tabset install.
11808         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
11809           _yoffset to WINDOW).
11810         + modified initialization of SP->_ofp so that init_acs() is called with
11811           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
11812         + documentation fixes (Juergen Pfeifer).
11813         + corrected, using new SCREEN and WINDOW members, the behavior of
11814           ncurses if one uses ripoffline() to remove a line from the top of the
11815           screen (Juergen Pfeifer).
11816         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
11817           ncurses (Juergen Pfeifer).
11818         + incorrect buffer-size in _nc_read_entry, reported by ESR.
11819
11820 960617
11821         + corrected two logic errors in read_entry.c, write_entry.c (called by
11822           tic, the write/read of terminfo entries used inconsistent rules for
11823           locating the entries; the $TERMINFO_DIRS code would find only the
11824           first entry in a list).
11825         + refined pathname computation in run_tic.sh and shlib.
11826         + corrected initialization of $IP in misc/run_tic.sh
11827
11828 960615  - snapshot
11829         + ifdef'd out _nc_hash_map() call because it does not improve speed.
11830         + display version of gcc if configure script identifies it.
11831         + modify configure script to use /usr as Linux's default prefix.
11832         + modify run_tic.sh to use shlib script, fixes some problems installing
11833           with a shared-library configuration.
11834         + adjusted configure script so that it doesn't run tests with the
11835           warnings turned on, which makes config.log hard to read.
11836         + added 'lint' rule to top-level Makefile.
11837         + added configure option '--with-install-prefix' for use by system
11838           builders to install into staging locations (requested by
11839           Charles Levert <charles@comm.polymtl.ca>).
11840         + corrected autoconfigure for Debian man program; it's not installed
11841           as "man_db".
11842         + set noecho in 'worm'; it was ifdef'd for debug only
11843         + updated test/configure.in for timing-display in ncurses 'p' test
11844         + corrected misspelled 'getbkgd()'.
11845         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
11846           to blank if no character given, copies attributes to window's
11847           attributes).
11848         + modified lib_doupdate.c to use lower-level SP's current_attr state
11849           instead of curscr's state, since it is redundant.
11850         + correction to IDcTransformLine logic which controls where InsStr is
11851           invoked (refined by Alexander V Lukyanov).
11852         > patch 303 (ESR):
11853         + conditionally include Chris Torek's hash function _nc_hash_map().
11854         + better fix for nvi refresh-bug (Rick Marshall)
11855         + fix for bug in handling of interrupted keystroke waits,
11856           (Werner Fleck).
11857         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
11858
11859 960601  - snapshot
11860         + auto-configure man-page compression-format and renames for Debian.
11861         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
11862         + re-order curses.priv.h for lint.
11863         + added rules for lintlib, lint
11864         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
11865         + corrected missing INSTALL_DATA in misc/Makefile.in
11866         + flush output when changing cursor-visibility (Rick Marshall)
11867         + fix a minor bug in the _nc_ripoff() routine and improve error
11868           checking when creating the label window (Juergen Pfeifer).
11869         + enhancement to the control over the new PC-style soft key format.
11870           allow caller now to select whether or not one wants to have
11871           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
11872         + typos, don't use inline with "-g" (Philippe De Muyter)
11873         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
11874
11875 960526  - snapshot
11876         + removed --with-ticdir option altogether, maintain compatibility with
11877           existing applications via symbolic link in run_tic.sh
11878         + patch for termio.h, signal (Philippe De Muyter)
11879         + auto-configure gcc warning options rather than infer from version.
11880         + auto-configure __attribute__ for different gcc versions.
11881         + corrected special use of clearok() in hardscroll.c by resetting flag
11882           in wrefresh().
11883         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
11884         + include sys/types.h in case stdlib.h does not declare size_t.
11885         + fixes for makefile (Tim Mooney)
11886         + fixes for menus & forms (Juergen Pfeifer)
11887         > patch 302 (ESR):
11888         + improve hash function (suggested by Alexander V Lukyanov).
11889         + 9.13.4 update for terminfo.src
11890
11891 960518  - snapshot
11892         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
11893         + refined case in lib_doupdate.c for ClrToEOL().
11894         + corrected prior change for PutRange (Alexander V Lukyanov
11895           <lav@yars.free.net>).
11896         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
11897         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
11898         + renamed "--with-datadir" option to "--with-ticdir" to avoid
11899           confusion, and made this check for the /usr/lib/terminfo pre-existing
11900           directory.
11901         > patches 299-301 (ESR):
11902         + html fixes (Phillippe de Muyter).
11903         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
11904         + added hashmap.c
11905         + mods to tracing, especially for ACS chars.
11906         + corrected off-by-one in IDCtransform.
11907         + corrected intermittent mouse bug by using return-value from read().
11908         + mods to parse_entry.c, for smarter defaults.
11909
11910 960512
11911         + use getopt in 'tic'; added -L option and modified -e option to allow
11912           list from a file.
11913
11914 960511
11915         + don't use fixed buffer-size in tparm().
11916         + modified tic to create terminfo directory if it doesn't exist.
11917         + added -T options to tic and infocmp (for testing/analysis)
11918         + refined the length criteria for termcap and terminfo
11919         + optimize lib_doupdate with memcpy, PutRange
11920         > patches 297, 298 (ESR):
11921         + implement TERMINFO_DIRS, and -o option of tic
11922         + added TRACE_IEVENT
11923         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
11924           deselect.
11925         + added lib_print.c (request by Rick Marshall).
11926         + added has_key() (request by Juergen Pfeifer).
11927         + do not issue clrtoeol or clrtobot if the relevant portion of the line
11928           is already blank (analysis by Keith Bostic).
11929         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
11930           (analysis by Jurgen Eidt).
11931         + update screen's notion of cursor position in endwin() (analysis by
11932           Alexander Lukyanov).
11933         + added 't' to ncurses.c test.
11934         + moved delay_output() to lib_tputs.c
11935         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
11936           is not part of X/Open Curses).
11937         + removed boolean version of 'getm'.
11938         + misc cursor & optimization fixes.
11939
11940 960504  - snapshot
11941         + modified ncurses 'p' test to allow full-screen range for panner size.
11942         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
11943         + don't use fixed buffer-size in fmt_entry().
11944         + added usage-message to 'infocmp'.
11945         + modified install.includes rules to prepend subdirectory-name to
11946           "#include" if needed.
11947
11948 960430
11949         + protect wrefresh, wnoutrefresh from invocation with pad argument.
11950         + corrected default CCFLAGS in test/Makefile.
11951
11952 960428  - snapshot
11953         + implemented logic to support terminals with background color erase
11954           (e.g., rxvt and the newer color xterm).
11955         + improved screen update logic (off-by-one logic error; use clr_eos if
11956           possible)
11957
11958 960426  - snapshot
11959         + change ncurses 'a' test to run in raw mode.
11960         + make TIOCGWINSZ configure test less stringent, in case user
11961           configures via terminal that cannot get screen size.
11962         > patches 295, 296 (ESR):
11963         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
11964           overhead for programs that use only termcap features.
11965         + new "-e" and "-h" options of tic (request by Tony Nugent).
11966         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
11967           Verdoolaege).
11968         + fix for "infocmp -e" to emit correct initializers (reported by Manual
11969           J Novoa III).
11970         + restore working-directory in read_termcap.c (report by Kayvan
11971           Sylvan).
11972         + use "-h" option on Solaris when generating shared libraries on
11973           Solaris 2.5 to record the library name in the file, for assisting
11974           the loader (patch by Scott Kramer).
11975         + undo patch #294 changes to form and menu libraries (request by
11976           Juergen Pfeifer).
11977
11978 960418  - snapshot
11979         + use autoconf 2.9
11980         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
11981           definitions via <termios.h>, modified macros in lib_raw.c to avoid
11982           K&R-style substitution)
11983         > patches 293, 294 (ESR):
11984         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
11985           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
11986           changes (patches by Juergen Pfeifer).
11987         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
11988           __QNX__ is defined (patch by Michael Hunter).
11989         + modify setupterm() to match documentation for its return value, fix
11990           newterm to work with this change (report by Emmet Lazich).
11991         + add checks in getch() for error, return ERR as appropriate (report by
11992           Emmet Lazich).
11993         + mods to wgetch() in cooked mode (report by Pete Seebach).
11994         + corrected askuser() logic in tset (patch by Remco Treffkorn).
11995         + correct interaction of endwin() with mouse processing (report by
11996           Michael Elkins).
11997         + added trace support for TTY flags
11998         + update terminfo.src to 9.13.1
11999         + FreeBSD console entries (patch by Andrew Chernov).
12000
12001 960406
12002         + fixes for NeXT, ISC and HPUX auto-configure
12003         + autogenerate development header-dependencies (config.h, *.priv.h)
12004         + corrected single-column formatting of "use=" (e.g., in tic)
12005         + modify tic to read full terminfo-names
12006         + corrected divide-by-zero that caused hang (or worse) when redirecting
12007           output
12008         + modify tic to generate directories only as-needed (and corrected
12009           instance of use of data from function that had already returned).
12010
12011 ### ncurses-1.9.8a -> 1.9.9e
12012
12013 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
12014   copy-changed-lines behavior.
12015 * added and documented wresize() function.
12016 * more fixes to LOWER-RIGHT corner handling.
12017 * changed the line-breakout optimization code to allow some lines to be
12018   emitted before the first check.
12019 * added option for tic to use symbolic instead of hard links (for AFS)
12020 * fix to restore auto-wrap mode.
12021 * trace level can be controlled by environment variable.
12022 * better handling of NULs in terminal descriptions.
12023 * improved compatibility with observed SVR4 behavior.
12024 * the refresh behavior of over-lapping windows is now more efficient and
12025   behaves like SVR4.
12026 * use autoconf 2.7, which results in a working setup for SCO 5.0.
12027 * support for ESCDELAY.
12028 * small fixes for menu/form code.
12029 * the test directory has its own configure.
12030 * fixes to pads when optimizing scrolling.
12031 * fixed several off-by-one bugs.
12032 * fixes for termcap->terminfo translation; less restrictions more correct
12033   behavior.
12034
12035 ### ncurses-1.9.7 -> 1.9.8a
12036
12037 * teach infocmp -i to recognize ECMA highlight sequences
12038 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
12039 * support infocmp -RBSD.
12040 * satisfy XSI Curses requirement that every macro be available as a function.
12041 * This represents the last big change to the public interface of ncurses. The
12042   ABI_VERSION has now been set at 3.0 and should stay there barring any great
12043   catastrophies or acts of God.
12044 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
12045   requirements.
12046 * libncurses now gets linked to libcurses to help seamless emulation
12047   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
12048   off.
12049
12050 ### ncurses-1.9.6 -> 1.9.7
12051
12052 * corrected return values of setupterm()
12053 * Fixed some bugs in tput (it does padding now)
12054 * fixed a bug in tic that made it do the wrong thing on entries with more than
12055   one `use' capability.
12056 * corrected the screen-size calculation at startup time to alter the
12057   numeric capabilities as per SVr4, not just LINES and COLS.
12058 * toe(1) introduced; does what infocmp -T used to.
12059 * tic(1) can now translate AIX box1 and font[0123] capabilities.
12060 * tic uses much less core, the dotic.sh kluge can go away now.
12061 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
12062 * Add $HOME/.terminfo as source/target directory for terminfo entries.
12063 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
12064 * added -h option to toe(1).
12065 * added -R option to tic(1) and infocmp(1).
12066 * added fallback-entry-list feature.
12067 * added -i option to infocmp(1).
12068 * do a better job at detecting if we're on SCO.
12069
12070 ### ncurses-1.9.5 -> 1.9.6
12071
12072 * handling of TERMCAP environment variables now works correctly.
12073 * various changes to shorten termcap translations to less that 1024 chars.
12074 * tset(1) added
12075 * mouse support for xterm.
12076 * most data tables are now const and accordingly live in shareable text space.
12077 * Obey the XPG4/SVr4 practice that echo() is initally off.
12078 * tic is much better at translating XENIX and AIX termcap entries now.
12079 * tic can interpret ko capabilities now.
12080 * integrated Juergen Pfeifer's forms library.
12081 * taught write_entry() how not to write more than it needs to; this change
12082   reduces the size of the terminfo tree by a full 26%!
12083 * infocmp -T option added.
12084 * better warnings about historical tic quirks from tic.
12085
12086 ### ncurses 1.9.4 -> 1.9.5
12087
12088 * menus library is now included with documentation.
12089 * lib_mvcur has been carefully profiled and tuned.
12090 * Fixed a ^Z-handling bug that was tanking lynx(1).
12091 * HJ Lu's patches for ELF shared libraries under Linux
12092 * terminfo.src 9.8.2
12093 * tweaks for compiling in seperate directories.
12094 * Thomas Dickey's patches to support NeXT's brain-dead linker
12095 * Eric Raymond's patches to fix problems with long termcap entries.
12096 * more support for shared libraries under SunOS and IRIX.
12097
12098 ### ncurses 1.9.3 -> 1.9.4
12099
12100 * fixed an undefined-order-of-evaluation bug in lib_acs.c
12101 * systematically gave non-API public functions and data an _nc_ prefix.
12102 * integrated Juergen Pfeifer's menu code into the distribution.
12103 * totally rewrote the knight test game's interface
12104
12105 ### ncurses 1.9.2c -> 1.9.3
12106
12107 * fixed the TERMCAP_FILE Support.
12108 * fixed off-by-one errors in scrolling code
12109 * added tracemunch to the test tools
12110 * took steps to cut the running time of make install.data
12111
12112 ### ncurses 1.9.2c -> 1.9.2d
12113
12114 * revised 'configure' script to produce libraries for normal, debug,
12115   profile and shared object models.
12116
12117 ### ncurses 1.9.1 -> 1.9.2
12118
12119 * use 'autoconf' to implement 'configure' script.
12120 * panels support added
12121 * tic now checks for excessively long termcap entries when doing translation
12122 * first cut at eliminating namespace pollution.
12123
12124 ### ncurses 1.8.9 -> 1.9
12125
12126 * cleanup gcc warnings for the following: use size_t where 'int' is not
12127   appropriate, fixed some shadowed variables, change attr_t to compatible with
12128   chtype, use attr_t in some places where it was confused with 'int'.
12129 * use chtype/attr_t casts as appropriate to ensure portability of masking
12130   operations.
12131 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
12132 * supplied missing prototypes in curses.h
12133 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
12134   are consistent (they weren't).
12135 * corrected prototype of tputs in <termcap.h>
12136 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
12137   that may be out of bounds on the stack) -- Purify found this.
12138 * ensure that TRACE is defined in lib_trace.c (to solve prototype
12139   warnings from gcc).
12140 * corrected scrolling-region size in 'mvcur_wrap()'
12141 * more spelling fixes
12142 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
12143 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
12144   core in init_acs()).
12145 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
12146   in that file).
12147
12148 ### ncurses 1.8.8 -> 1.8.9
12149
12150 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
12151   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
12152   non-portable use of "%x" for pointers, or for chtype data (which is declared
12153   as a long).
12154 * modified doupdate to ensure that typahead was turned on before attempting
12155   select-call (otherwise, some implementations hang).
12156 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
12157   resolution of traces.
12158 * improved bounds checking on several critical functions.
12159 * the data directory has been replaced by the new master terminfo file.
12160 * -F file-comparison option added to infocmp.
12161 * compatibility with XSI Curses is now documented in the man bages.
12162 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
12163   is much less flaky.
12164 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
12165   memory_above, memory_below, and hard_copy are now used properly.
12166 * cursor-movement optimization has been completely rewritten.
12167 * vertical-movement optimization now uses hardware scrolling, il, dl.
12168
12169 ### ncurses 1.8.7 -> 1.8.8
12170 * untic no longer exists, infocmp replaces it.
12171 * tic can understand termcap now, especially if it is called captoinfo.
12172 * The Linux Standard Console terminfo entry is called linux insead of console.
12173   It also uses the kernel's new method of changing charsets.
12174 * initscr() will EXIT upon error (as the docs say) This wil mostly happen if
12175   you try to run on an undefined terminal.
12176 * I can get things running on AIX but tic can't compile terminfo. I have to
12177   compile entries on another machine. Volunteers to hunt this bug are welcome.
12178 * wbkgd() and wbkgdset() can be used to set a windows background to color.
12179   wclear()/werase() DO NOT use the current attribute to clear the screen.
12180   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
12181   though PDCurses 2.2 has been fixed.
12182 * cleaned up the test/ directory.
12183 * test/worm will segfault after quite a while.
12184 * many spelling corrections courtesy of Thomas E. Dickey
12185
12186 ### ncurses 1.8.6 -> 1.8.7
12187 * cleaned up programs in test/ directory.
12188 * fixed wbkgdset() macro.
12189 * modified getstr() to stop it from advancing cursor in noecho mode.
12190 * modified linux terminfo entry to work with the latest kernel to get
12191   the correct alternate character set.
12192 * also added a linux-mono entry for those running on monochrome screens.
12193 * changed initscr() so that it behaves like the man page says it does.
12194   this fixes the problem with programs in test/ crashing with SIGSEV if
12195   a terminal is undefined.
12196 * modified addch() to avoid using any term.h #define's
12197 * removed duplicate tgoto() in lib_tparm.c
12198 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
12199 * modified delwin() to correctly handle deleting subwindows.
12200 * fixed Makefile.dist to stop installing an empty curses.h
12201 * fixed a couple of out-of-date notes in man pages.
12202
12203 ### ncurses 1.8.5 -> 1.8.6
12204 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
12205 * The handling of attributes has been improved and now does not turn off color
12206   if other attributes are turned off.
12207 * scrolling code is improved. Scrolling in subwindows is still broken.
12208 * Fixes to several bugs that manifest them on platforms other than Linux.
12209 * The default to meta now depends on the status of the terminal when ncurses
12210   is started.
12211 * The interface to the tracing facility has changed.  Instead of the pair of
12212   functions traceon() and traceoff(), there is just one function trace() which
12213   takes a trace mask argument.  The trace masks, defined in curses.h, are
12214   as follows:
12215
12216         #define TRACE_DISABLE   0x00    /* turn off tracing */
12217         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
12218         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
12219         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
12220
12221   More trace masks may be added, or these may be changed, in future releases.
12222 * The pad code has been improved and the pad test code in test/ncurses.c has
12223   been improved.
12224 * The prototype ansi entry has been changed to work with a wider variety
12225   of emulators.
12226 * Fix to the prototype ansi entry that enables it to work with PC emulators
12227   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
12228   break operation with any emulators.
12229 * There are now working infocmp, captoinfo, tput, and tclear utilities.
12230 * tic can now compile entries in termcap syntax.
12231 * Core-dump bug in pnoutrefresh fixed.
12232 * We now recognize and compile all the nonstandard capabilities in Ross
12233   Ridge's mytinfo package (rendering it obsolete).
12234 * General cleanup and documentation improvements.
12235 * Fixes and additions to the installation-documentation files.
12236 * Take cursor to normal mode on endwin.
12237
12238 ### ncurses 1.8.4 -> 1.8.5
12239 * serious bugs in updating screen which caused erratic non-display,
12240   fixed.
12241 * fixed initialization for getch() related variable which cause
12242   unpredictable results.
12243 * fixed another doupdate bug which only appeared if you have
12244   parm_char.
12245 * implemented redrawln() and redrawwin().
12246 * implemented winsnstr() and related functions.
12247 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
12248 * changed Makefile.dist so that installation of man pages will
12249   take note of the terminfo directory.
12250 * fixed Configure (removed the mysterious 'X').
12251 * Eric S. Raymond fixed the script.* files so that they work with
12252   stock awk.
12253
12254 #### ncurses 1.8.3 -> 1.8.4 #### ####
12255 * fixed bug in refreshing the screen after return from shell_mode.
12256   There are still problems but they don't manifest themselves on
12257   my machine (Linux 0.99.14f).
12258 * added wgetnstr() and modified things accordingly.
12259 * fixed the script.src script.test to work with awk not just gawk.
12260 * Configure can now take an argument of the target system.
12261 * added test/ncurses.c which replaces several other programs and
12262   performs more testing.
12263 [Thanks to Eric S Raymond for the last 4]
12264 * more fixes to lib_overlay.c and added test/over.c to illustrate
12265   how it works.
12266 * fixed ungetch() to take int instead of ch.
12267 * fixes to cure wgetch() if flushinp() is called.
12268
12269 One note I forgot to mention in 1.8.3 is that tracing is off by
12270 default starting in the version. If you want tracing output, put
12271 traceon(); in your code and link with -ldcurses.
12272
12273 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
12274 MAJOR CHANGES:
12275 1) The order of capabilities has been changed in order to achieve
12276 binary compatibility with SVR4 terminfo database. This has the
12277 unfortunate effect of breaking application currently linked with
12278 ncurses. To ensure correct behavior, recompile all such programs.
12279 Most programs using color or newer capabilities will break, others
12280 will probably continue to work ok.
12281
12282 2) Pavel Curtis has renounced his copyright to the public domain.
12283 This means that his original sources (posted to comp.sources.unix,
12284 volume 1) are now in the public domain.  The current sources are
12285 NOT in the public domain, they are copyrighted by me.  I'm
12286 entertaining ideas on what the new terms ncurses is released under.
12287
12288 3) Eric S. Raymond has supplied a complete set of man pages for
12289 ncurses in ?roff format. They will eventually replace most of the
12290 current docs. Both sets are included in this release.
12291
12292 Other changes and notes from 1.8.2 include:
12293 * SIGSEGV during scrolling no longer occurs.
12294 * Other problems with scrolling and use of idl have been corrected.
12295 * lib_getch.c has been re-written and should perform flawlessly.
12296   please use test/getch.c and any other programs to test this.
12297 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
12298   changed accordingly.
12299 * I've added support for terminals that scroll if you write in the
12300   bottom-right corner.
12301 * fixed more bugs in pads code. If anybody has a program that uses
12302   pads I'd love a copy.
12303 * correct handling for terminal with back_color_erase capability
12304   (such as Linux console, and most PC terminals)
12305 * ^Z handling apparently didn't work (I should never trust code
12306   sent me to me without extensive testing). It now seems to be
12307   fixed. Let me know if you have problems.
12308 * I've added support for Apollo and NeXT, but it may still be
12309   incomplete, especially when dealing with the lack of POSIX
12310   features.
12311 * scrolling should be more efficient on terminals with idl
12312   capabilities. Please see src/lib_scroll.c for more notes.
12313 * The line drawing routines were offset by 1 at both ends. This
12314   is now fixed.
12315 * added a few missing prototypes and macros (e.g. setterm())
12316 * fixed code in src/lib_overlay.c which used to crash.
12317 * added a few more programs in test/ The ones from the PDCurses
12318   package are useful, especially if you have SVR4 proper. I'm
12319   interested in the results you get on such a systems (Eric? ;-).
12320   They already exposed certain bugs in ncurses.
12321 * See src/README for porting notes.
12322 * The C++ code should really replace ncurses.h instead of working
12323   around it. It should avoid name-space clashes with nterm.h (use
12324   rows instead of lines, etc.)
12325 * The C++ should compile ok. I've added explicit rules to the
12326   Makefile because no C++ defaults are documented on the suns.
12327 * The docs say that echo() and nocbreak() are mutually exclusive.
12328   At the moment ncurses will switch to cbreak() if the case above
12329   occurs. Should it continue to do so? How about echo() and noraw()?
12330 * PDCurses seem to assume that wclear() will use current attribute
12331   when clearing the screen. According to Eric this is not the case
12332   with SVR4.
12333 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
12334   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
12335 * I've also found out that the src/script.* rely on gawk and will not
12336   work with stock awk or even with nawk. Any changes are welcome.
12337 * Linux is more tolerant of NULL dereferences than most systems. This
12338   fact was exposed by hanoi.
12339 * ncurses still seems inefficient in drawing the screen on a serial
12340   link between Linux and suns. The padding may be the culprit.
12341 * There seems to be one lingering problem with doupdate() after shelling
12342   out. Despite the fact the it is sending out the correct information
12343   to the terminal, nothing takes effect until you press ^L or another
12344   refresh takes place. And yes, output does get flushed.
12345
12346 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
12347
12348 * added support for SVR4 and BSDI's BSD/386.
12349 * major update and fix to scrolling routine.
12350 * MORE fixes to stuff in lib_getch.c.
12351 * cleaned-up configuration options and can now generate
12352         Config.* files through an awk script.
12353 * changed setupterm() so it can be called more than once,
12354         add added set_curterm(), del_curterm().
12355 * a few minor cleanups.
12356 * added more prototypes in curses.h
12357
12358 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
12359
12360 * added support for NeXTStep 3.0
12361 * added termcap emulation (not well tested).
12362 * more complete C++ interface to ncurses.
12363 * fixed overlay(), overwrite(), and added copywin().
12364 * a couple of bug fixes.
12365 * a few code cleanups.
12366
12367 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
12368
12369 * The annoying message "can't open file." was due to missing
12370   terminfo entry for the used terminal. It has now been
12371   replaced by a hopefully more helpful message.
12372 * Problems with running on serial lines are now fixed.
12373 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
12374   386bsd/BSDI (if you have others send'em to me)
12375 * Cleaner Makefile.
12376 * The documentation in manual.doc is now more uptodate.
12377 * update optimization and support for hp terminals, and 386bsd
12378   console driver(s).
12379 * mvcur optimization for terminals without cursor addressing
12380   (doesn't work on Linux)
12381 * if cursor moved since last update, getch() will refresh the
12382   screen before working.
12383 * getch() & alarm() can now live together. in 0.7.3 a signal
12384   interrupted getch() (bug or feature?) now the getch is
12385   restarted.
12386 * scanw() et all were sick, now fixed.
12387 * support for 8-bit input (use meta()).
12388 * added default screen size to all terminfos.
12389 * added c++ Ncursesw class.
12390 * several minor bug fixes.
12391
12392 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
12393
12394 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
12395 * more fixes to lib_getch.c
12396 * changes related to Config
12397
12398 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
12399
12400 * docs updated slightly (color usage is now documented).
12401 * yet another fix for getch(), this one fixes problems with ESC being swallowed
12402   if another character is typed before the 1 second timeout.
12403 * Hopefully, addstr() and addch() are 8-bit clean.
12404 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
12405 * order of capabilities changed to reflect that specified in SYSV
12406   this will allow for binary-compatibility with existing terminfo dbs.
12407 * added halfdelay()
12408 * fixed problems with asc_init()
12409 * added A_PROTECT and A_INVIS
12410 * cleaned up vidputs()
12411 * general cleanup of the code
12412 * more attention to portability to other systems
12413 * added terminfos for hp70092 (wont work until changes to lib_update.c are
12414   made) and 386BSD pcvt drivers.
12415
12416 Thanks to Hellmuth Michaelis for his help.
12417 optimization code is slated for the next major release, stay tuned!
12418
12419 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
12420 Please note that the next release will be called 1.8. If you want to know about
12421 the rationale drop me a line.
12422
12423 Included are several test programs in test/.
12424 I've split up the panels library, reversi, tetris, sokoban. They are now
12425 available separately from netcom.com:pub/zmbenhal/
12426
12427 * color and ACS support is now fully compatible with SYSV at the terminfo
12428   level.
12429 * Capabilities now includes as many SYSV caps I could find.
12430 * tigetflag,tigetnum,tigetstr functions added.
12431 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
12432   strnames, strfnames, strcodes arrays are now added.
12433 * keyname() is added.
12434 * All function keys can be defined in terminfo entries.
12435 * fixed lin_tparm.c to behave properly.
12436 * terminfo entries for vt* and xterm are included (improvements are welcome)
12437 * more automation in handling caps and keys.
12438 * included fixes from 0.6.1
12439 * added a few more missing functions.
12440 * fixed a couple of minor bugs.
12441 * updated docs JUST a little (still miles behind in documenting the newer
12442         features).
12443
12444 #### ncurses 0.6 -> ncurses 0.61 ####
12445
12446 1) Included the missing data/console.
12447
12448 2) allow attributes when drawing boxes.
12449
12450 3) corrected usage of win->_delay value.
12451
12452 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
12453         simply return the last character in the sequence. The correct
12454         behavior is to return the entire sequence one character at a time.
12455
12456 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
12457 * removed _numchngd from struct _win_st and made appropriate changes.
12458 * rewritten kgetch() to remove problems with interaction between alarm and
12459   read(). It caused SIGSEGV every now and then.
12460 * fixed a bug that miscounted the numbers of columns when updating.
12461   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
12462 * fixed a bug that cause the lower-right corner to be incorrect.
12463   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
12464 * made resize() and cleanup() static to lib_newterm.c
12465 * added notimeout().
12466 * added timeout() define in curses.h
12467 * added more function prototypes and fixed napms.
12468 * added use_env().
12469 * moved screen size detection to lib_setup.c.
12470 * fixed newterm() to confirm to prototype.
12471 * removed SIGWINCH support as SYSV does not define its semantics.
12472 * cleaned-up lib_touch.c
12473 * added waddnstr() and relatives.
12474 * added slk_* support.
12475 * fixed a bug in wdeleteln().
12476 * added PANEL library.
12477 * modified Makefile for smoother installation.
12478 * terminfo.h is really term.h
12479
12480 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
12481 * changed _win_st structure to allow support for missing functionality.
12482 * Addition of terminfo support for all KEY_*.
12483 * Support for nodelay(), timeout(), notimeout().
12484 * fixed a bug with the keypad char reading that did not return ESC until
12485   another key is pressed.
12486 * nl mapping no longer occur on output (as should be)
12487   fixed bug '\n' no causing a LF.
12488 * fixed bug that reset terminal colors regardless of whether we use color
12489   or not.
12490 * Better support for ACS (not quite complete).
12491 * fixed bug in wvline().
12492 * added curs_set().
12493 * changed from signal() to sigaction().
12494 * re-included the contents of important.patch into source.
12495
12496 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
12497 * Addition of more KEY_* definitions.
12498 * Addition of function prototypes.
12499 * Addition of several missing functions.
12500 * No more crashes if screen size is undefined (use SIGWINCH handler).
12501 * added a handler to cleanup after SIGSEGV (hopefully never needed).
12502 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
12503 * renamed compile/dump to tic/untic.
12504 * New scrolling code.
12505 * fixed bug that reversed the sense of nl() and nonl().
12506
12507 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
12508 * more support for color and graphics see test/ for examples.
12509 * fixed various files to allow correct update after shelling out.
12510 * more fixes for updates.
12511 * no more core dumps if you don't have a terminfo entry.
12512 * support for LINES and COLUMNS environment variables.
12513 * support for SIGWINCH signal.
12514 * added a handler for SIGINT for clean exits.
12515
12516 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
12517 * support for color.
12518 * support for PC graphic characters.
12519 * lib_trace.c updated to use stdarg.h and vprintf routines.
12520 * added gdc.c (Great Digital Clock) as an example of using color.
12521
12522 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
12523 * replacing sgtty stuff by termios stuff.
12524 * ANSIfication of some functions.
12525 * Disabling cost analysis 'cause it's incorrect.
12526 * A quick hack for a terminfo entry.
12527
12528 -- vile:txtmode: