]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 6.0 - patch 20170827
[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.2937 2017/08/27 18:35:58 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 may be cited in this file by their initials.
42 Each accounts for half of 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 20170827
49         + fix a bug in repeat_char logic (cf: 20170729, report by Chris Clayton).
50
51 20170826
52         + fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
53         + corrected a warning from tic about keys which are the same, to skip
54           over missing/cancelled values.
55         + add check in tic for unnecessary use of "2" to denote a shifted
56           special key.
57         + improve checks in trim_sgr0, comp_parse.c and parse_entry.c, for
58           cancelled string capabilities.
59         + add check in _nc_parse_entry() for invalid entry name, setting the
60           name to "invalid" to avoid problems storing entries.
61         + add/improve checks in tic's parser to address invalid input
62           + add a check in comp_scan.c to handle the special case where a
63             nontext file ending with a NUL rather than newline is given to tic
64             as input (Redhat #1484274).
65           + allow for cancelled capabilities in _nc_save_str (Redhat #1484276).
66           + add validity checks for "use=" target in _nc_parse_entry (Redhat
67             #1484284).
68           + check for invalid strings in postprocess_termcap (Redhat #1484285)
69           + reset secondary pointers on EOF in next_char() (Redhat #1484287).
70           + guard _nc_safe_strcpy() and _nc_safe_strcat() against calls using
71             cancelled strings (Redhat #1484291).
72         + correct typo in curs_memleaks.3x (Sven Joachim).
73         + improve test/configure checks for some curses variants not based on
74           X/Open Curses.
75         + add options for test/configure to disable checks for form, menu and
76           panel libraries.
77
78 20170819
79         + update "iterm" entry -TD
80         + add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
81         + regenerate llib-* files.
82         + regenerate HTML manpages.
83         + improve picsmap test-program:
84           + reduce memory used for tsearch
85           + add report in log file showing cumulative color coverage.
86         + add -x option to clear/tput to make the E3 extension optional
87           (cf: 20130622).
88         + add options -T and -V to clear command for compatibility with tput.
89         + add usage message to clear command (Debian #371855).
90         + improve usage messages for tset and tput.
91         + minor fixes to "RDGB" extension and reset_color_pairs().
92
93 20170812
94         + improve description of -R option in infocmp manual page (report by
95           Stephane Chazelas).
96         + add reset_color_pairs() function.
97         + add user_caps.5 manual page to document the terminfo extensions used
98           by ncurses.
99         + improve build scripts, using SIGQUIT vs SIGTRAP; add other configure
100           script fixes from work on xterm, lynx and tack.
101         + modify install-rule for ncurses-examples to put the data files in
102           /usr/share/ncurses-examples
103         + improve tracemunch, by changing address-parameters of add_wch(),
104           color_content() and pair_content() to dummy parameters.
105         + minor optimization to _nc_change_pair, to return quickly when the
106           current screen is marked for clearing.
107         + in-progress changes to improve performance of test/picsmap.c for
108           loading image files.
109         + modify allocation for SCREEN's color-pair table to start small, grow
110           on demand up to the existing limit.
111         + add "RGB" extension capability for direct-color support, use this to
112           improve color_content().
113         + improve picsmap test-program:
114           + if no palette file is needed, attempt to load one based on $TERM,
115             checking first in the current directory, then by adding ".dat"
116             suffix, and finally in the data-directory, e.g.,
117             /usr/share/ncurses-examples
118           + add "-l" option for logging
119           + add "-d" option for debugging
120           + add "-s" option for stepping automatically through list of images,
121             with time delay.
122           + use tsearch to improve time for loading color table for images.
123         + update config.guess, config.sub from
124                 http://git.savannah.gnu.org/cgit/config.git
125
126 20170729
127         + update interix entry using tack and SFU on Windows 7 Ultimate -TD
128         + use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
129         + add "rep" to xterm-new, available since 1997/01/26 -TD
130         + move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
131           Williams) -TD
132         + add a check in newline_forces_scroll() in case a program moves the
133           cursor outside scrolling margins (report by Robert King).
134         + improve _nc_tparm_analyze, using that to extend the checks made by
135           tic for reporting inconsistencies between the expected number of
136           parameters for a capability and the actual.
137         + amend handling of repeat_char capability in EmitRange (adapted from
138           report/patch by Dick Wesseling):
139           + translate the character to the alternate character set when the
140             alternate character set is enabled.
141           + do not use repeat_char for characters past 255.
142         + document "_nc_free_tinfo" in manual page, because it could be used in
143           tack for memory-leak checking.
144         + add "--without-tack" configure option to refine "--with-progs"
145           configure option.  Normally tack is no longer built in-tree, but
146           a few packagers combine it during the build.  If term_entry.h is
147           installed, there is no advantage to in-tree builds.
148         + adjust configure-script to define HAVE_CURSES_DATA_BOOLNAMES symbol
149           needed for tack 1.08 when built in-tree.  Rather than relying upon
150           internal "_nc_" functions, tack now uses the boolean, number and
151           string capability name-arrays provided by ncurses and SVr4 Unix
152           curses.  It still uses term_entry.h for the definitions of the
153           extended capability arrays.
154         + add an overlooked null-pointer check in mvcur changes from 20170722
155
156 20170722
157         + improve test-packages for ncurses-examples and AdaCurses for lintian
158         + modify logic for endwin-state to be able to detect the case where
159           the screen was never initialized, using that to trigger a flush of
160           ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
161           term-driver configuration.
162         + add dependency upon ncurses_cfg.h to a few other internal header
163           files to allow each to be compiled separately.
164         + add dependency upon ncurses_cfg.h to tic's header-files; any program
165           using tic-library will have to supply this file.  Legacy tack
166           versions supply this file; ongoing tack development has dropped the
167           dependency upon tic-library and new releases will not be affected.
168
169 20170715
170         + modify command-line parameters for "convert" used in picsmap to work
171           with ImageMagick 6.8 and newer.
172         + fix build-problem with tack and ABI-5 (Debian #868328).
173         + repair termcap-format from tic/infocmp broken in 20170701 fixes
174           (Debian #868266).
175         + reformat terminfo.src with 20170513 updates.
176         + improve test-packages to address lintian warnings.
177
178 20170708
179         + add a note to tic manual page about -W versus -f options.
180         + correct a limit-check in fixes from 20170701 (report by Sven Joachim).
181
182 20170701
183         + modify update_getenv() in db_iterator.c to ensure that environment
184           variables which are not initially set will be checked later if an
185           application happens to set them (patch by Guillaume Maudoux).
186         + remove initialization-check for calling napms() in the term-driver
187           configuration; none is needed.
188         + add help-screen to test/test_getstr.c and test/test_get_wstr.c
189         + improve compatibility between different configurations of new_prescr,
190           fixing a case with threaded code and term-driver where c++/demo did
191           not work (cf: 20160213).
192         + the fixes for Redhat #1464685 obscured a problem subsequently
193           reported in Redhat #1464687; the given test-case was no longer
194           reproducible.  Testing without the fixes for the earlier reports
195           showed a problem with buffer overflow in dump_entry.c, which is
196           addressed by reducing the use of a fixed-size buffer.
197         + add/improve checks in tic's parser to address invalid input
198           (Redhat #1464684, #1464685, #1464686, #1464691).
199           + alloc_entry.c, add a check for a null-pointer.
200           + parse_entry.c, add several checks for valid pointers as well as
201             one check to ensure that a single character on a line is not
202             treated as the 2-character termcap short-name.
203         + fix a memory leak in delscreen() (report by Bai Junq).
204         + improve tracemunch, showing thread identifiers as names.
205         + fix a use-after-free in NCursesMenu::~NCursesMenu()
206         + further amend incorrect calls for memory-leaks from 20170617 changes
207           (report by Allen Hewes).
208
209 20170624
210         + modify c++/etip.h.in to accommodate deprecation of throw() and
211           throws() in c++17 (prompted by patch by Romain Geissler).
212         + remove some incorrect calls for memory-leaks from 20170617 changes
213           (report by Allen Hewes).
214         + add test-programs for termattrs and term_attrs.
215         + modify _nc_outc_wrapper to use the standard output if the screen was
216           not initialized, rather than returning an error.
217         + improve checks for low-level terminfo functions when the terminal
218           has not been initialized (Redhat #1345963).
219         + modify make_hash to allow building with address-sanitizer,
220           assuming that --disable-leaks is configured.
221         + amend changes for number_format() in 20170506 to avoid undefined
222           behavior when shifting (patch by Emanuele Giaquinta).
223
224 20170617
225         + fill in some places where TERMTYPE2 vs TERMTYPE was not used
226           (report by Allen Hewes).
227         + use ExitTerminfo() internally in error-exits for ncurses' setupterm
228           to help with leak checking.
229         + use ExitProgram() in error-exit from initscr() to help with leak
230           checking.
231         + review test-programs, adding checks for cases where the terminal
232           cannot be initialized.
233
234 20170610
235         + add option "-xp" to picsmap.c, to use init_extended_pair().
236         + make simple performance fixes for picsmap.c
237         + improve aspect ratio of images read from "convert" in picsmap.c
238
239 20170603
240         + add option to picsmap to use color-palette files, e.g., for mapping
241           to xterm-256color.
242         + move the data in SCREEN used for the alloc_pair() function to the
243           end, to restore compatibility between ncurses/ncursesw libtinfo
244           (report/patch by Miroslav Lichvar).
245         + add build-time utility "report_offsets" to help show when the various
246           configurations of tinfo library are compatible or not.
247
248 20170527
249         + improved test/picsmap.c:
250           + lookup named colors for xpm files in rgb.txt
251           + accept blanks in color-keys for xpm files.
252           + if neither xbm/xpm work, try "convert", which may be available.
253
254 20170520
255         + modify test/picsmap.c to read xpm files.
256         + modify package/debian/* to create documentation packages, so the
257           related files can be checked with lintian.
258         + fix some typos in manpages (report/patch by Sven Joachim).
259
260 20170513
261         + add test/picsmap.c to fill in some testing issues not met by dots.
262           The initial version reads X bitmap (".xbm") files.
263         + repair logic which forces a repaint where a color-pair's content is
264           changed (cf: 20170311).
265         + improve tracemunch, showing screenXX pointers as names.
266
267 20170506
268         + modify tic/infocmp display of numeric values to use hexadecimal when
269           they are "close" to a power of two, making the result more readable.
270         + improve discussion of portability in curs_mouse.3x
271         + change line-length for generated html/manpages to 78 columns from 65.
272         + improve discussion of line-drawing characters in curs_add_wch.3x
273           (prompted by discussion with Lorinczy Zsigmond).
274         + cleanup formatting of hackguide.html and ncurses-intro.html
275         + add examples for WACS_D_PLUS and WACS_T_PLUS to test/ncurses.c
276
277 20170429
278         + corrected a case where $with_gpm was set to "maybe" after CF_WITH_GPM,
279           overlooked in 20160528 fixes (report by Alexandre Bury).
280         + improve a couple of test-program's help-messages.
281         + corrected loop in rain.c from 20170415 changes.
282         + modify winnstr and winchnstr to return error if the output pointer is
283           null, as well as adding a null pointer check of the window pointer
284           for better compatibility with other implementations.
285         + improve discussion of NetBSD curses in scr_dump.5
286         + modify LIMIT_TYPED macro in new_pair.h to avoid changing sign of the
287           value to be limited (reports by Darby Payne, Rob Boudreau).
288         + update config.guess, config.sub from
289                 http://git.savannah.gnu.org/cgit/config.git
290
291 20170422
292         + build-fix for termcap-configuration (report by Chi-Hsuan Yen).
293         + improve terminfo manual page discussion of control- and graphics-
294           characters.
295         + remove tic warning about "^?" in string capabilities, which was
296           marked as an extension (cf: 20000610, 20110820); however all Unix
297           implementations support this and X/Open Curses does not address it.
298           On the other hand, termcap never did support this feature.
299         + correct missing comma-separator between string capabilities in
300           icl6402 and m2-nam -TD
301         + restore rmir/smir in ansi+idc to better match original ansiterm+idc,
302           add alias ansiterm (report by Robert King).
303         + amend an old check for ambiguous use of "ma" in terminfo versus
304           a termcap use, if the capability is cancelled to treat it as number.
305         + correct a case in _nc_captoinfo() which read "%%" and emitted "%".
306         + modify sscanf calls in _nc_infotocap() for patterns "%{number}%+%c"
307           and "%'char'%+%c" to check that the final character is really 'c',
308           avoiding a case in icl6404 which cannot be converted to termcap.
309         + in _nc_infotocap(), add a check to ensure that terminfo "^?" is not
310           written to termcap, because the BSDs did not implement that.
311         + in _nc_tic_expand() and _nc_infotocap(), improve string-length check
312           when deciding whether to use "^X" or "\xxx" format for control
313           characters, to make the output of tic/infocmp more predictable.
314         + limit termcap "%d" width to 2 digits on input, and use "%2" in
315           preference to "%02" on output.
316         + correct terminfo/termcap conversion of "%02" and "%03" into "%2" and
317           "%3"; the result repeated the last character.
318         + add man/scr_dump.5 to document screen-dump format.
319
320 20170415
321         + modify several test programs to use new popup_msgs, adapted from
322           help-screen used in test/edit_field.c
323         + drop two symbols obsoleted in 2004: _nc_check_termtype, and
324           _nc_resolve_uses
325         + fix some old copyright dates (cf: 20031025).
326         + build-fixes for test/savescreen.c to work with AIX and HPUX.
327         + minor fix to configure script, adding a backslash/continuation.
328         + extend TERMINAL structure for ABI 6 to store numbers internally as
329           integers rather than short, by adding new data for this purpose.
330         + more fixes for minor memory-leaks in test-programs.
331
332 20170408
333         + change logic in wins_nwstr() to avoid addressing data past the output
334           of mbstowcs().
335         + correct a call to setcchar() in Data_Entry_w() from 20131207 changes.
336         + fix minor memory-leaks in test-programs.
337         + further improve ifdef in term_entry.h for internal definitions not
338           used by tack.
339
340 20170401
341         + minor fixes for vt100+4bsd, e.g., delay in sgr for consistency -TD
342         + add smso for env230, to match sgr -TD
343         + remove p7/protect from sgr in fbterm -TD
344         + drop setf/setb from fbterm; setaf/setab are enough -TD
345         + make xterm-pcolor sgr consistent with other capabilities -TD
346         + add rmxx/smxx ECMA-48 strikeout extension to tmux and xterm-basic
347           (discussion with Nicholas Marriott)
348         + add test-programs sp_tinfo and extended_color
349         + modify no-leaks code for lib_cur_term.c to account for the tgetent()
350           cache.
351         + modify setupterm() to save original tty-modes so that erasechar()
352           works as expected.  Also modify _nc_setupscreen() to avoid redundant
353           calls to get original tty-modes.
354         + modify set_curterm() to update ttytype[] data used by longname().
355         + modify wattr_set() and wattr_get() to return ERR if win-parameter is
356           null, as documented.
357         + improve cast used for null-pointer checks in header macros, to
358           reduce compiler warnings.
359         + modify several functions, using the reserved "opts" parameter to pass
360           color- and pair-values larger than 16-bits:
361           + getcchar(), setcchar(), slk_attr_set(), vid_puts(), wattr_get(),
362             wattr_set(), wchgat(), wcolor_set().
363           + Other functions call these with the corresponding altered behavior,
364             including chgat(), mvchgat(), mvwchgat(), slk_color_on(),
365             slk_color_off(), vid_attr().
366         + add new functions for manipulating color- and pair-values larger
367           than 16-bits.  These are extended_color_content(),
368           extended_pair_content(), extended_slk_color(), init_extended_color(),
369           init_extended_pair(), and the corresponding sp-funcs.
370
371 20170325
372         + fix a memory leak in the window-list when creating multiple screens
373           (reports by Andres Martinelli, Debian #783486).
374         + reviewed calls from link_test.c, added a few more null-pointer
375           checks.
376         + add a null-pointer check in ungetmouse, in case mousemask was not
377           called (report by "Kau").
378         + updated curs_sp_funcs.3x for new functions.
379
380 20170318
381         + change TERMINAL structure in term.h to make it opaque.  Some
382           applications misuse its members, e.g., directly modifying it
383           rather than using def_prog_mode().
384         + modify utility headers such as tic.h to make it clearer which are
385           externals that are used by tack.
386         + improve curs_slk.3x in particular its discussion of portability.
387         + fix cut/paste in legacy_encoding.3x
388         + add prototype for find_pair() to new_pair.3x (report by Branden
389           Robinson).
390         + fix a couple of broken links in generated man-html documentation.
391         + regenerate man-html documentation.
392
393 20170311
394         + modify vt100 rs2 string to reset vt52 mode and scrolling regions
395           (report/analysis by Robert King) -TD
396         + add vt100+4bsd building block, use that for older terminals rather
397           than "vt100" which is now mostly used as a building block for
398           terminal emulators -TD
399         + correct a few spelling errors in terminfo.src comments -TD
400         + add fbterm -TD
401         + fix a typo in ncurses.c test_attr legend (patch by Petr Vanek).
402         + changed internal colorpair_t to a struct, eliminating an internal
403           8-bit limit on colors
404         + add ncurses/new_pair.h
405         + add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
406           free_pair() functions
407         + add test/demo_new_pair.c
408
409 20170304
410         + improve terminfo manual description of terminfo syntax.
411         + clarify the use of wint_t vs wchar_t in curs_get_wstr.3x
412         + improve description of endwin() in manual.
413         + modify setcchar() and getcchar() to treat negative color-pair as an
414           error.
415         + fix a typo in include/hashed_db.h (Andre Sa).
416
417 20170225
418         + fixes for CF_CC_ENV_FLAGS (report by Ross Burton).
419
420 20170218
421         + fix several formatting issues with manual pages.
422         + correct read of terminfo entry in which all strings are absent or
423           explicitly cancelled.  Before this fix, the result was that all were
424           treated as only absent.
425         + modify infocmp to suppress mixture of absent/cancelled capabilities
426           that would only show as "NULL, NULL", unless the -q option is used,
427           e.g., to show "-, @" or "@, -".
428
429 20170212
430         + build-fixes for PGI compilers (report by Adam J. Stewart)
431           + accept whitespace in sed expression for generating expanded.c
432           + modify configure check that g++ compiler warnings are not used.
433           + add configure check for -fPIC option needed for shared libraries.
434         + let configure --disable-ext-funcs override the default for the
435           --enable-sp-funcs option.
436         + mark some structs in form/menu/panel libraries as potentially opaque
437           without modifying API/ABI.
438         + add configure option --enable-opaque-curses for ncurses library and
439           similar options for the other libraries.
440
441 20170204
442         + trim newlines, tabs and escaped newlines from terminfo "paths" passed
443           to db-iterator.
444         + ignore zero-length files in db-iterator; these are useful for
445           instance to suppress "$HOME/.terminfo" when not wanted.
446         + amended "b64:" encoder to work with the terminfo reader.
447         + modify terminfo reader to accept "b64:" format using RFC-3548 in
448           as well as RFC-4648 url/filename-safe format.
449         + modify terminfo reader to accept "hex:" format as generated by
450           "infocmp -0qQ1" (cf: 20150905).
451         + adjust authors comment to reflect drop below 1% for SV.
452
453 20170128
454         + minor comment-fixes to help automate links to bug-urls -TD
455         + add dvtm, dvtm-256color -TD
456         + add settings corresponding to xterm-keys option to tmux entry to
457           reflect upcoming change to make that option "on" by default
458           (patch by Nicholas Marriott).
459         + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
460         + add dumb-emacs-ansi -TD
461
462 20170121
463         + improve discussion of early history of tput program.
464         + incorporate A_COLOR mask into COLOR_PAIR(), in case user application
465           provides an out-of-range pair number (report by Elijah Stone).
466         + clarify description in tput manual page regarding support for
467           termcap names (prompted by FreeBSD #214709).
468         + remove a restriction in tput's support for termcap names which
469           omitted capabilities normally not shown in termcap translations
470           (cf: 990123).
471         + modify configure script for clang as used on FreeBSD, to work around
472           clang's differences in exit codes vs gcc.
473
474 20170114
475         + improve discussion of early history of tset/reset programs.
476         + clarify in manual pages that the optional verbose option level is
477           available only when ncurses is configured for tracing.
478         + amend change from 20161231 to avoid writing traces to the standard
479           error after initializing the trace feature using the environment
480           variable.
481
482 20170107
483         + amend changes for tput to reset tty modes to "sane" if the program
484           is run as "reset", like tset.  Likewise, ensure that tset sends
485           either reset- or init-strings.
486         + improve manual page descriptions of tput init/reset and tset/reset,
487           to make it easier to see how they are similar and different.
488         + move a static result from key_name() to _nc_globals
489         + modify _nc_get_screensize to allow for use_env() and use_tioctl()
490           state to be per-screen when sp-funcs are configured, better matching
491           the behavior when using the term-driver configuration.
492         + improve cross-references in manual pages for often used functions
493         + move SCREEN field for use_tioctl() data before the ncursesw fields,
494           and limit that to the sp-funcs configuration to improve termlib
495           compatibility (cf:  20120714).
496         + correct order of initialization for traces in use_env() and
497           use_tioctl() versus first trace calls.
498
499 20161231
500         + fix errata for ncurses-howto (report by Damien Ruscoe).
501         + fix a few places in configure/build scripts where DESTDIR and rpath
502           were combined (report by Thomas Klausner).
503         + merge current st description (report by Harry Gindi) -TD
504         + modify flash capability for linux and wyse entries to put the delay
505           between the reverse/normal escapes rather than after -TD
506         + modify program tabs to pass the actual tty file descriptor to
507           setupterm rather than the standard output, making padding work
508           consistently.
509         + explain in clear's manual page that it writes to stdout.
510         + add special case for verbose debugging traces of command-line
511           utilities which write to stderr (cf: 20161126).
512         + remove a trace with literal escapes from skip_DECSCNM(), added in
513           20161203.
514         + update config.guess, config.sub from
515                 http://git.savannah.gnu.org/cgit/config.git
516
517 20161224
518         + correct parmeters for copywin call in _nc_Synchronize_Attributes()
519           (patch by Leon Winter).
520         + improve color-handling section in terminfo manual page (prompted by
521           patch by Mihail Konev).
522         + modify programs clear, tput and tset to pass the actual tty file
523           descriptor to setupterm rather than the standard output, making
524           padding work.
525
526 20161217
527         + add tput-colorcube demo script.
528         + add -r and -s options to tput-initc demo, to match usage in xterm.
529         + flush the standard output in _nc_flush for the case where SP is zero,
530           e.g., when called via putp.  This fixes a scenario where "tput flash"
531           did not work after changes in 20130112.
532
533 20161210
534         + add configure script option --disable-wattr-macros for use in cases
535           where one wants to use the same headers for ncurses5/ncurses6
536           development, by suppressing the wattr* macros which differ due to
537           the introduction of extended colors (prompted by comments in
538           Debian #230990, Redhat #1270534).
539         + add test/tput-initc to demonstrate tput used to initialize palette
540           from a data file.
541         + modify test/xterm*.dat to use the newer color4/color12 values.
542
543 20161203
544         + improve discussion of field validation in form_driver.3x manual page.
545         + update curs_trace.3x manual page.
546
547 20161126
548         + modify linux-16color to not mask dim, standout or reverse with the
549           ncv capability -TD
550         + add 0.1sec mandatory delay to flash capabilities using the VT100
551           reverse-video control -TD
552         + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
553           entry, to avoid conflict with the user-defined mapping.  The reset
554           feature will use ISO-8859-1 in any case (Mikulas Patocka).
555         + improve check in tic for delays by also warning about beep/flash
556           when a delay is not embedded, or if those use the VT100 reverse
557           video escape without using a delay.
558         + minor fix for syntax-check of delays from 20161119 changes.
559         + modify trace() to avoid overwriting existing file (report by Maor
560           Shwartz).
561
562 20161119
563         + add check in tic for some syntax errors of delays, as well as use of
564           proportional delays for non-line capabilities.
565         + document history of the clear program and the E3 extension, prompted
566           by various discussions including
567           http://unix.stackexchange.com/questions/87469/clearing-the-old-scrollback-buffer
568
569 20161112
570         + improve -W option in tic/infocmp:
571           + correct order of size-adjustments in wrapped lines
572           + if -f option splits line, do not further split it with -W
573           + begin a new line when adding "use=" after a wrapped line
574
575 20161105
576         + fix typo in man/terminfo.tail (Alain Williams).
577         + correct program-name in adacurses6-config.1 manual page.
578
579 20161029
580         + add new function "unfocus_current_field" (Leon Winter)
581
582 20161022
583         + modify tset -w (and tput reset) to update the program's copy of the
584           screensize if it was already set in the system, to improve tabstop
585           setting which relies upon knowing the actual screensize.
586         + add functionality of tset -w to tput, like the "-c" feature this is
587           not optional in tput.
588         + add "clear" as a possible link/alias to tput.
589         + improve tput's check for being called as "init" or "reset" to allow
590           for transformed names.
591         + split-out the "clear" function from progs/clear.c, share with
592           tput to get the same behavior, e.g., the E3 extension.
593
594 20161015
595         + amend internal use of tputs to consistently use the number of lines
596           affected, e.g., for insert/delete character operations.  While
597           merging terminfo source early in 1995, several descriptions used the
598           "*" proportional delay for these operations, prompting a change in
599           doupdate.
600         + regenerate llib-* files.
601         + regenerate HTML manpages.
602         + fix several formatting issues with manual pages.
603
604 20161008
605         + adjust size in infocmp/tic to work with strlcpy.
606         + fix configure script to record when strlcat is found on OpenBSD.
607         + build-fix for "recent" OpenBSD vs baudrate.
608
609 20161001
610         + add -W option to tic/infocmp to force long strings to wrap.  This is
611           in addition to the -w option which attempts to fit capabilities into
612           a given line-length.
613         + add linux-m1 minitel entries (patch by Alexandre Montaron).
614         + correct rs2 string for vt100-nam -TD
615
616 20160924
617         + modify _nc_tic_expand to escape comma if it immediately follows a
618           percent sign, to work with minitel change.
619         + updated minitel and viewdata descriptions (Alexandre Montaron).
620
621 20160917
622         + build-fix for gnat6, which unhelpfully attempts to compile C files.
623         + fix typo in 20160910 changes (Debian #837892, patch by Sven Joachim).
624
625 20160910
626         + trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
627           Leon Winter).
628         + trim some obsolete/incorrect wording about EINTR from wgetch manual
629           page (patch by Leon Winter).
630         + really correct 20100515 change (patch by Rich Coe).
631         + add "--enable-string-hacks" option to test/configure
632         + completed string-hacks for "sprintf", etc., including test-programs.
633         + make "--enable-string-hacks" work with Debian by checking for the
634           "bsd" library and its associated "<bsd/string.h>" header.
635
636 20160903
637         + correct 20100515 change for weak signals versus sigprocmask (report
638           by Rich Coe).
639         + modify misc/Makefile.in to work around OpenBSD "make" which unlike
640           all other versions of "make" does not recognize continuation lines
641           of comments.
642         + amend the last change to CF_C_ENV_FLAGS to move only the
643           preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS,
644           leaving the residue in CC.  That happens to work for gcc's various
645           "model" options, but may require tuning for other compilers (report
646           by Sven Joachim).
647
648 20160827
649         + add "v" menu entry to test/ncurses.c to show baudrate and other
650           values.
651         + add "newer" baudrate symbols from Linux and FreeBSD to progs/tset.c,
652           lib_baudrate.c
653         + modify CF_XOPEN_SOURCE macro:
654           + add "uclinux" to case for "linux" (patch by Yann E. Morin)
655           + modify _GNU_SOURCE for cygwin headers, tested with cygwin 2.3, 2.5
656             (patch by Corinna Vinschen, from changes to tin).
657         + improve CF_CC_ENV_FLAGS macro to allow for compiler wrappers such
658           as "ccache" (report by Enrico Scholz).
659         + update config.guess, config.sub from
660                 http://git.savannah.gnu.org/cgit/config.git
661
662 20160820
663         + update tput manual page to reflect changes to manipulate terminal
664           modes by sharing functions with tset.
665         + add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
666           command, making the two almost the same except for window-size.
667         + adapt logic used in dialog "--keep-tite" option for test/filter.c as
668           "-a" option.  When set, test/filter attempts to suppress the
669           alternate screen.
670         + correct a typo in interix entry -TD
671
672 20160813
673         + add a dependency upon generated-sources in Ada95/src/Makefile.in to
674           handle a case of "configure && make install".
675         + trim trailing blanks from include/Caps*, to work around a problem
676           in sed (Debian #818067).
677
678 20160806
679         + improve CF_GNU_SOURCE configure macro to optionally define
680           _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
681         + move the terminfo-specific parts of tput's "reset" function into
682           the shared reset_cmd.c, making the two forms of reset use the same
683           strings.
684         + split-out the terminal initialization functions from tset as
685           progs/reset_cmd.c, as part of changes to merge the reset-feature
686           with tput.
687
688 20160730
689         + change tset's initialization to allow it to get settings from the
690           standard input as well as /dev/tty, to be more effective when
691           output or error are redirected.
692         + improve discussion of history and portability for tset/reset/tput
693           manual pages.
694
695 20160723
696         + improve error message from tset/reset when both stderr/stdout are
697           redirected to a file or pipe.
698         + improve organization of curs_attr.3x, curs_color.3x
699
700 20160709
701         + work around Debian's antique/unmaintained version of mawk when
702           building link_test.
703         + improve test/list_keys.c, showing ncurses's convention of modifiers
704           for special keys, based on xterm.
705
706 20160702
707         + improve test/list_keys.c, using $TERM if no parameters areg given.
708
709 20160625
710         + build-fixes for ncurses "test_progs" rule.
711         + amend change to CF_CC_ENV_FLAGS in 20160521 to make multilib build
712           work (report by Sven Joachim).
713
714 20160618
715         + build-fixes for ncurses-examples with NetBSD curses.
716         + improve test/list_keys.c, fixing column-widths and sorting the list
717           to make it more readable.
718
719 20160611
720         + revise fix for Debian #805618 (report by Vlado Potisk, cf: 20151128).
721         + modify test/ncurses.c a/A screens to make exiting on an escape
722           character depend on the start of keypad and timeout modes, to allow
723           better testing of function-keys.
724         + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
725           reset palette using "oc" string as in linux -TD
726         + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
727           that could be returned -TD
728         + added a few capabilities fixed in recent vte -TD
729
730 20160604
731         + correct logic for -f option in test/demo_terminfo.c
732         + add test/list_keys.c
733
734 20160528
735         + further workaround for PIE/PIC breakage which causes gpm to not link.
736         + fix most cppcheck warnings, mostly style, in ncurses library.
737
738 20160521
739         + improved manual page description of tset/reset versus window-size.
740         + fixes to work with a slightly broken compiler configuration which
741           cannot compile "Hello World!" without adding compiler options
742           (report by Ola x Nilsson):
743           + pass appropriate compiler options to the CF_PROG_CC_C_O macro.
744           + when separating compiler and options in CF_CC_ENV_FLAGS, ensure
745             that all options are split-off into CFLAGS or CPPFLAGS
746           + restore some -I options removed in 20140726 because they appeared
747             to be redundant.  In fact, they are needed for a compiler that
748             cannot combine -c and -o options.
749
750 20160514
751         + regenerate HTML manpages.
752         + improve manual pages for wgetch and wget_wch to point out that they
753           might return values without names in curses.h (Debian #822426).
754         + make linux3.0 entry the default linux entry (Debian #823658) -TD
755         + modify linux2.6 entry to improve line-drawing so that the linux3.0
756           entry can be used in non-UTF-8 mode -TD
757         + document return value of use_extended_names (report by Mike Gran).
758
759 20160507
760         + amend change to _nc_do_color to restore the early return for the
761           special case used in _nc_screen_wrap (report by Dick Streefland,
762           cf: 20151017).
763         + modify test/ncurses.c:
764           + check return-value of putwin
765           + correct ifdef which made the 'g' test's legend not reflect changes
766             to keypad- and scroll-modes.
767         + correct return-value of extended putwin (report by Mike Gran).
768
769 20160423
770         + modify test/ncurses.c 'd' edit-color menu to optionally read xterm
771           color palette directly from terminal, as well as handling KEY_RESIZE
772           and screen-repainting with control/L and control/R.
773         + add 'oc' capability to xterm+256color, allowing palette reset for
774           xterm -TD
775
776 20160416
777         + add workaround in configure script for inept transition to PIE vs
778           PIC builds documented in
779                   https://fedoraproject.org/wiki/Changes/Harden_All_Packages
780         + add "reset" to list of programs whose names might change in manpages
781           due to program-transformation configure options.
782         + drop long-obsolete "-n" option from tset.
783
784 20160409
785         + modify test/blue.c to use Unicode values for card-glyphs when
786           available, as well as improving the check for CP437 and CP850.
787
788 20160402
789         + regenerate HTML manpages.
790         + improve manual pages for utilities with respect to POSIX versus
791           X/Open Curses.
792
793 20160326
794         + regenerate HTML manpages.
795         + improve test/demo_menus.c, allowing mouse-click on the menu-headers
796           to switch the active menu.  This requires a new extension option
797           O_MOUSE_MENU to tell the menu driver to put mouse events which do not
798           apply to the active menu back into the queue so that the application
799           can handle the event.
800
801 20160319
802         + improve description of tgoto parameters (report by Steffen Nurpmeso).
803         + amend workaround for Solaris line-drawing to restore a special case
804           that maps Unicode line-drawing characters into the acsc string for
805           non-Unicode locales (Debian #816888).
806
807 20160312
808         + modified test/filter.c to illustrate an alternative to getnstr, that
809           polls for input while updating a clock on the right margin as well
810           as responding to window size-changes.
811
812 20160305
813         + omit a redefinition of "inline" when traces are enabled, since this
814           does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
815
816 20160220
817         + modify test/configure script to check for pthread dependency of
818           ncursest or ncursestw library when building ncurses examples, e.g.,
819           in case weak symbols are used.
820         + modify configure macro for shared-library rules to use -Wl,-rpath
821           rather than -rpath to work around a bug in scons (FreeBSD #178732,
822           cf: 20061021).
823         + double-width multibyte characters were not counted properly in
824           winsnstr and wins_nwstr (report/example by Eric Pruitt).
825         + update config.guess, config.sub from
826                 http://git.savannah.gnu.org/cgit/config.git
827
828 20160213
829         + amend fix for _nc_ripoffline from 20091031 to make test/ditto.c work
830           in threaded configuration.
831         + move _nc_tracebits, _tracedump and _tracemouse to curses.priv.h,
832           since they are not part of the suggested ABI6.
833
834 20160206
835         + define WIN32_LEAN_AND_MEAN for MinGW port, making builds faster.
836         + modify test/ditto.c to allow $XTERM_PROG environment variable to
837           override "xterm" as the name of the program to run in the threaded
838           configuration.
839
840 20160130
841         + improve formatting of man/curs_refresh.3x and man/tset.1 manpages
842         + regenerate HTML manpages using newer man2html to eliminate some
843           unwanted blank lines.
844
845 20160123
846         + ifdef'd header-file definition of mouse_trafo() with NCURSES_NOMACROS
847           (report by Corey Minyard).
848         + fix some strict compiler-warnings in traces.
849
850 20160116
851         + tidy up comments about hardcoded 256color palette (report by
852           Leonardo Brondani Schenkel) -TD
853         + add putty-noapp entry, and amend putty entry to use application mode
854           for better consistency with xterm (report by Leonardo Brondani
855           Schenkel) -TD
856         + modify _nc_viscbuf2() and _tracecchar_t2() to trace wide-characters
857           as a whole rather than their multibyte equivalents.
858         + minor fix in wadd_wchnstr() to ensure that each cell has nonzero
859           width.
860         + move PUTC_INIT calls next to wcrtomb calls, to avoid carry-over of
861           error status when processing Unicode values which are not mapped.
862
863 20160102
864         + modify ncurses c/C color test-screens to take advantage of wide
865           screens, reducing the number of lines used for 88- and 256-colors.
866         + minor refinement to check versus ncv to ignore two parameters of
867           SGR 38 and 48 when those come from color-capabilities.
868
869 20151226
870         + add check in tic for use of bold, etc., video attributes in the
871           color capabilities, accounting whether the feature is listed in ncv.
872         + add check in tic for conflict between ritm, rmso, rmul versus sgr0.
873
874 20151219
875         + add a paragraph to curs_getch.3x discussing key naming (discussion
876           with James Crippen).
877         + amend workaround for Solaris vs line-drawing to take the configure
878           check into account.
879         + add a configure check for wcwidth() versus the ncurses line-drawing
880           characters, to use in special-casing systems such as Solaris.
881
882 20151212
883         + improve CF_XOPEN_CURSES macro used in test/configure, to define as
884           needed NCURSES_WIDECHAR for platforms where _XOPEN_SOURCE_EXTENDED
885           does not work.  Also modified the test program to ensure that if
886           building with ncurses, that the cchar_t type is checked, since that
887           normally is since 20111030 ifdef'd depending on this test.
888         + improve 20121222 workaround for broken acs, letting Solaris "work"
889           in spite of its misconfigured wcwidth which marks all of the line
890           drawing characters as double-width.
891
892 20151205
893         + update form_cursor.3x, form_post.3x, menu_attributes.3x to list
894           function names in NAME section (patch by Jason McIntyre).
895         + minor fixes to manpage NAME/SYNOPSIS sections to consistently use
896           rule that either all functions which are prototyped in SYNOPSIS are
897           listed in the NAME section, or the manual-page name is the sole item
898           listed in the NAME section.  The latter is used to reduce clutter,
899           e.g., for the top-level library manual pages as well as for certain
900           feature-pages such as SP-funcs and threading (prompted by patches by
901           Jason McIntyre).
902
903 20151128
904         + add option to preserve leading whitespace in form fields (patch by
905           Leon Winter).
906         + add missing assignment in lib_getch.c to make notimeout() work
907           (Debian #805618).
908         + add 't' toggle for notimeout() function in test/ncurses.c a/A screens
909         + add viewdata terminal description (Alexandre Montaron).
910         + fix a case in tic/infocmp for formatting capabilities where a
911           backslash at the end of a string was mishandled.
912         + fix some typos in curs_inopts.3x (Benno Schulenberg).
913
914 20151121
915         + fix some inconsistencies in the pccon* entries -TD
916         + add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
917         + add keys f12-f124 to pccon+keys (Tati Chevron).
918         + add test/test_sgr.c program to exercise all combinations of sgr.
919
920 20151107
921         + modify tset's assignment to TERM in its output to reflect the name by
922           which the terminal description is found, rather than the primary
923           name.  That was an unnecessary part from the initial conversion of
924           tset from termcap to terminfo.  The termcap program in 4.3BSD did
925           this to avoid using the short 2-character name (report by Rich
926           Burridge).
927         + minor fix to configure script to ensure that rules for resulting.map
928           are only generated when needed (cf: 20151101).
929         + modify configure script to handle the case where tic-library is
930           renamed, but the --with-debug option is used by itself without
931           normal or shared libraries (prompted by comment in Debian #803482).
932
933 20151101
934         + amend change for pkg-config which allows build of pc-files when no
935           valid pkg-config library directory was configured to suppress the
936           actual install if it is not overridden to a valid directory at
937           install time (cf: 20150822).
938         + modify editing script which generates resulting.map to work with the
939           clang configuration on recent FreeBSD, which gives an error on an
940           empty "local" section.
941         + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
942           to incorrect attribute-masking.
943
944 20151024
945         + modify MKexpanded.c to update the expansion of a temporary filename
946           to "expanded.c", for use in trace statements.
947         + modify layout of b/B tests in test/ncurses.c to allow for additional
948           annotation on the right margin; some terminals with partial support
949           did not display well.
950         + fix typo in curs_attr.3x (patch by Sven Joachim).
951         + fix typo in INSTALL (patch by Tomas Cech).
952         + improve configure check for setting WILDCARD_SYMS variable; on ppc64
953           the variable is in the Data section rather than Text (patch by Michel
954           Normand, Novell #946048).
955         + using configure option "--without-fallbacks" incorrectly caused
956           FALLBACK_LIST to be set to "no" (patch by Tomas Cech).
957         + updated minitel entries to fix kel problem with emacs, and add
958           minitel1b-nb (Alexandre Montaron).
959         + reviewed/updated nsterm entry Terminal.app in OSX -TD
960         + replace some dead URLs in comments with equivalents from the
961           Internet Archive -TD
962         + update config.guess, config.sub from
963                 http://git.savannah.gnu.org/cgit/config.git
964
965 20151017
966         + modify ncurses/Makefile.in to sort keys.list in POSIX locale
967           (Debian #801864, patch by Esa Peuha).
968         + remove an early-return from _nc_do_color, which can interfere with
969           data needed by bkgd when ncurses is configured with extended colors
970           (patch by Denis Tikhomirov).
971         > fixes for OS/2 (patches by KO Myung-Hun)
972         + use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
973         + support building with libtool on OS/2
974         + use stdc++ on OS/2 kLIBC
975         + clear cf_XOPEN_SOURCE on OS/2
976
977 20151010
978         + add configure check for openpty to test/configure script, for ditto.
979         + minor fixes to test/view.c in investigating Debian #790847.
980         + update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
981         + add workaround for breakage of POSIX makefiles by recent binutils
982           change.
983         + improve check for working poll() by using posix_openpt() as a
984           fallback in case there is no valid terminal on the standard input
985           (prompted by discussion on bug-ncurses mailing list, Debian #676461).
986
987 20150926
988         + change makefile rule for removing resulting.map to distclean rather
989           than clean.
990         + add /lib/terminfo to terminfo-dirs in ".deb" test-package.
991         + add note on portability of resizeterm and wresize to manual pages.
992
993 20150919
994         + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
995           stream.
996         + clarify in curs_getch.3x that the keypad mode affects ability to
997           read KEY_MOUSE codes, but does not affect KEY_RESIZE.
998         + add overlooked build-fix needed with Cygwin for separate Ada95
999           configure script, cf: 20150606 (report by Nicolas Boulenguez)
1000
1001 20150912
1002         + fixes for configure/build using clang on OSX (prompted by report by
1003           William Gallafent).
1004           + do not redefine "inline" in ncurses_cfg.h; this was originally to
1005             solve a problem with gcc/g++, but is aggravated by clang's misuse
1006             of symbols to pretend it is gcc.
1007           + add braces to configure script to prevent unwanted add of
1008             "-lstdc++" to the CXXLIBS symbol.
1009           + improve/update test-program used for checking existence of stdc++
1010             library.
1011           + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
1012
1013 20150905
1014         + add note in curs_addch.3x about line-drawing when it depends upon
1015           UTF-8.
1016         + add tic -q option for consistency with infocmp, use it to suppress
1017           all comments from the "tic -I" output.
1018         + modify infocmp -q option to suppress the "Reconstructed from"
1019           header.
1020         + add infocmp/tic -Q option, which allows one to dump the compiled
1021           form of the terminal entry, in hexadecimal or base64.
1022
1023 20150822
1024         + sort options in usage message for infocmp, to make it simpler to
1025           see unused letters.
1026         + update usage message for tic, adding "-0" option.
1027         + documented differences in ESCDELAY versus AIX's implementation.
1028         + fix some compiler warnings from ports.
1029         + modify --with-pkg-config-libdir option to make it possible to install
1030           ".pc" files even if pkg-config is not found (adapted from patch by
1031           Joshua Root).
1032
1033 20150815
1034         + disallow "no" as a possible value for "--with-shlib-version" option,
1035           overlooked in cleanup-changes for 20000708 (report by Tommy Alex).
1036         + update release notes in INSTALL.
1037         + regenerate llib-* files to help with review for release notes.
1038
1039 20150810
1040         + workaround for Debian #65617, which was fixed in mawk's upstream
1041           releases in 2009 (report by Sven Joachim).  See
1042                 http://invisible-island.net/mawk/CHANGES.html#t20090727
1043
1044 20150808 6.0 release for upload to ftp.gnu.org
1045
1046 20150808
1047         + build-fix for Ada95 on older platforms without stdint.h
1048         + build-fix for Solaris, whose /bin/sh and /usr/bin/sed are non-POSIX.
1049         + update release announcement, summarizing more than 800 changes across
1050           more than 200 snapshots.
1051         + minor fixes to manpages, etc., to simplify linking from announcement
1052           page.
1053
1054 20150725
1055         + updated llib-* files.
1056         + build-fixes for ncurses library "test_progs" rule.
1057         + use alternate workaround for gcc 5.x feature (adapted from patch by
1058           Mikhail Peselnik).
1059         + add status line to tmux via xterm+sl (patch by Nicholas Marriott).
1060         + fixes for st 0.5 from testing with tack -TD
1061         + review/improve several manual pages to break up wall-of-text:
1062           curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
1063           curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
1064           curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
1065           curs_trace.3x, and curs_window.3x
1066
1067 20150719
1068         + correct an old logic error for %A and %O in tparm (report by "zreed").
1069         + improve documentation for signal handlers by adding section in the
1070           curs_initscr.3x page.
1071         + modify logic in make_keys.c to not assume anything about the size
1072           of strnames and strfnames variables, since those may be functions
1073           in the thread- or broken-linker configurations (problem found by
1074           Coverity).
1075         + modify test/configure script to check for pthreads configuration,
1076           e.g., ncursestw library.
1077
1078 20150711
1079         + modify scripts to build/use test-packages for the pthreads
1080           configuration of ncurses6.
1081         + add references to ttytype and termcap symbols in demo_terminfo.c and
1082           demo_termcap.c to ensure that when building ncursest.map, etc., that
1083           the corresponding names such as _nc_ttytype are added to the list of
1084           versioned symbols (report by Werner Fink)
1085         + fix regression from 20150704 (report/patch by Werner Fink).
1086
1087 20150704
1088         + fix a few problems reported by Coverity.
1089         + fix comparison against "/usr/include" in misc/gen-pkgconfig.in
1090           (report by Daiki Ueno, Debian #790548, cf:  20141213).
1091
1092 20150627
1093         + modify configure script to remove deprecated ABI 5 symbols when
1094           building ABI 6.
1095         + add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
1096           map-files, but marked as deprecated so that they can easily be
1097           suppressed from ABI 6 builds (Debian #788610).
1098         + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
1099           from xterm-new (report by Richard Birkett) -TD
1100         + modify read_entry.c to set the error-return to -1 if no terminal
1101           databases were found, as documented for setupterm.
1102         + add test_setupterm.c to demonstrate normal/error returns from the
1103           setupterm and restartterm functions.
1104         + amend cleanup change from 20110813 which removed redundant definition
1105           of ret_error, etc., from tinfo_driver.c, to account for the fact that
1106           it should return a bool rather than int (report/analysis by Johannes
1107           Schindelin).
1108
1109 20150613
1110         + fix overflow warning for OSX with lib_baudrate.c (cf: 20010630).
1111         + modify script used to generate map/sym files to mark 5.9.20150530 as
1112           the last "5.9" version, and regenerated the files.  That makes the
1113           files not use ".current" for the post-5.9 symbols.  This also
1114           corrects the label for _nc_sigprocmask used in when weak symbols are
1115           configured for the ncursest/ncursestw libraries (prompted by
1116           discussion with Sven Joachim).
1117         + fix typo in NEWS (report by Sven Joachim).
1118
1119 20150606 pre-release
1120         + make ABI 6 the default by updates to dist.mk and VERSION, with the
1121           intention that the existing ABI 5 should build as before using the
1122           "--with-abi-version=5" option.
1123         + regenerate ada- and man-html documentation.
1124         + minor fixes to color- and util-manpages.
1125         + fix a regression in Ada95/gen/Makefile.in, to handle special case of
1126           Cygwin, which uses the broken-linker feature.
1127         + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
1128           ncurses package scripts work when present for cross-compiling, as the
1129           lessor of two evils (cf: 20150530).
1130         + add check in configure script to disallow conflicting options
1131           "--with-termlib" and "--enable-term-driver".
1132         + move defaults for "--disable-lp64" and "--with-versioned-syms" into
1133           CF_ABI_DEFAULTS macro.
1134
1135 20150530
1136         + change private type for Event_Mask in Ada95 binding to work when
1137           mmask_t is set to 32-bits.
1138         + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
1139         + add vte-2014, update vte to use that -TD
1140         + modify tic and infocmp to "move" a diagnostic for tparm strings that
1141           have a syntax error to tic's "-c" option (report by Daniel Pitts).
1142         + fix two problems with configure script macros (Debian #786436,
1143           cf: 20150425, cf: 20100529).
1144
1145 20150523
1146         + add 'P' menu item to test/ncurses.c, to show pad in color.
1147         + improve discussion in curs_color.3x about color rendering (prompted
1148           by comment on Stack Overflow forum):
1149         + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
1150         + add several screen.XXX entries to support the respective variations
1151           for 256 colors -TD
1152         + add putty+fnkeys* building-block entries -TD
1153         + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
1154
1155 20150516
1156         + amend change to ".pc" files to only use the extra loader flags which
1157           may have rpath options (report by Sven Joachim, cf: 20150502).
1158         + change versioning for dpkg's in test-packages for Ada95 and
1159           ncurses-examples for consistency with Debian, to work with package
1160           updates.
1161         + regenerate html manpages.
1162         + clarify handling of carriage return in waddch manual page; it was
1163           discussed only in the portability section (prompted by comment on
1164           Stack Overflow forum):
1165
1166 20150509
1167         + add test-packages for cross-compiling ncurses-examples using the
1168           MinGW test-packages.  These are only the Debian packages; RPM later.
1169         + cleanup format of debian/copyright files
1170         + add pc-files to the MinGW cross-compiling test-packages.
1171         + correct a couple of places in gen-pkgconfig.in to handle renaming of
1172           the tinfo library.
1173
1174 20150502
1175         + modify the configure script to allow different default values
1176           for ABI 5 versus ABI 6.
1177         + add wgetch-events to test-packages.
1178         + add a note on how to build ncurses-examples to test/README.
1179         + fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
1180           Debian #783486) -TD
1181         + remove unnecessary ';' from E3 capabilities -TD
1182         + add tmux entry, derived from screen (patch by Nicholas Marriott).
1183         + split-out recent change to nsterm-bce as nsterm-build326, and add
1184           nsterm-build342 to reflect changes with successive releases of OSX
1185           (discussion with Leonardo B Schenkel)
1186         + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
1187           #783806)
1188         + add sample "magic" file, to document ext-putwin.
1189         + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
1190           generated ".pc" file when ld option "--as-needed" is used, or when
1191           ncurses and tinfo are installed without using rpath (prompted by
1192           discussion with Sylvain Bertrand).
1193         + modify test-package for ncurses6 to omit rpath feature when installed
1194           in /usr.
1195         + add OSX's "*.dSYM" to clean-rules in makefiles.
1196         + make extra-suffix work for OSX configuration, e.g., for shared
1197           libraries.
1198         + modify Ada95/configure script to work with pkg-config
1199         + move test-package for ncurses6 to /usr, since filename-conflicts have
1200           been eliminated.
1201         + corrected build rules for Ada95/gen/generate; it does not depend on
1202           the ncurses library aside from headers.
1203         + reviewed man pages, fixed a few other spelling errors.
1204         + fix a typo in curs_util.3x (Sven Joachim).
1205         + use extra-suffix in some overlooked shared library dependencies
1206           found by 20150425 changes for test-packages.
1207         + update config.guess, config.sub from
1208                 http://git.savannah.gnu.org/cgit/config.git
1209
1210 20150425
1211         + expanded description of tgetstr's area pointer in manual page
1212           (report by Todd M Lewis).
1213         + in-progress changes to modify test-packages to use ncursesw6 rather
1214           than ncursesw, with updated configure scripts.
1215         + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
1216           check for ".pc" files via pkg-config, but add a linkage check since
1217           frequently pkg-config configurations are broken.
1218         + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
1219           rpath option.
1220         + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
1221         + add several key definitions to nsterm-bce to match preconfigured
1222           keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
1223         + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
1224         + improve term_variables manual page, adding section on the terminfo
1225           long-name symbols which are defined in the term.h header.
1226         + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
1227
1228 20150418
1229         + avoid a blank line in output from tabs program by ending it with
1230           a carriage return as done in FreeBSD (patch by James Clarke).
1231         + build-fix for the "--enable-ext-putwin" feature when not using
1232           wide characters (report by Werner Fink).
1233         + modify autoconf macros to use scripting improvement from xterm.
1234         + add -brtl option to compiler options on AIX 5-7, needed to link
1235           with the shared libraries.
1236         + add --with-extra-suffix option to help with installing nonconflicting
1237           ncurses6 packages, e.g., avoiding header- and library-conflicts.
1238           NOTE: as a side-effect, this renames
1239                   adacurses-config to adacurses5-config and
1240                   adacursesw-config to adacursesw5-config
1241         + modify debian/rules test package to suffix programs with "6".
1242         + clarify in curs_inopts.3x that window-specific settings do not
1243           inherit into new windows.
1244
1245 20150404
1246         + improve description of start_color() in the manual.
1247         + modify several files in ncurses- and progs-directories to allow
1248           const data used in internal tables to be put by the linker into the
1249           readonly text segment.
1250
1251 20150329
1252         + correct cut/paste error for "--enable-ext-putwin" that made it the
1253           same as "--enable-ext-colors" (report by Roumen Petrov)
1254
1255 20150328
1256         + add "-f" option to test/savescreen.c to help with testing/debugging
1257           the extended putwin/getwin.
1258         + add logic for writing/reading combining characters in the extended
1259           putwin/getwin.
1260         + add "--enable-ext-putwin" configure option to turn on the extended
1261           putwin/getwin.
1262
1263 20150321
1264         + in-progress changes to provide an extended version of putwin and
1265           getwin which will be capable of reading screen-dumps between the
1266           wide/normal ncurses configurations.  These are text files, except
1267           for a magic code at the beginning:
1268           0       string          \210\210        Screen-dump (ncurses)
1269
1270 20150307
1271         + document limitations of getwin in manual page (prompted by discussion
1272           with John S Urban).
1273         + extend test/savescreen.c to demonstrate that color pair values
1274           and graphic characters can be restored using getwin.
1275
1276 20150228
1277         + modify win_driver.c to eliminate the constructor, to make it more
1278           usable in an application which may/may not need the console window
1279           (report by Grady Martin).
1280
1281 20150221
1282         + capture define's related to -D_XOPEN_SOURCE from the configure check
1283           and add those to the *-config and *.pc files, to simplify use for
1284           the wide-character libraries.
1285         + modify ncurses.spec to accommodate Fedora21's location of pkg-config
1286           directory.
1287         + correct sense of "--disable-lib-suffixes" configure option (report
1288           by Nicolas Boos, cf: 20140426).
1289
1290 20150214
1291         + regenerate html manpages using improved man2html from work on xterm.
1292         + regenerated ".map" and ".sym" files using improved script, accounting
1293           for the "--enable-weak-symbols" configure option (report by Werner
1294           Fink).
1295
1296 20150131
1297         + regenerated ".map" and ".sym" files using improved script, showing
1298           the combinations of configure options used at each stage.
1299
1300 20150124
1301         + add configure check to determine if "local: _*;" can be used in the
1302           ".map" files to selectively omit symbols beginning with "_".  On at
1303           least recent FreeBSD, the wildcard applies to all "_" symbols.
1304         + remove obsolete/conflicting rule for ncurses.map from
1305           ncurses/Makefile.in (cf:  20130706).
1306
1307 20150117
1308         + improve description in INSTALL of the --with-versioned-syms option.
1309         + add combination of --with-hashed-db and --with-ticlib to
1310           configurations for ".map" files (report by Werner Fink).
1311
1312 20150110
1313         + add a step to generating ".map" files, to declare any remaining
1314           symbols beginning with "_" as local, at the last version node.
1315         + improve configure checks for pkg-config, addressing a variant found
1316           with FreeBSD ports.
1317         + modify win_driver.c to provide characters for special keys, like
1318           ansi.sys, when keypad mode is off, rather than returning nothing at
1319           all (discussion with Eli Zaretskii).
1320         + add "broken_linker" and "hashed-db" configure options to combinations
1321           use for generating the ".map" and ".sym" files.
1322         + avoid using "ld" directly when creating shared library, to simplify
1323           cross-compiles.  Also drop "-Bsharable" option from shared-library
1324           rules for FreeBSD and DragonFly (FreeBSD #196592).
1325         + fix a memory leak in form library Free_RegularExpression_Type()
1326           (report by Pavel Balaev).
1327
1328 20150103
1329         + modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
1330         + change map files to make _nc_freeall a global, since it may be used
1331           via the Ada95 binding when checking for memory leaks.
1332         + improve sed script used in 20141220 to account for wide-, threaded-
1333           variations in ABI 6.
1334
1335 20141227
1336         + regenerate ".map" files, using step overlooked in 20141213 to use
1337           the same patch-dates across each file to match ncurses.map (report by
1338           Sven Joachim).
1339
1340 20141221
1341         + fix an incorrect variable assignment in 20141220 changes (report by
1342           Sven Joachim).
1343
1344 20141220
1345         + updated Ada95/configure with macro changes from 20141213
1346         + tie configure options --with-abi-version and --with-versioned-syms
1347           together, so that ABI 6 libraries have distinct symbol versions from
1348           the ABI 5 libraries.
1349         + replace obsolete/nonworking link to man2html with current one,
1350           regenerate html-manpages.
1351
1352 20141213
1353         + modify misc/gen-pkgconfig.in to add -I option for include-directory
1354           when using both --prefix and --disable-overwrite (report by Misty
1355           De Meo).
1356         + add configure option --with-pc-suffix to allow minor renaming of
1357           ".pc" files and the corresponding library.  Use this in the test
1358           package for ncurses6.
1359         + modify configure script so that if pkg-config is not installed, it
1360           is still possible to install ".pc" files (report by Misty De Meo).
1361         + updated ".sym" files, removing symbols which are marked as "local"
1362           in the corresponding ".map" files.
1363         + updated ".map" files to reflect move of comp_captab and comp_hash
1364           from tic-library to tinfo-library in 20090711 (report by Sven
1365           Joachim).
1366
1367 20141206
1368         + updated ".map" files so that each symbol that may be shared across
1369           the different library configurations has the same label.  Some
1370           review is needed to ensure these are really compatible.
1371         + modify MKlib_gen.sh to work around change in development version of
1372           gcc introduced here:
1373                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
1374                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
1375           (reports by Marcus Shawcroft, Maohui Lei).
1376         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
1377
1378 20141129
1379         + improved ".map" files by generating them with a script that builds
1380           ncurses with several related configurations and merges the results.
1381           A further refinement is planned, to make the tic- and tinfo-library
1382           symbols use the same versions across each of the four configurations
1383           which are represented (reports by Sven Joachim, Werner Fink).
1384
1385 20141115
1386         + improve description of limits for color values and color pairs in
1387           curs_color.3x (prompted by patch by Tim van der Molen).
1388         + add VERSION file, using first field in that to record the ABI version
1389           used for configure --with-libtool --disable-libtool-version
1390         + add configure options for applying the ".map" and ".sym" files to
1391           the ncurses, form, menu and panel libraries.
1392         + add ".map" and ".sym" files to show exported symbols, e.g., for
1393           symbol-versioning.
1394
1395 20141101
1396         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
1397           and making a new TRACE_RETURN1 macro for cases where the cast does
1398           not apply.
1399
1400 20141025
1401         + in-progress changes to integrate the win32 console driver with the
1402           msys2 configuration.
1403
1404 20141018
1405         + reviewed terminology 0.6.1, add function key definitions.  None of
1406           the vt100-compatibility issues were improved -TD
1407         + improve infocmp conversion of extended capabilities to termcap by
1408           correcting the limit check against parametrized[], as well as filling
1409           in a check if the string happens to have parameters, e.g., "xm"
1410           in recent changes.
1411         + add check for zero/negative dimensions for resizeterm and resize_term
1412           (report by Mike Gran).
1413
1414 20141011
1415         + add experimental support for xterm's 1005 mouse mode, to use in a
1416           demonstration of its limitations.
1417         + add experimental support for "%u" format to terminfo.
1418         + modify test/ncurses.c to also show position reports in 'a' test.
1419         + minor formatting fixes to _nc_trace_mmask_t, make this function
1420           exported to help with debugging mouse changes.
1421         + improve behavior of wheel-mice for xterm protocol, noting that there
1422           are only button-presses for buttons "4" and "5", so there is no need
1423           to wait to combine events into double-clicks (report/analysis by
1424           Greg Field).
1425         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
1426         + implement decoder for xterm SGR 1006 mouse mode.
1427
1428 20140927
1429         + implement curs_set in win_driver.c
1430         + implement flash in win_driver.c
1431         + fix an infinite loop in win_driver.c if the command-window loses
1432           focus.
1433         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
1434           win_driver.c by temporarily changing the buffer-size to match the
1435           window-size to eliminate the scrollback.  Also enforce a minimum
1436           screen-size of 24x80 in the non-buffered mode.
1437         + modify generated misc/Makefile to suppress install.data from the
1438           dependencies if the --disable-db-install option is used, compensating
1439           for the top-level makefile changes used to add ncurses*-config in the
1440           20140920 changes (report by Steven Honeyman).
1441
1442 20140920
1443         + add ncurses*-config to bin-directory of sample package-scripts.
1444         + add check to ensure that getopt is available; this is a problem in
1445           some older cross-compiler environments.
1446         + expanded on the description of --disable-overwrite in INSTALL
1447           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
1448           See Gentoo #522586 and NetBSD #49200 for examples.
1449           which relates to the clarified guidelines.
1450         + remove special logic from CF_INCLUDE_DIRS which adds the directory
1451           for the --includedir from the build (report by Joakim Tjernlund).
1452         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
1453         + update config.sub from
1454                 http://git.savannah.gnu.org/cgit/config.git
1455
1456 20140913
1457         + add a configure check to ignore some of the plethora of non-working
1458           C++ cross-compilers.
1459         + build-fixes for Ada95 with gnat 4.9
1460
1461 20140906
1462         + build-fix and other improvements for port of ncurses-examples to
1463           NetBSD.
1464         + minor compiler-warning fixes.
1465
1466 20140831
1467         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
1468           options more directly comparable, and add "-i" option to specify
1469           a terminal description filename to parse for names to lookup.
1470
1471 20140823
1472         + fix special case where double-width character overwrites a single-
1473           width character in the first column (report by Egmont Koblinger,
1474           cf: 20050813).
1475
1476 20140816
1477         + fix colors in ncurses 'b' test which did not work after changing
1478           it to put the test-strings in subwindows (cf: 20140705).
1479         + merge redundant SEE-ALSO sections in form and menu manpages.
1480
1481 20140809
1482         + modify declarations for user-data pointers in C++ binding to use
1483           reinterpret_cast to facilitate converting typed pointers to void*
1484           in user's application (patch by Adam Jiang).
1485         + regenerated html manpages.
1486         + add note regarding cause and effect for TERM in ncurses manpage,
1487           having noted clueless verbiage in Terminal.app's "help" file
1488           which reverses cause/effect.
1489         + remove special fallback definition for NCURSES_ATTR_T, since macros
1490           have resolved type-mismatches using casts (cf: 970412).
1491         + fixes for win_driver.c:
1492           + handle repainting on endwin/refresh combination.
1493           + implement beep().
1494           + minor cleanup.
1495
1496 20140802
1497         + minor portability fixes for MinGW:
1498           + ensure WINVER is defined in makefiles rather than using headers
1499           + add check for gnatprep "-T" option
1500           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
1501             "trace" feature:
1502             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
1503         + fix most compiler warnings for Cygwin ncurses-examples.
1504         + restore "redundant" -I options in test/Makefile.in, since they are
1505           typically needed when building the derived ncurses-examples package
1506           (cf: 20140726).
1507
1508 20140726
1509         + eliminate some redundant -I options used for building libraries, and
1510           ensure that ${srcdir} is added to the include-options (prompted by
1511           discussion with Paul Gilmartin).
1512         + modify configure script to work with Minix3.2
1513         + add form library extension O_DYNAMIC_JUSTIFY option which can be
1514           used to override the different treatment of justification for static
1515           versus dynamic fields (adapted from patch by Leon Winter).
1516         + add a null pointer check in test/edit_field.c (report/analysis by
1517           Leon Winter, cf: 20130608).
1518
1519 20140719
1520         + make workarounds for compiling test-programs with NetBSD curses.
1521         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
1522           options, from xterm changes.
1523
1524 20140712
1525         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
1526         + build-fix for position-debug code in tty_update.c, to work with or
1527           without sp-funcs.
1528
1529 20140705
1530         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
1531           video-attributes and colors with double-width character strings.
1532
1533 20140629
1534         + correct check in win_driver.c for saving screen contents, e.g., when
1535           NCURSES_CONSOLE2 is set (cf: 20140503).
1536         + reorganize b/B menu items in ncurses.c, putting the test-strings into
1537           subwindows.  This is needed for a planned change to use Unicode
1538           fullwidth characters in the test-screens.
1539         + correct update to form status for _NEWTOP, broken by fixes for
1540           compiler warnings (patch by Leon Winter, cf: 20120616).
1541
1542 20140621
1543         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
1544           conflict with the static library (report by Ben Lentz).
1545         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
1546           upgrading an ncurses library using the "--with-shared" option.
1547         + modify test/ncurses.c c/C tests to cycle through subsets of the
1548           total number of colors, to better illustrate 8/16/88/256-colors by
1549           providing directly comparable screens.
1550         + add test/dots_curses.c, for comparison with the low-level examples.
1551
1552 20140614
1553         + fix dereference before null check found by Coverity in tic.c
1554           (cf: 20140524).
1555         + fix sign-extension bug in read_entry.c which prevented "toe" from
1556           reading empty "screen+italics" entry.
1557         + modify sgr for screen.xterm-new to support dim capability -TD
1558         + add dim capability to nsterm+7 -TD
1559         + cancel dim capability for iterm -TD
1560         + add dim, invis capabilities to vte-2012 -TD
1561         + add sitm/ritm to konsole-base and mlterm3 -TD
1562
1563 20140609
1564         > fix regression in screen terminfo entries (reports by Christian
1565           Ebert, Gabriele Balducci) -TD
1566         + revert the change to screen; see notes for why this did not work -TD
1567         + cancel sitm/ritm for entries which extend "screen", to work around
1568           screen's hardcoded behavior for SGR 3 -TD
1569
1570 20140607
1571         + separate masking for sgr in vidputs from sitm/ritm, which do not
1572           overlap with sgr functionality.
1573         + remove unneeded -i option from adacurses-config; put -a in the -I
1574           option for consistency (patch by Pascal Pignard).
1575         + update xterm-new terminfo entry to xterm patch #305 -TD
1576         + change format of test-scripts for Debian Ada95 and ncurses-examples
1577           packages to quilted to work around Debian #700177 (cf: 20130907).
1578         + build fix for form_driver_w.c as part of ncurses-examples package for
1579           older ncurses than 20131207.
1580         + add Hello World example to adacurses-config manpage.
1581         + remove unused --enable-pc-files option from Ada95/configure.
1582         + add --disable-gnat-projects option for testing.
1583         + revert changes to Ada95 project-files configuration (cf: 20140524).
1584         + corrected usage message in adacurses-config.
1585
1586 20140524
1587         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
1588           environment variable.
1589         + improve discussion of input-echoing in curs_getch.3x
1590         + clarify discussion in curs_addch.3x of wrapping.
1591         + modify parametrized.h to make fln non-padded.
1592         + correct several entries which had termcap-style padding used in
1593           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
1594         + correct syntax for padding in some entries: dg211, h19 -TD
1595         + correct ti924-8 which had confused padding versus octal escapes -TD
1596         + correct padding in sbi entry -TD
1597         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
1598           because the parameters to be incremented were already on the internal
1599           stack (report by Corinna Vinschen).
1600         + modify tic's "-c" option to take into account the "-C" option to
1601           activate additional checks which compare the results from running
1602           tparm() on the terminfo expressions versus the translated termcap
1603           expressions.
1604         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
1605           cf: 20120324).
1606         > patches by Nicolas Boulenguez:
1607         + explicit dereferences to suppress some style warnings.
1608         + when c_varargs_to_ada.c includes its header, use double quotes
1609           instead of <>.
1610         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
1611           was removed by an obsolete pragma.
1612         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
1613           available with older GNATs, needs no configure test.  This also
1614           replaces 3 untested Unreferenced pragmas.
1615         + simplified To_C usage in trace handling.  Using two parameters allows
1616           some basic formatting, and avoids a warning about security with some
1617           compiler flags.
1618         + for generated Ada sources, replace many snippets with one pure
1619           package.
1620         + removed C_Chtype and its conversions.
1621         + removed C_AttrType and its conversions.
1622         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
1623         + removed int, Field_Option_Set, Item_Option_Set conversions.
1624         + removed C_TraceType, Attribute_Option_Set conversions.
1625         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
1626           was used in a case statement, values were tested by the Ada compiler
1627           to be consecutive anyway.
1628         + src/Makefile.in: remove duplicate stanza
1629         + only consider using a project for shared libraries.
1630         + style. Silent gnat-4.9 warning about misplaced "then".
1631         + generate shared library project to honor ADAFLAGS, LDFLAGS.
1632
1633 20140510
1634         + cleanup recently introduced compiler warnings for MingW port.
1635         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
1636           which introduces more than one gratuitous incompatibility.
1637
1638 20140503
1639         + add vt520ansi terminfo entry (patch by Mike Gran)
1640         + further improve MinGW support for the scenario where there is an
1641           ANSI-escapes handler such as ansicon running in the console window
1642           (patch by Juergen Pfeifer).
1643
1644 20140426
1645         + add --disable-lib-suffixes option (adapted from patch by Juergen
1646           Pfeifer).
1647         + merge some changes from Juergen Pfeifer's work with MSYS2, to
1648           simplify later merging:
1649           + use NC_ISATTY() macro for isatty() in library
1650           + add _nc_mingw_isatty() and related functions to windows-driver
1651           + rename terminal driver entrypoints to simplify grep's
1652         + remove a check in the sp-funcs flavor of newterm() which allowed only
1653           the first call to newterm() to succeed (report by Thomas Beierlein,
1654           cf: 20090927).
1655
1656 20140419
1657         + update config.guess, config.sub from
1658                 http://git.savannah.gnu.org/cgit/config.git
1659
1660 20140412
1661         + modify configure script:
1662           + drop the -no-gcc option from Intel compiler, from lynx changes.
1663           + extend the --with-hashed-db configure option to simplify building
1664             with different versions of Berkeley database using FreeBSD ports.
1665         + improve initialization for MinGW port (Juergen Pfeifer):
1666           + enforce Windows-style path-separator if cross-compiling,
1667           + add a driver-name method to each of the drivers,
1668           + allow the Windows driver name to match "unknown", ignoring case,
1669           + lengthen the built-in name for the Windows console driver to
1670             "#win32console", and
1671           + move the comparison of driver-names allowing abbreviation, e.g.,
1672             to "#win32con" into the Windows console driver.
1673
1674 20140329
1675         + add check in tic for mismatch between ccc and initp/initc
1676         + cancel ccc in putty-256color and konsole-256color for consistency
1677           with the cancelled initc capability (patch by Sven Zuhlsdorf).
1678         + add xterm+256setaf building block for various terminals which only
1679           get the 256-color feature half-implemented -TD
1680         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
1681           0.4.1 -TD
1682
1683 20140323
1684         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
1685
1686 20140322
1687         + use types from <stdint.h> in sample build-scripts for chtype, etc.
1688         + modify configure script and curses.h.in to allow the types specified
1689           using --with-chtype and related options to be defined in <stdint.h>
1690         + add terminology entry -TD
1691         + add mlterm3 entry, use that as "mlterm" -TD
1692         + inherit mlterm-256color from mlterm -TD
1693
1694 20140315
1695         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
1696           top-row is adjusted as needed to ensure that the current item is
1697           on the screen (patch by Johann Klammer).
1698         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
1699           be opaque, e.g., in the pthread configuration (prompted by patch by
1700           Soren Brinkmann).
1701
1702 20140308
1703         + modify ifdef in read_entry.c to handle the case where
1704           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
1705         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
1706         + add logic to win_driver.c to save/restore screen contents when not
1707           allocating a console-buffer (cf: 20140215).
1708
1709 20140301
1710         + clarify error-returns from newwin (report by Ruslan Nabioullin).
1711
1712 20140222
1713         + fix some compiler warnings in win_driver.c
1714         + updated notes for wsvt25 based on tack and vttest -TD
1715         + add teken entry to show actual properties of FreeBSD's "xterm"
1716           console -TD
1717
1718 20140215
1719         + in-progress changes to win_driver.c to implement output without
1720           allocating a console-buffer.  This uses a pre-existing environment
1721           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
1722           discussion with Erwin Waterlander regarding Console2, which hangs
1723           when reading in an allocated console-buffer).
1724         + add -t option to gdc.c, and modify to accept "S" to step through the
1725           scrolling-stages.
1726         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
1727           html emitted by docbook.
1728
1729 20140209
1730         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
1731           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
1732           has some header breakage due to its own predefinition of this symbol
1733           (report by Jean-Pierre Flori, Sage #15796).
1734
1735 20140201
1736         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
1737           which "short" types are for color pairs and which are color values.
1738         + fix build for s390x, by correcting field bit offsets in generated
1739           representation clauses when int=32 long=64 and endian=big, or at
1740           least on s390x (patch by Nicolas Boulenguez).
1741         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
1742
1743 20140125
1744         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
1745           not work as is with gcc 4.8 due to fixes using chtype cast made for
1746           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
1747           by Nicolas Boulenguez).
1748
1749 20140118
1750         + apply includesubdir variable which was introduced in 20130805 to
1751           gen-pkgconfig.in (Debian #735782).
1752
1753 20131221
1754         + further improved man2html, used this to fix broken links in html
1755           manpages.  See
1756           ftp://invisible-island.net/ncurses/patches/man2html
1757
1758 20131214
1759         + modify configure-script/ifdef's to allow OLD_TTY feature to be
1760           suppressed if the type of ospeed is configured using the option
1761           --with-ospeed to not be a short.  By default, it is a short for
1762           termcap-compatibility (adapted from suggestion by Christian
1763           Weisgerber).
1764         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
1765           cf: 20061230).
1766         + fix a few -Wlogical-op warnings.
1767         + updated llib-l* files.
1768
1769 20131207
1770         + add form_driver_w() entrypoint to wide-character forms library, as
1771           well as test program form_driver_w (adapted from patch by Gaute
1772           Hope).
1773
1774 20131123
1775         + minor fix for CF_GCC_WARNINGS to special-case options which are not
1776           recognized by clang.
1777
1778 20131116
1779         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
1780           definition from CPPFLAGS to CFLAGS if it happens to be needed for
1781           Solaris, because g++ errors with that definition (report by
1782           Jean-Pierre Flori, Sage #15268).
1783         + correct logic in infocmp's -i option which was intended to ignore
1784           strings which correspond to function-keys as candidates for piecing
1785           together initialization- or reset-strings.  The problem dates to
1786           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
1787           gcc 4.8 (report by David Binderman).
1788         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
1789           checks for -Wextra and -Wdeclaration-after-statement into the macro,
1790           and adding checks for -Wignored-qualifiers, -Wlogical-op and
1791           -Wvarargs
1792         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
1793           work on cdk.
1794         + update config.sub from
1795                 http://git.savannah.gnu.org/cgit/config.git
1796
1797 20131110
1798         + minor cleanup of terminfo.tail
1799
1800 20131102
1801         + use TS extension to describe xterm's title-escapes -TD
1802         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
1803         + update hurd.ti, add xenl to reflect 2011-03-06 change in
1804           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
1805           (Debian #727119).
1806         + simplify pfkey expression in ansi.sys -TD
1807
1808 20131027
1809         + correct/simplify ifdef's for cur_term versus broken-linker and
1810           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
1811         + modify release/version combinations in test build-scripts to make
1812           them more consistent with other packages.
1813
1814 20131019
1815         + add nc_mingw.h to installed headers for MinGW port; needed for
1816           compiling ncurses-examples.
1817         + add rpm-script for testing cross-compile of ncurses-examples.
1818
1819 20131014
1820         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
1821
1822 20131012
1823         + fix a few compiler warnings in progs and test.
1824         + minor fix to package/debian-mingw/rules, do not strip dll's.
1825         + minor fixes to configure script for empty $prefix, e.g., when doing
1826           cross-compiles to MinGW.
1827         + add script for building test-packages of binaries cross-compiled to
1828           MinGW using NSIS.
1829
1830 20131005
1831         + minor fixes for ncurses-example package and makefile.
1832         + add scripts for test-builds of cross-compiler packages for ncurses6
1833           to MinGW.
1834
1835 20130928
1836         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
1837           it lacks some common functions such as use_env() which is not yet
1838           addressed.
1839         + build-fix and some compiler warning fixes for ncurses-examples with
1840           OpenBSD 5.3
1841         + fix a possible null-pointer reference in a trace message from newterm.
1842         + quiet a few warnings from NetBSD 6.0 namespace pollution by
1843           nonstandard popcount() function in standard strings.h header.
1844         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
1845         + fix a few overlooked places for --enable-string-hacks option.
1846
1847 20130921
1848         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
1849         + build-fix for --with-shared option for DragonFly and FreeBSD (report
1850           by Rong-En Fan, cf: 20130727).
1851
1852 20130907
1853         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
1854           Alexey Pavlov).
1855         + revert change to two of the dpkg format files, to work with dpkg
1856           before/after Debian #700177.
1857         + fix gcc -Wconversion warning in wattr_get() macro.
1858         + add msys and msysdll to known host/configuration types (patch by
1859           Alexey Pavlov).
1860         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
1861           of sort, improving portability.
1862         + minor improvements for test-programs from reviewing Solaris port.
1863         + update config.guess, config.sub from
1864                 http://git.savannah.gnu.org/cgit/config.git
1865
1866 20130831
1867         + modify test/ncurses.c b/B tests to display lines only for the
1868           attributes which a given terminal supports, to make room for an
1869           italics test.
1870         + completed ncv table in terminfo.tail; it did not list the wide
1871           character codes listed in X/Open Curses issue 7.
1872         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
1873
1874 20130824
1875         + fix some gcc 4.8 -Wconversion warnings.
1876         + change format of dpkg test-scripts to quilted to work around bug
1877           introduced by Debian #700177.
1878         + discard cached keyname() values if meta() is changed after a value
1879           was cached using (report by Kurban Mallachiev).
1880
1881 20130816
1882         + add checks in tic to warn about terminals which lack cursor
1883           addressing, capabilities or having those, are marked as hard_copy or
1884           generic_type.
1885         + use --without-progs in mingw-ncurses rpm.
1886         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
1887           port when tic and other programs are not needed.
1888
1889 20130805
1890         + minor fixes to the --disable-overwrite logic, to ensure that the
1891           configured $(includedir) is not cancelled by the mingwxx-filesystem
1892           rpm macros.
1893         + add --disable-db-install configure option, to simplify building
1894           cross-compile support packages.
1895         + add mingw-ncurses.spec file, for testing cross-compiles.
1896
1897 20130727
1898         + improve configure macros from ongoing work on cdk, dialog, xterm:
1899           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
1900           + CF_RPATH_HACK - add missing result-message
1901           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
1902             dll symbols (which can be overridden) rather than explicit "../".
1903           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
1904             rather than ${LD} to improve rpath support.
1905           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
1906             are created by the macro, to simplify clean-rules.
1907           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
1908         + fix a regression in hashed-database support for NetBSD, which uses
1909           the key-size differently from other implementations (cf: 20121229).
1910
1911 20130720
1912         + further improvements for setupterm manpage, clarifying the
1913           initialization of cur_term.
1914
1915 20130713
1916         + improve manpages for initscr and setupterm.
1917         + minor compiler-warning fixes
1918
1919 20130706
1920         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
1921         + add check for size of wchar_t, use that to suppress a chunk of
1922           wcwidth.h in MinGW port.
1923         + quiet linker warnings for MinGW cross-compile with dll's using the
1924           --enable-auto-import flag.
1925         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
1926           table issues.
1927
1928 20130622
1929         + modify the clear program to take into account the E3 extended
1930           capability to clear the terminal's scrollback buffer (patch by
1931           Miroslav Lichvar, Redhat #815790).
1932         + clarify in resizeterm manpage that LINES and COLS are updated.
1933         + updated ansi example in terminfo.tail, correct misordered example
1934           of sgr.
1935         + fix other doclifter warnings for manpages
1936         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
1937           (patch by Eric Raymond).
1938
1939 20130615
1940         + minor changes to some configure macros to make them more reusable.
1941         + fixes for tabs program (prompted by report by Nick Andrik).
1942           + corrected logic in command-line parsing of -a and -c predefined
1943             tab-lists options.
1944           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
1945           + make warning messages more consistent with the other utilities by
1946             not printing the full pathname of the program.
1947           + add -V option for consistency with other utilities.
1948         + fix off-by-one in columns for tabs program when processing an option
1949           such as "-5" (patch by Nick Andrik).
1950
1951 20130608
1952         + add to test/demo_forms.c examples of using the menu-hooks as well
1953           as showing how the menu item user-data can be used to pass a callback
1954           function pointer.
1955         + add test/dots_termcap.c
1956         + remove setupterm call from test/demo_termcap.c
1957         + build-fix if --disable-ext-funcs configure option is used.
1958         + modified test/edit_field.c and test/demo_forms.c to move the lengths
1959           into a user-data structure, keeping the original string for later
1960           expansion to free-format input/out demo.
1961         + modified test/demo_forms.c to load data from file.
1962         + added note to clarify Terminal.app's non-emulation of the various
1963           terminal types listed in the preferences dialog -TD
1964         + fix regression in error-reporting in lib_setup.c (Debian #711134,
1965           cf: 20121117).
1966         + build-fix for a case where --enable-broken_linker and
1967           --enable-reentrant options are combined (report by George R Goffe).
1968
1969 20130525
1970         + modify mvcur() to distinguish between internal use by the ncurses
1971           library, and external callers, preventing it from reading the content
1972           of the screen which is only nonblank when curses calls have updated
1973           it.  This makes test/dots_mvcur.c avoid painting colored cells in
1974           the left margin of the display.
1975         + minor fix to test/dots_mvcur.c
1976         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
1977           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
1978           use of these symbols in term_entry.h
1979
1980 20130518
1981         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
1982           interface versus pdcurses (cf: 20130316).
1983         + add pow() to configure-check for math library, needed since
1984           20121208 for test/hanoi (Debian #708056).
1985         + regenerated html manpages.
1986         + update doctype used for html documentation.
1987
1988 20130511
1989         + move nsterm-related entries out of "obsolete" section to more
1990           plausible "ansi consoles" -TD
1991         + additional cleanup of table-of-contents by reordering -TD
1992         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
1993           prevented inserts when video attributes were attached to the data
1994           (cf: 20121215) (Redhat #959534).
1995
1996 20130504
1997         + fixes for issues found by Coverity:
1998           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
1999             display when infocmp's -R option is used for HP or AIX subsets.
2000           + fix dead-code issue with test/movewindow.c
2001           + improve limited-checking in _nc_read_termtype().
2002
2003 20130427
2004         + fix clang 3.2 warning in progs/dump_entry.c
2005         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
2006
2007 20130413
2008         + add MinGW to cases where ncurses installs by default into /usr
2009           (prompted by discussion with Daniel Silva Ferreira).
2010         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
2011         + add a missing 'int' type for main function in configure check for
2012           type of bool variable, to work with clang 3.2 (report by Dmitri
2013           Gribenko).
2014         + improve configure check for static_cast, to work with clang 3.2
2015           (report by Dmitri Gribenko).
2016         + re-order rule for demo.o and macros defining header dependencies in
2017           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
2018
2019 20130406
2020         + improve parameter checking in copywin().
2021         + modify configure script to work around OS X's "libtool" program, to
2022           choose glibtool instead.  At the same time, chance the autoconf macro
2023           to look for a "tool" rather than a "prog", to help with potential use
2024           in cross-compiling.
2025         + separate the rpath usage for c++ library from demo program
2026           (Redhat #911540)
2027         + update/correct header-dependencies in c++ makefile (report by Werner
2028           Fink).
2029         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
2030
2031 20130324
2032         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
2033           and Roumen Petrov).
2034
2035 20130323
2036         + build-fix for OS X, to handle changes for --with-cxx-shared feature
2037           (report by Christian Ebert).
2038         + change initialization for vt220, similar entries for consistency
2039           with cursor-key strings (NetBSD #47674) -TD
2040         + further improvements to linux-16color (Benjamin Sittler)
2041
2042 20130316
2043         + additional fix for tic.c, to allocate missing buffer space.
2044         + eliminate configure-script warnings for gen-pkgconfig.in
2045         + correct typo in sgr string for sun-color,
2046           add bold for consistency with sgr,
2047           change smso for consistency with sgr -TD
2048         + correct typo in sgr string for terminator -TD
2049         + add blink to the attributes masked by ncv in linux-16color (report
2050           by Benjamin Sittler)
2051         + improve warning message from post-load checking for missing "%?"
2052           operator by tic/infocmp by showing the entry name and capability.
2053         + minor formatting improvement to tic/infocmp -f option to ensure
2054           line split after "%;".
2055         + amend scripting for --with-cxx-shared option to handle the debug
2056           library "libncurses++_g.a" (report by Sven Joachim).
2057
2058 20130309
2059         + amend change to toe.c for reading from /dev/zero, to ensure that
2060           there is a buffer for the temporary filename (cf: 20120324).
2061         + regenerated html manpages.
2062         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
2063         + updated some autoconf macros:
2064           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
2065           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
2066         + add configure option --with-cxx-shared to permit building
2067           libncurses++ as a shared library when using g++, e.g., the same
2068           limitations as libtool but better integrated with the usual build
2069           configuration (Redhat #911540).
2070         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
2071           shown in curses.h (Debian #689131).
2072
2073 20130302
2074         + add section to terminfo manpage discussing user-defined capabilities.
2075         + update manpage description of NCURSES_NO_SETBUF, explaining why it
2076           is obsolete.
2077         + add a check in waddch_nosync() to ensure that tab characters are
2078           treated as control characters; some broken locales claim they are
2079           printable.
2080         + add some traces to the Windows console driver.
2081         + initialize a temporary array in _nc_mbtowc, needed for some cases
2082           of raw input in MinGW port.
2083
2084 20130218
2085         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
2086         + update config.guess, config.sub
2087
2088 20130216
2089         + modify test/testcurs.c to work with mouse for ncurses as it does for
2090           pdcurses.
2091         + modify test/knight.c to work with mouse for pdcurses as it does for
2092           ncurses.
2093         + modify internal recursion in wgetch() which handles cooked mode to
2094           check if the call to wgetnstr() returned an error.  This can happen
2095           when both nocbreak() and nodelay() are set, for instance (report by
2096           Nils Christopher Brause) (cf: 960418).
2097         + fixes for issues found by Coverity:
2098           + add a check for valid position in ClearToEOS()
2099           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
2100             use after free.
2101           + improve a limit-check in make_hash.c
2102           + fix a memory leak in hashed_db.c
2103
2104 20130209
2105         + modify test/configure script to make it simpler to override names
2106           of curses-related libraries, to help with linking with pdcurses in
2107           MinGW environment.
2108         + if the --with-terminfo-dirs configure option is not used, there is
2109           no corresponding compiled-in value for that.  Fill in "no default
2110           value" for that part of the manpage substitution.
2111
2112 20130202
2113         + correct initialization in knight.c which let it occasionally make
2114           an incorrect move (cf: 20001028).
2115         + improve documentation of the terminfo/termcap search path.
2116
2117 20130126
2118         + further fixes to mvcur to pass callback function (cf: 20130112),
2119           needed to make test/dots_mvcur work.
2120         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
2121           help reduce flicker.
2122         + modify configure script to omit "+b" from linker options for very
2123           old HP-UX systems (report by Dennis Grevenstein)
2124         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
2125           by Dennis Grevenstein).
2126         + restore memmove/strdup support for antique systems (request by
2127           Dennis Grevenstein).
2128         + change %l behavior in tparm to push the string length onto the stack
2129           rather than saving the formatted length into the output buffer
2130           (report by Roy Marples, cf: 980620).
2131
2132 20130119
2133         + fixes for issues found by Coverity:
2134           + fix memory leak in safe_sprintf.c
2135           + add check for return-value in tty_update.c
2136           + correct initialization for -s option in test/view.c
2137           + add check for numeric overflow in lib_instr.c
2138           + improve error-checking in copywin
2139         + add advice in infocmp manpage for termcap users (Debian #698469).
2140         + add "-y" option to test/demo_termcap and test/demo_terminfo to
2141           demonstrate behavior with/without extended capabilities.
2142         + updated termcap manpage to document legacy termcap behavior for
2143           matching capability names.
2144         + modify name-comparison for tgetstr, etc., to accommodate legacy
2145           applications as well as to improve compatbility with BSD 4.2
2146           termcap implementations (Debian #698299) (cf: 980725).
2147
2148 20130112
2149         + correct prototype in manpage for vid_puts.
2150         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
2151           are unused in the current driver model.
2152         + modify mvcur to use stdout except when called within the ncurses
2153           library.
2154         + modify vidattr and vid_attr to use stdout as documented in manpage.
2155         + amend changes made to buffering in 20120825 so that the low-level
2156           putp() call uses stdout rather than ncurses' internal buffering.
2157           The putp_sp() call does the same, for consistency (Redhat #892674).
2158
2159 20130105
2160         + add "-s" option to test/view.c to allow it to start in single-step
2161           mode, reducing size of trace files when it is used for debugging
2162           MinGW changes.
2163         + revert part of 20121222 change to tinfo_driver.c
2164         + add experimental logic in win_driver.c to improve optimization of
2165           screen updates.  This does not yet work with double-width characters,
2166           so it is ifdef'd out for the moment (prompted by report by Erwin
2167           Waterlander regarding screen flicker).
2168
2169 20121229
2170         + fix coverity warnings regarding copying into fixed-size buffers.
2171         + add throw-declarations in the c++ binding per Coverity warning.
2172         + minor changes to new-items for consistent reference to bug-report
2173           numbers.
2174
2175 20121222
2176         + add *.dSYM directories to clean-rule in ncurses directory makefile,
2177           for Mac OS builds.
2178         + add a configure check for gcc option -no-cpp-precomp, which is not
2179           available in all Mac OS X configurations (report by Andras Salamon,
2180           cf: 20011208).
2181         + improve 20021221 workaround for broken acs, handling a case where
2182           that ACS_xxx character is not in the acsc string but there is a known
2183           wide-character which can be used.
2184
2185 20121215
2186         + fix several warnings from clang 3.1 --analyze, includes correcting
2187           a null-pointer check in _nc_mvcur_resume.
2188         + correct display of double-width characters with MinGW port (report
2189           by Erwin Waterlander).
2190         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
2191         > fixes based on Coverity report:
2192         + correct coloring in test/bs.c
2193         + correct check for 8-bit value in _nc_insert_ch().
2194         + remove dead code in progs/tset.c, test/linedata.h
2195         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
2196           test-programs.
2197
2198 20121208
2199         + modify test/knight.c to show the number of choices possible for
2200           each position in automove option, e.g., to allow user to follow
2201           Warnsdorff's rule to solve the puzzle.
2202         + modify test/hanoi.c to show the minimum number of moves possible for
2203           the given number of tiles (prompted by patch by Lucas Gioia).
2204         > fixes based on Coverity report:
2205         + remove a few redundant checks.
2206         + correct logic in test/bs.c, when randomly placing a specific type of
2207           ship.
2208         + check return value from remove/unlink in tic.
2209         + check return value from sscanf in test/ncurses.c
2210         + fix a null dereference in c++/cursesw.cc
2211         + fix two instances of uninitialized variables when configuring for the
2212           terminal driver.
2213         + correct scope of variable used in SetSafeOutcWrapper macro.
2214         + set umask when calling mkstemp in tic.
2215         + initialize wbkgrndset() temporary variable when extended-colors are
2216           used.
2217
2218 20121201
2219         + also replace MinGW's wctomb(), fixing a problem with setcchar().
2220         + modify test/view.c to load UTF-8 when built with MinGW by using
2221           regular win32 API because the MinGW functions mblen() and mbtowc()
2222           do not work.
2223
2224 20121124
2225         + correct order of color initialization versus display in some of the
2226           test-programs, e.g., test_addstr.c
2227         > fixes based on Coverity report:
2228         + delete windows on exit from some of the test-programs.
2229
2230 20121117
2231         > fixes based on Coverity report:
2232         + add missing braces around FreeAndNull in two places.
2233         + various fixes in test/ncurses.c
2234         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
2235         + correct malloc size in progs/infocmp.c
2236         + guard against negative array indices in test/knight.c
2237         + fix off-by-one limit check in test/color_name.h
2238         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
2239           test/inchs.c
2240         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
2241           test/clip_printw.c, test/demo_menus.c
2242         + delete unused windows in test/chgat.c, test/clip_printw.c,
2243           test/insdelln.c, test/newdemo.c on error-return.
2244
2245 20121110
2246         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
2247           local -I include options in case someone has set conflicting -I
2248           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
2249           Vassili Courzakis).
2250         + modify the ncurses*-config scripts to eliminate relative paths from
2251           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
2252           libraries or executables.
2253
2254 20121102
2255         + realign these related pages:
2256             curs_add_wchstr.3x
2257             curs_addchstr.3x
2258             curs_addstr.3x
2259             curs_addwstr.3x
2260           and fix a long-ago error in curs_addstr.3x which said that a -1
2261           length parameter would only write as much as fit onto one line
2262           (report by Reuben Thomas).
2263         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
2264         + remove obsolete fallback _nc_strdup() for strdup().
2265         + cancel any debug-rpm in package/ncurses.spec
2266         + reviewed vte-2012, reverted most of the change since it was incorrect
2267           based on testing with tack -TD
2268         + un-cancel the initc in vte-256color, since this was implemented
2269           starting with version 0.20 in 2009 -TD
2270
2271 20121026
2272         + improve malloc/realloc checking (prompted by discussion in Redhat
2273           #866989).
2274         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
2275         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
2276           first corrects pattern used for Mac OS X's customization of gcc.
2277
2278 20121017
2279         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
2280           (Redhat #866989).
2281
2282 20121013
2283         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
2284           (patch by Christian Persch).
2285
2286 20121006
2287         + improve CF_GCC_VERSION to work around Debian's customization of gcc
2288           --version message.
2289         + improve configure macros as done in byacc:
2290           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
2291             has used that for a while.
2292           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
2293             for experimental use.
2294           + remove unused configure macros.
2295         + modify configure script and makefiles to quiet new autoconf warning
2296           for LIBS_TO_MAKE variable.
2297         + modify configure script to show $PATH_SEPARATOR variable.
2298         + update config.guess, config.sub
2299
2300 20120922
2301         + modify setupterm to set its copy of TERM to "unknown" if configured
2302           for the terminal driver and TERM was null or empty.
2303         + modify treatment of TERM variable for MinGW port to allow explicit
2304           use of the windows console driver by checking if $TERM is set to
2305           "#win32con" or an abbreviation of that.
2306         + undo recent change to fallback definition of vsscanf() to build with
2307           older Solaris compilers (cf: 20120728).
2308
2309 20120908
2310         + add test-screens to test/ncurses to show 256-characters at a time,
2311           to help with MinGW port.
2312
2313 20120903
2314         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
2315           there.
2316         + modifications for MinGW port to make wide-character display usable.
2317
2318 20120902
2319         + regenerate configure script (report by Sven Joachim, cf: 20120901).
2320
2321 20120901
2322         + add a null-pointer check in _nc_flush (cf: 20120825).
2323         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
2324           might not be allocated.
2325         + improve comparisons in configure.in for unset shell variables.
2326
2327 20120826
2328         + increase size of ncurses' output-buffer, in case of very small
2329           initial screen-sizes.
2330         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
2331           after changes to use --datarootdir (reports by Gabriele Balducci,
2332           Roumen Petrov).
2333
2334 20120825
2335         + change output buffering scheme, using buffer maintained by ncurses
2336           rather than stdio, to avoid problems with SIGTSTP handling (report
2337           by Brian Bloniarz).
2338
2339 20120811
2340         + update autoconf patch to 2.52.20120811, adding --datarootdir
2341           (prompted by discussion with Erwin Waterlander).
2342         + improve description of --enable-reentrant option in README and the
2343           INSTALL file.
2344         + add nsterm-256color, make this the default nsterm -TD
2345         + remove bw from nsterm-bce, per testing with tack -TD
2346
2347 20120804
2348         + update test/configure, adding check for tinfo library.
2349         + improve limit-checks for the getch fifo (report by Werner Fink).
2350         + fix a remaining mismatch between $with_echo and the symbols updated
2351           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
2352           Sven Joachim, cf:  20120317).
2353         + modify followup check for pkg-config's library directory in the
2354           --enable-pc-files option to validate syntax (report by Sven Joachim,
2355           cf: 20110716).
2356
2357 20120728
2358         + correct path for ncurses_mingw.h in include/headers, in case build
2359           is done outside source-tree (patch by Roumen Petrov).
2360         + modify some older xterm entries to align with xterm source -TD
2361         + separate "xterm-old" alias from "xterm-r6" -TD
2362         + add E3 extended capability to xterm-basic and putty -TD
2363         + parenthesize parameters of other macros in curses.h -TD
2364         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
2365           in case it happens to be a comma-expression, etc.  (patch by Nick
2366           Black).
2367
2368 20120721
2369         + improved form_request_by_name() and menu_request_by_name().
2370         + eliminate two fixed-size buffers in toe.c
2371         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
2372           use_tioctl(TRUE) are called.
2373         + modify ncurses test-program, adding -E and -T options to demonstrate
2374           use_env() versus use_tioctl().
2375
2376 20120714
2377         + add use_tioctl() function (adapted from patch by Werner Fink,
2378           Novell #769788):
2379
2380 20120707
2381         + add ncurses_mingw.h to installed headers (prompted by patch by
2382           Juergen Pfeifer).
2383         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
2384           by Novell #769788).
2385         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
2386           if screensize is unchanged.  Modify _nc_update_screensize() to push a
2387           KEY_RESIZE if there was a SIGWINCH, even if it does not call
2388           resizeterm().  These changes eliminate the case where a SIGWINCH is
2389           received, but ERR returned from wgetch or wgetnstr because the screen
2390           dimensions did not change (Novell #769788).
2391
2392 20120630
2393         + add --enable-interop to sample package scripts (suggested by Juergen
2394           Pfeifer).
2395         + update CF_PATH_SYNTAX macro, from mawk changes.
2396         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
2397           some work is needed on cproto to work with lib_gen.c to update
2398           llib-lncurses.
2399         + remove redundant getenv() cal in database-iterator leftover from
2400           cleanup in 20120622 changes (report by Sven Joachim).
2401
2402 20120622
2403         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
2404         + fix caching of environment variables in database-iterator (patch by
2405           Philippe Troin, Redhat #831366).
2406
2407 20120616
2408         + add configure check to distinguish clang from gcc to eliminate
2409           warnings about unused command-line parameters when compiler warnings
2410           are enabled.
2411         + improve behavior when updating terminfo entries which are hardlinked
2412           by allowing for the possibility that an alias has been repurposed to
2413           a new primary name.
2414         + fix some strict compiler warnings based on package scripts.
2415         + further fixes for configure check for working poll (Debian #676461).
2416
2417 20120608
2418         + fix an uninitialized variable in -c/-n logic for infocmp changes
2419           (cf: 20120526).
2420         + corrected fix for building c++ binding with clang 3.0 (report/patch
2421           by Richard Yao, Gentoo #417613, cf: 20110409)
2422         + correct configure check for working poll, fixing the case where stdin
2423           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
2424         + add rpm- and dpkg-scripts, to test those build-environments.
2425           The resulting packages are used only for testing.
2426
2427 20120602
2428         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
2429         + add kdch1, etc., to qvt108 -TD
2430         + add dl1/il1 to some entries based on dl/il values -TD
2431         + add dl to simpleterm -TD
2432         + add consistency-checks in tic for insert-line vs delete-line
2433           controls, and insert/delete-char keys
2434         + correct no-leaks logic in infocmp when doing comparisons, fixing
2435           duplicate free of entries given via the command-line, and freeing
2436           entries loaded from the last-but-one of files specified on the
2437           command-line.
2438         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
2439           analysis by Martin Husemann).
2440         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
2441           Onno van der Linden).
2442
2443 20120526
2444         + extend -c and -n options of infocmp to allow comparing more than two
2445           entries.
2446         + correct check in infocmp for number of terminal names when more than
2447           two are given.
2448         + correct typo in curs_threads.3x (report by Yanhui Shen on
2449           freebsd-hackers mailing list).
2450
2451 20120512
2452         + corrected 'op' for bterm (report by Samuel Thibault) -TD
2453         + modify test/background.c to demonstrate a background character
2454           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
2455           the thick- and double-line extension (cf: 20091003).
2456         + modify handling of acs characters in PutAttrChar to avoid mapping an
2457           unmapped character to a space with A_ALTCHARSET set.
2458         + rewrite vt520 entry based on vt420 -TD
2459
2460 20120505
2461         + remove p6 (bold) from opus3n1+ for consistency -TD
2462         + remove acs stuff from env230 per clues in Ingres termcap -TD
2463         + modify env230 sgr/sgr0 to match other capabilities -TD
2464         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
2465         + make sgr for dku7202 agree with other caps -TD
2466         + make sgr for ibmpc agree with other caps -TD
2467         + make sgr for tek4107 agree with other caps -TD
2468         + make sgr for ndr9500 agree with other caps -TD
2469         + make sgr for sco-ansi agree with other caps -TD
2470         + make sgr for d410 agree with other caps -TD
2471         + make sgr for d210 agree with other caps -TD
2472         + make sgr for d470c, d470c-7b agree with other caps -TD
2473         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
2474         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
2475           configured with --enable-termcap and --disable-getcap.
2476
2477 20120428
2478         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
2479         + add eslok flag to dec+sl -TD
2480         + dec+sl applies to vt320 and up -TD
2481         + drop wsl width from xterm+sl -TD
2482         + reuse xterm+sl in putty and nsca-m -TD
2483         + add ansi+tabs to vt520 -TD
2484         + add ansi+enq to vt220-vt520 -TD
2485         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
2486         + added paragraph in keyname manpage telling how extended capabilities
2487           are interpreted as key definitions.
2488         + modify tic's check of conflicting key definitions to include extended
2489           capability strings in addition to the existing check on predefined
2490           keys.
2491
2492 20120421
2493         + improve cleanup of temporary files in tic using atexit().
2494         + add msgr to vt420, similar DEC vtXXX entries -TD
2495         + add several missing vt420 capabilities from vt220 -TD
2496         + factor out ansi+pp from several entries -TD
2497         + change xterm+sl and xterm+sl-twm to include only the status-line
2498           capabilities and not "use=xterm", making them more generally useful
2499           as building-blocks -TD
2500         + add dec+sl building block, as example -TD
2501
2502 20120414
2503         + add XT to some terminfo entries to improve usefulness for other
2504           applications than screen, which would like to pretend that xterm's
2505           title is a status-line.  -TD
2506         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
2507           of ordering and overrides -TD
2508         + add consistency check in tic for screen's "XT" capability.
2509         + add section in terminfo.src summarizing the user-defined capabilities
2510           used in that file -TD
2511
2512 20120407
2513         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
2514           non-standard capabilities, while infocmp was ignoring only the user
2515           definable capabilities.
2516         + improve special case in tic parsing of description to allow it to be
2517           followed by terminfo capabilities.  Previously the description had to
2518           be the last field on an input line to allow tic to distinguish
2519           between termcap and terminfo format while still allowing commas to be
2520           embedded in the description.
2521         + correct variable name in gen_edit.sh which broke configurability of
2522           the --with-xterm-kbs option.
2523         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
2524         + further amend 20110910 change, providing for configure-script
2525           override of the "linux" terminfo entry to install and changing the
2526           default for that to "linux2.2" (Debian #665959).
2527
2528 20120331
2529         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
2530         + correct order of use-clauses in st-256color -TD
2531         + modify configure script to look for gnatgcc if the Ada95 binding
2532           is built, in preference to the default gcc/cc (suggested by
2533           Nicolas Boulenguez).
2534         + modify configure script to ensure that the same -On option used for
2535           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
2536           using "-O3" (suggested by Nicolas Boulenguez)
2537
2538 20120324
2539         + amend an old fix so that next_char() exits properly for empty files,
2540           e.g., from reading /dev/null (cf: 20080804).
2541         + modify tic so that it can read from the standard input, or from
2542           a character device.  Because tic uses seek's, this requires writing
2543           the data to a temporary file first (prompted by remark by Sven
2544           Joachim) (cf: 20000923).
2545
2546 20120317
2547         + correct a check made in lib_napms.c, so that terminfo applications
2548           can again use napms() (cf: 20110604).
2549         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
2550           (cf: 20040327).
2551         + correct scripting for --disable-echo option in test/configure.
2552         + amend check for missing c++ compiler to work when no error is
2553           reported, and no variables set (cf: 20021206).
2554         + add/use configure macro CF_DISABLE_ECHO.
2555
2556 20120310
2557         + fix some strict compiler warnings for abi6 and 64-bits.
2558         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
2559         + improve a limit-check in infocmp.c (Werner Fink):
2560
2561 20120303
2562         + minor tidying of terminfo.tail, clarify reason for limitation
2563           regarding mapping of \0 to \200
2564         + minor improvement to _nc_copy_termtype(), using memcpy to replace
2565           loops.
2566         + fix no-leaks checking in test/demo_termcap.c to account for multiple
2567           calls to setupterm().
2568         + modified the libgpm change to show previous load as a problem in the
2569           debug-trace.
2570         > merge some patches from OpenSUSE rpm (Werner Fink):
2571         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
2572         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
2573           runtime linker
2574         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
2575           fallback entries
2576
2577 20120228
2578         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
2579
2580 20120225
2581         + modify configure script to allow creating dll's for MinGW when
2582           cross-compiling.
2583         + add --enable-string-hacks option to control whether strlcat and
2584           strlcpy may be used.  The same issue applies to OpenBSD's warnings
2585           about snprintf, noting that this function is weakly standardized.
2586         + add configure checks for strlcat, strlcpy and snprintf, to help
2587           reduce bogus warnings with OpenBSD builds.
2588         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
2589           (cf:20111231)
2590         + update config.guess, config.sub
2591
2592 20120218
2593         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
2594           the first success (patch by Pierre Labastie).
2595         + improve configure macro CF_MKSTEMP by moving existence-check for
2596           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
2597         + improve configure macro CF_FUNC_POLL from luit changes to detect
2598           broken implementations, e.g., with Mac OS X.
2599         + add configure option --with-tparm-arg
2600         + build-fix for MinGW cross-compiling, so that make_hash does not
2601           depend on TTY definition (cf: 20111008).
2602
2603 20120211
2604         + make sgr for xterm-pcolor agree with other caps -TD
2605         + make sgr for att5425 agree with other caps -TD
2606         + make sgr for att630 agree with other caps -TD
2607         + make sgr for linux entries agree with other caps -TD
2608         + make sgr for tvi9065 agree with other caps -TD
2609         + make sgr for ncr260vt200an agree with other caps -TD
2610         + make sgr for ncr160vt100pp agree with other caps -TD
2611         + make sgr for ncr260vt300an agree with other caps -TD
2612         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
2613         + make sgr for cygwin, cygwinDBG agree with other caps -TD
2614         + add configure option --with-xterm-kbs to simplify configuration for
2615           Linux versus most other systems.
2616
2617 20120204
2618         + improved tic -D option, avoid making target directory and provide
2619           better diagnostics.
2620
2621 20120128
2622         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
2623         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
2624         + make sgr for sun-color agree with smso -TD
2625         + make sgr for prism9 agree with other caps -TD
2626         + make sgr for icl6404 agree with other caps -TD
2627         + make sgr for ofcons agree with other caps -TD
2628         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
2629         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
2630         + make sgr for avt-ns agree with other caps -TD
2631         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
2632           give verbose warnings (cf:  20110730).
2633         + modify misc/gen-edit.sh to make the location of the tabset directory
2634           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
2635           (Debian #653435, patch by Sven Joachim).
2636
2637 20120121
2638         + add --with-lib-prefix option to allow configuring for old/new flavors
2639           of OS/2 EMX.
2640         + modify check for gnat version to allow for year, as used in FreeBSD
2641           port.
2642         + modify check_existence() in db_iterator.c to simply check if the
2643           path is a directory or file, according to the need.  Checking for
2644           directory size also gives no usable result with OS/2 (cf: 20120107).
2645         + support OS/2 kLIBC (patch by KO Myung-Hun).
2646
2647 20120114
2648         + several improvements to test/movewindow.c (prompted by discussion on
2649           Linux Mint forum):
2650           + modify movement commands to make them continuous
2651           + rewrote the test for mvderwin
2652           + rewrote the test for recursive mvwin
2653         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
2654         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
2655           and OpenBSD.
2656         + regenerated html manpages.
2657
2658 20120107
2659         + various improvments for MinGW (Juergen Pfeifer):
2660           + modify stat() calls to ignore the st_size member
2661           + drop mk-dlls.sh script.
2662           + change recommended regular expression library.
2663           + modify rain.c to allow for threaded configuraton.
2664           + modify tset.c to allow for case when size-change logic is not used.
2665
2666 20111231
2667         + modify toe's report when -a and -s options are combined, to add
2668           a column showing which entries belong to a given database.
2669         + add -s option to toe, to sort its output.
2670         + modify progs/toe.c, simplifying use of db-iterator results to use
2671           caching improvements from 20111001 and 20111126.
2672         + correct generation of pc-files when ticlib or termlib options are
2673           given to rename the corresponding tic- or tinfo-libraries (report
2674           by Sven Joachim).
2675
2676 20111224
2677         + document a portability issue with tput, i.e., that scripts which work
2678           with ncurses may fail in other implementations that do no parameter
2679           analysis.
2680         + add putty-sco entry -TD
2681
2682 20111217
2683         + review/fix places in manpages where --program-prefix configure option
2684           was not being used.
2685         + add -D option to infocmp, to show the database locations that it
2686           could use.
2687         + fix build for the special case where term-driver, ticlib and termlib
2688           are all enabled.  The terminal driver depends on a few features in
2689           the base ncurses library, so tic's dependencies include both ncurses
2690           and termlib.
2691         + fix build work for term-driver when --enable-wgetch-events option is
2692           enabled.
2693         + use <stdint.h> types to fix some questionable casts to void*.
2694
2695 20111210
2696         + modify configure script to check if thread library provides
2697           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
2698         + modify configure script to suppress check to define _XOPEN_SOURCE
2699           for IRIX64, since its header files have a conflict versus
2700           _SGI_SOURCE.
2701         + modify configure script to add ".pc" files for tic- and
2702           tinfo-libraries, which were omitted in recent change (cf: 20111126).
2703         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
2704
2705 20111203
2706         + modify configure-check for etip.h dependencies, supplying a temporary
2707           copy of ncurses_dll.h since it is a generated file (prompted by
2708           Debian #646977).
2709         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
2710
2711 20111126
2712         + correct database iterator's check for duplicate entries
2713           (cf: 20111001).
2714         + modify database iterator to ignore $TERMCAP when it is not an
2715           absolute pathname.
2716         + add -D option to tic, to show the database locations that it could
2717           use.
2718         + improve description of database locations in tic manpage.
2719         + modify the configure script to generate a list of the ".pc" files to
2720           generate, rather than deriving the list from the libraries which have
2721           been built (patch by Mike Frysinger).
2722         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
2723           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
2724           from patch by Mike Frysinger).
2725
2726 20111119
2727         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
2728           from curses.priv.h, fixing a regression with IRIX64 and Tru64
2729           (cf: 20110416)
2730         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
2731           i.e., the database iterator was not initialized.  This case is needed
2732           to when tic is translating to termcap, rather than loading the
2733           database (cf:  20111001).
2734
2735 20111112
2736         + add pccon entries for OpenBSD console (Alexei Malinin).
2737         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
2738           600 to work around inconsistent ifdef'ing of wcstof between C and
2739           C++ header files.
2740         + modify capconvert script to accept more than exact match on "xterm",
2741           e.g., the "xterm-*" variants, to exclude from the conversion (patch
2742           by Robert Millan).
2743         + add -lc_r as alternative for -lpthread, allows build of threaded code
2744           in older FreeBSD machines.
2745         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
2746           _POSIX_SOURCE are defined.
2747         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
2748
2749 20111030
2750         + modify make_db_path() to allow creating "terminfo.db" in the same
2751           directory as an existing "terminfo" directory.  This fixes a case
2752           where switching between hashed/filesystem databases would cause the
2753           new hashed database to be installed in the next best location -
2754           root's home directory.
2755         + add variable cf_cv_prog_gnat_correct to those passed to
2756           config.status, fixing a problem with Ada95 builds (cf: 20111022).
2757         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
2758           accommodate broken implementations for _XPG6.
2759         + eliminate usage of NULL symbol from etip.h, to reduce header
2760           interdependencies.
2761         + add configure check to decide when to add _XOPEN_SOURCE define to
2762           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
2763           This is a workaround for gcc 4.6, which fails to build the c++
2764           binding if that symbol is defined by the application, due to
2765           incorrectly combining the corresponding feature test macros
2766           (report by Peter Kruse).
2767
2768 20111022
2769         + correct logic for discarding mouse events, retaining the partial
2770           events used to build up click, double-click, etc, until needed
2771           (cf: 20110917).
2772         + fix configure script to avoid creating unused Ada95 makefile when
2773           gnat does not work.
2774         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
2775           internal functions of libncurses.  The external interface of courses
2776           uses bool, which still produces these warnings.
2777
2778 20111015
2779         + improve description of --disable-tic-depends option to make it
2780           clear that it may be useful whether or not the --with-termlib
2781           option is also given (report by Sven Joachim).
2782         + amend termcap equivalent for set_pglen_inch to use the X/Open
2783           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
2784         + improve manpage for tgetent differences from termcap library.
2785
2786 20111008
2787         + moved static data from db_iterator.c to lib_data.c
2788         + modify db_iterator.c for memory-leak checking, fix one leak.
2789         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
2790           of ncurses rather than Requires, as well as Libs.private for the
2791           other library dependencies (prompted by Debian #644728).
2792
2793 20111001
2794         + modify tic "-K" option to only set the strict-flag rather than force
2795           source-output.  That allows the same flag to control the parser for
2796           input and output of termcap source.
2797         + modify _nc_getent() to ignore backslash at the end of a comment line,
2798           making it consistent with ncurses' parser.
2799         + restore a special-case check for directory needed to make termcap
2800           text files load as if they were databases (cf: 20110924).
2801         + modify tic's resolution/collision checking to attempt to remove the
2802           conflicting alias from the second entry in the pair, which is
2803           normally following in the source file.  Also improved the warning
2804           message to make it simpler to see which alias is the problem.
2805         + improve performance of the database iterator by caching search-list.
2806
2807 20110925
2808         + add a missing "else" in changes to _nc_read_tic_entry().
2809
2810 20110924
2811         + modify _nc_read_tic_entry() so that hashed-database is checked before
2812           filesystem.
2813         + updated CF_CURSES_LIBS check in test/configure script.
2814         + modify configure script and makefiles to split TIC_ARGS and
2815           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
2816           to help separate searches for tic- and tinfo-libraries (patch by Nick
2817           Alcock aka "Nix").
2818         + build-fix for lib_mouse.c changes (cf: 20110917).
2819
2820 20110917
2821         + fix compiler warning for clang 2.9
2822         + improve merging of mouse events (integrated patch by Damien
2823           Guibouret).
2824         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
2825           (patch by Damien Guibouret).
2826
2827 20110910
2828         + modify misc/gen_edit.sh to select a "linux" entry which works with
2829           the current kernel rather than assuming it is always "linux3.0"
2830           (cf: 20110716).
2831         + revert a change to getmouse() which had the undesirable side-effect
2832           of suppressing button-release events (report by Damien Guibouret,
2833           cf: 20100102).
2834         + add xterm+kbs fragment from xterm #272 -TD
2835         + add configure option --with-pkg-config-libdir to provide control over
2836           the actual directory into which pc-files are installed, do not use
2837           the pkg-config environment variables (discussion with Frederic L W
2838           Meunier).
2839         + add link to mailing-list archive in announce.html.in, as done in
2840           FAQ (prompted by question by Andrius Bentkus).
2841         + improve manpage install by adjusting the "#include" examples to
2842           show the ncurses-subdirectory used when --disable-overwrite option
2843           is used.
2844         + install an alias for "curses" to the ncurses manpage, tied to the
2845           --with-curses-h configure option (suggested by Reuben Thomas).
2846
2847 20110903
2848         + propagate error-returns from wresize, i.e., the internal
2849           increase_size and decrease_size functions through resize_term (report
2850           by Tim van der Molen, cf:  20020713).
2851         + fix typo in tset manpage (patch by Sven Joachim).
2852
2853 20110820
2854         + add a check to ensure that termcap files which might have "^?" do
2855           not use the terminfo interpretation as "\177".
2856         + minor cleanup of X-terminal emulator section of terminfo.src -TD
2857         + add terminator entry -TD
2858         + add simpleterm entry -TD
2859         + improve wattr_get macros by ensuring that if the window pointer is
2860           null, then the attribute and color values returned will be zero
2861           (cf: 20110528).
2862
2863 20110813
2864         + add substitution for $RPATH_LIST to misc/ncurses-config.in
2865         + improve performance of tic with hashed-database by caching the
2866           database connection, using atexit() to cleanup.
2867         + modify treatment of 2-character aliases at the beginning of termcap
2868           entries so they are not counted in use-resolution, since these are
2869           guaranteed to be unique.  Also ignore these aliases when reporting
2870           the primary name of the entry (cf: 20040501)
2871         + double-check gn (generic) flag in terminal descriptions to
2872           accommodate old/buggy termcap databases which misused that feature.
2873         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
2874           error-return.
2875
2876 20110807
2877         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
2878           variable is defined in the makefiles which use it.
2879         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
2880         + build-fixes for NetBSD 5.1 with termcap support enabled.
2881         + corrected k9 in dg460-ansi, add other features based on manuals -TD
2882         + improve trimming of whitespace at the end of terminfo/termcap output
2883           from tic/infocmp.
2884         + when writing termcap source, ensure that colons in the description
2885           field are translated to a non-delimiter, i.e., "=".
2886         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
2887           use a single line.
2888         + add a null-pointer check when handling the $CC variable.
2889
2890 20110730
2891         + modify configure script and makefiles in c++ and progs to allow the
2892           directory used for rpath option to be overridden, e.g., to work
2893           around updates to the variables used by tic during an install.
2894         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
2895           for termcap output.
2896         + add _nc_strict_bsd variable in tic library which controls the
2897           "strict" BSD termcap compatibility from 20110723, plus these
2898           features:
2899           + allow escapes such as "\8" and "\9" when reading termcap
2900           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
2901             termcap files, passing through "a", "e", etc.
2902           + expand "\:" as "\072" on output.
2903         + modify _nc_get_token() to reset the token's string value in case
2904           there is a string-typed token lacking the "=" marker.
2905         + fix a few memory leaks in _nc_tgetent.
2906         + fix a few places where reading from a termcap file could refer to
2907           freed memory.
2908         + add an overflow check when converting terminfo/termcap numeric
2909           values, since terminfo stores those in a short, and they must be
2910           positive.
2911         + correct internal variables used for translating to termcap "%>"
2912           feature, and translating from termcap %B to terminfo, needed by
2913           tctest (cf: 19991211).
2914         + amend a minor fix to acsc when loading a termcap file to separate it
2915           from warnings needed for tic (cf: 20040710)
2916         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
2917           a termcap file to be handled via TERMINFO_DIRS.
2918         + modify _nc_infotocap() to include non-mandatory padding when
2919           translating to termcap.
2920         + modify _nc_read_termcap_entry(), passing a flag in the case where
2921           getcap is used, to reduce interactive warning messages.
2922
2923 20110723
2924         + add a check in start_color() to limit color-pairs to 256 when
2925           extended colors are not supported (patch by David Benjamin).
2926         + modify setcchar to omit no-longer-needed OR'ing of color pair in
2927           the SetAttr() macro (patch by David Benjamin).
2928         + add kich1 to sun terminfo entry (Yuri Pankov)
2929         + use bold rather than reverse for smso in sun-color terminfo entry
2930           (Yuri Pankov).
2931         + improve generation of termcap using tic/infocmp -C option, e.g.,
2932           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
2933           regarding Schilling's test program):
2934           + translate %02 and %03 to %2 and %3 respectively.
2935           + suppress string capabilities which use %s, not supported by tgoto
2936           + use \040 rather than \s
2937           + expand null characters as \200 rather than \0
2938         + modify configure script to support shared libraries for DragonFlyBSD.
2939
2940 20110716
2941         + replace an assert() in _nc_Free_Argument() with a regular null
2942           pointer check (report/analysis by Franjo Ivancic).
2943         + modify configure --enable-pc-files option to take into account the
2944           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
2945         + add/use xterm+tmux chunk from xterm #271 -TD
2946         + resync xterm-new entry from xterm #271 -TD
2947         + add E3 extended capability to linux-basic (Miroslav Lichvar)
2948         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
2949         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
2950         + fix inconsistent tabset path in pcmw (Todd C. Miller).
2951         + remove a backslash which continued comment, obscuring altos3
2952           definition with OpenBSD toolset (Nicholas Marriott).
2953
2954 20110702
2955         + add workaround from xterm #271 changes to ensure that compiler flags
2956           are not used in the $CC variable.
2957         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
2958           7.1 with both gcc 4.2.4 and cc.
2959         + modify configure checks for AIX to include release 7.x
2960         + add loader flags/libraries to libtool options so that dynamic loading
2961           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
2962           at gentoo prefix repository (patch by Michael Haubenwallner).
2963
2964 20110626
2965         + move include of nc_termios.h out of term_entry.h, since the latter
2966           is installed, e.g., for tack while the former is not (report by
2967           Sven Joachim).
2968
2969 20110625
2970         + improve cleanup() function in lib_tstp.c, using _exit() rather than
2971           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
2972           comments forwarded by Nicholas Marriott).
2973         + reduce name pollution from term.h, moving fallback #define's for
2974           tcgetattr(), etc., to new private header nc_termios.h (report by
2975           Sergio NNX).
2976         + two minor fixes for tracing (patch by Vassili Courzakis).
2977         + improve trace initialization by starting it in use_env() and
2978           ripoffline().
2979         + review old email, add details for some changelog entries.
2980
2981 20110611
2982         + update minix entry to minix 3.2 (Thomas Cort).
2983         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
2984
2985 20110604
2986         + fixes for MirBSD port:
2987           + set default prefix to /usr.
2988           + add support for shared libraries in configure script.
2989           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
2990         + add a few more checks based on ncurses/link_test.
2991         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
2992
2993 20110528
2994         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
2995         + used ncurses/link_test to check for behavior when the terminal has
2996           not been initialized and when an application passes null pointers
2997           to the library.  Added checks to cover this (prompted by Redhat
2998           #707344).
2999         + modify MKlib_gen.sh to make its main() function call each function
3000           with zero parameters, to help find inconsistent checking for null
3001           pointers, etc.
3002
3003 20110521
3004         + fix warnings from clang 2.7 "--analyze"
3005
3006 20110514
3007         + compiler-warning fixes in panel and progs.
3008         + modify CF_PKG_CONFIG macro, from changes to tin -TD
3009         + modify CF_CURSES_FUNCS configure macro, used in test directory
3010           configure script:
3011           + work around (non-optimizer) bug in gcc 4.2.1 which caused
3012             test-expression to be omitted from executable.
3013           + force the linker to see a link-time expression of a symbol, to
3014             help work around weak-symbol issues.
3015
3016 20110507
3017         + update discussion of MKfallback.sh script in INSTALL; normally the
3018           script is used automatically via the configured makefiles.  However
3019           there are still occasions when it might be used directly by packagers
3020           (report by Gunter Schaffler).
3021         + modify misc/ncurses-config.in to omit the "-L" option from the
3022           "--libs" output if the library directory is /usr/lib.
3023         + change order of tests for curses.h versus ncurses.h headers in the
3024           configure scripts for Ada95 and test-directories, to look for
3025           ncurses.h, from fixes to tin -TD
3026         + modify ncurses/tinfo/access.c to account for Tandem's root uid
3027           (report by Joachim Schmitz).
3028
3029 20110430
3030         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
3031           is not used when building a static library (report by Nicolas
3032           Boulenguez):
3033         + Ada95 build-fix for big-endian architectures such as sparc.  This
3034           undoes one of the fixes from 20110319, which added an "Unused" member
3035           to representation clauses, replacing that with pragmas to suppress
3036           warnings about unused bits (patch by Nicolas Boulenguez).
3037
3038 20110423
3039         + add check in test/configure for use_window, use_screen.
3040         + add configure-checks for getopt's variables, which may be declared
3041           as different types on some Unix systems.
3042         + add check in test/configure for some legacy curses types of the
3043           function pointer passed to tputs().
3044         + modify init_pair() to accept -1's for color value after
3045           assume_default_colors() has been called (Debian #337095).
3046         + modify test/background.c, adding commmand-line options to demonstrate
3047           assume_default_colors() and use_default_colors().
3048
3049 20110416
3050         + modify configure script/source-code to only define _POSIX_SOURCE if
3051           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
3052           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
3053         + update config.guess, config.sub
3054
3055 20110409
3056         + fixes to build c++ binding with clang 3.0 (patch by Alexander
3057           Kolesen).
3058         + add check for unctrl.h in test/configure, to work around breakage in
3059           some ncurses packages.
3060         + add "--disable-widec" option to test/configure script.
3061         + add "--with-curses-colr" and "--with-curses-5lib" options to the
3062           test/configure script to address testing with very old machines.
3063
3064 20110404 5.9 release for upload to ftp.gnu.org
3065
3066 20110402
3067         + various build-fixes for the rpm/dpkg scripts.
3068         + add "--enable-rpath-link" option to Ada95/configure, to allow
3069           packages to suppress the rpath feature which is normally used for
3070           the in-tree build of sample programs.
3071         + corrected definition of libdir variable in Ada95/src/Makefile.in,
3072           needed for rpm script.
3073         + add "--with-shared" option to Ada95/configure script, to allow
3074           making the C-language parts of the binding use appropriate compiler
3075           options if building a shared library with gnat.
3076
3077 20110329
3078         > portability fixes for Ada95 binding:
3079         + add configure check to ensure that SIGINT works with gnat.  This is
3080           needed for the "rain" sample program.  If SIGINT does not work, omit
3081           that sample program.
3082         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
3083         + add ncurses_compat.c, to supply functions used in the Ada95 binding
3084           which were added in 5.7 and later.
3085         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
3086           upon GNU sed.
3087
3088 20110326
3089         + add special check in Ada95/configure script for ncurses6 reentrant
3090           code.
3091         + regen Ada html documentation.
3092         + build-fix for Ada shared libraries versus the varargs workaround.
3093         + add rpm and dpkg scripts for Ada95 and test directories, for test
3094           builds.
3095         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
3096           CF_X_ATHENA_LIBS.
3097         + add configure check to determine if gnat's project feature supports
3098           libraries, i.e., collections of .ali files.
3099         + make all dereferences in Ada95 samples explicit.
3100         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
3101         + add configure check for, ifdef's for math.h which is in a separate
3102           package on Solaris and potentially not installed (report by Petr
3103           Pavlu).
3104         > fixes for Ada95 binding (Nicolas Boulenguez):
3105         + improve type-checking in Ada95 by eliminating a few warning-suppress
3106           pragmas.
3107         + suppress unreferenced warnings.
3108         + make all dereferences in binding explicit.
3109
3110 20110319
3111         + regen Ada html documentation.
3112         + change order of -I options from ncurses*-config script when the
3113           --disable-overwrite option was used, so that the subdirectory include
3114           is listed first.
3115         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
3116         + modify configure script to provide value for HTML_DIR in
3117           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
3118           distributed separately (report by Nicolas Boulenguez).
3119         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
3120           CFLAGS for the build has these options.
3121         + amend change from 20070324, to not add 1 to the result of getmaxx
3122           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
3123           thread in comp.lang.ada).
3124         + build-fix Ada95/samples for gnat 4.5
3125         + spelling fixes for Ada95/samples/explain.txt
3126         > fixes for Ada95 binding (Nicolas Boulenguez):
3127         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
3128         + add workaround for binding to set_field_type(), which uses varargs.
3129           The original binding from 990220 relied on the prevalent
3130           implementation of varargs which did not support or need va_copy().
3131         + add dependency on gen/Makefile.in needed for *-panels.ads
3132         + add Library_Options to library.gpr
3133         + add Languages to library.gpr, for gprbuild
3134
3135 20110307
3136         + revert changes to limit-checks from 20110122 (Debian #616711).
3137         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
3138         + corrected a minor sign error in a field of Low_Level_Field_Type, to
3139           conform to form.h.
3140         + replaced C_Int by Curses_Bool as return type for some callbacks, see
3141           fieldtype(3FORM).
3142         + modify samples/sample-explain.adb to provide explicit message when
3143           explain.txt is not found.
3144
3145 20110305
3146         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
3147         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
3148           for compiler warnings (report by Nicolas Boulenguez).
3149         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
3150           needed to compile when chtype is 64-bits using gnat 4.4.5
3151
3152 20110226 5.8 release for upload to ftp.gnu.org
3153
3154 20110226
3155         + update release notes, for 5.8.
3156         + regenerated html manpages.
3157         + change open() in _nc_read_file_entry() to fopen() for consistency
3158           with write_file().
3159         + modify misc/run_tic.in to create parent directory, in case this is
3160           a new install of hashed database.
3161         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
3162
3163 20110220
3164         + configure script rpath fixes from xterm #269.
3165         + workaround for cygwin's non-functional features.h, to force ncurses'
3166           configure script to define _XOPEN_SOURCE_EXTENDED when building
3167           wide-character configuration.
3168         + build-fix in run_tic.sh for OS/2 EMX install
3169         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
3170
3171 20110212
3172         + regenerated html manpages.
3173         + use _tracef() in show_where() function of tic, to work correctly with
3174           special case of trace configuration.
3175
3176 20110205
3177         + add xterm-utf8 entry as a demo of the U8 feature -TD
3178         + add U8 feature to denote entries for terminal emulators which do not
3179           support VT100 SI/SO when processing UTF-8 encoding -TD
3180         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
3181           extended terminfo capability U8 (prompted by mailing list
3182           discussion).
3183
3184 20110122
3185         + start documenting interface changes for upcoming 5.8 release.
3186         + correct limit-checks in derwin().
3187         + correct limit-checks in newwin(), to ensure that windows have nonzero
3188           size (report by Garrett Cooper).
3189         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
3190           Alcock).
3191         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
3192           by discussion with Kevin Martin).
3193
3194 20110115
3195         + modify Ada95/configure script to make the --with-curses-dir option
3196           work without requiring the --with-ncurses option.
3197         + modify test programs to allow them to be built with NetBSD curses.
3198         + document thick- and double-line symbols in curs_add_wch.3x manpage.
3199         + document WACS_xxx constants in curs_add_wch.3x manpage.
3200         + fix some warnings for clang 2.6 "--analyze"
3201         + modify Ada95 makefiles to make html-documentation with the project
3202           file configuration if that is used.
3203         + update config.guess, config.sub
3204
3205 20110108
3206         + regenerated html manpages.
3207         + minor fixes to enable lint when trace is not enabled, e.g., with
3208           clang --analyze.
3209         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
3210         + update ncurses/llib-lncurses*
3211
3212 20110101
3213         + fix remaining strict compiler warnings in ncurses library ABI=5,
3214           except those dealing with function pointers, etc.
3215
3216 20101225
3217         + modify nc_tparm.h, adding guards against repeated inclusion, and
3218           allowing TPARM_ARG to be overridden.
3219         + fix some strict compiler warnings in ncurses library.
3220
3221 20101211
3222         + suppress ncv in screen entry, allowing underline (patch by Alejandro
3223           R Sedeno).
3224         + also suppress ncv in konsole-base -TD
3225         + fixes in wins_nwstr() and related functions to ensure that special
3226           characters, i.e., control characters are handled properly with the
3227           wide-character configuration.
3228         + correct a comparison in wins_nwstr() (Redhat #661506).
3229         + correct help-messages in some of the test-programs, which still
3230           referred to quitting with 'q'.
3231
3232 20101204
3233         + add special case to _nc_infotocap() to recognize the setaf/setab
3234           strings from xterm+256color and xterm+88color, and provide a reduced
3235           version which works with termcap.
3236         + remove obsolete emacs "Local Variables" section from documentation
3237           (request by Sven Joachim).
3238         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
3239           (report by Sven Joachim).
3240
3241 20101128
3242         + modify test/configure and test/Makefile.in to handle this special
3243           case of building within a build-tree (Debian #34182):
3244                 mkdir -p build && cd build && ../test/configure && make
3245
3246 20101127
3247         + miscellaneous build-fixes for Ada95 and test-directories when built
3248           out-of-tree.
3249         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
3250         + fix typo in rmso for tek4106 entry -Goran Weinholt
3251
3252 20101120
3253         + improve checks in test/configure for X libraries, from xterm #267
3254           changes.
3255         + modify test/configure to allow it to use the build-tree's libraries
3256           e.g., when using that to configure the test-programs without the
3257           rpath feature (request by Sven Joachim).
3258         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
3259           for compatibility, but generally deprecating those since the VTE
3260           library is what actually defines the behavior of "gnome", etc.,
3261           since 2003 -TD
3262
3263 20101113
3264         + compiler warning fixes for test programs.
3265         + various build-fixes for test-programs with pdcurses.
3266         + updated configure checks for X packages in test/configure from xterm
3267           #267 changes.
3268         + add configure check to gnatmake, to accommodate cygwin.
3269
3270 20101106
3271         + correct list of sub-directories needed in Ada95 tree for building as
3272           a separate package.
3273         + modify scripts in test-directory to improve builds as a separate
3274           package.
3275
3276 20101023
3277         + correct parsing of relative tab-stops in tabs program (report by
3278           Philip Ganchev).
3279         + adjust configure script so that "t" is not added to library suffix
3280           when weak-symbols are used, allowing the pthread configuration to
3281           more closely match the non-thread naming (report by Werner Fink).
3282         + modify configure check for tic program, used for fallbacks, to a
3283           warning if not found.  This makes it simpler to use additonal
3284           scripts to bootstrap the fallbacks code using tic from the build
3285           tree (report by Werner Fink).
3286         + fix several places in configure script using ${variable-value} form.
3287         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
3288           which do not support selectively linking against static libraries
3289           (report by John P. Hartmann)
3290         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
3291
3292 20101009
3293         + correct comparison used for setting 16-colors in linux-16color
3294           entry (Novell #644831) -TD
3295         + improve linux-16color entry, using "dim" for color-8 which makes it
3296           gray rather than black like color-0 -TD
3297         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
3298           external package "cindent".
3299
3300 20101002
3301         + improve linkages in html manpages, adding references to the newer
3302           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
3303         + add checks in tic for inconsistent cursor-movement controls, and for
3304           inconsistent printer-controls.
3305         + fill in no-parameter forms of cursor-movement where a parameterized
3306           form is available -TD
3307         + fill in missing cursor controls where the form of the controls is
3308           ANSI -TD
3309         + fix inconsistent punctuation in form_variables manpage (patch by
3310           Sven Joachim).
3311         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
3312         > patch by Juergen Pfeifer:
3313         + document how to build 32-bit libraries in README.MinGW
3314         + fixes to filename computation in mk-dlls.sh.in
3315         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
3316           Joachim).
3317         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
3318           distinguish between 32-bit and 64-bit hosts.  The result is stored
3319           in mingw_arch
3320
3321 20100925
3322         + add "XT" capability to entries for terminals that support both
3323           xterm-style mouse- and title-controls, for "screen" which
3324           special-cases TERM beginning with "xterm" or "rxvt" -TD
3325         > patch by Juergen Pfeifer:
3326         + use 64-Bit MinGW toolchain (recommended package from TDM, see
3327           README.MinGW).
3328         + support pthreads when using the TDM MinGW toolchain
3329
3330 20100918
3331         + regenerated html manpages.
3332         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
3333         + add manpage for sp-funcs.
3334         + add sp-funcs to test/listused.sh, for documentation aids.
3335
3336 20100911
3337         + add manpages for summarizing public variables of curses-, terminfo-
3338           and form-libraries.
3339         + minor fixes to manpages for consistency (patch by Jason McIntyre).
3340         + modify tic's -I/-C dump to reformat acsc strings into canonical form
3341           (sorted, unique mapping) (cf: 971004).
3342         + add configure check for pthread_kill(), needed for some old
3343           platforms.
3344
3345 20100904
3346         + add configure option --without-tests, to suppress building test
3347           programs (request by Frederic L W Meunier).
3348
3349 20100828
3350         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
3351         + add check in terminfo source-reader to provide more informative
3352           message when someone attempts to run tic on a compiled terminal
3353           description (prompted by Debian #593920).
3354         + note in infotocap and captoinfo manpages that they read terminal
3355           descriptions from text-files (Debian #593920).
3356         + improve acsc string for vt52, show arrow keys (patch by Benjamin
3357           Sittler).
3358
3359 20100814
3360         + document in manpages that "mv" functions first use wmove() to check
3361           the window pointer and whether the position lies within the window
3362           (suggested by Poul-Henning Kamp).
3363         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
3364           by Tim van der Molen).
3365         + modify configure script to transform library names for tic- and
3366           tinfo-libraries so that those build properly with Mac OS X shared
3367           library configuration.
3368         + modify configure script to ensure that it removes conftest.dSYM
3369           directory leftover on checks with Mac OS X.
3370         + modify configure script to cleanup after check for symbolic links.
3371
3372 20100807
3373         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
3374           (cf: 20100724)
3375         + improve configure checks for location of tic and infocmp programs
3376           used for installing database and for generating fallback data,
3377           e.g., for cross-compiling.
3378         + add Markus Kuhn's wcwidth function for compiling MinGW
3379         + add special case to CF_REGEX for cross-compiling to MinGW target.
3380
3381 20100731
3382         + modify initialization check for win32con driver to eliminate need for
3383           special case for TERM "unknown", using terminal database if available
3384           (prompted by discussion with Roumen Petrov).
3385         + for MinGW port, ensure that terminal driver is setup if tgetent()
3386           is called (patch by Roumen Petrov).
3387         + document tabs "-0" and "-8" options in manpage.
3388         + fix Debian "lintian" issues with manpages reported in
3389           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
3390
3391 20100724
3392         + add a check in tic for missing set_tab if clear_all_tabs given.
3393         + improve use of symbolic links in makefiles by using "-f" option if
3394           it is supported, to eliminate temporary removal of the target
3395           (prompted by http://www.t2-project.org/packages/ncurses.html)
3396         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
3397           after exit from 'm' main-menu command.
3398         + improved ncu-indent, from mawk changes, allows more than one of
3399           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
3400
3401 20100717
3402         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
3403           the alternate character set (patch by Nicholas Marriott)
3404         + remove tar-copy.sh and related configure/Makefile chunks, since the
3405           Ada95 binding is now installed using rules in Ada95/src.
3406
3407 20100703
3408         + continue integrating changes to use gnatmake project files in Ada95
3409           + add/use configure check to turn on project rules for Ada95/src.
3410         + revert the vfork change from 20100130, since it does not work.
3411
3412 20100626
3413         + continue integrating changes to use gnatmake project files in Ada95
3414           + old gnatmake (3.15) does not produce libraries using project-file;
3415             work around by adding script to generate alternate makefile.
3416
3417 20100619
3418         + continue integrating changes to use gnatmake project files in Ada95
3419           + add configure --with-ada-sharedlib option, for the test_make rule.
3420           + move Ada95-related logic into aclocal.m4, since additional checks
3421             will be needed to distinguish old/new implementations of gnat.
3422
3423 20100612
3424         + start integrating changes to use gnatmake project files in Ada95 tree
3425           + add test_make / test_clean / test_install rules in Ada95/src
3426           + change install-path for adainclude directory to /usr/share/ada (was
3427             /usr/lib/ada).
3428         + update Ada95/configure.
3429         + add mlterm+256color entry, for mlterm 3.0.0 -TD
3430         + modify test/configure to use macros to ensure consistent order
3431           of updating LIBS variable.
3432
3433 20100605
3434         + change search order of options for Solaris in CF_SHARED_OPTS, to
3435           work with 64-bit compiles.
3436         + correct quoting of assignment in CF_SHARED_OPTS case for aix
3437           (cf: 20081227)
3438
3439 20100529
3440         + regenerated html documentation.
3441         + modify test/configure to support pkg-config for checking X libraries
3442           used by PDCurses.
3443         + add/use configure macro CF_ADD_LIB to force consistency of
3444           assignments to $LIBS, etc.
3445         + fix configure script for combining --with-pthread
3446           and --enable-weak-symbols options.
3447
3448 20100522
3449         + correct cross-compiling configure check for CF_MKSTEMP macro, by
3450           adding a check cache variable set by AC_CHECK_FUNC (report by
3451           Pierre Labastie).
3452         + simplify include-dependencies of make_hash and make_keys, to reduce
3453           the need for setting BUILD_CPPFLAGS in cross-compiling when the
3454           build- and target-machines differ.
3455         + repair broken-linker configuration by restoring a definition of SP
3456           variable to curses.priv.h, and adjusting for cases where sp-funcs
3457           are used.
3458         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
3459           variable to override (prompted by report by Pablo Cazallas).
3460
3461 20100515
3462         + add configure option --enable-pthreads-eintr to control whether the
3463           new EINTR feature is enabled.
3464         + modify logic in pthread configuration to allow EINTR to interrupt
3465           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
3466         + drop mkdirs.sh, use "mkdir -p".
3467         + add configure option --disable-libtool-version, to use the
3468           "-version-number" feature which was added in libtool 1.5 (report by
3469           Peter Haering).  The default value for the option uses the newer
3470           feature, which makes libraries generated using libtool compatible
3471           with the standard builds of ncurses.
3472         + updated test/configure to match configure script macros.
3473         + fixes for configure script from lynx changes:
3474           + improve CF_FIND_LINKAGE logic for the case where a function is
3475             found in predefined libraries.
3476           + revert part of change to CF_HEADER (cf: 20100424)
3477
3478 20100501
3479         + correct limit-check in wredrawln, accounting for begy/begx values
3480           (patch by David Benjamin).
3481         + fix most compiler warnings from clang.
3482         + amend build-fix for OpenSolaris, to ensure that a system header is
3483           included in curses.h before testing feature symbols, since they
3484           may be defined by that route.
3485
3486 20100424
3487         + fix some strict compiler warnings in ncurses library.
3488         + modify configure macro CF_HEADER_PATH to not look for variations in
3489           the predefined include directories.
3490         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
3491           with gcc 4.x's c89 alias, which gives warning messages for cases
3492           where older versions would produce an error.
3493
3494 20100417
3495         + modify _nc_capcmp() to work with cancelled strings.
3496         + correct translation of "^" in _nc_infotocap(), used to transform
3497           terminfo to termcap strings
3498         + add configure --disable-rpath-hack, to allow disabling the feature
3499           which adds rpath options for libraries in unusual places.
3500         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
3501           directory was already added.
3502         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
3503           directories (which will be ignored).
3504
3505 20100410
3506         + improve win_driver.c handling of mouse:
3507           + discard motion events
3508           + avoid calling _nc_timed_wait when there is a mouse event
3509           + handle 4th and "rightmost" buttons.
3510         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
3511           cases where there are embedded blanks in the rpath option.
3512
3513 20100403
3514         + add configure check for exctags vs ctags, to work around pkgsrc.
3515         + simplify logic in _nc_get_screensize() to make it easier to see how
3516           environment variables may override system- and terminfo-values
3517           (prompted by discussion with Igor Bujna).
3518         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
3519         + improve handling of color-pairs embedded in attributes for the
3520           extended-colors configuration.
3521         + modify MKlib_gen.sh to build link_test with sp-funcs.
3522         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
3523           configuration as well as for rpath feature in *-config scripts.
3524
3525 20100327
3526         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
3527           reusable.
3528         + improve configure CF_REGEX, similar fixes.
3529         + improve configure CF_FIND_LINKAGE, adding add check between system
3530           (default) and explicit paths, where we can find the entrypoint in the
3531           given library.
3532         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
3533           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
3534           Ensure that Gpm_Close() is called in this case.
3535
3536 20100320
3537         + rename atari and st52 terminfo entries to atari-old, st52-old, use
3538           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
3539           Hourihane).
3540
3541 20100313
3542         + modify install-rule for manpages so that *-config manpages will
3543           install when building with --srcdir (report by Sven Joachim).
3544         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
3545           option is not the same as --disable-leaks (GenToo #305889).
3546         + modify #define's for build-compiler to suppress cchar_t symbol from
3547           compile of make_hash and make_keys, improving cross-compilation of
3548           ncursesw (report by Bernhard Rosenkraenzer).
3549         + modify CF_MAN_PAGES configure macro to replace all occurrences of
3550           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
3551           Kaseorg).
3552
3553 20100306
3554         + generate manpages for the *-config scripts, adapted from help2man
3555           (suggested by Sven Joachim).
3556         + use va_copy() in _nc_printf_string() to avoid conflicting use of
3557           va_list value in _nc_printf_length() (report by Wim Lewis).
3558
3559 20100227
3560         + add Ada95/configure script, to use in tar-file created by
3561           Ada95/make-tar.sh
3562         + fix typo in wresize.3x (patch by Tim van der Molen).
3563         + modify screen-bce.XXX entries to exclude ech, since screen's color
3564           model does not clear with color for that feature -TD
3565
3566 20100220
3567         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
3568           making those separately distributable.
3569         + build-fix for static libraries without dlsym (Debian #556378).
3570         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
3571           Schwarze).
3572
3573 20100213
3574         + add several screen-bce.XXX entries -TD
3575
3576 20100206
3577         + update mrxvt terminfo entry -TD
3578         + modify win_driver.c to support mouse single-clicks.
3579         + correct name for termlib in ncurses*-config, e.g., if it is renamed
3580           to provide a single file for ncurses/ncursesw libraries (patch by
3581           Miroslav Lichvar).
3582
3583 20100130
3584         + use vfork in test/ditto.c if available (request by Mike Frysinger).
3585         + miscellaneous cleanup of manpages.
3586         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
3587         + build-fix for --srcdir (patch by Miroslav Lichvar).
3588
3589 20100123
3590         + for term-driver configuration, ensure that the driver pointer is
3591           initialized in setupterm so that terminfo/termcap programs work.
3592         + amend fix for Debian #542031 to ensure that wattrset() returns only
3593           OK or ERR, rather than the attribute value (report by Miroslav
3594           Lichvar).
3595         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
3596           _nc_screen_of() compatible between normal/wide libraries again (patch
3597           by Miroslav Lichvar)
3598         + review/fix include-dependencies in modules files (report by Miroslav
3599           Lichvar).
3600
3601 20100116
3602         + modify win_driver.c to initialize acs_map for win32 console, so
3603           that line-drawing works.
3604         + modify win_driver.c to initialize TERMINAL struct so that programs
3605           such as test/lrtest.c and test/ncurses.c which test string
3606           capabilities can run.
3607         + modify term-driver modules to eliminate forward-reference
3608           declarations.
3609
3610 20100109
3611         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
3612           consistently to add new -D's while removing duplicates.
3613         + modify a few configure macros to consistently put new options
3614           before older in the list.
3615         + add tiparm(), based on review of X/Open Curses Issue 7.
3616         + minor documentation cleanup.
3617         + update config.guess, config.sub from
3618                 http://savannah.gnu.org/projects/config
3619           (caveat - its maintainer put 2010 copyright date on files dated 2009)
3620
3621 20100102
3622         + minor improvement to tic's checking of similar SGR's to allow for the
3623           most common case of SGR 0.
3624         + modify getmouse() to act as its documentation implied, returning on
3625           each call the preceding event until none are left.  When no more
3626           events remain, it will return ERR.
3627
3628 20091227
3629         + change order of lookup in progs/tput.c, looking for terminfo data
3630           first.  This fixes a confusion between termcap "sg" and terminfo
3631           "sgr" or "sgr0", originally from 990123 changes, but exposed by
3632           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
3633           ambiguous (Mandriva #56272).
3634
3635 20091226
3636         + add bterm terminfo entry, based on bogl 0.1.18 -TD
3637         + minor fix to rxvt+pcfkeys terminfo entry -TD
3638         + build-fixes for Ada95 tree for gnat 4.4 "style".
3639
3640 20091219
3641         + remove old check in mvderwin() which prevented moving a derived
3642           window whose origin happened to coincide with its parent's origin
3643           (report by Katarina Machalkova).
3644         + improve test/ncurses.c to put mouse droppings in the proper window.
3645         + update minix terminfo entry -TD
3646         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
3647
3648 20091212
3649         + correct transfer of multicolumn characters in multirow
3650           field_buffer(), which stopped at the end of the first row due to
3651           filling of unused entries in a cchar_t array with nulls.
3652         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
3653         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
3654           nulls.
3655         + use strdup() in set_menu_mark(), restore .marklen struct member on
3656           failure.
3657         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
3658           tset.c per
3659                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
3660           (patch by Nicholas Marriott).
3661         + replace a malloc in tic.c with strdup, checking for failure (patch by
3662           Nicholas Marriott).
3663         + update config.guess, config.sub from
3664                 http://savannah.gnu.org/projects/config
3665
3666 20091205
3667         + correct layout of working window used to extract data in
3668           wide-character configured by set_field_buffer (patch by Rafael
3669           Garrido Fernandez)
3670         + improve some limit-checks related to filename length in reading and
3671           writing terminfo entries.
3672         + ensure that filename is always filled in when attempting to read
3673           a terminfo entry, so that infocmp can report the filename (patch
3674           by Nicholas Marriott).
3675
3676 20091128
3677         + modify mk-1st.awk to allow tinfo library to be built when term-driver
3678           is enabled.
3679         + add error-check to configure script to ensure that sp-funcs is
3680           enabled if term-driver is, since some internal interfaces rely upon
3681           this.
3682
3683 20091121
3684         + fix case where progs/tput is used while sp-funcs is configure; this
3685           requires save/restore of out-character function from _nc_prescreen
3686           rather than the SCREEN structure (report by Charles Wilson).
3687         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
3688         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
3689
3690 20091114
3691
3692         + updated man/curs_trace.3x
3693         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
3694         + change a variable name in lib_newwin.c to make it clearer which
3695           value is being freed on error (patch by Nicholas Marriott).
3696
3697 20091107
3698         + improve test/ncurses.c color-cycling test by reusing attribute-
3699           and color-cycling logic from the video-attributes screen.
3700         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
3701           library which help make it compatible with interop applications
3702           (patch by Juergen Pfeifer).
3703         + add configure option --enable-interop, for integrating changes
3704           for generic/interop support to form-library by Juergen Pfeifer
3705
3706 20091031
3707         + modify use of $CC environment variable which is defined by X/Open
3708           as a curses feature, to ignore it if it is not a single character
3709           (prompted by discussion with Benjamin C W Sittler).
3710         + add START_TRACE in slk_init
3711         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
3712           soft-keys, broken in 20090927 merging.
3713         + change initialization of "hidden" flag for soft-keys from true to
3714           false, broken in 20090704 merging (Ubuntu #464274).
3715         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
3716           discussion with Fabian Groffen in GenToo #206201).
3717         + add test/xterm-256color.dat
3718
3719 20091024
3720         + quiet some pedantic gcc warnings.
3721         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
3722           SIGWINCH, and discard that value, to avoid confusing application
3723           (patch by Eygene Ryabinkin, FreeBSD #136223).
3724
3725 20091017
3726         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
3727           a possibly colon-separated list (Debian #550716).
3728
3729 20091010
3730         + supply a null-terminator to buffer in _nc_viswibuf().
3731         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
3732         + minor fixes to error-returns in default function for tputs, as well
3733           as in lib_screen.c
3734
3735 20091003
3736         + add WACS_xxx definitions to wide-character configuration for thick-
3737           and double-lines (discussion with Slava Zanko).
3738         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
3739         + add ccc and initc capabilities to xterm-16color -TD
3740         > patch by Benjamin C W Sittler:
3741         + add linux-16color
3742         + correct initc capability of linux-c-nc end-of-range
3743         + similar change for dg+ccc and dgunix+ccc
3744
3745 20090927
3746         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
3747           that module since 20090711 is in libtinfo.
3748         + add configure option --enable-term-driver, to allow compiling with
3749           terminal-driver.  That is used in MinGW port, and (being somewhat
3750           more complicated) is an experimental alternative to the conventional
3751           termlib internals.  Currently, it requires the sp-funcs feature to
3752           be enabled.
3753         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
3754           library (some work remains for forms library).
3755
3756 20090919
3757         + document return code from define_key (report by Mike Gran).
3758         + make some symbolic links in the terminfo directory-tree shorter
3759           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
3760         + fix some groff warnings in terminfo.5, etc., from recent Debian
3761           changes.
3762         + change ncv and op capabilities in sun-color terminfo entry to match
3763           Sun's entry for this (report by Laszlo Peter).
3764         + improve interix smso terminfo capability by using reverse rather than
3765           bold (report by Kristof Zelechovski).
3766
3767 20090912
3768         + add some test programs (and make these use the same special keys
3769           by sharing linedata.h functions):
3770           test/test_addstr.c
3771           test/test_addwstr.c
3772           test/test_addchstr.c
3773           test/test_add_wchstr.c
3774         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
3775           inserting wide characters, since the wins_wch() function that it used
3776           did not update the cursor position (report by Ciprian Craciun).
3777
3778 20090906
3779         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
3780           work.
3781         + add null-pointer checks to other opaque-functions.
3782         + add is_pad() and is_subwin() functions for opaque access to WINDOW
3783           (discussion with Mark Dickinson).
3784         + correct merge to lib_newterm.c, which broke when sp-funcs was
3785           enabled.
3786
3787 20090905
3788         + build-fix for building outside source-tree (report by Sven Joachim).
3789         + fix Debian lintian warning for man/tabs.1 by making section number
3790           agree with file-suffix (report by Sven Joachim).
3791         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3792
3793 20090829
3794         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
3795           amd64 (Debian #542031).
3796         + fix typo in curs_mouse.3x (Debian #429198).
3797
3798 20090822
3799         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3800
3801 20090815
3802         + correct use of terminfo capabilities for initializing soft-keys,
3803           broken in 20090510 merging.
3804         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
3805           in non-blocking mode (patch by Clemens Ladisch).
3806         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
3807           help with builds on non-Unix platforms such as OS/2 EMX.
3808         + modify scripting for misc/run_tic.sh to test configure script's
3809           $cross_compiling variable directly rather than comparing host/build
3810           compiler names (prompted by comment in GenToo #249363).
3811         + fix configure script option --with-database, which was coded as an
3812           enable-type switch.
3813         + build-fixes for --srcdir (report by Frederic L W Meunier).
3814
3815 20090808
3816         + separate _nc_find_entry() and _nc_find_type_entry() from
3817           implementation details of hash function.
3818
3819 20090803
3820         + add tabs.1 to man/man_db.renames
3821         + modify lib_addch.c to compensate for removal of wide-character test
3822           from unctrl() in 20090704 (Debian #539735).
3823
3824 20090801
3825         + improve discussion in INSTALL for use of system's tic/infocmp for
3826           cross-compiling and building fallbacks.
3827         + modify test/demo_termcap.c to correspond better to options in
3828           test/demo_terminfo.c
3829         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3830         + fix logic for 'V' in test/ncurses.c tests f/F.
3831
3832 20090728
3833         + correct logic in tigetnum(), which caused tput program to treat all
3834           string capabilities as numeric (report by Rajeev V Pillai,
3835           cf: 20090711).
3836
3837 20090725
3838         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3839
3840 20090718
3841         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
3842           20090704 changes.
3843         + modify _nc_find_type_entry() to use hashing.
3844         + make CCHARW_MAX value configurable, noting that changing this would
3845           change the size of cchar_t, and would be ABI-incompatible.
3846         + modify test-programs, e.g,.  test/view.c, to address subtle
3847           differences between Tru64/Solaris and HPUX/AIX getcchar() return
3848           values.
3849         + modify length returned by getcchar() to count the trailing null
3850           which is documented in X/Open (cf: 20020427).
3851         + fixes for test programs to build/work on HPUX and AIX, etc.
3852
3853 20090711
3854         + improve performance of tigetstr, etc., by using hashing code from tic.
3855         + minor fixes for memory-leak checking.
3856         + add test/demo_terminfo, for comparison with demo_termcap
3857
3858 20090704
3859         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
3860         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
3861           unctrl().
3862         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3863
3864 20090627
3865         + update llib-lncurses[wt] to use sp-funcs.
3866         + various code-fixes to build/work with --disable-macros configure
3867           option.
3868         + add several new files from Juergen Pfeifer which will be used when
3869           integration of "sp-funcs" is complete.  This includes a port to
3870           MinGW.
3871
3872 20090613
3873         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
3874           make includes of term.h without curses.h work (report by "Nix").
3875         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3876
3877 20090607
3878         + fix a regression in lib_tputs.c, from ongoing merges.
3879
3880 20090606
3881         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3882
3883 20090530
3884         + fix an infinite recursion when adding a legacy-coding 8-bit value
3885           using insch() (report by Clemens Ladisch).
3886         + free home-terminfo string in del_curterm() (patch by Dan Weber).
3887         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3888
3889 20090523
3890         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3891
3892 20090516
3893         + work around antique BSD game's manipulation of stdscr, etc., versus
3894           SCREEN's copy of the pointer (Debian #528411).
3895         + add a cast to wattrset macro to avoid compiler warning when comparing
3896           its result against ERR (adapted from patch by Matt Kraii, Debian
3897           #528374).
3898
3899 20090510
3900         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3901
3902 20090502
3903         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3904         + add vwmterm terminfo entry (patch by Bryan Christ).
3905
3906 20090425
3907         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3908
3909 20090419
3910         + build fix for _nc_free_and_exit() change in 20090418 (report by
3911           Christian Ebert).
3912
3913 20090418
3914         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3915
3916 20090411
3917         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3918           This change finishes merging for menu and panel libraries, does
3919           part of the form library.
3920
3921 20090404
3922         + suppress configure check for static/dynamic linker flags for gcc on
3923           Darwin (report by Nelson Beebe).
3924
3925 20090328
3926         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
3927           function key definitions from emx-base for consistency -TD
3928         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
3929           by Kalle Olavi Niemitalo).
3930         + improve test/ncurses.c 'F' test, show combining characters in color.
3931         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
3932           a temporary variable.
3933         + use _nc_doalloc() rather than realloc() in a few places in ncurses
3934           library to avoid leak in out-of-memory condition (reports by William
3935           Egert and Martin Ettl based on cppcheck tool).
3936         + add --with-ncurses-wrap-prefix option to test/configure (discussion
3937           with Charles Wilson).
3938         + use ncurses*-config scripts if available for test/configure.
3939         + update test/aclocal.m4 and test/configure
3940         > patches by Charles Wilson:
3941         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
3942           version numbers (e.g.  which include alphabetic chars, as well as
3943           digits, after the final '.').
3944         + improve use of -no-undefined option for libtool by setting an
3945           intermediate variable LT_UNDEF in the configure script, and then
3946           using that in the libtool link-commands.
3947         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
3948           from 20090321 changes.
3949         + improve mk-1st.awk script by writing separate cases for the
3950           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
3951           termlib) is to be linked.
3952         + modify configure.in to allow broken-linker configurations, not just
3953           enable-reentrant, to set public wrap prefix.
3954
3955 20090321
3956         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
3957           build with tic and term libraries (patch by Charles Wilson).
3958         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
3959           (report by Charles Wilson).
3960         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
3961           the form, menu or panel libraries (patch by Charles Wilson).
3962         + add configure option --with-wrap-prefix to allow setting the prefix
3963           for functions used to wrap global variables to something other than
3964           "_nc_" (discussion with Charles Wilson).
3965
3966 20090314
3967         + modify scripts to generate ncurses*-config and pc-files to add
3968           dependency for tinfo library (patch by Charles Wilson).
3969         + improve comparison of program-names when checking for linked flavors
3970           such as "reset" by ignoring the executable suffix (reports by Charles
3971           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
3972           list).
3973         + suppress configure check for static/dynamic linker flags for gcc on
3974           Solaris 10, since gcc is confused by absence of static libc, and
3975           does not switch back to dynamic mode before finishing the libraries
3976           (reports by Joel Bertrand, Alan Pae).
3977         + minor fixes to Intel compiler warning checks in configure script.
3978         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
3979         + modify set_curterm() to make broken-linker configuration work with
3980           changes from 20090228 (report by Charles Wilson).
3981
3982 20090228
3983         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3984         + modify declaration of cur_term when broken-linker is used, but
3985           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
3986
3987 20090221
3988         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
3989
3990 20090214
3991         + add configure script --enable-sp-funcs to enable the new set of
3992           extended functions.
3993         + start integrating patches by Juergen Pfeifer:
3994           + add extended functions which specify the SCREEN pointer for several
3995             curses functions which use the global SP (these are incomplete;
3996             some internals work is needed to complete these).
3997           + add special cases to configure script for MinGW port.
3998
3999 20090207
4000         + update several configure macros from lynx changes
4001           + append (not prepend) to CFLAGS/CPPFLAGS
4002           + change variable from PATHSEP to PATH_SEPARATOR
4003         + improve install-rules for pc-files (patch by Miroslav Lichvar).
4004           + make it work with $DESTDIR
4005           + create the pkg-config library directory if needed.
4006
4007 20090124
4008         + modify init_pair() to allow caller to create extra color pairs beyond
4009           the color_pairs limit, which use default colors (request by Emanuele
4010           Giaquinta).
4011         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
4012         + fix typo "==" where "=" is needed in ncurses-config.in and
4013           gen-pkgconfig.in files (Debian #512161).
4014
4015 20090117
4016         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
4017           *BSD's, without which "main" might be one of the shared library's
4018           dependencies (report/analysis by Ken Dickey).
4019         + modify waddch_literal(), updating line-pointer after a multicolumn
4020           character is found to not fit on the current row, and wrapping is
4021           done.  Since the line-pointer was not updated, the wrapped
4022           multicolumn character was written to the beginning of the current row
4023           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
4024           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
4025
4026 20090110
4027         + add screen.Eterm terminfo entry (GenToo #124887) -TD
4028         + modify adacurses-config to look for ".ali" files in the adalib
4029           directory.
4030         + correct install for Ada95, which omitted libAdaCurses.a used in
4031           adacurses-config
4032         + change install for adacurses-config to provide additional flavors
4033           such as adacursesw-config, for ncursesw (GenToo #167849).
4034
4035 20090105
4036         + remove undeveloped feature in ncurses-config.in for setting
4037           prefix variable.
4038         + recent change to ncurses-config.in did not take into account the
4039           --disable-overwrite option, which sets $includedir to the
4040           subdirectory and using just that for a -I option does not work - fix
4041           (report by Frederic L W Meunier).
4042
4043 20090104
4044         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
4045           deciding whether to add $LIBS to --libs output; that should be shown
4046           for the ncurses and tinfo libraries without taking rpath into
4047           account.
4048         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
4049           used in static libraries (report by Marty Jack).
4050
4051 20090103
4052         + add a configure-time check to pick a suitable value for
4053           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
4054         + add configure --with-pkg-config and --enable-pc-files options, along
4055           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
4056           for pkg-config (request by Jan Engelhardt).
4057         + use $includedir symbol in misc/ncurses-config.in, add --includedir
4058           option.
4059         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
4060           configure check to detect whether a "-" is needed before "ar"
4061           options.
4062         + update config.guess, config.sub from
4063                 http://savannah.gnu.org/projects/config
4064
4065 20081227
4066         + modify mk-1st.awk to work with extra categories for tinfo library.
4067         + modify configure script to allow building shared libraries with gcc
4068           on AIX 5 or 6 (adapted from patch by Lital Natan).
4069
4070 20081220
4071         + modify to omit the opaque-functions from lib_gen.o when
4072           --disable-ext-funcs is used.
4073         + add test/clip_printw.c to illustrate how to use printw without
4074           wrapping.
4075         + modify ncurses 'F' test to demo wborder_set() with colored lines.
4076         + modify ncurses 'f' test to demo wborder() with colored lines.
4077
4078 20081213
4079         + add check for failure to open hashed-database needed for db4.6
4080           (GenToo #245370).
4081         + corrected --without-manpages option; previous change only suppressed
4082           the auxiliary rules install.man and uninstall.man
4083         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
4084           GenToo #250454).
4085         + fixes from NetBSD port at
4086           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
4087           patch-ac (build-fix for DragonFly)
4088           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
4089         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
4090           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
4091           search-lists.
4092         + correct title string for keybound manpage (patch by Frederic Culot,
4093           OpenBSD documentation/6019),
4094
4095 20081206
4096         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
4097           work for progs/clear, progs/tabs, etc.
4098         + correct buffer-size after internal resizing of wide-character
4099           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
4100         + add "-i" option to test/filter.c to tell it to use initscr() rather
4101           than newterm(), to investigate report on comp.unix.programmer that
4102           ncurses would clear the screen in that case (it does not - the issue
4103           was xterm's alternate screen feature).
4104         + add check in mouse-driver to disable connection if GPM returns a
4105           zero, indicating that the connection is closed (Debian #506717,
4106           adapted from patch by Samuel Thibault).
4107
4108 20081129
4109         + improve a workaround in adding wide-characters, when a control
4110           character is found.  The library (cf: 20040207) uses unctrl() to
4111           obtain a printable version of the control character, but was not
4112           passing color or video attributes.
4113         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
4114           display meta-characters.
4115         + turn on _XOPEN_CURSES definition in curses.h
4116         + add eterm-color entry (report by Vincent Lefevre) -TD
4117         + correct use of key_name() in test/ncurses.c 'A' test, which only
4118           displays wide-characters, not key-codes since 20070612 (report by
4119           Ricardo Cantu).
4120
4121 20081122
4122         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
4123           Ada95 (patch by Juergen Pfeifer).
4124         + document in TO-DO an issue with Cygwin's package for GNAT (report
4125           by Mike Dennison).
4126         + improve error-checking of command-line options in "tabs" program.
4127
4128 20081115
4129         + change several terminfo entries to make consistent use of ANSI
4130           clear-all-tabs -TD
4131         + add "tabs" program (prompted by Debian #502260).
4132         + add configure --without-manpages option (request by Mike Frysinger).
4133
4134 20081102 5.7 release for upload to ftp.gnu.org
4135
4136 20081025
4137         + add a manpage to discuss memory leaks.
4138         + add support for shared libraries for QNX (other than libtool, which
4139           does not work well on that platform).
4140         + build-fix for QNX C++ binding.
4141
4142 20081018
4143         + build-fixes for OS/2 EMX.
4144         + modify form library to accept control characters such as newline
4145           in set_field_buffer(), which is compatible with Solaris (report by
4146           Nit Khair).
4147         + modify configure script to assume --without-hashed-db when
4148           --disable-database is used.
4149         + add "-e" option in ncurses/Makefile.in when generating source-files
4150           to force earlier exit if the build environment fails unexpectedly
4151           (prompted by patch by Adrian Bunk).
4152         + change configure script to use CF_UTF8_LIB, improved variant of
4153           CF_LIBUTF8.
4154
4155 20081012
4156         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
4157           original to teraterm2.3 -TD
4158         + update "gnome" terminfo to 2.22.3 -TD
4159         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
4160         + add "aterm" terminfo -TD
4161         + add "linux2.6.26" terminfo -TD
4162         + add logic to tic for cancelling strings in user-defined capabilities,
4163           overlooked til now.
4164
4165 20081011
4166         + regenerated html documentation.
4167         + add -m and -s options to test/keynames.c and test/key_names.c to test
4168           the meta() function with keyname() or key_name(), respectively.
4169         + correct return value of key_name() on error; it is null.
4170         + document some unresolved issues for rpath and pthreads in TO-DO.
4171         + fix a missing prototype for ioctl() on OpenBSD in tset.c
4172         + add configure option --disable-tic-depends to make explicit whether
4173           tic library depends on ncurses/ncursesw library, amends change from
4174           20080823 (prompted by Debian #501421).
4175
4176 20081004
4177         + some build-fixes for configure --disable-ext-funcs (incomplete, but
4178           works for C/C++ parts).
4179         + improve configure-check for awks unable to handle large strings, e.g.
4180           AIX 5.1 whose awk silently gives up on large printf's.
4181
4182 20080927
4183         + fix build for --with-dmalloc by workaround for redefinition of
4184           strndup between string.h and dmalloc.h
4185         + fix build for --disable-sigwinch
4186         + add environment variable NCURSES_GPM_TERMS to allow override to use
4187           GPM on terminals other than "linux", etc.
4188         + disable GPM mouse support when $TERM does not happen to contain
4189           "linux", since Gpm_Open() no longer limits its assertion to terminals
4190           that it might handle, e.g., within "screen" in xterm.
4191         + reset mouse file-descriptor when unloading GPM library (report by
4192           Miroslav Lichvar).
4193         + fix build for --disable-leaks --enable-widec --with-termlib
4194         > patch by Juergen Pfeifer:
4195         + use improved initialization for soft-label keys in Ada95 sample code.
4196         + discard internal symbol _nc_slk_format (unused since 20080112).
4197         + move call of slk_paint_info() from _nc_slk_initialize() to
4198           slk_intern_refresh(), improving initialization.
4199
4200 20080925
4201         + fix bug in mouse code for GPM from 20080920 changes (reported in
4202           Debian #500103, also Miroslav Lichvar).
4203
4204 20080920
4205         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
4206         + fix a memory leak when failure to connect to GPM.
4207         + correct check for notimeout() in wgetch() (report on linux.redhat
4208           newsgroup by FurtiveBertie).
4209         + add an example warning-suppression file for valgrind,
4210           misc/ncurses.supp (based on example from Reuben Thomas)
4211
4212 20080913
4213         + change shared-library configuration for OpenBSD, make rpath work.
4214         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
4215
4216 20080907
4217         + corrected fix for --enable-weak-symbols (report by Frederic L W
4218           Meunier).
4219
4220 20080906
4221         + corrected gcc options for building shared libraries on IRIX64.
4222         + add configure check for awk programs unable to handle big-strings,
4223           use that to improve the default for --enable-big-strings option.
4224         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
4225           Meunier).
4226         + update test/configure script.
4227         + adapt ifdef's from library to make test/view.c build when mbrtowc()
4228           is unavailable, e.g., with HPUX 10.20.
4229         + add configure check for wcsrtombs, mbsrtowcs, which are used in
4230           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
4231           fixing build of ncursew for HPUX 11.00
4232
4233 20080830
4234         + fixes to make Ada95 demo_panels() example work.
4235         + modify Ada95 'rain' test program to accept keyboard commands like the
4236           C-version.
4237         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
4238           Mccreary).
4239         + add configure-check to see if the std namespace is legal for cerr
4240           and endl, to fix a build issue with Tru64.
4241         + consistently use NCURSES_BOOL in lib_gen.c
4242         + filter #line's from lib_gen.c
4243         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
4244           substitution by IBM xlc to '#' as part of its extensions to digraphs.
4245         + update config.guess, config.sub from
4246                 http://savannah.gnu.org/projects/config
4247           (caveat - its maintainer removed support for older Linux systems).
4248
4249 20080823
4250         + modify configure check for pthread library to work with OSF/1 5.1,
4251           which uses #define's to associate its header and library.
4252         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
4253           makes threaded code work on HPUX 11.23
4254         + fix a bug in demo_menus in freeing menus (cf: 20080804).
4255         + modify configure script for the case where tic library is used (and
4256           possibly renamed) to remove its dependency upon ncurses/ncursew
4257           library (patch by Dr Werner Fink).
4258         + correct manpage for menu_fore() which gave wrong default for
4259           the attribute used to display a selected entry (report by Mike Gran).
4260         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
4261           Debian #495815) -TD
4262
4263 20080816
4264         + add configure option --enable-weak-symbols to turn on new feature.
4265         + add configure-check for availability of weak symbols.
4266         + modify linkage with pthread library to use weak symbols so that
4267           applications not linked to that library will not use the mutexes,
4268           etc.  This relies on gcc, and may be platform-specific (patch by Dr
4269           Werner Fink).
4270         + add note to INSTALL to document limitation of renaming of tic library
4271           using the --with-ticlib configure option (report by Dr Werner Fink).
4272         + document (in manpage) why tputs does not detect I/O errors (prompted
4273           by comments by Samuel Thibault).
4274         + fix remaining warnings from Klocwork report.
4275
4276 20080804
4277         + modify _nc_panelhook() data to account for a permanent memory leak.
4278         + fix memory leaks in test/demo_menus
4279         + fix most warnings from Klocwork tool (report by Larry Zhou).
4280         + modify configure script CF_XOPEN_SOURCE macro to add case for
4281           "dragonfly" from xterm #236 changes.
4282         + modify configure script --with-hashed-db to let $LIBS override the
4283           search for the db library (prompted by report by Samson Pierre).
4284
4285 20080726
4286         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
4287           thresholds).
4288
4289 20080713
4290         + build-fix (reports by Christian Ebert, Funda Wang).
4291
4292 20080712
4293         + compiler-warning fixes for Solaris.
4294
4295 20080705
4296         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
4297           make those work properly with the "--enable-ext-mouse" configuration
4298           (cf: 20050205).
4299         + improve documentation of build-cc options in INSTALL.
4300         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
4301           -static/-dynamic flags properly to linker, causing test/bs to
4302           not link.
4303
4304 20080628
4305         + correct some ifdef's needed for the broken-linker configuration.
4306         + make debugging library's $BAUDRATE feature work for termcap
4307           interface.
4308         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
4309           by comment on FreeBSD mailing list).
4310         + add screen.mlterm terminfo entry -TD
4311         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
4312
4313 20080621
4314         + regenerated html documentation.
4315         + expand manpage description of parameters for form_driver() and
4316           menu_driver() (prompted by discussion with Adam Spragg).
4317         + add null-pointer checks for cur_term in baudrate() and
4318           def_shell_mode(), def_prog_mode()
4319         + fix some memory leaks in delscreen() and wide acs.
4320
4321 20080614
4322         + modify test/ditto.c to illustrate multi-threaded use_screen().
4323         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
4324         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
4325           by Poor Yorick).
4326
4327 20080607
4328         + finish changes to wgetch(), making it switch as needed to the
4329           window's actual screen when calling wrefresh() and wgetnstr().  That
4330           allows wgetch() to get used concurrently in different threads with
4331           some minor restrictions, e.g., the application should not delete a
4332           window which is being used in a wgetch().
4333         + simplify mutex's, combining the window- and screen-mutex's.
4334
4335 20080531
4336         + modify wgetch() to use the screen which corresponds to its window
4337           parameter rather than relying on SP; some dependent functions still
4338           use SP internally.
4339         + factor out most use of SP in lib_mouse.c, using parameter.
4340         + add internal _nc_keyname(), replacing keyname() to associate with a
4341           particular SCREEN rather than the global SP.
4342         + add internal _nc_unctrl(), replacing unctrl() to associate with a
4343           particular SCREEN rather than the global SP.
4344         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
4345           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
4346         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
4347           preference to the global _nc_globals.tracechr_buf buffer.
4348
4349 20080524
4350         + modify _nc_keypad() to make it switch temporarily as needed to the
4351           screen which must be updated.
4352         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
4353           always set the screen's copy of this variable in set_curterm().
4354         + restore curs_set() state after endwin()/refresh() (report/patch
4355           Miroslav Lichvar)
4356
4357 20080517
4358         + modify configure script to note that --enable-ext-colors and
4359           --enable-ext-mouse are not experimental, but extensions from
4360           the ncurses ABI 5.
4361         + corrected manpage description of setcchar() (discussion with
4362           Emanuele Giaquinta).
4363         + fix for adding a non-spacing character at the beginning of a line
4364           (report/patch by Miroslav Lichvar).
4365
4366 20080503
4367         + modify screen.* terminfo entries using new screen+fkeys to fix
4368           overridden keys in screen.rxvt (Debian #478094) -TD
4369         + modify internal interfaces to reduce wgetch()'s dependency on the
4370           global SP.
4371         + simplify some loops with macros each_screen(), each_window() and
4372           each_ripoff().
4373
4374 20080426
4375         + continue modifying test/ditto.c toward making it demonstrate
4376           multithreaded use_screen(), using fifos to pass data between screens.
4377         + fix typo in form.3x (report by Mike Gran).
4378
4379 20080419
4380         + add screen.rxvt terminfo entry -TD
4381         + modify tic -f option to format spaces as \s to prevent them from
4382           being lost when that is read back in unformatted strings.
4383         + improve test/ditto.c, using a "talk"-style layout.
4384
4385 20080412
4386         + change test/ditto.c to use openpty() and xterm.
4387         + add locks for copywin(), dupwin(), overlap(), overlay() on their
4388           window parameters.
4389         + add locks for initscr() and newterm() on updates to the SCREEN
4390           pointer.
4391         + finish table in curs_thread.3x manpage.
4392
4393 20080405
4394         + begin table in curs_thread.3x manpage describing the scope of data
4395           used by each function (or symbol) for threading analysis.
4396         + add null-pointer checks to setsyx() and getsyx() (prompted by
4397           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
4398           python-dev2 mailing list).
4399
4400 20080329
4401         + add null-pointer checks in set_term() and delscreen().
4402         + move _nc_windows into _nc_globals, since windows can be pads, which
4403           are not associated with a particular screen.
4404         + change use_screen() to pass the SCREEN* parameter rather than
4405           stdscr to the callback function.
4406         + force libtool to use tag for 'CC' in case it does not detect this,
4407           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
4408           (report/patch by Michael Haubenwallner).
4409         + override OBJEXT to "lo" when building with libtool, to work on
4410           platforms such as AIX where libtool may use a different suffix for
4411           the object files than ".o" (report/patch by Michael Haubenwallner).
4412         + add configure --with-pthread option, for building with the POSIX
4413           thread library.
4414
4415 20080322
4416         + fill in extended-color pair two more places in wbkgrndset() and
4417           waddch_nosync() (prompted by Sedeno's patch).
4418         + fill in extended-color pair in _nc_build_wch() to make colors work
4419           for wide-characters using extended-colors (patch by Alejandro R
4420           Sedeno).
4421         + add x/X toggles to ncurses.c C color test to test/demo
4422           wide-characters with extended-colors.
4423         + add a/A toggles to ncurses.c c/C color tests.
4424         + modify test/ditto.c to use use_screen().
4425         + finish modifying test/rain.c to demonstrate threads.
4426
4427 20080308
4428         + start modifying test/rain.c for threading demo.
4429         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
4430           that the 'F' accepts.
4431         + modify test/worm.c to show trail in reverse-video when other threads
4432           are working concurrently.
4433         + fix a deadlock from improper nesting of mutexes for windowlist and
4434           window.
4435
4436 20080301
4437         + fixes from 20080223 resolved issue with mutexes; change to use
4438           recursive mutexes to fix memory leak in delwin() as called from
4439           _nc_free_and_exit().
4440
4441 20080223
4442         + fix a size-difference in _nc_globals which caused hanging of mutex
4443           lock/unlock when termlib was built separately.
4444
4445 20080216
4446         + avoid using nanosleep() in threaded configuration since that often
4447           is implemented to suspend the entire process.
4448
4449 20080209
4450         + update test programs to build/work with various UNIX curses for
4451           comparisons.  This was to reinvestigate statement in X/Open Curses
4452           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
4453           implementations do this, as noted in manpage (cf: 20040228).
4454
4455 20080203
4456         + modify _nc_setupscreen() to set the legacy-coding value the same
4457           for both narrow/wide models.  It had been set only for wide model,
4458           but is needed to make unctrl() work with locale in the narrow model.
4459         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
4460           using unctrl() to display illegal bytes rather than trying to append
4461           further bytes to make up a valid sequence (reported by Andrey A
4462           Chernov).
4463         + modify unctrl() to check codes in 128-255 range versus isprint().
4464           If they are not printable, and locale was set, use a "M-" or "~"
4465           sequence.
4466
4467 20080126
4468         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
4469           handling).  Now it hangs in napms(), no matter whether nanosleep()
4470           or poll() or select() are used on Linux.
4471
4472 20080119
4473         + fixes to build with --disable-ext-funcs
4474         + add manpage for use_window and use_screen.
4475         + add set_tabsize() and set_escdelay() functions.
4476
4477 20080112
4478         + remove recursive-mutex definitions, finish threading demo for worm.c
4479         + remove a redundant adjustment of lines in resizeterm.c's
4480           adjust_window() which caused occasional misadjustment of stdscr when
4481           softkeys were used.
4482
4483 20080105
4484         + several improvements to terminfo entries based on xterm #230 -TD
4485         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
4486           "link_test" builds properly.
4487         + fix for toe command-line options -u/-U to ensure filename is given.
4488         + fix allocation-size for command-line parsing in infocmp from 20070728
4489           (report by Miroslav Lichvar)
4490         + improve resizeterm() by moving ripped-off lines, and repainting the
4491           soft-keys (report by Katarina Machalkova)
4492         + add clarification in wclear's manpage noting that the screen will be
4493           cleared even if a subwindow is cleared (prompted by Christer Enfors
4494           question).
4495         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
4496
4497 20071222
4498         + continue implementing support for threading demo by adding mutex
4499           for delwin().
4500
4501 20071215
4502         + add several functions to C++ binding which wrap C functions that
4503           pass a WINDOW* parameter (request by Chris Lee).
4504
4505 20071201
4506         + add note about configure options needed for Berkeley database to the
4507           INSTALL file.
4508         + improve checks for version of Berkeley database libraries.
4509         + amend fix for rpath to not modify LDFLAGS if the platform has no
4510           applicable transformation (report by Christian Ebert, cf: 20071124).
4511
4512 20071124
4513         + modify configure option --with-hashed-db to accept a parameter which
4514           is the install-prefix of a given Berkeley Database (prompted by
4515           pierre4d2 comments).
4516         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
4517           used in the form library to determine the length of the buffer needed
4518           by field_buffer (report by Alfred Fung).
4519         + remove unneeded window-parameter from C++ binding for wresize (report
4520           by Chris Lee).
4521
4522 20071117
4523         + modify the support for filesystems which do not support mixed-case to
4524           generate 2-character (hexadecimal) codes for the lower-level of the
4525           filesystem terminfo database (request by Michail Vidiassov).
4526         + add configure option --enable-mixed-case, to allow overriding the
4527           configure script's check if the filesystem supports mixed-case
4528           filenames.
4529         + add wresize() to C++ binding (request by Chris Lee).
4530         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
4531           it simpler to tell if the extended functions and/or colors are
4532           declared.
4533
4534 20071103
4535         + update memory-leak checks for changes to names.c and codes.c
4536         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
4537
4538 20071020
4539         + continue implementing support for threading demo by adding mutex
4540           for use_window().
4541         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
4542           cursor keys -TD
4543         + compile with FreeBSD "contemporary" TTY interface (patch by
4544           Rong-En Fan).
4545
4546 20071013
4547         + modify makefile rules to allow clear, tput and tset to be built
4548           without libtic.  The other programs (infocmp, tic and toe) rely on
4549           that library.
4550         + add/modify null-pointer checks in several functions for SP and/or
4551           the WINDOW* parameter (report by Thorben Krueger).
4552         + fixes for field_buffer() in formw library (see Redhat #310071,
4553           patches by Miroslav Lichvar).
4554         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
4555           Lichvar).
4556         + update/improve mlterm and rxvt terminfo entries, e.g., for
4557           the modified cursor- and keypad-keys -TD
4558
4559 20071006
4560         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
4561           changes the CharEq() macro to an inline function to allow comparing
4562           cchar_t struct's without comparing gaps in a possibly unpacked
4563           memory layout (report by Miroslav Lichvar).
4564
4565 20070929
4566         + add new functions to lib_trace.c to setup mutex's for the _tracef()
4567           calls within the ncurses library.
4568         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
4569           the SCREEN.
4570         + start modifying test/worm.c to provide threading demo (incomplete).
4571         + separated ifdef's for some BSD-related symbols in tset.c, to make
4572           it compile on LynxOS (report by Greg Gemmer).
4573 20070915
4574         + modify Ada95/gen/Makefile to use shlib script, to simplify building
4575           shared-library configuration on platforms lacking rpath support.
4576         + build-fix for Ada95/src/Makefile to reflect changed dependency for
4577           the terminal-interface-curses-aux.adb file which is now generated.
4578         + restructuring test/worm.c, for use_window() example.
4579
4580 20070908
4581         + add use_window() and use_screen() functions, to develop into support
4582           for threaded library (incomplete).
4583         + fix typos in man/curs_opaque.3x which kept the install script from
4584           creating symbolic links to two aliases created in 20070818 (report by
4585           Rong-En Fan).
4586
4587 20070901
4588         + remove a spurious newline from output of html.m4, which caused links
4589           for Ada95 html to be incorrect for the files generated using m4.
4590         + start investigating mutex's for SCREEN manipulation (incomplete).
4591         + minor cleanup of codes.c/names.c for --enable-const
4592         + expand/revise "Routine and Argument Names" section of ncurses manpage
4593           to address report by David Givens in newsgroup discussion.
4594         + fix interaction between --without-progs/--with-termcap configure
4595           options (report by Michail Vidiassov).
4596         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
4597
4598 20070825
4599         + fix a sign-extension bug in infocmp's repair_acsc() function
4600           (cf: 971004).
4601         + fix old configure script bug which prevented "--disable-warnings"
4602           option from working (patch by Mike Frysinger).
4603
4604 20070818
4605         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
4606         + modify comp_hash.c's string output to avoid misinterpreting a null
4607           "\0" followed by a digit.
4608         + modify MKnames.awk and MKcodes.awk to support big-strings.
4609           This only applies to the cases (broken linker, reentrant) where
4610           the corresponding arrays are accessed via wrapper functions.
4611         + split MKnames.awk into two scripts, eliminating the shell redirection
4612           which complicated the make process and also the bogus timestamp file
4613           which was introduced to fix "make -j".
4614         + add test/test_opaque.c, test/test_arrays.c
4615         + add wgetscrreg() and wgetparent() for applications that may need it
4616           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
4617
4618 20070812
4619         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
4620           unless "-T" is given (cf: 981017).
4621         + modify comp_captab.c generation to use big-strings.
4622         + make _nc_capalias_table and _nc_infoalias_table private accessed via
4623           _nc_get_alias_table() since the tables are used only within the tic
4624           library.
4625         + modify configure script to skip Intel compiler in CF_C_INLINE.
4626         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
4627           _nc_get_hash_table() since the tables are used only within the tic
4628           library.
4629
4630 20070728
4631         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
4632           _nc_get_alias_table() since they are used only by parse_entry.c
4633         + make _nc_key_names private since it is used only by lib_keyname.c
4634         + add --disable-big-strings configure option to control whether
4635           unctrl.c is generated using the big-string optimization - which may
4636           use strings longer than supported by a given compiler.
4637         + reduce relocation tables for tic, infocmp by changing type of
4638           internal hash tables to short, and make those private symbols.
4639         + eliminate large fixed arrays from progs/infocmp.c
4640
4641 20070721
4642         + change winnstr() to stop at the end of the line (cf: 970315).
4643         + add test/test_get_wstr.c
4644         + add test/test_getstr.c
4645         + add test/test_inwstr.c
4646         + add test/test_instr.c
4647
4648 20070716
4649         + restore a call to obtain screen-size in _nc_setupterm(), which
4650           is used in tput and other non-screen applications via setupterm()
4651           (Debian #433357, reported by Florent Bayle, Christian Ohm,
4652           cf: 20070310).
4653
4654 20070714
4655         + add test/savescreen.c test-program
4656         + add check to trace-file open, if the given name is a directory, add
4657           ".log" to the name and try again.
4658         + add konsole-256color entry -TD
4659         + add extra gcc warning options from xterm.
4660         + minor fixes for ncurses/hashmap test-program.
4661         + modify configure script to quiet c++ build with libtool when the
4662           --disable-echo option is used.
4663         + modify configure script to disable ada95 if libtool is selected,
4664           writing a warning message (addresses FreeBSD #114493).
4665         + update config.guess, config.sub
4666
4667 20070707
4668         + add continuous-move "M" to demo_panels to help test refresh changes.
4669         + improve fix for refresh of window on top of multi-column characters,
4670           taking into account some split characters on left/right window
4671           boundaries.
4672
4673 20070630
4674         + add "widec" row to _tracedump() output to help diagnose remaining
4675           problems with multi-column characters.
4676         + partial fix for refresh of window on top of multi-column characters
4677           which are partly overwritten (report by Sadrul H Chowdhury).
4678         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
4679           multi-column extension bits are passed there.
4680         + add setlocale() call to demo_panels.c, needed for wide-characters.
4681         + add some output flags to _nc_trace_ttymode to help diagnose a bug
4682           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
4683
4684 20070623
4685         + add test/demo_panels.c
4686         + implement opaque version of setsyx() and getsyx().
4687
4688 20070612
4689         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
4690           #226 -TD
4691         + split-out key_name() from MKkeyname.awk since it now depends upon
4692           wunctrl() which is not in libtinfo (report by Rong-En Fan).
4693
4694 20070609
4695         + add test/key_name.c
4696         + add stdscr cases to test/inchs.c and test/inch_wide.c
4697         + update test/configure
4698         + correct formatting of DEL (0x7f) in _nc_vischar().
4699         + null-terminate result of wunctrl().
4700         + add null-pointer check in key_name() (report by Andreas Krennmair,
4701           cf: 20020901).
4702
4703 20070602
4704         + adapt mouse-handling code from menu library in form-library
4705           (discussion with Clive Nicolson).
4706         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
4707           illustrate how to use mvcur().
4708         + modify wide-character flavor of SetAttr() to preserve the
4709           WidecExt() value stored in the .attr field, e.g., in case it
4710           is overwritten by chgat (report by Aleksi Torhamo).
4711         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
4712         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
4713
4714 20070526
4715         + modify keyname() to use "^X" form only if meta() has been called, or
4716           if keyname() is called without initializing curses, e.g., via
4717           initscr() or newterm() (prompted by LinuxBase #1604).
4718         + document some portability issues in man/curs_util.3x
4719         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
4720           broken by moving that data into SCREEN (cf: 20061230).
4721
4722 20070512
4723         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
4724           problem reported by Sadrul H Chowdhury with repainting parts of
4725           a fullwidth cell.
4726         + modify slk_init() so that if there are preceding calls to
4727           ripoffline(), those affect the available lines for soft-keys (adapted
4728           from patch by Clive Nicolson).
4729         + document some portability issues in man/curs_getyx.3x
4730
4731 20070505
4732         + fix a bug in Ada95/samples/ncurses which caused a variable to
4733           become uninitialized in the "b" test.
4734         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
4735           movement of files, fix a few incorrect manpage references in the
4736           generated html.
4737         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
4738           memory-checking.
4739         + correct some functions in Ada95 binding which were using return value
4740           from C where none was returned:  idcok(), immedok() and wtimeout().
4741         + amend recent changes for Ada95 binding to make it build with
4742           Cygwin's linker, e.g., with configure options
4743                 --enable-broken-linker --with-ticlib
4744
4745 20070428
4746         + add a configure check for gcc's options for inlining, use that to
4747           quiet a warning message where gcc's default behavior changed from
4748           3.x to 4.x.
4749         + improve warning message when checking if GPM is linked to curses
4750           library by not warning if its use of "wgetch" is via a weak symbol.
4751         + add loader options when building with static libraries to ensure that
4752           an installed shared library for ncurses does not conflict.  This is
4753           reported as problem with Tru64, but could affect other platforms
4754           (report Martin Mokrejs, analysis by Tim Mooney).
4755         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
4756           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
4757           + revert a change from 20070303 which commented out dependency of
4758             SHLIB_LIST in form/menu/panel/c++ libraries.
4759         + fix initialization of ripoff stack pointer (cf: 20070421).
4760
4761 20070421
4762         + move most static variables into structures _nc_globals and
4763           _nc_prescreen, to simplify storage.
4764         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
4765           type for data manipulated by signal handlers (prompted by comments
4766           in mailing.openbsd.bugs newsgroup).
4767         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
4768           to the libtool create- and link-operations.
4769
4770 20070414
4771         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
4772           the installed aliases (report by Peter Santoro).
4773         + fix configure script to not try to generate adacurses-config when
4774           Ada95 tree is not built.
4775
4776 20070407
4777         + add man/curs_legacy.3x, man/curs_opaque.3x
4778         + fix acs_map binding for Ada95 when --enable-reentrant is used.
4779         + add adacurses-config to the Ada95 install, based on version from
4780           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
4781           comment on comp.lang.ada newsgroup).
4782         + fix includes in c++ binding to build with Intel compiler
4783           (cf: 20061209).
4784         + update install rule in Ada95 to use mkdirs.sh
4785         > other fixes prompted by inspection for Coverity report:
4786         + modify ifdef's for c++ binding to use try/catch/throw statements
4787         + add a null-pointer check in tack/ansi.c request_cfss()
4788         + fix a memory leak in ncurses/base/wresize.c
4789         + corrected check for valid memu/meml capabilities in
4790           progs/dump_entry.c when handling V_HPUX case.
4791         > fixes based on Coverity report:
4792         + remove dead code in test/bs.c
4793         + remove dead code in test/demo_defkey.c
4794         + remove an unused assignment in progs/infocmp.c
4795         + fix a limit check in tack/ansi.c tools_charset()
4796         + fix tack/ansi.c tools_status() to perform the VT320/VT420
4797           tests in request_cfss().  The function had exited too soon.
4798         + fix a memory leak in tic.c's make_namelist()
4799         + fix a couple of places in tack/output.c which did not check for EOF.
4800         + fix a loop-condition in test/bs.c
4801         + add index checks in lib_color.c for color palettes
4802         + add index checks in progs/dump_entry.c for version_filter() handling
4803           of V_BSD case.
4804         + fix a possible null-pointer dereference in copywin()
4805         + fix a possible null-pointer dereference in waddchnstr()
4806         + add a null-pointer check in _nc_expand_try()
4807         + add a null-pointer check in tic.c's make_namelist()
4808         + add a null-pointer check in _nc_expand_try()
4809         + add null-pointer checks in test/cardfile.c
4810         + fix a double-free in ncurses/tinfo/trim_sgr0.c
4811         + fix a double-free in ncurses/base/wresize.c
4812         + add try/catch block to c++/cursesmain.cc
4813
4814 20070331
4815         + modify Ada95 binding to build with --enable-reentrant by wrapping
4816           global variables (bug: acs_map does not yet work).
4817         + modify Ada95 binding to use the new access-functions, allowing it
4818           to build/run when NCURSES_OPAQUE is set.
4819         + add access-functions and macros to return properties of the WINDOW
4820           structure, e.g., when NCURSES_OPAQUE is set.
4821         + improved install-sh's quoting.
4822         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
4823           other programs.
4824
4825 20070324
4826         + eliminate part of the direct use of WINDOW data from Ada95 interface.
4827         + fix substitutions for termlib filename to make configure option
4828           --enable-reentrant work with --with-termlib.
4829         + change a constructor for NCursesWindow to allow compiling with
4830           NCURSES_OPAQUE set, since we cannot pass a reference to
4831           an opaque pointer.
4832
4833 20070317
4834         + ignore --with-chtype=unsigned since unsigned is always added to
4835           the type in curses.h; do the same for --with-mmask-t.
4836         + change warning regarding --enable-ext-colors and wide-character
4837           in the configure script to an error.
4838         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
4839           such as Darwin's libtool program (report by Michail Vidiassov)
4840         + modify edit_man.sh to allow for multiple substitutions per line.
4841         + set locale in misc/ncurses-config.in since it uses a range
4842         + change permissions libncurses++.a install (report by Michail
4843           Vidiassov).
4844         + corrected length of temporary buffer in wide-character version
4845           of set_field_buffer() (related to report by Bryan Christ).
4846
4847 20070311
4848         + fix mk-1st.awk script install_shlib() function, broken in 20070224
4849           changes for cygwin (report by  Michail Vidiassov).
4850
4851 20070310
4852         + increase size of array in _nc_visbuf2n() to make "tic -v" work
4853           properly in its similar_sgr() function (report/analysis by Peter
4854           Santoro).
4855         + add --enable-reentrant configure option for ongoing changes to
4856           implement a reentrant version of ncurses:
4857           + libraries are suffixed with "t"
4858           + wrap several global variables (curscr, newscr, stdscr, ttytype,
4859             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
4860             functions returning values stored in SCREEN or cur_term.
4861           + move some initialization (LINES, COLS) from lib_setup.c,
4862             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
4863
4864 20070303
4865         + regenerated html documentation.
4866         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
4867           opaque in selected configurations.
4868         + move the chunk in lib_acs.c which resets acs capabilities when
4869           running on a terminal whose locale interferes with those into
4870           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
4871           identical (requested by Miroslav Lichvar).
4872         + do not use configure variable SHLIB_LIBS for building libraries
4873           outside the ncurses directory, since that symbol is customized
4874           only for that directory, and using it introduces an unneeded
4875           dependency on libdl (requested by Miroslav Lichvar).
4876         + modify mk-1st.awk so the generated makefile rules for linking or
4877           installing shared libraries do not first remove the library, in
4878           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
4879           Chua).
4880         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
4881           (prompted by newsgroup comment by Nick Guenther).
4882
4883 20070224
4884         + change internal return codes of _nc_wgetch() to check for cases
4885           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
4886           ungetch'd, and read by wget_wch().
4887         + fix static-library build broken in 20070217 changes to remove "-ldl"
4888           (report by Miroslav Lichvar).
4889         + change makefile/scripts for cygwin to allow building termlib.
4890         + use Form_Hook in manpages to match form.h
4891         + use Menu_Hook in manpages, as well as a few places in menu.h
4892         + correct form- and menu-manpages to use specific Field_Options,
4893           Menu_Options and Item_Options types.
4894         + correct prototype for _tracechar() in manpage (cf: 20011229).
4895         + correct prototype for wunctrl() in manpage.
4896
4897 20070217
4898         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
4899           Lichvar).
4900         + modify relinking of shared libraries to apply only when rpath is
4901           enabled, and add --disable-relink option which can be used to
4902           disable the feature altogether (reports by Michail Vidiassov,
4903           Adam J Richter).
4904         + fix --with-termlib option for wide-character configuration, stripping
4905           the "w" suffix in one place (report by Miroslav Lichvar).
4906         + remove "-ldl" from some library lists to reduce dependencies in
4907           programs (report by Miroslav Lichvar).
4908         + correct description of --enable-signed-char in configure --help
4909           (report by Michail Vidiassov).
4910         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
4911           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
4912           fixes.
4913         + remove "${DESTDIR}" from -install_name option used for linking
4914           shared libraries on Darwin (report by Michail Vidiassov).
4915
4916 20070210
4917         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
4918         + remove libdl from library list for termlib (report by Miroslav
4919           Lichvar).
4920         + fix configure.in to allow --without-progs --with-termlib (patch by
4921           Miroslav Lichvar).
4922         + modify win_wchnstr() to ensure that only a base cell is returned
4923           for each multi-column character (prompted by report by Wei Kong
4924           regarding change in mvwin_wch() cf: 20041023).
4925
4926 20070203
4927         + modify fix_wchnstr() in form library to strip attributes (and color)
4928           from the cchar_t array (field cells) read from a field's window.
4929           Otherwise, when copying the field cells back to the window, the
4930           associated color overrides the field's background color (report by
4931           Ricardo Cantu).
4932         + improve tracing for form library, showing created forms, fields, etc.
4933         + ignore --enable-rpath configure option if --with-shared was omitted.
4934         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
4935           to allow leak-checking when both tic- and tinfo-libraries are built.
4936         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
4937           no longer relies on it.
4938         + disallow combining configure script options --with-ticlib and
4939           --enable-termcap (report by Rong-En Fan).
4940         + remove tack from ncurses tree.
4941
4942 20070128
4943         + fix typo in configure script that broke --with-termlib option
4944           (report by Rong-En Fan).
4945
4946 20070127
4947         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
4948           to tgetent() (report by Rong-en Fan).
4949         + update tack/HISTORY and tack/README to tell how to build it after
4950           it is removed from the ncurses tree.
4951         + fix configure check for libtool's version to trim blank lines
4952           (report by sci-fi@hush.ai).
4953         + review/eliminate other original-file artifacts in cursesw.cc, making
4954           its license consistent with ncurses.
4955         + use ncurses vw_scanw() rather than reading into a fixed buffer in
4956           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
4957         + eliminate fixed-buffer vsprintf() calls in c++ binding.
4958
4959 20070120
4960         + add _nc_leaks_tic() to separate leak-checking of tic library from
4961           term/ncurses libraries, and thereby eliminate a library dependency.
4962         + fix test/mk-test.awk to ignore blank lines.
4963         + correct paths in include/headers, for --srcdir (patch by Miroslav
4964           Lichvar).
4965
4966 20070113
4967         + add a break-statement in misc/shlib to ensure that it exits on the
4968           _first_ matched directory (report by Paul Novak).
4969         + add tack/configure, which can be used to build tack outside the
4970           ncurses build-tree.
4971         + add --with-ticlib option, to build/install the tic-support functions
4972           in a separate library (suggested by Miroslav Lichvar).
4973
4974 20070106
4975         + change MKunctrl.awk to reduce relocation table for unctrl.o
4976         + change MKkeyname.awk to reduce relocation table for keyname.o
4977           (patch by Miroslav Lichvar).
4978
4979 20061230
4980         + modify configure check for libtool's version to trim blank lines
4981           (report by sci-fi@hush.ai).
4982         + modify some modules to allow them to be reentrant if _REENTRANT is
4983           defined: lib_baudrate.c, resizeterm.c (local data only)
4984         + eliminate static data from some modules: add_tries.c, hardscroll.c,
4985           lib_ttyflags.c, lib_twait.c
4986         + improve manpage install to add aliases for the transformed program
4987           names, e.g., from --program-prefix.
4988         + used linklint to verify links in the HTML documentation, made fixes
4989           to manpages as needed.
4990         + fix a typo in curs_mouse.3x (report by William McBrine).
4991         + fix install-rule for ncurses5-config to make the bin-directory.
4992
4993 20061223
4994         + modify configure script to omit the tic (terminfo compiler) support
4995           from ncurses library if --without-progs option is given.
4996         + modify install rule for ncurses5-config to do this via "install.libs"
4997         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
4998         + update config.guess, config.sub
4999
5000 20061217 5.6 release for upload to ftp.gnu.org
5001
5002 20061217
5003         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
5004           definitions in <wchar.h>.
5005         + revert the va_copy() change from 20061202, since it was neither
5006           correct nor portable.
5007         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
5008           rpath on Solaris.
5009         + ignore wide-acs line-drawing characters that wcwidth() claims are
5010           not one-column.  This is a workaround for Solaris' broken locale
5011           support.
5012
5013 20061216
5014         + modify configure --with-gpm option to allow it to accept a parameter,
5015           i.e., the name of the dynamic GPM library to load via dlopen()
5016           (requested by Bryan Henderson).
5017         + add configure option --with-valgrind, changes from vile.
5018         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
5019           'return' in preference to 'exit()'.
5020
5021 20061209
5022         + change default for --with-develop back to "no".
5023         + add XTABS to tracing of TTY bits.
5024         + updated autoconf patch to ifdef-out the misfeature which declares
5025           exit() for configure tests.  This fixes a redefinition warning on
5026           Solaris.
5027         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
5028           Solaris to help ensure that initialization sections are provided for
5029           extra linkage requirements, e.g., of C++ applications (prompted by
5030           comment by Casper Dik in newsgroup).
5031         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
5032           from the autoconf predefined symbol.  There was no conflict,
5033           since "$target" was used only in the generated edit_man.sh file,
5034           but SuSE's rpm package contains a patch.
5035
5036 20061202
5037         + update man/term.5 to reflect extended terminfo support and hashed
5038           database configuration.
5039         + updates for test/configure script.
5040         + adapted from SuSE rpm package:
5041           + remove long-obsolete workaround for broken-linker which declared
5042             cur_term in tic.c
5043           + improve error recovery in PUTC() macro when wcrtomb() does not
5044             return usable results for an 8-bit character.
5045         + patches from rpm package (SuSE):
5046           + use va_copy() in extra varargs manipulation for tracing version
5047             of printw, etc.
5048           + use a va_list rather than a null in _nc_freeall()'s call to
5049             _nc_printf_string().
5050         + add some see-also references in manpages to show related
5051           wide-character functions (suggested by Claus Fischer).
5052
5053 20061125
5054         + add a check in lib_color.c to ensure caller does not increase COLORS
5055           above max_colors, which is used as an array index (discussion with
5056           Simon Sasburg).
5057         + add ifdef's allowing ncurses to be built with tparm() using either
5058           varargs (the existing status), or using a fixed-parameter list (to
5059           match X/Open).
5060
5061 20061104
5062         + fix redrawing of windows other than stdscr using wredrawln() by
5063           touching the corresponding rows in curscr (discussion with Dan
5064           Gookin).
5065         + add test/redraw.c
5066         + add test/echochar.c
5067         + review/cleanup manpage descriptions of error-returns for form- and
5068           menu-libraries (prompted by FreeBSD docs/46196).
5069
5070 20061028
5071         + add AUTHORS file -TD
5072         + omit the -D options from output of the new config script --cflags
5073           option (suggested by Ralf S Engelschall).
5074         + make NCURSES_INLINE unconditionally defined in curses.h
5075
5076 20061021
5077         + revert change to accommodate bash 3.2, since that breaks other
5078           platforms, e.g., Solaris.
5079         + minor fixes to NEWS file to simplify scripting to obtain list of
5080           contributors.
5081         + improve some shared-library configure scripting for Linux, FreeBSD
5082           and NetBSD to make "--with-shlib-version" work.
5083         + change configure-script rules for FreeBSD shared libraries to allow
5084           for rpath support in versions past 3.
5085         + use $(DESTDIR) in makefile rules for installing/uninstalling the
5086           package config script (reports/patches by Christian Wiese,
5087           Ralf S Engelschall).
5088         + fix a warning in the configure script for NetBSD 2.0, working around
5089           spurious blanks embedded in its ${MAKEFLAGS} symbol.
5090         + change test/Makefile to simplify installing test programs in a
5091           different directory when --enable-rpath is used.
5092
5093 20061014
5094         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
5095         + add/install a package config script, e.g., "ncurses5-config" or
5096           "ncursesw5-config", according to configuration options.
5097
5098 20061007
5099         + add several GNU Screen terminfo variations with 16- and 256-colors,
5100           and status line (Alain Bench).
5101         + change the way shared libraries (other than libtool) are installed.
5102           Rather than copying the build-tree's libraries, link the shared
5103           objects into the install directory.  This makes the --with-rpath
5104           option work except with $(DESTDIR) (cf: 20000930).
5105
5106 20060930
5107         + fix ifdef in c++/internal.h for QNX 6.1
5108         + test-compiled with (old) egcs-1.1.2, modified configure script to
5109           not unset the $CXX and related variables which would prevent this.
5110         + fix a few terminfo.src typos exposed by improvments to "-f" option.
5111         + improve infocmp/tic "-f" option formatting.
5112
5113 20060923
5114         + make --disable-largefile option work (report by Thomas M Ott).
5115         + updated html documentation.
5116         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
5117         + minor improvements to rxvt+pcfkeys -TD
5118
5119 20060916
5120         + move static data from lib_mouse.c into SCREEN struct.
5121         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
5122           (report by Michail Vidiassov).
5123         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
5124           option (from lynx changes) -TD
5125         + adapt AC_PROG_EGREP check, noting that this is likely to be another
5126           place aggravated by POSIXLY_CORRECT.
5127         + modify configure check for awk to ensure that it is found (prompted
5128           by report by Christopher Parker).
5129         + update config.sub
5130
5131 20060909
5132         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
5133         + remove invis capability from klone+sgr, mainly used by linux entry,
5134           since it does not really do this -TD
5135
5136 20060903
5137         + correct logic in wadd_wch() and wecho_wch(), which did not guard
5138           against passing the multi-column attribute into a call on waddch(),
5139           e.g., using data returned by win_wch() (cf: 20041023)
5140           (report by Sadrul H Chowdhury).
5141
5142 20060902
5143         + fix kterm's acsc string -TD
5144         + fix for change to tic/infocmp in 20060819 to ensure no blank is
5145           embedded into a termcap description.
5146         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
5147           when using --with-termlib --with-trace options.
5148         + improve tgetstr() by making the return value point into the user's
5149           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
5150         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
5151
5152 20060826
5153         + add terminfo entries for xfce terminal (xfce) and multi gnome
5154           terminal (mgt) -TD
5155         + add test/foldkeys.c
5156
5157 20060819
5158         + modify tic and infocmp to avoid writing trailing blanks on terminfo
5159           source output (Debian #378783).
5160         + modify configure script to ensure that if the C compiler is used
5161           rather than the loader in making shared libraries, the $(CFLAGS)
5162           variable is also used (Redhat #199369).
5163         + port hashed-db code to db2 and db3.
5164         + fix a bug in tgetent() from 20060625 and 20060715 changes
5165           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
5166
5167 20060805
5168         + updated xterm function-keys terminfo to match xterm #216 -TD
5169         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
5170           e.g., the db 1.8.5 interface).
5171
5172 20060729
5173         + modify toe to access termcap data, e.g., via cgetent() functions,
5174           or as a text file if those are not available.
5175         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
5176         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
5177           can access termcap data when the terminfo database is disabled.
5178
5179 20060722
5180         + widen the test for xterm kmous a little to allow for other strings
5181           than \E[M, e.g., for xterm-sco functionality in xterm.
5182         + update xterm-related terminfo entries to match xterm patch #216 -TD
5183         + update config.guess, config.sub
5184
5185 20060715
5186         + fix for install-rule in Ada95 to add terminal_interface.ads
5187           and terminal_interface.ali (anonymous posting in comp.lang.ada).
5188         + correction to manpage for getcchar() (report by William McBrine).
5189         + add test/chgat.c
5190         + modify wchgat() to mark updated cells as changed so a refresh will
5191           repaint those cells (comments by Sadrul H Chowdhury and William
5192           McBrine).
5193         + split up dependency of names.c and codes.c in ncurses/Makefile to
5194           work with parallel make (report/analysis by Joseph S Myers).
5195         + suppress a warning message (which is ignored) for systems without
5196           an ldconfig program (patch by Justin Hibbits).
5197         + modify configure script --disable-symlinks option to allow one to
5198           disable symlink() in tic even when link() does not work (report by
5199           Nigel Horne).
5200         + modify MKfallback.sh to use tic -x when constructing fallback tables
5201           to allow extended capabilities to be retrieved from a fallback entry.
5202         + improve leak-checking logic in tgetent() from 20060625 to ensure that
5203           it does not free the current screen (report by Miroslav Lichvar).
5204
5205 20060708
5206         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
5207         + correct _nc_free_entries() and related functions used for memory leak
5208           checking of tic.
5209
5210 20060701
5211         + revert a minor change for magic-cookie support from 20060513, which
5212           caused unexpected reset of attributes, e.g., when resizing test/view
5213           in color mode.
5214         + note in clear manpage that the program ignores command-line
5215           parameters (prompted by Debian #371855).
5216         + fixes to make lib_gen.c build properly with changes to the configure
5217           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
5218         + update/correct several terminfo entries -TD
5219         + add some notes regarding copyright to terminfo.src -TD
5220
5221 20060625
5222         + fixes to build Ada95 binding with gnat-4.1.0
5223         + modify read_termtype() so the term_names data is always allocated as
5224           part of the str_table, a better fix for a memory leak (cf: 20030809).
5225         + reduce memory leaks in repeated calls to tgetent() by remembering the
5226           last TERMINAL* value allocated to hold the corresponding data and
5227           freeing that if the tgetent() result buffer is the same as the
5228           previous call (report by "Matt" for FreeBSD gnu/98975).
5229         + modify tack to test extended capability function-key strings.
5230         + improved gnome terminfo entry (GenToo #122566).
5231         + improved xterm-256color terminfo entry (patch by Alain Bench).
5232
5233 20060617
5234         + fix two small memory leaks related to repeated tgetent() calls
5235           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
5236         + add --enable-signed-char to simplify Debian package.
5237         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
5238           symbols.
5239         + correct typo in curs_terminfo.3x (Debian #369168).
5240
5241 20060603
5242         + enable the mouse in test/movewindow.c
5243         + improve a limit-check in frm_def.c (John Heasley).
5244         + minor copyright fixes.
5245         + change configure script to produce test/Makefile from data file.
5246
5247 20060527
5248         + add a configure option --enable-wgetch-events to enable
5249           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
5250           lib_twait.c (report by Bernd Jendrissek).
5251         + remove include/nomacros.h from build, since the ifdef for
5252           NCURSES_NOMACROS makes that obsolete.
5253         + add entrypoints for some functions which were only provided as macros
5254           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
5255           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
5256           wgetbkgrnd().
5257         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
5258           definitions from curses.h, i.e., where a macro is defined to override
5259           a function to improve performance.  Allowing a developer to suppress
5260           these definitions can simplify some application (discussion with
5261           Stanislav Ievlev).
5262         + improve description of memu/meml in terminfo manpage.
5263
5264 20060520
5265         + if msgr is false, reset video attributes when doing an automargin
5266           wrap to the next line.  This makes the ncurses 'k' test work properly
5267           for hpterm.
5268         + correct caching of keyname(), which was using only half of its table.
5269         + minor fixes to memory-leak checking.
5270         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
5271           arrays, making ACS_LEN less visible to applications (suggested by
5272           Stanislav Ievlev).
5273         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
5274           _screen_acs_map will have the same offset in both ncurses/ncursesw,
5275           making the corresponding tinfo/tinfow libraries binary-compatible
5276           (cf: 20041016, report by Stanislav Ievlev).
5277
5278 20060513
5279         + improve debug-tracing for EmitRange().
5280         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
5281           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
5282           suppression of the related hard-tabs and xmc-glitch features.
5283         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
5284           infocmp, terminfo as well as form, menu, panel.
5285         + update config.guess, config.sub
5286         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
5287           (field_buffer returning null for a valid field).  The 'r' test
5288           appears to not work with that configuration since the new_fieldtype()
5289           function is broken in that implementation.
5290
5291 20060506
5292         + add hpterm-color terminfo entry -TD
5293         + fixes to compile test-programs with HPUX 11.23
5294
5295 20060422
5296         + add copyright notices to files other than those that are generated,
5297           data or adapted from pdcurses (reports by William McBrine, David
5298           Taylor).
5299         + improve rendering on hpterm by not resetting attributes at the end
5300           of doupdate() if the terminal has the magic-cookie feature (report
5301           by Bernd Rieke).
5302         + add 256color variants of terminfo entries for programs which are
5303           reported to implement this feature -TD
5304
5305 20060416
5306         + fix typo in change to NewChar() macro from 20060311 changes, which
5307           broke tab-expansion (report by Frederic L W Meunier).
5308
5309 20060415
5310         + document -U option of tic and infocmp.
5311         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
5312           due to size limit, e.g., converting to termcap format.  Also
5313           suppress them if the output format does not contain acsc and it
5314           was not VT100-like, i.e., a one-one mapping (Novell #163715).
5315         + add configure check to ensure that SIGWINCH is defined on platforms
5316           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
5317           defined (report by Nicholas Cole)
5318
5319 20060408
5320         + modify write_object() to not write coincidental extensions of an
5321           entry made due to it being referenced in a use= clause (report by
5322           Alain Bench).
5323         + another fix for infocmp -i option, which did not ensure that some
5324           escape sequences had comparable prefixes (report by Alain Bench).
5325
5326 20060401
5327         + improve discussion of init/reset in terminfo and tput manpages
5328           (report by Alain Bench).
5329         + use is3 string for a fallback of rs3 in the reset program; it was
5330           using is2 (report by Alain Bench).
5331         + correct logic for infocmp -i option, which did not account for
5332           multiple digits in a parameter (cf: 20040828) (report by Alain
5333           Bench).
5334         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
5335           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
5336         + add copyright notices to test-programs as needed (report by William
5337           McBrine).
5338
5339 20060318
5340         + modify ncurses.c 'F' test to combine the wide-characters with color
5341           and/or video attributes.
5342         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
5343           a test-screen (some commands used 'x' or 'q').
5344
5345 20060312
5346         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
5347
5348 20060311
5349         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
5350           a null character is found (report by Igor Bogomazov).
5351         + modify progs/Makefile.in to make "tput init" work properly with
5352           cygwin, i.e., do not pass a ".exe" in the reference string used
5353           in check_aliases (report by Samuel Thibault).
5354         + add some checks to ensure current position is within scrolling
5355           region before scrolling on a new line (report by Dan Gookin).
5356         + change some NewChar() usage to static variables to work around
5357           stack garbage introduced when cchar_t is not packed (Redhat #182024).
5358
5359 20060225
5360         + workarounds to build test/movewindow with PDcurses 2.7.
5361         + fix for nsterm-16color entry (patch by Alain Bench).
5362         + correct a typo in infocmp manpage (Debian #354281).
5363
5364 20060218
5365         + add nsterm-16color entry -TD
5366         + updated mlterm terminfo entry -TD
5367         + remove 970913 feature for copying subwindows as they are moved in
5368           mvwin() (discussion with Bryan Christ).
5369         + modify test/demo_menus.c to demonstrate moving a menu (both the
5370           window and subwindow) using shifted cursor-keys.
5371         + start implementing recursive mvwin() in movewindow.c (incomplete).
5372         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
5373           for movewindow.c (report by William McBrine).
5374         + add help-message to test/movewindow.c
5375
5376 20060211
5377         + add test/movewindow.c, to test mvderwin().
5378         + fix ncurses soft-key test so color changes are shown immediately
5379           rather than delayed.
5380         + modify ncurses soft-key test to hide the keys when exiting the test
5381           screen.
5382         + fixes to build test programs with PDCurses 2.7, e.g., its headers
5383           rely on autoconf symbols, and it declares stubs for nonfunctional
5384           terminfo and termcap entrypoints.
5385
5386 20060204
5387         + improved test/configure to build test/ncurses on HPUX 11 using the
5388           vendor curses.
5389         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
5390           benefit of developers who do not read INSTALL.
5391
5392 20060128
5393         + correct form library Window_To_Buffer() change (cf:  20040516), which
5394           should ignore the video attributes (report by Ricardo Cantu).
5395
5396 20060121
5397         + minor fixes to xmc-glitch experimental code:
5398           + suppress line-drawing
5399           + implement max_attributes
5400           tested with xterm.
5401         + minor fixes for the database iterator.
5402         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
5403           Debian #348117).
5404
5405 20060114
5406         + add toe -a option, to show all databases.  This uses new private
5407           interfaces in the ncurses library for iterating through the list of
5408           databases.
5409         + fix toe from 20000909 changes which made it not look at
5410           $HOME/.terminfo
5411         + make toe's -v option parameter optional as per manpage.
5412         + improve SIGWINCH handling by postponing its effect during newterm(),
5413           etc., when allocating screens.
5414
5415 20060111
5416         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
5417           this in test/filter.c
5418         + fix an error in filter() modification which caused some applications
5419           to fail.
5420
5421 20060107
5422         + check if filter() was called when getting the screensize.  Keep it
5423           at 1 if so (based on Redhat #174498).
5424         + add extension nofilter().
5425         + refined the workaround for ACS mapping.
5426         + make ifdef's consistent in curses.h for the extended colors so the
5427           header file can be used for the normal curses library.  The header
5428           file installed for extended colors is a variation of the
5429           wide-character configuration (report by Frederic L W Meunier).
5430
5431 20051231
5432         + add a workaround to ACS mapping to allow applications such as
5433           test/blue.c to use the "PC ROM" characters by masking them with
5434           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
5435           of legacy coding (report by Michael Deutschmann).
5436         + add a null-pointer check in the wide-character version of
5437           calculate_actual_width() (report by Victor Julien).
5438         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
5439           values to be set independently (patch by William McBrine).
5440         + modify test/configure script to allow building test programs with
5441           PDCurses/X11.
5442         + modified test programs to allow some to work with NetBSD curses.
5443           Several do not because NetBSD curses implements a subset of X/Open
5444           curses, and also lacks much of SVr4 additions.  But it's enough for
5445           comparison.
5446         + update config.guess and config.sub
5447
5448 20051224
5449         + use BSD-specific fix for return-value from cgetent() from CVS where
5450           an unknown terminal type would be reportd as "database not found".
5451         + make tgetent() return code more readable using new symbols
5452           TGETENT_YES, etc.
5453         + remove references to non-existent "tctest" program.
5454         + remove TESTPROGS from progs/Makefile.in (it was referring to code
5455           that was never built in that directory).
5456         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
5457
5458 20051217
5459         + add use_legacy_coding() function to support lynx's font-switching
5460           feature.
5461         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
5462         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
5463           bool.
5464
5465 20051210
5466         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
5467           overwrite() and copywin() with different combinations of colors and
5468           attributes (including background color) to make it easy to see the
5469           effect of the different functions.
5470         + corrections to menu/m_global.c for wide-characters (report by
5471           Victor Julien).
5472
5473 20051203
5474         + add configure option --without-dlsym, allowing developers to
5475           configure GPM support without using dlsym() (discussion with Michael
5476           Setzer).
5477         + fix wins_nwstr(), which did not handle single-column non-8bit codes
5478           (Debian #341661).
5479
5480 20051126
5481         + move prototypes for wide-character trace functions from curses.tail
5482           to curses.wide to avoid accidental reference to those if
5483           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
5484           included.
5485         + add/use NCURSES_INLINE definition.
5486         + change some internal functions to use int/unsigned rather than the
5487           short equivalents.
5488
5489 20051119
5490         + remove a redundant check in lib_color.c (Debian #335655).
5491         + use ld's -search_paths_first option on Darwin to work around odd
5492           search rules on that platform (report by Christian Gennerat, analysis
5493           by Andrea Govoni).
5494         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
5495         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
5496         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
5497
5498 20051112
5499         + other minor fixes to cygwin based on tack -TD
5500         + correct smacs in cygwin (Debian #338234, report by Baurzhan
5501           Ismagulov, who noted that it was fixed in Cygwin).
5502
5503 20051029
5504         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
5505         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
5506           since those record the state of multicolumn characters (Debian
5507           #316663).
5508         + modify werase to clear multicolumn characters that extend into
5509           a derived window (Debian #316663).
5510
5511 20051022
5512         + move assignment from environment variable ESCDELAY from initscr()
5513           down to newterm() so the environment variable affects timeouts for
5514           terminals opened with newterm() as well.
5515         + fix a memory leak in keyname().
5516         + add test/demo_altkeys.c
5517         + modify test/demo_defkey.c to exit from loop via 'q' to allow
5518           leak-checking, as well as fix a buffer size in winnstr() call.
5519
5520 20051015
5521         + correct order of use-clauses in rxvt-basic entry which made codes for
5522           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
5523         + suppress configure check for gnatmake if Ada95/Makefile.in is not
5524           found.
5525         + correct a typo in configure --with-bool option for the case where
5526           --without-cxx is used (report by Daniel Jacobowitz).
5527         + add a note to INSTALL's discussion of --with-normal, pointing out
5528           that one may wish to use --without-gpm to ensure a completely
5529           static link (prompted by report by Felix von Leitner).
5530
5531 20051010 5.5 release for upload to ftp.gnu.org
5532
5533 20051008
5534         + document in demo_forms.c some portability issues.
5535
5536 20051001
5537         + document side-effect of werase() which sets the cursor position.
5538         + save/restore the current position in form field editing to make
5539           overlay mode work.
5540
5541 20050924
5542         + correct header dependencies in progs, allowing parallel make (report
5543           by Daniel Jacobowitz).
5544         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
5545           the configure check for --with-build-cc (report by Daniel Jacobowitz).
5546         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
5547           NetBSD.
5548         + update config.guess and config.sub from
5549                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
5550
5551 20050917
5552         + modify sed expression which computes path for /usr/lib/terminfo
5553           symbolic link in install to ensure that it does not change unexpected
5554           levels of the path (Gentoo #42336).
5555         + modify default for --disable-lp64 configure option to reduce impact
5556           on existing 64-bit builds.  Enabling the _LP64 option may change the
5557           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
5558           default (report by Mike Frysinger).
5559         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
5560           default if it is used.
5561         + improve configure script logic for bumping ABI to omit this if the
5562           --with-abi-version option was used.
5563         + update address for Free Software Foundation in tack's source.
5564         + correct wins_wch(), which was not marking the filler-cells of
5565           multi-column characters (cf:  20041023).
5566
5567 20050910
5568         + modify mouse initialization to ensure that Gpm_Open() is called only
5569           once.  Otherwise GPM gets confused in its initialization of signal
5570           handlers (Debian #326709).
5571
5572 20050903
5573         + modify logic for backspacing in a multiline form field to ensure that
5574           it works even when the preceding line is full (report by Frank van
5575           Vugt).
5576         + remove comment about BUGS section of ncurses manpage (Debian #325481)
5577
5578 20050827
5579         + document some workarounds for shared and libtool library
5580           configurations in INSTALL (see --with-shared and --with-libtool).
5581         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
5582           cross-compilers which emit the platform name in their version
5583           message, e.g.,
5584                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
5585           (report by Frank van Vugt).
5586
5587 20050820
5588         + start updating documentation for upcoming 5.5 release.
5589         + fix to make libtool  and libtinfo work together again (cf: 20050122).
5590         + fixes to allow building traces into libtinfo
5591         + add debug trace to tic that shows if/how ncurses will write to the
5592           lower corner of a terminal's screen.
5593         + update llib-l* files.
5594
5595 20050813
5596         + modify initializers in c++ binding to build with old versions of g++.
5597         + improve special case for 20050115 repainting fix, ensuring that if
5598           the first changed cell is not a character that the range to be
5599           repainted is adjusted to start at a character's beginning (Debian
5600           #316663).
5601
5602 20050806
5603         + fixes to build on QNX 6.1
5604         + improve configure script checks for Intel 9.0 compiler.
5605         + remove #include's for libc.h (obsolete).
5606         + adjust ifdef's in curses.priv.h so that when cross-compiling to
5607           produce comp_hash and make_keys, no dependency on wchar.h is needed.
5608           That simplifies the build-cppflags (report by Frank van Vugt).
5609         + move modules related to key-binding into libtinfo to fix linkage
5610           problem caused by 20050430 changes to MKkeyname.sh (report by
5611           Konstantin Andreev).
5612
5613 20050723
5614         + updates/fixes for configure script macros from vile -TD
5615         + make prism9's sgr string agree with the rest of the terminfo -TD
5616         + make vt220's sgr0 string consistent with sgr string, do this for
5617           several related cases -TD
5618         + improve translation to termcap by filtering the 'me' (sgr0) strings
5619           as in the runtime call to tgetent() (prompted by a discussion with
5620           Thomas Klausner).
5621         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
5622           resets line-drawing.
5623
5624 20050716
5625         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
5626           #318621).
5627         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
5628           allow it to be used by tic to provide information about the runtime
5629           changes that would be made to sgr0 for termcap applications.
5630         + modify make_sed.sh to make the group-name in the NAME section of
5631           form/menu library manpage agree with the TITLE string when renaming
5632           is done for Debian (Debian #78866).
5633
5634 20050702
5635         + modify parameter type in c++ binding for insch() and mvwinsch() to
5636           be consistent with underlying ncurses library (was char, is chtype).
5637         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
5638           on Linux.
5639         + improve configure check for nanosleep(), checking that it works since
5640           some older systems such as AIX 4.3 have a nonworking version.
5641
5642 20050625
5643         + update config.guess and config.sub from
5644                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
5645         + modify misc/shlib to work in test-directory.
5646         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
5647           allows cross-compiles to use the host's tic program to handle the
5648           "make install.data" step.
5649         + improve description of $LINES and $COLUMNS variables in manpages
5650           (prompted by report by Dave Ulrick).
5651         + improve description of cross-compiling in INSTALL
5652         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
5653           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
5654         + modify configure script to obtain soname for GPM library (discussion
5655           with Daniel Jacobowitz).
5656         + modify configure script so that --with-chtype option will still
5657           compute the unsigned literals suffix for constants in curses.h
5658           (report by Daniel Jacobowitz:
5659         + patches from Daniel Jacobowitz:
5660           + the man_db.renames entry for tack.1 was backwards.
5661           + tack.1 had some 1m's that should have been 1M's.
5662           + the section for curs_inwstr.3 was wrong.
5663
5664 20050619
5665         + correction to --with-chtype option (report by Daniel Jacobowitz).
5666
5667 20050618
5668         + move build-time edit_man.sh and edit_man.sed scripts to top directory
5669           to simplify reusing them for renaming tack's manpage (prompted by a
5670           review of Debian package).
5671         + revert minor optimization from 20041030 (Debian #313609).
5672         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
5673           1.5.10 and 1.5.18 (all work except as noted previously for the c++
5674           install using libtool 1.5.0):
5675           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
5676             program.
5677           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
5678         + add configure options --with-chtype and --with-mmask-t, to allow
5679           overriding of the non-LP64 model's use of the corresponding types.
5680         + revise test for size of chtype (and mmask_t), which always returned
5681           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
5682
5683 20050611
5684         + change _tracef's that used "%p" format for va_list values to ignore
5685           that, since on some platforms those are not pointers.
5686         + fixes for long-formats in printf's due to largefile support.
5687
5688 20050604
5689         + fixes for termcap support:
5690           + reset pointer to _nc_curr_token.tk_name when the input stream is
5691             closed, which could point to free memory (cf: 20030215).
5692           + delink TERMTYPE data which is used by the termcap reader, so that
5693             extended names data will be freed consistently.
5694           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
5695             its callers.
5696           + add some entrypoints for freeing permanently allocated data via
5697             _nc_freeall() when NO_LEAKS is defined.
5698         + amend 20041030 change to _nc_do_color to ensure that optimization is
5699           applied only when the terminal supports back_color_erase (bce).
5700
5701 20050528
5702         + add sun-color terminfo entry -TD
5703         + correct a missing assignment in c++ binding's method
5704           NCursesPanel::UserPointer() from 20050409 changes.
5705         + improve configure check for large-files, adding check for dirent64
5706           from vile -TD
5707         + minor change to configure script to improve linker options for the
5708           Ada95 tree.
5709
5710 20050515
5711         + document error conditions for ncurses library functions (report by
5712           Stanislav Ievlev).
5713         + regenerated html documentation for ada binding.
5714           see ftp://invisible-island.net/ncurses/patches/gnathtml
5715
5716 20050507
5717         + regenerated html documentation for manpages.
5718         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
5719           ncurses/Makefile (Gentoo #89772).
5720         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
5721           (patch by Mike Frysinger).
5722         + modify tic to filter out long extended names when translating to
5723           termcap format.  Only two characters are permissible for termcap
5724           capability names.
5725
5726 20050430
5727         + modify terminfo entries xterm-new and rxvt to add strings for
5728           shift-, control-cursor keys.
5729         + workaround to allow c++ binding to compile with g++ 2.95.3, which
5730           has a broken implementation of static_cast<> (patch by Jeff Chua).
5731         + modify initialization of key lookup table so that if an extended
5732           capability (tic -x) string is defined, and its name begins with 'k',
5733           it will automatically be treated as a key.
5734         + modify test/keynames.c to allow for the possibility of extended
5735           key names, e.g., via define_key(), or via "tic -x".
5736         + add test/demo_termcap.c to show the contents of given entry via the
5737           termcap interface.
5738
5739 20050423
5740         + minor fixes for vt100/vt52 entries -TD
5741         + add configure option --enable-largefile
5742         + corrected libraries used to build Ada95/gen/gen, found in testing
5743           gcc 4.0.0.
5744
5745 20050416
5746         + update config.guess, config.sub
5747         + modify configure script check for _XOPEN_SOURCE, disable that on
5748           Darwin whose header files have problems (patch by Chris Zubrzycki).
5749         + modify form library Is_Printable_String() to use iswprint() rather
5750           than wcwidth() for determining if a character is printable.  The
5751           latter caused it to reject menu items containing non-spacing
5752           characters.
5753         + modify ncurses test program's F-test to handle non-spacing characters
5754           by combining them with a reverse-video blank.
5755         + review/fix several gcc -Wconversion warnings.
5756
5757 20050409
5758         + correct an off-by-one error in m_driver() for mouse-clicks used to
5759           position the mouse to a particular item.
5760         + implement test/demo_menus.c
5761         + add some checks in lib_mouse to ensure SP is set.
5762         + modify C++ binding to make 20050403 changes work with the configure
5763           --enable-const option.
5764
5765 20050403
5766         + modify start_color() to return ERR if it cannot allocate memory.
5767         + address g++ compiler warnings in C++ binding by adding explicit
5768           member initialization, assignment operators and copy constructors.
5769           Most of the changes simply preserve the existing semantics of the
5770           binding, which can leak memory, etc., but by making these features
5771           visible, it provides a framework for improving the binding.
5772         + improve C++ binding using static_cast, etc.
5773         + modify configure script --enable-warnings to add options to g++ to
5774           correspond to the gcc --enable-warnings.
5775         + modify C++ binding to use some C internal functions to make it
5776           compile properly on Solaris (and other platforms).
5777
5778 20050327
5779         + amend change from 20050320 to limit it to configurations with a
5780           valid locale.
5781         + fix a bug introduced in 20050320 which broke the translation of
5782           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
5783
5784 20050326
5785         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
5786           chtype and mmask_t, but add configure option --disable-lp64 in case
5787           anyone used that configuration.
5788         + update misc/shlib script to account for Mac OS X (report by Michail
5789           Vidiassov).
5790         + correct comparison for wrapping multibyte characters in
5791           waddch_literal() (report by Takahashi Tamotsu).
5792
5793 20050320
5794         + add -c and -w options to tset to allow user to suppress ncurses'
5795           resizing of the terminal emulator window in the special case where it
5796           is not able to detect the true size (report by Win Delvaux, Debian
5797           #300419).
5798         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
5799           codes 128-159 as part of multibyte characters (report by Wang
5800           WenRui, Debian #300512).
5801
5802 20050319
5803         + modify ncurses.c 'd' test to make it work with 88-color
5804           configuration, i.e., by implementing scrolling.
5805         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
5806           configuration.
5807
5808 20050312
5809         + change tracemunch to use strict checking.
5810         + modify ncurses.c 'p' test to test line-drawing within a pad.
5811         + implement environment variable NCURSES_NO_UTF8_ACS to support
5812           miscellaneous terminal emulators which ignore alternate character
5813           set escape sequences when in UTF-8 mode.
5814
5815 20050305
5816         + change NCursesWindow::err_handler() to a virtual function (request by
5817           Steve Beal).
5818         + modify fty_int.c and fty_num.c to handle wide characters (report by
5819           Wolfgang Gutjahr).
5820         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
5821           and wide characters inconsistently (report by Wolfgang Gutjahr).
5822         + update llib-* files to reflect internal interface additions/changes.
5823
5824 20050226
5825         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
5826           from lynx.
5827         + add aixterm-16color terminfo entry -TD
5828         + modified xterm-new terminfo entry to work with tgetent() changes -TD
5829         + extended changes in tgetent() from 20040710 to allow the substring of
5830           sgr0 which matches rmacs to be at the beginning of the sgr0 string
5831           (request by Thomas Wolff).  Wolff says the visual effect in
5832           combination with pre-20040710 ncurses is improved.
5833         + fix off-by-one in winnstr() call which caused form field validation
5834           of multibyte characters to ignore the last character in a field.
5835         + correct logic in winsch() for inserting multibyte strings; the code
5836           would clear cells after the insertion rather than push them to the
5837           right (cf: 20040228).
5838         + fix an inconsistency in Check_Alpha_Field() between normal and wide
5839           character logic (report by Wolfgang Gutjahr).
5840
5841 20050219
5842         + fix a bug in editing wide-characters in form library: deleting a
5843           nonwide character modified the previous wide-character.
5844         + update manpage to describe NCURSES_MOUSE_VERSION 2.
5845         + correct manpage description of mouseinterval() (Debian #280687).
5846         + add a note to default_colors.3x explaining why this extension was
5847           added (Debian #295083).
5848         + add traces to panel library.
5849
5850 20050212
5851         + improve editing of wide-characters in form library:  left/right
5852           cursor movement, and single-character deletions work properly.
5853         + disable GPM mouse support when $TERM happens to be prefixed with
5854           "xterm".  Gpm_Open() would otherwise assert that it can deal with
5855           mouse events in this case.
5856         + modify GPM mouse support so it closes the server connection when
5857           the caller disables the mouse (report by Stanislav Ievlev).
5858
5859 20050205
5860         + add traces for callback functions in form library.
5861         + add experimental configure option --enable-ext-mouse, which defines
5862           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
5863           support wheel mice, which may transmit buttons 4 and 5.  This works
5864           with xterm and similar X terminal emulators (prompted by question by
5865           Andreas Henningsson, this is also related to Debian #230990).
5866         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
5867           avoid redefinition warnings on cygwin.
5868
5869 20050129
5870         + merge remaining development changes for extended colors (mostly
5871           complete, does not appear to break other configurations).
5872         + add xterm-88color.dat (part of extended colors testing).
5873         + improve _tracedump() handling of color pairs past 96.
5874         + modify return-value from start_color() to return OK if colors have
5875           already been started.
5876         + modify curs_color.3x list error conditions for init_pair(),
5877           pair_content() and color_content().
5878         + modify pair_content() to return -1 for consistency with init_pair()
5879           if it corresponds to the default-color.
5880         + change internal representation of default-color to allow application
5881           to use color number 255.  This does not affect the total number of
5882           color pairs which are allowed.
5883         + add a top-level tags rule.
5884
5885 20050122
5886         + add a null-pointer check in wgetch() in case it is called without
5887           first calling initscr().
5888         + add some null-pointer checks for SP, which is not set by libtinfo.
5889         + modify misc/shlib to ensure that absolute pathnames are used.
5890         + modify test/Makefile.in, etc., to link test programs only against the
5891           libraries needed, e.g., omit form/menu/panel library for the ones
5892           that are curses-specific.
5893         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
5894           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
5895           is that the corresponding data which belongs to the upper-level
5896           ncurses library has a different size in each model (report by
5897           Stanislav Ievlev).
5898
5899 20050115
5900         + minor fixes to allow test-compiles with g++.
5901         + correct column value shown in tic's warnings, which did not account
5902           for leading whitespace.
5903         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
5904           where a following line begins in column 1.
5905         + modify _nc_save_str() to return a null pointer on buffer overflow.
5906         + improve repainting while scrolling wide-character data (Eungkyu Song).
5907
5908 20050108
5909         + merge some development changes to extend color capabilities.
5910
5911 20050101
5912         + merge some development changes to extend color capabilities.
5913         + fix manpage typo (FreeBSD report docs/75544).
5914         + update config.guess, config.sub
5915         > patches for configure script (Albert Chin-A-Young):
5916         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
5917           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
5918           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
5919           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
5920         + print the result of the --disable-home-terminfo option.
5921         + use -rpath when compiling with SGI C compiler.
5922
5923 20041225
5924         + add trace calls to remaining public functions in form and menu
5925           libraries.
5926         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
5927         + fix typo in test/ncurses.c 'c' test from 20041218.
5928
5929 20041218
5930         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
5931           and xterm-256color, added 'C' test using the wide-character color_set
5932           and attr_set functions.
5933
5934 20041211
5935         + modify configure script to work with Intel compiler.
5936         + fix an limit-check in wadd_wchnstr() which caused labels in the
5937           forms-demo to be one character short.
5938         + fix typo in curs_addchstr.3x (Jared Yanovich).
5939         + add trace calls to most functions in form and menu libraries.
5940         + update working-position for adding wide-characters when window is
5941           scrolled (prompted by related report by Eungkyu Song).
5942
5943 20041204
5944         + replace some references on Linux to wcrtomb() which use it to obtain
5945           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
5946           broken in glibc (see Debian #284260).
5947         + corrected length-computation in wide-character support for
5948           field_buffer().
5949         + some fixes to frm_driver.c to allow it to accept multibyte input.
5950         + modify configure script to work with Intel 8.0 compiler.
5951
5952 20041127
5953         + amend change to setupterm() in 20030405 which would reuse the value
5954           of cur_term if the same output was selected.  This now reuses it only
5955           when setupterm() is called from tgetent(), which has no notion of
5956           separate SCREENs.  Note that tgetent() must be called after initscr()
5957           or newterm() to use this feature (Redhat #140326).
5958         + add a check in CF_BUILD_CC macro to ensure that developer has given
5959           the --with-build-cc option when cross-compiling (report by Alexandre
5960           Campo).
5961         + improved configure script checks for _XOPEN_SOURCE and
5962           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
5963           updates from lynx).
5964         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
5965           for consistency (comment by Dan Nelson).
5966
5967 20041120
5968         + update wsvt25 terminfo entry -TD
5969         + modify test/ins_wide.c to test all flavors of ins_wstr().
5970         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
5971           which consists of multi-column characters, since this function
5972           constructs them (cf: 20041023).
5973         + modify winnstr() to return multibyte character strings for the
5974           wide-character configuration.
5975
5976 20041106
5977         + fixes to make slk_set() and slk_wset() accept and store multibyte
5978           or multicolumn characters.
5979
5980 20041030
5981         + improve color optimization a little by making _nc_do_color() check
5982           if the old/new pairs are equivalent to the default pair 0.
5983         + modify assume_default_colors() to not require that
5984           use_default_colors() be called first.
5985
5986 20041023
5987         + modify term_attrs() to use termattrs(), add the extended attributes
5988           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
5989         + add logic in waddch_literal() to clear orphaned cells when one
5990           multi-column character partly overwrites another.
5991         + improved logic for clearing cells when a multi-column character
5992           must be wrapped to a new line.
5993         + revise storage of cells for multi-column characters to correct a
5994           problem with repainting.  In the old scheme, it was possible for
5995           doupdate() to decide that only part of a multi-column character
5996           should be repainted since the filler cells stored only an attribute
5997           to denote them as fillers, rather than the character value and the
5998           attribute.
5999
6000 20041016
6001         + minor fixes for traces.
6002         + add SP->_screen_acs_map[], used to ensure that mapping of missing
6003           line-drawing characters is handled properly.  For example, ACS_DARROW
6004           is absent from xterm-new, and it was coincidentally displayed the
6005           same as ACS_BTEE.
6006
6007 20041009
6008         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
6009           and smacs strings as well.  Also modify the check for screen's
6010           limitations in that area to allow the multi-character shift-in
6011           and shift-out which seem to work.
6012         + change GPM initialization, using dl library to load it dynamically
6013           at runtime (Debian #110586).
6014
6015 20041002
6016         + correct logic for color pair in setcchar() and getcchar() (patch by
6017           Marcin 'Qrczak' Kowalczyk).
6018         + add t/T commands to ncurses b/B tests to allow a different color to
6019           be tested for the attrset part of the test than is used in the
6020           background color.
6021
6022 20040925
6023         + fix to make setcchar() to work when its wchar_t* parameter is
6024           pointing to a string which contains more data than can be converted.
6025         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
6026           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
6027
6028 20040918
6029         + remove check in wget_wch() added to fix an infinite loop, appears to
6030           have been working around a transitory glibc bug, and interferes
6031           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
6032         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
6033           information (report by Marcin 'Qrczak' Kowalczyk).
6034         + fix aclocal.m4 so that the wide-character version of ncurses gets
6035           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
6036           (adapted from patch by James J Ramsey).
6037         + change configure script for --with-caps option to indicate that it
6038           is no longer experimental.
6039         + change configure script to reflect the fact that --enable-widec has
6040           not been "experimental" since 5.3 (report by Bruno Lustosa).
6041
6042 20040911
6043         + add 'B' test to ncurses.c, to exercise some wide-character functions.
6044
6045 20040828
6046         + modify infocmp -i option to match 8-bit controls against its table
6047           entries, e.g., so it can analyze the xterm-8bit entry.
6048         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
6049         + correct translation of "%%" in terminfo format to termcap, e.g.,
6050           using "tic -C" (Redhat #130921).
6051         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
6052           it defines _POSIX_C_SOURCE, that it defines it to a specific value
6053           (comp.os.stratus newsgroup comment).
6054
6055 20040821
6056         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
6057           fatal, and gnat does not follow the guidelines for pragmas).
6058           However that did find a coding error in Assume_Default_Colors().
6059         + modify several terminfo entries to ensure xterm mouse and cursor
6060           visibility are reset in rs2 string:  hurd, putty, gnome,
6061           konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637).
6062           The xterm entries are left alone - old ones for compatibility, and
6063           the new ones do not require this change. -TD
6064
6065 20040814
6066         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
6067           and window managers (Debian #265631).
6068         > terminfo updates -TD
6069         + remove dch/dch1 from rxvt because they are implemented inconsistently
6070           with the common usage of bce/ech
6071         + remove khome from vt220 (vt220's have no home key)
6072         + add rxvt+pcfkeys
6073
6074 20040807
6075         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
6076           combinations of video attributes so that for instance bold and
6077           underline can be tested.  This made the legend too crowded, added
6078           a help window as well.
6079         + modify test/ncurses.c 'b' test to cycle through default colors if
6080           the -d option is set.
6081         + update putty terminfo entry (Robert de Bath).
6082
6083 20040731
6084         + modify test/cardfile.c to allow it to read more data than can be
6085           displayed.
6086         + correct logic in resizeterm.c which kept it from processing all
6087           levels of window hierarchy (reports by Folkert van Heusden,
6088           Chris Share).
6089
6090 20040724
6091         + modify "tic -cv" to ignore delays when comparing strings.  Also
6092           modify it to ignore a canceled sgr string, e.g., for terminals which
6093           cannot properly combine attributes in one control sequence.
6094         + corrections for gnome and konsole entries (Redhat #122815, patch by
6095           Hans de Goede)
6096         > terminfo updates -TD
6097         + make ncsa-m rmacs/smacs consistent with sgr
6098         + add sgr, rc/sc and ech to syscons entries
6099         + add function-keys to decansi
6100         + add sgr to mterm-ansi
6101         + add sgr, civis, cnorm to emu
6102         + correct/simplify cup in addrinfo
6103
6104 20040717
6105         > terminfo updates -TD
6106         + add xterm-pc-fkeys
6107         + review/update gnome and gnome-rh90 entries (prompted by Redhat
6108           #122815).
6109         + review/update konsole entries
6110         + add sgr, correct sgr0 for kterm and mlterm
6111         + correct tsl string in kterm
6112
6113 20040711
6114         + add configure option --without-xterm-new
6115
6116 20040710
6117         + add check in wget_wch() for printable bytes that are not part of a
6118           multibyte character.
6119         + modify wadd_wchnstr() to render text using window's background
6120           attributes.
6121         + improve tic's check to compare sgr and sgr0.
6122         + fix c++ directory's .cc.i rule.
6123         + modify logic in tgetent() which adjusts the termcap "me" string
6124           to work with ISO-2022 string used in xterm-new (cf: 20010908).
6125         + modify tic's check for conflicting function keys to omit that if
6126           converting termcap to termcap format.
6127         + add -U option to tic and infocmp.
6128         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
6129         > terminfo updates -TD
6130         + minor fixes for emu
6131         + add emu-220
6132         + change wyse acsc strings to use 'i' map rather than 'I'
6133         + fixes for avatar0
6134         + fixes for vp3a+
6135
6136 20040703
6137         + use tic -x to install terminfo database -TD
6138         + add -x to infocmp's usage message.
6139         + correct field used for comparing O_ROWMAJOR in set_menu_format()
6140           (report/patch by Tony Li).
6141         + fix a missing nul check in set_field_buffer() from 20040508 changes.
6142         > terminfo updates -TD
6143           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
6144             xterm-basic -TD
6145           + align with xterm patch #192's use of xterm-new -TD
6146           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
6147           + make xterm-new the default "xterm" entry -TD
6148
6149 20040626
6150         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
6151           cross-compiling from a separate directory tree (report/patch by
6152           Dan Engel).
6153         + modify is_term_resized() to ensure that window sizes are nonzero,
6154           as documented in the manpage (report by Ian Collier).
6155         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
6156           (Debian #249214, report/patch by Jeff Bailey).
6157         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
6158         + update config.guess, config.sub
6159         > terminfo updates -TD
6160           + add mlterm
6161           + add xterm-xf86-v44
6162           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
6163             relies on G1 being used via an ISO-2022 escape sequence (report by
6164             Juliusz Chroboczek)
6165           + add 'hurd' entry
6166
6167 20040619
6168         + reconsidered winsnstr(), decided after comparing other
6169           implementations that wrapping is an X/Open documentation error.
6170         + modify test/inserts.c to test all flavors of insstr().
6171
6172 20040605
6173         + add setlocale() calls to a few test programs which may require it:
6174           demo_forms.c, filter.c, ins_wide.c, inserts.c
6175         + correct a few misspelled function names in ncurses-intro.html (report
6176           by Tony Li).
6177         + correct internal name of key_defined() manpage, which conflicted with
6178           define_key().
6179
6180 20040529
6181         + correct size of internal pad used for holding wide-character
6182           field_buffer() results.
6183         + modify data_ahead() to work with wide-characters.
6184
6185 20040522
6186         + improve description of terminfo if-then-else expressions (suggested
6187           by Arne Thomassen).
6188         + improve test/ncurses.c 'd' test, allow it to use external file for
6189           initial palette (added xterm-16color.dat and linux-color.dat), and
6190           reset colors to the initial palette when starting/ending the test.
6191         + change limit-check in init_color() to allow r/g/b component to
6192           reach 1000 (cf: 20020928).
6193
6194 20040516
6195         + modify form library to use cchar_t's rather than char's in the
6196           wide-character configuration for storing data for field buffers.
6197         + correct logic of win_wchnstr(), which did not work for more than
6198           one cell.
6199
6200 20040508
6201         + replace memset/memcpy usage in form library with for-loops to
6202           simplify changing the datatype of FIELD.buf, part of wide-character
6203           changes.
6204         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
6205
6206 20040501
6207         + modify menu library to account for actual number of columns used by
6208           multibyte character strings, in the wide-character configuration
6209           (adapted from patch by Philipp Tomsich).
6210         + add "-x" option to infocmp like tic's "-x", for use in "-F"
6211           comparisons.  This modifies infocmp to only report extended
6212           capabilities if the -x option is given, making this more consistent
6213           with tic.  Some scripts may break, since infocmp previous gave this
6214           information without an option.
6215         + modify termcap-parsing to retain 2-character aliases at the beginning
6216           of an entry if the "-x" option is used in tic.
6217
6218 20040424
6219         + minor compiler-warning and test-program fixes.
6220
6221 20040417
6222         + modify tic's missing-sgr warning to apply to terminfo only.
6223         + free some memory leaks in tic.
6224         + remove check in post_menu() that prevented menus from extending
6225           beyond the screen (request by Max J. Werner).
6226         + remove check in newwin() that prevents allocating windows
6227           that extend beyond the screen.  Solaris curses does this.
6228         + add ifdef in test/color_set.c to allow it to compile with older
6229           curses.
6230         + add napms() calls to test/dots.c to make it not be a CPU hog.
6231
6232 20040403
6233         + modify unctrl() to return null if its parameter does not correspond
6234           to an unsigned char.
6235         + add some limit-checks to guard isprint(), etc., from being used on
6236           values that do not fit into an unsigned char (report by Sami Farin).
6237
6238 20040328
6239         + fix a typo in the _nc_get_locale() change.
6240
6241 20040327
6242         + modify _nc_get_locale() to use setlocale() to query the program's
6243           current locale rather than using getenv().  This fixes a case in tin
6244           which relies on legacy treatment of 8-bit characters when the locale
6245           is not initialized (reported by Urs Jansen).
6246         + add sgr string to screen's and rxvt's terminfo entries -TD.
6247         + add a check in tic for terminfo entries having an sgr0 but no sgr
6248           string.  This confuses Tru64 and HPUX curses when combined with
6249           color, e.g., making them leave line-drawing characters in odd places.
6250         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
6251           original definitions used in Debian package to fix PowerPC bug before
6252           20030802 (Debian #237629).
6253
6254 20040320
6255         + modify PutAttrChar() and PUTC() macro to improve use of
6256           A_ALTCHARSET attribute to prevent line-drawing characters from
6257           being lost in situations where the locale would otherwise treat the
6258           raw data as nonprintable (Debian #227879).
6259
6260 20040313
6261         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
6262           by Jim Idle).
6263         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
6264           some apropos script (Debian #237831).
6265
6266 20040306
6267         + modify ncurses.c 'r' test so editing commands, like inserted text,
6268           set the field background, and the state of insert/overlay editing
6269           mode is shown in that test.
6270         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
6271         + correct logic in test/ncurses.c 'b' for noncolor terminals which
6272           did not recognize a quit-command (cf: 20030419).
6273
6274 20040228
6275         + modify _nc_insert_ch() to allow for its input to be part of a
6276           multibyte string.
6277         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
6278           that this function performs wrapping, unlike all of the other
6279           insert-functions.  Currently it does not wrap.
6280         + check for nl_langinfo(CODESET), use it if available (report by
6281           Stanislav Ievlev).
6282         + split-out CF_BUILD_CC macro, actually did this for lynx first.
6283         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
6284           which happened to work with bash, but not with Bourne shell (report
6285           by Marco d'Itri via tin-dev).
6286
6287 20040221
6288         + some changes to adapt the form library to wide characters, incomplete
6289           (request by Mike Aubury).
6290         + add symbol to curses.h which can be used to suppress include of
6291           stdbool.h, e.g.,
6292                 #define NCURSES_ENABLE_STDBOOL_H 0
6293                 #include <curses.h>
6294           (discussion on XFree86 mailing list).
6295
6296 20040214
6297         + modify configure --with-termlib option to accept a value which sets
6298           the name of the terminfo library.  This would allow a packager to
6299           build libtinfow.so renamed to coincide with libtinfo.so (discussion
6300           with Stanislav Ievlev).
6301         + improve documentation of --with-install-prefix, --prefix and
6302           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
6303         + add configure check if the compiler can use -c -o options to rename
6304           its output file, use that to omit the 'cd' command which was used to
6305           ensure object files are created in a separate staging directory
6306           (prompted by comments by Johnny Wezel, Martin Mokrejs).
6307
6308 20040208 5.4 release for upload to ftp.gnu.org
6309         + update TO-DO.
6310
6311 20040207 pre-release
6312         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
6313           and do not count %d if it follows a %p.
6314         + correct an inconsistency between handling of codes in the 128-255
6315           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
6316           locale, the latter did not show printable results, while the former
6317           did.
6318         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
6319           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
6320           verified by Scott Corscadden).
6321
6322 20040131 pre-release
6323         + modify SCREEN struct to align it between normal/wide curses flavors
6324           to simplify future changes to build a single version of libtinfo
6325           (patch by Stanislav Ievlev).
6326         + document handling of carriage return by addch() in manpage.
6327         + document special features of unctrl() in manpage.
6328         + documented interface changes in INSTALL.
6329         + corrected control-char test in lib_addch.c to account for locale
6330           (Debian #230335, cf: 971206).
6331         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
6332         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
6333         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
6334
6335 20040125 pre-release
6336         + amend change to PutAttrChar() from 20030614 which computed the number
6337           of cells for a possibly multi-cell character.  The 20030614 change
6338           forced the cell to a blank if the result from wcwidth() was not
6339           greater than zero.  However, wcwidth() called for parameters in the
6340           range 128-255 can give this return value.  The logic now simply
6341           ensures that the number of cells is greater than zero without
6342           modifying the displayed value.
6343
6344 20040124 pre-release
6345         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
6346         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
6347           that works better for cross-compiling.
6348
6349 20040117 pre-release
6350         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
6351           work around core dump in Solaris 8's locale support, e.g., for
6352           zh_CN.GB18030 (report by Saravanan Bellan).
6353         + add includes for <stdarg.h> and <stdio.h> in configure script macro
6354           to make <wchar.h> check work with Tru64 4.0d.
6355         + add terminfo entry for U/Win -TD
6356         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
6357           Bianchi).
6358         + modify tput's error messages to prefix them with the program name
6359           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
6360           #227586)).
6361         + correct a place in tack where exit_standout_mode was used instead of
6362           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
6363         + modify c++/cursesf.h to use const in the Enumeration_Field method.
6364         + remove an ambiguous (actually redundant) method from c++/cursesf.h
6365         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
6366         + improve sed script which extracts libtool's version in the
6367           CF_WITH_LIBTOOL macro.
6368         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
6369           simplify local patch for Albert Chin-A-Young)..
6370         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
6371           patch by Albert Chin-A-Young)..
6372         + fix a missing substitution in configure.in for "$target" needed for
6373           HPUX .so/.sl case.
6374         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
6375           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
6376         + make check for stdbool.h more specific, to ensure that including it
6377           will actually define/declare bool for the configured compiler.
6378         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
6379           intention of that is to #define NCURSES_BOOL as bool when the
6380           compiler declares bool, and to #define bool as NCURSES_BOOL when it
6381           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
6382
6383 20040110 pre-release
6384         + change minor version to 4, i.e., ncurses 5.4
6385         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
6386           Sittler).
6387         + simplified ncurses/base/version.c by defining the result from the
6388           configure script rather than using sprintf (suggested by Stanislav
6389           Ievlev).
6390         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
6391           Ievlev).
6392         + modify configure script so that when configuring for termlib, programs
6393           such as tic are not linked with the upper-level ncurses library
6394           (suggested by Stanislav Ievlev).
6395         + move version.c from ncurses/base to ncurses/tinfo to allow linking
6396           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
6397
6398 20040103
6399         + adjust -D's to build ncursesw on OpenBSD.
6400         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
6401         + add pecho_wchar().
6402         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
6403           available) on older platforms.
6404
6405 20031227
6406         + add -D's to build ncursew on FreeBSD 5.1.
6407         + modify shared library configuration for FreeBSD 4.x/5.x to add the
6408           soname information (request by Marc Glisse).
6409         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
6410           for limiting the length of a filename in the terminfo database.
6411         + modify termname() to return the terminal name used by setupterm()
6412           rather than $TERM, without truncating to 14 characters as documented
6413           by X/Open (report by Stanislav Ievlev, cf:  970719).
6414         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
6415
6416 20031220
6417         + add configure option --with-manpage-format=catonly to address
6418           behavior of BSDI, allow install of man+cat files on NetBSD, whose
6419           behavior has diverged by requiring both to be present.
6420         + remove leading blanks from comment-lines in manlinks.sed script to
6421           work with Tru64 4.0d.
6422         + add screen.linux terminfo entry (discussion on mutt-users mailing
6423           list).
6424
6425 20031213
6426         + add a check for tic to flag missing backslashes for termcap
6427           continuation lines.  ncurses reads the whole entry, but termcap
6428           applications do not.
6429         + add configure option "--with-manpage-aliases" extending
6430           "--with-manpage-aliases" to provide the option of generating ".so"
6431           files rather than symbolic links for manpage aliases.
6432         + add bool definition in include/curses.h.in for configurations with no
6433           usable C++ compiler (cf: 20030607).
6434         + fix pathname of SigAction.h for building with --srcdir (reported by
6435           Mike Castle).
6436
6437 20031206
6438         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
6439           since that header is used only within ncurses/tty/lib_tstp.c, for
6440           non-POSIX systems (discussion with Stanislav Ievlev).
6441         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
6442           <inger@altlinux.org>).
6443         + add test/background.c and test/color_set.c
6444         + modify color_set() function to work with color pair 0 (report by
6445           George Andreou <gbandreo@tem.uoc.gr>).
6446         + add configure option --with-trace, since defining TRACE seems too
6447           awkward for some cases.
6448         + remove a call to _nc_free_termtype() from read_termtype(), since the
6449           corresponding buffer contents were already zeroed by a memset (cf:
6450           20000101).
6451         + improve configure check for _XOPEN_SOURCE and related definitions,
6452           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
6453           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
6454         + small fixes to compile on Solaris and IRIX64 using cc.
6455         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
6456           (cf: 20031101).
6457
6458 20031129
6459         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
6460           values (Philippe Blain).
6461         + improve the nanosleep() logic in napms() by checking for EINTR and
6462           restarting (Philippe Blain).
6463         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
6464           <mooz@welho.com>).
6465
6466 20031122
6467         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
6468         + allow "\|" escape in terminfo; tic should not warn about this.
6469         + save the full pathname of the trace-file the first time it is opened,
6470           to avoid creating it in different directories if the application
6471           opens and closes it while changing its working directory.
6472         + modify configure script to provide a non-empty default for
6473           $BROKEN_LINKER
6474
6475 20031108
6476         + add DJGPP to special case of DOS-style drive letters potentially
6477           appearing in TERMCAP environment variable.
6478         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
6479           Gray).
6480         + update config.guess, config.sub
6481
6482 20031101
6483         + fix a memory leak in error-return from setupterm() (report by
6484           Stanislav Ievlev <inger@altlinux.org>).
6485         + use EXEEXT and OBJEXT consistently in makefiles.
6486         + amend fixes for cross-compiling to use separate executable-suffix
6487           BUILD_EXEEXT (cf: 20031018).
6488         + modify MKkey_defs.sh to check for sort utility that does not
6489           recognize key options, e.g., busybox (report by Peter S Mazinger
6490           <ps.m@gmx.net>).
6491         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
6492           David Krause using some of the new malloc debugging features
6493           under OpenBSD, patch by Ted Unangst).
6494         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
6495           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
6496
6497 20031025
6498         + update terminfo for xterm-xfree86 -TD
6499         + add check for multiple "tc=" clauses in a termcap to tic.
6500         + check for missing op/oc in tic.
6501         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
6502           tic to show cancelled capabilities.  These functions were ignoring
6503           the state of the target entry, which should be untouched if cancelled.
6504         + correct comment in tack/output.c (Debian #215806).
6505         + add some null-pointer checks to lib_options.c (report by Michael
6506           Bienia).
6507         + regenerated html documentation.
6508         + correction to tar-copy.sh, remove a trap command that resulted in
6509           leaving temporary files (cf: 20030510).
6510         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
6511
6512 20031018
6513         + updated test/configure to reflect changes for libtool (cf: 20030830).
6514         + fix several places in tack/pad.c which tested and used the parameter-
6515           and parameterless strings inconsistently, i.e., in pad_rin(),
6516           pad_il(), pad_indn() and pad_dl() (Debian #215805).
6517         + minor fixes for configure script and makefiles to cleanup executables
6518           generated when cross-compiling for DJGPP.
6519         + modify infocmp to omit check for $TERM for operations that do not
6520           require it, e.g., "infocmp -e" used to build fallback list (report by
6521           Egmont Koblinger).
6522
6523 20031004
6524         + add terminfo entries for DJGPP.
6525         + updated note about maintainer in ncurses-intro.html
6526
6527 20030927
6528         + update terminfo entries for gnome terminal.
6529         + modify tack to reset colors after each color test, correct a place
6530           where exit_standout_mode was used instead of exit_attribute_mode.
6531         + improve tack's bce test by making it set colors other than black
6532           on white.
6533         + plug a potential recursion between napms() and _nc_timed_wait()
6534           (report by Philippe Blain).
6535
6536 20030920
6537         + add --with-rel-version option to allow workaround to allow making
6538           libtool on Darwin generate the "same" library names as with the
6539           --with-shared option.  The Darwin ld program does not work well
6540           with a zero as the minor-version value (request by Chris Zubrzycki).
6541         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
6542         + modify tack to allow it to run from fallback terminfo data.
6543         > patch by Philippe Blain:
6544         + improve PutRange() by adjusting call to EmitRange() and corresponding
6545           return-value to not emit unchanged characters on the end of the
6546           range.
6547         + improve a check for changed-attribute by exiting a loop when the
6548           change is found.
6549         + improve logic in TransformLine(), eliminating a duplicated comparison
6550           in the clr_bol logic.
6551
6552 20030913
6553         > patch by Philippe Blain:
6554         + in ncurses/tty/lib_mvcur.c,
6555           move the label 'nonlocal' just before the second gettimeofday() to
6556           be able to compute the diff time when 'goto nonlocal' used.
6557           Rename 'msec' to 'microsec' in the debug-message.
6558         + in ncurses/tty/lib_mvcur.c,
6559           Use _nc_outch() in carriage return/newline movement instead of
6560           putchar() which goes to stdout.  Move test for xold>0 out of loop.
6561         + in ncurses/tinfo/setbuf.c,
6562           Set the flag SP->_buffered at the end of operations when all has been
6563           successful (typeMalloc can fail).
6564         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
6565
6566 20030906
6567         + modify configure script to avoid using "head -1", which does not
6568           work if POSIXLY_CORRECT (sic) is set.
6569         + modify run_tic.in to avoid using wrong shared libraries when
6570           cross-compiling (Dan Kegel).
6571
6572 20030830
6573         + alter configure script help message to make it clearer that
6574           --with-build-cc does not specify a cross-compiler (suggested by Dan
6575           Kegel <dank@kegel.com>).
6576         + modify configure script to accommodate libtool 1.5, as well as add an
6577           parameter to the "--with-libtool" option which can specify the
6578           pathname of libtool (report by Chris Zubrzycki).  We note that
6579           libtool 1.5 has more than one bug in its C++ support, so it is not
6580           able to install libncurses++, for instance, if $DESTDIR or the option
6581           --with-install-prefix is used.
6582
6583 20030823
6584         > patch by Philippe Blain:
6585         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
6586         + make baudrate computation in delay_output() consistent with the
6587           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
6588
6589 20030816
6590         + modify logic in waddch_literal() to take into account zh_TW.Big5
6591           whose multibyte sequences may contain "printable" characters, e.g.,
6592           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
6593         + improve storage used by _nc_safe_strcpy() by ensuring that the size
6594           is reset based on the initialization call, in case it were called
6595           after other strcpy/strcat calls (report by Philippe Blain).
6596         > patch by Philippe Blain:
6597         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
6598         + correct a place where _cup_cost was used rather than _cuu_cost
6599
6600 20030809
6601         + fix a small memory leak in _nc_free_termtype().
6602         + close trace-file if trace() is called with a zero parameter.
6603         + free memory allocated for soft-key strings, in delscreen().
6604         + fix an allocation size in safe_sprintf.c for the "*" format code.
6605         + correct safe_sprintf.c to not return a null pointer if the format
6606           happens to be an empty string.  This applies to the "configure
6607           --enable-safe-sprintf" option (Redhat #101486).
6608
6609 20030802
6610         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
6611           Daniel Jacobowitz).
6612         > patch by Philippe Blain:
6613         + change padding for change_scroll_region to not be proportional to
6614           the size of the scroll-region.
6615         + correct error-return in _nc_safe_strcat().
6616
6617 20030726
6618         + correct limit-checks in _nc_scroll_window() (report and test-case by
6619           Thomas Graf <graf@dms.at> cf: 20011020).
6620         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
6621           _GNU_SOURCE check.
6622
6623 20030719
6624         + use clr_eol in preference to blanks for bce terminals, so select and
6625           paste will have fewer trailing blanks, e.g., when using xterm
6626           (request by Vincent Lefevre).
6627         + correct prototype for wunctrl() in manpage.
6628         + add configure --with-abi-version option (discussion with Charles
6629           Wilson).
6630         > cygwin changes from Charles Wilson:
6631           + aclocal.m4: on cygwin, use autodetected prefix for import
6632             and static lib, but use "cyg" for DLL.
6633           + include/ncurses_dll.h: correct the comments to reflect current
6634             status of cygwin/mingw port.  Fix compiler warning.
6635           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
6636             DLL, by adding the lib-directory to the PATH variable.
6637           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
6638             primary instead of nxterm, to match XFree86's xterm.terminfo
6639             usage and to prevent circular links.
6640             (rxvt): add additional codes from rxvt.org.
6641             (rxvt-color): new alias
6642             (rxvt-xpm): new alias
6643             (rxvt-cygwin): like rxvt, but with special acsc codes.
6644             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
6645             with a "native" MSWin GUI.  Each takes different acsc codes,
6646             which are both different from the "normal" rxvt's acsc.
6647             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
6648             (cygwinDBG): ditto.
6649           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
6650             and static libs.
6651
6652 20030712
6653         + update config.guess, config.sub
6654         + add triples for configuring shared libraries with the Debian
6655           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
6656
6657 20030705
6658         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
6659           platforms have installed g++ along with the native C compiler, which
6660           would not accept gcc warning options.
6661         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
6662           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
6663         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
6664         + correct a sign-extension in wadd_wch() and wecho_wchar() from
6665           20030628 (report by Tomohiro Kubota).
6666         + work around omission of btowc() and wctob() from wide-character
6667           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
6668           Gabor Z Papp).
6669         + add portability note to curs_get_wstr.3x (Debian #199957).
6670
6671 20030628
6672         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
6673           respectively, to avoid calling waddch_noecho() with wide-character
6674           data, since that function assumes its input is 8-bit data.
6675           Similarly, modify waddnwstr() to call wadd_wch().
6676         + remove logic from waddnstr() which transformed multibyte character
6677           strings into wide-characters.  Rewrite of waddch_literal() from
6678           20030621 assumes its input is raw multibyte data rather than wide
6679           characters (report by Tomohiro Kubota).
6680
6681 20030621
6682         + write getyx() and related 2-return macros in terms of getcury(),
6683           getcurx(), etc.
6684         + modify waddch_literal() in case an application passes bytes of a
6685           multibyte character directly to waddch().  In this case, waddch()
6686           must reassemble the bytes into a wide-character (report by Tomohiro
6687           Kubota <kubota@debian.org>).
6688
6689 20030614
6690         + modify waddch_literal() in case a multibyte value occupies more than
6691           two cells.
6692         + modify PutAttrChar() to compute the number of character cells that
6693           are used in multibyte values.  This fixes a problem displaying
6694           double-width characters (report/test by Mitsuru Chinen
6695           <mchinen@yamato.ibm.com>).
6696         + add a null-pointer check for result of keyname() in _tracechar()
6697         + modify _tracechar() to work around glibc sprintf bug.
6698
6699 20030607
6700         + add a call to setlocale() in cursesmain.cc, making demo display
6701           properly in a UTF-8 locale.
6702         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
6703           by discussion with Gabor Z Papp).
6704         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
6705           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
6706         + fix a redefinition of $RANLIB in the configure script when libtool
6707           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
6708           <beren@mac.com>).
6709         + simplify ifdef for bool declaration in curses.h.in (suggested by
6710           Albert Chin-A-Young).
6711         + remove configure script check to allow -Wconversion for older
6712           versions of gcc (suggested by Albert Chin-A-Young).
6713
6714 20030531
6715         + regenerated html manpages.
6716         + modify ifdef's in curses.h.in that disabled use of __attribute__()
6717           for g++, since recent versions implement the cases which ncurses uses
6718           (Debian #195230).
6719         + modify _nc_get_token() to handle a case where an entry has no
6720           description, and capabilities begin on the same line as the entry
6721           name.
6722         + fix a typo in ncurses_dll.h reported by gcc 3.3.
6723         + add an entry for key_defined.3x to man_db.renames.
6724
6725 20030524
6726         + modify setcchar() to allow converting control characters to complex
6727           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
6728         + add tkterm entry -TD
6729         + modify parse_entry.c to allow a terminfo entry with a leading
6730           2-character name (report by Don Libes).
6731         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
6732         + fix trace statements in read_entry.c to use lseek() rather than
6733           tell().
6734         + fix signed/unsigned warnings from Sun's compiler (gcc should give
6735           these warnings, but it is unpredictable).
6736         + modify configure script to omit -Winline for gcc 3.3, since that
6737           feature is broken.
6738         + modify manlinks.sed to add a few functions that were overlooked since
6739           they return function pointers:  field_init, field_term, form_init,
6740           form_term, item_init, item_term, menu_init and menu_term.
6741
6742 20030517
6743         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
6744           be switched between cooked/raw modes because it is not a TTY (report
6745           by Wolfgang Gutjahr <gutw@knapp.com>).
6746         + change parameter of define_key() and key_defined() to const (prompted
6747           by Debian #192860).
6748         + add a check in test/configure for ncurses extensions, since there
6749           are some older versions, etc., which would not compile with the
6750           current test programs.
6751         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
6752           convert wchar_t string to multibyte form before printing it.
6753         + corrections to lib_get_wstr.c:
6754           + null-terminate buffer passed to setcchar(), which occasionally
6755             failed.
6756           + map special characters such as erase- and kill-characters into
6757             key-codes so those will work as expected even if they are not
6758             mentioned in the terminfo.
6759         + modify PUTC() and Charable() macros to make wide-character line
6760           drawing work for POSIX locale on Linux console (cf: 20021221).
6761
6762 20030510
6763         + make typography for program options in manpages consistent (report
6764           by Miloslav Trmac <mitr@volny.cz>).
6765         + correct dependencies in Ada95/src/Makefile.in, so the builds with
6766           "--srcdir" work (report by Warren L Dodge).
6767         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
6768           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
6769         + fix typos and whitespace in manpages (patch by Jason McIntyre
6770           <jmc@prioris.mini.pw.edu.pl>).
6771
6772 20030503
6773         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
6774           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
6775           the editing position before making modifications.
6776         + add test/demo_forms and associated test/edit_field.c demos.
6777         + modify test/configure.in to use test/modules for the list of objects
6778           to compile rather than using the list of programs.
6779
6780 20030419
6781         + modify logic of acsc to use the original character if no mapping is
6782           defined, noting that Solaris does this.
6783         + modify ncurses 'b' test to avoid using the acs_map[] array since
6784           20021231 changes it to no longer contain information from the acsc
6785           string.
6786         + modify makefile rules in c++, progs, tack and test to ensure that
6787           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
6788           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
6789         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
6790           not be shown when colors are used, i.e., if ncv#1 is set in the
6791           terminfo as is done in "screen".
6792
6793 20030412
6794         + add a test for slk_color(), in ncurses.c
6795         + fix some issues reported by valgrind in the slk_set() and slk_wset()
6796           code, from recent rewrite.
6797         + modify ncurses 'E' test to use show previous label via slk_label(),
6798           as in 'e' test.
6799         + modify wide-character versions of NewChar(), NewChar2() macros to
6800           ensure that the whole struct is initialized.
6801
6802 20030405
6803         + modify setupterm() to check if the terminfo and terminal-modes have
6804           already been read.  This ensures that it does not reinvoke
6805           def_prog_mode() when an application calls more than one function,
6806           such as tgetent() and initscr() (report by Olaf Buddenhagen).
6807
6808 20030329
6809         + add 'E' test to ncurses.c, to exercise slk_wset().
6810         + correct handling of carriage-return in wgetn_wstr(), used in demo of
6811           slk_wset().
6812         + first draft of slk_wset() function.
6813
6814 20030322
6815         + improved warnings in tic when suppressing items to fit in termcap's
6816           1023-byte limit.
6817         + built a list in test/README showing which externals are being used
6818           by either programs in the test-directory or via internal library
6819           calls.
6820         + adjust include-options in CF_ETIP_DEFINES to avoid missing
6821           ncurses_dll.h, fixing special definitions that may be needed for
6822           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
6823
6824 20030315
6825         + minor fixes for cardfile.c, to make it write the updated fields to
6826           a file when ^W is given.
6827         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
6828           trace code.
6829
6830 20030308
6831         + correct a case in _nc_remove_string(), used by define_key(), to avoid
6832           infinite loop if the given string happens to be a substring of other
6833           strings which are assigned to keys (report by John McCutchan).
6834         + add key_defined() function, to tell which keycode a string is bound
6835           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
6836         + correct keybound(), which reported definitions in the wrong table,
6837           i.e., the list of definitions which are disabled by keyok().
6838         + modify demo_keydef.c to show the details it changes, and to check
6839           for errors.
6840
6841 20030301
6842         + restructured test/configure script, make it work for libncursesw.
6843         + add description of link_fieldtype() to manpage (report by
6844           L Dee Holtsclaw <dee@sunbeltsoft.com>).
6845
6846 20030222
6847         + corrected ifdef's relating to configure check for wchar_t, etc.
6848         + if the output is a socket or other non-tty device, use 1 millisecond
6849           for the cost in mvcur; previously it was 9 milliseconds because the
6850           baudrate was not known.
6851         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
6852           glibc copies uninitialized data in that case, as noted by valgrind.
6853         + modify tput to use the same parameter analysis as tparm() does, to
6854           provide for user-defined strings, e.g., for xterm title, a
6855           corresponding capability might be
6856                 title=\E]2;%p1%s^G,
6857         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
6858           preprocessor.  This works around Mac OS X's preprocessor, which
6859           insists on adding a blank on each side of the token (report/analysis
6860           by Kevin Murphy <murphy@genome.chop.edu>).
6861
6862 20030215
6863         + add configure check for wchar_t and wint_t types, rather than rely
6864           on preprocessor definitions.  Also work around for gcc fixinclude
6865           bug which creates a shadow copy of curses.h if it sees these symbols
6866           apparently typedef'd.
6867         + if database is disabled, do not generate run_tic.sh
6868         + minor fixes for memory-leak checking when termcap is read.
6869
6870 20030208
6871         + add checking in tic for incomplete line-drawing character mapping.
6872         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
6873           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
6874           Gerben Wierda <Sherlock@rna.nl>).
6875         + make return value from _nc_printf_string() consistent.  Before,
6876           depending on whether --enable-safe-sprintf was used, it might not be
6877           cached for reallocating.
6878
6879 20030201
6880         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
6881         + correct a potentially-uninitialized value if _read_termtype() does
6882           not read as much data as expected (report by Wolfgang Rohdewald
6883           <wr6@uni.de>).
6884         + correct several places where the aclocal.m4 macros relied on cache
6885           variable names which were incompatible (as usual) between autoconf
6886           2.13 and 2.5x, causing the test for broken-linker to give incorrect
6887           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
6888           <te@dbs.uni-hannover.de>).
6889         + do not try to open gpm mouse driver if standard output is not a tty;
6890           the gpm library does not make this check (bug report for dialog
6891           by David Oliveira <davidoliveira@develop.prozone.ws>).
6892
6893 20030125
6894         + modified emx.src to correspond more closely to terminfo.src, added
6895           emx-base to the latter -TD
6896         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
6897           implement support for that in lib_mouse.c, lib_getch.c
6898
6899 20030118
6900         + revert 20030105 change to can_clear_with(), does not work for the
6901           case where the update is made on cells which are blanks with
6902           attributes, e.g., reverse.
6903         + improve ifdef's to guard against redefinition of wchar_t and wint_t
6904           in curses.h (report by Urs Jansen).
6905
6906 20030111
6907         + improve mvcur() by checking if it is safe to move when video
6908           attributes are set (msgr), and if not, reset/restore attributes
6909           within that function rather than doing it separately in the GoTo()
6910           function in tty_update.c (suggested by Philippe Blain).
6911         + add a message in run_tic.in to explain more clearly what does not
6912           work when attempting to create a symbolic link for /usr/lib/terminfo
6913           on OS/2 and other platforms with no symbolic links (report by John
6914           Polterak).
6915         + change several sed scripts to avoid using "\+" since it is not a BRE
6916           (basic regular expression).  One instance caused terminfo.5 to be
6917           misformatted on FreeBSD (report by Kazuo Horikawa
6918           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
6919         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
6920
6921 20030105
6922         + improve description of terminfo operators, especially static/dynamic
6923           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
6924         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
6925           use the predefined TYPE_ALPHA field-type, and by defining a
6926           specialized type for the middle initial/name.
6927         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
6928           of sed 4.0
6929         > patch by Philippe Blain:
6930         + optimize can_clear_with() a little by testing first if the parameter
6931           is indeed a "blank".
6932         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
6933           sections as small as one line.
6934         + improve ClrToEOL() by checking if clr_eos is available before trying
6935           to use it.
6936         + use tputs() rather than putp() in a few cases in tty_update.c since
6937           the corresponding delays are proportional to the number of lines
6938           affected: repeat_char, clr_eos, change_scroll_region.
6939
6940 20021231
6941         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
6942           global acs_map[] array; removed the lines that did the copying.
6943
6944 20021228
6945         + change some overlooked tputs() calls in scrolling code to use putp()
6946           (report by Philippe Blain).
6947         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
6948           is not a tty and consequently mode-changes do not work (report by
6949           <R.Chamberlin@querix.com>).
6950         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
6951           alternate-characters, i.e., to work with Linux console and UTF-8
6952           locale.
6953         + correct line/column reference in adjust_window(), needed to make
6954           special windows such as curscr track properly when resizing (report
6955           by Lucas Gonze <lgonze@panix.com>).
6956         > patch by Philippe Blain:
6957         + correct the value used for blank in ClrBottom() (broken in 20000708).
6958         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
6959
6960 20021221
6961         + change several tputs() calls in scrolling code to use putp(), to
6962           enable padding which may be needed for some terminals (patch by
6963           Philippe Blain).
6964         + use '%' as sed substitute delimiter in run_tic script to avoid
6965           problems with pathname delimiters such as ':' and '@' (report by John
6966           Polterak).
6967         + implement a workaround so that line-drawing works with screen's
6968           crippled UTF-8 support (tested with 3.9.13).  This only works with
6969           the wide-character support (--enable-widec); the normal library will
6970           simply suppress line-drawing when running in a UTF-8 locale in screen.
6971
6972 20021214
6973         + allow BUILD_CC and related configure script variables to be
6974           overridden from the environment.
6975         + make build-tools variables in ncurses/Makefile.in consistent with
6976           the configure script variables (report by Maciej W Rozycki).
6977         + modify ncurses/modules to allow
6978                 configure --disable-leaks --disable-ext-funcs
6979           to build (report by Gary Samuelson).
6980         + fix a few places in configure.in which lacked quotes (report by
6981           Gary Samuelson <gary.samuelson@verizon.com>).
6982         + correct handling of multibyte characters in waddch_literal() which
6983           force wrapping because they are started too late on the line (report
6984           by Sam Varshavchik).
6985         + small fix for CF_GNAT_VERSION to ignore the help-message which
6986           gnatmake adds to its version-message.
6987         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
6988         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
6989           compiling.
6990         + use $cross_compiling variable in configure script rather than
6991           comparing $host_alias and $target alias, since "host" is
6992           traditionally misused in autoconf to refer to the target platform.
6993         + change configure --help message to use "build" rather than "host"
6994           when referring to the --with-build-XXX options.
6995
6996 20021206
6997         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
6998           possible gnat versions such as 3.2 (report by Chris Lingard
6999           <chris@stockwith.co.uk>).
7000         + modify #define's for CKILL and other default control characters in
7001           tset to use the system's default values if they are defined.
7002         + correct interchanged defaults for kill and interrupt characters
7003           in tset, which caused it to report unnecessarily (Debian #171583).
7004         + repair check for missing C++ compiler, which is broken in autoconf
7005           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
7006         + update config.guess, config.sub (2002-11-30)
7007         + modify configure script to skip --with-shared, etc., when the
7008           --with-libtool option is given, since they would be ignored anyway.
7009         + fix to allow "configure --with-libtool --with-termlib" to build.
7010         + modify configure script to show version number of libtool, to help
7011           with bug reports.  libtool still gets confused if the installed
7012           ncurses libraries are old, since it ignores the -L options at some
7013           point (tested with libtool 1.3.3 and 1.4.3).
7014         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
7015           prevent -I options in the user's environment from introducing
7016           conflicts with the build -I options (may be related to reports by
7017           Patrick Ash and George Goffe).
7018         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
7019           test/demo_keyok.c to allow building these with libtool.
7020
7021 20021123
7022         + add example program test/define_key.c for define_key().
7023         + add example program test/keyok.c for keyok().
7024         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
7025         + modify wins_wch() and wins_wstr() to interpret tabs by using the
7026           winsch() internal function.
7027         + modify setcchar() to allow for wchar_t input strings that have
7028           more than one spacing character.
7029
7030 20021116
7031         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
7032         + change type for *printw functions from NCURSES_CONST to const
7033           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
7034           but really from a note on X/Open's website stating that either is
7035           acceptable, and the latter will be used in a future revision).
7036         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
7037           lib_mouse.c (20021026) -TD
7038         + add screen-bce, screen-s entries from screen 3.9.13 (report by
7039           Adam Lazur <zal@debian.org>) -TD
7040         + add mterm terminfo entries -TD
7041
7042 20021109
7043         + split-out useful fragments in terminfo for vt100 and vt220 numeric
7044           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
7045           vt220+keypad.  The last as embedded in various entries had ka3 and
7046           kb2 interchanged (report/discussion with Leonard den Ottolander
7047           <leonardjo@hetnet.nl>).
7048         + add check in tic for keypads consistent with vt100 layout.
7049         + improve checks in tic for color capabilities
7050
7051 20021102
7052         + check for missing/empty/illegal terminfo name in _nc_read_entry()
7053           (report by Martin Mokrejs, where $TERM was set to an empty string).
7054         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
7055           tab and other control characters consistently (report by Philippe
7056           Blain).
7057         + remove an #undef for KEY_EVENT from curses.tail used in the
7058           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
7059           dpkg's build script (Debian #165897).
7060         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
7061           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
7062
7063 20021026
7064         + implement logic in lib_mouse.c to handle position reports which are
7065           generated when XFree86 xterm is initialized with private modes 1002
7066           or 1003.  These are returned to the application as the
7067           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
7068           with ncurses 'a' menu (prompted by discussion with Larry Riedel
7069           <Larry@Riedel.org>).
7070         + modify lib_mouse.c to look for "XM" terminfo string, which allows
7071           one to override the escape sequence used to enable/disable mouse
7072           mode.  In particular this works for XFree86 xterm private modes
7073           1002 and 1003.  If "XM" is missing (note that this is an extended
7074           name), lib_mouse uses the conventional private mode 1000.
7075         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
7076           where it used screen_lines (report by Philippe Blain).
7077         + correct makefile rules for the case when both --with-libtool and
7078           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
7079         + add note to terminfo manpage regarding the differences between
7080           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
7081
7082 20021019
7083         + remove redundant initialization of TABSIZE in newterm(), since it is
7084           already done in setupterm() (report by Philippe Blain).
7085         + add test/inserts.c, to test winnstr() and winsch().
7086         + replace 'sort' in dist.mk with script that sets locale to POSIX.
7087         + update URLs in announce.html.in (patch by Frederic L W Meunier).
7088         + remove glibc add-on files, which are no longer needed (report by
7089           Frederic L W Meunier).
7090
7091 20021012 5.3 release for upload to ftp.gnu.org
7092         + modify ifdef's in etip.h.in to allow the etip.h header to compile
7093           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
7094         + add logic to setupterm() to make it like initscr() and newterm(),
7095           by checking for $NCURSES_TRACE environment variable and enabling
7096           the debug trace in that case.
7097         + modify setupterm() to ensure that it initializes the baudrate, for
7098           applications such as tput (report by Frank Henigman).
7099         + modify definition of bits used for command-line and library debug
7100           traces to avoid overlap, using new definition TRACE_SHIFT to relate
7101           the two.
7102         + document tput's interpretation of parameterized strings according to
7103           whether parameters are given, etc. (discussion with Robert De Bath).
7104
7105 20021005 pre-release
7106         + correct winnwstr() to account for non-character cells generated when
7107           a double-width character is added (report by Michael Bienia
7108           <michael@vorlon.ping.de>).
7109         + modify _nc_viswbuf2n() to provide better results using wctomb().
7110         + correct logic in _nc_varargs() which broke tracing of parameters for
7111           formats such as "%.*s".
7112         + correct scale factor in linux-c and linux-c-nc terminfo entries
7113           (report Floyd Davidson).
7114         + change tic -A option to -t, add the same option to infocmp for
7115           consistency.
7116         + correct "%c" implementation in lib_tparm.c, which did not map a null
7117           character to a 128 (cf: 980620) (patch by Frank Henigman
7118           <fjhenigman@mud.cgl.uwaterloo.ca>).
7119
7120 20020928 pre-release
7121         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
7122           it is found, to accommodate newer utility which dropped the
7123           compatibility support for +number options (reported by Andrey A
7124           Chernov).
7125         + modify linux terminfo entry to use color palette feature from
7126           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
7127         + restore original color definitions in endwin() if init_color() was
7128           used, and resume those colors on the next doupdate() or refresh()
7129           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
7130         + improve debug-traces by modifying MKlib_gen.sh to generate calls
7131           to returnBool() and returnAttr().
7132         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
7133           of waddnstr() and similar functions to match the parameters as used.
7134         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
7135         + correct type used by _nc_retrace_chtype().
7136         + add debug traces to some functions in lib_mouse.c
7137         + modify lib_addch.c to handle non-spacing characters.
7138         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
7139           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
7140         + correct width computed in _tracedump(), which did not account for
7141           the attributes (broken in 20010602).
7142         + modify test/tracemunch to replace addresses for windows other than
7143           curscr, newscr and stdscr with window0, window1, etc.
7144
7145 20020921 pre-release
7146         + redid fix for edit_man.sed path.
7147         + workaround for Cygwin bug which makes subprocess writes to stdout
7148           result in core dump.
7149         + documented getbegx(), etc.
7150         + minor fixes to configure script to use '%' consistently as a sed
7151           delimiter rather than '@'.
7152         > patch by Philippe Blain:
7153         + add check in lib_overlay.c to ensure that the windows to be merged
7154           actually overlap, and in copywin(), limit the area to be touched
7155           to the lines given for the destination window.
7156
7157 20020914 pre-release
7158         + modified curses.h so that if the wide-character version is installed
7159           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
7160           then applications that use that header for wide-character support
7161           must define HAVE_LIBUTF8_H.
7162         + modify putwin(), getwin() and dupwin() to allow them to operate on
7163           pads (request by Philippe Blain).
7164         + correct attribute-merging in wborder(), broken in 20020216 (report
7165           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
7166         > patch by Philippe Blain:
7167         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
7168         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
7169         + remove some unused variables from mvcur test-driver.
7170
7171 20020907 pre-release
7172         + change configure script to allow install of widec-character
7173           (ncursesw) headers to overwrite normal (ncurses) headers, since the
7174           latter is a compatible subset of the former.
7175         + fix path of edit_man.sed in configure script, needed to regenerate
7176           html manpages on Debian.
7177         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
7178         + update README.emx to reflect current patch used for autoconf.
7179         + change web- and ftp-site to invisible-island.net
7180         > patch by Philippe Blain:
7181         + change case for 'P' in tparam_internal() to indicate that it pops
7182           a variable from the stack.
7183         + correct sense of precision and width in parse_format(), to avoid
7184           confusion.
7185         + modify lib_tparm.c, absorb really_get_space() into get_space().
7186         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
7187           _idcok window fields.
7188         + better fix for _nc_set_type(), using typeMalloc().
7189
7190 20020901 pre-release
7191         + change minor version to 3, i.e., ncurses 5.3
7192         + update config.guess, config.sub
7193         + retest build with each configure option; minor ifdef fixes.
7194         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
7195           match XSI.
7196         + modify handling of wide line-drawing character functions to use the
7197           normal line-drawing characters when not in UTF-8 locale.
7198         + add check/fix to comp_parse.c to suppress warning about missing acsc
7199           string.  This happens in configurations where raw termcap information
7200           is processed; tic already does this and other checks.
7201         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
7202           ich1, to match xterm patch #70 notes.
7203         + moved information for ripped-off lines into SCREEN struct to allow
7204           use in resizeterm().
7205         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
7206           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
7207         + amend check in kgetch() from 20020824 to look only for function-keys,
7208           otherwise escape sequences are not resolved properly.
7209         > patch by Philippe Blain:
7210         + removed redundant assignment to SP->_checkfd from newterm().
7211         + check return-value of setupterm() in restartterm().
7212         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
7213         + prevent dupwin() from duplicating a pad.
7214         + prevent putwin() from writing a pad.
7215         + use typeRealloc() or typeMalloc() in preference to direct calls on
7216           _nc_doalloc().
7217
7218 20020824
7219         + add a check in kgetch() for cooked characters in the fifo to avoid
7220           calling fifo_push() when a KEY_RESIZE is available (report/analysis
7221           by Sam Varshavchik <mrsam@courier-mta.com>).
7222         + fix an overlooked case for Redhat #68199 (Philippe Blain).
7223         + ensure clearerr() is called before using ferror() e.g., in
7224           lib_screen.c (report by Philippe Blain).
7225
7226 20020817
7227         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
7228           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
7229           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
7230           #68199.
7231         + add checks for null pointer in calls to tparm() and tgoto() based on
7232           FreeBSD bug report.  If ncurses were built with termcap support, and
7233           the first call to tgoto() were a zero-length string, the result would
7234           be a null pointer, which was not handled properly.
7235         + correct a typo in terminfo.head, which gave the octal code for colon
7236           rather than comma.
7237         + remove the "tic -u" option from 20020810, since it did not account
7238           for nested "tc=" clauses, and when that was addressed, was still
7239           unsatisfactory.
7240
7241 20020810
7242         + add tic -A option to suppress capabilities which are commented out
7243           when translating to termcap.
7244         + add tic -u option to provide older behavior of "tc=" clauses.
7245         + modified tic to expand all but the final "tc=" clause in a termcap
7246           entry, to accommodate termcap libraries which do not handle multiple
7247           tc clauses.
7248         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
7249           Philippe Blain).
7250         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
7251           using AttrOf(), which already incorporates that mask (report by
7252           Philippe Blain).
7253         + document TABSIZE variable.
7254         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
7255           override compiled-in default black-on-white assumption used in
7256           assume_default_colors().
7257         + correct an off-by-one comparison against max_colors in COLORFGBG
7258           logic.
7259         + correct a use of uninitialized memory found by valgrind (reported by
7260           Olaf Buddenhagen <olafBuddenhagen@web.de>).
7261         + modified wresize() to ensure that a failed realloc will not corrupt
7262           the window structure, and to make subwindows fit within the resized
7263           window (completes Debian #87678, Debian #101699)
7264
7265 20020803
7266         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
7267           Philippe Blain).
7268         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
7269           logic used by lib_getch.c's support for GPM or EMX mouse (report by
7270           Philippe Blain)
7271         + remove NCURSES_CONST from several prototypes in curses.wide, to make
7272           the --enable-const --enable-widec configure options to work together
7273           (report by George Goffe <grgoffe@yahoo.com>).
7274
7275 20020727
7276         + finish no-leak checking in cardfile.c, using this for testing changes
7277           to resizeterm().
7278         + simplify _nc_freeall() using delscreen().
7279
7280 20020720
7281         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
7282           reset_prog_mode() (report/patch by Philippe Blain).
7283         + regenerate configure using patch for autoconf 2.52, to address
7284           problem with identifying C++ bool type.
7285         + correct/improve logic to produce an exit status for errors in tput,
7286           which did not exit with an error when told to put a string not in the
7287           current terminfo entry (report by David Gomez <david@pleyades.net>).
7288         + modify configure script AC_OUTPUT() call to work around defect in
7289           autoconf 2.52 which adds an ifdef'd include to the generated
7290           configure definitions.
7291         + remove fstat() check from scr_init(), which also fixes a missing
7292           include for <sys/stat.h> from 20020713 (reported by David Ellement,
7293           fix suggested by Philippe Blain).
7294         + update curs_scanw.3x manpage to note that XSI curses differs from
7295           SVr4 curses: return-values are incompatible.
7296         + correct several prototypes in manpages which used const
7297           inconsistently with the curses.h file, and removed spurious const's
7298           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
7299           Maynard <glenn@zewt.org>).
7300         + change internal type used by tparm() to long, to work with LP64 model.
7301         + modify nc_alloc.h to allow building with g++, for testing.
7302
7303 20020713
7304         + add resize-handling to cardfile.c test program.
7305         + altered resizeterm() to avoid having it fail when a child window
7306           cannot be resized because it would be larger than its parent.  (More
7307           work must be done on this, but it works well enough to integrate).
7308         + improve a limit-check in lib_refresh.c
7309         + remove check in lib_screen.c relating dumptime to file's modification
7310           times, since that would not necessarily work for remotely mounted
7311           filesystems.
7312         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
7313           t/T commands to enable/disable tracing.
7314         + updated status of multibyte support in TO-DO.
7315         + update contact info in source-files (patch by Juergen Pfeifer).
7316
7317 20020706
7318         + add Caps.hpux11, as an example.
7319         + modify version_filter(), used to implement -R option for tic and
7320           infocmp, to use computed array offsets based on the Caps.* file which
7321           is actually configured, rather than constants which correspond to
7322           the Caps file.
7323         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
7324           functions fail (reported by Philippe Blain).
7325         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
7326
7327 20020629
7328         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
7329         + set locale in most test programs (view.c and ncurses.c were the
7330           only ones).
7331         + add configure option --with-build-cppflags (report by Maksim A
7332           Nikulin <M.A.Nikulin@inp.nsk.su>).
7333         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
7334           Blain).
7335         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
7336           in UTF-8 locale.  Wide-character functions use Unicode values, while
7337           narrow-character functions use the terminfo data.
7338         + fix a couple of places in Ada95/samples which did not compile with
7339           gnat 3.14
7340         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
7341         + fix locale problem in MKlib_gen.sh by forcing related variables to
7342           POSIX (C), using same approach as autoconf (set variables only if
7343           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
7344           match.
7345
7346 20020622
7347         + add charset to generated html.
7348         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
7349           <dcrudy@pacbell.net> -TD
7350         + add rxvt-16color, ibm+16color entries -TD
7351         + modify check in --disable-overwrite option so that it is used by
7352           default unless the --prefix/$prefix value is not /usr, in attempt to
7353           work around packagers, e.g., for Sun's freeware, who do not read the
7354           INSTALL notes.
7355
7356 20020615
7357         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
7358           key code in get_wch().
7359         + extended resize-handling in test/ncurses 'a' menu to the entire
7360           stack of windows created with 'w' commands.
7361         + improve $COLORFGBG feature by interpreting an out-of-range color
7362           value as an SGR 39 or 49, for foreground/background respectively.
7363         + correct a typo in configure --enable-colorfgbg option, and move it
7364           to the experimental section (cf: 20011208).
7365
7366 20020601
7367         + add logic to dump_entry.c to remove function-key definitions that do
7368           not fit into the 1023-byte limit for generated termcaps.  This makes
7369           hds200 fit.
7370         + more improvements to tic's warnings, including logic to ignore
7371           differences between delay values in sgr strings.
7372         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
7373           accommodate Caps.osf1r5 which introduced a conflicting definition.
7374
7375 20020525
7376         + add simple resize-handling in test/ncurses.c 'a' menu.
7377         + fixes in keyname() and _tracechar() to handle negative values.
7378         + make tic's warnings about mismatches in sgr strings easier to follow.
7379         + correct tic checks for number of parameters in smgbp and smglp.
7380         + improve scoansi terminfo entry, and add scoansi-new entry -TD
7381         + add pcvt25-color terminfo entry -TD
7382         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
7383           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
7384         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
7385           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
7386
7387 20020523
7388         + correct and simplify logic for lib_pad.c change in 20020518 (reported
7389           by Mike Castle).
7390
7391 20020518
7392         + fix lib_pad.c for case of drawing a double-width character which
7393           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
7394           <lerdsuwa@users.sourceforge.net>)
7395         + modify configure script to work around broken gcc 3.1 "--version"
7396           option, which adds unnecessary trash to the requested information.
7397         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
7398           (reported by Ben Decker <deckerben@freenet.de>).
7399
7400 20020511
7401         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
7402           character versions as well.
7403         + implement erasewchar(), killwchar() based on erasechar() and
7404           killchar().
7405         + modify erasechar() and killchar() to return ERR if the value was
7406           VDISABLE.
7407         + correct a bug in wresize() in handling subwindows (based on patch by
7408           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
7409           <scott@gossamer-threads.com>).
7410         + improve test/tclock.c by making the second-hand update more often
7411           if gettimeofday() is available.
7412
7413 20020429
7414         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
7415           Tsouladze <andyt@mypoints.com>).
7416
7417 20020427
7418         + correct return-value from getcchar(), making it consistent with
7419           Solaris and Tru64.
7420         + reorder loops that generate makefile rules for different models vs
7421           subsets so configure --with-termlib works again.  This was broken by
7422           logic added to avoid duplicate rules in changes to accommodate cygwin
7423           dll's (reported by George.R.Goffe@seagate.com).
7424         + update config.guess, config.sub
7425
7426 20020421
7427         + modify ifdef's in write_entry.c to allow use of symbolic links on
7428           platforms with no hard links, e.g., BeOS.
7429         + modify a few includes to allow compile with BeOS, which has stdbool.h
7430           with a conflicting definition for 'bool' versus its OS.h definition.
7431         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
7432           alias for 'function'.
7433
7434 20020420
7435         + correct form of prototype for ripoffline().
7436         + modify MKlib_gen.sh to test that all functions marked as implemented
7437           can be linked.
7438
7439 20020413
7440         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
7441         + implement wgetn_wstr().
7442         + implement win_wchnstr().
7443         + remove redefinition of unget_wch() in lib_gen.c (reported by
7444           Jungshik Shin <jshin@jtan.com>).
7445
7446 20020406
7447         + modified several of the test programs to allow them to compile with
7448           vendor curses implementations, e.g., Solaris, AIX -TD
7449
7450 20020323
7451         + modified test/configure to allow configuring against ncursesw.
7452         + change WACS_xxx definition to use address, to work like Tru64 curses.
7453
7454 20020317
7455         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
7456           effect of echo/noecho and meta modes.
7457         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
7458           functions.
7459         + add manpage: curs_get_wch.3x
7460         + implement unget_wch().
7461         + implement wget_wch().
7462
7463 20020310
7464         + regenerated html manpages.
7465         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
7466         + implement wins_wch().
7467         + implement win_wch().
7468         + implement wins_nwstr(), wins_wstr().
7469
7470 20020309
7471         + add manpages: curs_addwstr.3x, curs_winwstr.3x
7472         + implement winnwstr(), winwstr().
7473
7474 20020223
7475         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
7476         + document wunctrl, key_name.
7477         + implement key_name().
7478         + remove const's in lib_box.c incorrectly leftover after splitting off
7479           lib_box_set.c
7480         + update llib-lncurses, llib-ncursesw, fix configure script related to
7481           these.
7482
7483 20020218
7484         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
7485           in spurious symlinks on install.
7486
7487 20020216
7488         + implement whline_set(), wvline_set(), add manpage curs_border_set.
7489         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
7490           box() and box_set() functions.
7491         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
7492           given UTF-8 string equivalents of WACS_xxx symbols.
7493         + minor fixes to several manpages based on groff -ww output.
7494         + add descriptions of external variables of termcap interface to
7495           the manpage (report by Bruce Evans <bde@zeta.org.au>).
7496         > patches by Bernhard Rosenkraenzer:
7497         + correct configure option --with-bool, which was executed as
7498           --with-ospeed.
7499         + add quotes for parameters of --with-bool and --with-ospeed configure
7500           options.
7501         > patch by Sven Verdoolaege (report by Gerhard Haering
7502           <haering_linux@gmx.de>):
7503         + correct typos in definitions of several wide-character macros:
7504           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
7505           mvwaddwstr.
7506         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
7507           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
7508
7509 20020209
7510         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
7511           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
7512           to demonstrate.
7513         + correct prototype in keybound manpage (noted from a Debian mailing
7514           list item).
7515
7516 20020202
7517         + add several cases to the wscanw() example in testcurs.c, showing the
7518           format.
7519         + implement a simple vsscanf() fallback function which uses the %n
7520           conversion to help parse the input data (prompted by discussion with
7521           Albert Chin-A-Young).
7522         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
7523           shared libraries, and to use $(CFLAGS) when linking test programs
7524           (patch by Albert Chin-A-Young).
7525         + add a call to _nc_keypad() in keypad() to accommodate applications
7526           such as nvi, which use curses for output but not for input (fixes
7527           Debian #131263, cf: 20011215).
7528         + add entrypoints to resizeterm.c which provide better control over the
7529           process:  is_term_resized() and resize_term().  The latter restores
7530           the original design of resizeterm() before KEY_RESIZE was added in
7531           970906.  Do this to accommodate 20010922 changes to view.c, but allow
7532           for programs with their own sigwinch handler, such as lynx (reported
7533           by Russell Ruby <russ@math.orst.edu>).
7534
7535 20020127
7536         + fix a typo in change to mk-1st.awk, which broke the shared-library
7537           makefile rules (reported by Martin Mokrejs).
7538
7539 20020126
7540         + update config.guess, config.sub
7541         + finish changes needed to build dll's on cygwin.
7542         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
7543
7544 20020119
7545         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
7546         + correct missing sed-editing stage in manpage installs which is used
7547           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
7548           #78866).
7549         + remove -L$(libdir) from linker flags, probably not needed any more
7550           since HPUX is handled properly (reported by Niibe Yutaka
7551           <gniibe@m17n.org>).
7552         + add configure check for mbstate_t, needed for wide-character
7553           configuration.  On some platforms we must include <wchar.h> to
7554           define this (reported by Daniel Jacobowitz).
7555         + incorporate some of the changes needed to build dll's on cygwin.
7556
7557 20020112a
7558         + workaround for awk did not work with mawk, adjusted shell script.
7559
7560 20020112
7561         + add Caps.osf1r5, as an example.
7562         + modify behavior of can_clear_with() so that if an application is
7563           running in a non-bce terminals with default colors enabled, it
7564           returns true, allowing the user to select/paste text without picking
7565           up extraneous trailing blanks (adapted from patch by Daniel
7566           Jacobowitz <dmj+@andrew.cmu.edu>).
7567         + modify generated curses.h to ifdef-out prototypes for extensions if
7568           they are disabled, and to define curses_version() as a string in that
7569           case.  This is needed to make the programs such as tic build in that
7570           configuration.
7571         + modified generated headers.sh to remove a gzip'd version of the
7572           target file if it exists, in case non-gzip'd manpages are installed
7573           into a directory where gzip'd ones exist.  In that case, the latter
7574           would be found.
7575         + corrected a redundant initialization of signal handlers from 20010922
7576           changes.
7577         + clarified bug-reporting address in terminfo.src (report by John H
7578           DuBois III <spcecdt@armory.com>).
7579         > several fixes from Robert Joop:
7580         + do not use "-v" option of awk in MKkey_defs.sh because it does not
7581           work with SunOS nawk.
7582         + modify definitions for libutf8 in curses.h to avoid redefinition
7583           warnings for mblen
7584         + quoted references to compiler in shell command in misc/Makefile, in
7585           case it uses multiple tokens.
7586
7587 20011229
7588         + restore special case from 20010922 changes to omit SA_RESTART when
7589           setting up SIGWINCH handler, which is needed to allow wgetch() to be
7590           interrupted by that signal.
7591         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
7592           not needed with autoconf 2.52
7593         + revert configure script to autoconf 2.13 patched with
7594                 autoconf-2.13-19990117.patch.gz (or later)
7595           from
7596                 ftp://invisible-island.net/autoconf/
7597           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
7598           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
7599           different problem configuring with Mac OS X (reported by Marc Smith
7600           <marc.a.smith@home.com>).
7601
7602 20011222
7603         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
7604           term.h
7605         + move prototype for _nc_vsscanf() into curses.h.in to omit
7606           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
7607           ncurses_cfg.h file which is not installed.
7608         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
7609           to work with broken linker configuration, e.g., cygwin (report by
7610           Robert Joop <rj@rainbow.in-berlin.de>).
7611         + make napms() call _nc_timed_wait() rather than poll() or select(),
7612           to work around broken implementations of these on cygwin.
7613
7614 20011218
7615         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
7616           by Sven Verdoolaege's rewrite of wide-character support.  This makes
7617           libncursesw incompatible again, but makes the header files almost the
7618           same as in the narrow-character configuration.
7619         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
7620           to eliminate differences between the wide/narrow versions of curses.h
7621         + correct typo in configure macro CF_FUNC_VSSCANF
7622         + correct location of call to _nc_keypad() from 20011215 changes which
7623           prevented keypad() from being disabled (reported by Lars Hecking).
7624
7625 20011215
7626         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
7627           better, e.g., by adding a 'w' command to create new windows which
7628           may have different keypad() settings.
7629         + corrected logic of keypad() by adding internal screen state to track
7630           whether the terminal's keypad-mode has been set.  Use this in
7631           wgetch() to update the keypad-mode according to whether the
7632           associated window's keypad-mode has been set with keypad().  This
7633           corrects a related problem restoring terminal state after handling
7634           SIGTSTP (reported by Mike Castle).
7635         + regenerate configure using patch for autoconf 2.52
7636                 autoconf-2.52-patch.gz
7637           at
7638                 ftp://invisible-island.net/autoconf/
7639         + update config.guess, config.sub from
7640                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
7641         + minor changes to quoting in configure script to allow it to work
7642           with autoconf 2.52
7643
7644 20011208
7645         + modify final checks in lib_setup.c for line and col values, making
7646           them independent.
7647         + modify acs_map[] if configure --broken-linker is specified, to make
7648           it use a function rather than an array (prompted by an incorrect
7649           implementation in cygwin package).
7650         + correct spelling of configure option --enable-colorfgbg, which
7651           happened to work if --with-develop was set (noted in cygwin package
7652           for ncurses).
7653         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
7654           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
7655         + add configure checks to see if ncurses' fallback vsscanf() will
7656           compile either of the special cases for FILE structs, and if not,
7657           force it to the case which simply returns an error (report by
7658           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
7659           64-bits does not allow access to FILE's fields).
7660         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
7661           the ncurses library if no better substitute for this can be found
7662           in the C++ runtime.
7663         + modify the build to name dynamic libraries according to the
7664           convention used on OS X and Darwin.  Rather than something like
7665           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
7666           There are a few additional minor fixes, such as setting the library
7667           version and compatibility version numbers (patch by Jason Evans
7668           <jevans@apple.com>).
7669         + use 'sh' to run mkinstalldirs, to work around problems with buggy
7670           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
7671         + correct typo in manpage description of curs_set() (Debian #121548).
7672         + replace the configure script existence-check for mkstemp() by one
7673           that checks if the function works, needed for older glibc and
7674           AmigaOS.
7675
7676 20011201
7677         + modify script that generates fallbacks.c to compile a temporary
7678           copy of the terminfo source in case the host does not contain all of
7679           the entries requested for fallbacks (request by Greg Roelofs).
7680         + modify configure script to accommodate systems such as Mac OS X whose
7681           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
7682           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
7683           from curses.h to force consistent usage, define a new type
7684           NCURSES_BOOL and related that to the exported 'bool' as either a
7685           typedef or definition, according to whether <stdbool.h> is present
7686           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
7687
7688 20011124
7689         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
7690
7691 20011117
7692         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
7693           (Benjamin C W Sittler).
7694         + add putty terminfo entry -TD
7695         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
7696           this may not otherwise be defined to make test/view.c compile.
7697
7698 20011110
7699         + review/correct several missing/generated items in curses.wide, sorted
7700           the lists to make subsequent diff's easier to track.
7701
7702 20011103
7703         + add manual pages for add_wch(), echo_wchar(), getcchar(),
7704           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
7705         + implement wecho_wchar()
7706         + modify _tracedump() to handle wide-characters by mapping them to '?'
7707           and control-characters to '.', to make the trace file readable.  Also
7708           dynamically allocate the buffer used by _tracedump() for formatting
7709           the results.
7710         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
7711           in a trace by using curly braces.
7712         + implement _nc_viscbuf(), for tracing cchar_t arrays.
7713         + correct trace-calls in setcchar() and getcchar() functions, which
7714           traced the return values but not the entry to each function.
7715         + correct usage message in test/view.c, which still mentioned -u flag.
7716
7717 20011027
7718         + modify configure script to allow building with termcap only, or with
7719           fallbacks only.  In this case, we do not build tic and toe.
7720         + add configure --with-termpath option, to override default TERMPATH
7721           value of /etc/termcap:/usr/share/misc/termcap.
7722         + cosmetic change to tack: make menu descriptions agree with menu
7723           titles.
7724
7725 20011020
7726         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
7727           to ensure that if the parameter of wscrl() is larger than the size of
7728           the scrolling region, then the scrolling region will be cleared
7729           (report by Ben Kohlen <bckohlen@yahoo.com>).
7730         + add trace/varargs.c, using this to trace parameters in lib_printw.c
7731         + implement _tracecchar_t2() and _tracecchar_t().
7732         + split-out trace/visbuf.c
7733         + correct typo in lib_printw.c changes from 20010922 (report by Mike
7734           Castle).
7735
7736 20011013
7737         + modify run_tic.sh to check if the build is a cross-compile.  In that
7738           case, do not use the build's tic to install the terminfo database
7739           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
7740         + modify mouse click resolution so that mouseinterval(-1) will disable
7741           it, e.g., to handle touchscreens via a slow connection (request by
7742           Byron Stanoszek <gandalf@winds.org>).
7743         + correct mouseinterval() default value shown in curs_mouse.3x
7744         + remove conflicting definition of mouse_trafo() (reported by Lars
7745           Hecking, using gcc 2.95.3).
7746
7747 20011001
7748         + simpler fix for signal_name(), to replace the one overlooked in
7749           20010929 (reported by Larry Virden).
7750
7751 20010929
7752         + add -i option to view.c, to test ncurses' check for non-default
7753           signal handler for SIGINT, etc.
7754         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
7755           <bbraun@synack.net>).
7756         + modify tset to restore original I/O modes if an error is encountered.
7757           Also modify to use buffered stderr consistently rather than mixing
7758           with write().
7759         + change signal_name() function to use if-then-else rather than case
7760           statement, since signal-values aren't really integers (reported by
7761           Larry Virden).
7762         + add limit checks in wredrawln(), fixing a problem where lynx was
7763           repainting a pad which was much larger than the screen.
7764
7765 20010922
7766         + fix:  PutRange() was counting the second part of a wide character as
7767           part of a run, resulting in a cursor position that was one too far
7768           (patch by Sven Verdoolaege).
7769         + modify resizeterm() to not queue a KEY_RESIZE if there was no
7770           SIGWINCH, thereby separating the two styles of SIGWINCH handling
7771           in test/view.c
7772         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
7773         + eliminate several static buffers in the terminfo compiler, using
7774           allocated buffers.
7775         + modify MKkeyname.awk so that keyname() does not store its result into
7776           a static buffer that is overwritten by the next call.
7777         + reorganize the output of infocmp -E and -e options to compile cleanly
7778           with gcc -Wwrite-strings warnings.
7779         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
7780
7781 20010915
7782         + add label to test/view.c, showing the name of the last key or signal
7783           that made the screen repaint, to make it clearer when a sigwinch
7784           does this.
7785         + use ExitProgram() consistently in the test-programs to make it
7786           simpler to test leaks with dmalloc, etc.
7787         + move hashtab static data out of hashmap.c into SCREEN struct.
7788         + make NO_LEAK code compile with revised WINDOWLIST structs.
7789
7790 20010908
7791         + modify tgetent() to check if exit_attribute_mode resets the alternate
7792           character set, and if so, attempt to adjust the copy of the termcap
7793           "me" string which it will return to eliminate that part.  In
7794           particular, 'screen' would lose track of line-drawing characters
7795           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
7796           Michael Schroeder).
7797
7798 20010901
7799         + specify DOCTYPE in html manpages.
7800         + add missing macros for several "generated" functions:  attr_get(),
7801           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
7802           mouse_trafo().
7803         + modify view.c to agree with non-experimental status of ncurses'
7804           sigwinch handler:
7805           + change the sense of the -r option, making it default to ncurses'
7806             sigwinch handler.
7807           + add a note explaining what functions are unsafe in a signal
7808             handler.
7809           + add a -c option, to set color display, for testing.
7810         + unset $data variable in MKterminfo.sh script, to address potential
7811           infinite loop if shell malfunction (report by Samuel Mikes
7812           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
7813         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
7814           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
7815         + correct logic for COLORFGBG environment variable: if rxvt is compiled
7816           with xpm support, the variable has three fields, making it slightly
7817           incompatible with itself.  In either case, the background color is
7818           the last field.
7819
7820 20010825
7821         + move calls to def_shell_mode() and def_prog_mode() before loop with
7822           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
7823           the tty modes before saving them (patch by John David Anglin
7824           <dave@hiauly1.hia.nrc.ca>).
7825         + duplicate logic used to initialize trace in newterm(), in initscr()
7826           to avoid confusing trace of initscr().
7827         + simplify allocation of WINDOW and WINDOWLIST structs by making the
7828           first a part of the second rather than storing a pointer.  This saves
7829           a call to malloc for each window (discussion with Philippe Blain).
7830         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
7831           Blain).
7832         + modify c++/Makefile.in to accommodate archive programs that are
7833           different for C++ than for C, and add cases for vendor's C++
7834           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
7835         + correct manpage description of criteria for deciding if the terminal
7836           supports xterm mouse controls.
7837         + add several configure script options to aid with cross-compiling:
7838           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
7839           --with-build-libs (request by Greg Roelofs).
7840         + change criteria for deciding if configure is cross-compiling from
7841           host/build mismatch to host/target mismatch (request by Greg Roelofs
7842           <greg.roelofs@philips.com>).
7843         + correct logic for infocmp -e and -E options which writes the data for
7844           the ext_Names[] array.  This is needed if one constructs a fallback
7845           table for a terminfo entry which uses extended termcap names, e.g.,
7846           AX in a color xterm.
7847         + fix undefined NCURSES_PATHSEP when configure --disable-database
7848           option is given.
7849
7850 20010811
7851         + fix for VALID_BOOLEAN() macro when char is not signed.
7852         + modify 'clean' rule for C++ binding to work with Sun compiler, which
7853           caches additional information in a subdirectory of the objects.
7854         + added llib-ncursesw.
7855
7856 20010804
7857         + add Caps.keys example for experimental extended function keys
7858           (adapted from a patch by Ilya Zakharevich).
7859         + correct parameter types of vidputs() and vidattr() to agree with
7860           header files (report by William P Setzer).
7861         + fix typos in several man-pages (patch by William P Setzer).
7862         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
7863           macro, which made ncurses C++ binding fail to build with other
7864           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
7865         + workaround for bug in HPUX 11.x C compiler: add a blank after
7866           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
7867         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
7868           Albert Chin-A-Young).
7869         + correct definition of key_end in Caps.aix4, which left KEY_END
7870           undefined (report by Albert Chin-A-Young).
7871         + remove a QNX-specific fallback prototype for vsscanf(), which is
7872           obsolete with QNX RTP.
7873         + review/fix some of the T() and TR() macro calls, having noticed that
7874           there was no data for delwin() in a trace of dialog because there was
7875           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
7876           now selected under TRACE_IEVENT rather than TRACE_CALLS.
7877
7878 20010728
7879         + add a _nc_access() check before opening files listed via $TERMPATH.
7880         + using modified man2html, regenerate some of the html manpages to fix
7881           broken HREF's where the link was hyphenated.
7882
7883 20010721
7884         + add some limit/pointer checks to -S option of tputs.
7885         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
7886           (Benjamin C W Sittler).
7887         + add a note in curs_termcap.3x regarding a defect in the XSI
7888           description of tgetent (based on a discussion with Urs Jansen
7889           regarding the HPUX 11.x implementation, whose termcap interface is
7890           not compatible with existing termcap programs).
7891         + modify manhtml rule in dist.mk to preserve copyright notice on the
7892           generated files, as well as to address HTML style issues reported by
7893           tidy and weblint.  Regenerated/updated corresponding html files.
7894         + comment out use of Protected_Character and related rarely used
7895           attributes in ncurses Ada95 test/demo to compile with wide-character
7896           configuration.
7897
7898 20010714
7899         + implement a simple example in C++ demo to test scanw().
7900         + corrected stdio function used to implement scanw() in cursesw.cc
7901         + correct definition of RemAttr() macro from 20010602 changes, which
7902           caused C++ SillyDemo to not show line-drawing characters.
7903         + modify C++ binding, adding getKey() which can be overridden by user
7904           to substitute functions other than getch() for keyboard processing
7905           of forms and menus (patch by Juergen Pfeifer).
7906
7907 20010707
7908         + fix some of the trace calls which needed modification to work with
7909           new wide-character structures.
7910         + modify magic-cookie code in tty_update.c to compile with new
7911           wide-character structures (report by <George.R.Goffe@seagate.com>).
7912         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
7913           compiling for wide-character configuration.
7914         + make addwnstr() handle non-spacing characters (patch by Sven
7915           Verdoolaege).
7916
7917 20010630
7918         + add configure check to define _GNU_SOURCE, needed to prop up glibc
7919           header files.
7920         + split-out include/curses.wide to solve spurious redefinitions caused
7921           by defining _GNU_SOURCE, and move includes for <signal.h> before
7922           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
7923           file.
7924         + extended ospeed change to NetBSD and OpenBSD -TD
7925         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
7926           work properly for termcap applications (patch by Andrey A Chernov).
7927
7928 20010623
7929         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
7930           <eugene@anime.net>, Sven Verdoolaege).
7931         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
7932
7933 20010618
7934         + change overlooked several CharOf/UChar instances.
7935         > several patches from Sven Verdoolaege:
7936         + correct a typo in wunctrl(), which made it appear that botwc() was
7937           needed (no such function: use btowc()).
7938         + reimplement wide-character demo in test/view.c, using new functions.
7939         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
7940         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
7941
7942 20010616
7943         + add parentheses in macros for malloc in test.priv.h, fixes an
7944           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
7945         + add Caps.uwin, as an example.
7946         + change the way curses.h is generated, making the list of function
7947           key definitions extracted from the Caps file.
7948         + add #undef's before possible redefinition of ERR and OK in curses.h
7949         + modify logic in tic, toe, tput and tset which checks for basename of
7950           argv[0] to work properly on systems such as OS/2 which have
7951           case-independent filenames and/or program suffixes, e.g., ".ext".
7952
7953 20010609
7954         + add a configure check, if --enable-widec is specified, for putwc(),
7955           which may be in libutf8.
7956         + remove some unnecessary text from curs_extend.3x and
7957           default_colors.3x which caused man-db to make incorrect symbolic
7958           links (Debian #99550).
7959         + add configure check if cast for _IO_va_list is needed to compile
7960           C++ vscan code (Debian #97945).
7961         > several patches from Sven Verdoolaege:
7962         + correct code that used non-standard auto-initialization of a struct,
7963           which gcc allows (report by Larry Virden).
7964         + use putwc() in PUTC() macro.
7965         + make addstr() work for the special case where the codeset is
7966           non-stateful (eg. UTF-8), as well as stateful codesets.
7967
7968 20010603
7969         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
7970           from 20010602 (report by Mike Castle).
7971
7972 20010602
7973         + modify mvcur() to avoid emitting newline characters when nonl() mode
7974           is set.  Normally this is not a problem since the actual terminal
7975           mode is set to suppress nl/crlf translations, however it is useful to
7976           allow the caller to manipulate the terminal mode to avoid staircasing
7977           effects after spawning a process which writes messages (for lynx
7978           2.8.4) -TD
7979         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
7980         + remove redundant type-conversion in fifo_push()
7981         + correct definition of addwstr() macro in curses.h.in
7982         + remove _nc_utf8_outch()
7983         + rename most existing uses of CharOf() to UChar(), e.g., where it is
7984           used to prevent sign-extension in ctype macros.
7985         + change some chtype's to attr_t's where the corresponding variables
7986           are used to manipulate attributes.
7987         + UpdateAttr() was applied to both attributes (attr_t) and characters
7988           (chtype).  Modify macro and calls to it to make these distinct.
7989         + add CharEq() macro, use in places where wide-character configuration
7990           implementation uses a struct for cchar_t.
7991         + moved struct ldat into curses.priv.h, to hide implementation details.
7992         + change CharOf() macro to use it for masking A_CHARTEXT data from
7993           chtype's.
7994         + add L() macro to curses.priv.h, for long-character literals.
7995         + replace several assignments from struct ldat entries to chtype or
7996           char values with combinations of CharOf() and AttrOf() macros.
7997         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
7998           we are using chtype data.
7999         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
8000           and SetAttr().
8001         + add/use SetChar() macro, to change a cchar_t based on a character and
8002           attributes.
8003         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
8004           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
8005           where a pointer would be more useful.
8006         + add stubs for tracing cchar_t values.
8007         + add/use macro ISBLANK()
8008         + add/use constructors for cchar_t's: NewChar(), NewChar2().
8009         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
8010           passing cchar_t's by address.
8011         + add/use PUTC_DATA, PUTC() macros.
8012         + for wide-character configuration, move the window background data to
8013           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
8014           is defined or not, the offsets in the struct will not change.
8015         + modify addch() to work with wide-characters.
8016         + mark several wide-character functions as generated in curses.h.in
8017         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
8018           wborder_set() and waddnwstr().
8019
8020 20010526
8021         + add experimental --with-caps=XXX option to customize to similar
8022           terminfo database formats such as AIX 4.x
8023         + add Caps.aix4 as an example.
8024         + modify Caps to add columns for the the KEY_xxx symbols.
8025         + modify configure --with-widec to suppress overwrite of libcurses.so
8026           and curses.h
8027         + add checks to toe.c to avoid being confused by files and directories
8028           where we would expect the reverse, e.g., source-files in the
8029           top-level terminfo levels as is the case for AIX.
8030
8031 20010519
8032         + add top-level 'depend' rule for the C sources, assuming that the
8033           makedepend program is available.  As a side-effect, this makes
8034           the generated sources, as in "make sources" (prompted by a report
8035           by Mike Castle that "make -j" fails because the resulting parallel
8036           processes race to generate ncurses/names.c).
8037         + modify configure script so that --disable-overwrite option's action
8038           to add a symbolic link for libcurses applies to the static library as
8039           well as the shared library when both are configured (report by Felix
8040           Natter <f.natter@ndh.net>).
8041         + add ELKS terminfo entries (Federico Bianchi
8042           <bianchi@www.arte.unipi.it>)
8043         + add u6 (CSR) to Eterm (Michael Jennings).
8044
8045 20010512
8046         + modify test/ncurses.c to work with xterm-256color, which has fewer
8047           color pairs than colors*colors (report by David Ellement
8048           <ellement@sdd.hp.com>).
8049
8050 20010505
8051         + corrected screen.xterm-xfree86 entry.
8052         + update comment in Caps regarding IBM (AIX) function-key definitions.
8053
8054 20010421
8055         + modify c++/Makefile.in to link with libncurses++w.a when configured
8056           for wide-characters (patch by Sven Verdoolaege).
8057         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
8058         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
8059         + update config.guess, config.sub from autoconf 2.49e (alpha).
8060
8061 20010414
8062         + add secondary check in tic.c, similar_sgr() to see if the reason
8063           for mismatch was that the individual capabilities used a time-delay
8064           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
8065           and remove time-delay from Apple_Terminal entries.
8066         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
8067           <bsittler@iname.com>).
8068         + correct definitions of shifted editing keys for xterm-xfree86 -TD
8069         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
8070         + prevent relative_move() from doing an overwrite if it detects 8-bit
8071           characters when configured for UTF-8 (reported by Sven Verdoolaege
8072           <skimo@kotnet.org>).
8073
8074 20010407
8075         + add configure checks for strstream.h vscan function, and similar
8076           stdio-based function which may be used in C++ binding for gcc 3.0
8077           (reports by George Goffe, Lars Hecking, Mike Castle).
8078         + rewrite parts of configure.in which used changequote().  That feature
8079           is broken in the latest autoconf alphas (e.g., 2.49d).
8080         + add a missing pathname for ncurses_dll.h, needed when building in
8081           a directory outside the source tree (patch by Sven Verdoolaege
8082           <skimo@kotnet.org>).
8083         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
8084         + no ships were ever placed in the last row or in the last column.
8085           This made the game very easy to win, because you never had to waste
8086           any shots there, but the computer did.
8087         + the squares around a sunken ship that belonged to the player were not
8088           displayed as already hit by the computer, like it does for the
8089           player.
8090
8091 20010331
8092         + add some examples of customizing screen's terminfo:
8093           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
8094         + modify screen's terminfo entry to match the khome/kend in screen
8095           3.09.08 (Debian #92215).
8096         + correct a memory leak in forms library (report by Stefan Vogtner
8097           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
8098
8099 20010324
8100         + change symbols used to guard against repeated includes to begin
8101           consistently with "NCURSES_" rather than a leading underscore.  There
8102           are other symbols defined in the header files which begin with a
8103           leading underscore, but they are part of the legacy interface.
8104         + reorder includes in c++ binding so that rcs identifiers can be
8105           compiled-in.
8106         + add .cc.ii rule to c++ makefile, to get preprocessor output for
8107           debugging.
8108         + correct configure script handling of @keyword@ substitutions when the
8109           --with-manpage-renames option is given (cf: 20000715, fixes Debian
8110           #89939).
8111         + report stack underflow/overflow in tparm() when tic -cv option is
8112           given.
8113         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
8114           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
8115
8116 20010310
8117         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
8118           2.95.2, and correcting some conflicting color pair initializations.
8119         + add missing copyright notice for cursesw.h
8120         + review, make minor fixes for use of '::' for referring to C-language
8121           interface from C++ binding.
8122         + modify configure check for g++ library slightly to accommodate
8123           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
8124           <rho@mipos2.intel.com>).
8125         + add configure check for c++ <sstream> header, replace hardcoded
8126           ifdef.
8127         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
8128           vscan from strstreambuf to follow standard, use wrapper for C vscanf
8129           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
8130           <taggart@carmen.fc.hp.com>, fixes Debian .
8131
8132 20010303
8133         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
8134           to make quieter loading of /etc/termcap (patch by Todd C Miller).
8135         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
8136           (patch by Todd C Miller).
8137
8138 20010224
8139         + compiler-warning fixes (reported by Nelson Beebe).
8140
8141 20010210
8142         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
8143           mouse controls -TD
8144
8145 20010203
8146         + broaden patterns used to match OS/2 EMX in configure script to cover
8147           variant used in newer config.guess/config.sub
8148         + remove changequote() calls from configure script, since this feature
8149           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
8150         + remove macro callPutChar() from tty_update.c, since this is no longer
8151           needed (reported by Philippe Blain).
8152         + add a null-pointer check in tic.c to handle the case when the input
8153           file is really empty.  Modify the next_char() function in comp_scan.c
8154           to allow arbitrarily long lines, and incidentally supply a newline to
8155           files that do not end in a newline.  These changes improve tic's
8156           recovery from attempts to read binary files, e.g., its output from
8157           the terminfo database (reported by Bernhard Rosenkraenzer).
8158
8159 20010127
8160         + revert change to c++/demo.cc from 20001209, which changed definition
8161           of main() apparently to accommodate cygwin linker, but broke the demo
8162           program.
8163         + workaround for broken egcs 2.91.66 which calls member functions
8164           (i.e., lines() and colors() of NCursesWindow before calling its
8165           constructor.  Add calls to initialize() in a few constructors which
8166           did not do this already.
8167         + use the GNAT preprocessor to make the necessary switch between TRACE
8168           and NO_TRACE configurations (patch by Juergen Pfeifer).
8169         > patches by Bernhard Rosenkraenzer:
8170         + modify kterm terminfo entry to use SCS sequence to support alternate
8171           character set (it does not work with SI/SO).
8172         + --with-ospeed=something didn't work.  configure.in checked for a
8173           $enableval where it should check for $withval.  Also,
8174           ncurses/llib-lncurses still had a hardcoded short.
8175
8176 20010114
8177         + correction to my merge of Tom Riddle's patch that broke tic in some
8178           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
8179
8180 20010113
8181         + modify view.c to test halfdelay().  Like other tests, this recognizes
8182           the 's' and space commands for stopping/starting polled input, shows
8183           a freerunning clock in the header.  If given a parameter to 's', that
8184           makes view.c use halfdelay() with that parameter rather than
8185           nodelay().
8186         + fix to allow compile with the experimental configure option
8187           --disable-hashmap.
8188         + modify postprocess_termcap() to avoid overwriting key_backspace,
8189           key_left, key_down when processing a non-base entry (report/patch by
8190           Tom Riddle).
8191         + modify _nc_wrap_entry(), adding option to reallocate the string
8192           table, needed in _nc_merge_entry() when merging termcap entries.
8193           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
8194         + modify a few configure script macros to keep $CFLAGS used only for
8195           compiler options, preprocessor options in $CPPFLAGS.
8196
8197 20001230
8198         + correct marker positions in lrtest.c after receiving a sigwinch.
8199         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
8200         + fixes to tclock for resizing behavior, redundant computation (report
8201           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
8202
8203 20001216
8204         + improved scoansi terminfo entry -TD
8205         + modify configure script and makefile in Ada95/src to compile a stub
8206           for the trace functions when ncurses does not provide those.
8207
8208 20001209
8209         + add ncurses_dll.h and related definitions to support generating DLL's
8210           with cygwin (adapted from a patch by Charles Wilson
8211           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
8212           work with 'indent') -TD
8213
8214 20001202
8215         + correct prototypes for some functions in curs_termcap.3x, matching
8216           termcap.h, which matches X/Open.
8217         > patch by Juergen Pfeifer:
8218         + a revised version of the Ada enhancements sent in by "H.
8219           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
8220           patch includes
8221           - small fixes to the existing ncurses binding
8222           - addition of some more low-level functions to the binding, including
8223             termcap and terminfo functions
8224           - An Ada implementation of the "ncurses" test application originally
8225             written in C.
8226
8227 20001125
8228         + modify logic in lib_setup.c to allow either lines or columns value
8229           from terminfo to be used if the screen size cannot be determined
8230           dynamically rather than requiring both (patch by Ehud Karni
8231           <ehud@unix.simonwiesel.co.il>).
8232         + add check in lib_tgoto.c's is_termcap() function to reject null or
8233           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
8234           freebsd-bugs).
8235         + add definition from configure script that denotes the path-separator,
8236           which is normally a colon.  The path-separator is a semicolon on
8237           OS/2 EMX and similar systems which may use a colon within pathnames.
8238         + alter logic to set default for --disable-overwrite option to set it
8239           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
8240           accommodating the most common cause of problems: gcc's nonstandard
8241           search rules.  Other locations such as /usr/local/ncurses will
8242           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
8243
8244 20001118
8245         + modify default for --disable-overwrite configure option to disable
8246           if the --prefix or $prefix value is not /usr.
8247         + add cygwin to systems for which ncurses is installed by default into
8248           /usr rather than /usr/local.
8249
8250 20001111
8251         + minor optimization in comp_error.c and lib_termname.c, using
8252           strncat() to replace strncpy() (patch by Solar Designer).
8253         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
8254           geteuid() to use_terminfo_vars() (patch by Solar Designer
8255           <solar@false.com>).
8256         + improved cygwin terminfo entry, based on patch by
8257           <ernie_boyd@yahoo.com>.
8258         + modify _nc_write_entry() to allow for the possibility that linking
8259           aliases on a filesystem that ignores case would not succeed because
8260           the source and destination differ only by case, e.g., NCR260VT300WPP0
8261           on cygwin (report by Neil Zanella).
8262         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
8263           Rosenkraenzer <bero@redhat.de>).
8264
8265 20001104
8266         + add configure option --with-ospeed to assist packagers in transition
8267           to 5.3 change to ospeed type.
8268         + add/use CharOf() macro to suppress sign-extension of char type on
8269           platforms where this is a problem in ctype macros, e.g., Solaris.
8270         + change trace output to binary format.
8271         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
8272           macro, for OS/2 EMX configuration.
8273         + rearrange a few configure macros, moving preprocessor options to
8274           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
8275           use $CPPFLAGS in both the compile and preprocessor checks).
8276         + add a check in relative_move() to guard against buffer overflow in
8277           the overwrite logic.
8278
8279 20001028
8280         + add message to configure script showing g++ version.
8281         + resync config.guess, config.sub
8282         + modify lib_delwin.c, making it return ERR if the window did not exist
8283           (suggested by Neil Zanella).
8284         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
8285           to test/review ncurses library.  (Would use lclint, but it doesn't
8286           work).
8287         + reorganized knight.c to avoid forward references.  Correct screen
8288           updates when backtracking, especially to the first cell.  Add F/B/a
8289           commands.
8290
8291 20001021 5.2 release for upload to ftp.gnu.org
8292         + update generated html files from manpages.
8293         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
8294           in html manpages.
8295         + fix an uninitialized pointer in read_termcap.c (report by Todd C
8296           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
8297         + correct help-message and array limit in knight.c (patch by Brian
8298           Raiter <breadbox@muppetlabs.com>).
8299         > patch by Juergen Pfeifer:
8300         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
8301           for some identifiers defined in the standard package.
8302         + cosmetic change to forms/fty_enum.c
8303
8304 20001014
8305         + correct an off-by-one position in test/railroad.c which could cause
8306           wrapping at the right margin.
8307         + test/repair some issues with libtool configuration.  Make
8308           --disable-echo force libtool --silent.  (Libtool does not work for
8309           OS/2 EMX, works partly for SCO - libtool is still very specific to
8310           gcc).
8311         + change default of --with-manpage-tbl to "no", since for most of the
8312           platforms which do have tbl installed, the system "man" program
8313           understands how to run tbl automatically.
8314         + minor improvement to force_bar() in comp_parse.c (Bernhard
8315           Rosenkraenzer <bero@redhat.de>).
8316         + modify lib_tparm.c to use get_space() before writing terminating
8317           null character, both for consistency as well as to ensure that if
8318           save_char() was called immediately before, that the allocated memory
8319           is enough (patch by Sergei Ivanov).
8320         + add note about termcap ML capability which is duplicated between two
8321           different capabilities:  smgl and smglr (reported by Sergei Ivanov
8322           <svivanov@pdmi.ras.ru>).
8323         + correct parameter counts in include/Caps for dclk as well as some
8324           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
8325         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
8326         + add support for building with libtool (apparently version 1.3.5,
8327           since old versions do not handle -L../lib), using new configure
8328           option --with-libtool.
8329         + add configure option --with-manpage-tbl, which causes the manpages to
8330           be preprocessed by tbl(1) prior to installation,
8331         + add configure option --without-curses-h, which causes the
8332           installation process to install curses.h as ncurses.h and make
8333           appropriate changes to headers and manpages.
8334
8335 20001009
8336         + correct order of options/parameters in run_tic.in invocation of tic,
8337           which did not work with standard getopt() (reported by Ethan
8338           Butterfield <primus@veris.org>).
8339         + correct logic for 'reverse' variable in lib_vidattr.c, which was
8340           setting it true without checking if newmode had A_REVERSE set, e.g.,
8341           using $TERM=ansi on OS/2 EMX (see 20000917).
8342         > patch by Todd C Miller:
8343         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
8344           Previously, _nc_cgetset() would still get called on cp so the
8345           simplest thing is to set cp to NULL if !use_terminfo_vars().
8346         + added checks for an empty $HOME environment variable.
8347         > patches for OS/2 EMX (Ilya Zakharevich):
8348         + modify convert_configure.pl to support INSTALL.  Change compiler
8349           options in that script to use multithreading, needed for the mouse.
8350         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
8351           to set up a 3-button mouse.
8352         + improve code for OS/2 mouse support, using _nc_timed_wait() to
8353           replace select() call.
8354
8355 20001007
8356         + change type of ospeed variable back to short to match its use in
8357           legacy applications (reported by Andrey A Chernov).
8358         + add case to configure script for --enable-rpath on IRIX (patch by
8359           Albert Chin-A-Young).
8360         + minor fix to position_check() function, to ensure it gets the whole
8361           cursor report before decoding.
8362         + add configure option --disable-assumed-color, to allow pre-5.1
8363           convention of default colors used for color-pair 0 to be configured
8364           (see assume_default_colors()).
8365         + rename configure option --enable-hashmap --disable-hashmap, and
8366           reorder the configure options, splitting the experimental and
8367           development
8368         + add configure option --disable-root-environ, which tells ncurses to
8369           disregard $TERMINFO and similar environment variables if the current
8370           user is root, or running setuid/setgid (based on discussion with
8371           several people).
8372         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
8373           $TERMINFO variable for installs.
8374         + add table entry for plab_norm to tput, so it passes in strings
8375           for that capability.
8376         + modify parse_format() in lib_tparm.c to ignore precision if it is
8377           longer than 10000 (report by Jouko Pynnonen).
8378         + rewrote limit checks in lib_mvcur.c using new functions
8379           _nc_safe_strcat(), etc.  Made other related changes to check lengths
8380           used for strcat/strcpy (report by Jouko Pynnonen
8381           <jouko@solutions.fi>).
8382
8383 20000930
8384         + modify several descriptions, including those for setaf, setab, in
8385           include/Caps to indicate that the entries are parameterized.  This
8386           information is used to tell which strings are translated when
8387           converting to termcap.  Fixes a problem where the generated termcap
8388           would contain a spurious "%p1" for the terminfo "%p1%d".
8389         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
8390           absolute pathname for the build tree's lib directory (prompted by
8391           discussion with Albert Chin-A-Young).
8392         + modify "make install.man" and "make uninstall.man" to include tack's
8393           man-page.
8394         + various fixes for install scripts used to support configure --srcdir
8395           and --with-install-prefix (reported by Matthew Clarke
8396           <Matthew_Clarke@mindlink.bc.ca>).
8397         + make configure script checks on variables $GCC and $GXX consistently
8398           compare against 'yes' rather than test if they are nonnull, since
8399           either may be set to the corresponding name of the C or C++ compiler
8400           (report/patch by Albert Chin-A-Young).
8401
8402 20000923
8403         + modify rs2 capability in xterm-r6 and similar where cursor
8404           save/restore bracketed the sequence for resetting video attributes.
8405           The cursor restore would undo that (report by John Hawkinson
8406           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
8407         + using parameter check added to tic, corrected 27 typos in
8408           terminfo.src -TD
8409         + modify tic to verify that its inputs are really files, in case
8410           someone tries to read a directory (or /dev/zero).
8411         + add a check for empty buffers returned by fgets() in comp_scan.c
8412           next_char() function, in case tic is run on a non-text file (fixes
8413           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
8414         + add to railroad.c some code exercising tgoto(), providing an
8415           alternate form of display if the terminal supports cursor addressing.
8416         + split-out tgoto() again, this time into new file lib_tgoto.c, and
8417           implement a conventional BSD-style tgoto() which is used if the
8418           capability string does not contain terminfo-style padding or
8419           parameters (requested by Andrey A Chernov).
8420         + add check to tic which reports capabilities that do not reference
8421           the expected number of parameters.
8422         + add error checking to infocmp's -v and -m options to ensure that
8423           the option value is indeed a number.
8424         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
8425           handler is setup.  Separated the old/new sigaction data for SIGTSTP
8426           from the other signals.
8427
8428 20000917
8429         + add S0, E0 extensions to screen's terminfo entry, which is another
8430           way to solve the misconfiguration issue -TD
8431         + completed special case for tgoto from 20000916
8432
8433 20000916
8434         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
8435         + add Matrix Orbital terminfo entries (from Eric Z Ayers
8436           <eric@ale.org>).
8437         + add special case to lib_tparm.c to allow 'screen' program to use a
8438           termcap-style parameter "%." to tgoto() for switching character sets.
8439         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
8440           no symbolic links.
8441         + updated notes in README.emx regarding autoconf patches.
8442         + replace a lookup table in lib_vidattr.c used to decode no_color_video
8443           with a logic expression (suggested by Philippe Blain).
8444         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
8445           character set attribute from the displayed text.
8446         + correct inequality in parameter analysis of rewritten lib_tparm.c
8447           which had the effect of ignoring p9 in set_attributes (sgr), breaking
8448           alternate character set (reported by Piotr Majka <charvel@link.pl>).
8449         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
8450           with Sun WorkShop compilers since these tokens were empty (cf:
8451           20000902, reported by Albert Chin-A-Young).
8452
8453 20000909
8454         + correct an uninitialized parameter to open_tempfile() in tic.c which
8455           made "tic -I" give an ambiguous error message about tmpnam.
8456         + add special case in lib_vidattr.c to reset underline and standout for
8457           devices that have no sgr0 defined (patch by Don Lewis
8458           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
8459           mode, since there is no exit-bold-mode capability.
8460         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
8461         + modify tparm to disallow arithmetic on strings, analyze the varargs
8462           list to read strings as strings and numbers as numbers.
8463         + modify tparm's internal function spop() to treat a null pointer as
8464           an empty string.
8465         + modify tput program so it can be renamed or invoked via a link as
8466           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
8467           init'.
8468         + add private entrypoint _nc_basename(), use to consolidate related
8469           code in progs, as well as accommodating OS/2 EMX pathnames.
8470         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
8471           removal (except via AC_SUBST) from configure.in, making
8472           --enable-const work again (reported by Juergen Pfeifer).
8473         + regen'd configure to pick up "hpux*" change from 20000902.
8474
8475 20000902
8476         + modify tset.c to check for transformed "reset" program name, if any.
8477         + add a check for null pointer in Make_Enum_Type() (reported by Steven
8478           W Orr <steveo@world.std.com>).
8479         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
8480           using strtok(), because it is non-reentrant (reported by Andrey A
8481           Chernov <ache@nagual.pp.ru>).
8482         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
8483           This differed from the "hpux*" case by using reversed symbolic
8484           links, which made the 5.1 version not match the configuration of
8485           5.0 shared libraries (reported by Albert Chin-A-Young).
8486         + correct a dependency in Ada95/src/Makefile.in which prevented
8487           building with configure --srcdir (patch by H Nanosecond
8488           <aldomel@ix.netcom.com>).
8489         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
8490           GCC_SCANF was not previously defined (reported by Pavel Roskin
8491           <proski@gnu.org>).
8492         + add MKncurses_def.sh to generate fallback definitions for
8493           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
8494           code to consistently use "#if" rather than "#ifdef".
8495
8496 20000826
8497         + add QNX qansi entries to terminfo -TD
8498         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
8499         + add configure option --with-database to allow specifying a different
8500           terminfo source-file to install.  On OS/2 EMX, this defaults to
8501           misc/emx.src
8502         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
8503           setting .exe extension on OS/2 EMX.
8504         + add .exe extension in Ada95/gen/Makefile.in,
8505           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
8506           <jmcoopr@webmail.bmi.net>).
8507         + add configure check for filesystems (such as OS/2 EMX) which do not
8508           distinguish between upper/lowercase filenames, use this to fix tags
8509           rules in makefiles.
8510         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
8511           only sets the revents members of that array when there is activity
8512           corresponding to the related file (report by Glenn Cooper
8513           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
8514         + change configure script to use AC_CANONICAL_SYSTEM rather than
8515           AC_CANONICAL_HOST, which means that configure --target will set
8516           a default program-prefix.
8517         + add note on cross-compiling to INSTALL (which does not rely on the
8518           AC_CANONICAL_* macros).
8519
8520 20000819
8521         + add cases for EMX OS/2 to config.guess, config.sub
8522         + new version of config.guess, config.sub from lynx 2.8.4dev.7
8523         + add definitions via transform.h to allow tic and tput to check for
8524           the transformed aliases rather than the original infotocap, etc.
8525         + simplify transform-expressions in progs/Makefile.in, make the
8526           uninstall rule work for transformed program names.
8527         + change symbol used by --install-prefix configure option from
8528           INSTALL_PREFIX to DESTDIR (the latter has become common usage
8529           although the name is misleading).
8530         + modify programs to use curses_version() string to report the version
8531           of ncurses with which they are compiled rather than the
8532           NCURSES_VERSION string.  The function returns the patch level in
8533           addition to the major and minor version numbers.
8534
8535 20000812
8536         + modify CF_MAN_PAGES configure macro to make transformed program names
8537           a parameter to that macro rather than embedding them in the macro.
8538         + newer config.guess, config.sub (reference version used in lynx
8539           2.8.4dev.7).
8540         + add configure option --with-default-terminfo-dir=DIR to allow
8541           specifying the default terminfo database directory (request by Albert
8542           Chin-A-Young).
8543         + minor updates for terminfo.src from FreeBSD termcap change-history.
8544         + correct notes in README and INSTALL regarding documentation files
8545           that were moved from misc directory to doc (report by Rich Kulawiec
8546           <rsk@gsp.org>).
8547         + change most remaining unquoted parameters of 'test' in configure
8548           script to use quotes, for instance fixing a problem in the
8549           --disable-database option (reported by Christian Mondrup
8550           <scancm@biobase.dk>).
8551         + minor adjustments to work around some of the incompatibilities/bugs
8552           in autoconf 2.29a alpha.
8553         + add -I/usr/local/include when --with-ncurses option is used in
8554           test/configure script.
8555         + correct logic in adjust_cancels(), which did not check both
8556           alternatives when reclassifying an extended name between boolean,
8557           number and string, causing an infinite loop in tic.
8558
8559 20000730
8560         + correct a missing backslash in curses.priv.h
8561
8562 20000729
8563         + change handling of non_dest_scroll_region in tty_update.c to clear
8564           text after it is shifted in rather than before shifting out.  Also
8565           correct row computation (reported by Ruediger Kuhlmann
8566           <uck4@rz.uni-karlsruhe.de>).
8567         + add/use new trace function to display chtype values from winch() and
8568           getbkgd().
8569         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
8570           trace attribute changes under TRACE_CALLS to use this.
8571         + modify MKlib_gen.sh so that functions returning chtype will call
8572           returnChar().
8573         + add returnChar() trace, for functions returning chtype.
8574         + change indent.pro to line up parenthesis.
8575
8576 20000722
8577         + fix a heap problem with the c++ binding (report by
8578           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
8579         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
8580         + modify the check for big-core to force a couple of memory accesses,
8581           which may work as needed for older/less-capable machines (if not,
8582           there's still the explicit configure option).
8583         > fixes based on diff's for Amiga and BeOS found at
8584           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
8585         + alter definition of NCURSES_CONST to make it non-empty.
8586         + add amiga-vnc terminfo entry.
8587         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
8588           an (unspecified) symbol conflict.
8589         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
8590           simplify working around implementations that define random
8591           combinations of the related macros to zero.
8592         + modify configure test for tcgetattr() to allow for old
8593           implementations, e.g., on BeOS, which only defined it as a macro.
8594         > patches by Bruno Haible:
8595         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
8596           locale, ignore those which are set to an empty value, as per SUSV2.
8597         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
8598         + modify _nc_utf8_outch() to avoid sign-extension when checking for
8599           out-of-range value.
8600
8601 20000715
8602         + correct manlinks.sed script to avoid using ERE "\+", which is not
8603           understood by older versions of sed (patch by Albert Chin-A-Young).
8604         + implement configure script options that transform installed program
8605           names, e.g., --program-prefix, including the manpage names and cross
8606           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
8607         + correct several mismatches between manpage filename and ".TH"
8608           directives, renaming dft_fgbg.3x to default_colors.3x and
8609           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
8610         + correct missing includes for <string.h> in several places, including
8611           the C++ binding.  This is not noted by gcc unless we use the
8612           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
8613         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
8614           interface if neither termio or termios is available.  Tested this
8615           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
8616           work).
8617
8618 20000708 5.1 release for upload to ftp.gnu.org
8619         + document configure options in INSTALL.
8620         + add man-page for ncurses trace functions.
8621         + correct return value shown in curs_touch.3x for is_linetouched() and
8622           is_wintouched(), in curs_initscr.3x for isendwin(), and in
8623           curs_termattr.3x for has_ic() and has_il().
8624         + add prototypes for touchline() and touchwin(), adding them to the
8625           list of generated functions.
8626         + modify fifo_push() to put ERR into the fifo just like other values to
8627           return from wgetch().  It was returning without doing that, making
8628           end-of-file condition incorrectly return a 0 (reported by Todd C
8629           Miller).
8630         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
8631           are needed for SCO OpenServer.
8632         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
8633           dynamic loaders on SCO and IRIX64.
8634         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
8635           for testing.
8636         + correct assignment in assume_default_colors() which tells ncurses
8637           whether to use default colors, or the assumed ones (reported by Gary
8638           Funck <gary@Intrepid.Com>).
8639         + review/correct logic in mk-1st.awk for making symbolic links for
8640           shared libraries, in particular for FreeBSD, etc.
8641         + regenerate misc/*.def files for OS/2 EMX dll's.
8642         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
8643           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
8644           Wemm) (err in 20000610).
8645         + minor updates to release notes, as well as adding/updating URLs for
8646           examples cited in announce.html
8647         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
8648         + correct placement of ifdef for NCURSES_XNAMES in function
8649           _nc_free_termtype(), fixes a memory leak.
8650         + add a call to _nc_synchook() to the end of function whline() like
8651           that in wvline() (difference was in 1.9.4).
8652         + make ClearScreen() a little faster by moving two instances of
8653           UpdateAttr() out of for-loops.
8654         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
8655           (cf: 960428).
8656
8657 20000701 pre-release
8658         + change minor version to 1, i.e., ncurses 5.1
8659         + add experimental configure option --enable-colorfgbg to check for
8660           $COLORTERM variable as set by rxvt/aterm/Eterm.
8661         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
8662         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
8663           several manpages so manlinks.sed can find aliases for creating
8664           symbolic links.
8665         + add explanation to run_tic.sh regarding extended terminal
8666           capabilities.
8667         + change message format for edit_cfg.sh, since some people interpret
8668           it as a warning.
8669         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
8670           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
8671         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
8672           support when poll() is used rather than select() (prompted by
8673           discussion with David Allen <DAllen24@aol.com>).
8674
8675 20000624 pre-release
8676         + modify TransformLine() to check for cells with different color pairs
8677           that happen to render the same display colors.
8678         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
8679         + improve cost computation in PutRange() by accounting for the use
8680           of parm_right_cursor in mvcur().
8681         + correct cost computation in EmitRange(), which was not using the
8682           normalized value for cursor_address.
8683         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
8684
8685 20000617
8686         + update config.guess, config.sub (reference version used in PCRE 3.2).
8687         + resync changes to gnathtml against version 1.22, regenerated html
8688           files under doc/html/ada using this (1.22.1.1).
8689         + regenerated html files under doc/html/man after correcting top and
8690           bottom margin options for man2html in dist.mk
8691         + minor fixes to test programs ncurses 'i' and testcurs program to make
8692           the subwindow's background color cover the subwindow.
8693         + modify configure script so AC_MSG_ERROR is temporarily defined to a
8694           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
8695           without requiring user to add --without-cxx option (adapted from
8696           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
8697         + modify headers.sh to avoid creating temporary files in the build
8698           directory when installing headers (reported by Sergei Pokrovsky
8699           <pok@nbsp.nsk.su>)
8700
8701 20000610
8702         + regenerated the html files under doc/html/ada/files and
8703           doc/html/ada/funcs with a slightly-improved gnathtml.
8704         + add kmous capability to linux terminfo entry to allow it to use
8705           xterm-style events provided by gpm patch by Joerg Schoen.
8706         + make the configure macro CF_SHARED_OPTS a little smarter by testing
8707           if -fPIC is supported by gcc rather than -fpic.  The former option
8708           allows larger symbol tables.
8709         + update config.guess and config.sub (patches by
8710           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
8711           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
8712         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
8713           is an extension.
8714
8715 20000527
8716         + modify echo() behavior of getch() to match Solaris curses for
8717           carriage return and backspace (reported by Neil Zanella).
8718         + change _nc_flush() to a function.
8719         + modify delscreen() to check if the output stream has been closed, and
8720           if so, free the buffer allocated for setbuf (this provides an
8721           ncurses-specific way to avoid a memory leak when repeatedly calling
8722           newterm reported by Chipp C <at_1@zdnetonebox.com>).
8723         + correct typo in curs_getch.3x manpage regarding noecho (reported by
8724           David Malone <dwmalone@maths.tcd.ie>).
8725         + add a "make libs" rule.
8726         + make the Ada95 interface build with configure --enable-widec.
8727         + if the configure --enable-widec option is given, append 'w' to names
8728           of the generated libraries (e.g., libncursesw.so) to avoid conflict
8729           with existing ncurses libraries.
8730
8731 20000520
8732         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
8733           is configured with the experimental wide-character support.
8734         + add a simple UTF-8 output driver to the experimental wide-character
8735           support.  If any of the environment variables LC_ALL, LC_CTYPE or
8736           LANG contain the string "UTF-8", this driver will be used to
8737           translate the output to UTF-8.  This works with XFree86 xterm.
8738         + modify configure script to allow building shared libraries on BeOS
8739           (from a patch by Valeriy E Ushakov).
8740         + modify lib_addch.c to allow repeated update to the lower-right
8741           corner, rather than displaying only the first character written until
8742           the cursor is moved.  Recent versions of SVr4 curses can update the
8743           lower-right corner, and behave this way (reported by Neil Zanella).
8744         + add a limit-check in _nc_do_color(), to avoid using invalid color
8745           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
8746
8747 20000513
8748         + the tack program knows how to use smcup and rmcup but the "show caps
8749           that can be tested" feature did not reflect this knowledge.  Correct
8750           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
8751         + xterm-16color does allow bold+colors, removed ncv#32 from that
8752           terminfo entry.
8753
8754 20000506
8755         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
8756           broke check for screen's AX capability (reported by Valeriy E Ushakov
8757           <uwe@ptc.spbu.ru>).
8758         + change man2html rule in dist.mk to workaround bug in some
8759           man-programs that ignores locale when rendering hyphenation.
8760         + change web- and ftp-site to dickey.his.com
8761
8762 20000429
8763         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
8764           problem linking tack on MacOS X DP3.
8765         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
8766           (reported by Gerben Wierda <wierda@holmes.nl>).
8767         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
8768           default colors.
8769         + add -d option to ncurses.c, to turn on default-colors for testing.
8770         + add a check to _nc_makenew() to ensure that newwin() and newpad()
8771           calls do not silently fail by passing too-large limits.
8772         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
8773           internal window and pad sizes.  Note that since this is visible in
8774           the WINDOW struct, it would be an ABI change to make this an 'int'
8775           (prompted by a question by Bastian Trompetter
8776           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
8777
8778 20000422
8779         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
8780           aixterm entries -TD
8781         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
8782           example of an illegal ANSI resonse can be found using Microsoft's
8783           Telnet client.  A correct display can be found using a VT-4xx
8784           terminal or XFree86 xterm with:
8785                 XTerm*VT100*decTerminalID:  450
8786           (patch by Daniel Weaver).
8787         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
8788           for resume.  Add '-n' option to force gdc's standard input to
8789           /dev/null, to both illustrate the use of newterm() for specifying
8790           alternate inputs as well as for testing signal handling.
8791         + minor fix for configure option --with-manpage-symlinks, for target
8792           directories that contain a period ('.') (reported by Larry Virden).
8793
8794 20000415
8795         + minor additions to beterm entry (feedback from Rico Tudor) -TD
8796         + corrections/updates for some IBM terminfo entries -TD
8797         + modify _nc_screen_wrap() so that when exiting curses mode with
8798           non-default colors, the last line on the screen will be cleared to
8799           the screen's default colors (request by Alexander V Lukyanov).
8800         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
8801           read for demonstrating the REQ_NEW_LINE operation (prompted by a
8802           question by Tony L Keith <tlkeith@keithconsulting.com>).
8803         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
8804           documented extension of ncurses which allows a zero pointer.
8805         + modify fmt_complex() to avoid buffer overflow in case of excess
8806           recursion, and to recognize "%e%?" as a synonym for else-if, which
8807           means that it will not recur for that special case.
8808         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
8809           is defined (patch by Todd C Miller).
8810         + modify one of the m4 files used to generate the Ada95 sources,
8811           to avoid using the token "symbols" (patch by Juergen Pfeifer).
8812
8813 20000408
8814         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
8815         + correct spelling error in terminfo entry name:  bq300-rv was given as
8816           bg300-rv in esr's version.
8817         + modify redrawwin() macro so its parameter is fully parenthesized
8818           (fixes Debian #61088).
8819         + correct formatting error in dump_entry() which set incorrect column
8820           value when no newline trimming was needed at the end of an entry,
8821           before appending "use=" clauses (cf: 960406).
8822
8823 20000401
8824         + add configure option --with-manpage-symlinks
8825         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
8826         + change makefiles so trace() function is provided only if TRACE is
8827           defined, e.g., in the debug library.  Modify related calls to
8828           _tracechar() to use unctrl() instead.
8829
8830 20000325
8831         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
8832           terminfo entries, use presence of this as a check for a small
8833           improvement in setting default colors.
8834         + improve logic in _nc_do_color() implementing assume_default_colors()
8835           by passing in previous color pair info to eliminate redundant call to
8836           set_original_colors().  (Part of this is from a patch by Alexander
8837           V Lukyanov).
8838         + modify warning in _nc_trans_string() about a possibly too-long string
8839           to do this once only rather than for each character past the
8840           threshold (600).  Change interface of _nc_trans_string() to allow
8841           check for buffer overflow.
8842         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
8843           struct each time before reading new data into it, rather than once
8844           per loop (cf:  990301).  This affects multi-entry in-core operations
8845           such as "infocmp -Fa".
8846
8847 20000319
8848         + remove a spurious pointer increment in _nc_infotocap() changes from
8849           20000311.  Add check for '.' in format of number, since that also
8850           is not permitted in termcap.
8851         + correct typo in rxvt-basic terminfo from temporary change made while
8852           integrating 20000318.
8853
8854 20000318
8855         + revert part of the vt220 change (request by Todd C Miller).
8856         + add ansi-* terminfo entries from ESR's version.
8857         + add -a option to tic and infocmp, which retains commented-out
8858           capabilities during source translation/comparison, e.g., captoinfo
8859           and infotocap.
8860         + modify cardfile.c to display an empty card if no input data file is
8861           found, fixes a core dump in that case (reported by Bruno Haible).
8862         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
8863           result for OS/2 EMX.
8864         + supply required parameter for _nc_resolve_uses() call in
8865           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
8866         > patches by Bruno Haible <haible@ilog.fr>:
8867         + fix a compiler warning in fty_enum.c
8868         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
8869           makefiles, which resulted in redundant linking (cf: 20000122).
8870
8871 20000311
8872         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
8873         + improved tack/README (patch by Daniel Weaver).
8874         + modify tput.c to ensure that unspecified parameters are passed to
8875           tparm() as 0's.
8876         + add a few checks in infocmp to guard against buffer overflow when
8877           displaying string capabilities.
8878         + add check for zero-uses in infocmp's file_comparison() function
8879           before calling _nc_align_termtype().  Otherwise one parameter is
8880           indexed past the end of the uses-array.
8881         + add an option -q to infocmp to specify the less verbose output,
8882           keeping the existing format as the default, though not retaining the
8883           previous behavior that made the -F option compare each entry to
8884           itself.
8885         + adapted patch by ESR to make infocmp -F less verbose -TD
8886           (the submitted patch was unusable because it did not compile
8887           properly)
8888           + modify write_entry.c to ensure that absent or cancelled booleans
8889             are written as FALSE, for consistency with infocmp which now
8890             assumes this.  Note that for the small-core configuration, tic
8891             may not produce the same result as before.
8892           + change some private library interfaces used by infocmp, e.g.,
8893             _nc_resolve_uses().
8894           + add a check in _nc_infotocap() to ensure that cm-style capabilities
8895             accept only %d codes when converting the format from terminfo to
8896             termcap.
8897           + modify ENTRY struct to separate the data in 'parent' into the name
8898             and link values (the original idea to merge both into 'parent' was
8899             not good).
8900           + discard repair_acsc(tterm);
8901         > patch by Juergen Pfeifer:
8902         + drop support for gnat 3.10
8903         + move generated documentation and html files under ./doc directory,
8904           adding makefile rules for this to dist.mk
8905
8906 20000304
8907         + correct conflicting use of tparm() in 20000226 change to tic, which
8908           made it check only one entry at a time.
8909         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
8910           Raggett's tidy.
8911         + make the example in ncurses-intro.html do something plausible, and
8912           corrected misleading comment (reported by Neil Zanella).
8913         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
8914           to fix a case where the cursor position was not updated as in
8915           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
8916         + add a limit-check for wresize() to ensure that a subwindow does not
8917           address out of bounds.
8918         + correct offsets used for subwindows in wresize() (patch by Michael
8919           Andres <ma@suse.de>).
8920         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
8921           Juergen Pfeifer).  This generated a file with a space in its name,
8922           which I removed.
8923         + fix a few spelling errors in tack.
8924         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
8925           otherwise it does not build properly for older HPUX shared library
8926           configurations.
8927         + add several terminfo entries from esr's "11.0".
8928
8929 20000226
8930         + make 'tput flash' work properly for xterm by flushing output in
8931           delay_output() when using napms(), and modifying xterm's terminfo to
8932           specify no padding character.  Otherwise, xterm's reported baud rate
8933           can mislead ncurses into producing too few padding characters
8934           (Debian #58530).
8935         + add a check to tic for consistency between sgr and the separate
8936           capabilities such as smso, use this to check/correct several
8937           terminfo entries (Debian #58530).
8938         + add a check to tic if cvvis is the same as cnorm, adjusted several
8939           terminfo entries to remove the conflict (Debian #58530).
8940         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
8941           Debian #53962).
8942         + minor clarification for curs_set() and leaveok() manpages.
8943         + use mkstemp() for creating temporary file for tic's processing of
8944           $TERMCAP contents (fixes Debian #56465).
8945         + correct two errors from integrating Alexander's changes:  did not
8946           handle the non-bce case properly in can_erase_with() (noted by
8947           Alexander), and left fg/bg uninitialized in the pair-zero case of
8948           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
8949           Ismael Cordeiro <ismael@cordeiro.com>).
8950
8951 20000219
8952         + store default-color code consistently as C_MASK, even if given as
8953           -1 for convenience (adapted from patches by Alexander V Lukyanov).
8954         > patches by Alexander V Lukyanov:
8955         + change can_clear_with() macro to accommodate logic for
8956           assume_default_colors(), making most of the FILL_BCE logic
8957           unnecessary.  Made can_clear_with() an inline function to make it
8958           simpler to read.
8959
8960 20000212
8961         + corrected form of recent copyright dates.
8962         + minor corrections to xterm-xf86-v333 terminfo entry -TD
8963         > patches by Alexander V Lukyanov:
8964         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
8965           colors are white on black.
8966         + fix initialization of tstLine so that it is filled with current blank
8967           character in any case.  Previously it was possible to have it filled
8968           with old blank.  The wrong over-optimization was introduced in 991002
8969           patch.  (it is not very critical as the only bad effect is not using
8970           clr_eos for clearing if blank has changed).
8971
8972 20000205
8973         + minor corrections/updates to several terminfo entries: rxvt-basic,
8974           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
8975         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
8976           allowing poll() to be used on Linux.
8977         + add CF_FUNC_POLL macro to check if poll() is able to select from
8978           standard input.  If not we will not use it, preferring select()
8979           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
8980         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
8981           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
8982         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
8983         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
8984
8985 20000122
8986         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
8987         + modify CF_MATH_LIB configure macro to parameterize the test function
8988           used, for reuse in dialog and similar packages.
8989         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
8990           negative value could be used by FD_SET, causing the select() call
8991           to wait indefinitely.
8992
8993 20000115
8994         + additional fixes for non-bce terminals (handling of delete_character)
8995           to work when assume_default_colors() is not specified.
8996         + modify warning message from _nc_parse_entry() regarding extended
8997           capability names to print only if tic/infocmp/toe have the -v flag
8998           set, and not at all in ordinary user applications.  Otherwise, this
8999           warning would be shown for screen's extended capabilities in programs
9000           that use the termcap interface (reported by Todd C Miller).
9001         + modify use of _nc_tracing from programs such as tic so their debug
9002           level is not in the same range as values set by trace() function.
9003         + small panel header cleanup (patch by Juergen Pfeifer).
9004         + add 'railroad' demo for termcap interface.
9005         + modify 'tic' to write its usage message to stderr (patch by Todd C
9006           Miller).
9007
9008 20000108
9009         + add prototype for erase() to curses.h.in, needed to make test
9010           programs build with c++/g++.
9011         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
9012         + correct install rule for tack.1; it assumed that file was in the
9013           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
9014         + modify terminfo/termcap translation to suppress acsc before trying
9015           sgr if the entry would be too large (patch by Todd C Miller).
9016         + document a special case of incompatiblity between ncurses 4.2 and
9017           5.0, add a section for this in INSTALL.
9018         + add TRACE_DATABASE flag for trace().
9019
9020 20000101
9021         + update mach, add mach-color terminfo entries based on Debian diffs
9022           for ncurses 5.0 -TD
9023         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
9024           terminfo entries -TD
9025         + change OTrs capabilities to rs2 in terminfo.src -TD
9026         + add obsolete and extended capabilities to 'screen' terminfo -TD
9027         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
9028         + make conversion to termcap ug (underline glitch) more consistently
9029           applied.
9030         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
9031           was in the original pre-1.9.7 version, when $HOME/.terminfo was
9032           introduced).
9033         + modify 'toe' to ignore terminfo directories to which it has no
9034           permissions.
9035         + modify read_termtype(), fixing 'toe', which could dump core when it
9036           found an incomplete entry such as "dumb" because it did not
9037           initialize its buffer for _nc_read_file_entry().
9038         + use -fPIC rather than -fpic for shared libraries on Linux, not
9039           needed for i386 but some ports (from Debian diffs for 5.0) -TD
9040         + use explicit VALID_NUMERIC() checks in a few places that had been
9041           overlooked, and add a check to ensure that init_tabs is nonzero,
9042           to avoid divide-by-zero (reported by Todd C Miller).
9043         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
9044           tin) -TD
9045
9046 19991218
9047         + reorder tests during mouse initialization to allow for gpm to run in
9048           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
9049           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
9050           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
9051         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
9052           stty lnext on systems such as FreeBSD (report by Bruce Evans
9053           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
9054         + fix a potential (but unlikely) buffer overflow in failed() function
9055           of tset.c (reported by Todd C Miller).
9056         + add manual-page for ncurses extensions, documented curses_version(),
9057           use_extended_names().
9058
9059 19991211
9060         + treat as untranslatable to termcap those terminfo strings which
9061           contain non-decimal formatting, e.g., hexadecimal or octal.
9062         + correct commented-out capabilities that cannot be translated to
9063           termcap, which did not check if a colon must be escaped.
9064         + correct termcap translation for "%>" and "%+", which did not check
9065           if a colon must be escaped, for instance.
9066         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
9067           buffer (originally for _nc_infotocap() in 960301 -TD).
9068         + correct expression used for terminfo equivalent of termcap %B,
9069           adjust regent100 entry which uses this.
9070         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
9071         + eliminate a fixed-buffer in tic, used for translating comments.
9072         + add manpage for infotocap
9073
9074 19991204
9075         + add kvt and gnome terminfo entries -TD
9076         + correct translation of "%%" by infotocap, which was emitted as "%".
9077         + add "obsolete" termcap strings to terminfo.src
9078         + modify infocmp to default to showing obsolete capabilities rather
9079           than terminfo only.
9080         + modify write_entry.c so that if extended names (i.e., configure
9081           --enable-tcap-names) are active, then tic will also write "obsolete"
9082           capabilities that are present in the terminfo source.
9083         + modify tic so that when running as captoinfo or infotocap, it
9084           initializes the output format as in -C and -I options, respectively.
9085         + improve infocmp and tic -f option by splitting long strings that do
9086           not have if-then-else construct, but do have parameters, e.g., the
9087           initc for xterm-88color.
9088         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
9089           arrays.
9090
9091 19991127
9092         + additional fixes for non-bce terminals (handling of clear_screen,
9093           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
9094           not specified.
9095         + several small changes to xterm terminfo entries -TD.
9096         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
9097           SP, since it is part of that struct.
9098         + remove obsolete shlib-versions, which was unintentionally re-added
9099           in 970927.
9100         + modify infocmp -e, -E options to ensure that generated fallback.c
9101           type for Booleans agrees with term.h (reported by Eric Norum
9102           <eric@cls.usask.ca>).
9103         + correct configure script's use of $LIB_PREFIX, which did not work
9104           for installing the c++ directory if $libdir did not end with "/lib"
9105           (reported by Huy Le <huyle@ugcs.caltech.edu>).
9106         + modify infocmp so -L and -f options work together.
9107         + modify the initialization of SP->_color_table[] in start_color() so
9108           that color_content() will return usable values for COLORS greater
9109           than 8.
9110         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
9111           xterm-88color, to limit the displayed/computed colors to 16.
9112         > patch by Juergen Pfeifer:
9113         + simplify coding of the panel library according to suggestions by
9114           Philippe Blain.
9115         + improve macro coding for a few macros in curses.priv.h
9116
9117 19991113
9118         + modify treatment of color pair 0 so that if ncurses is configured
9119           to support default colors, and they are not active, then ncurses
9120           will set that explicitly, not relying on orig_colors or orig_pair.
9121         + add new extension, assume_default_colors() to provide better control
9122           over the use of default colors.
9123         + modify test programs to use more-specific ifdef's for existence of
9124           wresize(), resizeterm() and use_default_colors().
9125         + modify configure script to add specific ifdef's for some functions
9126           that are included when --enable-ext-funcs is in effect, so their
9127           existence can be ifdef'd in the test programs.
9128         + reorder some configure options, moving those extensions that have
9129           evolved from experimental status into a new section.
9130         + change configure --enable-tcap-names to enable this by default.
9131
9132 19991106
9133         + install tack's manpage (reported by Robert Weiner
9134           <robert@progplus.com>)
9135         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
9136         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
9137           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
9138
9139 19991030
9140         + modify linux terminfo entry to indicate that dim does not mix with
9141           color (reported by Klaus Weide <kweide@enteract.com>).
9142         + correct several typos in terminfo entries related to missing '['
9143           in CSI's -TD
9144         + fix several compiler warnings in c++ binding (reported by Tim
9145           Mooney for alphaev56-dec-osf4.0f
9146         + rename parameter of _nc_free_entries() to accommodate lint.
9147         + correct lint rule for tack, used incorrect list of source files.
9148         + add case to config.guess, config.sub for Rhapsody.
9149         + improve configure tests for libg++ and libstdc++ by omitting the
9150           math library (which is missing on Rhapsody), and improved test for
9151           the math library itself (adapted from path by Nelson H. F. Beebe).
9152         + explicitly initialize to zero several data items which were
9153           implicitly initialized, e.g., cur_term.  If not explicitly
9154           initialized, their storage type is C (common), and causes problems
9155           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
9156           Beebe).
9157         + modify Ada95 binding to not include the linker option for Ada
9158           bindings in the Ada headers, but in the Makefiles instead (patch by
9159           Juergen Pfeifer).
9160
9161 19991023 5.0 release for upload to ftp.gnu.org
9162         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
9163           4-digit year.
9164         + add function curses_version(), to return ncurses library version
9165           (request by Bob van der Poel).
9166         + remove rmam, smam from cygwin terminfo entry.
9167         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
9168           as update ncv to indicate that 'dim' conflicts with colors.
9169         + modify configure script to use symbolic links for FreeBSD shared
9170           libraries by default.
9171         + correct ranf() function in rain and worm programs to ensure it does
9172           not return 1.0
9173         + hide the cursor in hanoi.c if it is running automatically.
9174         + amend lrtest.c to account for optimizations that exploit margin
9175           wrapping.
9176         + add a simple terminfo demo, dots.c
9177         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
9178           tell it to use write() rather than putc(), since the latter is not
9179           safe in a signal handler according to POSIX.
9180         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
9181           of output-file pointer in ncurses library.
9182         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
9183           OpenServer.
9184         + correct CC_SHARED_OPTS for building shared libraries for SCO
9185           OpenServer.
9186         + remove usleep() from alternatives in napms(), since it may interact
9187           with alarm(), causing a process to be interrupted by SIGALRM (with
9188           advice from Bela Lubkin).
9189         + modify terminal_interface-curses-forms.ads.m4 to build/work with
9190           GNAT 3.10 (patch by Juergen Pfeifer).
9191         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
9192           work with gcc 2.7.2.3
9193         + minor fix to test/tclock.c to avoid beeping more than once per second
9194         + add 's' and ' ' decoding to test/rain.c
9195
9196 991016  pre-release
9197         + corrected BeOS code for lib_twait.c, making nodelay() function work.
9198
9199 991009  pre-release
9200         + correct ncurses' value for cursor-column in PutCharLR(), which was
9201           off-by-one in one case (patch by Ilya Zakharevich).
9202         + fix some minor errors in position_check() debugging code, found while
9203           using this to validate the PutCharLR() patch.
9204         + modify firework, lrtest, worm examples to be resizable, and to
9205           recognize 'q' for quit, 's' for single-step and ' ' for resume.
9206         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
9207           add a note on building with gnat 3.10p to Ada95/TODO.
9208         + add a copy of the standalone configure script for the test-directory
9209           to simplify testing on SCO and Solaris.
9210
9211 991002  pre-release
9212         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
9213           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
9214           Blain, comments by Alexander V Lukyanov).
9215         + simplify definition of PANEL and eliminate internal functions
9216           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
9217           (patch by Juergen Pfeifer, analysis by Philippe Blain
9218           <bledp@voila.fr>)).
9219         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
9220           man_db.renames, since Debian is not concerned with 14-character
9221           filename limitation (Debian bug report by Josip Rodin
9222           <joy@cibalia.gkvk.hr>).
9223         + corrected scoansi terminfo entry by testing with scoterm and console.
9224         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
9225           since this does not work for gnat 3.10p
9226         + modify tclock example to be resizable (if ncurses' sigwinch handler
9227           is used), and in color.
9228         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
9229           shared library rules.
9230
9231 990925  pre-release
9232         + add newer NetBSD console terminfo entries
9233         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
9234           <Faroul@beyond.kn-bremen.de>)
9235         + remove -lcurses -ltermcap from configure script's check for the gpm
9236           library, since they are not really necessary (a properly configured
9237           gpm library has no dependency on any curses library), and if the
9238           curses library is not installed, this would cause the test to fail.
9239         + modify tic's -C option so that terminfo "use=" clauses are translated
9240           to "tc=" clauses even when running it as captoinfo.
9241         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
9242           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
9243         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
9244           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
9245         + correct a problem in libpanel, where the _nc_top_panel variable was
9246           not set properly when bottom_panel() is called to hide a panel which
9247           is the only one on the stack (report/analysis by Michael Andres
9248           <ma@suse.de>, patch by Juergen Pfeifer).
9249
9250 990918  pre-release
9251         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
9252           <j@interface-business.de>).
9253         + add top-level uninstall.data and uninstall.man makefile rules.
9254         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
9255           that hard-links work on Unix again.
9256         + change default value of cf_cv_builtin_bool to 1 (suggested by
9257           Jeremy Buhler), making it less likely that a conflicting declaration
9258           of bool will be seen when compiling with C++.
9259
9260 990911  pre-release
9261         + improved configure checks for builtin.h
9262         + minor changes to C++ binding (remove static initializations, and make
9263           configure-test for parameter initializations) for features not
9264           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
9265           applies to SGI, though I found SCO has the same characteristics).
9266         + corrected quoting of ETIP_xxx definitions which support old versions
9267           of g++, e.g., those using -lg++
9268         + remove 'L' code from safe_sprintf.c, since 'long double' is not
9269           widely portable.  safe_sprintf.c is experimental, however, and
9270           exists mainly as a fallback for systems without snprintf (reported
9271           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
9272         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
9273           so that it is not unnecessarily made extern (Jeffrey C Honig).
9274
9275 990904  pre-release
9276         + move definition for builtin.h in configure tests to specific check
9277           for libg++, since qt uses the same filename incompatibly.
9278         + correct logic of lib_termcap.c tgetstr function, which did not copy
9279           the result to the buffer parameter.  Testing shows Solaris does
9280           update this, though of course tgetent's buffer is untouched (reported
9281           in Peter Edwards <peter.edwards@ireland.com> in
9282           mpc.lists.freebsd.current newsgroup.
9283         + corrected beterm terminfo entry, which lists some capabilities which
9284           are not actually provided by the BeOS Terminal.
9285         + add special logic to replace select() calls on BeOS, whose select()
9286           function works only for sockets.
9287         + correct missing escape in mkterm.h.awk.in, which caused part
9288           of the copyright noticed to be omitted (reported by Peter
9289           Wemm <peter@netplex.com.au>).
9290         > several small changes to make the c++ binding and demo work on OS/2
9291           EMX (related to a clean reinstall of EMX):
9292         + correct library-prefix for c++ binding; none is needed.
9293         + add $x suffix to make_hash and make_keys so 'make distclean' works.
9294         + correct missing $x suffix for tack, c++ demo executables.
9295         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
9296           CF_STDCPP_LIBRARY (for -lstdc++)
9297
9298 990828  pre-release
9299         + add cygwin terminfo entry -TD
9300         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
9301         + add configure option --without-cxx-binding, modifying the existing
9302           --without-cxx option to check only for the C++ compiler
9303           characteristics.  Whether or not the C++ binding is needed, the
9304           configure script checks for the size/type of bool, to make ncurses
9305           match.  Otherwise C++ applications cannot use ncurses.
9306
9307 990821  pre-release
9308         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
9309         + minor corrections to beterm terminfo entry.
9310         + modify lib_setup.c to reject values of $TERM which have a '/' in
9311           them.
9312         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
9313           than one is on BeOS.  That would break a switch statement.
9314         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
9315           nonfunctional link().
9316         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
9317           BeOS's bool, which is declared as an unsigned char.
9318
9319 990814  pre-release
9320         + add ms-vt100 terminfo entry -TD
9321         + minor fixes for misc/emx.src, based on testing with tack.
9322         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
9323
9324 990731  pre-release
9325         + minor correction for 'screen' terminfo entry.
9326         + clarify description of errret values for setupterm in manpage.
9327         + modify tput to allow it to emit capabilities for hardcopy terminals
9328           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
9329         + modify the 'o' (panel) test in ncurses.c to show the panels in color
9330           or at least in bold, to test Juergen's change to wrefresh().
9331         > patches by Juergen Pfeifer:
9332         + Fixes a problem using wbkgdset() with panels.  It has actually
9333           nothing to with panels but is a problem in the implementation of
9334           wrefresh().  Whenever a window changes its background attribute to
9335           something different than newscr's background attribute, the whole
9336           window is touched to force a copy to newscr.  This is an unwanted
9337           side-effect of wrefresh() and it is actually not necessary.  A
9338           changed background attribute affects only further outputs of
9339           background it doesn't mean anything to the current content of the
9340           window.  So there is no need to force a copy.  (reported by Frank
9341           Heckenbach <frank@g-n-u.de>).
9342         + an upward compatible enhancement of the NCursesPad class in the C++
9343           binding.  It allows one to add a "viewport" window to a pad and then
9344           to use panning to view the pad through the viewport window.
9345
9346 990724  pre-release
9347         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
9348           signal was received while not in curses mode, e.g., endwin() was
9349           called in preparation for spawning a shell command (reported by Frank
9350           Heckenbach <frank@g-n-u.de>)
9351         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
9352         + change test for xterm mouse capability:  it now checks only if the
9353           user's $DISPLAY variable is set in conjunction with the kmous
9354           capability being present in the terminfo.  Before, it checked if any
9355           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
9356           However, some emulators which are incompatible with xterm in other
9357           ways do support the xterm mouse capability.
9358         + reviewed and made minor changes in ncurses to quiet g++ warnings
9359           about shadowed or uninitialized variables.  g++ incorrectly warns
9360           about uninitialized variables because it does not take into account
9361           short-circuit expression evaluation.
9362         + change ncurses 'b' test to start in color pair 0 and to show in the
9363           right margin those attributes which are suppressed by no_color_video,
9364           i.e., "(NCV)".
9365         + modify ifdef's in curses.h so that __attribute__ is not redefined
9366           when compiling with g++, but instead disabled the macros derived for
9367           __attribute__ since g++ does not consistently recognize the same
9368           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
9369         + update dependencies for term.h in ncurses/modules (reported by
9370           Ilya Zakharevich).
9371
9372 990710  pre-release
9373         + modify the form demo in ncurses.c to illustrate how to manipulate the
9374           field appearance, e.g, for highlighting or translating the field
9375           contents.
9376         + correct logic in write_entry from split-out of home_terminfo in
9377           980919, which prevented update of $HOME/.terminfo (reported by Philip
9378           Spencer <pspencer@fields.utoronto.ca>).
9379
9380 990703  pre-release
9381         + modify linux terminfo description to make use of kernel 2.2.x mods
9382           that support cursor style, e.g., to implement cvvis (patch by Frank
9383           Heckenbach <frank@g-n-u.de>)
9384         + add special-case in setupterm to retain previously-saved terminal
9385           settings in cur_term, which happens when curses and termcap calls are
9386           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
9387         + suppress initialization of key-tries in _nc_keypad() if we are only
9388           disabling keypad mode, e.g., in endwin() called when keypad() was
9389           not.
9390         + modify the Ada95 makefile to ensure that always the Ada files from
9391           the development tree are used for building and not the eventually
9392           installed ones (patch by Juergen Pfeifer).
9393
9394 990626  pre-release
9395         + use TTY definition in tack/sysdep.c rather than struct termios
9396           (reported by Philippe De Muyter).
9397         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
9398           not present on sysV68 (reported by Philippe De Muyter).
9399         + correct definition in comp_hash.c to build with configure
9400           --with-rcs-ids option.
9401
9402 990619  pre-release
9403         + modified ifdef's for sigaction and sigvec to ensure we do not try to
9404           handle SIGTSTP if neither is available (from report by Philippe De
9405           Muyter).
9406         > patch by Philippe De Muyter:
9407         + in tic.c, use `unlink' if `remove' is not available.
9408         + use only `unsigned' as fallback value for `speed_t'.  Some files used
9409           `short' instead.
9410
9411 990616  pre-release
9412         + fix some compiler warnings in tack.
9413         + add a check for predefined bool type in CC, based on report that
9414           BeOS predefines a bool type.
9415         + correct logic for infocmp -e option, i.e., the configure
9416           --with-fallbacks option, which I'd not updated when implementing
9417           extended names (cf:  990301).  The new implementation adds a "-E"
9418           option to infocmp -TD
9419         > patch by Juergen Pfeifer:
9420         + introduce the private type Curses_Bool in the Ada95 binding
9421           implementation.  This is to clearly represent the use of "bool" also
9422           in the binding.  It should have no effect on the generated code.
9423         + improve the man page for field_buffer() to tell the people, that the
9424           whole buffer including leading/trailing spaces is returned.  This is
9425           a common source of confusion, so it's better to document it clearly.
9426
9427 990614  pre-release
9428         > patch by Juergen Pfeifer:
9429         + use pragma PreElaborate in several places.
9430         + change a few System.Address uses to more specific types.
9431         + change interface version-number to 1.0
9432         + regenerate Ada95 HTML files.
9433
9434 990612  pre-release
9435         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
9436           if it appears that curses was never initialized, e.g., by initscr().
9437           For instance, this guards against setting the terminal modes to
9438           strange values if endwin() is called after setupterm().  In the same
9439           context, Solaris curses will dump core.
9440         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
9441           equivalent values in rmso or rmul by ensuring we do not modify the
9442           data which would be returned by the terminfo or termcap interfaces
9443           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
9444         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
9445           for magic cookies.
9446         + improve fallback declaration of 'bool' when the --without-cxx option
9447           is given, by using a 'char' on i386 and related hosts (prompted by
9448           discussion with Alexander V Lukyanov).
9449
9450 990605  pre-release
9451         + include time.h in lib_napms.c if nanosleep is used (patch by
9452           R Lindsay Todd <toddr@rpi.edu>).
9453         + add an "#undef bool" to curses.h, in case someone tries to define it,
9454           e.g., perl.
9455         + add check to tparm to guard against divide by zero (reported by Aaron
9456           Campbell <aaron@ug.cs.dal.ca>).
9457
9458 990516  pre-release
9459         + minor fix to build tack on CLIX (mismatched const).
9460         > patch by Juergen Pfeifer:
9461         + change Juergen's old email address with new one in the files where it
9462           is referenced.  The Ada95 HTML pages are regenerated.
9463         + update MANIFEST to list the tack files.
9464
9465 990509  pre-release
9466         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
9467           A. Tomei Torres).
9468
9469 990417  pre-release
9470         + add 'tack' program (which is GPL'd), updating it to work with the
9471           modified TERMTYPE struct and making a fix to support setaf/setab
9472           capabilities.  Note that the tack program is not part of the
9473           ncurses libraries, but an application which can be distributed with
9474           ncurses.  The configure script will ignore the directory if it is
9475           omitted, however.
9476         + modify gpm mouse support so that buttons 2 and 3 are used for
9477           select/paste only when shift key is pressed, making them available
9478           for use by an application (patch by Klaus Weide).
9479         + add complete list of function keys to scoansi terminfo entry - TD
9480
9481 990410  pre-release
9482         + add a simple test program cardfile.c to illustrate how to read form
9483           fields, and showing forms within panels.
9484         + change shared-library versioning for the Hurd to be like Linux rather
9485           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
9486         + add linux-lat terminfo entry.
9487         + back-out _nc_access check in read_termcap.c (both incorrect and
9488           unnecessary, except to guard against a small window where the file's
9489           ownership may change).
9490
9491 990403  pre-release
9492         + remove conflicting _nc_free_termtype() function from test module
9493           lib_freeall.c
9494         + use _nc_access check in read_termcap.c for termpaths[] array (noted
9495           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
9496         > patch by Juergen Pfeifer:
9497         + modify menu creation to not inherit status flag from the default menu
9498           which says that the associated marker string has been allocated and
9499           should be freed (bug reported by Marek Paliwoda"
9500           <paliwoda@kki.net.pl>)
9501
9502 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
9503         + minor fixes to xterm-xfree86 terminfo entry - TD.
9504         + split up an expression in configure script check for ldconfig to
9505           workaround limitation of BSD/OS sh (reported by Jeff Haas
9506           <jmh@mail.msen.com>).
9507         + correct a typo in man/form_hook.3x (Todd C Miller).
9508
9509 990318  pre-release
9510         + parenthesize and undef 'index' symbol in c++ binding and demo, to
9511           accommodate its definition on NeXT (reported by Francisco A. Tomei
9512           Torres).
9513         + add sigismember() to base/sigaction.c compatibility to link on NeXT
9514           (reported by Francisco A. Tomei Torres).
9515         + further refinements to inequality in hashmap.c to cover a case with
9516           ^U in nvi (patch by Alexander V Lukyanov).
9517
9518 990316  pre-release
9519         + add fallback definition for getcwd, to link on NeXT.
9520         + add a copy of cur_term to tic.c to make it link properly on NeXT
9521           (reported by Francisco A. Tomei Torres).
9522         + change inequality in hashmap.c which checks the distance traveled by
9523           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
9524           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
9525           C Honig).
9526
9527 990314  pre-release
9528         + modify lib_color.c to handle a special case where the curscr
9529           attributes have been made obsolete (patch by Alexander V Lukyanov).
9530         + update BSD/OS console terminfo entries to use klone+sgr and
9531           klone+color (patch by Jeffrey C Honig).
9532         + update glibc addon configure script for extended capabilities.
9533         + correct a couple of warnings in the --enable-const configuration.
9534         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
9535           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
9536
9537 990313  pre-release
9538         + correct typos in linux-c initc string - TD
9539         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
9540         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
9541           Alexander V Lukyanov).
9542
9543 990307  pre-release
9544         + back-out change to wgetch because it causes a problem with ^Z
9545           handling in lynx (reported by Kim DeVaughn).
9546
9547 990306  pre-release
9548         + add -G option to tic and infocmp, to reverse the "-g" option.
9549         + recode functions in name_match.c to avoid use of strncpy, which
9550           caused a 4-fold slowdown in tic (cf: 980530).
9551         + correct a few warnings about sign-extension in recent changes.
9552         > patch by Juergen Pfeifer:
9553         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
9554           + improved parameter checking in new_fieldtype().
9555           + fixed a typo in wgetch() timeout handling.
9556           + allow slk_init() to be called per newterm call.  The internal SLK
9557             state is stored in the SCREEN struct after every newterm() and then
9558             reset for the next newterm.
9559           + fix the problem that a slk_refresh() refreshes stdscr if the
9560             terminal has true SLKs.
9561         + update HTML documentation for Ada binding.
9562
9563 990301  pre-release
9564         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
9565           such as "#if TRUE" work.  This was originally done to allow for a C++
9566           compiler which would warn of implicit conversions between enum and
9567           int, but is not needed for g++ (reported by Kim DeVaughn).
9568         + add use_extended_names() function to allow applications to suppress
9569           read of the extended capabilities.
9570         + add configure option --enable-tcap-names to support logic which
9571           allows ncurses' tic to define new (i.e., extended) terminal
9572           capabilities.  This is activated by the tic -x switch.  The infocmp
9573           program automatically shows or compares extended capabilities.
9574           Note:  This changes the Strings and similar arrays in the TERMTYPE
9575           struct so that applications which manipulate it must be recompiled.
9576         + use macros typeMalloc, typeCalloc and typeRealloc consistently
9577           throughout ncurses library.
9578         + add _nc_strdup() to doalloc.c.
9579         + modify define_key() to allow multiple strings to be bound to the
9580           same keycode.
9581         + correct logic error in _nc_remove_string, from 990220.
9582         > patch for Ada95 binding (Juergen Pfeifer):
9583         + regenerate some of the html documentation
9584         + minor cleanup in terminal_interface-curses.adb
9585
9586 990220  pre-release
9587         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
9588           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
9589           that some entries will return kend & khome versus kslt and kfnd, for
9590           PC-style keyboards versus strict vt220 compatiblity - TD
9591         + add function keybound(), which returns the definition associated with
9592           a given keycode.
9593         + modify define_key() to undefine the given string when no keycode is
9594           given.
9595         + modify keyok() so it works properly if there is more than one string
9596           defined for a keycode.
9597         + add check to tic to warn about terminfo descriptions that contain
9598           more than one key assigned to the same string.  This is shown only if
9599           the verbose (-v) option is given.  Moved related logic (tic -v) from
9600           comp_parse.c into the tic program.
9601         + add/use _nc_trace_tries() to show the function keys that will be
9602           recognized.
9603         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
9604         > patch for Ada95 binding (Juergen Pfeifer):
9605         + remove all the *_adabind.c from ncurses, menu and form projects.
9606           Those little helper routines have all been implemented in Ada and are
9607           no longer required.
9608         + The option handling routines in menu and form have been made more
9609           save.  They now make sure that the unused bits in options are always
9610           zero.
9611         + modify configuration scripts to
9612           + use gnatmake as default compiler name.  This is a safer choice than
9613             gcc, because some GNAT implementations use other names for the
9614             compilerdriver to avoid conflicts.
9615           + use new default installation locations for the Ada files according
9616             to the proposed GNU Ada filesystem standard (for Linux).
9617         + simplify the Makefiles for the Ada binding
9618         + rename ada_include directory to src.
9619
9620 990213
9621         + enable sigwinch handler by default.
9622         + disable logic that allows setbuf to be turned off/on, because some
9623           implementations will overrun the buffer after it has been disabled
9624           once.
9625
9626 990206
9627         + suppress sc/rc capabilities from terminal description if they appear
9628           in smcup/rmcup.  This affects only scrolling optimization, to fix a
9629           problem reported by several people with xterm's alternate screen,
9630           though the problem is more general.
9631         > patch for Ada95 binding (Juergen Pfeifer):
9632         + removed all pragma Preelaborate() stuff, because the just released
9633           gnat-3.11p complains on some constructs.
9634         + fixed some upper/lower case notations because gnat-3.11p found
9635           inconsistent use.
9636         + used a new method to generate the HTML documentation of the Ada95
9637           binding.  This invalidates nearly the whole ./Ada95/html subtree.
9638           Nearly all current files in this subtree are removed
9639
9640 990130
9641         + cache last result from _nc_baudrate, for performance (suggested by
9642           Alexander V Lukyanov).
9643         + modify ClrUpdate() function to workaround a problem in nvi, which
9644           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
9645           ncurses repainted the screen with nulls before resuming normal
9646           operation (patch by Alexander V Lukyanov).
9647         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
9648           be any substring rather than the prefix.
9649         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
9650           not link a module if the only symbols exported from the module are
9651           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
9652           has seen messages claiming this behavior conforms to the standard.)
9653         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
9654           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
9655         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
9656           problem where ncurses applications which were run via a shell script
9657           would hang when given a ^Z.  Also, check if the terminal's process
9658           group is consistent, i.e., a shell has not taken ownership of it,
9659           before deciding to save the current terminal settings in the SIGTSTP
9660           handler (patch by Klaus Weide).
9661         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
9662           der Poel <bvdpoel@kootenay.com>).
9663         + correct a couple of typos in the macros supporting the configure
9664           --with-shlib-version option.
9665
9666 990123
9667         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
9668           by Kimio Ishii <ishii@csl.sony.co.jp>).
9669         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
9670           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
9671         + modify tput to accept termcap names as an alternative to terminfo
9672           names (patch by Jeffrey C Honig).
9673         + correct a typo in term.7 (Todd C Miller).
9674         + add configure --with-shlib-version option to allow installing shared
9675           libraries named according to release or ABI versions.  This
9676           parameterizes some existing logic in the configure script, and is
9677           intended for compatiblity upgrades on Digital Unix, which used
9678           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
9679         + resync configure script against autoconf 2.13 + patches
9680         + minor improvements for teraterm terminfo entry based on the program's
9681           source distribution.
9682
9683 990116
9684         + change default for configure --enable-big-core to assume machines do
9685           have enough memory to resolve terminfo.src in-memory.
9686         + correct name of ncurses library in TEST_ARGS when configuring with
9687           debug library.
9688         + minor fixes to compile ncurses library with broken-linker with g++.
9689         + add --enable-broken-linker configure option, default to environment
9690           variable $BROKEN_LINKER (request by Jeffrey C Honig).
9691         + change key_names[] array to static since it is not part of the curses
9692           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
9693
9694 990110
9695         + add Tera Term terminfo entry - TD
9696
9697 990109
9698         + reviewed/corrected macros in curses.h as per XSI document.
9699         + provide support for termcap PC variable by copying it from terminfo
9700           data and using it as the padding character in tputs (reported by
9701           Alexander V Lukyanov).
9702         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
9703           kf9-kf12 capabilities, as well as adding kcbt.
9704         + document the mouse handling mechanism in menu_driver and make a small
9705           change in menu_driver's return codes to provide more consistency
9706           (patch by Juergen Pfeifer).
9707         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
9708           by Uchiyama Yasushi <uch@nop.or.jp>).
9709         + move lib_restart.c to ncurses/base, since it uses curses functions
9710           directly, and therefore cannot be used in libtinfo.so
9711         + rename micro_char_size to micro_col_size, adding #define to retain
9712           old name.
9713         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
9714           XSI and Solaris 2.5.
9715         + minor makefile files to build ncurses test_progs
9716         + update html files in misc directory to reflect changes since 4.2
9717
9718 990102
9719         + disable scroll hints when hashmap is enabled (patch by Alexander
9720           V Lukyanov).
9721         + move logic for tic's verify of -e option versus -I and -C so that the
9722           terminfo data is not processed if we cannot handle -e (reported by
9723           Steven Schwartz <steves@unitrends.com>.
9724         + add test-driver traces to terminfo and termcap functions.
9725         + provide support for termcap ospeed variable by copying it from the
9726           internal cur_term member, and using ospeed as the baudrate reference
9727           for the delay_output and tputs functions.  If an application does not
9728           set ospeed, the library behaves as before, except that _nc_timed_wait
9729           is no longer used, or needed, since ospeed always has a value.  But
9730           the application can modify ospeed to adjust the output of padding
9731           characters (prompted by a bug report for screen 3.7.6 and email from
9732           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
9733         + removed some unused ifdef's as part of Alexander's restructuring.
9734         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
9735           Version 2.  This includes making some parameters NCURSES_CONST
9736           rather than const, e.g., in termcap.h.
9737         + change linux terminfo entry to use ncv#2, since underline does not
9738           work with color
9739
9740 981226
9741         + miscellaneous corrections for curses.h to match XSI.
9742         + change --enable-no-padding configure option to be normally enabled.
9743         + add section to ncurses manpage for environment variables.
9744         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
9745           changes, found no sign of problems on Linux (or on SunOS, Solaris)
9746           running screen built with ncurses.
9747         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
9748           Roskin <pavel_roskin@geocities.com>).
9749         + correct several font specification typos in man-pages.
9750
9751 981220
9752         + correct default value for BUILD_CC (reported by Larry Virden).
9753
9754 981219
9755         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
9756           it from changing the terminfo directory after chdir'ing to it.
9757           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
9758           by a Debian bug report).
9759         + correct/update ncsa terminfo entry (report by Larry Virden).
9760         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
9761           changes
9762         + add Mathew Vernon's mach console entries to terminfo.src
9763         + more changes, moving functions, as part of Alexander's restructuring.
9764         + modify configure script for GNU/Hurd share-library support, introduce
9765           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
9766           <uch@nop.or.jp>)
9767
9768 981212
9769         + add environment variable NCURSES_NO_SETBUF to allow disabling the
9770           setbuf feature, for testing purposes.
9771         + correct ifdef's for termcap.h versus term.h that suppress redundant
9772           declarations of prototypes (reported by H.J.Lu).
9773         + modify Makefile.os2 to add linker flags which allow multiple copies
9774           of an application to coexist (reported by Ilya Zakharevich).
9775         + update Makefile.glibc and associated configure script so that ncurses
9776           builds as a glibc add-on with the new directory configuration
9777           (reported by H.J.Lu).
9778
9779 981205
9780         + modify gen_reps() function in gen.c to work properly on SunOS
9781           (sparc), which is a left-to-right architecture.
9782         + modify relative_move and tputs to avoid an interaction with the
9783           BSD-style padding.  The relative_move function could produce a string
9784           to replace on the screen which began with a numeric character, which
9785           was then interpreted by tputs as padding.  Now relative_move will not
9786           generate a string with a leading digit in that case (overwrite).
9787           Also, tputs will only interpret padding if the string begins with a
9788           digit; as coded it permitted a string to begin with a decimal point
9789           or asterisk (reported by Larry Virden).
9790         > patches by Juergen Pfeifer:
9791         + fix a typo in m_driver.c mouse handling and improves the error
9792           handling.
9793         + fix broken mouse handling in the Ada95 binding
9794         + make the Ada95 sample application menus work with the new menu mouse
9795           support
9796         + improve the mouse handling introduced by Ilya; it now handles menus
9797           with spacing.
9798         + repair a minor bug in the menu_driver code discovered during this
9799           rework.
9800         + add new function wmouse_trafo() to hide implementation details of
9801           _yoffset member of WINDOW struct needed for mouse coordinate
9802           transformation.
9803
9804 981128
9805         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
9806           some older implementations (e.g., SunOS 4.x) return the buffer
9807           address rather than its length.
9808         > patch by Rick Ohnemus:
9809         + modify demo.cc to get it to compile with newer versions of egcs.
9810         + trim a space that appears at the end of the table preprocessor lines
9811           ('\" t).  This space prevents some versions of man from displaying
9812           the pages - changed to remove all trailing whitespace (TD)
9813         + finally, 'make clean' does not remove panel objects.
9814         > patches by Ilya Zakharevich:
9815         + allow remapping of OS/2 mouse buttons using environment variable
9816           MOUSE_BUTTONS_123 with the default value 132.
9817         + add mouse support to ncurses menus.
9818
9819 981121
9820         + modify misc/makedef.cmd to report old-style .def file symbols, and to
9821           generate the .def files sorted by increasing names rather than the
9822           reverse.
9823         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
9824           from misc/*.old), and updated based on the entrypoint coding he used
9825           for an older version of ncurses.
9826         + add README.emx, to document how to build on OS/2 EMX.
9827         + updates for config.guess, config.sub from Lynx
9828         > patches by Ilya Zakharevich:
9829         + minor fixes for mouse handling mode:
9830           a) Do not initialize mouse if the request is to have no mouse;
9831           b) Allow switching of OS/2 VIO mouse on and off.
9832         + modify Makefile.os2 to support alternative means of generating
9833           configure script, by translating Unix script with Perl.
9834         > patches by Juergen Pfeifer:
9835         + Updates MANIFEST to reflect changes in source structure
9836         + Eliminates a problem introduced with my last patch for the C++
9837           binding in the panels code.  It removes the update() call done in the
9838           panel destructor.
9839         + Changes in the Ada95 binding to better support systems where
9840           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
9841
9842 981114
9843         + modify install-script for manpages to skip over .orig and .rej files
9844           (request by Larry Virden).
9845         > patches/discussion by Alexander V Lukyanov:
9846         + move base-library sources into ncurses/base and tty (serial terminal)
9847           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
9848           changes to ncurses library.
9849         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
9850           be linked into the normal ncurses library.
9851         + move macro winch to a function, to hide details of struct ldat
9852         > patches by Juergen Pfeifer:
9853         + fix a potential compile problem in cursesw.cc
9854         + some Ada95 cosmetics
9855         + fix a gen.c problem when compiling on 64-Bit machines
9856         + fix Ada95/gen/Makefile.in "-L" linker switch
9857         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
9858
9859 981107
9860         + ifdef'd out lib_freeall.c when not configured.
9861         + rename _tracebits() to _nc_tracebits().
9862         + move terminfo-library sources into ncurses/tinfo, and trace-support
9863           functions into ncurses/trace as part of Alexander V Lukyanov's
9864           proposed changes to ncurses library.
9865         + modify generated term.h to always specify its own definitions for
9866           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
9867           broken configure scripts.
9868
9869 981031
9870         + modify terminfo parsing to accept octal and hexadecimal constants,
9871           like Solaris.
9872         + remove an autoconf 2.10 artifact from the configure script's check
9873           for "-g" compiler options.  (Though harmless, this confused someone
9874           at Debian, who recently issued a patch that results in the opposite
9875           effect).
9876         + add configure option --with-ada-compiler to accommodate installations
9877           that do not use gcc as the driver for GNAT (patch by Juergen
9878           Pfeifer).
9879
9880 981017
9881         + ensure ./man exists in configure script, needed when configuring
9882           with --srcdir option.
9883         + modify infocmp "-r" option to remove limit on formatted termcap
9884           output, which makes it more like Solaris' version.
9885         + modify captoinfo to treat no-argument case more like Solaris'
9886           version, which uses the contents of $TERMCAP as the entry to format.
9887         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
9888           (patch by Alexander V Lukyanov).
9889
9890 981010
9891         + modify --with-terminfo-dirs option so that the default value is the
9892           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
9893           rid of a hardcoded list of candidate directories in the configure
9894           script.
9895         + add some error-checking to _nc_read_file_entry() to ensure that
9896           strings are properly terminated (Todd C Miller).
9897         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
9898           correspond with contents (reported by Neil Zanella
9899           <nzanella@cs.mun.ca>).
9900         + remove redundant configure check for C++ which did not work when $CXX
9901           was specified with a full pathname (reported by Andreas Jaeger).
9902         + corrected bcopy/memmove check; the macro was not standalone.
9903
9904 981003
9905         + remove unnecessary portion of OS/2 EMX mouse change from
9906           check_pending() (reported by Alexander V Lukyanov).
9907
9908 980926
9909         + implement mouse support for OS/2 EMX (adapted from patch against
9910           4.2(?) by Ilya Zakharevich).
9911         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
9912         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
9913         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
9914           some older entries - TD
9915         + modify tic to compile into %'char' form in preference to %{number},
9916           since that is a little more efficient.
9917         + minor correction to infocmp to avoid displaying "difference" between
9918           two capabilities that are rendered in equivalent forms.
9919         + add "-g" option to tic/infocmp to force character constants to be
9920           displayed in quoted form.  Otherwise their decimal values are shown.
9921         + modify setupterm so that cancelled strings are treated the same as
9922           absent strings, cancelled and absent booleans false (does not affect
9923           tic, infocmp).
9924         + modify tic, infocmp to discard redundant i3, r3 strings when output
9925           to termcap format.
9926         > patch by Alexander V Lukyanov:
9927         + improve performance of tparm, now it takes 19% instead of 25% when
9928           profiling worm.
9929         + rename maxlen/minlen to prec/width for better readability.
9930         + use format string for printing strings.
9931         + use len argument correctly in save_text, and pass it to save_number.
9932
9933 980919
9934         + make test_progs compile (but hashmap does not function).
9935         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
9936           associated logic to avoid freeing the SP->_setbuf data.
9937         + add modules home_terminfo and getenv_num to libtinfo.
9938         + move write_entry to libtinfo, to work with termcap caching.
9939         + minor fixes to blue.c to build with atac.
9940         + remove softscroll.c module; no longer needed for testing.
9941         > patches by Todd C Miller:
9942         + use strtol(3) instead of atoi(3) when parsing env variables so we can
9943           detect a bogus (non-numeric) value.
9944         + check for terminal names > MAX_NAME_SIZE in a few more places when
9945           dealing with env variables again.
9946         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
9947         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
9948           string #define (compile time vs runtime).
9949         + when setting errno to ENOMEM, set it right before the return, not
9950           before code that could, possibly, set errno to a different value.
9951         > patches by Alexander V Lukyanov:
9952         + use default background in update_cost_from_blank()
9953         + disable scroll-hints when hashmap is configured.
9954         + improve integration of hashmap scrolling code, by adding oldhash and
9955           newhash data to SP struct.
9956         + invoke del_curterm from delscreen.
9957         + modify del_curterm to set cur_term to null if it matches the
9958           function's parameter which is deleted.
9959         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
9960           exit_insert_mode combination, adjusting InsCharCost to check
9961           enter_insert_mode, exit_insert_mode and insert_padding.  Add
9962           insert_padding in insert mode after each char.  This adds new costs
9963           to the SP struct.
9964
9965 980912
9966         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
9967           consistent treatment.
9968         + modify ncurses to restore output to unbuffered on endwin, and resume
9969           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
9970         + corrected HTML version numbers (according to the W3C validator, they
9971           never were HTML 2.0-compliant, but are acceptable 3.0).
9972
9973 980905
9974         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
9975           capability name, as in SVr4.
9976         + modified term.h, termcap.h headers to avoid redundant declarations.
9977         + change 'u_int' type in tset.c to unsigned, making this compile on
9978           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
9979
9980 980829
9981         + corrections to mailing addresses, and moving the magic line that
9982           causes the man program to invoke tbl to the first line of each
9983           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
9984         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
9985           (from J.J.G.Ripoll, with further integration by TD).
9986         + correct a typo in icl6404 terminfo entry.
9987         + add xtermm and xtermc terminfo entries.
9988         > from esr's terminfo version:
9989         + Added Francesco Potorti's tuned Wyse 99 entries.
9990         + dtterm enacs (from Alexander V Lukyanov).
9991         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
9992
9993 980822
9994         + document AT&T acs characters in terminfo.5 manpage.
9995         + use EMX _scrsize() function if terminfo and environment do not
9996           declare the screen size (reported by Ilya Zakharevich
9997           <ilya@math.ohio-state.edu>).
9998         + remove spurious '\' characters from eterm and osborne terminfo
9999           entries (prompted by an old Debian bug report).
10000         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
10001           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
10002         + correct misplaced parenthesis which caused file-descriptor from
10003           opening termcap to be lost, from 980725 changes (reported by Andreas
10004           Jaeger).
10005
10006 980815
10007         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
10008           when termios is not used (patch by Todd C Miller).
10009         + add function _nc_doalloc, to ensure that failed realloc calls do not
10010           leak memory (reported by Todd C Miller).
10011         + improved ncsa-telnet terminfo entry.
10012
10013 980809
10014         + correct missing braces around a trace statement in read_entry.c,
10015           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
10016           Daia).
10017
10018 980808
10019         + fix missing include <errno.h> in ditto.c (reported by Bernhard
10020           Rosenkraenzer <bero@k5.sucks.eu.org>)
10021         + add NCSA telnet terminfo entries from Francesco Potorti
10022           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
10023         + make handling of $LINES and $COLUMNS variables more compatible with
10024           Solaris by allowing them to individually override the window size
10025           as obtained via ioctl.
10026
10027 980801
10028         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
10029           which may reset all attributes in the 'op' capability, so that colors
10030           are set before turning on bold and other attributes, but still after
10031           turning attributes off.
10032         + add 'ditto.c' to test directory to illustrate use of newterm for
10033           initializing multiple screens.
10034         + modify _nc_write_entry() to recover from failed attempt to link alias
10035           for a terminfo on a filesystem which does not preserve character case
10036           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
10037
10038 980725
10039         + updated versions of config.guess and config.sub based on automake 1.3
10040         + change name-comparisons in lib_termcap to compare no more than 2
10041           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
10042           with Solaris curses).
10043         + fix typo in curs_insstr.3x (patch by Todd C Miller)
10044         + use 'access()' to check if ncurses library should be permitted to
10045           open or modify files with fopen/open/link/unlink/remove calls, in
10046           case the calling application is running in setuid mode (request by
10047           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
10048           <dps@io.stargate.co.uk>).
10049         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
10050         + qnxt2 and minitel terminfo entries from esr's version.
10051
10052 980718
10053         + use -R option with ldconfig on FreeBSD because otherwise it resets
10054           the search path to /usr/lib (reported by Dan Nelson).
10055         + add -soname option when building shared libraries on OpenBSD 2.x
10056           (request by QingLong).
10057         + add configure options --with-manpage-format and
10058           --with-manpage-renames (request by QingLong).
10059         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
10060           omitting the high-order byte, producing a 254 in the compiled
10061           terminfo.
10062         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
10063           tigetnum and tigetstr to be compatible with Solaris (gleaned from
10064           Debian distribution of 1.9.9g-8.8).
10065         + modify _nc_syserr_abort to abort only when compiled for debugging,
10066           otherwise simply exit with an error.
10067
10068 980711
10069         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
10070           "_g" for a debug build).
10071         + update Ada95 'make clean' rule to include generics .ali files
10072         + add a configure test to ensure that if GNAT is found, that it can
10073           compile/link working Ada95 program.
10074         + flush output in beep and flash functions, fixing a problem with
10075           getstr (patch by Alexander V Lukyanov)
10076         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
10077         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
10078           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
10079         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
10080           Nelson).
10081
10082 980704
10083         + merge changes from current XFree86 xterm terminfo descriptions.
10084         + add configure option '--without-ada'.
10085         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
10086           corresponds to vt100.
10087         + change translation for termcap 'rs' to terminfo 'rs2', which is
10088           the documented equivalent, rather than 'rs1'.
10089
10090 980627
10091         + slow 'worm' down a little, for very fast machines.
10092         + corrected firstchar/lastchar computation in lib_hline.c
10093         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
10094           CHANGED_TO_EOL macros.
10095         + modify init_pair so that if a color-pair is reinitialized, we will
10096           repaint the areas of the screen whose color changes, like SVr4 curses
10097           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
10098         + modify getsyx/setsyx macros to comply with SVr4 man-page which
10099           says that leaveok() affects their behavior (report by Darryl Miles,
10100           patch by Alexander V Lukyanov).
10101
10102 980620
10103         + review terminfo.5 against Solaris 2.6 curses version, corrected
10104           several minor errors/omissions.
10105         + implement tparm %l format.
10106         + implement tparm printf-style width and precision for %s, %d, %x, %o
10107           as per XSI.
10108         + implement tparm dynamic variables (reported by Xiaodan Tang).
10109
10110 980613
10111         + update man-page for for wattr_set, wattr_get (cf:  980509)
10112         + correct limits in hashtest, which would cause nonprinting characters
10113           to be written to large screens.
10114         + correct configure script, when --without-cxx was specified:  the
10115           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
10116           2.8 tolerated the missing 'int'.
10117         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
10118           compiler's name might be something like "egcs" (patch by Juergen
10119           Pfeifer).
10120         + correct curs_addch.3x, which implied that echochar could directly
10121           display control characters (patch by Alexander V Lukyanov).
10122         + fix typos in ncurses-intro.html (patch by Sidik Isani
10123           <isani@cfht.hawaii.edu>)
10124
10125 980606
10126         + add configure test for conflicting use of exception in math.h and
10127           other headers.
10128         + minor optimization to 'hash()' function in hashmap.c, reduces its
10129           time by 10%.
10130         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
10131         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
10132           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
10133         > patch by Alexander V Lukyanov:
10134         + correct problem on Solaris (with poll() function) where getch could
10135           hang indefinitely even if timeout(x) was called.  This turned out to
10136           be because milliseconds was not updated before 'goto retry' in
10137           _nc_timed_wait.
10138         + simplified the function _nc_timed_wait and fixed another bug, which
10139           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
10140           assignment.
10141         + removed the cycle on EINTR, as it seems to be useless.
10142
10143 980530
10144         + add makefile-rule for test/keynames
10145         + modify run_tic.sh and shlib to ensure that user's .profile does not
10146           override the $PATH used to run tic (patch by Tim Mooney).
10147         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
10148           needed for HP-UX shared-library path (recommended by Tim Mooney).
10149         + remove special case of HP-UX -L options, use +b options to embed
10150           $(libdir) in the shared libraries (recommended by Tim Mooney).
10151         + add checks for some possible buffer overflows and unchecked
10152           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
10153           <Todd.Miller@courtesan.com>)
10154
10155 980523
10156         + correct maxx/maxy expression for num_columns/num_lines in derwin
10157           (patch by Alexander V Lukyanov).
10158         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibilty
10159           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
10160           configure option (suggested by Mike Hopkirk).
10161         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
10162           Hopkirk <hops@sco.com>).
10163         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
10164           Makefile.in, since this conflicts when g++ is used with HP-UX
10165           compiler (reported by Tim Mooney).
10166         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
10167           in some C++ implementations (reported by several people running
10168           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
10169
10170 980516
10171         + modify write_entry.c so that it will not attempt to link aliases
10172           with embedded '/', but give only a warning.
10173         + put -L$(libdir) first when linking programs, except for HP-UX.
10174         + modify comp_scan.c to handle SVr4 terminfo description for att477,
10175           which contains a colon in the description field.
10176         + modify configure script to support SCO osr5.0.5 shared libraries,
10177           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
10178         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
10179           Lukyanov).
10180         + minor adjustments of const/NCURSES_CONST from IRIX compile.
10181         + add updates based on esr's 980509 version of terminfo.src.
10182
10183 980509
10184         + correct macros for wattr_set, wattr_get, separate wattrset macro from
10185           these to preserve behavior that allows attributes to be combined with
10186           color pair numbers.
10187         + add configure option --enable-no-padding, to allow environment
10188           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
10189           thereby making terminal emulators (e.g., for vt100) a little more
10190           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
10191         + modify configure script to embed ABI in shared libraries for HP-UX
10192           10.x (detailed request by Tim Mooney).
10193         + add test/example of the 'filter()' function.
10194         + add nxterm and xterm-color terminfo description (request by Cristian
10195           Gafton <gafton@redhat.com>).
10196         + modify rxvt terminfo description to clear alternate screen before
10197           switching back to normal screen, for compatibility with applications
10198           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
10199         + modify linux terminfo description to reset color palette (reported
10200           by Telford Tendys <telford@eng.uts.edu.au>).
10201         + correction to doupdate, for case where terminal does not support
10202           insert/delete character.  The logic did not check that there was a
10203           difference in alignment of changes to old/new screens before
10204           repainting the whole non-blank portion of the line.  Modified to fall
10205           through into logic that reduces by the portion which does not differ
10206           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
10207         + minor performance improvement to wnoutrefresh by moving some
10208           comparisons out of inner loop.
10209
10210 980425
10211         + modify configure script to substitute NCURSES_CONST in curses.h
10212         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
10213           xterm-8bit to correspond to XFree86 3.9Ag.
10214         + remove restriction that forces ncurses to use setaf/setab if the
10215           number of colors is greater than 8.  (see 970524 for xterm-16color).
10216         + change order of -L options (so that $(libdir) is searched first) when
10217           linking tic and other programs, to workaround HP's linker.
10218           Otherwise, the -L../lib is embedded when linking against shared
10219           libraries and the installed program does not run (reported by Ralf
10220           Hildebrandt).
10221         + modify configuration of shared libraries on Digital Unix so that
10222           versioning is embedded in the library, rather than implied by
10223           links (patch by Tim Mooney).
10224
10225 980418
10226         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
10227           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
10228           <R.Hildebrandt@tu-bs.de>).
10229         + correct configure tests in CF_SHARED_OPTS which used $CC value to
10230           check for gcc, rather than autoconf's $GCC value.  This did not
10231           work properly if the full pathname of the compiler were given
10232           (reported by Michael Yount <yount@csf.Colorado.edu>).
10233         + revise check for compiler options to force ANSI mode since repeating
10234           an option such as -Aa causes HP's compiler to fail on its own headers
10235           (reported by Clint Olsen <olsenc@ichips.intel.com>).
10236
10237 980411
10238         + ifdef'd has_key() and mcprint() as extended functions.
10239         + modified several prototypes to correspond with 1997 version of
10240           X/Open Curses (affects ABI since developers have used attr_get).
10241         + remove spurious trailing blanks in glibc addon-scripts (patch by
10242           H.J.Lu).
10243         + insert a few braces at locations where gcc-2.8.x asks to use them to
10244           avoid ambigous else's, use -fpic rather than -fPIC for Linux (patch
10245           by Juergen Pfeifer).
10246
10247 980404
10248         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
10249           before -l to accommodate Solaris' linker (reported by Larry Virden).
10250
10251 980328
10252         + modify lib_color.c to eliminate dependency on orig_colors and
10253           orig_pair, since SVr4 curses does not require these either, but
10254           uses them when they are available.
10255         + add detailed usage-message to infocmp.
10256         + correct a typo in att6386 entry (a "%?" which was "?").
10257         + add -f option to infocmp and tic, which formats the terminfo
10258           if/then/else/endif so that they are readable (with newlines and
10259           tabs).
10260         + fixes for glibc addon scripts (patch by H.J.Lu).
10261
10262 980321
10263         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
10264           declared (from Adam J Richter <adam@yggdrasil.com>)
10265         + remove spurious curs_set() call from leaveok() (J T Conklin).
10266         + corrected handling leaveok() in doupdate() (patch by Alexander V.
10267           Lukyanov).
10268         + improved version of wredrawln (patch by Alexander V. Lukyanov).
10269         + correct c++/Makefile.in so install target do not have embedded ../lib
10270           to confuse it (patch by Thomas Graf <graf@essi.fr>).
10271         + add warning to preinstall rule which checks if the installer would
10272           overwrite a curses.h or termcap.h that is not derived from ncurses.
10273           (The recommended configuration for developers who need both is to
10274           use --disable-overwrite).
10275         + modify preinstall rule in top-level Makefile to avoid implicit
10276           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
10277           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
10278           <te@informatik.uni-hannover.de>)
10279         + refine ifdef's for TRACE so that libncurses has fewer dependencies
10280           on libtinfo when TRACE is disabled.
10281         + modify configure script so that if the --with-termlib option is used
10282           to generate a separate terminfo library, we chain it to the ncurses
10283           library with a "-l" option (reported by Darryl Miles and Ian T.
10284           Zimmerman).
10285
10286 980314
10287         + correct limits and window in wredrawln function (reported/analysis by
10288           Alexander V. Lukyanov).
10289         + correct sed expression in configure script for --with-fallback
10290           option (patch by Jesse Thilo).
10291         + correct some places in configure script where $enableval was used
10292           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
10293         + modify some man-pages so no '.' or '..' falls between TH and SH
10294           macros, to accommodate man_db program (reported by Ian T. Zimmerman
10295           <itz@rahul.net>).
10296         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
10297         > several changes by Juergen Pfeifer:
10298         + add copyright notices (and rcs id's) on remaining man-pages.
10299         + corrected prototypes for slk_* functions, using chtype rather than
10300           attr_t.
10301         + implemented the wcolor_set() and slk_color() functions
10302         + the slk_attr_{set,off,on} functions need an additional void*
10303           parameter according to XSI.
10304         + fix the C++ and Ada95 binding as well as the man pages to
10305           reflect above enhancements.
10306
10307 980307
10308         + use 'stat()' rather than 'access()' in toe.c to check for the
10309           existence of $HOME/.terminfo, since it may be a file.
10310         + suppress configure CF_CXX_LIBRARY check if we are not using g++
10311           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
10312           Juergen Pfeifer).
10313         + turn on hashmap scrolling code by default, intend to remedy defects
10314           by 4.3 release.
10315         + minor corrections to terminfo.src changelog.
10316
10317 980302  4.2 release for upload to prep.ai.mit.edu
10318         + correct Florian's email address in ncurses-intro.html
10319         + terminfo.src 10.2.0 (ESR).
10320
10321 980228  pre-release
10322         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
10323           QingLong <qinglong@Bolizm.ihep.su>).
10324         + minor documentation fixes (patch by Juergen Pfeifer).
10325         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
10326           <claesg@algonet.se>).
10327         + correct sign-extension in lib_insstr.c (reported by Sotiris
10328           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
10329
10330 980221  pre-release
10331         + regenerated some documentation overlooked in 980214 patch
10332           (ncurses-intro.doc, curs_outopts.3x.html)
10333         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
10334           Juergen Pfeifer).
10335         + change maintainer's mailing address to florian@gnu.org, change
10336           tentative mailing list address to bug-ncurses-request@gnu.org (patch
10337           by Florian La Roche).
10338         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
10339           Hasse <gh@raditex.se>).
10340         + restore version numbers to Ada95 binding, accidentally deleted by
10341           copyright patch (patch by Juergen Pfeifer).
10342
10343 980214  pre-release
10344         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
10345           distributions, though it is retained in development.
10346         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
10347           by Jeremy Buhler).
10348         + update mailing-list information (bug-ncurses@gnu.org).
10349         + update announcement for upcoming 4.2 release.
10350         + modify -lm test to check for 'sin()' rather than 'floor()'
10351         + remove spurious commas from terminfo.src descriptions.
10352         + change copyright notices to Free Software Foundation
10353
10354 980207
10355         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
10356           CF_SIZECHANGE
10357         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
10358         + ifdef-out true-return from _nc_mouse_inline() which depends on
10359           merge of QNX patch (pending 4.2 release).
10360         > patch to split off seldom-used modules in ncurses (J T Conklin):
10361           This reduces size by up to 2.6kb.
10362         + move functionality of _nc_usleep into napms, add configuration case
10363           for nanosleep().
10364         + moved wchgat() from lib_addch.c to lib_chgat.c
10365         + moved clearok(), immedok(), leaveok(), and scrollok() from
10366           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
10367           lib_scrollok.c.
10368         + moved napms() from lib_kernel.c to lib_napms.c
10369         + moved echo() and noecho() from lib_raw.c to lib_echo.c
10370         + moved nl() and nonl() from lib_raw.c to lib_nl.c
10371
10372 980131
10373         + corrected conversion in tclock.c (cf: 971018).
10374         + updates to Makefile.glibc and associated Linux configure script
10375           (patch by H.J.Lu).
10376         + workaround a quoting problem on SunOS with tar-copy.sh
10377         + correct init_pair() calls in worm.c to work when use_default_colors()
10378           is not available.
10379         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
10380           2.1.5
10381         + add ncv capability to FreeBSD console (cons25w), making reverse
10382           work with color.
10383         + correct sense of configure-test for sys/time.h inclusion with
10384           sys/select.h
10385         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
10386         + remove unused/obsolete test-program rules from progs/Makefile.in
10387           (the rules in ncurses/Makefile.in work).
10388         + remove shared-library loader flags from test/Makefile.in, etc.
10389         + simplify test/configure.in using new version of autoconf to create
10390           test/ncurses_cfg.h
10391         + suppress suffix rules in test/Makefile.in, provide explicit
10392           dependency to work with --srcdir option and less capable 'make'
10393           programs.
10394         > adapted from patch for QNX by Xiaodan Tang:
10395         + initialize %P and %g variables set/used in tparm, and also ensure
10396           that empty strings don't return a null result from tparam_internal
10397         + add QNX-specific prototype for vsscanf()
10398         + move initialization of SP->_keytry from init_keytry() to newterm() to
10399           avoid resetting it via a keyok() call by mouse_activate().
10400         + reorganized some functions in lib_mouse() to use case-statements.
10401         + remove sgr string from qnx terminfo entry since it is reported to
10402           turn off attributes inconsistently.
10403
10404 980124
10405         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
10406           test for no_color_video.
10407         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
10408           and 'k' tests.
10409         + implement no_color_video attribute, and as a special case, reverse
10410           colors when the reverse attribute cannot be combined with color.
10411         + check for empty string in $TERM variable (reported by Brett Michaels
10412           <brett@xylan.com>).
10413         > from reports by Fred Fish:
10414         + add configure-test for isascii
10415         + add configure-test for -lm library.
10416         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
10417         > patches by J.J.G.Ripoll
10418         + add configure/makefile variables to support .exe extension on
10419           OS/2 EMX (requires additional autoconf patches).
10420         + explicitly initialize variables in lib_data.c to appease OS/2 linker
10421         > patches by Fred Fish <fnf@ninemoons.com>
10422         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
10423           directory.
10424         + aclocal.m4 (install.includes):  Remove files in the include directory
10425           where we are going to install new ones, not the original source
10426           files.
10427         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
10428           distributed with BeOS PR2 using captoinfo.
10429         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
10430         + aclocal.m4: Assume bool types are unsigned.
10431         + progs/infocmp.c: workaround mwcc 32k function data limit
10432
10433 980117
10434         + correct initialization of color-pair (cf: 970524) in xmas.c, which
10435           was using only one color-pair for all colors (reported by
10436           J.J.G.Ripoll).
10437         + add multithread options for objects build on EMX, for compatibility
10438           with XFree86.
10439         + split up an expression in MKlib_gen.sh to work around a problem on
10440           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
10441         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
10442           hard reset.
10443         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
10444         + remove bold/underline from sun console entries since they're not
10445           implemented.
10446         + correct _tracef calls in _tracedump(), which did not separate format
10447           from parameters.
10448         + correct getopt string for tic "-o" option, and add it to man-page
10449           synopsis (reported by Darren Hiebert <darren@hmi.com>).
10450         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
10451           optimization (Alexander V.  Lukyanov).
10452         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
10453           Muyter <phdm@macqel.be>).
10454         > patches by Juergen Pfeifer:
10455         + Improve a feature of the forms driver.  For invisible fields
10456           (O_VISIBLE off) only the contents but not the attributes are cleared.
10457           We now clear both.  (Reported by Javier Kohan
10458           <jkohan@adan.fceia.unr.edu.ar>)
10459         + The man page form_field_opts.3x makes now clear, that invisible
10460           fields are also always inactive.
10461         + adjust ifdef's to compile the C++ binding with the just released
10462           gcc-2.8.0 c++ and the corresponding new C++ libraries.
10463
10464 980110
10465         + correct "?" command in ncurses.c; it was performing non-screen writes
10466           while the program was in screen mode.  (It "worked" in 1.9.9e because
10467           that version sets OPOST and OCRNL incorrectly).
10468         + return error from functions in lib_kernel, lib_raw and lib_ti if
10469           cur_term is null, or if underlying I/O fails.
10470         + amend change to tputs() so that it does not return an error if
10471           cur_term is null, since some applications depend on being able to use
10472           tputs without initializing the terminal (reported by Christian J.
10473           Robinson <infynity@cyberhighway.net>).
10474
10475 980103
10476         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
10477           1.9.9e, together with fixes/additions for the "ansi" terminal type.
10478         + add tic check for save/restore cursor if change_scroll_region is
10479           defined (reference: O'Reilly book).
10480         + modify read_termcap.c to handle EMX-style pathnames (reported by
10481           J.J.G.Ripoll).
10482         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
10483           Ripoll says EMX's curses does this.
10484         + modify _nc_tic_expand() to generate \0 rather than \200.
10485         + move/revise 'expand()' from dump_entry.c to ncurses library as
10486           _nc_tic_expand(), for use by tack.
10487         + decode \a as \007 for terminfo, as per XSI.
10488         + correct translation of terminfo "^@", to \200, like \0.
10489         + modify next_char() to treat <cr><lf> the same as <newline>, for
10490           cross-platform compatibility.
10491         + use new version of autoconf (971230) to work around limited
10492           environment on CLIX, due to the way autoconf builds --help message.
10493         > patch by Juergen Pfeifer:
10494         + check that the Ada95 binding runs against the correct version of
10495           ncurses.
10496         + insert constants about the library version into the main spec-file of
10497           the Ada95 binding.
10498
10499 971227
10500         + modify open/fopen calls to use binary mode, needed for EMX.
10501         + modify configure script to work with autoconf 2.10 mods for OS/2
10502           EMX (from J.J.G.Ripoll).
10503         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
10504           bypasses limited sed buffer length.
10505         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
10506           (J.J.G.Ripoll) to support OS/2 EMX:
10507         + add a _scrolling flag to SP, to set when we encounter a terminal
10508           that simply cannot scroll.
10509         + corrected logic in _nc_add_to_try(), by ensuring that strings with
10510           embedded \200 characters are matched.
10511         + don't assume the host has 'link()' function, for linking terminfo
10512           entries.
10513
10514 971220
10515         + if there's no ioctl's to support sigwinch handler, disable it.
10516         + add configure option --disable-ext-funcs to remove the extended
10517           functions from the build.
10518         + add configure option --with-termlib to generate the terminfo
10519           functions as a separate library.
10520         + add 'sources' rule to facilitate cross-compiling.
10521         + review/fix order of mostlyclean/clean/distclean rules.
10522         + modify install-rule for headers to first remove old header, in
10523           case there was a symbolic link that confuses the install script.
10524         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
10525         + add null pointer checks in wnoutrefresh(), overlap() (patch by
10526           Xiaodan Tang <xtang@qnx.com>)
10527         + correct tputs(), which could dereference a null cur_term if invoked
10528           before terminal is initialized (patch by Christopher Seawood
10529           <cls@seawood.org>)
10530         > patch by Juergen Pfeifer:
10531         + makes better use of "pragma Inline" in the Ada95 binding
10532         + resynchronizes the generated html manpages
10533
10534 971213
10535         + additional fixes for man-pages section-references
10536         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
10537           to tic, etc.
10538         + remove hpa/vpa from rxvt terminal description because they are not
10539           implemented correctly, added sgr0.
10540         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
10541           Leitgeb <leitgeb@leland.stanford.edu>)
10542
10543 971206
10544         + modify protection when installing libraries to (normally) not
10545           executable.  HP-UX shared libraries are an exception.
10546         + add configure check for 'tack'.
10547         + implement script for renaming section-references in man-page install,
10548           for Debian configuration.
10549         + add validity-check for SP in trace code in baudrate() (reported by
10550           Daniel Weaver).
10551         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
10552         + modify 'overlay()' so that copy applies target window background to
10553           characters.
10554         + correct 'mvwin()' so that it does not clear the previous locations.
10555         + correct lib_acs.c so that 8-bit character is not sign expanded in
10556           case of wide characters in chtype.
10557         + correct control-char test in lib_addch.c for use with wide chars
10558         + use attribute in the chtype when adding a control character in
10559           lib_addch.c control char was added with current attribute
10560
10561 971129
10562         + save/restore errno in _tracef() function
10563         + change treatment of initialize_color to use a range of 0..1000
10564           (recommended by Daniel Weaver).
10565         + set umask in mkinstalldirs, fixing problems reported by users who
10566           have set root's umask to 077.
10567         + correct bug in tic that caused capabilities to be reprinted at the
10568           end of output when they had embedded comments.
10569         + rewrote wredrawln to correspond to XSI, and split-out since it is
10570           not often used (from report by Alexander V. Lukyanov, 970825)
10571         + rewrote Dan Nelson's change to make it portable, as well as to
10572           correct logic for handling backslashes.
10573         + add code to _nc_tgetent() to make it work more like a real tgetent().
10574           It removes all empty fields, and removes all but the first in a group
10575           of duplicate caps.  The code was pulled from the BSD libtermcap code
10576           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
10577         + don't include --enable-widec in the --with-develop configure option,
10578           since it is not binary-compatible with 4.1 (noted by Alexander V.
10579           Lukyanov)
10580         > patch by Juergen Pfeifer:
10581         + further improvements of the usage of elaboration pragmas in the Ada95
10582           binding
10583         + enhanced Ada95 sample to use the user_data mechanism for panels.
10584         + a fix for the configuration script to make gnat-3.10 the required
10585           version.
10586         + resync of the html version of the manpages
10587
10588 971122
10589         > fixes/updates for terminfo.src:
10590         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
10591           version.
10592         + add hds200 description (Walter Skorski)
10593         + add EMX 0.9b descriptions
10594         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
10595         + rename xhpterm back to hpterm.
10596         > patch by Juergen Pfeifer:
10597         + Improves the usage of elaboration pragmas for the Ada95 binding.
10598         + Adds a translation of the test/rain.c into Ada95 to the samples.
10599           This has been contributed to the project by Laurent Pautet
10600           (pautet@gnat.com)
10601
10602 971115
10603         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
10604           in HP-UX terminfo.
10605         + correction & simplification of delay computation in tputs, based on
10606           comments from Daniel Weaver.
10607         + replace test for SCO with more precise header tests.
10608         + add configure test for unsigned literals, use in NCURSES_BITS macro.
10609         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
10610           since they probably are not needed, and are less efficient (noted by
10611           Juergen Fluk)
10612         + add -L$(libdir) to loader options, after -L../lib so that loaders
10613           that record this information will tend to do the right thing if
10614           the programs are moved around after installing them (suggested by
10615           Juergen Fluk).
10616         + add -R option to loader options for programs for Solaris if the
10617           --enable-rpath option is specified for the libraries.
10618
10619 971112
10620         + correct installed filename for shared libraries on *BSD (reported by
10621           Juergen Fluk).
10622
10623 971108
10624         + cleanup logic for deciding when tputs() should call delay_output(),
10625           based on comments from Daniel Weaver.
10626         + modified tputs() to avoid use of float.
10627         + correct use of trailpad in tputs(), which used the wrong variable
10628           in call to delay_output().
10629         + correct inverted expression for null-count in delay_output()
10630           (analysis by Daniel Weaver).
10631         + apply --enable-rpath option to Solaris (requested by Larry Virden).
10632         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
10633         + correct check for error-return by _nc_tgetent(), which returns 0
10634           for success.
10635         + add configure test for BSD 4.4 cgetent() function, modify
10636           read_termcap.c to use the host's version of that if found, using the
10637           terminal database on FreeBSD (reported by Peter Wemm).
10638         + add u8, u9 strings to sun-il description for Daniel Weaver.
10639         + use NCURSES_CONST in panel's user-pointer.
10640         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
10641           so that will work on NeXT.
10642         + use _nc_set_screen() rather than assignments to SP to fix port to
10643           NeXT (reported by Francisco A. Tomei Torres).
10644
10645 971101
10646         + force mandatory padding in bell and flash_screen, as specified in
10647           XSI.
10648         + don't allow padding_baud_rate to override mandatory delays (reported
10649           by Daniel Weaver).
10650         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
10651           defined, or if the cur_term pointer is not initialized.  XSI treats
10652           this as unspecified.  (requested by Daniel Weaver).
10653         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
10654           when that feature is not configured.
10655         + remove _nc_err_abort() calls when write_entry.c finds a directory but
10656           cannot write to it, e.g., when translating part/all of /etc/termcap
10657           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
10658           (this dates back to 951102 in 1.9.7a).
10659         + minor ifdef fixes to compile with atac and glibc 2.0.5c
10660         + add check for -lgen when configuring regexpr.h
10661         + modify Solaris shared-library option "-d y" to "-dy" to workaround
10662           incompatibility of gcc 2.7.2 vs vendor's tools.
10663
10664 971026
10665         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
10666           to compile on SCO.
10667         + remove dangling backslash in panel/Makefile.in
10668         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
10669           length() function.
10670         + correct length of allocation in _nc_add_to_try(), to allow for
10671           trailing null.
10672         + correct logic in _nc_remove_key(), which was discarding too many
10673           nodes (patch by Alexander V. Lukyanov)
10674
10675 971025
10676         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
10677           shared libraries link properly (see 970524).
10678         + modify Linux shared-library generation to include library
10679           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
10680           panel libraries (suggested by Juergen Pfeifer).
10681         + modify configure script to use config.guess and config.sub rather
10682           than uname, which is unreliable on some systems.
10683         + updated Makefile.glibc, test-built with glibc 2.0.5c
10684         + modify keyname() to return values consistent with SVr4 curses (patch
10685           by Juergen Fluk).
10686         > changes requested by Daniel Weaver:
10687         + modify delay_output() so that it uses the same output function as
10688           tputs() if called from that function.
10689         + move _baudrate from SCREEN to TERMINAL so that low-level use of
10690           tputs works when SP is not set.
10691         > patch by Juergen Pfeifer:
10692         + factor lib_menu and lib_form into smaller modules
10693         + clean up the interface between panel and SCREEN
10694         + minor changes to the Ada95 mouse support implemenation
10695         + minor bugfix in C++ binding to ripoff windows
10696         + fix a few Ada95 html documentation pages
10697
10698 971018
10699         + split-out lib_ungetch.c, make runtime link to resizeterm() to
10700           decouple those modules from lib_restart.c
10701         + add xterm-xf86-v39t description to terminfo.src
10702         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
10703           endwin() to avoid unnecessary repainting if the application has
10704           established an atexit function, etc.  Encountered this problem in
10705           the c++ demo, whose destructors repaint the screen.
10706         + combine _nc_get_screensize() and resizeterm() calls as new function
10707           _nc_update_screensize().
10708         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
10709           Beebe).
10710         + implement install-rules for Ada95 makefiles.
10711         + use screen_lines or MAXLINES as needed where LINES was coded,
10712           as well as screen_columns for COLS, in the ncurses library.
10713         > patch by Alexander V. Lukyanov:
10714         + modify logic for ripped-off lines to handle several SCREENs.
10715         > patch by Juergen Pfeifer:
10716         + factors lib_slk.c into some smaller modules
10717         + factors panel.c into some smaller modules
10718         + puts the static information about the current panel stack into the
10719           SCREEN structure to allow different panel stacks on different
10720           screens.
10721         + preliminary fix for an error adjusting LINES to account for
10722           ripped-off lines.
10723
10724 971011
10725         + move _nc_max_click_interval and other mouse interface items to SCREEN
10726           struct so that they are associated with a single terminal, and also
10727           save memory when the application does not need a mouse (roughly 3k vs
10728           0.5k on Linux).
10729         + modify mouseinterval() so that a negative parameter queries the
10730           click-interval without modifying it.
10731         + modify ncurses 'i' test to work with ncurses' apparent extension from
10732           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
10733           Lukyanov).
10734         + add configure options --with-ada-includes and --with-ada-objects,
10735           to drive Ada95 binding install (not yet implemented).
10736         + install C++ binding as -lncurses++ and associated headers with the
10737           other ncurses headers.
10738         + fix header uninstall if configure --srcdir is used.
10739         > minor interface changes to support 'tack' program -TD
10740           (request by Daniel Weaver <danw@znyx.com>).
10741         + export functions _nc_trans_string() and _nc_msec_cost().
10742         + add variable _nc_nulls_sent, to record the number of padding
10743           characters output in delay_output().
10744         + move tests for generic_type and hard_copy terminals in setupterm()
10745           to the end of that function so that the library will still be
10746           initialized, though not generally useful for curses programs.
10747         > patches by Alexander V. Lukyanov:
10748         + modify ClrBottom() to avoid using clr_eos if there is only one line
10749           to erase.
10750         + typo in configure --help.
10751         > patch by J T Conklin (with minor resync against Juergen's changes)
10752         + split-out lib_flash.c from lib_beep.c
10753         + split-out lib_hline.c and lib_vline.c from lib_box.c
10754         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
10755
10756 971005
10757         > patch by Juergen Pfeifer:
10758         + correct source/target of c++/edit_cfg.sh
10759
10760 971004
10761         + add color, mouse support to kterm terminfo entry.
10762         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
10763           providing "xterm"-style mouse.
10764         + updated rxvt's terminfo description to correspond to 2.21b, with
10765           fixes for the acsc (the box1 capability is incorrect, ech1 does not
10766           work).
10767         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
10768           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
10769           the distribution copy of rxvt's terminfo.
10770         + modify acsc capability for linux and linux-koi8 terminfo descriptions
10771           (from Pavel Roskin <pavel@absolute.spb.su>).
10772         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
10773           rather than 'i' (see 970802).
10774         + updated terminfo.src with reformatted acsc entries, and repaired the
10775           trashed entries with spurious '\' characters that this exposed.
10776         + add logic to dump_entry.c to reformat acsc entries into canonical
10777           form (sorted, unique mapping).
10778         + add configure script to generate c++/etip.h
10779         + add configure --with-develop option, to enable by default most of the
10780           experimental options (requested by Alexander V. Lukyanov).
10781         + rename 'deinstall' to 'uninstall', following GNU convention
10782           (suggested by Alexander V. Lukyanov).
10783         > patches by Alexander V. Lukyanov:
10784         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
10785           line of the screen, since carriage return will not cause a newline.
10786         + remove clause from PutCharLR() that would try to use
10787           eat_newline_glitch since that apparently does not work on some
10788           terminals (e.g., M$ telnet).
10789         + correct a limit check in scroll_csr_backward()
10790         > patches by Juergen Pfeifer:
10791         + adds dummy implementations of methods above() and below() to the
10792           NCursesPanel class.
10793         + fixes missing returncode in NCursesWindow::ripoffline()
10794         + fixes missing returncode in TestApplication::run() in demo.cc
10795         + We should at least give a comment in etip.h why it is currently a
10796           problem to install the C++ binding somewhere
10797         + makes the WINDOW* argument of wenclose() a const.
10798         + modifies several of the routines in lib_adabind.c to use a const
10799           WINDOW* argument.
10800
10801 970927
10802         + add 'deinstall' rules.
10803         + use explicit assignments in configure --without-progs option to
10804           work around autoconf bug which doesn't always set $withval.
10805         + check for ldconfig, don't try to run it if not found.
10806         + implement simple/unoptimized case in lib_doupdate.c to handle
10807           display with magic cookie glitch, tested with ncurses.c program.
10808         + correct missing _tracef in getmouse(), to balance the returnCode
10809           macro.
10810         + simplify show_attr() in ncurses.c using termattrs().
10811         > patches by Juergen Pfeifer:
10812         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
10813           binding
10814         + fixes a typo in a comment of frm_driver.c
10815         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
10816           generics should be compiled.  Proper fixes to the configuration
10817           scripts are also provided.
10818
10819 970920
10820         + several modifications to the configure script (requested by Ward
10821           Horner):
10822           + add configure options --without-progs, to suppress the build of the
10823             utility programs, e.g., for cross-compiling.
10824           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
10825             Makefile.in, to simplify setup for cross compiling.
10826           + add logic in configure script to recognize "--target=vxworks", and
10827             generate load/install actions for VxWorks objects.
10828         + move typedef for sigaction_t into SigAction.h to work around problem
10829           generating lint library.
10830         + modify fty_regex.c to reflect renaming of ifdef's for regular
10831           expressions.
10832         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
10833           reside in <sys/ioctl.h>.
10834         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
10835           the more obscure tests, which rely upon color.
10836         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
10837         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
10838           implementation difference wrt SVr4 curses, allow 's' test to work.
10839         + add missing endwin() to testscanw.c program (reported by Fausto
10840           Saporito <fausap@itb.it>).
10841         + fixes/updates for Makefile.glibc and related files under sysdeps
10842           (patch by H.J.Lu).
10843         > patches by Juergen Pfeifer:
10844         + add checks for null pointers, especially WINDOW's throughout the
10845           ncurses library.
10846         + solve a problem with wrong calculation of panel overlapping (reported
10847           by Ward Horner):
10848           + make sure that a panel's window isn't a pad.
10849           + do more error checking in module lib_touch.c
10850         + missing files for Ada95 binding from the last patch
10851         + synch. of generated html pages (RCS-Id's were wrong in html files)
10852         + support for Key_Resize in Ada binding
10853         + changed documentation style in ./c++/cursesm.h
10854         > patches by Alexander V. Lukyanov:
10855         + undo attempt to do recursive inlining for PutChar(), noting that it
10856           did not improve timing measurably, but inflated the size of
10857           lib_doupdate.o
10858
10859 970913
10860         + modify rain.c to use color.
10861         + correct scroll_csr_backward() to match scroll_csr_forward().
10862         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
10863         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
10864           of configure cache variables in 970906.
10865         + correct logic involving changes to O_VISIBLE option in
10866           Synchronize_Options function in frm_driver.c (Tony Hoffmann
10867           <Tony.Hoffmann@hia.nrc.ca>)
10868         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
10869           cross compiling (suggested by Chris Johns).
10870         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
10871           use it to support screen-size calculation (reported by Chris Johns).
10872         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
10873           Chris Johns <cjohns@plessey.com.au>)
10874         > patches by Juergen Pfeifer:
10875         + simplified, made minor corrections to Ada95 binding to form
10876           fieldtype.
10877         + The C++ binding has been enhanced:
10878           + Improve NCursesWindow class:  added additional methods to cover
10879             more ncurses functionality.  Make refresh() and noutrefresh()
10880             virtual members to allow different implementation in the
10881             NCursesPanel class.
10882           + CAUTION:  changed order of parameters in vline() and hline() of
10883             NCursesWindow class.
10884           + Make refresh() in NCursesPanel non-static, it is now a
10885             reimplementation of refresh() in the base class.  Added
10886             noutrefresh() to NCursesPanel.
10887           + Added NCursesForm and related classes to support libform
10888             functionality.
10889           + Moved most of configuration related stuff from cursesw.h to etip.h
10890           + Added NCursesApplication class to support easy configuration of
10891             menu and forms related attributes as well as ripped of title lines
10892             and Soft-Label-Keys for an application.
10893           + Support of Auto-Cleanup for a menu's fieldlist.
10894           + Change of return type for current_item() and operator[] for menus.
10895           + Enhanced demo.
10896         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
10897           freearg for a fieldtype may be NULL, makearg must not be NULL
10898         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
10899           not be NULL, copyarg and freearg may be NULL.
10900         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
10901           already disconnected.
10902         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
10903           navigation requests.
10904         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
10905           case-insensitiva comparision routine.
10906         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
10907           forms field by index.
10908         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
10909           item by index.
10910         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
10911           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
10912           broken (didn't handle colors correctly).
10913         + Enhanced lib_mouse.c: added _nc_has_mouse() function
10914         + Added _nc_has_mouse() prototype to curses.priv.h
10915         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
10916           streamlined implementation of wbkgd()
10917         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
10918           move of subwindows.  Fixed update behavior of movements of regular
10919           windows.
10920         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
10921         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
10922           of the original.  Subwindows become regular windows by doing a
10923           dupwin().
10924         + Improved manpage form_fieldtype.3x
10925         > patches by Alexander V. Lukyanov:
10926         + simplify the PutChar() handling of exit_am_mode, because we already
10927           know that auto_right_margin is true.
10928         + add a check in PutChar() for ability to insert to the case of
10929           shifting character to LR corner.
10930         + in terminal initialization by _nc_screen_resume(), make sure that
10931           terminal right margin mode is known.
10932         + move logic that invokes touchline(), or does the equivalent, into
10933           _nc_scroll_window().
10934         + modify scrolling logic use of insert/delete line capability, assuming
10935           that they affect the screen contents only within the current
10936           scrolling region.
10937         + modify rain.c to demonstrate SIGWINCH handler.
10938         + remove logic from getch() that would return an ERR if the application
10939           called getch() when the cursor was at the lower-right corner of the
10940           physical screen, and the terminal does not have insert-character
10941           ability.
10942         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
10943           is read, and modify logic in getch() so this fix will yield the
10944           desired behavior, i.e., the screen is repainted automatically when
10945           the terminal window is resized.
10946
10947 970906
10948         + add configure option --enable-sigwinch
10949         + modify view.c to test KEY_RESIZE logic, with "-r" option.
10950         + modify testcurs.c to eliminate misleading display wrt cursor type
10951           by testing if the terminal supports cnorm, civis, cvvis.
10952         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
10953           _nc_curr_col variables into linked programs:  move these variables,
10954           making new modules lib_cur_term and trace_buf (reported by Francisco
10955           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
10956         > patches by Alexander V. Lukyanov:
10957         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
10958           the SIGWINCH handler has been called since the last call to
10959           doupdate().
10960         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
10961         + add SIGWINCH handler to ncurses library which is used if there is no
10962           application SIGWINCH handler in effect when the screen is
10963           initialized.
10964         + make linked list of all SCREEN structures.
10965         + move curses.h include before definition of SCREEN to use types in
10966           that structure.
10967         + correction to ensure that wgetstr uses only a newline to force a
10968           scroll (970831).
10969
10970 970831
10971         + add experimental configure option --enable-safe-sprintf; the normal
10972           mode now allocates a buffer as large as the screen for the
10973           lib_printw.c functions.
10974         + modify wgetch to refresh screen when reading ungetch'd characters,
10975           since the application may require this - SVr4 does this.
10976         + refine treatment of newline in wgetstr to echo only when this would
10977           force the screen to scroll.
10978
10979 970830
10980         + remove override in wgetstr() that forces keypad(), since SVr4 does
10981           not do this.
10982         + correct y-reference for erasure in wgetstr() when a wrap forces a
10983           scroll.
10984         + correct x-position in waddch() after a wrap forces a scroll.
10985         + echo newline in wgetstr(), making testscanw.c scroll properly when
10986           scanw is done.
10987         + modify vwscanw() to avoid potential buffer overflow.
10988         + rewrote lib_printw.c to eliminate fixed-buffer limits.
10989         > patches by Alexander V. Lukyanov:
10990         + correct an error in handling cooked mode in wgetch(); processing
10991           was in the wrong order.
10992         + simplified logic in wgetch() that handles backspace, etc., by using
10993           wechochar().
10994         + correct wechochar() so that it interprets the output character as
10995           in waddch().
10996         + modify pechochar() to use prefresh() rather than doupdate(), since
10997           the latter does not guarantee immediate refresh of the pad.
10998         + modify pechochar() so that if called with a non-pad WINDOW, will
10999           invoke wechochar() instead.
11000         + modify fifo indices to allow fifo to be longer than 127 bytes.
11001
11002 970823
11003         + add xterm-8bit to terminfo.src
11004         + moved logic for SP->_fifohold inside check_pending() to make it
11005           work properly when we add calls to that function.
11006         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
11007           are assigned to bool values (patch by H.J.Lu).
11008         > patches by Alexander V. Lukyanov:
11009         + several fixes to getch:
11010           1.  Separate cooked and raw keys in fifo
11011           2.  Fix the case of ungetch'ed KEY_MOUSE
11012           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
11013           4.  correctly handle input errors (i.e., EINTR) without loss of raw
11014               keys
11015           5.  recognize ESC KEY_LEFT and similar
11016           6.  correctly handle the case of receiption of KEY_MOUSE from gpm
11017         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
11018           single mouse events (press/release) to be ignored in favor of
11019           composed events (click).  Improves on a fix from integrating gpm
11020           support in 961229.
11021         + add another call to check_pending, before scrolling, for
11022           line-breakout optimization
11023         + improve hashmap.c by
11024           1.  fixed loop condition in grow_hunks()
11025           2.  not marking lines with offset 0
11026           3.  fixed condition of 'too far' criteria, thus one-line hunks are
11027           ignored and two lines interchanged won't pass.
11028         + rewrote/simplified _nc_scroll_optimize() by separating into two
11029           passes, forward/backward, looking for chunks moving only in the given
11030           direction.
11031         + move logic that emits sgr0 when initializing the screen to
11032           _nc_screen_init(), now invoked from newterm.
11033         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
11034           function and screen cleanup (i.e., color) into _nc_screen_wrap()
11035           function.
11036         + add new functions _nc_screen_init(), _nc_screen_resume() and
11037           _nc_screen_wrap().
11038         + rename _nc_mvcur_scrolln() to _nc_scrolln().
11039         + add a copy of acs_map[] to the SCREEN structure, where it can be
11040           stored/retrieved via set_term().
11041         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
11042           structure.
11043
11044 970816
11045         + implement experimental _nc_perform_scroll().
11046         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
11047           initializing the screen, as does SVr4 (reported by Alexander V.
11048           Lukyanov).
11049         + added test_progs rule to ncurses/Makefile.
11050         + modify test/configure.in to check if initscr is already in $LIBS
11051           before looking for (n)curses library.
11052         + correct version-number in configure script for OSF1 shared-library
11053           options (patch by Tim Mooney).
11054         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
11055           originally patched) since the c++ demo files do not necessarily
11056           include ncurses_cfg.h
11057         + supply default value for --enable-assertions option in configure
11058           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
11059         > patches by Alexander V. Lukyanov:
11060         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
11061           example firstlast.c
11062         + optimize waddch_literal() and waddch_nosync() by factoring out
11063           common subexpressions.
11064         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
11065         + corrections to render_char(), to make handling of colored blanks
11066           match SVr4 curses, as well as to correct a bug that xor'd space
11067           against the background character.
11068         + replaced hash function with a faster one (timed it)
11069         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
11070           cost_effective() calls on the same lines.
11071         + modified cost_effective() so it is now slightly more precise.
11072         > patches for glibc integration (H.J.Lu):
11073         + add modules define_key, keyok, name_match, tries
11074         + add makefile rules for some of the unit tests in ncurses (mvcur,
11075           captoinfo, hardscroll, hashmap).
11076         + update Linux configure-script for wide-character definitions.
11077
11078 970809
11079         + modify _tracebits() to show the character size (e.g., CS8).
11080         + modify tparm() to emit '\200' where the generated string would have a
11081           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
11082           terminal type ncr7900).
11083         + modify install process so that ldconfig is not invoked if the
11084           package is built with an install-prefix.
11085         + correct test program for chtype size (reported by Tim Mooney).
11086         + add configure option --disable-scroll-hints, using this to ifdef the
11087           logic that computes indices for _nc_scroll_optimize().
11088         + add module ncurses/softscroll.c, to perform single-stage computation
11089           of scroll indices used in _nc_scroll_optimize().  This is faster than
11090           the existing scrolling algorithm, but tends to make too-small hunks.
11091         + eliminate fixed buffer size in _nc_linedump().
11092         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
11093           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
11094           by Alexander V. Lukyanov).
11095         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
11096         + correct processing of "configure --enable-assertions" option (patch
11097           by Juergen Pfeifer).
11098
11099 970802
11100         + add '-s' (single-step) option too test/hashtest.c, correct an error
11101           in loop limit for '-f' (footer option), toggle scrollok() when
11102           writing footer to avoid wrap at lower-right corner.
11103         + correct behavior of clrtoeol() immediately after wrapping cursor,
11104           which was not clearing the line at the cursor position (reported by
11105           Liviu Daia <daia@stoilow.imar.ro>).
11106         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
11107           (reported by Klaus Weide <kweide@tezcat.com>).
11108         + many corrections to make progs/capconvert work, as well as make it
11109           reasonably portable and integrated with ncurses 4.1 (reported by Dave
11110           Furstenau <df@ravine.binary.net>).
11111
11112 970726
11113         + add flag SP->_fifohold, corresponding logic to modify the behavior of
11114           the line breakout logic so that if the application does not read
11115           input, refreshes will not be stopped, but only slowed.
11116         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
11117           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
11118           masks are identical with the A_xxx masks.
11119         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
11120           configuration of wide-characters.
11121         + modify tset to behave more like SVr4's tset, which does not modify
11122           the settings of intr, quit or erase unless they are given as command
11123           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
11124         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
11125           does not have getttynam().
11126         + extend baudrate table in tset.c to match baudrate() function.
11127         + add table entries for B230400 and B460800 to baudrate() function.
11128         + improve breakout logic by allowing it before the first line updated,
11129           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
11130         + correct initialization of vcost in relative_move(), for cursor-down
11131           case (patch by Alexander V. Lukyanov).
11132         > nits gleaned from Debian distribution of 1.9.9g-3:
11133         + install symbolic link for intotocap.
11134         + reference libc directly when making shared libraries.
11135         + correct renaming of curs_scr_dmp.3x in man_db.renames.
11136         + guard tgetflag() and other termcap functions against null cur_term
11137           pointer.
11138
11139 970719
11140         + corrected initial state of software echo (error in 970405, reported
11141           by Alexander V. Lukyanov).
11142         + reviewed/added messages to configure script, so that all non-test
11143           options should be accompanied by a message.
11144         + add configure check for long filenames, using this to determine if
11145           it is safe to allow long aliases for terminal descriptions as does
11146           SVr4.
11147         + add configure options for widec (wide character), hashmap (both
11148           experimental).
11149         > patch by Alexander V. Lukyanov:
11150         + hashmap.c - improved by heuristic, so that scroll test works much
11151           better when csr is not available.
11152         + hardscroll.c - patched so that it continues to scroll other chunks
11153           after failure to scroll one.
11154         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
11155           is avoided as it is relative costly.  Fixed wrong coordinates in one
11156           case and wrong string in TRACE.
11157         > patch by Juergen Pfeifer:
11158         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
11159           compiler.
11160
11161 970712
11162         + remove alternate character set from kterm terminfo entry; it uses the
11163           shift-out control for a purpose incompatible with curses, i.e., font
11164           switching.
11165         + disentangle 'xterm' terminfo entry from some derived entries that
11166           should be based on xterm-r6 instead.
11167         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
11168           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
11169         + correct logic in lib_mvcur.c that uses back_tab.
11170
11171 970706
11172         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
11173           contents of curscr are saved in newscr before clearing the screen.
11174           This is needed to make repainting work with the present logic of
11175           TransformLine().
11176         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
11177
11178 970705
11179         + add limit checks to _nc_read_file_entry() to guard against overflow
11180           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
11181         + correct some loop-variable errors in xmc support in lib_doupdate.c
11182         + modify ncurses 'b' test to add gaps, specified by user, to allow
11183           investigation of interaction with xmc (magic cookie) code.
11184         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
11185           list from has_colors(), which gcc ignores, but SVr4 does not
11186           (reported by Larry Virden).
11187         + correct rmso capability in wy50-mc description.
11188         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
11189           USE_HARD_TABS.
11190         > patch by Juergen Pfeifer:
11191         + Add bindings for keyok() and define_key() to the Ada95 packages.
11192         + Improve man pages menu_post.3x and menu_format.3x
11193         + Fix the HTML pages in the Ada95/html directory to reflect the above
11194           changes.
11195
11196 970628
11197         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
11198           pending changes to both curscr and newscr are flushed properly.
11199           This fixes a case where the first scrolling operation in nvi would
11200           cause the screen to be cleared unnecessarily and repainted before
11201           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
11202           Juergen Pfeifer).
11203         + correct error in trans_string() which added embedded newlines in a
11204           terminfo description to the stored strings.
11205         + remove spurious newlines from sgr in wyse50 (and several other)
11206           terminfo descriptions.
11207         + add configure option for experimental xmc (magic cookie) code,
11208           "--enable-xmc-glitch".  When disabled (the default), attributes that
11209           would store a magic cookie are suppressed in vidputs().  The magic
11210           cookie code is far from workable at this stage; the configuration
11211           option is a stopgap.
11212         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
11213         + correct path for invoking make_keys (a missing "./").
11214
11215 970621
11216         + correct sign-extension problem with "infocmp -e", which corrupted
11217           acsc values computed for linux fallback data.
11218         + correct dependency on ncurses/names.c (a missing "./").
11219         + modify configure script to use '&&' even for cd'ing to existing
11220           directories to work around broken shell interpreters.
11221         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
11222           Lukyanov).
11223
11224 970615
11225         + restore logic in _nc_scroll_optimize() which marks as touched the
11226           lines in curscr that are shifted.
11227         + add new utility 'make_keys' to compute keys.tries as a table rather
11228           than a series of function calls.
11229         + correct include-dependency for tic.h used by name_match
11230         + removed buffer-allocation for name and description from m_item_new.c,
11231           since this might result in incompatibilities with SVr4.  Also fixed
11232           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
11233           report by Avery Pennarun <apenwarr@foxnet.net>)
11234         + removed the mechanism to timestamp the generated Ada95 sources.  This
11235           resulted always in generating patches for the HTML doc, even when
11236           nothing really changed (patch by Juergen Pfeifer).
11237         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
11238
11239 970614
11240         + remove ech capability from rxvt description because it does not work.
11241         + add missing case logic for infocmp -I option (reported by Lorenzo M.
11242           Catucci <lorenzo@argon.roma2.infn.it>)
11243         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
11244           caused glitches in the ncurses 'p' test since the area outside the
11245           pad was not compared when setting up indices for _nc_scroll_optimize.
11246         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
11247           4.4, as well as to eliminate fixed-size buffer (reported by Chris
11248           Tanner <tannerc@aecl.ca>)
11249         + correct prototype for termattrs() as per XPG4 version 2.
11250         + add placeholder prototypes for color_set(), erasewchar(),
11251           term_attrs(), wcolor_set() as per XPG4 version 2.
11252         + correct attribution for progs/progs.priv.h and lib_twait.c
11253         + improve line-breakout logic by checking based on changed lines rather
11254           than total lines (patch by Alexander V. Lukyanov).
11255         + correct loop limits for table-lookup of enumerated value in form
11256           (patch by Juergen Pfeifer).
11257         + improve threshhold computation for determining when to call ClrToEOL
11258           (patch by Alexander V. Lukyanov).
11259
11260 970531
11261         + add configure option --disable-database to force the library to
11262           use only the fallback data.
11263         + add configure option --with-fallbacks, to specify list of fallback
11264           terminal descriptions.
11265         + add a symbolic link for ncurses.h during install; too many programs
11266           still assume there's an ncurses.h
11267         + add new terminfo.src entry for xterm-xf86-v33.
11268         + restore terminfo.src entry for emu to using setf/setb, since it is
11269           not, after all, generating ANSI sequences.  Corrected missing comma
11270           that caused setf/setb entries to merge.
11271         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
11272           that applications can disable ncurses' mouse and supply their own
11273           handler.
11274         + add extensions keyok() and define_key().  These are designed to allow
11275           the user's application better control over the use of function keys,
11276           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
11277           a mailing-list thread started by Kenneth Albanowski
11278           <kjahds@kjahds.com> Nov'1995).
11279         + restore original behavior in ncurses 'g' test, i.e., explicitly
11280           set the keypad mode rather than use the default, since it confuses
11281           people.
11282         + rewrote the newdemo banner so it's readable (reported by Hugh
11283           Daniel).
11284         + tidy up exit from hashtest (reported by Hugh Daniel).
11285         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
11286           by Hugh Daniel)
11287         + correct tput program, checking return-value of setupterm (patch by
11288           Florian La Roche).
11289         + correct logic in pnoutrefresh() and pechochar() functions (reported
11290           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
11291           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
11292           original implementation (1.9.6).
11293         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
11294           <rwuest@sire.vt.com>)
11295         + move calls of _nc_background() out of various loops, as its return
11296           value will be the same for the whole window being operated on (patch
11297           by J T Conklin).
11298         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
11299           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
11300         + modify glibc addon-configure scripts (patch by H.J.Lu).
11301         + correct a bug in hashmap.c: the size used for clearing the hashmap
11302           table was incorrect, causing stack corruption for large values of
11303           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
11304         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
11305           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
11306           been applied).
11307         > several changes by Juergen Pfeifer:
11308         + correct a missing error-return in form_driver.c when wrapping of a
11309           field is not possible.
11310         + correct logic in form_driver.c for configurations that do not have
11311           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
11312         + change several c++ binding functions to inline.
11313         + modify c++ menu binding to inherit from panels, for proper
11314           initialization.
11315         + correct freeing of menu items in c++ binding.
11316         + modify c++ binding to reflect removal of const from user data pointer
11317           in forms/menus libraries.
11318
11319 970524
11320         + add description of xterm-16color.
11321         + modify name of shared-library on *BSD to end with $(REL_VERSION)
11322           rather than $(ABI_VERSION) to match actual convention on FreeBSD
11323           (cf: 960713).
11324         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
11325           (reported by Hugh Daniel <hugh@rat.toad.com>).
11326         + corrected include-dependency in menu/Makefile so that "make install"
11327           works properly w/o first doing "make".
11328         + add fallback definition for isascii, used in infocmp.
11329         + modify xmas to use color, and to exit right away when a key is
11330           pressed.
11331         + modify gdc so that the scrolled digits function as described (there
11332           was no time delay between the stages, and the digits overwrote the
11333           bounding box without tidying up).
11334         + modify lib_color.c to use setaf/setab only for the ANSI color codes
11335           0 through 7.  Using 16 colors requires setf/setb.
11336         + modify ncurses 'c' test to work with 16 colors, as well as the normal
11337           8 colors.
11338         + remove const qualifier from user data pointer in forms and menus
11339           libraries (patch by Juergen Pfeifer).
11340         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
11341           function, thereby not interpreting tabs, etc., as per spec (patch by
11342           Alexander V. Lukyanov).
11343
11344 970517
11345         + suppress check for pre-existing ncurses header if the --prefix
11346           option is specified.
11347         + add configure options "--with-system-type" and
11348           "--with-system-release" to assist in checking the generated
11349           makefiles.
11350         + add configure option "--enable-rpath" to allow installers to specify
11351           that programs linked against shared libraries will have their library
11352           path embedded, allowing installs into nonstandard locations.
11353         + add flags to OSF1 shared-library options to specify version and
11354           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
11355         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
11356           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
11357         + modify link flags to accommodate HP-UX linker which embeds absolute
11358           pathnames in executables linked against shared libraries (reported by
11359           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
11360           <ats@hubert.wustl.edu>).
11361         + drop unnecessary check for attribute-change in onscreen_mvcur() since
11362           mvcur() is the only caller within the library, and that check in turn
11363           is exercised only from lib_doupdate.c (patch by Alexander V.
11364           Lukyanov).
11365         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
11366           can use the background of stdscr as a parameter to that function
11367           (patch by Alexander V. Lukyanov).
11368         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
11369           the latter's internal functions, as well as to eliminate unnecessary
11370           cursor save/restore operations (patch by Alexander V. Lukyanov).
11371         + omit parameter of ClrUpdate(), since it is called only for newscr,
11372           further optimized/reduced by using ClearScreen() and TransformLine()
11373           to get rid of duplicate code (patch by Alexander V. Lukyanov).
11374         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
11375           that are smaller than the distance to be moved (patch by Alexander V.
11376           Lukyanov).
11377         + correct a place where the panel library was not ifdef'd in ncurses.c
11378           (Juergen Pfeifer)
11379         + documentation fixes (Juergen Pfeifer)
11380
11381 970515  4.1 release for upload to prep.ai.mit.edu
11382         + re-tag changes since 970505 as 4.1 release.
11383
11384 970510
11385         + modify ncurses 'g' test to allow mouse input
11386         + modify default xterm description to include mouse.
11387         + modify configure script to add -Wwrite-strings if gcc warnings are
11388           enabled while configuring --enable-const (and fixed related
11389           warnings).
11390         + add toggle, status display for keypad mode to ncurses 'g' test to
11391           verify that keypad and scrollok are not inherited from parent window
11392           during a call to newwin.
11393         + correction to MKexpanded.sh to make it work when configure --srcdir
11394           is used (reported by H.J.Lu).
11395         + revise test for bool-type, ensuring that it checks if builtin.h is
11396           available before including it, adding test for sizeof(bool) equal
11397           to sizeof(short), and warning user if the size cannot be determined
11398           (reported by Alexander V. Lukyanov).
11399         + add files to support configuration of ncurses as an add-on library
11400           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
11401
11402 970506
11403         + correct buffer overrun in lib_traceatr.c
11404         + modify change to lib_vidattr.c to avoid redundant orig_pair.
11405         + turn on 'echo()' in hanoi.c, since it is initially off.
11406         + rename local 'errno' variable in etip.h to avoid conflict with global
11407           (H.J.Lu).
11408         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
11409           <hjl@lucon.org>)
11410
11411 970505  4.1 pre-release
11412         + regenerate the misc directory html dumps without the link list, which
11413           is not useful.
11414         + correct dependency in form directory makefile which caused
11415           unnecessary recompiles.
11416         + correct substitution for ABI_VERSION in test-makefile
11417         + modify install rules for shared-library targets to remove the target
11418           before installing, since some install programs do not properly handle
11419           overwrite of symbolic links.
11420         + change order of top-level targets so that 'include' immediate
11421           precedes the 'ncurses' directory, reducing the time between new
11422           headers and new libraries (requested by Larry Virden).
11423         + modify lib_vidattr.c so that colors are turned off only before
11424           modifying other attributes, turned on after others.  This makes the
11425           hanoi.c program display correctly on FreeBSD console.
11426         + modify debug code in panel library to print user-data addresses
11427           rather than the strings which they (may) point to.
11428         + add check to ensure that C++ binding and demo are not built with g++
11429           versions below 2.7, since the binding uses templates.
11430         + modify c++ binding and demo to build and run with SGI's c++ compiler.
11431           (It also compiles with the Sun SparcWorks compiler, but the demo does
11432           not link, due to a vtbl problem).
11433         + corrections to demo.cc, to fix out-of-scope variables (Juergen
11434           Pfeifer).
11435
11436 970503
11437         + correct memory leak in _nc_trace_buf().
11438         + add configure test for regexpr.h, for Unixware 1.x.
11439         + correct missing "./" prefixing names of generated files in ncurses
11440           directory.
11441         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
11442           to workaround shell bug on FreeBSD 2.1.5
11443         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
11444           that caused incorrect result in ncurses_cfg.h
11445         + correct initialization in lib_trace.c, which omitted version info.
11446         + remove ech, el1 attributes from cons25w description; they appear to
11447           malfunction in FreeBSD 2.1.5
11448         + correct color attributes in terminfo.src and lib_color.c to match
11449           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
11450           capabilities.
11451         + use curs_set() rather than checks via tigetstr() for test programs
11452           that hide the cursor: firework, rain, worm.
11453         + ensure that if the terminal lacks change_scroll_region, parm_index
11454           and parm_rindex are used only to scroll the whole screen (patch by
11455           Peter Wemm).
11456         + correct curs_set() logic, which did not return ERR if the requested
11457           attributes did not exist, nor did it assume an unknown initial state
11458           for the cursor (patch by Alexander V. Lukyanov).
11459         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
11460           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
11461         + correct hashmap.c, which did not update index information (patch by
11462           Alexander V. Lukyanov).
11463         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
11464         + correct index in lib_instr.c (Juergen Pfeifer).
11465         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
11466           (patch by Juergen Pfeifer).
11467
11468 970426
11469         + corrected cost computation in PutRange(), which was using
11470           milliseconds compared to characters by adding two new members to the
11471           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
11472         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
11473           const array of strings (suggested by Alexander V. Lukyanov).  The
11474           original suggestion in 970118 used a perl script.
11475         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
11476           well as noting the attributes that are not supported by a terminal.
11477         + trace the computation of cost values in lib_mvcur.c
11478         + modify _nc_visbuf() to use octal rather than hex, corrected sign
11479           extension bug in that function that caused buffer overflow.
11480         + modify trace in lib_acs.c to use _nc_visbuf().
11481         + suppress trace within _traceattr2().
11482         + correct logic of _tracechtype2(), which did not account for repeats
11483           or redefinition within an acsc string.
11484         + modify debug-library version baudrate() to use environment variable
11485           $BAUDRATE to override speed computation.  This is needed for
11486           regression testing.
11487         + correct problems shown by "weblint -pedantic".
11488         + update mailing-list information (now ncurses@bsdi.com).
11489
11490 970419
11491         + Improve form_field_validation.3x manpage to better describe the
11492           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
11493           precise information how the range checking can be avoided.  (patch by
11494           Juergen Pfeifer, reported by Bryan Henderson)
11495         + change type of min/max value of form types TYPE_INTEGER to long to
11496           match SVr4 documentation.
11497         + set the form window to stdscr in set_form_win() so that form_win()
11498           won't return null (patch by Juergen Pfeifer, reported by Bryan
11499           Henderson <bryanh@giraffe.netgate.net>).
11500
11501 970412
11502         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
11503         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
11504         + modify treatment of empty token in $MANPATH to /usr/man (reported by
11505           <Andries.Brouwer@cwi.nl>)
11506         + modify traces that record functions-called so that chtype and attr_t
11507           values are expressed symbolically, to simplify reuse of generated
11508           test-scripts on SVr4 regression testing.
11509         + add new trace functions _traceattr2() and _tracechtype2()
11510
11511 970405
11512         + add configure option --enable-const, to support the use of 'const'
11513           where XSI should have, but did not, specify.  This defines
11514           NCURSES_CONST, which is an empty token otherwise, for strict
11515           compatibility.
11516         + make processing of configure options more verbose by echoing the
11517           --enable/--with values.
11518         + add configure option --enable-big-core
11519         + set initial state of software echo off as per XSI.
11520         + check for C++ builtin.h header
11521         + correct computation of absolute-path for $INSTALL that dropped "-c"
11522           parameter from the expression.
11523         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
11524           ncurses is integrated into larger systems (adapted from diffs by
11525           H.J.Lu for libc).
11526         + correct inequality in lib_doupdate.c that caused a single-char to not
11527           be updated when the char on the right-margin was not blank, idcok()
11528           was true (patch by Alexander V Lukyanov (in 970124), reported
11529           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
11530         + modify 'clean' rule in include/Makefile so that files created by
11531           configure script are removed in 'distclean' rule instead.
11532
11533 970328
11534         + correct array limit in tparam_internal(), add case to interpret "%x"
11535           (patch by Andreas Schwab)
11536         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
11537           value properly when non-numeric characters were given (reported by
11538           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
11539
11540 970321
11541         + move definition of __INTERNAL_CAPS_VISIBLE before include for
11542           progs.priv.h (patch by David MacKenzie).
11543         + add configuration summary, reordered check for default include
11544           directory to better accommodate a case where installer is configuring
11545           a second copy of ncurses (reported by Klaus Weide
11546           <kweide@tezcat.com>)
11547         + moved the #define for 'inline' as an empty token from the
11548           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
11549           (reported by Ward Horner).
11550         + modify test for bool builtin type to use 'unsigned' rather than
11551           'unknown' when cross-compiling (reported by Ward Horner).
11552
11553 970315
11554         + add header dependencies so that "make install.libs" will succeed
11555           even if "make all" is not done first.
11556         + moved some macros from lib_doupdate.c to curses.priv.h to use in
11557           expanded functions with ATAC.
11558         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
11559           the winnstr functions can return more characters than will fit on one
11560           line.
11561
11562 970308
11563         + modify script that generates lib_gen.c to support traces of called &
11564           return.
11565         + add new configure option "--disable-macros", for testing calls within
11566           lib_gen.c
11567         + corrected logic that screens level-checking of called/return traces.
11568
11569 970301
11570         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
11571           addressing request by Ward Horner.
11572         + check for cross-compiling before trying to invoke the autoconf
11573           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
11574         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
11575           a pointer-increment.
11576         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
11577           Florian La Roche).
11578
11579 970215
11580         + add configure option --enable-expanded, together with code that
11581           implements an expanded form of certain complex macros, for testing
11582           with ATAC.
11583         + disable CHECK_POSITION unless --with-assertions is configured
11584           (Alexander V Lukyanov pointed out that this is redundant).
11585         + use keyname() to show traced chtype values where applicable rather
11586           than _tracechar(), which truncates the value to 8-bits.
11587         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
11588         + modify makefiles in progs and test directories to avoid using C
11589           preprocessor options on link commands (reported by Ward Horner)
11590         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
11591           by Ward Horner)
11592         + modify ifdef's to use configure-defined symbols consistently
11593           (reported by Ward Horner)
11594         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
11595           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
11596         + rename struct try to struct tries, to avoid name conflict with C++
11597           (reported by Gary Johnson).
11598         + modify worm.c to hide cursor while running.
11599         + add -Wcast-qual to gcc warnings, fix accordingly.
11600         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
11601           wrapping (Alexander V Lukyanov).
11602         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
11603           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
11604         + extend IRIX configuration to IRIX64
11605         + supply missing install.libs rule needed after restructuring
11606           test/Makefile.in
11607
11608 970208
11609         + modify "make mostlyclean" to leave automatically-generated source
11610           in the ncurses directory, for use in cross-compiles.
11611         + autogenerated object-dependencies for test directory
11612         + add configure option --with-rcs-ids
11613         + modify configuration scripts to generate major/minor/patch versions
11614           (suggested by Alexander V Lukyanov).
11615         + supply missing va_end's in lib_scanw.c
11616         + use stream I/O for trace-output, to eliminate fixed-size buffer
11617         + add TRACE_ICALLS definition/support to lib_trace.c
11618         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
11619
11620 970201
11621         + add/modify traces for called/return values to simplify extraction
11622           for test scripts.
11623         + changed _nc_visbuf to quote its result, and to dynamically allocate
11624           the returned buffer.
11625         + invoke ldconfig after installing shared library
11626         + modify install so that overwrite applies to shared library -lcurses
11627           in preference to static library (reported by Zeyd M Ben-Halim 960928).
11628         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
11629           symbol.
11630         + fixes to allow "make install" to work without first doing a "make
11631           all" (suggested by Larry Virden).
11632
11633 970125
11634         + correct order of #ifdef for TABS_OK.
11635         + instrumented toe.c to test memory-leaks.
11636         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
11637         + include <sys/types.h> in configuration test for regex.h (patch by
11638           Andreas Schwab)
11639         + make infocmp recognize -I option, for SVr4 compatibility (reported by
11640           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
11641
11642 970118
11643         + add extension 'use_default_colors()', modified test applications that
11644           use default background (firework, gdc, hanoi, knight, worm) to
11645           demonstrate.
11646         + correct some limit checks in lib_doupdate.c exposed while running
11647           worm.
11648         + use typeCalloc macro for readability.
11649         + add/use definition for CONST to accommodate testing with Solaris
11650           (SVr4) curses, which doesn't use 'const' in its prototypes.
11651         + modify ifdef's in test/hashtest.c and test/view.c to compile with
11652           Solaris curses.
11653         + modify _tracedump() to pad colors & attrs lines to match change
11654           in 970101 showing first/last changes.
11655         + corrected location of terminating null on dynamically allocated forms
11656           fields (patch by Per Foreby).
11657
11658 970111
11659         + added headers to make view.c compile on SCO with the resizeterm()
11660           code (i.e., struct winsize) - though this compiles, I don't have a
11661           suitable test configuration since SIGWINCH doesn't pass my network to
11662           that machine - T.Dickey.
11663         + update test/configure.in to supply some default substitutions.
11664         + modify configure script to add -lncurses after -lgpm to fix problem
11665           linking against static libraries.
11666         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
11667           Buhler)
11668         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
11669           <jbuhler@cs.washington.edu>)
11670         + modify headers to accommodate compilers that don't allow duplicate
11671           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
11672           <lvirden@cas.org>)
11673         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
11674         + modify lib_doupdate to make el, el1 and ed optimization use the
11675           can_clear_with macro, and change EmitRange to allow leaving cursor at
11676           the middle of interval, rather than always at the end (patch by
11677           Alexander V Lukyanov).  This was originally 960929, resync 970106.
11678
11679 970104
11680         + workaround defect in autoconf 2.12 (which terminates configuration
11681           if no C++ compiler is found) by adding an option --without-cxx.
11682         + modify several man-pages to use tbl, where .nf/.fi was used (reported
11683           by Jesse Thilo).
11684         + correct font-codes in some man-pages (patch by Jesse Thilo
11685           <Jesse.Thilo@pobox.com>)
11686         + use configure script's knowledge of existence of g++ library for the
11687           c++ Makefile (reported by Paul Jackson).
11688         + correct misleading description of --datadir configuration option
11689           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
11690
11691 970101
11692         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
11693           from Peter Wemm:
11694         > the logic for non_dest_scroll_region was interchanged between the
11695           forward & reverse scrolling cases.
11696         > multiple returns from the function allowed certain conditions to do
11697           part of an operation before discovering that it couldn't be
11698           completed, returning an error without restoring the cursor.
11699         > some returns were ERR, where the function had completed the
11700           operation, because the insert/delete line logic was improperly
11701           tested (this was probably the case Peter saw).
11702         > contrary to comments, some scrolling cases were tested after the
11703           insert/delete line method.
11704         + modify _tracedump() to show first/last changes.
11705         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
11706           refresh problem (reported by Peter Wemm) that caused nvi to not show
11707           result of ":r !ls" until a ^L was typed.
11708
11709 961229  (internal alpha)
11710         + correct some of the writable-strings warnings (reported by Gary
11711           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
11712           are part of the XSI specification, and can't be "fixed".
11713         + improve include-dependencies in form, menu, panel directories.
11714         + correct logic of delay_output(), which would return early if
11715           there is data on stdin.
11716         + modify interface & logic of _nc_timed_wait() to support 2 file
11717           descriptors, needed for GPM.
11718         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
11719           support, correcting logic in wgetch() and _nc_mouse_parse() which
11720           prevented patch from working properly -TD
11721         + improve performance of panel algorithm (Juergen Pfeifer 961203).
11722         + strip RCS id's from generated .html files in Ada95 subtree.
11723         + resync with generated .html files (Juergen Pfeifer 961223).
11724         + terminfo.src 10.1.0 (ESR).
11725
11726 961224  4.0 release
11727         + release as 4.0 to accommodate Linux ld.so.1.8.5
11728         + correct syntax/spelling, regenerated .doc files from .html using
11729           lynx 2.5
11730         + refined forms/menus makefiles (Juergen Pfeifer 961223).
11731
11732 961221  - snapshot
11733         + remove logic in read_entry.c that attempts to refine errno by using
11734           'access()' for the directory (from patch by Florian La Roche).
11735         + correct configure test/substitution that inhibits generating
11736           include-path to /usr/include if gcc is used (reported by Florian La
11737           Roche).
11738         + modify setupterm() to allocate new TERMINAL for each call, just as
11739           solaris' curses does (Alexander V Lukyanov 960829).
11740         + corrected memory leaks in read_entry.c
11741         + add configure options --with-dbmalloc, --with-dmalloc, and
11742           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
11743         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
11744           use of dbmalloc.
11745         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
11746           i.e., set current directory before linking.
11747         + split-out panel.priv.h, improve dependencies for forms, menus
11748           (Juergen Pfeifer 961204).
11749         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
11750           freeing the corresponding WINDOW (found using Purify).
11751         + modify delwin() to return ERR if the window to be deleted has
11752           subwindows, needed as a side-effect of resizeterm() (found using
11753           Purify).  Tested and found that SVr4 curses behaves this way.
11754         + implement logic for _nc_freeall(), bringing stub up to date.
11755
11756 961215
11757         + modify wbkgd() so that it doesn't set nulls in the rendered text,
11758           even if its argument doesn't specify a character (fixes test case by
11759           Juergen Pfeifer for bug-report).
11760         + set window-attributes in wbkgd(), to simplify comparison against
11761           Solaris curses, which does this.
11762
11763 961214  - snapshot
11764         + replace most constants in ncurses 'o' test by expressions, making it
11765           work with wider range of screen sizes.
11766         + add options to ncurses.c to specify 'e' test softkey format, and the
11767           number of header/footer lines to rip-off.
11768         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
11769           test.
11770         + add shell-out (!) command to ncurses 'p' test to allow test of
11771           resize between endwin/refresh.
11772         + correct line-wrap case in mvcur() by emitting carriage return,
11773           overlooked in 960928, but needed due to SVr4 compatibility changes to
11774           terminal modes in 960907.
11775         + correct logic in wresize that causes new lines to be allocated,
11776           broken for the special case of increasing rows only in 960907's fix
11777           for subwindows.
11778         + modify configure script to generate $(LDFLAGS) with -L and -l options
11779           in preference to explicit library filenames.  (NOTE: this may
11780           require further amending, since I vaguely recall a dynamic loader
11781           that did not work properly without the full names, but it should be
11782           handled as an exception to the rule, since some linkers do bulk
11783           inclusion of libraries when given the full name - T.Dickey).
11784         + modify configure script to allow user-supplied $CFLAGS to set the
11785           debug-option in all libraries (requested by lots of people) -TD
11786         + use return consistently from main(), rather than exit (reported by
11787           Florian La Roche).
11788         + add --enable-getcap-cache option to configure, normally disabled
11789           (requested by Florian La Roche).
11790         + make configure test for gettimeofday() and possibly -lbsd more
11791           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
11792         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
11793         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
11794           by Alexander V Lukyanov).
11795
11796 961208
11797         + corrected README wrt Ada95 (Juergen Pfeifer)
11798
11799 961207  - snapshot
11800         + integrate resizeterm() into doupdate(), so that if screen size
11801           changes between endwin/refresh, ncurses will resize windows to fit
11802           (this needs additional testing with pads and softkeys).
11803         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
11804           data used in ncurses library.
11805         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
11806           between initscr() and newwin() initialization (reported by
11807           Alexander V Lukyanov).
11808         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
11809           (set beta versions to those values -- NOTE that subsequent pre-4.0
11810           beta may not be interchangeable).
11811         + modify configure script to work with autoconf 2.12
11812
11813 961130  1.9.9g release
11814         + add copyright notices to configuration scripts (written by Thomas
11815           Dickey).
11816
11817 961127
11818         > patch, mostly for panel (Juergen Pfeifer):
11819         + cosmetic improvement for a few routines in the ncurses core library
11820           to avoid warning messages.
11821         + the panel overlap detection was broken
11822         + the panel_window() function was not fool-proof.
11823         + Some inlining...
11824         + Cosmetic changes (also to avoid warning messages when compiling with
11825           -DTRACE).
11826
11827 961126
11828         > patch by Juergen Pfeifer:
11829         + eliminates warning messages for the compile of libform.
11830         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
11831         + Updates man page and the Ada95 binding to reflect this.
11832         + Improves inlining in libmenu and libform.
11833
11834 961120
11835         + improve the use of the "const" qualifier in the
11836           panel library (Juergen Pfeifer)
11837         + change set_panel_userptr() and panel_userptr() to use void*
11838           (Juergen Pfeifer)
11839
11840 961119
11841         + change ABI to 3.4
11842         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
11843           (Juergen Pfeifer)
11844         + correct initialization of the stdscr pseudo panel in panel library
11845           (Juergen Pfeifer)
11846         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
11847           Pfeifer).
11848         > patch #324 (ESR):
11849         + typo in curs_termcap man page (reported by Hendrik Reichel
11850           <106065.2344@compuserve.com>)
11851         + change default xterm entry to xterm-r6.
11852         + add entry for color_xterm
11853
11854 961116  - snapshot
11855         + lint found several functions that had only #define implementations
11856           (e.g., attr_off), modified curses.h.in to generate them as per XSI
11857           Curses requirement that every macro be available as a function.
11858         + add check in infocmp.c to guard against string compare of
11859           CANCELLED_STRING values.
11860         + modify firework.c, rain.c to hide cursor while running.
11861         + correct missing va_end in lib_tparm.c
11862         + modify hanoi.c to work on non-color terminals, and to use timing
11863           delays when in autoplay mode.
11864         + correct 'echochar()' to refresh immediately (reported by Adrian
11865           Garside <94ajg2@eng.cam.ac.uk>)
11866         > patch #322 (ESR):
11867         + reorganize terminfo.src entries for xterm.
11868
11869 961109  - snapshot
11870         + corrected error in line-breakout logic (lib_doupdate.c)
11871         + modified newdemo to use wgetch(win) rather than getch() to eliminate
11872           a spurious clear-screen.
11873         + corrected ifdef's for 'poll()' configuration.
11874         + added modules to ncurses, form, menu for Ada95 binding (Juergen
11875           Pfeifer).
11876         + modify set_field_buffer() to allow assignment of string longer than
11877           the initial buffer length, and to return the complete string rather
11878           than only the initial size (Juergen Pfeifer and Per Foreby
11879           <perf@efd.lth.se>).
11880
11881 961102  - snapshot
11882         + configure for 'poll()' in preference to 'select()', since older
11883           systems are more likely to have a broken 'select()'.
11884         + modified render_char() to avoid OR'ing colors.
11885         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
11886           resize test, use wbkgd and corrected box() parameters.
11887         + make flushinp() test work in ncurses.c by using napms() instead of
11888           sleep().
11889         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
11890           distribution, as stated)
11891         + terminfo 9.13.18 resync (ESR)
11892         + check for getenv("HOME") returning null (ESR).
11893         + change buffer used to decode xterm-mouse commands to unsigned to
11894           handle displays wider than 128 chars (Juergen Pfeifer).
11895         + correct typo curs_outopts.3x (Juergen Pfeifer).
11896         + correct limit-checking in wenclose() (Juergen Pfeifer).
11897         + correction to Peter Wemm's newwin change (Thomas Fehr
11898           <fehr@suse.de>).
11899         + corrections to logic that combines colors and attributes; they must
11900           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
11901           Marshall).
11902
11903 961026  - snapshot
11904         + reset flags in 'getwin()' that might cause refresh to attempt to
11905           manipulate the non-existent parent of a window that is read from a
11906           file (lib_screen.c).
11907         + restructure _nc_timed_wait() to log more information, and to try to
11908           recover from badly-behaved 'select()' calls (still testing this).
11909         + move define for GOOD_SELECT into configure script.
11910         + corrected extra '\' character inserted before ',' in comp_scan.c
11911         + corrected expansion of %-format characters in dump_entry.c; some were
11912           rendered as octal constants.
11913         + modify dump_entry.c to make terminfo output more readable and like
11914           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
11915           comma, "\^" and "\:" as well.
11916         + corrected some memory leaks in ncurses.c, and a minor logic error
11917           in the top-level command-parser.
11918         + correction for label format 4 (PC style with info line), a
11919           slk_clear(), slk_restore() sequence didn't redraw the info line
11920           (Juergen Pfeifer).
11921         + modified the slk window (if simulated) to inherit the background and
11922           default character attributes from stdscr (Juergen Pfeifer).
11923         + corrected limit-check in set_top_row (Juergen Pfeifer).
11924
11925 961019  - snapshot
11926         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
11927           had '.lastchar' entry one beyond '._maxx'.
11928         + modify ncurses test-program to work with data piped to it.
11929         + corrected pathname computation in run_tic.sh, removing extra "../"
11930           (reported by Tim Mooney).
11931         + modified configure script to use previous install's location for
11932           curses.h
11933         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
11934           a default.
11935
11936 961013
11937         + revised xterm terminfo descriptions to reflect the several versions
11938           that are available.
11939         + corrected a pointer reference in dump_entry.c that didn't test if
11940           the pointer was -1.
11941
11942 961005  - snapshot
11943         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
11944         + add -x option to hashtest to control whether it allows writes to the
11945           lower-right corner.
11946         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
11947           simpler to construct tests (for double-check of _nc_hash_map tests).
11948         + correct ifdef's for c++ in curses.h
11949         + change default xterm type to xterm-x11r6.
11950         + correct quoting in configure that made man-pages installed with
11951           $datadir instead of actual terminfo path.
11952         + correct whitespace in include/Caps, which caused kf11, clr_eol and
11953           clr_end to be omitted from terminfo.5
11954         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
11955         + improve appearance of marker in multi-selection menu (Juergen
11956           Pfeifer)
11957         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
11958         + document 'field_index()' (Juergen Pfeifer)
11959         > patch #321 (ESR):
11960         + add some more XENIX keycap translations to include/Caps.
11961         + modify newwin to set initial state of each line to 'touched'
11962           (from patch by Peter Wemm <peter@spinner.dialix.com>)
11963         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
11964
11965 960928  - snapshot
11966         + ifdef'd out _nc_hash_map (still slower)
11967         + add graphic characters to vt52 description.
11968         + use PutAttrChar in ClrToEOL to ensure proper background, position.
11969         + simplify/correct logic in 'mvcur()' that does wrapping; it was
11970           updating the position w/o actually moving the cursor, which broke
11971           relative moves.
11972         + ensure that 'doupdate()' sets the .oldindex values back to a sane
11973           state; this was causing a spurious refresh in ncurses 'r'.
11974         + add logic to configure (from vile) to guard against builders who
11975           don't remove config.cache & config.status when doing new builds -TD
11976         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
11977           did not follow the 2-parameter scheme specified in XSI.
11978         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
11979           clearok work properly (report by Michael Elkins).
11980         + corrected problem with endwin introduced by #314 (removing the
11981           scrolling-region reset) that broke ncurses.c tests.
11982         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
11983           <fischman@math.ucla.edu>).
11984         + corrected formatting of terminfo.5 tables (Juergen Ehling)
11985         > patch 320 (ESR):
11986         + change ABI to 3.3
11987         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
11988           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
11989         + reverse the default o configure --enable-termcap (consensus).
11990         > patch 319 (ESR):
11991         + modified logic for clearok and related functions (from report by
11992           Michael Elkins) - untested
11993         > patch 318 (ESR):
11994         + correction to #317.
11995         > patch 317 (ESR):
11996         + re-add _nc_hash_map
11997         + modify EmitRange to maintain position as per original design
11998           (patch by A. Lukyanov).
11999         + modify test/ncurses.c and tputs, etc., to allow trace counting
12000           output characters.
12001         + add hashtest.c program to time the hashmap optimization.
12002         > patch 316 (ESR):
12003         + add logic to deal with magic-cookie (how was this tested?)
12004           (lib_doupdate.c).
12005         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
12006         > patch 315 (ESR):
12007         + merge changes to lib_doupdate.c to use ech and rep - untested
12008           (patch by Alexander V Lukyanov).
12009         + modified handling of interrupted system calls - untested
12010           (lib_getch.c, lib_twait.c).
12011         + new function _nc_mvcur_resume()
12012         + fix return value for 'overlay()', 'overwrite()'
12013
12014 960914  - snapshot
12015         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
12016           test.
12017         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
12018           Ehling <eh@eclipse.aball.de>).
12019         + update xterm-color to reflect XFree86 3.1.3G release.
12020         + correct broken dtterm description from #314 patch (e.g., spurious
12021           newline.  The 'pairs' change might work, but no one's tested it
12022           either ;-)
12023         + clarify the documentation for the builtin form fieldtypes (Juergen
12024           Pfeifer)
12025         > patch 314 (ESR):
12026         + reset scroll region on startup rather than at wrapup time
12027           (enhancement suggested by Alexander V Lukyanov).
12028         + make storage of palette tables and their size counts per-screen for
12029           multi-terminal applications (suggested by Alexander V Lukyanov).
12030         + Improved error reporting for infotocap translation errors.
12031         + Update terminfo.src to 9.13.14.
12032
12033 960907  - snapshot
12034         + rewrote wgetstr to make it erase control chars and also fix bogus use
12035           of _nc_outstr which caused the display to not wrap properly (display
12036           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
12037         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
12038           (and split up this screen to accommodate non-ANSI terminals).
12039         + test enter_insert_mode and exit_insert_mode in has_ic().
12040         + removed bogus logic in mvcur that assumes nl/nonl set output modes
12041           (XSI says they are input modes; SVr4 implements this).
12042         + added macros SET_TTY, GET_TTY to term.h
12043         + correct getstr() logic that altered terminal modes w/o restoring.
12044         + disable ICRNL, etc., during initialization to match SVr4, removing
12045           the corresponding logic from raw, cbreak, etc.
12046         + disable ONLCR during initialization, to match SVr4 (this is needed
12047           for cursor optimization when the cursor-down is a newline).
12048         + replaced ESR's imitation of wresize with my original (his didn't
12049           work).
12050
12051 960831  - snapshot
12052         + memory leaks (Alexander V. Lukyanov).
12053         + modified pnoutrefresh() to be more tolerant of too-large screen
12054           size (reported by Michael Elkins).
12055         + correct handling of terminfo files with no strings (Philippe De
12056           Muyter)
12057         + correct "tic -s" to take into account -I, -C options.
12058         + modify ncurses 'f' test to not print codes 80 through 9F, since they
12059           are considered control codes by ANSI terminals.
12060
12061 960824  - snapshot
12062         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
12063         + make "--enable-getcap" configuration-option work (reported by
12064           Peter Wemm <peter@spinner.DIALix.COM>)
12065
12066 960820
12067         + correct err in 960817 that changed return-value of tigetflag()
12068           (reported by Alexander V. Lukyanov).
12069         + modify infocmp to use library default search-path for terminfo
12070           directory (Alexander V. Lukyanov).
12071
12072 960817  - snapshot
12073         + corrected an err in mvcur that broke resizing-behavior.
12074         + correct fall-thru behavior of _nc_read_entry(), which was not finding
12075           descriptions that existed in directories past the first one searched
12076           (reported by Alexander V. Lukyanov)
12077         + corrected typo in dtterm description.
12078         > patch 313 (ESR):
12079         + add dtterm description
12080         + clarify ncurses 'i' test (drop mvwscanw subtest)
12081
12082 960810  - snapshot
12083         + correct nl()/nonl() to work as per SVr4 & XSI.
12084         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
12085         + refine configure-test for "-g" option (Tim Mooney).
12086         + correct interaction between O_BLANK and NEW_LINE request in form
12087           library (Juergen Pfeifer)
12088
12089 960804
12090         + revised fix to tparm; previous fix reversed parameter order.
12091         > patch 312 (ESR):
12092           correct terminfo.src corrupted by #310
12093         > patch 311 (ESR):
12094         + fix idlok() and idcok() and the default of the idlok switch (report
12095           by Ville Sulko).
12096
12097 960803  - snapshot
12098         + corrected tparm to handle capability strings without explicit pop
12099           (reported by William P Setzer)
12100         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
12101           (reported by Tim Mooney).
12102         > patch 310 (ESR):
12103         + documentation and prototyping errors for has_color, immedok and idcok
12104           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
12105         + updated qnx terminfo entry (patch by Michael Hunter)
12106
12107 960730
12108         + eliminate quoted includes in ncurses subdirectory, ensure config.h
12109           is included first.
12110         + newterm initializes terminal settings the same as initscr (reported
12111           by Tim Mooney).
12112
12113 960727  - snapshot
12114         + call cbreak() in initscr(), as per XSI & SVr4.
12115         + turn off hardware echo in initscr() as per XSI & SVr4
12116         > patch 309 (ESR):
12117         + terminfo changes (9.3.9), from BRL
12118         + add more checks to terminfo parser.
12119         + add more symbols to infocmp.
12120
12121 960720  - snapshot
12122         + save previous-attribute in lib_vidattr.c if SP is null (reported by
12123           Juergen Fluk <louis@dachau.marco.de>)
12124         + corrected calls on _nc_render so that background character is set
12125           as per XSI.
12126         + corrected wbkgdset macro (XSI allows background character to be
12127           null), and tests that use it.
12128         + more corrections to terminfo (xterm & rxvt)
12129         + undid change to mcprint prototype (cannot use size_t in curses.h
12130           because not all systems declare it in the headers that we can safely
12131           include therein).
12132         + move the ifdefs for errno into curses.priv.h
12133         > patch 308 (ESR):
12134         + terminfo changes (9.3.8)
12135         + modified logic of error-reporting in terminfo parser
12136         + fix option-processing bug in toe.
12137
12138 960713  - snapshot
12139         + always check for <sys/bsdtypes.h> since ISC needs it to declare
12140           fd_set (Juergen Pfeifer)
12141         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
12142           by Juergen Pfeifer, Mike Long)
12143         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
12144         + corrected prototype for delay_output() -- bump ABI to 3.2
12145         + patch 307 (ESR):
12146         + enable more translations of nonstandard caps, and document them.
12147         + misc/terminfo.src update to 9.13.8
12148         + patch 306 (ESR):
12149         + moved logic that filters out rmul and rmso from setupterm to newterm
12150           where it is less likely to interfere with termcap applications.
12151         + cosmetic fixes to test/ncurses.c
12152         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
12153           rather than constant (report by mib).
12154         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
12155           Muyter).
12156         + modify ncurses/comp_parse.c so that entries containing a "+" can
12157           have missing rmcup vs smcup.
12158
12159 960707
12160         + rollback ESR's #305 change to terminfo.src (it breaks existing
12161           applications, e.g., 'less 290').
12162         + correct path of edit_man.sh, and fix typo that made all man-pages
12163           preformatted.
12164         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
12165         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
12166           Philippe De Muyter).
12167
12168 960706  - snapshot
12169         + make lib_vidattr.c more readable using macros.
12170         + filter out rmul, rmso that conflict with sgr0 when reading terminal
12171           descriptions.
12172         + work around autoconf bug, force $INSTALL to absolute path
12173           (reported by Zeyd).
12174         + modify man-page install for BSDI to install preformatted .0 files
12175           (reported by David MacKenzie).
12176         + add/use gcc __attribute__ for printf and scanf in curses.h
12177         + added SGR attributes test-case to ncurses
12178         + revised ncurses 't' logic to show trace-disable effect in the menu.
12179         + use getopt in ncurses program to process -s and -t options.
12180         + make ncurses 'p' legend toggle with '?'
12181         + disable scrollok during the ncurses 'p' test; if it is enabled the
12182           stdscr will scroll when putting the box-corners in the lower-right
12183           of the screen.
12184         > patch 305 (ESR):
12185         + added sanity-checking of various paired string attributes.
12186         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
12187         + modify man/Makefile.in to make terminfo.5 during normal build.
12188         > patch 304 (ESR):
12189         + corrected allocation-length for $HOME/.terminfo path.
12190
12191 960629  - snapshot
12192         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
12193           terminals with no scrolling-support (reported by Nikolay Shadrin
12194           <queen@qh.mirea.ac.ru>)
12195         + added ^S scrollok-toggle to ncurses 'g' test.
12196         + added ^T trace-toggle to ncurses tests.
12197         + modified ncurses test program to use ^Q or ESC consistently for
12198           terminating tests (rather than ^D), and to use control keys rather
12199           than function keys in 'g' test.
12200         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
12201           (reported by Philippe De Muyter).
12202         + modify lib_doupdate.c to use effective costs to tradeoff between
12203           delete-character/insert-character vs normal updating (reported by
12204           David MacKenzie).
12205         + compute effective costs for screen update operations (e.g., clr_eos,
12206           delete_character).
12207         + corrected error in knight.c exposed by wrap fixes in 960622; the
12208           msgwin needed scrollok set.
12209         + corrected last change to IDcTransformLine logic to avoid conflict
12210           between PutRange and InsStr
12211         + modified run_tic.sh to not use /usr/tmp (reported by David
12212           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
12213           set.
12214         + corrected off-by-one in RoomFor call in read_entry.c
12215
12216 960622  - snapshot
12217         + modified logic that wraps cursor in addch to follow the XSI spec,
12218           (implemented in SVr4) which states that the cursor position is
12219           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
12220           actual semantics.
12221         + added -s option to tic, to provide better diagnostics in run_tic.sh
12222         + improved error-recovery for tabset install.
12223         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
12224           _yoffset to WINDOW).
12225         + modified initialization of SP->_ofp so that init_acs() is called with
12226           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
12227         + documentation fixes (Juergen Pfeifer).
12228         + corrected, using new SCREEN and WINDOW members, the behavior of
12229           ncurses if one uses ripoffline() to remove a line from the top of the
12230           screen (Juergen Pfeifer).
12231         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
12232           ncurses (Juergen Pfeifer).
12233         + incorrect buffer-size in _nc_read_entry, reported by ESR.
12234
12235 960617
12236         + corrected two logic errors in read_entry.c, write_entry.c (called by
12237           tic, the write/read of terminfo entries used inconsistent rules for
12238           locating the entries; the $TERMINFO_DIRS code would find only the
12239           first entry in a list).
12240         + refined pathname computation in run_tic.sh and shlib.
12241         + corrected initialization of $IP in misc/run_tic.sh
12242
12243 960615  - snapshot
12244         + ifdef'd out _nc_hash_map() call because it does not improve speed.
12245         + display version of gcc if configure script identifies it.
12246         + modify configure script to use /usr as Linux's default prefix.
12247         + modify run_tic.sh to use shlib script, fixes some problems installing
12248           with a shared-library configuration.
12249         + adjusted configure script so that it doesn't run tests with the
12250           warnings turned on, which makes config.log hard to read.
12251         + added 'lint' rule to top-level Makefile.
12252         + added configure option '--with-install-prefix' for use by system
12253           builders to install into staging locations (requested by
12254           Charles Levert <charles@comm.polymtl.ca>).
12255         + corrected autoconfigure for Debian man program; it's not installed
12256           as "man_db".
12257         + set noecho in 'worm'; it was ifdef'd for debug only
12258         + updated test/configure.in for timing-display in ncurses 'p' test
12259         + corrected misspelled 'getbkgd()'.
12260         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
12261           to blank if no character given, copies attributes to window's
12262           attributes).
12263         + modified lib_doupdate.c to use lower-level SP's current_attr state
12264           instead of curscr's state, since it is redundant.
12265         + correction to IDcTransformLine logic which controls where InsStr is
12266           invoked (refined by Alexander V Lukyanov).
12267         > patch 303 (ESR):
12268         + conditionally include Chris Torek's hash function _nc_hash_map().
12269         + better fix for nvi refresh-bug (Rick Marshall)
12270         + fix for bug in handling of interrupted keystroke waits,
12271           (Werner Fleck).
12272         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
12273
12274 960601  - snapshot
12275         + auto-configure man-page compression-format and renames for Debian.
12276         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
12277         + re-order curses.priv.h for lint.
12278         + added rules for lintlib, lint
12279         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
12280         + corrected missing INSTALL_DATA in misc/Makefile.in
12281         + flush output when changing cursor-visibility (Rick Marshall)
12282         + fix a minor bug in the _nc_ripoff() routine and improve error
12283           checking when creating the label window (Juergen Pfeifer).
12284         + enhancement to the control over the new PC-style soft key format.
12285           allow caller now to select whether or not one wants to have
12286           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
12287         + typos, don't use inline with "-g" (Philippe De Muyter)
12288         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
12289
12290 960526  - snapshot
12291         + removed --with-ticdir option altogether, maintain compatibility with
12292           existing applications via symbolic link in run_tic.sh
12293         + patch for termio.h, signal (Philippe De Muyter)
12294         + auto-configure gcc warning options rather than infer from version.
12295         + auto-configure __attribute__ for different gcc versions.
12296         + corrected special use of clearok() in hardscroll.c by resetting flag
12297           in wrefresh().
12298         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
12299         + include sys/types.h in case stdlib.h does not declare size_t.
12300         + fixes for makefile (Tim Mooney)
12301         + fixes for menus & forms (Juergen Pfeifer)
12302         > patch 302 (ESR):
12303         + improve hash function (suggested by Alexander V Lukyanov).
12304         + 9.13.4 update for terminfo.src
12305
12306 960518  - snapshot
12307         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
12308         + refined case in lib_doupdate.c for ClrToEOL().
12309         + corrected prior change for PutRange (Alexander V Lukyanov
12310           <lav@yars.free.net>).
12311         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
12312         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
12313         + renamed "--with-datadir" option to "--with-ticdir" to avoid
12314           confusion, and made this check for the /usr/lib/terminfo pre-existing
12315           directory.
12316         > patches 299-301 (ESR):
12317         + html fixes (Phillippe de Muyter).
12318         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
12319         + added hashmap.c
12320         + mods to tracing, especially for ACS chars.
12321         + corrected off-by-one in IDCtransform.
12322         + corrected intermittent mouse bug by using return-value from read().
12323         + mods to parse_entry.c, for smarter defaults.
12324
12325 960512
12326         + use getopt in 'tic'; added -L option and modified -e option to allow
12327           list from a file.
12328
12329 960511
12330         + don't use fixed buffer-size in tparm().
12331         + modified tic to create terminfo directory if it doesn't exist.
12332         + added -T options to tic and infocmp (for testing/analysis)
12333         + refined the length criteria for termcap and terminfo
12334         + optimize lib_doupdate with memcpy, PutRange
12335         > patches 297, 298 (ESR):
12336         + implement TERMINFO_DIRS, and -o option of tic
12337         + added TRACE_IEVENT
12338         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
12339           deselect.
12340         + added lib_print.c (request by Rick Marshall).
12341         + added has_key() (request by Juergen Pfeifer).
12342         + do not issue clrtoeol or clrtobot if the relevant portion of the line
12343           is already blank (analysis by Keith Bostic).
12344         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
12345           (analysis by Jurgen Eidt).
12346         + update screen's notion of cursor position in endwin() (analysis by
12347           Alexander Lukyanov).
12348         + added 't' to ncurses.c test.
12349         + moved delay_output() to lib_tputs.c
12350         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
12351           is not part of X/Open Curses).
12352         + removed boolean version of 'getm'.
12353         + misc cursor & optimization fixes.
12354
12355 960504  - snapshot
12356         + modified ncurses 'p' test to allow full-screen range for panner size.
12357         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
12358         + don't use fixed buffer-size in fmt_entry().
12359         + added usage-message to 'infocmp'.
12360         + modified install.includes rules to prepend subdirectory-name to
12361           "#include" if needed.
12362
12363 960430
12364         + protect wrefresh, wnoutrefresh from invocation with pad argument.
12365         + corrected default CCFLAGS in test/Makefile.
12366
12367 960428  - snapshot
12368         + implemented logic to support terminals with background color erase
12369           (e.g., rxvt and the newer color xterm).
12370         + improved screen update logic (off-by-one logic error; use clr_eos if
12371           possible)
12372
12373 960426  - snapshot
12374         + change ncurses 'a' test to run in raw mode.
12375         + make TIOCGWINSZ configure test less stringent, in case user
12376           configures via terminal that cannot get screen size.
12377         > patches 295, 296 (ESR):
12378         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
12379           overhead for programs that use only termcap features.
12380         + new "-e" and "-h" options of tic (request by Tony Nugent).
12381         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
12382           Verdoolaege).
12383         + fix for "infocmp -e" to emit correct initializers (reported by Manual
12384           J Novoa III).
12385         + restore working-directory in read_termcap.c (report by Kayvan
12386           Sylvan).
12387         + use "-h" option on Solaris when generating shared libraries on
12388           Solaris 2.5 to record the library name in the file, for assisting
12389           the loader (patch by Scott Kramer).
12390         + undo patch #294 changes to form and menu libraries (request by
12391           Juergen Pfeifer).
12392
12393 960418  - snapshot
12394         + use autoconf 2.9
12395         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
12396           definitions via <termios.h>, modified macros in lib_raw.c to avoid
12397           K&R-style substitution)
12398         > patches 293, 294 (ESR):
12399         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
12400           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
12401           changes (patches by Juergen Pfeifer).
12402         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
12403           __QNX__ is defined (patch by Michael Hunter).
12404         + modify setupterm() to match documentation for its return value, fix
12405           newterm to work with this change (report by Emmet Lazich).
12406         + add checks in getch() for error, return ERR as appropriate (report by
12407           Emmet Lazich).
12408         + mods to wgetch() in cooked mode (report by Pete Seebach).
12409         + corrected askuser() logic in tset (patch by Remco Treffkorn).
12410         + correct interaction of endwin() with mouse processing (report by
12411           Michael Elkins).
12412         + added trace support for TTY flags
12413         + update terminfo.src to 9.13.1
12414         + FreeBSD console entries (patch by Andrew Chernov).
12415
12416 960406
12417         + fixes for NeXT, ISC and HPUX auto-configure
12418         + autogenerate development header-dependencies (config.h, *.priv.h)
12419         + corrected single-column formatting of "use=" (e.g., in tic)
12420         + modify tic to read full terminfo-names
12421         + corrected divide-by-zero that caused hang (or worse) when redirecting
12422           output
12423         + modify tic to generate directories only as-needed (and corrected
12424           instance of use of data from function that had already returned).
12425
12426 ### ncurses-1.9.8a -> 1.9.9e
12427
12428 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
12429   copy-changed-lines behavior.
12430 * added and documented wresize() function.
12431 * more fixes to LOWER-RIGHT corner handling.
12432 * changed the line-breakout optimization code to allow some lines to be
12433   emitted before the first check.
12434 * added option for tic to use symbolic instead of hard links (for AFS)
12435 * fix to restore auto-wrap mode.
12436 * trace level can be controlled by environment variable.
12437 * better handling of NULs in terminal descriptions.
12438 * improved compatibility with observed SVR4 behavior.
12439 * the refresh behavior of over-lapping windows is now more efficient and
12440   behaves like SVR4.
12441 * use autoconf 2.7, which results in a working setup for SCO 5.0.
12442 * support for ESCDELAY.
12443 * small fixes for menu/form code.
12444 * the test directory has its own configure.
12445 * fixes to pads when optimizing scrolling.
12446 * fixed several off-by-one bugs.
12447 * fixes for termcap->terminfo translation; less restrictions more correct
12448   behavior.
12449
12450 ### ncurses-1.9.7 -> 1.9.8a
12451
12452 * teach infocmp -i to recognize ECMA highlight sequences
12453 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
12454 * support infocmp -RBSD.
12455 * satisfy XSI Curses requirement that every macro be available as a function.
12456 * This represents the last big change to the public interface of ncurses. The
12457   ABI_VERSION has now been set at 3.0 and should stay there barring any great
12458   catastrophies or acts of God.
12459 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
12460   requirements.
12461 * libncurses now gets linked to libcurses to help seamless emulation
12462   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
12463   off.
12464
12465 ### ncurses-1.9.6 -> 1.9.7
12466
12467 * corrected return values of setupterm()
12468 * Fixed some bugs in tput (it does padding now)
12469 * fixed a bug in tic that made it do the wrong thing on entries with more than
12470   one `use' capability.
12471 * corrected the screen-size calculation at startup time to alter the
12472   numeric capabilities as per SVr4, not just LINES and COLS.
12473 * toe(1) introduced; does what infocmp -T used to.
12474 * tic(1) can now translate AIX box1 and font[0123] capabilities.
12475 * tic uses much less core, the dotic.sh kluge can go away now.
12476 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
12477 * Add $HOME/.terminfo as source/target directory for terminfo entries.
12478 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
12479 * added -h option to toe(1).
12480 * added -R option to tic(1) and infocmp(1).
12481 * added fallback-entry-list feature.
12482 * added -i option to infocmp(1).
12483 * do a better job at detecting if we're on SCO.
12484
12485 ### ncurses-1.9.5 -> 1.9.6
12486
12487 * handling of TERMCAP environment variables now works correctly.
12488 * various changes to shorten termcap translations to less that 1024 chars.
12489 * tset(1) added
12490 * mouse support for xterm.
12491 * most data tables are now const and accordingly live in shareable text space.
12492 * Obey the XPG4/SVr4 practice that echo() is initally off.
12493 * tic is much better at translating XENIX and AIX termcap entries now.
12494 * tic can interpret ko capabilities now.
12495 * integrated Juergen Pfeifer's forms library.
12496 * taught write_entry() how not to write more than it needs to; this change
12497   reduces the size of the terminfo tree by a full 26%!
12498 * infocmp -T option added.
12499 * better warnings about historical tic quirks from tic.
12500
12501 ### ncurses 1.9.4 -> 1.9.5
12502
12503 * menus library is now included with documentation.
12504 * lib_mvcur has been carefully profiled and tuned.
12505 * Fixed a ^Z-handling bug that was tanking lynx(1).
12506 * HJ Lu's patches for ELF shared libraries under Linux
12507 * terminfo.src 9.8.2
12508 * tweaks for compiling in seperate directories.
12509 * Thomas Dickey's patches to support NeXT's brain-dead linker
12510 * Eric Raymond's patches to fix problems with long termcap entries.
12511 * more support for shared libraries under SunOS and IRIX.
12512
12513 ### ncurses 1.9.3 -> 1.9.4
12514
12515 * fixed an undefined-order-of-evaluation bug in lib_acs.c
12516 * systematically gave non-API public functions and data an _nc_ prefix.
12517 * integrated Juergen Pfeifer's menu code into the distribution.
12518 * totally rewrote the knight test game's interface
12519
12520 ### ncurses 1.9.2c -> 1.9.3
12521
12522 * fixed the TERMCAP_FILE Support.
12523 * fixed off-by-one errors in scrolling code
12524 * added tracemunch to the test tools
12525 * took steps to cut the running time of make install.data
12526
12527 ### ncurses 1.9.2c -> 1.9.2d
12528
12529 * revised 'configure' script to produce libraries for normal, debug,
12530   profile and shared object models.
12531
12532 ### ncurses 1.9.1 -> 1.9.2
12533
12534 * use 'autoconf' to implement 'configure' script.
12535 * panels support added
12536 * tic now checks for excessively long termcap entries when doing translation
12537 * first cut at eliminating namespace pollution.
12538
12539 ### ncurses 1.8.9 -> 1.9
12540
12541 * cleanup gcc warnings for the following: use size_t where 'int' is not
12542   appropriate, fixed some shadowed variables, change attr_t to compatible with
12543   chtype, use attr_t in some places where it was confused with 'int'.
12544 * use chtype/attr_t casts as appropriate to ensure portability of masking
12545   operations.
12546 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
12547 * supplied missing prototypes in curses.h
12548 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
12549   are consistent (they weren't).
12550 * corrected prototype of tputs in <termcap.h>
12551 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
12552   that may be out of bounds on the stack) -- Purify found this.
12553 * ensure that TRACE is defined in lib_trace.c (to solve prototype
12554   warnings from gcc).
12555 * corrected scrolling-region size in 'mvcur_wrap()'
12556 * more spelling fixes
12557 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
12558 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
12559   core in init_acs()).
12560 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
12561   in that file).
12562
12563 ### ncurses 1.8.8 -> 1.8.9
12564
12565 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
12566   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
12567   non-portable use of "%x" for pointers, or for chtype data (which is declared
12568   as a long).
12569 * modified doupdate to ensure that typahead was turned on before attempting
12570   select-call (otherwise, some implementations hang).
12571 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
12572   resolution of traces.
12573 * improved bounds checking on several critical functions.
12574 * the data directory has been replaced by the new master terminfo file.
12575 * -F file-comparison option added to infocmp.
12576 * compatibility with XSI Curses is now documented in the man bages.
12577 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
12578   is much less flaky.
12579 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
12580   memory_above, memory_below, and hard_copy are now used properly.
12581 * cursor-movement optimization has been completely rewritten.
12582 * vertical-movement optimization now uses hardware scrolling, il, dl.
12583
12584 ### ncurses 1.8.7 -> 1.8.8
12585 * untic no longer exists, infocmp replaces it.
12586 * tic can understand termcap now, especially if it is called captoinfo.
12587 * The Linux Standard Console terminfo entry is called linux insead of console.
12588   It also uses the kernel's new method of changing charsets.
12589 * initscr() will EXIT upon error (as the docs say) This wil mostly happen if
12590   you try to run on an undefined terminal.
12591 * I can get things running on AIX but tic can't compile terminfo. I have to
12592   compile entries on another machine. Volunteers to hunt this bug are welcome.
12593 * wbkgd() and wbkgdset() can be used to set a windows background to color.
12594   wclear()/werase() DO NOT use the current attribute to clear the screen.
12595   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
12596   though PDCurses 2.2 has been fixed.
12597 * cleaned up the test/ directory.
12598 * test/worm will segfault after quite a while.
12599 * many spelling corrections courtesy of Thomas E. Dickey
12600
12601 ### ncurses 1.8.6 -> 1.8.7
12602 * cleaned up programs in test/ directory.
12603 * fixed wbkgdset() macro.
12604 * modified getstr() to stop it from advancing cursor in noecho mode.
12605 * modified linux terminfo entry to work with the latest kernel to get
12606   the correct alternate character set.
12607 * also added a linux-mono entry for those running on monochrome screens.
12608 * changed initscr() so that it behaves like the man page says it does.
12609   this fixes the problem with programs in test/ crashing with SIGSEV if
12610   a terminal is undefined.
12611 * modified addch() to avoid using any term.h #define's
12612 * removed duplicate tgoto() in lib_tparm.c
12613 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
12614 * modified delwin() to correctly handle deleting subwindows.
12615 * fixed Makefile.dist to stop installing an empty curses.h
12616 * fixed a couple of out-of-date notes in man pages.
12617
12618 ### ncurses 1.8.5 -> 1.8.6
12619 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
12620 * The handling of attributes has been improved and now does not turn off color
12621   if other attributes are turned off.
12622 * scrolling code is improved. Scrolling in subwindows is still broken.
12623 * Fixes to several bugs that manifest them on platforms other than Linux.
12624 * The default to meta now depends on the status of the terminal when ncurses
12625   is started.
12626 * The interface to the tracing facility has changed.  Instead of the pair of
12627   functions traceon() and traceoff(), there is just one function trace() which
12628   takes a trace mask argument.  The trace masks, defined in curses.h, are
12629   as follows:
12630
12631         #define TRACE_DISABLE   0x00    /* turn off tracing */
12632         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
12633         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
12634         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
12635
12636   More trace masks may be added, or these may be changed, in future releases.
12637 * The pad code has been improved and the pad test code in test/ncurses.c has
12638   been improved.
12639 * The prototype ansi entry has been changed to work with a wider variety
12640   of emulators.
12641 * Fix to the prototype ansi entry that enables it to work with PC emulators
12642   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
12643   break operation with any emulators.
12644 * There are now working infocmp, captoinfo, tput, and tclear utilities.
12645 * tic can now compile entries in termcap syntax.
12646 * Core-dump bug in pnoutrefresh fixed.
12647 * We now recognize and compile all the nonstandard capabilities in Ross
12648   Ridge's mytinfo package (rendering it obsolete).
12649 * General cleanup and documentation improvements.
12650 * Fixes and additions to the installation-documentation files.
12651 * Take cursor to normal mode on endwin.
12652
12653 ### ncurses 1.8.4 -> 1.8.5
12654 * serious bugs in updating screen which caused erratic non-display,
12655   fixed.
12656 * fixed initialization for getch() related variable which cause
12657   unpredictable results.
12658 * fixed another doupdate bug which only appeared if you have
12659   parm_char.
12660 * implemented redrawln() and redrawwin().
12661 * implemented winsnstr() and related functions.
12662 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
12663 * changed Makefile.dist so that installation of man pages will
12664   take note of the terminfo directory.
12665 * fixed Configure (removed the mysterious 'X').
12666 * Eric S. Raymond fixed the script.* files so that they work with
12667   stock awk.
12668
12669 #### ncurses 1.8.3 -> 1.8.4 #### ####
12670 * fixed bug in refreshing the screen after return from shell_mode.
12671   There are still problems but they don't manifest themselves on
12672   my machine (Linux 0.99.14f).
12673 * added wgetnstr() and modified things accordingly.
12674 * fixed the script.src script.test to work with awk not just gawk.
12675 * Configure can now take an argument of the target system.
12676 * added test/ncurses.c which replaces several other programs and
12677   performs more testing.
12678 [Thanks to Eric S Raymond for the last 4]
12679 * more fixes to lib_overlay.c and added test/over.c to illustrate
12680   how it works.
12681 * fixed ungetch() to take int instead of ch.
12682 * fixes to cure wgetch() if flushinp() is called.
12683
12684 One note I forgot to mention in 1.8.3 is that tracing is off by
12685 default starting in the version. If you want tracing output, put
12686 traceon(); in your code and link with -ldcurses.
12687
12688 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
12689 MAJOR CHANGES:
12690 1) The order of capabilities has been changed in order to achieve
12691 binary compatibility with SVR4 terminfo database. This has the
12692 unfortunate effect of breaking application currently linked with
12693 ncurses. To ensure correct behavior, recompile all such programs.
12694 Most programs using color or newer capabilities will break, others
12695 will probably continue to work ok.
12696
12697 2) Pavel Curtis has renounced his copyright to the public domain.
12698 This means that his original sources (posted to comp.sources.unix,
12699 volume 1) are now in the public domain.  The current sources are
12700 NOT in the public domain, they are copyrighted by me.  I'm
12701 entertaining ideas on what the new terms ncurses is released under.
12702
12703 3) Eric S. Raymond has supplied a complete set of man pages for
12704 ncurses in ?roff format. They will eventually replace most of the
12705 current docs. Both sets are included in this release.
12706
12707 Other changes and notes from 1.8.2 include:
12708 * SIGSEGV during scrolling no longer occurs.
12709 * Other problems with scrolling and use of idl have been corrected.
12710 * lib_getch.c has been re-written and should perform flawlessly.
12711   please use test/getch.c and any other programs to test this.
12712 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
12713   changed accordingly.
12714 * I've added support for terminals that scroll if you write in the
12715   bottom-right corner.
12716 * fixed more bugs in pads code. If anybody has a program that uses
12717   pads I'd love a copy.
12718 * correct handling for terminal with back_color_erase capability
12719   (such as Linux console, and most PC terminals)
12720 * ^Z handling apparently didn't work (I should never trust code
12721   sent me to me without extensive testing). It now seems to be
12722   fixed. Let me know if you have problems.
12723 * I've added support for Apollo and NeXT, but it may still be
12724   incomplete, especially when dealing with the lack of POSIX
12725   features.
12726 * scrolling should be more efficient on terminals with idl
12727   capabilities. Please see src/lib_scroll.c for more notes.
12728 * The line drawing routines were offset by 1 at both ends. This
12729   is now fixed.
12730 * added a few missing prototypes and macros (e.g. setterm())
12731 * fixed code in src/lib_overlay.c which used to crash.
12732 * added a few more programs in test/ The ones from the PDCurses
12733   package are useful, especially if you have SVR4 proper. I'm
12734   interested in the results you get on such a systems (Eric? ;-).
12735   They already exposed certain bugs in ncurses.
12736 * See src/README for porting notes.
12737 * The C++ code should really replace ncurses.h instead of working
12738   around it. It should avoid name-space clashes with nterm.h (use
12739   rows instead of lines, etc.)
12740 * The C++ should compile ok. I've added explicit rules to the
12741   Makefile because no C++ defaults are documented on the suns.
12742 * The docs say that echo() and nocbreak() are mutually exclusive.
12743   At the moment ncurses will switch to cbreak() if the case above
12744   occurs. Should it continue to do so? How about echo() and noraw()?
12745 * PDCurses seem to assume that wclear() will use current attribute
12746   when clearing the screen. According to Eric this is not the case
12747   with SVR4.
12748 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
12749   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
12750 * I've also found out that the src/script.* rely on gawk and will not
12751   work with stock awk or even with nawk. Any changes are welcome.
12752 * Linux is more tolerant of NULL dereferences than most systems. This
12753   fact was exposed by hanoi.
12754 * ncurses still seems inefficient in drawing the screen on a serial
12755   link between Linux and suns. The padding may be the culprit.
12756 * There seems to be one lingering problem with doupdate() after shelling
12757   out. Despite the fact the it is sending out the correct information
12758   to the terminal, nothing takes effect until you press ^L or another
12759   refresh takes place. And yes, output does get flushed.
12760
12761 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
12762
12763 * added support for SVR4 and BSDI's BSD/386.
12764 * major update and fix to scrolling routine.
12765 * MORE fixes to stuff in lib_getch.c.
12766 * cleaned-up configuration options and can now generate
12767         Config.* files through an awk script.
12768 * changed setupterm() so it can be called more than once,
12769         add added set_curterm(), del_curterm().
12770 * a few minor cleanups.
12771 * added more prototypes in curses.h
12772
12773 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
12774
12775 * added support for NeXTStep 3.0
12776 * added termcap emulation (not well tested).
12777 * more complete C++ interface to ncurses.
12778 * fixed overlay(), overwrite(), and added copywin().
12779 * a couple of bug fixes.
12780 * a few code cleanups.
12781
12782 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
12783
12784 * The annoying message "can't open file." was due to missing
12785   terminfo entry for the used terminal. It has now been
12786   replaced by a hopefully more helpful message.
12787 * Problems with running on serial lines are now fixed.
12788 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
12789   386bsd/BSDI (if you have others send'em to me)
12790 * Cleaner Makefile.
12791 * The documentation in manual.doc is now more uptodate.
12792 * update optimization and support for hp terminals, and 386bsd
12793   console driver(s).
12794 * mvcur optimization for terminals without cursor addressing
12795   (doesn't work on Linux)
12796 * if cursor moved since last update, getch() will refresh the
12797   screen before working.
12798 * getch() & alarm() can now live together. in 0.7.3 a signal
12799   interrupted getch() (bug or feature?) now the getch is
12800   restarted.
12801 * scanw() et all were sick, now fixed.
12802 * support for 8-bit input (use meta()).
12803 * added default screen size to all terminfos.
12804 * added c++ Ncursesw class.
12805 * several minor bug fixes.
12806
12807 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
12808
12809 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
12810 * more fixes to lib_getch.c
12811 * changes related to Config
12812
12813 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
12814
12815 * docs updated slightly (color usage is now documented).
12816 * yet another fix for getch(), this one fixes problems with ESC being swallowed
12817   if another character is typed before the 1 second timeout.
12818 * Hopefully, addstr() and addch() are 8-bit clean.
12819 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
12820 * order of capabilities changed to reflect that specified in SYSV
12821   this will allow for binary-compatibility with existing terminfo dbs.
12822 * added halfdelay()
12823 * fixed problems with asc_init()
12824 * added A_PROTECT and A_INVIS
12825 * cleaned up vidputs()
12826 * general cleanup of the code
12827 * more attention to portability to other systems
12828 * added terminfos for hp70092 (wont work until changes to lib_update.c are
12829   made) and 386BSD pcvt drivers.
12830
12831 Thanks to Hellmuth Michaelis for his help.
12832 optimization code is slated for the next major release, stay tuned!
12833
12834 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
12835 Please note that the next release will be called 1.8. If you want to know about
12836 the rationale drop me a line.
12837
12838 Included are several test programs in test/.
12839 I've split up the panels library, reversi, tetris, sokoban. They are now
12840 available separately from netcom.com:pub/zmbenhal/
12841
12842 * color and ACS support is now fully compatible with SYSV at the terminfo
12843   level.
12844 * Capabilities now includes as many SYSV caps I could find.
12845 * tigetflag,tigetnum,tigetstr functions added.
12846 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
12847   strnames, strfnames, strcodes arrays are now added.
12848 * keyname() is added.
12849 * All function keys can be defined in terminfo entries.
12850 * fixed lin_tparm.c to behave properly.
12851 * terminfo entries for vt* and xterm are included (improvements are welcome)
12852 * more automation in handling caps and keys.
12853 * included fixes from 0.6.1
12854 * added a few more missing functions.
12855 * fixed a couple of minor bugs.
12856 * updated docs JUST a little (still miles behind in documenting the newer
12857         features).
12858
12859 #### ncurses 0.6 -> ncurses 0.61 ####
12860
12861 1) Included the missing data/console.
12862
12863 2) allow attributes when drawing boxes.
12864
12865 3) corrected usage of win->_delay value.
12866
12867 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
12868         simply return the last character in the sequence. The correct
12869         behavior is to return the entire sequence one character at a time.
12870
12871 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
12872 * removed _numchngd from struct _win_st and made appropriate changes.
12873 * rewritten kgetch() to remove problems with interaction between alarm and
12874   read(). It caused SIGSEGV every now and then.
12875 * fixed a bug that miscounted the numbers of columns when updating.
12876   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
12877 * fixed a bug that cause the lower-right corner to be incorrect.
12878   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
12879 * made resize() and cleanup() static to lib_newterm.c
12880 * added notimeout().
12881 * added timeout() define in curses.h
12882 * added more function prototypes and fixed napms.
12883 * added use_env().
12884 * moved screen size detection to lib_setup.c.
12885 * fixed newterm() to confirm to prototype.
12886 * removed SIGWINCH support as SYSV does not define its semantics.
12887 * cleaned-up lib_touch.c
12888 * added waddnstr() and relatives.
12889 * added slk_* support.
12890 * fixed a bug in wdeleteln().
12891 * added PANEL library.
12892 * modified Makefile for smoother installation.
12893 * terminfo.h is really term.h
12894
12895 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
12896 * changed _win_st structure to allow support for missing functionality.
12897 * Addition of terminfo support for all KEY_*.
12898 * Support for nodelay(), timeout(), notimeout().
12899 * fixed a bug with the keypad char reading that did not return ESC until
12900   another key is pressed.
12901 * nl mapping no longer occur on output (as should be)
12902   fixed bug '\n' no causing a LF.
12903 * fixed bug that reset terminal colors regardless of whether we use color
12904   or not.
12905 * Better support for ACS (not quite complete).
12906 * fixed bug in wvline().
12907 * added curs_set().
12908 * changed from signal() to sigaction().
12909 * re-included the contents of important.patch into source.
12910
12911 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
12912 * Addition of more KEY_* definitions.
12913 * Addition of function prototypes.
12914 * Addition of several missing functions.
12915 * No more crashes if screen size is undefined (use SIGWINCH handler).
12916 * added a handler to cleanup after SIGSEGV (hopefully never needed).
12917 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
12918 * renamed compile/dump to tic/untic.
12919 * New scrolling code.
12920 * fixed bug that reversed the sense of nl() and nonl().
12921
12922 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
12923 * more support for color and graphics see test/ for examples.
12924 * fixed various files to allow correct update after shelling out.
12925 * more fixes for updates.
12926 * no more core dumps if you don't have a terminfo entry.
12927 * support for LINES and COLUMNS environment variables.
12928 * support for SIGWINCH signal.
12929 * added a handler for SIGINT for clean exits.
12930
12931 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
12932 * support for color.
12933 * support for PC graphic characters.
12934 * lib_trace.c updated to use stdarg.h and vprintf routines.
12935 * added gdc.c (Great Digital Clock) as an example of using color.
12936
12937 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
12938 * replacing sgtty stuff by termios stuff.
12939 * ANSIfication of some functions.
12940 * Disabling cost analysis 'cause it's incorrect.
12941 * A quick hack for a terminfo entry.
12942
12943 -- vile:txtmode: