]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
ncurses 6.1 - patch 20181117
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2017,2018 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.3214 2018/11/17 22:45:23 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 20181117
49         + ignore the hex/b64 $TERMINFO in toe's listing.
50         + correct a status-check in _nc_read_tic_entry() so that if reading
51           a hex/b64 $TERMINFO, and the $TERM does not match, fall-through to
52           the compiled-in search list.
53
54 20181110
55         + several workarounds to ensure proper C compiler used in parts of
56           Ada95 tree.
57         + update config.guess, config.sub from
58                 http://git.savannah.gnu.org/cgit/config.git
59
60 20181027
61         + add OpenGL clients alacritty and kitty -TD
62         + add Smulx for tmux, vte-2018 -Nicholas Marriott
63
64 20181020
65         + ignore $TERMINFO as a default value in configure script if it came
66           from the infocmp -Q option.
67         + allow value for --with-versioned-syms to be a relative pathname
68         + add a couple of broken-linker symbols to the list of versioned
69           symbols to help with link-time optimization versus weak symbols.
70         + apply shift/control/alt logic when decoding xterm's 1006 mode to
71           wheel-mouse events (Redhat #1610681).
72
73 20181013
74         + amend change from 20180818, which undid a fix for the $INSTALL value
75           to make it an absolute path.
76
77 20181006
78         + improve a configure check to work with newer optimizers (report by
79           Denis Pronin, Gentoo #606142).
80         + fix typo in tput.c (Sven Joachim, cf: 20180825).
81
82 20180929
83         + fix typo in tvi955 -TD
84         + corrected acsc for regent60 -TD
85         + add alias n7900 -TD
86         + corrected acsc for tvi950 -TD
87         + remove bogus kf0 from tvi950 -TD
88         + added function-key definitions to agree with Televideo 950 manual -TD
89         + add bel to tvi950 -TD
90         + add shifted function-keys to regent60 -TD
91         + renumber regent40 function-keys to match manual -TD
92         + add cd (clr_eos) to adds200 -TD
93
94 20180923
95         + build-fix: remove a _tracef call which was used for debugging (report
96           by Chris Clayton).
97
98 20180922
99         + ignore interrupted system-call in test/ncurses's command-line, e.g.,
100           if the terminal were resized.
101         + add shift/control/alt logic for decoding xterm's 1006 mode (Redhat
102           #1610681, cf: 20141011).
103         + modify rpm test-packages to not use --disable-relink with Redhat,
104           since Fedora 28's tools do not work with that feature.
105
106 20180908
107         + document --with-pcre2 configure option in INSTALL.
108         + improve workaround for special case in PutAttrChar() where a cell is
109           marked as alternate-character set, to handle a case where the
110           character in the cell does not correspond to any of the ASCII
111           fallbacks (report by Leon Winter, cf: 20180505).
112         + amend change to form library which attempted to avoid unnecessary
113           update of cursor position in non-public fields, to simply disable
114           output in this case (patch by Leon Winter, cf: 20180414).
115         + improve check for LINE_MAX runtime limit, to accommodate broken
116           implementations of sysconf().
117
118 20180901
119         + improve manual page for wgetnstr, giving background for the length
120           parameter.
121         + define a limit for wgetnstr, wgetn_wstr when length is negative or
122           "too large".
123         + update configure script to autoconf 2.52.20180819 (Debian #887390).
124
125 20180825
126         + add a section to tput manual page clarifying how it determines the
127           terminal size (prompted by discussion with Grant Jenks).
128         + add "--disable-relink" to rpm test-packages, for consistency with the
129           deb test-packages.
130         + split spec-file into ncurses6.spec and ncursest6.spec to work around
131           toolset breakage in Fedora 28.
132         + drop mention of "--disable-touching", which was not in the final
133           20180818 updates.
134
135 20180818
136         + build-fix for PDCurses with ncurses-examples.
137         + improved CF_CC_ENV_FLAGS.
138         + modify configure scripts to reduce relinking/ranlib during library
139           install (Debian #903790):
140           + use "install -p" when available, to avoid need for ranlib of
141             static libraries.
142           + modify scripts which use "--disable-relink" to add a 1-second
143             sleep to work around tools which use whole-second timestamps, e.g.,
144             in utime() rather than the actual file system resolution.
145
146 20180804
147         + improve logic for clear with E3 extension, in case the terminal
148           scrolls content onto its saved-lines before actually clearing
149           the display, by clearing the saved-lines after clearing the
150           display (report/patch by Nicholas Marriott).
151
152 20180728
153         + improve documentation regarding feature-test macros in curses.h
154         + improve documentation regarding the virtual and physical screens.
155         + formatting fixes for manpages, regenerate man-html documentation.
156
157 20180721
158         + build-fixes for gcc8.
159         + corrected acsc for wy50 -TD
160         + add wy50 and wy60 shifted function-keys as kF1 to kF16 -TD
161         + remove ansi+rep mis-added to interix in 2018-02-23 -TD
162
163 20180714
164         + add enum, regex examples to test/demo_forms
165         + add configure check for pcre-posix library to help with MinGW port.
166
167 20180707
168         + build-fixes for gcc8.
169         + correct order of WINDOW._ttytype versus WINDOW._windowlist in
170           report_offsets.
171         + fix a case where tiparm could return null if the format-string was
172           empty (Debian #902630).
173
174 20180630
175         + add acsc string to vi200 (Nibby Nebbulous)
176           add right/down-arrow to vi200's acsc -TD
177         + add "x" to tput's getopt string so that "tput -x clear" works
178           (Nicholas Marriott).
179         + minor fixes prompted by anonymous report on stack overflow:
180           + correct order of checks in _nc_get_locale(), for systems lacking
181             locale support.
182           + add "#error" in a few places to flag unsupported configurations
183
184 20180623
185         + use _WIN32/_WIN64 in preference to __MINGW32__/__MINGW64__ symbols
186           to simplify building with MSVC, since the former are defined in both
187           compiler configurations (report by Ali Abdulkadir).
188         + further improvements to configure-checks from work on dialog, i.e.,
189           updated CF_ADD_INCDIR, CF_FIND_LINKAGE, CF_GCC_WARNINGS,
190           CF_GNU_SOURCE, CF_LARGEFILE, CF_POSIX_C_SOURCE, CF_SIZECHANGE, and
191           CF_TRY_XOPEN_SOURCE.
192         + update config.guess, config.sub from
193                 http://git.savannah.gnu.org/cgit/config.git
194
195 20180616
196         + build-fix for ncurses-examples related to gcc8-fixes (cf: 20180526).
197         + reduce use of _GNU_SOURCE for current glibc where _DEFAULT_SOURCE
198           combines with _XOPEN_SOURCE (Debian #900987).
199         + change target configure level for _XOPEN_SOURCE to 600 to address
200           use of vsscanf and setenv.
201         + improved configure-checks CF_SIZECHANGE and CF_STRUCT_TERMIOS from
202           work on dialog.
203
204 20180609
205         + modify generated ncurses*config and ncurses.pc, ncursesw.pc, etc.,
206           to list helper libraries such as gpm for static linking (Debian
207           #900839).
208         + marked vwprintw and vwscanw as deprecated; recommend using vw_printw
209           and vw_scanw, respectively.
210
211 20180602
212         + add RPM test-package "ncursest-examples".
213         + modified RPM test-package to work with Mageia6.
214
215 20180526
216         + add note in curs_util.3x about unctrl.h
217         + review/improve header files to ensure that those include necessary
218           files except for the previously-documented cases (report by Isaac
219           Pascual Monells).
220         + improved test-package scripts, adapted from byacc 1.9 20180525.
221         + fix some gcc8 warnings seen in Redhat package build, but
222           work around bug in gcc8 compiler warnings in comp_parse.c
223
224 20180519
225         + formatting fixes for manpages, regenerate man-html documentation.
226         + trim spurious whitespace from tmux in 2018-02-24 changes;
227           fix some inconsistencies in/between tmux- and iterm2-entries for SGR
228           (report by C Anthony Risinger)
229         + improve iterm2 using some xterm features which it has adapted -TD
230         + add check in pair_content() to handle the case where caller asks
231           for an uninitialized pair (Debian #898658).
232
233 20180512
234         + remove trailing ';' from GCC_DEPRECATED definition.
235         + repair a change from 20110730 which left an error-check/warning dead.
236         + fix several minor Coverity warnings.
237
238 20180505
239         + add deprecation warnings for internal functions called by older
240           versions of tack.
241         + fix a special case in PutAttrChar() where a cell is marked as
242           alternate-character set, but the terminal does not actually support
243           the given graphic character.  This would happen in an older terminal
244           such as vt52, which lacks most line-drawing capability.
245         + use configure --with-config-suffix option to work around filename
246           conflict with Debian packages versus test-packages.
247         + update tracemunch to work with perl 5.26.2, which changed the rules
248           for escaping regular expressions.
249
250 20180428
251         + document new form-extension O_EDGE_INSERT_STAY (report by Leon
252           Winter).
253         + correct error-returns listed in manual pages for a few form functions
254           (report by Leon Winter).
255         + add a check in form-library for null-pointer dereference:
256                 unfocus_current_field (form);
257                 form_driver (form, REQ_VALIDATION);
258           (patch by Leon Winter).
259
260 20180414
261         + modify form library to optionally delay cursor movement on a field
262           edge/boundary (patch by Leon Winter).
263         + modify form library to avoid unnecessary update of cursor position in
264           non-public fields (patch by Leon Winter).
265         + remove unused _nc_import_termtype2() function.
266         + also add/improve null-pointer checks in other places
267         + add a null-pointer check in _nc_parse_entry to handle an error when
268           a use-name is invalid syntax (report by Chung-Yi Lin).
269
270 20180407
271         + clarify in manual pages that vwprintw and vwscanw are obsolete,
272           not part of X/Open Curses since 2007.
273         + use "const" in some prototypes rather than NCURSES_CONST where X/Open
274           Curses was updated to do this, e.g., wscanw, newterm, the terminfo
275           interface.  Also use "const" for consistency in the termcap
276           interface, which was withdrawn by X/Open Curses in Issue 5 (2007).
277           As of Issue 7, X/Open Curses still lacks "const" for certain return
278           values, e.g., keyname().
279
280 20180331
281         + improve terminfo write/read by modifying the fourth item of the
282           extended header to denote the number of valid strings in the extended
283           string table (prompted by a comment in unibilium's sources).
284
285 20180324
286         + amend Scaled256() macro in test/picsmap.c to cover the full range
287           0..1000 (report by Roger Pau Monne).
288         + add some checks in tracemunch for undefined variables.
289         + trim some redundant capabilities from st-0.7 -TD
290         + trim unnecessary setf/setb from interix -TD
291
292 20180317
293         + fix a check in infotocap which may not have detected a problem when
294           it should have.
295         + add a check in tic for the case where setf/setb are given using
296           different strings, but provide identical results to setaf/setab.
297         + further improve fix for terminfo.5 (patch by Kir Kolyshkin).
298         + reorder loop-limit checks in winsnstr() in case the string has no
299           terminating null and only the number of characters is used (patch
300           by Gyorgy Jeney).
301
302 20180303
303         + modify TurnOn/TurnOff macros in lib_vidattr.c and lib_vid_attr.c to
304           avoid expansion of "CUR" in trace.
305         + improve a few lintian warnings in test-packages.
306         + modify lib_setup to avoid calling pthread_self() without first
307           verifying that the address is valid, i.e., for weak symbols
308           (report/patch by Werner Fink).
309         + modify generated terminfo.5 to not use "expand" and related width
310           on the last column of tables, making layout on wide terminals look
311           better (adapted from patch by Kir Kolyshkin).
312         + add a category to report_offsets, e.g., "w" for wide-character, "t"
313           for threads to make the report more readable.  Reorganized the
314           structures reported to make the categories more apparent.
315         + simplify some ifdef's for extended-colors.
316         + add NCURSES_GLOBALS and NCURSES_PRESCREEN to report_offsets, to show
317           how similar the different tinfo configurations are.
318
319 20180224
320         + modify _nc_resolve_uses2() to detect incompatible types when merging
321           a "use=" clause of extended capabilities.  The problem was seen in a
322           defective terminfo integrated from simpleterm sources in 20171111,
323           compounded by repair in 20180121.
324         + correct Ss/Ms interchange in st-0.7 entry (tmux #1264) -TD
325         + fix remaining flash capabilities with trailing mandatory delays -TD
326         + correct cut/paste in NEWS (report by Sven Joachim).
327
328 20180217
329         + remove incorrect free() from 20170617 changes (report by David Macek).
330         + correct type for "U8" in user_caps.5; it is a number not boolean.
331         + add a null-pointer check in safe_sprintf.c (report by Steven Noonan).
332         + improve fix for Debian #882620 by reusing limit2 variable (report by
333           Julien Cristau, Sven Joachim).
334
335 20180210
336         + modify misc/Makefile.in to install/uninstall explicit list in case
337           the build-directory happens to have no ".pc" files when an uninstall
338           is performed (report by Jeffrey Walton).
339         + deprecate safe-sprintf, since the vsnprintf function, which does what
340           was needed, was standardized long ago.
341         + add several development/experimental options to development packages.
342         + minor reordering of options in configure script to make the threaded
343           and reentrant options distinct from the other extensions which are
344           normally enabled.
345
346 20180203
347         + minor fixes to test/*.h to make them idempotent.
348         + add/use test/parse_rgb.h to show how the "RGB" capability works.
349         + add a clarification in user_caps.5 regarding "RGB" capability.
350         + add extended_slk_color{,_sp} symbols to the appropriate
351           package/*.{map,sym} files (report by Sven Joachim, cf: 20170401).
352
353 20180129
354         + update "VERSION" file, used in shared-library naming.
355
356 20180127 6.1 release for upload to ftp.gnu.org
357
358 20180127
359         + updated release notes
360         + amend a warning message from tic which should have flagged misuse
361           of "XT" capability in "screen" terminal description.
362         > terminfo changes:
363         + trim "XT" from screen entry, add comments to explain why it was
364           not suitable -TD
365         + modify iterm to use xterm+sl-twm building block -TD
366         + mark konsole-420pc, konsole-vt100, konsole-xf3x obsolete reflecting
367           konsole's removal in 2008 -TD
368         + expanded the history section of konsole to explain its flawed
369           imitation of xterm's keyboard -TD
370         + use xterm+x11mouse in screen.* entries because screen does not yet
371           support xterm's 1006 mode -TD
372         + add nsterm-build400 for macOS 10.13 -TD
373         + add ansi+idc1, use that in ansi+idc adding dch for consistency -TD
374         + update vte to vte-2017 -TD
375         + add ecma+strikeout to vte-2017 -TD
376         + add iterm2-direct -TD
377         + updated teraterm, added teraterm-256color -TD
378         + add mlterm-direct -TD
379         + add descriptions for ANSI building-blocks -TD
380
381 20180121 pre-release
382         > terminfo changes:
383         + add xterm+noalt, xterm+titlestack, xterm+alt1049, xterm+alt+title
384           blocks from xterm #331 -TD
385         + add xterm+direct, xterm+indirect, xterm-direct entries from xterm
386           #331 -TD
387         + modify xterm+256color and xterm+256setaf to use correct number of
388           color pairs, for ncurses 6.1 -TD
389         + add rs1 capability to xterm-256color -TD
390         + modify xterm-r5, xterm-r6 and xterm-xf86-v32 to use xterm+kbs to
391           match xterm #272, reflecting packager's changes -TD
392         + remove "boolean" Se, Ss from st-0.7 -TD
393         + add konsole-direct and st-direct -TD
394         + remove unsupported "Tc" capability from st-0.7; use st-direct if
395           direct-colors are wanted -TD
396         + add vte-direct -TD
397         + add XT, hpa, indn, and vpa to screen, and invis, E3 to tmux (patch by
398           Pierre Carru)
399         + use xterm+sm+1006 in xterm-new, vte-2014 -TD
400         + use xterm+x11mouse in iterm, iterm2, mlterm3 because xterm's 1006
401           mode does not work with those programs.  konsole is debatable -TD
402         + add "termite" entry (report by Markus Pfeiffer) -TD
403         > merge branch begun April 2, 2017 which provides these features:
404         + support read/write new binary-format for terminfo which stores
405           numeric capabilities as a signed 32-bit integer.  The test programs
406           such as picsmap, ncurses were created or updated during 2017 to use
407           this feature.
408         + the new format is written by the wide-character configuration of
409           tic when it finds a numeric capability larger than 32767.
410         + other applications such as infocmp built with the wide-character
411           ncurses library work as expected.
412         + applications built with the "narrow" (8-bit) configuration will
413           read the new format, but will limit those extended values to 32767.
414         + in either wide/narrow configuration, the structure defined in
415           term.h still uses signed 16-bit values.
416         + because it is incompatible with the legacy (mid-1980s) binary format,
417           a new magic value is provided for the "file" program.
418         + the term.5 manual page is updated to describe this new format.
419         + the limit on file-size for compiled terminfo is increased in the
420           wide-character configuration to 32768.
421
422 20180120
423         + build-fix in picsmap.c for stdint.h existence.
424         + add --disable-stripping option to configure scripts.
425         + modify ncurses-examples to install test-scripts in the data directory.
426         + work around tool-breakage in Debian 9 and later by invoking
427           gprconfig to specify the C compiler to be used by gnatmake,
428           and conditionally suppressing Library_Options line for static
429           libraries.
430         + bump the compat level for test-packages to 7, i.e., Debian 5.
431
432 20180106
433         + fixes for writing extended color pairs in putwin.
434         + modify test/savescreen.c to add test patterns that exercise 88-,
435           256-, etc., colors.
436         + modify configure option --with-build-cc, adding clang, c89 and c99
437           as possible default values.
438         + modify ncurses-examples configure script to use pkg-config for the
439           extra form/menu/panel libraries, to be more consistent with the
440           handling of the curses/ncurses library.
441         + modify test-packages for mingw to supply "pc" files.
442         + modify gen-pkgconfig.in to list -lpthread as a private library when
443           configured to access it via weak symbols.
444         + simplify gen-pkgconfig.in, adding -ltinfo without the special linker
445           checks because some versions of the linker simply hard-code the
446           behavior.
447         + update URLs for ncurses website to use https.
448         + modify CF_CURSES_LIBS to fill in $cf_nculib_root in case the
449           ncurses-examples are built with a system ncurses that lacks the
450           standard "curses" symbolic link, as done by SuSE.  The symbol is
451           needed to make a followup check for the pthread library work, and
452           would be set properly using the options "--with-screen", etc.
453         + generate misc/*.pc with "all" rule, as done for "sources" rule
454           (report by Jeffrey Walton).
455
456 20171230
457         + build-fix for ncurses-examples with Fedora27, adding check for
458           reset_color_pairs() -- not yet in Fedora's package.
459         + consistently add $CFLAGS to $MK_SHARED_LIB symbol in configure
460           script when the latter happens to use the C compiler rather than
461           directly using the loader (report by Jeffrey Walton).
462         + set ABI for upcoming 6.1 release in "*.map" files.  While there are
463           some remaining internals to apply, no ABI-related changes are
464           anticipated.
465         + add configure --with-config-suffix option to work around filename
466           conflict with Redhat packages versus test-packages.
467
468 20171223
469         + modify ncurses-examples to quiet const-warnings when building with
470           PDCurses.
471         + modify toe to not exit if unable to read a terminal description,
472           e.g., if there is a permission problem.
473         + minor fix for progs/toe.c, using _nc_free_termtype2.
474         + assign 0 to pointer in _nc_tgetent_leak() after freeing it. Also
475           avoid reusing pointer from previous successful call to tgetent
476           if the latest call is unsuccessful (patch by Michael Schroeder,
477           OpenSuSE #1070450).
478         + minor fix for test/tracemunch, initialize $awaiting variable.
479
480 20171216
481         + repair template in test/package/ncurses-examples.spec (cf: 20171111).
482         + improve tic's warning about the number of parameters tparm might use
483           for u1-u9 by making a special case for u6.
484         + improve curs_attr.3x discussion of color pairs.
485
486 20171209
487         + modify misc/ncurses-config.in to make output with --includedir
488           consistent with --cflags, i.e., when --disable-overwrite option was
489           configured the output should show the subdirectory where headers
490           are.
491         + modify MKlib_gen.sh to suppress macros when calling an "implemented"
492           function in link_test.c
493         + updated ftp-url used in test-packages, etc.
494         + modify order of -pie/-shared options in configure script in case
495           LDFLAGS uses "-pie", working around a defect or limitation in the GNU
496           linker (prompted by patch by Yogesh Prasad, forwarded by Jay Shah).
497         + add entry in man_db.renames for user_caps.5
498
499 20171125
500         + modify MKlib_gen.sh to avoid tracing result from getstr/getnstr
501           before initialized.
502         + add "-a" aspect-ratio option to picsmap.
503         + add configure check for default path of rgb.txt, used in picsmap.
504         + modify _nc_write_entry() to truncate too-long filename (report by
505           Hosein Askari, Debian #882620).
506         + build-fix for ncurses-examples with NetBSD curses:
507           + it lacks the use_env() function.
508           + it lacks libpanel; a recent change used the wrong ifdef symbol.
509         + add a macro for is_linetouched() and adjust the function's return
510           value to make it possible for most applications to check for an
511           error-return (report by Midolikawa H).
512         + additional manpage cleanup.
513         + update config.guess, config.sub from
514                 http://git.savannah.gnu.org/cgit/config.git
515
516 20171118
517         + add a note to curs_addch.3x on portability.
518         + add a note to curs_pad.3x on the origin and portability of pads.
519         + improve manpage description of getattrs (report by Midolikawa H).
520         + improve manpage macros (prompted by discussion in Debian #880551.
521         + reviewed test-programs using KEY_RESIZE, made fixes to test/worm.c
522         + add a "-d" option to picsmap for default-colors.
523         + modify old terminology entry and a few other terminal emulators to
524           account for xon -TD
525         + correct sgr string for tmux, which used screen's "standout" code
526           rather than the standard code (patch by Roman Kagan)
527         + correct sgr/sgr0 strings in a few other cases reported by tic, making
528           those correspond to the non-sgr settings where they differ, but
529           otherwise use ECMA-48 consistently:
530           jaixterm, aixterm, att5420_2, att4424, att500, decansi, d410-7b,
531           dm80, hpterm, emu-220, hp2, iTerm2.app, mterm-ansi, ncrvt100an,
532           st-0.7, vi603, vwmterm -TD
533         + build-fix for diagnostics warning in lib_mouse.c for pre-5.0 versions
534           of gcc which did not recognize the diagnostic "push" pragma (patch by
535           Vassili Courzakis).
536
537 20171111
538         + add "op" to xterm+256setaf -TD
539         + reviewed terminology 1.0.0 -TD
540         + reviewed st 0.7 -TD
541         + suppress debug-package for ncurses-examples rpm build.
542
543 20171104
544         + check for interrupt in color-pair initialization of dots_curses.c,
545           dots_xcurses.c
546         + add z/Z zoom feature to test/ncurses.c C/c screens.
547         + add '<' and '>' commands to test/ncurses.c S/s screens, to better
548           test off-by-ones in the overlap/copywin functions.
549
550 20171028
551         + improve man/curs_inwstr.3x, correct end-logic for lib_inwstr.c
552           (report by Midolikawa H).
553         + fix typo in a few places for "improvements" (patch by Sven Joachim).
554         + clear the other half of a double-width character on which a line
555           drawing character is drawn.
556         + make test/ncurses.c "s" test easier to understand which subtests are
557           available; add a "S" wide-character overlap test-screen.
558         + modify test/ncurses.c C/c tests to allow for extended color pairs.
559         + add endwin() call in error-returns from test/ncurses.c omitted in
560           recent redesign of its menu (cf: 20170923).
561         + improve install of hashed-db by removing the ".db" file as done for
562           directory-tree terminal databases.
563         + repair a few overlooked items in include/ncurses_defs from recent
564           port/refactoring of test-programs (cf: 20170909).
565         + add test/padview.c, to compare pads with direct updates in view.c
566
567 20171021
568         + modify test/view.c to expand tabs using the ncurses library rather
569           than in the test-program.
570         + remove very old SIGWINCH example in test/view.c, just use KEY_RESIZE.
571         + add -T, -e, -f -m options to "dots" test-programs.
572         + fix a few typos in usage-messages for test-programs.
573
574 20171014
575         + minor cleanup to test/view.c:
576           + eliminate "-n" option by simply reading the whole file.
577           + implement page up/down commands.
578         + add check in tput for init/reset operands to ensure those use a
579           terminal.
580         + improve manual pages which discuss chtype, cchar_t types and the
581           attribute values which can be stored in those types.
582         + correct array-index when parsing "-T" command-line option in tabs
583           program.
584         + modify demo_new_pair.c to pass extended pairs to setcchar().
585         + add test/dots_xcurses.c to illustrate a different approach used for
586           extended colors which can be contrasted with dots_curses.c.
587         + add a check in tic to note when a description uses non-mandatory
588           delays without xon_xoff.  This is not an error, but some descriptions
589           for a terminal emulator may use the combination incorrectly.
590
591 20171007
592         + modify "-T" option of clear and tput to call use_tioctl() to obtain
593           the operating system's notion of the screensize if possible.
594         + review/repair some exit-codes for tput, making usage-message exit
595           with 2 rather than 1, and a failure to open terminal 4+errno.
596         + amend check in tput, tabs and clear to allow those to use the
597           database-only features in cron if a -T option gives a suitable
598           terminal name (report by Lauri Tirkkonen).
599         + correct an ifdef in test/ncurses.c for systems with soft-keys but
600           not slk_color().
601         + regenerate man-html documentation.
602
603 20170930
604         + fix a symbol conflict that made ncurses.c C/c menu not work with
605           Solaris xpg4 curses.
606         + add refresh() call to dots_mvcur.c, needed to use mvcur() with
607           Solaris xpg4 curses after calling newterm().
608         + minor fixes for configure script from work on ncurses-examples and
609           tin.
610         + improve animation in test/xmas.c by adding a time-delay in blinkit().
611         + modify several test programs to reflect that ncurses honors existing
612           signal handlers in initscr(), while other implementations do not.
613         + modify bs.c to make it easier to quit.
614         + change ncurses-examples to use attr_t vs chtype to follow X/Open
615           documentation more closely since Solaris xpg4-curses uses different
616           values for WA_xxx vs A_xxx that rely on attr_t being an unsigned
617           short.  Tru64 aka OSF1, HPUX, AIX did as ncurses does, equating the
618           two sets.
619
620 20170923
621         + modify menu for test/ncurses.c to fit on 24-line screen.
622         + build-fix for configure --with-caps=uwin
623         + add options to test_arrays.c, for selecting termcap vs terminfo, etc.
624
625 20170916
626         + minor fix to test/filter.c to avoid clearing the command in one case.
627         + modify filter() to discard clr_eos if back_color_erase is set.
628
629 20170909
630         + improve wide-character implementation of myADDNSTR() in frm_driver.c,
631           which was inconsistent with the normal implementation.
632         + save/restore cursor position in Undo_Justification(), matching
633           behavior of Buffer_To_Window() (report by Leon Winter).
634         + modify test/knight to provide the "slow" solution for small screens
635           using "R", noting that Warnsdorf's method is easily done with "a".
636         + modify several test-programs which call use_default_colors() to
637           consistently do this only if "-d" option is given.
638         + additional changes to test with non-standard variants of curses:
639           + modify a loop limit in firework.c to work around absense of limit
640             checks in some libraries.
641           + fill the last row of a window with "?" in firstlast if waddch does
642             not return ERR on the lower-right corner.
643         + add checks in test/configure for some functions not in 4.3BSD curses.
644         + fix a regression in test/configure (cf: 20170826).
645
646 20170902
647         + amend change for endwin-state for better consistency with the older
648           logic (report/patch by Jeb Rosen, cf: 20170722).
649         + modify check in fmt_entry() to handle a cancelled reset string
650           (Debian #873746).  Make similar fixes in other parts of dump_entry.c
651           and tput.c
652
653 20170827
654         + fix a bug in repeat_char logic (cf: 20170729, report by Chris Clayton).
655
656 20170826
657         + fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
658         + corrected a warning from tic about keys which are the same, to skip
659           over missing/cancelled values.
660         + add check in tic for unnecessary use of "2" to denote a shifted
661           special key.
662         + improve checks in trim_sgr0, comp_parse.c and parse_entry.c, for
663           cancelled string capabilities.
664         + add check in _nc_parse_entry() for invalid entry name, setting the
665           name to "invalid" to avoid problems storing entries.
666         + add/improve checks in tic's parser to address invalid input
667           + add a check in comp_scan.c to handle the special case where a
668             nontext file ending with a NUL rather than newline is given to tic
669             as input (Redhat #1484274).
670           + allow for cancelled capabilities in _nc_save_str (Redhat #1484276).
671           + add validity checks for "use=" target in _nc_parse_entry (Redhat
672             #1484284).
673           + check for invalid strings in postprocess_termcap (Redhat #1484285)
674           + reset secondary pointers on EOF in next_char() (Redhat #1484287).
675           + guard _nc_safe_strcpy() and _nc_safe_strcat() against calls using
676             cancelled strings (Redhat #1484291).
677         + correct typo in curs_memleaks.3x (Sven Joachim).
678         + improve test/configure checks for some curses variants not based on
679           X/Open Curses.
680         + add options for test/configure to disable checks for form, menu and
681           panel libraries.
682
683 20170819
684         + update "iterm" entry -TD
685         + add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
686         + regenerate llib-* files.
687         + regenerate HTML manpages.
688         + improve picsmap test-program:
689           + reduce memory used for tsearch
690           + add report in log file showing cumulative color coverage.
691         + add -x option to clear/tput to make the E3 extension optional
692           (cf: 20130622).
693         + add options -T and -V to clear command for compatibility with tput.
694         + add usage message to clear command (Debian #371855).
695         + improve usage messages for tset and tput.
696         + minor fixes to "RGB" extension and reset_color_pairs().
697
698 20170812
699         + improve description of -R option in infocmp manual page (report by
700           Stephane Chazelas).
701         + add reset_color_pairs() function.
702         + add user_caps.5 manual page to document the terminfo extensions used
703           by ncurses.
704         + improve build scripts, using SIGQUIT vs SIGTRAP; add other configure
705           script fixes from work on xterm, lynx and tack.
706         + modify install-rule for ncurses-examples to put the data files in
707           /usr/share/ncurses-examples
708         + improve tracemunch, by changing address-parameters of add_wch(),
709           color_content() and pair_content() to dummy parameters.
710         + minor optimization to _nc_change_pair, to return quickly when the
711           current screen is marked for clearing.
712         + in-progress changes to improve performance of test/picsmap.c for
713           loading image files.
714         + modify allocation for SCREEN's color-pair table to start small, grow
715           on demand up to the existing limit.
716         + add "RGB" extension capability for direct-color support, use this to
717           improve color_content().
718         + improve picsmap test-program:
719           + if no palette file is needed, attempt to load one based on $TERM,
720             checking first in the current directory, then by adding ".dat"
721             suffix, and finally in the data-directory, e.g.,
722             /usr/share/ncurses-examples
723           + add "-l" option for logging
724           + add "-d" option for debugging
725           + add "-s" option for stepping automatically through list of images,
726             with time delay.
727           + use tsearch to improve time for loading color table for images.
728         + update config.guess, config.sub from
729                 http://git.savannah.gnu.org/cgit/config.git
730
731 20170729
732         + update interix entry using tack and SFU on Windows 7 Ultimate -TD
733         + use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
734         + add "rep" to xterm-new, available since 1997/01/26 -TD
735         + move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
736           Williams) -TD
737         + add a check in newline_forces_scroll() in case a program moves the
738           cursor outside scrolling margins (report by Robert King).
739         + improve _nc_tparm_analyze, using that to extend the checks made by
740           tic for reporting inconsistencies between the expected number of
741           parameters for a capability and the actual.
742         + amend handling of repeat_char capability in EmitRange (adapted from
743           report/patch by Dick Wesseling):
744           + translate the character to the alternate character set when the
745             alternate character set is enabled.
746           + do not use repeat_char for characters past 255.
747         + document "_nc_free_tinfo" in manual page, because it could be used in
748           tack for memory-leak checking.
749         + add "--without-tack" configure option to refine "--with-progs"
750           configure option.  Normally tack is no longer built in-tree, but
751           a few packagers combine it during the build.  If term_entry.h is
752           installed, there is no advantage to in-tree builds.
753         + adjust configure-script to define HAVE_CURSES_DATA_BOOLNAMES symbol
754           needed for tack 1.08 when built in-tree.  Rather than relying upon
755           internal "_nc_" functions, tack now uses the boolean, number and
756           string capability name-arrays provided by ncurses and SVr4 Unix
757           curses.  It still uses term_entry.h for the definitions of the
758           extended capability arrays.
759         + add an overlooked null-pointer check in mvcur changes from 20170722
760
761 20170722
762         + improve test-packages for ncurses-examples and AdaCurses for lintian
763         + modify logic for endwin-state to be able to detect the case where
764           the screen was never initialized, using that to trigger a flush of
765           ncurses' buffer for mvcur, e.g., in test/dots_mvcur.c for the
766           term-driver configuration.
767         + add dependency upon ncurses_cfg.h to a few other internal header
768           files to allow each to be compiled separately.
769         + add dependency upon ncurses_cfg.h to tic's header-files; any program
770           using tic-library will have to supply this file.  Legacy tack
771           versions supply this file; ongoing tack development has dropped the
772           dependency upon tic-library and new releases will not be affected.
773
774 20170715
775         + modify command-line parameters for "convert" used in picsmap to work
776           with ImageMagick 6.8 and newer.
777         + fix build-problem with tack and ABI-5 (Debian #868328).
778         + repair termcap-format from tic/infocmp broken in 20170701 fixes
779           (Debian #868266).
780         + reformat terminfo.src with 20170513 updates.
781         + improve test-packages to address lintian warnings.
782
783 20170708
784         + add a note to tic manual page about -W versus -f options.
785         + correct a limit-check in fixes from 20170701 (report by Sven Joachim).
786
787 20170701
788         + modify update_getenv() in db_iterator.c to ensure that environment
789           variables which are not initially set will be checked later if an
790           application happens to set them (patch by Guillaume Maudoux).
791         + remove initialization-check for calling napms() in the term-driver
792           configuration; none is needed.
793         + add help-screen to test/test_getstr.c and test/test_get_wstr.c
794         + improve compatibility between different configurations of new_prescr,
795           fixing a case with threaded code and term-driver where c++/demo did
796           not work (cf: 20160213).
797         + the fixes for Redhat #1464685 obscured a problem subsequently
798           reported in Redhat #1464687; the given test-case was no longer
799           reproducible.  Testing without the fixes for the earlier reports
800           showed a problem with buffer overflow in dump_entry.c, which is
801           addressed by reducing the use of a fixed-size buffer.
802         + add/improve checks in tic's parser to address invalid input
803           (Redhat #1464684, #1464685, #1464686, #1464691).
804           + alloc_entry.c, add a check for a null-pointer.
805           + parse_entry.c, add several checks for valid pointers as well as
806             one check to ensure that a single character on a line is not
807             treated as the 2-character termcap short-name.
808         + fix a memory leak in delscreen() (report by Bai Junq).
809         + improve tracemunch, showing thread identifiers as names.
810         + fix a use-after-free in NCursesMenu::~NCursesMenu()
811         + further amend incorrect calls for memory-leaks from 20170617 changes
812           (report by Allen Hewes).
813
814 20170624
815         + modify c++/etip.h.in to accommodate deprecation of throw() and
816           throws() in c++17 (prompted by patch by Romain Geissler).
817         + remove some incorrect calls for memory-leaks from 20170617 changes
818           (report by Allen Hewes).
819         + add test-programs for termattrs and term_attrs.
820         + modify _nc_outc_wrapper to use the standard output if the screen was
821           not initialized, rather than returning an error.
822         + improve checks for low-level terminfo functions when the terminal
823           has not been initialized (Redhat #1345963).
824         + modify make_hash to allow building with address-sanitizer,
825           assuming that --disable-leaks is configured.
826         + amend changes for number_format() in 20170506 to avoid undefined
827           behavior when shifting (patch by Emanuele Giaquinta).
828
829 20170617
830         + fill in some places where TERMTYPE2 vs TERMTYPE was not used
831           (report by Allen Hewes).
832         + use ExitTerminfo() internally in error-exits for ncurses' setupterm
833           to help with leak checking.
834         + use ExitProgram() in error-exit from initscr() to help with leak
835           checking.
836         + review test-programs, adding checks for cases where the terminal
837           cannot be initialized.
838
839 20170610
840         + add option "-xp" to picsmap.c, to use init_extended_pair().
841         + make simple performance fixes for picsmap.c
842         + improve aspect ratio of images read from "convert" in picsmap.c
843
844 20170603
845         + add option to picsmap to use color-palette files, e.g., for mapping
846           to xterm-256color.
847         + move the data in SCREEN used for the alloc_pair() function to the
848           end, to restore compatibility between ncurses/ncursesw libtinfo
849           (report/patch by Miroslav Lichvar).
850         + add build-time utility "report_offsets" to help show when the various
851           configurations of tinfo library are compatible or not.
852
853 20170527
854         + improved test/picsmap.c:
855           + lookup named colors for xpm files in rgb.txt
856           + accept blanks in color-keys for xpm files.
857           + if neither xbm/xpm work, try "convert", which may be available.
858
859 20170520
860         + modify test/picsmap.c to read xpm files.
861         + modify package/debian/* to create documentation packages, so the
862           related files can be checked with lintian.
863         + fix some typos in manpages (report/patch by Sven Joachim).
864
865 20170513
866         + add test/picsmap.c to fill in some testing issues not met by dots.
867           The initial version reads X bitmap (".xbm") files.
868         + repair logic which forces a repaint where a color-pair's content is
869           changed (cf: 20170311).
870         + improve tracemunch, showing screenXX pointers as names.
871
872 20170506
873         + modify tic/infocmp display of numeric values to use hexadecimal when
874           they are "close" to a power of two, making the result more readable.
875         + improve discussion of portability in curs_mouse.3x
876         + change line-length for generated html/manpages to 78 columns from 65.
877         + improve discussion of line-drawing characters in curs_add_wch.3x
878           (prompted by discussion with Lorinczy Zsigmond).
879         + cleanup formatting of hackguide.html and ncurses-intro.html
880         + add examples for WACS_D_PLUS and WACS_T_PLUS to test/ncurses.c
881
882 20170429
883         + corrected a case where $with_gpm was set to "maybe" after CF_WITH_GPM,
884           overlooked in 20160528 fixes (report by Alexandre Bury).
885         + improve a couple of test-program's help-messages.
886         + corrected loop in rain.c from 20170415 changes.
887         + modify winnstr and winchnstr to return error if the output pointer is
888           null, as well as adding a null pointer check of the window pointer
889           for better compatibility with other implementations.
890         + improve discussion of NetBSD curses in scr_dump.5
891         + modify LIMIT_TYPED macro in new_pair.h to avoid changing sign of the
892           value to be limited (reports by Darby Payne, Rob Boudreau).
893         + update config.guess, config.sub from
894                 http://git.savannah.gnu.org/cgit/config.git
895
896 20170422
897         + build-fix for termcap-configuration (report by Chi-Hsuan Yen).
898         + improve terminfo manual page discussion of control- and graphics-
899           characters.
900         + remove tic warning about "^?" in string capabilities, which was
901           marked as an extension (cf: 20000610, 20110820); however all Unix
902           implementations support this and X/Open Curses does not address it.
903           On the other hand, termcap never did support this feature.
904         + correct missing comma-separator between string capabilities in
905           icl6402 and m2-nam -TD
906         + restore rmir/smir in ansi+idc to better match original ansiterm+idc,
907           add alias ansiterm (report by Robert King).
908         + amend an old check for ambiguous use of "ma" in terminfo versus
909           a termcap use, if the capability is cancelled to treat it as number.
910         + correct a case in _nc_captoinfo() which read "%%" and emitted "%".
911         + modify sscanf calls in _nc_infotocap() for patterns "%{number}%+%c"
912           and "%'char'%+%c" to check that the final character is really 'c',
913           avoiding a case in icl6404 which cannot be converted to termcap.
914         + in _nc_infotocap(), add a check to ensure that terminfo "^?" is not
915           written to termcap, because the BSDs did not implement that.
916         + in _nc_tic_expand() and _nc_infotocap(), improve string-length check
917           when deciding whether to use "^X" or "\xxx" format for control
918           characters, to make the output of tic/infocmp more predictable.
919         + limit termcap "%d" width to 2 digits on input, and use "%2" in
920           preference to "%02" on output.
921         + correct terminfo/termcap conversion of "%02" and "%03" into "%2" and
922           "%3"; the result repeated the last character.
923         + add man/scr_dump.5 to document screen-dump format.
924
925 20170415
926         + modify several test programs to use new popup_msgs, adapted from
927           help-screen used in test/edit_field.c
928         + drop two symbols obsoleted in 2004: _nc_check_termtype, and
929           _nc_resolve_uses
930         + fix some old copyright dates (cf: 20031025).
931         + build-fixes for test/savescreen.c to work with AIX and HPUX.
932         + minor fix to configure script, adding a backslash/continuation.
933         + extend TERMINAL structure for ABI 6 to store numbers internally as
934           integers rather than short, by adding new data for this purpose.
935         + more fixes for minor memory-leaks in test-programs.
936
937 20170408
938         + change logic in wins_nwstr() to avoid addressing data past the output
939           of mbstowcs().
940         + correct a call to setcchar() in Data_Entry_w() from 20131207 changes.
941         + fix minor memory-leaks in test-programs.
942         + further improve ifdef in term_entry.h for internal definitions not
943           used by tack.
944
945 20170401
946         + minor fixes for vt100+4bsd, e.g., delay in sgr for consistency -TD
947         + add smso for env230, to match sgr -TD
948         + remove p7/protect from sgr in fbterm -TD
949         + drop setf/setb from fbterm; setaf/setab are enough -TD
950         + make xterm-pcolor sgr consistent with other capabilities -TD
951         + add rmxx/smxx ECMA-48 strikeout extension to tmux and xterm-basic
952           (discussion with Nicholas Marriott)
953         + add test-programs sp_tinfo and extended_color
954         + modify no-leaks code for lib_cur_term.c to account for the tgetent()
955           cache.
956         + modify setupterm() to save original tty-modes so that erasechar()
957           works as expected.  Also modify _nc_setupscreen() to avoid redundant
958           calls to get original tty-modes.
959         + modify set_curterm() to update ttytype[] data used by longname().
960         + modify wattr_set() and wattr_get() to return ERR if win-parameter is
961           null, as documented.
962         + improve cast used for null-pointer checks in header macros, to
963           reduce compiler warnings.
964         + modify several functions, using the reserved "opts" parameter to pass
965           color- and pair-values larger than 16-bits:
966           + getcchar(), setcchar(), slk_attr_set(), vid_puts(), wattr_get(),
967             wattr_set(), wchgat(), wcolor_set().
968           + Other functions call these with the corresponding altered behavior,
969             including chgat(), mvchgat(), mvwchgat(), slk_color_on(),
970             slk_color_off(), vid_attr().
971         + add new functions for manipulating color- and pair-values larger
972           than 16-bits.  These are extended_color_content(),
973           extended_pair_content(), extended_slk_color(), init_extended_color(),
974           init_extended_pair(), and the corresponding sp-funcs.
975
976 20170325
977         + fix a memory leak in the window-list when creating multiple screens
978           (reports by Andres Martinelli, Debian #783486).
979         + reviewed calls from link_test.c, added a few more null-pointer
980           checks.
981         + add a null-pointer check in ungetmouse, in case mousemask was not
982           called (report by "Kau").
983         + updated curs_sp_funcs.3x for new functions.
984
985 20170318
986         + change TERMINAL structure in term.h to make it opaque.  Some
987           applications misuse its members, e.g., directly modifying it
988           rather than using def_prog_mode().
989         + modify utility headers such as tic.h to make it clearer which are
990           externals that are used by tack.
991         + improve curs_slk.3x in particular its discussion of portability.
992         + fix cut/paste in legacy_encoding.3x
993         + add prototype for find_pair() to new_pair.3x (report by Branden
994           Robinson).
995         + fix a couple of broken links in generated man-html documentation.
996         + regenerate man-html documentation.
997
998 20170311
999         + modify vt100 rs2 string to reset vt52 mode and scrolling regions
1000           (report/analysis by Robert King) -TD
1001         + add vt100+4bsd building block, use that for older terminals rather
1002           than "vt100" which is now mostly used as a building block for
1003           terminal emulators -TD
1004         + correct a few spelling errors in terminfo.src comments -TD
1005         + add fbterm -TD
1006         + fix a typo in ncurses.c test_attr legend (patch by Petr Vanek).
1007         + changed internal colorpair_t to a struct, eliminating an internal
1008           8-bit limit on colors
1009         + add ncurses/new_pair.h
1010         + add ncurses/base/new_pair.c with alloc_pair(), find_pair() and
1011           free_pair() functions
1012         + add test/demo_new_pair.c
1013
1014 20170304
1015         + improve terminfo manual description of terminfo syntax.
1016         + clarify the use of wint_t vs wchar_t in curs_get_wstr.3x
1017         + improve description of endwin() in manual.
1018         + modify setcchar() and getcchar() to treat negative color-pair as an
1019           error.
1020         + fix a typo in include/hashed_db.h (Andre Sa).
1021
1022 20170225
1023         + fixes for CF_CC_ENV_FLAGS (report by Ross Burton).
1024
1025 20170218
1026         + fix several formatting issues with manual pages.
1027         + correct read of terminfo entry in which all strings are absent or
1028           explicitly cancelled.  Before this fix, the result was that all were
1029           treated as only absent.
1030         + modify infocmp to suppress mixture of absent/cancelled capabilities
1031           that would only show as "NULL, NULL", unless the -q option is used,
1032           e.g., to show "-, @" or "@, -".
1033
1034 20170212
1035         + build-fixes for PGI compilers (report by Adam J. Stewart)
1036           + accept whitespace in sed expression for generating expanded.c
1037           + modify configure check that g++ compiler warnings are not used.
1038           + add configure check for -fPIC option needed for shared libraries.
1039         + let configure --disable-ext-funcs override the default for the
1040           --enable-sp-funcs option.
1041         + mark some structs in form/menu/panel libraries as potentially opaque
1042           without modifying API/ABI.
1043         + add configure option --enable-opaque-curses for ncurses library and
1044           similar options for the other libraries.
1045
1046 20170204
1047         + trim newlines, tabs and escaped newlines from terminfo "paths" passed
1048           to db-iterator.
1049         + ignore zero-length files in db-iterator; these are useful for
1050           instance to suppress "$HOME/.terminfo" when not wanted.
1051         + amended "b64:" encoder to work with the terminfo reader.
1052         + modify terminfo reader to accept "b64:" format using RFC-3548 in
1053           as well as RFC-4648 url/filename-safe format.
1054         + modify terminfo reader to accept "hex:" format as generated by
1055           "infocmp -0qQ1" (cf: 20150905).
1056         + adjust authors comment to reflect drop below 1% for SV.
1057
1058 20170128
1059         + minor comment-fixes to help automate links to bug-urls -TD
1060         + add dvtm, dvtm-256color -TD
1061         + add settings corresponding to xterm-keys option to tmux entry to
1062           reflect upcoming change to make that option "on" by default
1063           (patch by Nicholas Marriott).
1064         + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
1065         + add dumb-emacs-ansi -TD
1066
1067 20170121
1068         + improve discussion of early history of tput program.
1069         + incorporate A_COLOR mask into COLOR_PAIR(), in case user application
1070           provides an out-of-range pair number (report by Elijah Stone).
1071         + clarify description in tput manual page regarding support for
1072           termcap names (prompted by FreeBSD #214709).
1073         + remove a restriction in tput's support for termcap names which
1074           omitted capabilities normally not shown in termcap translations
1075           (cf: 990123).
1076         + modify configure script for clang as used on FreeBSD, to work around
1077           clang's differences in exit codes vs gcc.
1078
1079 20170114
1080         + improve discussion of early history of tset/reset programs.
1081         + clarify in manual pages that the optional verbose option level is
1082           available only when ncurses is configured for tracing.
1083         + amend change from 20161231 to avoid writing traces to the standard
1084           error after initializing the trace feature using the environment
1085           variable.
1086
1087 20170107
1088         + amend changes for tput to reset tty modes to "sane" if the program
1089           is run as "reset", like tset.  Likewise, ensure that tset sends
1090           either reset- or init-strings.
1091         + improve manual page descriptions of tput init/reset and tset/reset,
1092           to make it easier to see how they are similar and different.
1093         + move a static result from key_name() to _nc_globals
1094         + modify _nc_get_screensize to allow for use_env() and use_tioctl()
1095           state to be per-screen when sp-funcs are configured, better matching
1096           the behavior when using the term-driver configuration.
1097         + improve cross-references in manual pages for often used functions
1098         + move SCREEN field for use_tioctl() data before the ncursesw fields,
1099           and limit that to the sp-funcs configuration to improve termlib
1100           compatibility (cf:  20120714).
1101         + correct order of initialization for traces in use_env() and
1102           use_tioctl() versus first trace calls.
1103
1104 20161231
1105         + fix errata for ncurses-howto (report by Damien Ruscoe).
1106         + fix a few places in configure/build scripts where DESTDIR and rpath
1107           were combined (report by Thomas Klausner).
1108         + merge current st description (report by Harry Gindi) -TD
1109         + modify flash capability for linux and wyse entries to put the delay
1110           between the reverse/normal escapes rather than after -TD
1111         + modify program tabs to pass the actual tty file descriptor to
1112           setupterm rather than the standard output, making padding work
1113           consistently.
1114         + explain in clear's manual page that it writes to stdout.
1115         + add special case for verbose debugging traces of command-line
1116           utilities which write to stderr (cf: 20161126).
1117         + remove a trace with literal escapes from skip_DECSCNM(), added in
1118           20161203.
1119         + update config.guess, config.sub from
1120                 http://git.savannah.gnu.org/cgit/config.git
1121
1122 20161224
1123         + correct parameters for copywin call in _nc_Synchronize_Attributes()
1124           (patch by Leon Winter).
1125         + improve color-handling section in terminfo manual page (prompted by
1126           patch by Mihail Konev).
1127         + modify programs clear, tput and tset to pass the actual tty file
1128           descriptor to setupterm rather than the standard output, making
1129           padding work.
1130
1131 20161217
1132         + add tput-colorcube demo script.
1133         + add -r and -s options to tput-initc demo, to match usage in xterm.
1134         + flush the standard output in _nc_flush for the case where SP is zero,
1135           e.g., when called via putp.  This fixes a scenario where "tput flash"
1136           did not work after changes in 20130112.
1137
1138 20161210
1139         + add configure script option --disable-wattr-macros for use in cases
1140           where one wants to use the same headers for ncurses5/ncurses6
1141           development, by suppressing the wattr* macros which differ due to
1142           the introduction of extended colors (prompted by comments in
1143           Debian #230990, Redhat #1270534).
1144         + add test/tput-initc to demonstrate tput used to initialize palette
1145           from a data file.
1146         + modify test/xterm*.dat to use the newer color4/color12 values.
1147
1148 20161203
1149         + improve discussion of field validation in form_driver.3x manual page.
1150         + update curs_trace.3x manual page.
1151
1152 20161126
1153         + modify linux-16color to not mask dim, standout or reverse with the
1154           ncv capability -TD
1155         + add 0.1sec mandatory delay to flash capabilities using the VT100
1156           reverse-video control -TD
1157         + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
1158           entry, to avoid conflict with the user-defined mapping.  The reset
1159           feature will use ISO-8859-1 in any case (Mikulas Patocka).
1160         + improve check in tic for delays by also warning about beep/flash
1161           when a delay is not embedded, or if those use the VT100 reverse
1162           video escape without using a delay.
1163         + minor fix for syntax-check of delays from 20161119 changes.
1164         + modify trace() to avoid overwriting existing file (report by Maor
1165           Shwartz).
1166
1167 20161119
1168         + add check in tic for some syntax errors of delays, as well as use of
1169           proportional delays for non-line capabilities.
1170         + document history of the clear program and the E3 extension, prompted
1171           by various discussions including
1172           http://unix.stackexchange.com/questions/87469/clearing-the-old-scrollback-buffer
1173
1174 20161112
1175         + improve -W option in tic/infocmp:
1176           + correct order of size-adjustments in wrapped lines
1177           + if -f option splits line, do not further split it with -W
1178           + begin a new line when adding "use=" after a wrapped line
1179
1180 20161105
1181         + fix typo in man/terminfo.tail (Alain Williams).
1182         + correct program-name in adacurses6-config.1 manual page.
1183
1184 20161029
1185         + add new function "unfocus_current_field" (Leon Winter)
1186
1187 20161022
1188         + modify tset -w (and tput reset) to update the program's copy of the
1189           screensize if it was already set in the system, to improve tabstop
1190           setting which relies upon knowing the actual screensize.
1191         + add functionality of tset -w to tput, like the "-c" feature this is
1192           not optional in tput.
1193         + add "clear" as a possible link/alias to tput.
1194         + improve tput's check for being called as "init" or "reset" to allow
1195           for transformed names.
1196         + split-out the "clear" function from progs/clear.c, share with
1197           tput to get the same behavior, e.g., the E3 extension.
1198
1199 20161015
1200         + amend internal use of tputs to consistently use the number of lines
1201           affected, e.g., for insert/delete character operations.  While
1202           merging terminfo source early in 1995, several descriptions used the
1203           "*" proportional delay for these operations, prompting a change in
1204           doupdate.
1205         + regenerate llib-* files.
1206         + regenerate HTML manpages.
1207         + fix several formatting issues with manual pages.
1208
1209 20161008
1210         + adjust size in infocmp/tic to work with strlcpy.
1211         + fix configure script to record when strlcat is found on OpenBSD.
1212         + build-fix for "recent" OpenBSD vs baudrate.
1213
1214 20161001
1215         + add -W option to tic/infocmp to force long strings to wrap.  This is
1216           in addition to the -w option which attempts to fit capabilities into
1217           a given line-length.
1218         + add linux-m1 minitel entries (patch by Alexandre Montaron).
1219         + correct rs2 string for vt100-nam -TD
1220
1221 20160924
1222         + modify _nc_tic_expand to escape comma if it immediately follows a
1223           percent sign, to work with minitel change.
1224         + updated minitel and viewdata descriptions (Alexandre Montaron).
1225
1226 20160917
1227         + build-fix for gnat6, which unhelpfully attempts to compile C files.
1228         + fix typo in 20160910 changes (Debian #837892, patch by Sven Joachim).
1229
1230 20160910
1231         + trim dead code ifdef'd with HIDE_EINTR since 970830 (discussion with
1232           Leon Winter).
1233         + trim some obsolete/incorrect wording about EINTR from wgetch manual
1234           page (patch by Leon Winter).
1235         + really correct 20100515 change (patch by Rich Coe).
1236         + add "--enable-string-hacks" option to test/configure
1237         + completed string-hacks for "sprintf", etc., including test-programs.
1238         + make "--enable-string-hacks" work with Debian by checking for the
1239           "bsd" library and its associated "<bsd/string.h>" header.
1240
1241 20160903
1242         + correct 20100515 change for weak signals versus sigprocmask (report
1243           by Rich Coe).
1244         + modify misc/Makefile.in to work around OpenBSD "make" which unlike
1245           all other versions of "make" does not recognize continuation lines
1246           of comments.
1247         + amend the last change to CF_C_ENV_FLAGS to move only the
1248           preprocessor, optimization and warning flags to CPPFLAGS and CFLAGS,
1249           leaving the residue in CC.  That happens to work for gcc's various
1250           "model" options, but may require tuning for other compilers (report
1251           by Sven Joachim).
1252
1253 20160827
1254         + add "v" menu entry to test/ncurses.c to show baudrate and other
1255           values.
1256         + add "newer" baudrate symbols from Linux and FreeBSD to progs/tset.c,
1257           lib_baudrate.c
1258         + modify CF_XOPEN_SOURCE macro:
1259           + add "uclinux" to case for "linux" (patch by Yann E. Morin)
1260           + modify _GNU_SOURCE for cygwin headers, tested with cygwin 2.3, 2.5
1261             (patch by Corinna Vinschen, from changes to tin).
1262         + improve CF_CC_ENV_FLAGS macro to allow for compiler wrappers such
1263           as "ccache" (report by Enrico Scholz).
1264         + update config.guess, config.sub from
1265                 http://git.savannah.gnu.org/cgit/config.git
1266
1267 20160820
1268         + update tput manual page to reflect changes to manipulate terminal
1269           modes by sharing functions with tset.
1270         + add the terminal-mode parts of "reset" (aka tset) to the "tput reset"
1271           command, making the two almost the same except for window-size.
1272         + adapt logic used in dialog "--keep-tite" option for test/filter.c as
1273           "-a" option.  When set, test/filter attempts to suppress the
1274           alternate screen.
1275         + correct a typo in interix entry -TD
1276
1277 20160813
1278         + add a dependency upon generated-sources in Ada95/src/Makefile.in to
1279           handle a case of "configure && make install".
1280         + trim trailing blanks from include/Caps*, to work around a problem
1281           in sed (Debian #818067).
1282
1283 20160806
1284         + improve CF_GNU_SOURCE configure macro to optionally define
1285           _DEFAULT_SOURCE work around a nuisance in recent glibc releases.
1286         + move the terminfo-specific parts of tput's "reset" function into
1287           the shared reset_cmd.c, making the two forms of reset use the same
1288           strings.
1289         + split-out the terminal initialization functions from tset as
1290           progs/reset_cmd.c, as part of changes to merge the reset-feature
1291           with tput.
1292
1293 20160730
1294         + change tset's initialization to allow it to get settings from the
1295           standard input as well as /dev/tty, to be more effective when
1296           output or error are redirected.
1297         + improve discussion of history and portability for tset/reset/tput
1298           manual pages.
1299
1300 20160723
1301         + improve error message from tset/reset when both stderr/stdout are
1302           redirected to a file or pipe.
1303         + improve organization of curs_attr.3x, curs_color.3x
1304
1305 20160709
1306         + work around Debian's antique/unmaintained version of mawk when
1307           building link_test.
1308         + improve test/list_keys.c, showing ncurses's convention of modifiers
1309           for special keys, based on xterm.
1310
1311 20160702
1312         + improve test/list_keys.c, using $TERM if no parameters are given.
1313
1314 20160625
1315         + build-fixes for ncurses "test_progs" rule.
1316         + amend change to CF_CC_ENV_FLAGS in 20160521 to make multilib build
1317           work (report by Sven Joachim).
1318
1319 20160618
1320         + build-fixes for ncurses-examples with NetBSD curses.
1321         + improve test/list_keys.c, fixing column-widths and sorting the list
1322           to make it more readable.
1323
1324 20160611
1325         + revise fix for Debian #805618 (report by Vlado Potisk, cf: 20151128).
1326         + modify test/ncurses.c a/A screens to make exiting on an escape
1327           character depend on the start of keypad and timeout modes, to allow
1328           better testing of function-keys.
1329         + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
1330           reset palette using "oc" string as in linux -TD
1331         + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
1332           that could be returned -TD
1333         + added a few capabilities fixed in recent vte -TD
1334
1335 20160604
1336         + correct logic for -f option in test/demo_terminfo.c
1337         + add test/list_keys.c
1338
1339 20160528
1340         + further workaround for PIE/PIC breakage which causes gpm to not link.
1341         + fix most cppcheck warnings, mostly style, in ncurses library.
1342
1343 20160521
1344         + improved manual page description of tset/reset versus window-size.
1345         + fixes to work with a slightly broken compiler configuration which
1346           cannot compile "Hello World!" without adding compiler options
1347           (report by Ola x Nilsson):
1348           + pass appropriate compiler options to the CF_PROG_CC_C_O macro.
1349           + when separating compiler and options in CF_CC_ENV_FLAGS, ensure
1350             that all options are split-off into CFLAGS or CPPFLAGS
1351           + restore some -I options removed in 20140726 because they appeared
1352             to be redundant.  In fact, they are needed for a compiler that
1353             cannot combine -c and -o options.
1354
1355 20160514
1356         + regenerate HTML manpages.
1357         + improve manual pages for wgetch and wget_wch to point out that they
1358           might return values without names in curses.h (Debian #822426).
1359         + make linux3.0 entry the default linux entry (Debian #823658) -TD
1360         + modify linux2.6 entry to improve line-drawing so that the linux3.0
1361           entry can be used in non-UTF-8 mode -TD
1362         + document return value of use_extended_names (report by Mike Gran).
1363
1364 20160507
1365         + amend change to _nc_do_color to restore the early return for the
1366           special case used in _nc_screen_wrap (report by Dick Streefland,
1367           cf: 20151017).
1368         + modify test/ncurses.c:
1369           + check return-value of putwin
1370           + correct ifdef which made the 'g' test's legend not reflect changes
1371             to keypad- and scroll-modes.
1372         + correct return-value of extended putwin (report by Mike Gran).
1373
1374 20160423
1375         + modify test/ncurses.c 'd' edit-color menu to optionally read xterm
1376           color palette directly from terminal, as well as handling KEY_RESIZE
1377           and screen-repainting with control/L and control/R.
1378         + add 'oc' capability to xterm+256color, allowing palette reset for
1379           xterm -TD
1380
1381 20160416
1382         + add workaround in configure script for inept transition to PIE vs
1383           PIC builds documented in
1384                   https://fedoraproject.org/wiki/Changes/Harden_All_Packages
1385         + add "reset" to list of programs whose names might change in manpages
1386           due to program-transformation configure options.
1387         + drop long-obsolete "-n" option from tset.
1388
1389 20160409
1390         + modify test/blue.c to use Unicode values for card-glyphs when
1391           available, as well as improving the check for CP437 and CP850.
1392
1393 20160402
1394         + regenerate HTML manpages.
1395         + improve manual pages for utilities with respect to POSIX versus
1396           X/Open Curses.
1397
1398 20160326
1399         + regenerate HTML manpages.
1400         + improve test/demo_menus.c, allowing mouse-click on the menu-headers
1401           to switch the active menu.  This requires a new extension option
1402           O_MOUSE_MENU to tell the menu driver to put mouse events which do not
1403           apply to the active menu back into the queue so that the application
1404           can handle the event.
1405
1406 20160319
1407         + improve description of tgoto parameters (report by Steffen Nurpmeso).
1408         + amend workaround for Solaris line-drawing to restore a special case
1409           that maps Unicode line-drawing characters into the acsc string for
1410           non-Unicode locales (Debian #816888).
1411
1412 20160312
1413         + modified test/filter.c to illustrate an alternative to getnstr, that
1414           polls for input while updating a clock on the right margin as well
1415           as responding to window size-changes.
1416
1417 20160305
1418         + omit a redefinition of "inline" when traces are enabled, since this
1419           does not work with gcc 5.3.x MinGW cross-compiling (cf: 20150912).
1420
1421 20160220
1422         + modify test/configure script to check for pthread dependency of
1423           ncursest or ncursestw library when building ncurses examples, e.g.,
1424           in case weak symbols are used.
1425         + modify configure macro for shared-library rules to use -Wl,-rpath
1426           rather than -rpath to work around a bug in scons (FreeBSD #178732,
1427           cf: 20061021).
1428         + double-width multibyte characters were not counted properly in
1429           winsnstr and wins_nwstr (report/example by Eric Pruitt).
1430         + update config.guess, config.sub from
1431                 http://git.savannah.gnu.org/cgit/config.git
1432
1433 20160213
1434         + amend fix for _nc_ripoffline from 20091031 to make test/ditto.c work
1435           in threaded configuration.
1436         + move _nc_tracebits, _tracedump and _tracemouse to curses.priv.h,
1437           since they are not part of the suggested ABI6.
1438
1439 20160206
1440         + define WIN32_LEAN_AND_MEAN for MinGW port, making builds faster.
1441         + modify test/ditto.c to allow $XTERM_PROG environment variable to
1442           override "xterm" as the name of the program to run in the threaded
1443           configuration.
1444
1445 20160130
1446         + improve formatting of man/curs_refresh.3x and man/tset.1 manpages
1447         + regenerate HTML manpages using newer man2html to eliminate some
1448           unwanted blank lines.
1449
1450 20160123
1451         + ifdef'd header-file definition of mouse_trafo() with NCURSES_NOMACROS
1452           (report by Corey Minyard).
1453         + fix some strict compiler-warnings in traces.
1454
1455 20160116
1456         + tidy up comments about hardcoded 256color palette (report by
1457           Leonardo Brondani Schenkel) -TD
1458         + add putty-noapp entry, and amend putty entry to use application mode
1459           for better consistency with xterm (report by Leonardo Brondani
1460           Schenkel) -TD
1461         + modify _nc_viscbuf2() and _tracecchar_t2() to trace wide-characters
1462           as a whole rather than their multibyte equivalents.
1463         + minor fix in wadd_wchnstr() to ensure that each cell has nonzero
1464           width.
1465         + move PUTC_INIT calls next to wcrtomb calls, to avoid carry-over of
1466           error status when processing Unicode values which are not mapped.
1467
1468 20160102
1469         + modify ncurses c/C color test-screens to take advantage of wide
1470           screens, reducing the number of lines used for 88- and 256-colors.
1471         + minor refinement to check versus ncv to ignore two parameters of
1472           SGR 38 and 48 when those come from color-capabilities.
1473
1474 20151226
1475         + add check in tic for use of bold, etc., video attributes in the
1476           color capabilities, accounting whether the feature is listed in ncv.
1477         + add check in tic for conflict between ritm, rmso, rmul versus sgr0.
1478
1479 20151219
1480         + add a paragraph to curs_getch.3x discussing key naming (discussion
1481           with James Crippen).
1482         + amend workaround for Solaris vs line-drawing to take the configure
1483           check into account.
1484         + add a configure check for wcwidth() versus the ncurses line-drawing
1485           characters, to use in special-casing systems such as Solaris.
1486
1487 20151212
1488         + improve CF_XOPEN_CURSES macro used in test/configure, to define as
1489           needed NCURSES_WIDECHAR for platforms where _XOPEN_SOURCE_EXTENDED
1490           does not work.  Also modified the test program to ensure that if
1491           building with ncurses, that the cchar_t type is checked, since that
1492           normally is since 20111030 ifdef'd depending on this test.
1493         + improve 20121222 workaround for broken acs, letting Solaris "work"
1494           in spite of its misconfigured wcwidth which marks all of the line
1495           drawing characters as double-width.
1496
1497 20151205
1498         + update form_cursor.3x, form_post.3x, menu_attributes.3x to list
1499           function names in NAME section (patch by Jason McIntyre).
1500         + minor fixes to manpage NAME/SYNOPSIS sections to consistently use
1501           rule that either all functions which are prototyped in SYNOPSIS are
1502           listed in the NAME section, or the manual-page name is the sole item
1503           listed in the NAME section.  The latter is used to reduce clutter,
1504           e.g., for the top-level library manual pages as well as for certain
1505           feature-pages such as SP-funcs and threading (prompted by patches by
1506           Jason McIntyre).
1507
1508 20151128
1509         + add option to preserve leading whitespace in form fields (patch by
1510           Leon Winter).
1511         + add missing assignment in lib_getch.c to make notimeout() work
1512           (Debian #805618).
1513         + add 't' toggle for notimeout() function in test/ncurses.c a/A screens
1514         + add viewdata terminal description (Alexandre Montaron).
1515         + fix a case in tic/infocmp for formatting capabilities where a
1516           backslash at the end of a string was mishandled.
1517         + fix some typos in curs_inopts.3x (Benno Schulenberg).
1518
1519 20151121
1520         + fix some inconsistencies in the pccon* entries -TD
1521         + add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
1522         + add keys f12-f124 to pccon+keys (Tati Chevron).
1523         + add test/test_sgr.c program to exercise all combinations of sgr.
1524
1525 20151107
1526         + modify tset's assignment to TERM in its output to reflect the name by
1527           which the terminal description is found, rather than the primary
1528           name.  That was an unnecessary part from the initial conversion of
1529           tset from termcap to terminfo.  The termcap program in 4.3BSD did
1530           this to avoid using the short 2-character name (report by Rich
1531           Burridge).
1532         + minor fix to configure script to ensure that rules for resulting.map
1533           are only generated when needed (cf: 20151101).
1534         + modify configure script to handle the case where tic-library is
1535           renamed, but the --with-debug option is used by itself without
1536           normal or shared libraries (prompted by comment in Debian #803482).
1537
1538 20151101
1539         + amend change for pkg-config which allows build of pc-files when no
1540           valid pkg-config library directory was configured to suppress the
1541           actual install if it is not overridden to a valid directory at
1542           install time (cf: 20150822).
1543         + modify editing script which generates resulting.map to work with the
1544           clang configuration on recent FreeBSD, which gives an error on an
1545           empty "local" section.
1546         + fix a spurious "(Part)" message in test/ncurses.c b/B tests due
1547           to incorrect attribute-masking.
1548
1549 20151024
1550         + modify MKexpanded.sh to update the expansion of a temporary filename
1551           to "expanded.c", for use in trace statements.
1552         + modify layout of b/B tests in test/ncurses.c to allow for additional
1553           annotation on the right margin; some terminals with partial support
1554           did not display well.
1555         + fix typo in curs_attr.3x (patch by Sven Joachim).
1556         + fix typo in INSTALL (patch by Tomas Cech).
1557         + improve configure check for setting WILDCARD_SYMS variable; on ppc64
1558           the variable is in the Data section rather than Text (patch by Michel
1559           Normand, Novell #946048).
1560         + using configure option "--without-fallbacks" incorrectly caused
1561           FALLBACK_LIST to be set to "no" (patch by Tomas Cech).
1562         + updated minitel entries to fix kel problem with emacs, and add
1563           minitel1b-nb (Alexandre Montaron).
1564         + reviewed/updated nsterm entry Terminal.app in OSX -TD
1565         + replace some dead URLs in comments with equivalents from the
1566           Internet Archive -TD
1567         + update config.guess, config.sub from
1568                 http://git.savannah.gnu.org/cgit/config.git
1569
1570 20151017
1571         + modify ncurses/Makefile.in to sort keys.list in POSIX locale
1572           (Debian #801864, patch by Esa Peuha).
1573         + remove an early-return from _nc_do_color, which can interfere with
1574           data needed by bkgd when ncurses is configured with extended colors
1575           (patch by Denis Tikhomirov).
1576         > fixes for OS/2 (patches by KO Myung-Hun)
1577         + use button instead of kbuf[0] in EMX-specific part of lib_mouse.c
1578         + support building with libtool on OS/2
1579         + use stdc++ on OS/2 kLIBC
1580         + clear cf_XOPEN_SOURCE on OS/2
1581
1582 20151010
1583         + add configure check for openpty to test/configure script, for ditto.
1584         + minor fixes to test/view.c in investigating Debian #790847.
1585         + update autoconf patch to 2.52.20150926, incorporates a fix for Cdk.
1586         + add workaround for breakage of POSIX makefiles by recent binutils
1587           change.
1588         + improve check for working poll() by using posix_openpt() as a
1589           fallback in case there is no valid terminal on the standard input
1590           (prompted by discussion on bug-ncurses mailing list, Debian #676461).
1591
1592 20150926
1593         + change makefile rule for removing resulting.map to distclean rather
1594           than clean.
1595         + add /lib/terminfo to terminfo-dirs in ".deb" test-package.
1596         + add note on portability of resizeterm and wresize to manual pages.
1597
1598 20150919
1599         + clarify in resizeterm.3x how KEY_RESIZE is pushed onto the input
1600           stream.
1601         + clarify in curs_getch.3x that the keypad mode affects ability to
1602           read KEY_MOUSE codes, but does not affect KEY_RESIZE.
1603         + add overlooked build-fix needed with Cygwin for separate Ada95
1604           configure script, cf: 20150606 (report by Nicolas Boulenguez)
1605
1606 20150912
1607         + fixes for configure/build using clang on OSX (prompted by report by
1608           William Gallafent).
1609           + do not redefine "inline" in ncurses_cfg.h; this was originally to
1610             solve a problem with gcc/g++, but is aggravated by clang's misuse
1611             of symbols to pretend it is gcc.
1612           + add braces to configure script to prevent unwanted add of
1613             "-lstdc++" to the CXXLIBS symbol.
1614           + improve/update test-program used for checking existence of stdc++
1615             library.
1616           + if $CXXLIBS is set, the linkage test uses that in addition to $LIBS
1617
1618 20150905
1619         + add note in curs_addch.3x about line-drawing when it depends upon
1620           UTF-8.
1621         + add tic -q option for consistency with infocmp, use it to suppress
1622           all comments from the "tic -I" output.
1623         + modify infocmp -q option to suppress the "Reconstructed from"
1624           header.
1625         + add infocmp/tic -Q option, which allows one to dump the compiled
1626           form of the terminal entry, in hexadecimal or base64.
1627
1628 20150822
1629         + sort options in usage message for infocmp, to make it simpler to
1630           see unused letters.
1631         + update usage message for tic, adding "-0" option.
1632         + documented differences in ESCDELAY versus AIX's implementation.
1633         + fix some compiler warnings from ports.
1634         + modify --with-pkg-config-libdir option to make it possible to install
1635           ".pc" files even if pkg-config is not found (adapted from patch by
1636           Joshua Root).
1637
1638 20150815
1639         + disallow "no" as a possible value for "--with-shlib-version" option,
1640           overlooked in cleanup-changes for 20000708 (report by Tommy Alex).
1641         + update release notes in INSTALL.
1642         + regenerate llib-* files to help with review for release notes.
1643
1644 20150810
1645         + workaround for Debian #65617, which was fixed in mawk's upstream
1646           releases in 2009 (report by Sven Joachim).  See
1647                 https://invisible-island.net/mawk/CHANGES.html#t20090727
1648
1649 20150808 6.0 release for upload to ftp.gnu.org
1650
1651 20150808
1652         + build-fix for Ada95 on older platforms without stdint.h
1653         + build-fix for Solaris, whose /bin/sh and /usr/bin/sed are non-POSIX.
1654         + update release announcement, summarizing more than 800 changes across
1655           more than 200 snapshots.
1656         + minor fixes to manpages, etc., to simplify linking from announcement
1657           page.
1658
1659 20150725
1660         + updated llib-* files.
1661         + build-fixes for ncurses library "test_progs" rule.
1662         + use alternate workaround for gcc 5.x feature (adapted from patch by
1663           Mikhail Peselnik).
1664         + add status line to tmux via xterm+sl (patch by Nicholas Marriott).
1665         + fixes for st 0.5 from testing with tack -TD
1666         + review/improve several manual pages to break up wall-of-text:
1667           curs_add_wch.3x, curs_attr.3x, curs_bkgd.3x, curs_bkgrnd.3x,
1668           curs_getcchar.3x, curs_getch.3x, curs_kernel.3x, curs_mouse.3x,
1669           curs_outopts.3x, curs_overlay.3x, curs_pad.3x, curs_termattrs.3x
1670           curs_trace.3x, and curs_window.3x
1671
1672 20150719
1673         + correct an old logic error for %A and %O in tparm (report by "zreed").
1674         + improve documentation for signal handlers by adding section in the
1675           curs_initscr.3x page.
1676         + modify logic in make_keys.c to not assume anything about the size
1677           of strnames and strfnames variables, since those may be functions
1678           in the thread- or broken-linker configurations (problem found by
1679           Coverity).
1680         + modify test/configure script to check for pthreads configuration,
1681           e.g., ncursestw library.
1682
1683 20150711
1684         + modify scripts to build/use test-packages for the pthreads
1685           configuration of ncurses6.
1686         + add references to ttytype and termcap symbols in demo_terminfo.c and
1687           demo_termcap.c to ensure that when building ncursest.map, etc., that
1688           the corresponding names such as _nc_ttytype are added to the list of
1689           versioned symbols (report by Werner Fink)
1690         + fix regression from 20150704 (report/patch by Werner Fink).
1691
1692 20150704
1693         + fix a few problems reported by Coverity.
1694         + fix comparison against "/usr/include" in misc/gen-pkgconfig.in
1695           (report by Daiki Ueno, Debian #790548, cf:  20141213).
1696
1697 20150627
1698         + modify configure script to remove deprecated ABI 5 symbols when
1699           building ABI 6.
1700         + add symbols _nc_Default_Field, _nc_Default_Form, _nc_has_mouse to
1701           map-files, but marked as deprecated so that they can easily be
1702           suppressed from ABI 6 builds (Debian #788610).
1703         + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
1704           from xterm-new (report by Richard Birkett) -TD
1705         + modify read_entry.c to set the error-return to -1 if no terminal
1706           databases were found, as documented for setupterm.
1707         + add test_setupterm.c to demonstrate normal/error returns from the
1708           setupterm and restartterm functions.
1709         + amend cleanup change from 20110813 which removed redundant definition
1710           of ret_error, etc., from tinfo_driver.c, to account for the fact that
1711           it should return a bool rather than int (report/analysis by Johannes
1712           Schindelin).
1713
1714 20150613
1715         + fix overflow warning for OSX with lib_baudrate.c (cf: 20010630).
1716         + modify script used to generate map/sym files to mark 5.9.20150530 as
1717           the last "5.9" version, and regenerated the files.  That makes the
1718           files not use ".current" for the post-5.9 symbols.  This also
1719           corrects the label for _nc_sigprocmask used in when weak symbols are
1720           configured for the ncursest/ncursestw libraries (prompted by
1721           discussion with Sven Joachim).
1722         + fix typo in NEWS (report by Sven Joachim).
1723
1724 20150606 pre-release
1725         + make ABI 6 the default by updates to dist.mk and VERSION, with the
1726           intention that the existing ABI 5 should build as before using the
1727           "--with-abi-version=5" option.
1728         + regenerate ada- and man-html documentation.
1729         + minor fixes to color- and util-manpages.
1730         + fix a regression in Ada95/gen/Makefile.in, to handle special case of
1731           Cygwin, which uses the broken-linker feature.
1732         + amend fix for CF_NCURSES_CONFIG used in test/configure to assume that
1733           ncurses package scripts work when present for cross-compiling, as the
1734           lessor of two evils (cf: 20150530).
1735         + add check in configure script to disallow conflicting options
1736           "--with-termlib" and "--enable-term-driver".
1737         + move defaults for "--disable-lp64" and "--with-versioned-syms" into
1738           CF_ABI_DEFAULTS macro.
1739
1740 20150530
1741         + change private type for Event_Mask in Ada95 binding to work when
1742           mmask_t is set to 32-bits.
1743         + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
1744         + add vte-2014, update vte to use that -TD
1745         + modify tic and infocmp to "move" a diagnostic for tparm strings that
1746           have a syntax error to tic's "-c" option (report by Daniel Pitts).
1747         + fix two problems with configure script macros (Debian #786436,
1748           cf: 20150425, cf: 20100529).
1749
1750 20150523
1751         + add 'P' menu item to test/ncurses.c, to show pad in color.
1752         + improve discussion in curs_color.3x about color rendering (prompted
1753           by comment on Stack Overflow forum):
1754         + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
1755         + add several screen.XXX entries to support the respective variations
1756           for 256 colors -TD
1757         + add putty+fnkeys* building-block entries -TD
1758         + add smkx/rmkx to capabilities analyzed with infocmp "-i" option.
1759
1760 20150516
1761         + amend change to ".pc" files to only use the extra loader flags which
1762           may have rpath options (report by Sven Joachim, cf: 20150502).
1763         + change versioning for dpkg's in test-packages for Ada95 and
1764           ncurses-examples for consistency with Debian, to work with package
1765           updates.
1766         + regenerate html manpages.
1767         + clarify handling of carriage return in waddch manual page; it was
1768           discussed only in the portability section (prompted by comment on
1769           Stack Overflow forum):
1770
1771 20150509
1772         + add test-packages for cross-compiling ncurses-examples using the
1773           MinGW test-packages.  These are only the Debian packages; RPM later.
1774         + cleanup format of debian/copyright files
1775         + add pc-files to the MinGW cross-compiling test-packages.
1776         + correct a couple of places in gen-pkgconfig.in to handle renaming of
1777           the tinfo library.
1778
1779 20150502
1780         + modify the configure script to allow different default values
1781           for ABI 5 versus ABI 6.
1782         + add wgetch-events to test-packages.
1783         + add a note on how to build ncurses-examples to test/README.
1784         + fix a memory leak in delscreen (report by Daniel Kahn Gillmor,
1785           Debian #783486) -TD
1786         + remove unnecessary ';' from E3 capabilities -TD
1787         + add tmux entry, derived from screen (patch by Nicholas Marriott).
1788         + split-out recent change to nsterm-bce as nsterm-build326, and add
1789           nsterm-build342 to reflect changes with successive releases of OSX
1790           (discussion with Leonardo B Schenkel)
1791         + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell, Debian
1792           #783806)
1793         + add sample "magic" file, to document ext-putwin.
1794         + modify gen-pkgconfig.in to add explicit -ltinfo, etc., to the
1795           generated ".pc" file when ld option "--as-needed" is used, or when
1796           ncurses and tinfo are installed without using rpath (prompted by
1797           discussion with Sylvain Bertrand).
1798         + modify test-package for ncurses6 to omit rpath feature when installed
1799           in /usr.
1800         + add OSX's "*.dSYM" to clean-rules in makefiles.
1801         + make extra-suffix work for OSX configuration, e.g., for shared
1802           libraries.
1803         + modify Ada95/configure script to work with pkg-config
1804         + move test-package for ncurses6 to /usr, since filename-conflicts have
1805           been eliminated.
1806         + corrected build rules for Ada95/gen/generate; it does not depend on
1807           the ncurses library aside from headers.
1808         + reviewed man pages, fixed a few other spelling errors.
1809         + fix a typo in curs_util.3x (Sven Joachim).
1810         + use extra-suffix in some overlooked shared library dependencies
1811           found by 20150425 changes for test-packages.
1812         + update config.guess, config.sub from
1813                 http://git.savannah.gnu.org/cgit/config.git
1814
1815 20150425
1816         + expanded description of tgetstr's area pointer in manual page
1817           (report by Todd M Lewis).
1818         + in-progress changes to modify test-packages to use ncursesw6 rather
1819           than ncursesw, with updated configure scripts.
1820         + modify CF_NCURSES_CONFIG in Ada95- and test-configure scripts to
1821           check for ".pc" files via pkg-config, but add a linkage check since
1822           frequently pkg-config configurations are broken.
1823         + modify misc/gen-pkgconfig.in to include EXTRA_LDFLAGS, e.g., for the
1824           rpath option.
1825         + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
1826         + add several key definitions to nsterm-bce to match preconfigured
1827           keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
1828         + fix repeated "extra-suffix" in ncurses-config.in (cf: 20150418).
1829         + improve term_variables manual page, adding section on the terminfo
1830           long-name symbols which are defined in the term.h header.
1831         + fix bug in lib_tracebits.c introduced in const-fixes (cf: 20150404).
1832
1833 20150418
1834         + avoid a blank line in output from tabs program by ending it with
1835           a carriage return as done in FreeBSD (patch by James Clarke).
1836         + build-fix for the "--enable-ext-putwin" feature when not using
1837           wide characters (report by Werner Fink).
1838         + modify autoconf macros to use scripting improvement from xterm.
1839         + add -brtl option to compiler options on AIX 5-7, needed to link
1840           with the shared libraries.
1841         + add --with-extra-suffix option to help with installing nonconflicting
1842           ncurses6 packages, e.g., avoiding header- and library-conflicts.
1843           NOTE: as a side-effect, this renames
1844                   adacurses-config to adacurses5-config and
1845                   adacursesw-config to adacursesw5-config
1846         + modify debian/rules test package to suffix programs with "6".
1847         + clarify in curs_inopts.3x that window-specific settings do not
1848           inherit into new windows.
1849
1850 20150404
1851         + improve description of start_color() in the manual.
1852         + modify several files in ncurses- and progs-directories to allow
1853           const data used in internal tables to be put by the linker into the
1854           readonly text segment.
1855
1856 20150329
1857         + correct cut/paste error for "--enable-ext-putwin" that made it the
1858           same as "--enable-ext-colors" (report by Roumen Petrov)
1859
1860 20150328
1861         + add "-f" option to test/savescreen.c to help with testing/debugging
1862           the extended putwin/getwin.
1863         + add logic for writing/reading combining characters in the extended
1864           putwin/getwin.
1865         + add "--enable-ext-putwin" configure option to turn on the extended
1866           putwin/getwin.
1867
1868 20150321
1869         + in-progress changes to provide an extended version of putwin and
1870           getwin which will be capable of reading screen-dumps between the
1871           wide/normal ncurses configurations.  These are text files, except
1872           for a magic code at the beginning:
1873           0       string          \210\210        Screen-dump (ncurses)
1874
1875 20150307
1876         + document limitations of getwin in manual page (prompted by discussion
1877           with John S Urban).
1878         + extend test/savescreen.c to demonstrate that color pair values
1879           and graphic characters can be restored using getwin.
1880
1881 20150228
1882         + modify win_driver.c to eliminate the constructor, to make it more
1883           usable in an application which may/may not need the console window
1884           (report by Grady Martin).
1885
1886 20150221
1887         + capture define's related to -D_XOPEN_SOURCE from the configure check
1888           and add those to the *-config and *.pc files, to simplify use for
1889           the wide-character libraries.
1890         + modify ncurses.spec to accommodate Fedora21's location of pkg-config
1891           directory.
1892         + correct sense of "--disable-lib-suffixes" configure option (report
1893           by Nicolas Boos, cf: 20140426).
1894
1895 20150214
1896         + regenerate html manpages using improved man2html from work on xterm.
1897         + regenerated ".map" and ".sym" files using improved script, accounting
1898           for the "--enable-weak-symbols" configure option (report by Werner
1899           Fink).
1900
1901 20150131
1902         + regenerated ".map" and ".sym" files using improved script, showing
1903           the combinations of configure options used at each stage.
1904
1905 20150124
1906         + add configure check to determine if "local: _*;" can be used in the
1907           ".map" files to selectively omit symbols beginning with "_".  On at
1908           least recent FreeBSD, the wildcard applies to all "_" symbols.
1909         + remove obsolete/conflicting rule for ncurses.map from
1910           ncurses/Makefile.in (cf:  20130706).
1911
1912 20150117
1913         + improve description in INSTALL of the --with-versioned-syms option.
1914         + add combination of --with-hashed-db and --with-ticlib to
1915           configurations for ".map" files (report by Werner Fink).
1916
1917 20150110
1918         + add a step to generating ".map" files, to declare any remaining
1919           symbols beginning with "_" as local, at the last version node.
1920         + improve configure checks for pkg-config, addressing a variant found
1921           with FreeBSD ports.
1922         + modify win_driver.c to provide characters for special keys, like
1923           ansi.sys, when keypad mode is off, rather than returning nothing at
1924           all (discussion with Eli Zaretskii).
1925         + add "broken_linker" and "hashed-db" configure options to combinations
1926           use for generating the ".map" and ".sym" files.
1927         + avoid using "ld" directly when creating shared library, to simplify
1928           cross-compiles.  Also drop "-Bsharable" option from shared-library
1929           rules for FreeBSD and DragonFly (FreeBSD #196592).
1930         + fix a memory leak in form library Free_RegularExpression_Type()
1931           (report by Pavel Balaev).
1932
1933 20150103
1934         + modify_nc_flush() to retry if interrupted (patch by Stian Skjelstad).
1935         + change map files to make _nc_freeall a global, since it may be used
1936           via the Ada95 binding when checking for memory leaks.
1937         + improve sed script used in 20141220 to account for wide-, threaded-
1938           variations in ABI 6.
1939
1940 20141227
1941         + regenerate ".map" files, using step overlooked in 20141213 to use
1942           the same patch-dates across each file to match ncurses.map (report by
1943           Sven Joachim).
1944
1945 20141221
1946         + fix an incorrect variable assignment in 20141220 changes (report by
1947           Sven Joachim).
1948
1949 20141220
1950         + updated Ada95/configure with macro changes from 20141213
1951         + tie configure options --with-abi-version and --with-versioned-syms
1952           together, so that ABI 6 libraries have distinct symbol versions from
1953           the ABI 5 libraries.
1954         + replace obsolete/nonworking link to man2html with current one,
1955           regenerate html-manpages.
1956
1957 20141213
1958         + modify misc/gen-pkgconfig.in to add -I option for include-directory
1959           when using both --prefix and --disable-overwrite (report by Misty
1960           De Meo).
1961         + add configure option --with-pc-suffix to allow minor renaming of
1962           ".pc" files and the corresponding library.  Use this in the test
1963           package for ncurses6.
1964         + modify configure script so that if pkg-config is not installed, it
1965           is still possible to install ".pc" files (report by Misty De Meo).
1966         + updated ".sym" files, removing symbols which are marked as "local"
1967           in the corresponding ".map" files.
1968         + updated ".map" files to reflect move of comp_captab and comp_hash
1969           from tic-library to tinfo-library in 20090711 (report by Sven
1970           Joachim).
1971
1972 20141206
1973         + updated ".map" files so that each symbol that may be shared across
1974           the different library configurations has the same label.  Some
1975           review is needed to ensure these are really compatible.
1976         + modify MKlib_gen.sh to work around change in development version of
1977           gcc introduced here:
1978                   https://gcc.gnu.org/ml/gcc-patches/2014-06/msg02185.html
1979                   https://gcc.gnu.org/ml/gcc-patches/2014-07/msg00236.html
1980           (reports by Marcus Shawcroft, Maohui Lei).
1981         + improved configure macro CF_SUBDIR_PATH, from lynx changes.
1982
1983 20141129
1984         + improved ".map" files by generating them with a script that builds
1985           ncurses with several related configurations and merges the results.
1986           A further refinement is planned, to make the tic- and tinfo-library
1987           symbols use the same versions across each of the four configurations
1988           which are represented (reports by Sven Joachim, Werner Fink).
1989
1990 20141115
1991         + improve description of limits for color values and color pairs in
1992           curs_color.3x (prompted by patch by Tim van der Molen).
1993         + add VERSION file, using first field in that to record the ABI version
1994           used for configure --with-libtool --disable-libtool-version
1995         + add configure options for applying the ".map" and ".sym" files to
1996           the ncurses, form, menu and panel libraries.
1997         + add ".map" and ".sym" files to show exported symbols, e.g., for
1998           symbol-versioning.
1999
2000 20141101
2001         + improve strict compiler-warnings by adding a cast in TRACE_RETURN
2002           and making a new TRACE_RETURN1 macro for cases where the cast does
2003           not apply.
2004
2005 20141025
2006         + in-progress changes to integrate the win32 console driver with the
2007           msys2 configuration.
2008
2009 20141018
2010         + reviewed terminology 0.6.1, add function key definitions.  None of
2011           the vt100-compatibility issues were improved -TD
2012         + improve infocmp conversion of extended capabilities to termcap by
2013           correcting the limit check against parametrized[], as well as filling
2014           in a check if the string happens to have parameters, e.g., "xm"
2015           in recent changes.
2016         + add check for zero/negative dimensions for resizeterm and resize_term
2017           (report by Mike Gran).
2018
2019 20141011
2020         + add experimental support for xterm's 1005 mouse mode, to use in a
2021           demonstration of its limitations.
2022         + add experimental support for "%u" format to terminfo.
2023         + modify test/ncurses.c to also show position reports in 'a' test.
2024         + minor formatting fixes to _nc_trace_mmask_t, make this function
2025           exported to help with debugging mouse changes.
2026         + improve behavior of wheel-mice for xterm protocol, noting that there
2027           are only button-presses for buttons "4" and "5", so there is no need
2028           to wait to combine events into double-clicks (report/analysis by
2029           Greg Field).
2030         + provide examples xterm-1005 and xterm-1006 terminfo entries -TD
2031         + implement decoder for xterm SGR 1006 mouse mode.
2032
2033 20140927
2034         + implement curs_set in win_driver.c
2035         + implement flash in win_driver.c
2036         + fix an infinite loop in win_driver.c if the command-window loses
2037           focus.
2038         + improve the non-buffered mode, i.e., NCURSES_CONSOLE2, of
2039           win_driver.c by temporarily changing the buffer-size to match the
2040           window-size to eliminate the scrollback.  Also enforce a minimum
2041           screen-size of 24x80 in the non-buffered mode.
2042         + modify generated misc/Makefile to suppress install.data from the
2043           dependencies if the --disable-db-install option is used, compensating
2044           for the top-level makefile changes used to add ncurses*-config in the
2045           20140920 changes (report by Steven Honeyman).
2046
2047 20140920
2048         + add ncurses*-config to bin-directory of sample package-scripts.
2049         + add check to ensure that getopt is available; this is a problem in
2050           some older cross-compiler environments.
2051         + expanded on the description of --disable-overwrite in INSTALL
2052           (prompted by reports by Joakim Tjernlund, Thomas Klausner).
2053           See Gentoo #522586 and NetBSD #49200 for examples.
2054           which relates to the clarified guidelines.
2055         + remove special logic from CF_INCLUDE_DIRS which adds the directory
2056           for the --includedir from the build (report by Joakim Tjernlund).
2057         + add case for Unixware to CF_XOPEN_SOURCE, from lynx changes.
2058         + update config.sub from
2059                 http://git.savannah.gnu.org/cgit/config.git
2060
2061 20140913
2062         + add a configure check to ignore some of the plethora of non-working
2063           C++ cross-compilers.
2064         + build-fixes for Ada95 with gnat 4.9
2065
2066 20140906
2067         + build-fix and other improvements for port of ncurses-examples to
2068           NetBSD.
2069         + minor compiler-warning fixes.
2070
2071 20140831
2072         + modify test/demo_termcap.c and test/demo_terminfo.c to make their
2073           options more directly comparable, and add "-i" option to specify
2074           a terminal description filename to parse for names to lookup.
2075
2076 20140823
2077         + fix special case where double-width character overwrites a single-
2078           width character in the first column (report by Egmont Koblinger,
2079           cf: 20050813).
2080
2081 20140816
2082         + fix colors in ncurses 'b' test which did not work after changing
2083           it to put the test-strings in subwindows (cf: 20140705).
2084         + merge redundant SEE-ALSO sections in form and menu manpages.
2085
2086 20140809
2087         + modify declarations for user-data pointers in C++ binding to use
2088           reinterpret_cast to facilitate converting typed pointers to void*
2089           in user's application (patch by Adam Jiang).
2090         + regenerated html manpages.
2091         + add note regarding cause and effect for TERM in ncurses manpage,
2092           having noted clueless verbiage in Terminal.app's "help" file
2093           which reverses cause/effect.
2094         + remove special fallback definition for NCURSES_ATTR_T, since macros
2095           have resolved type-mismatches using casts (cf: 970412).
2096         + fixes for win_driver.c:
2097           + handle repainting on endwin/refresh combination.
2098           + implement beep().
2099           + minor cleanup.
2100
2101 20140802
2102         + minor portability fixes for MinGW:
2103           + ensure WINVER is defined in makefiles rather than using headers
2104           + add check for gnatprep "-T" option
2105           + work around bug introduced by gcc 4.8.1 in MinGW which breaks
2106             "trace" feature:
2107             http://stackoverflow.com/questions/20877689/gcc-4-8-1-minggw-d-option-does-not-work-as-usual
2108         + fix most compiler warnings for Cygwin ncurses-examples.
2109         + restore "redundant" -I options in test/Makefile.in, since they are
2110           typically needed when building the derived ncurses-examples package
2111           (cf: 20140726).
2112
2113 20140726
2114         + eliminate some redundant -I options used for building libraries, and
2115           ensure that ${srcdir} is added to the include-options (prompted by
2116           discussion with Paul Gilmartin).
2117         + modify configure script to work with Minix3.2
2118         + add form library extension O_DYNAMIC_JUSTIFY option which can be
2119           used to override the different treatment of justification for static
2120           versus dynamic fields (adapted from patch by Leon Winter).
2121         + add a null pointer check in test/edit_field.c (report/analysis by
2122           Leon Winter, cf: 20130608).
2123
2124 20140719
2125         + make workarounds for compiling test-programs with NetBSD curses.
2126         + improve configure macro CF_ADD_LIBS, to eliminate repeated -l/-L
2127           options, from xterm changes.
2128
2129 20140712
2130         + correct Charable() macro check for A_ALTCHARSET in wide-characters.
2131         + build-fix for position-debug code in tty_update.c, to work with or
2132           without sp-funcs.
2133
2134 20140705
2135         + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
2136           video-attributes and colors with double-width character strings.
2137
2138 20140629
2139         + correct check in win_driver.c for saving screen contents, e.g., when
2140           NCURSES_CONSOLE2 is set (cf: 20140503).
2141         + reorganize b/B menu items in ncurses.c, putting the test-strings into
2142           subwindows.  This is needed for a planned change to use Unicode
2143           fullwidth characters in the test-screens.
2144         + correct update to form status for _NEWTOP, broken by fixes for
2145           compiler warnings (patch by Leon Winter, cf: 20120616).
2146
2147 20140621
2148         + change shared-library suffix for AIX 5 and 6 to ".so", avoiding
2149           conflict with the static library (report by Ben Lentz).
2150         + document RPATH_LIST in INSTALLATION file, as part of workarounds for
2151           upgrading an ncurses library using the "--with-shared" option.
2152         + modify test/ncurses.c c/C tests to cycle through subsets of the
2153           total number of colors, to better illustrate 8/16/88/256-colors by
2154           providing directly comparable screens.
2155         + add test/dots_curses.c, for comparison with the low-level examples.
2156
2157 20140614
2158         + fix dereference before null check found by Coverity in tic.c
2159           (cf: 20140524).
2160         + fix sign-extension bug in read_entry.c which prevented "toe" from
2161           reading empty "screen+italics" entry.
2162         + modify sgr for screen.xterm-new to support dim capability -TD
2163         + add dim capability to nsterm+7 -TD
2164         + cancel dim capability for iterm -TD
2165         + add dim, invis capabilities to vte-2012 -TD
2166         + add sitm/ritm to konsole-base and mlterm3 -TD
2167
2168 20140609
2169         > fix regression in screen terminfo entries (reports by Christian
2170           Ebert, Gabriele Balducci) -TD
2171         + revert the change to screen; see notes for why this did not work -TD
2172         + cancel sitm/ritm for entries which extend "screen", to work around
2173           screen's hardcoded behavior for SGR 3 -TD
2174
2175 20140607
2176         + separate masking for sgr in vidputs from sitm/ritm, which do not
2177           overlap with sgr functionality.
2178         + remove unneeded -i option from adacurses-config; put -a in the -I
2179           option for consistency (patch by Pascal Pignard).
2180         + update xterm-new terminfo entry to xterm patch #305 -TD
2181         + change format of test-scripts for Debian Ada95 and ncurses-examples
2182           packages to quilted to work around Debian #700177 (cf: 20130907).
2183         + build fix for form_driver_w.c as part of ncurses-examples package for
2184           older ncurses than 20131207.
2185         + add Hello World example to adacurses-config manpage.
2186         + remove unused --enable-pc-files option from Ada95/configure.
2187         + add --disable-gnat-projects option for testing.
2188         + revert changes to Ada95 project-files configuration (cf: 20140524).
2189         + corrected usage message in adacurses-config.
2190
2191 20140524
2192         + fix typo in ncurses manpage for the NCURSES_NO_MAGIC_COOKIE
2193           environment variable.
2194         + improve discussion of input-echoing in curs_getch.3x
2195         + clarify discussion in curs_addch.3x of wrapping.
2196         + modify parametrized.h to make fln non-padded.
2197         + correct several entries which had termcap-style padding used in
2198           terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
2199         + correct syntax for padding in some entries: dg211, h19 -TD
2200         + correct ti924-8 which had confused padding versus octal escapes -TD
2201         + correct padding in sbi entry -TD
2202         + fix an old bug in the termcap emulation; "%i" was ignored in tparm()
2203           because the parameters to be incremented were already on the internal
2204           stack (report by Corinna Vinschen).
2205         + modify tic's "-c" option to take into account the "-C" option to
2206           activate additional checks which compare the results from running
2207           tparm() on the terminfo expressions versus the translated termcap
2208           expressions.
2209         + modify tic to allow it to read from FIFOs (report by Matthieu Fronton,
2210           cf: 20120324).
2211         > patches by Nicolas Boulenguez:
2212         + explicit dereferences to suppress some style warnings.
2213         + when c_varargs_to_ada.c includes its header, use double quotes
2214           instead of <>.
2215         + samples/ncurses2-util.adb:  removed unused with clause.  The warning
2216           was removed by an obsolete pragma.
2217         + replaced Unreferenced pragmas with Warnings (Off).  The latter,
2218           available with older GNATs, needs no configure test.  This also
2219           replaces 3 untested Unreferenced pragmas.
2220         + simplified To_C usage in trace handling.  Using two parameters allows
2221           some basic formatting, and avoids a warning about security with some
2222           compiler flags.
2223         + for generated Ada sources, replace many snippets with one pure
2224           package.
2225         + removed C_Chtype and its conversions.
2226         + removed C_AttrType and its conversions.
2227         + removed conversions between int, Item_Option_Set, Menu_Option_Set.
2228         + removed int, Field_Option_Set, Item_Option_Set conversions.
2229         + removed C_TraceType, Attribute_Option_Set conversions.
2230         + replaced C.int with direct use of Eti_Error, now enumerated.  As it
2231           was used in a case statement, values were tested by the Ada compiler
2232           to be consecutive anyway.
2233         + src/Makefile.in: remove duplicate stanza
2234         + only consider using a project for shared libraries.
2235         + style. Silent gnat-4.9 warning about misplaced "then".
2236         + generate shared library project to honor ADAFLAGS, LDFLAGS.
2237
2238 20140510
2239         + cleanup recently introduced compiler warnings for MingW port.
2240         + workaround for ${MAKEFLAGS} configure check versus GNU make 4.0,
2241           which introduces more than one gratuitous incompatibility.
2242
2243 20140503
2244         + add vt520ansi terminfo entry (patch by Mike Gran)
2245         + further improve MinGW support for the scenario where there is an
2246           ANSI-escapes handler such as ansicon running in the console window
2247           (patch by Juergen Pfeifer).
2248
2249 20140426
2250         + add --disable-lib-suffixes option (adapted from patch by Juergen
2251           Pfeifer).
2252         + merge some changes from Juergen Pfeifer's work with MSYS2, to
2253           simplify later merging:
2254           + use NC_ISATTY() macro for isatty() in library
2255           + add _nc_mingw_isatty() and related functions to windows-driver
2256           + rename terminal driver entrypoints to simplify grep's
2257         + remove a check in the sp-funcs flavor of newterm() which allowed only
2258           the first call to newterm() to succeed (report by Thomas Beierlein,
2259           cf: 20090927).
2260
2261 20140419
2262         + update config.guess, config.sub from
2263                 http://git.savannah.gnu.org/cgit/config.git
2264
2265 20140412
2266         + modify configure script:
2267           + drop the -no-gcc option from Intel compiler, from lynx changes.
2268           + extend the --with-hashed-db configure option to simplify building
2269             with different versions of Berkeley database using FreeBSD ports.
2270         + improve initialization for MinGW port (Juergen Pfeifer):
2271           + enforce Windows-style path-separator if cross-compiling,
2272           + add a driver-name method to each of the drivers,
2273           + allow the Windows driver name to match "unknown", ignoring case,
2274           + lengthen the built-in name for the Windows console driver to
2275             "#win32console", and
2276           + move the comparison of driver-names allowing abbreviation, e.g.,
2277             to "#win32con" into the Windows console driver.
2278
2279 20140329
2280         + add check in tic for mismatch between ccc and initp/initc
2281         + cancel ccc in putty-256color and konsole-256color for consistency
2282           with the cancelled initc capability (patch by Sven Zuhlsdorf).
2283         + add xterm+256setaf building block for various terminals which only
2284           get the 256-color feature half-implemented -TD
2285         + updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
2286           0.4.1 -TD
2287
2288 20140323
2289         + fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
2290
2291 20140322
2292         + use types from <stdint.h> in sample build-scripts for chtype, etc.
2293         + modify configure script and curses.h.in to allow the types specified
2294           using --with-chtype and related options to be defined in <stdint.h>
2295         + add terminology entry -TD
2296         + add mlterm3 entry, use that as "mlterm" -TD
2297         + inherit mlterm-256color from mlterm -TD
2298
2299 20140315
2300         + modify _nc_New_TopRow_and_CurrentItem() to ensure that the menu's
2301           top-row is adjusted as needed to ensure that the current item is
2302           on the screen (patch by Johann Klammer).
2303         + add wgetdelay() to retrieve _delay member of WINDOW if it happens to
2304           be opaque, e.g., in the pthread configuration (prompted by patch by
2305           Soren Brinkmann).
2306
2307 20140308
2308         + modify ifdef in read_entry.c to handle the case where
2309           NCURSES_USE_DATABASE is not defined (patch by Xin Li).
2310         + add cast in form_driver_w() to fix ARM build (patch by Xin Li).
2311         + add logic to win_driver.c to save/restore screen contents when not
2312           allocating a console-buffer (cf: 20140215).
2313
2314 20140301
2315         + clarify error-returns from newwin (report by Ruslan Nabioullin).
2316
2317 20140222
2318         + fix some compiler warnings in win_driver.c
2319         + updated notes for wsvt25 based on tack and vttest -TD
2320         + add teken entry to show actual properties of FreeBSD's "xterm"
2321           console -TD
2322
2323 20140215
2324         + in-progress changes to win_driver.c to implement output without
2325           allocating a console-buffer.  This uses a pre-existing environment
2326           variable NCGDB used by Juergen Pfeifer for debugging (prompted by
2327           discussion with Erwin Waterlander regarding Console2, which hangs
2328           when reading in an allocated console-buffer).
2329         + add -t option to gdc.c, and modify to accept "S" to step through the
2330           scrolling-stages.
2331         + regenerate NCURSES-Programming-HOWTO.html to fix some of the broken
2332           html emitted by docbook.
2333
2334 20140209
2335         + modify CF_XOPEN_SOURCE macro to omit followup check to determine if
2336           _XOPEN_SOURCE can/should be defined.  g++ 4.7.2 built on Solaris 10
2337           has some header breakage due to its own predefinition of this symbol
2338           (report by Jean-Pierre Flori, Sage #15796).
2339
2340 20140201
2341         + add/use symbol NCURSES_PAIRS_T like NCURSES_COLOR_T, to illustrate
2342           which "short" types are for color pairs and which are color values.
2343         + fix build for s390x, by correcting field bit offsets in generated
2344           representation clauses when int=32 long=64 and endian=big, or at
2345           least on s390x (patch by Nicolas Boulenguez).
2346         + minor cleanup change to test/form_driver_w.c (patch by Gaute Hope).
2347
2348 20140125
2349         + remove unnecessary ifdef's in Ada95/gen/gen.c, which reportedly do
2350           not work as is with gcc 4.8 due to fixes using chtype cast made for
2351           new compiler warnings by gcc 4.8 in 20130824 (Debian #735753, patch
2352           by Nicolas Boulenguez).
2353
2354 20140118
2355         + apply includesubdir variable which was introduced in 20130805 to
2356           gen-pkgconfig.in (Debian #735782).
2357
2358 20131221
2359         + further improved man2html, used this to fix broken links in html
2360           manpages.  See
2361           ftp://ftp.invisible-island.net/ncurses/patches/man2html
2362
2363 20131214
2364         + modify configure-script/ifdef's to allow OLD_TTY feature to be
2365           suppressed if the type of ospeed is configured using the option
2366           --with-ospeed to not be a short.  By default, it is a short for
2367           termcap-compatibility (adapted from suggestion by Christian
2368           Weisgerber).
2369         + correct a typo in _nc_baudrate() (patch by Christian Weisgerber,
2370           cf: 20061230).
2371         + fix a few -Wlogical-op warnings.
2372         + updated llib-l* files.
2373
2374 20131207
2375         + add form_driver_w() entrypoint to wide-character forms library, as
2376           well as test program form_driver_w (adapted from patch by Gaute
2377           Hope).
2378
2379 20131123
2380         + minor fix for CF_GCC_WARNINGS to special-case options which are not
2381           recognized by clang.
2382
2383 20131116
2384         + add special case to configure script to move _XOPEN_SOURCE_EXTENDED
2385           definition from CPPFLAGS to CFLAGS if it happens to be needed for
2386           Solaris, because g++ errors with that definition (report by
2387           Jean-Pierre Flori, Sage #15268).
2388         + correct logic in infocmp's -i option which was intended to ignore
2389           strings which correspond to function-keys as candidates for piecing
2390           together initialization- or reset-strings.  The problem dates to
2391           1.9.7a, but was overlooked until changes in -Wlogical-op warnings for
2392           gcc 4.8 (report by David Binderman).
2393         + updated CF_GCC_WARNINGS to documented options for gcc 4.9.0, moving
2394           checks for -Wextra and -Wdeclaration-after-statement into the macro,
2395           and adding checks for -Wignored-qualifiers, -Wlogical-op and
2396           -Wvarargs
2397         + updated CF_CURSES_UNCTRL_H and CF_SHARED_OPTS macros from ongoing
2398           work on cdk.
2399         + update config.sub from
2400                 http://git.savannah.gnu.org/cgit/config.git
2401
2402 20131110
2403         + minor cleanup of terminfo.tail
2404
2405 20131102
2406         + use TS extension to describe xterm's title-escapes -TD
2407         + modify terminator and nsterm-s to use xterm+sl-twm building block -TD
2408         + update hurd.ti, add xenl to reflect 2011-03-06 change in
2409           http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
2410           (Debian #727119).
2411         + simplify pfkey expression in ansi.sys -TD
2412
2413 20131027
2414         + correct/simplify ifdef's for cur_term versus broken-linker and
2415           reentrant options (report by Jean-Pierre Flori, cf: 20090530).
2416         + modify release/version combinations in test build-scripts to make
2417           them more consistent with other packages.
2418
2419 20131019
2420         + add nc_mingw.h to installed headers for MinGW port; needed for
2421           compiling ncurses-examples.
2422         + add rpm-script for testing cross-compile of ncurses-examples.
2423
2424 20131014
2425         + fix new typo in CF_ADA_INCLUDE_DIRS macro (report by Roumen Petrov).
2426
2427 20131012
2428         + fix a few compiler warnings in progs and test.
2429         + minor fix to package/debian-mingw/rules, do not strip dll's.
2430         + minor fixes to configure script for empty $prefix, e.g., when doing
2431           cross-compiles to MinGW.
2432         + add script for building test-packages of binaries cross-compiled to
2433           MinGW using NSIS.
2434
2435 20131005
2436         + minor fixes for ncurses-example package and makefile.
2437         + add scripts for test-builds of cross-compiler packages for ncurses6
2438           to MinGW.
2439
2440 20130928
2441         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
2442           it lacks some common functions such as use_env() which is not yet
2443           addressed.
2444         + build-fix and some compiler warning fixes for ncurses-examples with
2445           OpenBSD 5.3
2446         + fix a possible null-pointer reference in a trace message from newterm.
2447         + quiet a few warnings from NetBSD 6.0 namespace pollution by
2448           nonstandard popcount() function in standard strings.h header.
2449         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
2450         + fix a few overlooked places for --enable-string-hacks option.
2451
2452 20130921
2453         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
2454         + build-fix for --with-shared option for DragonFly and FreeBSD (report
2455           by Rong-En Fan, cf: 20130727).
2456
2457 20130907
2458         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
2459           Alexey Pavlov).
2460         + revert change to two of the dpkg format files, to work with dpkg
2461           before/after Debian #700177.
2462         + fix gcc -Wconversion warning in wattr_get() macro.
2463         + add msys and msysdll to known host/configuration types (patch by
2464           Alexey Pavlov).
2465         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
2466           of sort, improving portability.
2467         + minor improvements for test-programs from reviewing Solaris port.
2468         + update config.guess, config.sub from
2469                 http://git.savannah.gnu.org/cgit/config.git
2470
2471 20130831
2472         + modify test/ncurses.c b/B tests to display lines only for the
2473           attributes which a given terminal supports, to make room for an
2474           italics test.
2475         + completed ncv table in terminfo.tail; it did not list the wide
2476           character codes listed in X/Open Curses issue 7.
2477         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
2478
2479 20130824
2480         + fix some gcc 4.8 -Wconversion warnings.
2481         + change format of dpkg test-scripts to quilted to work around bug
2482           introduced by Debian #700177.
2483         + discard cached keyname() values if meta() is changed after a value
2484           was cached using (report by Kurban Mallachiev).
2485
2486 20130816
2487         + add checks in tic to warn about terminals which lack cursor
2488           addressing, capabilities or having those, are marked as hard_copy or
2489           generic_type.
2490         + use --without-progs in mingw-ncurses rpm.
2491         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
2492           port when tic and other programs are not needed.
2493
2494 20130805
2495         + minor fixes to the --disable-overwrite logic, to ensure that the
2496           configured $(includedir) is not cancelled by the mingwxx-filesystem
2497           rpm macros.
2498         + add --disable-db-install configure option, to simplify building
2499           cross-compile support packages.
2500         + add mingw-ncurses.spec file, for testing cross-compiles.
2501
2502 20130727
2503         + improve configure macros from ongoing work on cdk, dialog, xterm:
2504           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
2505           + CF_RPATH_HACK - add missing result-message
2506           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
2507             dll symbols (which can be overridden) rather than explicit "../".
2508           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
2509             rather than ${LD} to improve rpath support.
2510           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
2511             are created by the macro, to simplify clean-rules.
2512           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
2513         + fix a regression in hashed-database support for NetBSD, which uses
2514           the key-size differently from other implementations (cf: 20121229).
2515
2516 20130720
2517         + further improvements for setupterm manpage, clarifying the
2518           initialization of cur_term.
2519
2520 20130713
2521         + improve manpages for initscr and setupterm.
2522         + minor compiler-warning fixes
2523
2524 20130706
2525         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
2526         + add check for size of wchar_t, use that to suppress a chunk of
2527           wcwidth.h in MinGW port.
2528         + quiet linker warnings for MinGW cross-compile with dll's using the
2529           --enable-auto-import flag.
2530         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
2531           table issues.
2532
2533 20130622
2534         + modify the clear program to take into account the E3 extended
2535           capability to clear the terminal's scrollback buffer (patch by
2536           Miroslav Lichvar, Redhat #815790).
2537         + clarify in resizeterm manpage that LINES and COLS are updated.
2538         + updated ansi example in terminfo.tail, correct misordered example
2539           of sgr.
2540         + fix other doclifter warnings for manpages
2541         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
2542           (patch by Eric Raymond).
2543
2544 20130615
2545         + minor changes to some configure macros to make them more reusable.
2546         + fixes for tabs program (prompted by report by Nick Andrik).
2547           + corrected logic in command-line parsing of -a and -c predefined
2548             tab-lists options.
2549           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
2550           + make warning messages more consistent with the other utilities by
2551             not printing the full pathname of the program.
2552           + add -V option for consistency with other utilities.
2553         + fix off-by-one in columns for tabs program when processing an option
2554           such as "-5" (patch by Nick Andrik).
2555
2556 20130608
2557         + add to test/demo_forms.c examples of using the menu-hooks as well
2558           as showing how the menu item user-data can be used to pass a callback
2559           function pointer.
2560         + add test/dots_termcap.c
2561         + remove setupterm call from test/demo_termcap.c
2562         + build-fix if --disable-ext-funcs configure option is used.
2563         + modified test/edit_field.c and test/demo_forms.c to move the lengths
2564           into a user-data structure, keeping the original string for later
2565           expansion to free-format input/out demo.
2566         + modified test/demo_forms.c to load data from file.
2567         + added note to clarify Terminal.app's non-emulation of the various
2568           terminal types listed in the preferences dialog -TD
2569         + fix regression in error-reporting in lib_setup.c (Debian #711134,
2570           cf: 20121117).
2571         + build-fix for a case where --enable-broken_linker and
2572           --enable-reentrant options are combined (report by George R Goffe).
2573
2574 20130525
2575         + modify mvcur() to distinguish between internal use by the ncurses
2576           library, and external callers, preventing it from reading the content
2577           of the screen which is only nonblank when curses calls have updated
2578           it.  This makes test/dots_mvcur.c avoid painting colored cells in
2579           the left margin of the display.
2580         + minor fix to test/dots_mvcur.c
2581         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
2582           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
2583           use of these symbols in term_entry.h
2584
2585 20130518
2586         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
2587           interface versus pdcurses (cf: 20130316).
2588         + add pow() to configure-check for math library, needed since
2589           20121208 for test/hanoi (Debian #708056).
2590         + regenerated html manpages.
2591         + update doctype used for html documentation.
2592
2593 20130511
2594         + move nsterm-related entries out of "obsolete" section to more
2595           plausible "ansi consoles" -TD
2596         + additional cleanup of table-of-contents by reordering -TD
2597         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
2598           prevented inserts when video attributes were attached to the data
2599           (cf: 20121215) (Redhat #959534).
2600
2601 20130504
2602         + fixes for issues found by Coverity:
2603           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
2604             display when infocmp's -R option is used for HP or AIX subsets.
2605           + fix dead-code issue with test/movewindow.c
2606           + improve limited-checking in _nc_read_termtype().
2607
2608 20130427
2609         + fix clang 3.2 warning in progs/dump_entry.c
2610         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
2611
2612 20130413
2613         + add MinGW to cases where ncurses installs by default into /usr
2614           (prompted by discussion with Daniel Silva Ferreira).
2615         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
2616         + add a missing 'int' type for main function in configure check for
2617           type of bool variable, to work with clang 3.2 (report by Dmitri
2618           Gribenko).
2619         + improve configure check for static_cast, to work with clang 3.2
2620           (report by Dmitri Gribenko).
2621         + re-order rule for demo.o and macros defining header dependencies in
2622           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
2623
2624 20130406
2625         + improve parameter checking in copywin().
2626         + modify configure script to work around OS X's "libtool" program, to
2627           choose glibtool instead.  At the same time, chance the autoconf macro
2628           to look for a "tool" rather than a "prog", to help with potential use
2629           in cross-compiling.
2630         + separate the rpath usage for c++ library from demo program
2631           (Redhat #911540)
2632         + update/correct header-dependencies in c++ makefile (report by Werner
2633           Fink).
2634         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
2635
2636 20130324
2637         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
2638           and Roumen Petrov).
2639
2640 20130323
2641         + build-fix for OS X, to handle changes for --with-cxx-shared feature
2642           (report by Christian Ebert).
2643         + change initialization for vt220, similar entries for consistency
2644           with cursor-key strings (NetBSD #47674) -TD
2645         + further improvements to linux-16color (Benjamin Sittler)
2646
2647 20130316
2648         + additional fix for tic.c, to allocate missing buffer space.
2649         + eliminate configure-script warnings for gen-pkgconfig.in
2650         + correct typo in sgr string for sun-color,
2651           add bold for consistency with sgr,
2652           change smso for consistency with sgr -TD
2653         + correct typo in sgr string for terminator -TD
2654         + add blink to the attributes masked by ncv in linux-16color (report
2655           by Benjamin Sittler)
2656         + improve warning message from post-load checking for missing "%?"
2657           operator by tic/infocmp by showing the entry name and capability.
2658         + minor formatting improvement to tic/infocmp -f option to ensure
2659           line split after "%;".
2660         + amend scripting for --with-cxx-shared option to handle the debug
2661           library "libncurses++_g.a" (report by Sven Joachim).
2662
2663 20130309
2664         + amend change to toe.c for reading from /dev/zero, to ensure that
2665           there is a buffer for the temporary filename (cf: 20120324).
2666         + regenerated html manpages.
2667         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
2668         + updated some autoconf macros:
2669           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
2670           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
2671         + add configure option --with-cxx-shared to permit building
2672           libncurses++ as a shared library when using g++, e.g., the same
2673           limitations as libtool but better integrated with the usual build
2674           configuration (Redhat #911540).
2675         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
2676           shown in curses.h (Debian #689131).
2677
2678 20130302
2679         + add section to terminfo manpage discussing user-defined capabilities.
2680         + update manpage description of NCURSES_NO_SETBUF, explaining why it
2681           is obsolete.
2682         + add a check in waddch_nosync() to ensure that tab characters are
2683           treated as control characters; some broken locales claim they are
2684           printable.
2685         + add some traces to the Windows console driver.
2686         + initialize a temporary array in _nc_mbtowc, needed for some cases
2687           of raw input in MinGW port.
2688
2689 20130218
2690         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
2691         + update config.guess, config.sub
2692
2693 20130216
2694         + modify test/testcurs.c to work with mouse for ncurses as it does for
2695           pdcurses.
2696         + modify test/knight.c to work with mouse for pdcurses as it does for
2697           ncurses.
2698         + modify internal recursion in wgetch() which handles cooked mode to
2699           check if the call to wgetnstr() returned an error.  This can happen
2700           when both nocbreak() and nodelay() are set, for instance (report by
2701           Nils Christopher Brause) (cf: 960418).
2702         + fixes for issues found by Coverity:
2703           + add a check for valid position in ClearToEOS()
2704           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
2705             use after free.
2706           + improve a limit-check in make_hash.c
2707           + fix a memory leak in hashed_db.c
2708
2709 20130209
2710         + modify test/configure script to make it simpler to override names
2711           of curses-related libraries, to help with linking with pdcurses in
2712           MinGW environment.
2713         + if the --with-terminfo-dirs configure option is not used, there is
2714           no corresponding compiled-in value for that.  Fill in "no default
2715           value" for that part of the manpage substitution.
2716
2717 20130202
2718         + correct initialization in knight.c which let it occasionally make
2719           an incorrect move (cf: 20001028).
2720         + improve documentation of the terminfo/termcap search path.
2721
2722 20130126
2723         + further fixes to mvcur to pass callback function (cf: 20130112),
2724           needed to make test/dots_mvcur work.
2725         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
2726           help reduce flicker.
2727         + modify configure script to omit "+b" from linker options for very
2728           old HP-UX systems (report by Dennis Grevenstein)
2729         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
2730           by Dennis Grevenstein).
2731         + restore memmove/strdup support for antique systems (request by
2732           Dennis Grevenstein).
2733         + change %l behavior in tparm to push the string length onto the stack
2734           rather than saving the formatted length into the output buffer
2735           (report by Roy Marples, cf: 980620).
2736
2737 20130119
2738         + fixes for issues found by Coverity:
2739           + fix memory leak in safe_sprintf.c
2740           + add check for return-value in tty_update.c
2741           + correct initialization for -s option in test/view.c
2742           + add check for numeric overflow in lib_instr.c
2743           + improve error-checking in copywin
2744         + add advice in infocmp manpage for termcap users (Debian #698469).
2745         + add "-y" option to test/demo_termcap and test/demo_terminfo to
2746           demonstrate behavior with/without extended capabilities.
2747         + updated termcap manpage to document legacy termcap behavior for
2748           matching capability names.
2749         + modify name-comparison for tgetstr, etc., to accommodate legacy
2750           applications as well as to improve compatbility with BSD 4.2
2751           termcap implementations (Debian #698299) (cf: 980725).
2752
2753 20130112
2754         + correct prototype in manpage for vid_puts.
2755         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
2756           are unused in the current driver model.
2757         + modify mvcur to use stdout except when called within the ncurses
2758           library.
2759         + modify vidattr and vid_attr to use stdout as documented in manpage.
2760         + amend changes made to buffering in 20120825 so that the low-level
2761           putp() call uses stdout rather than ncurses' internal buffering.
2762           The putp_sp() call does the same, for consistency (Redhat #892674).
2763
2764 20130105
2765         + add "-s" option to test/view.c to allow it to start in single-step
2766           mode, reducing size of trace files when it is used for debugging
2767           MinGW changes.
2768         + revert part of 20121222 change to tinfo_driver.c
2769         + add experimental logic in win_driver.c to improve optimization of
2770           screen updates.  This does not yet work with double-width characters,
2771           so it is ifdef'd out for the moment (prompted by report by Erwin
2772           Waterlander regarding screen flicker).
2773
2774 20121229
2775         + fix Coverity warnings regarding copying into fixed-size buffers.
2776         + add throw-declarations in the c++ binding per Coverity warning.
2777         + minor changes to new-items for consistent reference to bug-report
2778           numbers.
2779
2780 20121222
2781         + add *.dSYM directories to clean-rule in ncurses directory makefile,
2782           for Mac OS builds.
2783         + add a configure check for gcc option -no-cpp-precomp, which is not
2784           available in all Mac OS X configurations (report by Andras Salamon,
2785           cf: 20011208).
2786         + improve 20021221 workaround for broken acs, handling a case where
2787           that ACS_xxx character is not in the acsc string but there is a known
2788           wide-character which can be used.
2789
2790 20121215
2791         + fix several warnings from clang 3.1 --analyze, includes correcting
2792           a null-pointer check in _nc_mvcur_resume.
2793         + correct display of double-width characters with MinGW port (report
2794           by Erwin Waterlander).
2795         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf
2796         > fixes based on Coverity report:
2797         + correct coloring in test/bs.c
2798         + correct check for 8-bit value in _nc_insert_ch().
2799         + remove dead code in progs/tset.c, test/linedata.h
2800         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
2801           test-programs.
2802
2803 20121208
2804         + modify test/knight.c to show the number of choices possible for
2805           each position in automove option, e.g., to allow user to follow
2806           Warnsdorff's rule to solve the puzzle.
2807         + modify test/hanoi.c to show the minimum number of moves possible for
2808           the given number of tiles (prompted by patch by Lucas Gioia).
2809         > fixes based on Coverity report:
2810         + remove a few redundant checks.
2811         + correct logic in test/bs.c, when randomly placing a specific type of
2812           ship.
2813         + check return value from remove/unlink in tic.
2814         + check return value from sscanf in test/ncurses.c
2815         + fix a null dereference in c++/cursesw.cc
2816         + fix two instances of uninitialized variables when configuring for the
2817           terminal driver.
2818         + correct scope of variable used in SetSafeOutcWrapper macro.
2819         + set umask when calling mkstemp in tic.
2820         + initialize wbkgrndset() temporary variable when extended-colors are
2821           used.
2822
2823 20121201
2824         + also replace MinGW's wctomb(), fixing a problem with setcchar().
2825         + modify test/view.c to load UTF-8 when built with MinGW by using
2826           regular win32 API because the MinGW functions mblen() and mbtowc()
2827           do not work.
2828
2829 20121124
2830         + correct order of color initialization versus display in some of the
2831           test-programs, e.g., test_addstr.c
2832         > fixes based on Coverity report:
2833         + delete windows on exit from some of the test-programs.
2834
2835 20121117
2836         > fixes based on Coverity report:
2837         + add missing braces around FreeAndNull in two places.
2838         + various fixes in test/ncurses.c
2839         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
2840         + correct malloc size in progs/infocmp.c
2841         + guard against negative array indices in test/knight.c
2842         + fix off-by-one limit check in test/color_name.h
2843         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
2844           test/inchs.c
2845         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
2846           test/clip_printw.c, test/demo_menus.c
2847         + delete unused windows in test/chgat.c, test/clip_printw.c,
2848           test/insdelln.c, test/newdemo.c on error-return.
2849
2850 20121110
2851         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
2852           local -I include options in case someone has set conflicting -I
2853           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
2854           Vassili Courzakis).
2855         + modify the ncurses*-config scripts to eliminate relative paths from
2856           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
2857           libraries or executables.
2858
2859 20121102
2860         + realign these related pages:
2861             curs_add_wchstr.3x
2862             curs_addchstr.3x
2863             curs_addstr.3x
2864             curs_addwstr.3x
2865           and fix a long-ago error in curs_addstr.3x which said that a -1
2866           length parameter would only write as much as fit onto one line
2867           (report by Reuben Thomas).
2868         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
2869         + remove obsolete fallback _nc_strdup() for strdup().
2870         + cancel any debug-rpm in package/ncurses.spec
2871         + reviewed vte-2012, reverted most of the change since it was incorrect
2872           based on testing with tack -TD
2873         + un-cancel the initc in vte-256color, since this was implemented
2874           starting with version 0.20 in 2009 -TD
2875
2876 20121026
2877         + improve malloc/realloc checking (prompted by discussion in Redhat
2878           #866989).
2879         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
2880         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
2881           first corrects pattern used for Mac OS X's customization of gcc.
2882
2883 20121017
2884         + fix change to _nc_scroll_optimize(), which incorrectly freed memory
2885           (Redhat #866989).
2886
2887 20121013
2888         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
2889           (patch by Christian Persch).
2890
2891 20121006
2892         + improve CF_GCC_VERSION to work around Debian's customization of gcc
2893           --version message.
2894         + improve configure macros as done in byacc:
2895           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
2896             has used that for a while.
2897           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
2898             for experimental use.
2899           + remove unused configure macros.
2900         + modify configure script and makefiles to quiet new autoconf warning
2901           for LIBS_TO_MAKE variable.
2902         + modify configure script to show $PATH_SEPARATOR variable.
2903         + update config.guess, config.sub
2904
2905 20120922
2906         + modify setupterm to set its copy of TERM to "unknown" if configured
2907           for the terminal driver and TERM was null or empty.
2908         + modify treatment of TERM variable for MinGW port to allow explicit
2909           use of the windows console driver by checking if $TERM is set to
2910           "#win32con" or an abbreviation of that.
2911         + undo recent change to fallback definition of vsscanf() to build with
2912           older Solaris compilers (cf: 20120728).
2913
2914 20120908
2915         + add test-screens to test/ncurses to show 256-characters at a time,
2916           to help with MinGW port.
2917
2918 20120903
2919         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
2920           there.
2921         + modifications for MinGW port to make wide-character display usable.
2922
2923 20120902
2924         + regenerate configure script (report by Sven Joachim, cf: 20120901).
2925
2926 20120901
2927         + add a null-pointer check in _nc_flush (cf: 20120825).
2928         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
2929           might not be allocated.
2930         + improve comparisons in configure.in for unset shell variables.
2931
2932 20120826
2933         + increase size of ncurses' output-buffer, in case of very small
2934           initial screen-sizes.
2935         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
2936           after changes to use --datarootdir (reports by Gabriele Balducci,
2937           Roumen Petrov).
2938
2939 20120825
2940         + change output buffering scheme, using buffer maintained by ncurses
2941           rather than stdio, to avoid problems with SIGTSTP handling (report
2942           by Brian Bloniarz).
2943
2944 20120811
2945         + update autoconf patch to 2.52.20120811, adding --datarootdir
2946           (prompted by discussion with Erwin Waterlander).
2947         + improve description of --enable-reentrant option in README and the
2948           INSTALL file.
2949         + add nsterm-256color, make this the default nsterm -TD
2950         + remove bw from nsterm-bce, per testing with tack -TD
2951
2952 20120804
2953         + update test/configure, adding check for tinfo library.
2954         + improve limit-checks for the getch fifo (report by Werner Fink).
2955         + fix a remaining mismatch between $with_echo and the symbols updated
2956           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
2957           Sven Joachim, cf:  20120317).
2958         + modify followup check for pkg-config's library directory in the
2959           --enable-pc-files option to validate syntax (report by Sven Joachim,
2960           cf: 20110716).
2961
2962 20120728
2963         + correct path for ncurses_mingw.h in include/headers, in case build
2964           is done outside source-tree (patch by Roumen Petrov).
2965         + modify some older xterm entries to align with xterm source -TD
2966         + separate "xterm-old" alias from "xterm-r6" -TD
2967         + add E3 extended capability to xterm-basic and putty -TD
2968         + parenthesize parameters of other macros in curses.h -TD
2969         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
2970           in case it happens to be a comma-expression, etc.  (patch by Nick
2971           Black).
2972
2973 20120721
2974         + improved form_request_by_name() and menu_request_by_name().
2975         + eliminate two fixed-size buffers in toe.c
2976         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
2977           use_tioctl(TRUE) are called.
2978         + modify ncurses test-program, adding -E and -T options to demonstrate
2979           use_env() versus use_tioctl().
2980
2981 20120714
2982         + add use_tioctl() function (adapted from patch by Werner Fink,
2983           Novell #769788):
2984
2985 20120707
2986         + add ncurses_mingw.h to installed headers (prompted by patch by
2987           Juergen Pfeifer).
2988         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
2989           by Novell #769788).
2990         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
2991           if screensize is unchanged.  Modify _nc_update_screensize() to push a
2992           KEY_RESIZE if there was a SIGWINCH, even if it does not call
2993           resizeterm().  These changes eliminate the case where a SIGWINCH is
2994           received, but ERR returned from wgetch or wgetnstr because the screen
2995           dimensions did not change (Novell #769788).
2996
2997 20120630
2998         + add --enable-interop to sample package scripts (suggested by Juergen
2999           Pfeifer).
3000         + update CF_PATH_SYNTAX macro, from mawk changes.
3001         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
3002           some work is needed on cproto to work with lib_gen.c to update
3003           llib-lncurses.
3004         + remove redundant getenv() cal in database-iterator leftover from
3005           cleanup in 20120622 changes (report by Sven Joachim).
3006
3007 20120622
3008         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
3009         + fix caching of environment variables in database-iterator (patch by
3010           Philippe Troin, Redhat #831366).
3011
3012 20120616
3013         + add configure check to distinguish clang from gcc to eliminate
3014           warnings about unused command-line parameters when compiler warnings
3015           are enabled.
3016         + improve behavior when updating terminfo entries which are hardlinked
3017           by allowing for the possibility that an alias has been repurposed to
3018           a new primary name.
3019         + fix some strict compiler warnings based on package scripts.
3020         + further fixes for configure check for working poll (Debian #676461).
3021
3022 20120608
3023         + fix an uninitialized variable in -c/-n logic for infocmp changes
3024           (cf: 20120526).
3025         + corrected fix for building c++ binding with clang 3.0 (report/patch
3026           by Richard Yao, Gentoo #417613, cf: 20110409)
3027         + correct configure check for working poll, fixing the case where stdin
3028           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
3029         + add rpm- and dpkg-scripts, to test those build-environments.
3030           The resulting packages are used only for testing.
3031
3032 20120602
3033         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
3034         + add kdch1, etc., to qvt108 -TD
3035         + add dl1/il1 to some entries based on dl/il values -TD
3036         + add dl to simpleterm -TD
3037         + add consistency-checks in tic for insert-line vs delete-line
3038           controls, and insert/delete-char keys
3039         + correct no-leaks logic in infocmp when doing comparisons, fixing
3040           duplicate free of entries given via the command-line, and freeing
3041           entries loaded from the last-but-one of files specified on the
3042           command-line.
3043         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
3044           analysis by Martin Husemann).
3045         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
3046           Onno van der Linden).
3047
3048 20120526
3049         + extend -c and -n options of infocmp to allow comparing more than two
3050           entries.
3051         + correct check in infocmp for number of terminal names when more than
3052           two are given.
3053         + correct typo in curs_threads.3x (report by Yanhui Shen on
3054           freebsd-hackers mailing list).
3055
3056 20120512
3057         + corrected 'op' for bterm (report by Samuel Thibault) -TD
3058         + modify test/background.c to demonstrate a background character
3059           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
3060           the thick- and double-line extension (cf: 20091003).
3061         + modify handling of acs characters in PutAttrChar to avoid mapping an
3062           unmapped character to a space with A_ALTCHARSET set.
3063         + rewrite vt520 entry based on vt420 -TD
3064
3065 20120505
3066         + remove p6 (bold) from opus3n1+ for consistency -TD
3067         + remove acs stuff from env230 per clues in Ingres termcap -TD
3068         + modify env230 sgr/sgr0 to match other capabilities -TD
3069         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
3070         + make sgr for dku7202 agree with other caps -TD
3071         + make sgr for ibmpc agree with other caps -TD
3072         + make sgr for tek4107 agree with other caps -TD
3073         + make sgr for ndr9500 agree with other caps -TD
3074         + make sgr for sco-ansi agree with other caps -TD
3075         + make sgr for d410 agree with other caps -TD
3076         + make sgr for d210 agree with other caps -TD
3077         + make sgr for d470c, d470c-7b agree with other caps -TD
3078         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
3079         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
3080           configured with --enable-termcap and --disable-getcap.
3081
3082 20120428
3083         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
3084         + add eslok flag to dec+sl -TD
3085         + dec+sl applies to vt320 and up -TD
3086         + drop wsl width from xterm+sl -TD
3087         + reuse xterm+sl in putty and nsca-m -TD
3088         + add ansi+tabs to vt520 -TD
3089         + add ansi+enq to vt220-vt520 -TD
3090         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
3091         + added paragraph in keyname manpage telling how extended capabilities
3092           are interpreted as key definitions.
3093         + modify tic's check of conflicting key definitions to include extended
3094           capability strings in addition to the existing check on predefined
3095           keys.
3096
3097 20120421
3098         + improve cleanup of temporary files in tic using atexit().
3099         + add msgr to vt420, similar DEC vtXXX entries -TD
3100         + add several missing vt420 capabilities from vt220 -TD
3101         + factor out ansi+pp from several entries -TD
3102         + change xterm+sl and xterm+sl-twm to include only the status-line
3103           capabilities and not "use=xterm", making them more generally useful
3104           as building-blocks -TD
3105         + add dec+sl building block, as example -TD
3106
3107 20120414
3108         + add XT to some terminfo entries to improve usefulness for other
3109           applications than screen, which would like to pretend that xterm's
3110           title is a status-line.  -TD
3111         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
3112           of ordering and overrides -TD
3113         + add consistency check in tic for screen's "XT" capability.
3114         + add section in terminfo.src summarizing the user-defined capabilities
3115           used in that file -TD
3116
3117 20120407
3118         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
3119           non-standard capabilities, while infocmp was ignoring only the user
3120           definable capabilities.
3121         + improve special case in tic parsing of description to allow it to be
3122           followed by terminfo capabilities.  Previously the description had to
3123           be the last field on an input line to allow tic to distinguish
3124           between termcap and terminfo format while still allowing commas to be
3125           embedded in the description.
3126         + correct variable name in gen_edit.sh which broke configurability of
3127           the --with-xterm-kbs option.
3128         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
3129         + further amend 20110910 change, providing for configure-script
3130           override of the "linux" terminfo entry to install and changing the
3131           default for that to "linux2.2" (Debian #665959).
3132
3133 20120331
3134         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
3135         + correct order of use-clauses in st-256color -TD
3136         + modify configure script to look for gnatgcc if the Ada95 binding
3137           is built, in preference to the default gcc/cc (suggested by
3138           Nicolas Boulenguez).
3139         + modify configure script to ensure that the same -On option used for
3140           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
3141           using "-O3" (suggested by Nicolas Boulenguez)
3142
3143 20120324
3144         + amend an old fix so that next_char() exits properly for empty files,
3145           e.g., from reading /dev/null (cf: 20080804).
3146         + modify tic so that it can read from the standard input, or from
3147           a character device.  Because tic uses seek's, this requires writing
3148           the data to a temporary file first (prompted by remark by Sven
3149           Joachim) (cf: 20000923).
3150
3151 20120317
3152         + correct a check made in lib_napms.c, so that terminfo applications
3153           can again use napms() (cf: 20110604).
3154         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
3155           (cf: 20040327).
3156         + correct scripting for --disable-echo option in test/configure.
3157         + amend check for missing c++ compiler to work when no error is
3158           reported, and no variables set (cf: 20021206).
3159         + add/use configure macro CF_DISABLE_ECHO.
3160
3161 20120310
3162         + fix some strict compiler warnings for abi6 and 64-bits.
3163         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
3164         + improve a limit-check in infocmp.c (Werner Fink):
3165
3166 20120303
3167         + minor tidying of terminfo.tail, clarify reason for limitation
3168           regarding mapping of \0 to \200
3169         + minor improvement to _nc_copy_termtype(), using memcpy to replace
3170           loops.
3171         + fix no-leaks checking in test/demo_termcap.c to account for multiple
3172           calls to setupterm().
3173         + modified the libgpm change to show previous load as a problem in the
3174           debug-trace.
3175         > merge some patches from OpenSUSE rpm (Werner Fink):
3176         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
3177         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
3178           runtime linker
3179         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
3180           fallback entries
3181
3182 20120228
3183         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
3184
3185 20120225
3186         + modify configure script to allow creating dll's for MinGW when
3187           cross-compiling.
3188         + add --enable-string-hacks option to control whether strlcat and
3189           strlcpy may be used.  The same issue applies to OpenBSD's warnings
3190           about snprintf, noting that this function is weakly standardized.
3191         + add configure checks for strlcat, strlcpy and snprintf, to help
3192           reduce bogus warnings with OpenBSD builds.
3193         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
3194           (cf:20111231)
3195         + update config.guess, config.sub
3196
3197 20120218
3198         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
3199           the first success (patch by Pierre Labastie).
3200         + improve configure macro CF_MKSTEMP by moving existence-check for
3201           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
3202         + improve configure macro CF_FUNC_POLL from luit changes to detect
3203           broken implementations, e.g., with Mac OS X.
3204         + add configure option --with-tparm-arg
3205         + build-fix for MinGW cross-compiling, so that make_hash does not
3206           depend on TTY definition (cf: 20111008).
3207
3208 20120211
3209         + make sgr for xterm-pcolor agree with other caps -TD
3210         + make sgr for att5425 agree with other caps -TD
3211         + make sgr for att630 agree with other caps -TD
3212         + make sgr for linux entries agree with other caps -TD
3213         + make sgr for tvi9065 agree with other caps -TD
3214         + make sgr for ncr260vt200an agree with other caps -TD
3215         + make sgr for ncr160vt100pp agree with other caps -TD
3216         + make sgr for ncr260vt300an agree with other caps -TD
3217         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
3218         + make sgr for cygwin, cygwinDBG agree with other caps -TD
3219         + add configure option --with-xterm-kbs to simplify configuration for
3220           Linux versus most other systems.
3221
3222 20120204
3223         + improved tic -D option, avoid making target directory and provide
3224           better diagnostics.
3225
3226 20120128
3227         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
3228         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
3229         + make sgr for sun-color agree with smso -TD
3230         + make sgr for prism9 agree with other caps -TD
3231         + make sgr for icl6404 agree with other caps -TD
3232         + make sgr for ofcons agree with other caps -TD
3233         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
3234         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
3235         + make sgr for avt-ns agree with other caps -TD
3236         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
3237           give verbose warnings (cf:  20110730).
3238         + modify misc/gen-edit.sh to make the location of the tabset directory
3239           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
3240           (Debian #653435, patch by Sven Joachim).
3241
3242 20120121
3243         + add --with-lib-prefix option to allow configuring for old/new flavors
3244           of OS/2 EMX.
3245         + modify check for gnat version to allow for year, as used in FreeBSD
3246           port.
3247         + modify check_existence() in db_iterator.c to simply check if the
3248           path is a directory or file, according to the need.  Checking for
3249           directory size also gives no usable result with OS/2 (cf: 20120107).
3250         + support OS/2 kLIBC (patch by KO Myung-Hun).
3251
3252 20120114
3253         + several improvements to test/movewindow.c (prompted by discussion on
3254           Linux Mint forum):
3255           + modify movement commands to make them continuous
3256           + rewrote the test for mvderwin
3257           + rewrote the test for recursive mvwin
3258         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
3259         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
3260           and OpenBSD.
3261         + regenerated html manpages.
3262
3263 20120107
3264         + various improvements for MinGW (Juergen Pfeifer):
3265           + modify stat() calls to ignore the st_size member
3266           + drop mk-dlls.sh script.
3267           + change recommended regular expression library.
3268           + modify rain.c to allow for threaded configuraton.
3269           + modify tset.c to allow for case when size-change logic is not used.
3270
3271 20111231
3272         + modify toe's report when -a and -s options are combined, to add
3273           a column showing which entries belong to a given database.
3274         + add -s option to toe, to sort its output.
3275         + modify progs/toe.c, simplifying use of db-iterator results to use
3276           caching improvements from 20111001 and 20111126.
3277         + correct generation of pc-files when ticlib or termlib options are
3278           given to rename the corresponding tic- or tinfo-libraries (report
3279           by Sven Joachim).
3280
3281 20111224
3282         + document a portability issue with tput, i.e., that scripts which work
3283           with ncurses may fail in other implementations that do no parameter
3284           analysis.
3285         + add putty-sco entry -TD
3286
3287 20111217
3288         + review/fix places in manpages where --program-prefix configure option
3289           was not being used.
3290         + add -D option to infocmp, to show the database locations that it
3291           could use.
3292         + fix build for the special case where term-driver, ticlib and termlib
3293           are all enabled.  The terminal driver depends on a few features in
3294           the base ncurses library, so tic's dependencies include both ncurses
3295           and termlib.
3296         + fix build work for term-driver when --enable-wgetch-events option is
3297           enabled.
3298         + use <stdint.h> types to fix some questionable casts to void*.
3299
3300 20111210
3301         + modify configure script to check if thread library provides
3302           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
3303         + modify configure script to suppress check to define _XOPEN_SOURCE
3304           for IRIX64, since its header files have a conflict versus
3305           _SGI_SOURCE.
3306         + modify configure script to add ".pc" files for tic- and
3307           tinfo-libraries, which were omitted in recent change (cf: 20111126).
3308         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
3309
3310 20111203
3311         + modify configure-check for etip.h dependencies, supplying a temporary
3312           copy of ncurses_dll.h since it is a generated file (prompted by
3313           Debian #646977).
3314         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
3315
3316 20111126
3317         + correct database iterator's check for duplicate entries
3318           (cf: 20111001).
3319         + modify database iterator to ignore $TERMCAP when it is not an
3320           absolute pathname.
3321         + add -D option to tic, to show the database locations that it could
3322           use.
3323         + improve description of database locations in tic manpage.
3324         + modify the configure script to generate a list of the ".pc" files to
3325           generate, rather than deriving the list from the libraries which have
3326           been built (patch by Mike Frysinger).
3327         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
3328           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
3329           from patch by Mike Frysinger).
3330
3331 20111119
3332         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
3333           from curses.priv.h, fixing a regression with IRIX64 and Tru64
3334           (cf: 20110416)
3335         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
3336           i.e., the database iterator was not initialized.  This case is needed
3337           to when tic is translating to termcap, rather than loading the
3338           database (cf:  20111001).
3339
3340 20111112
3341         + add pccon entries for OpenBSD console (Alexei Malinin).
3342         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
3343           600 to work around inconsistent ifdef'ing of wcstof between C and
3344           C++ header files.
3345         + modify capconvert script to accept more than exact match on "xterm",
3346           e.g., the "xterm-*" variants, to exclude from the conversion (patch
3347           by Robert Millan).
3348         + add -lc_r as alternative for -lpthread, allows build of threaded code
3349           in older FreeBSD machines.
3350         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
3351           _POSIX_SOURCE are defined.
3352         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
3353
3354 20111030
3355         + modify make_db_path() to allow creating "terminfo.db" in the same
3356           directory as an existing "terminfo" directory.  This fixes a case
3357           where switching between hashed/filesystem databases would cause the
3358           new hashed database to be installed in the next best location -
3359           root's home directory.
3360         + add variable cf_cv_prog_gnat_correct to those passed to
3361           config.status, fixing a problem with Ada95 builds (cf: 20111022).
3362         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
3363           accommodate broken implementations for _XPG6.
3364         + eliminate usage of NULL symbol from etip.h, to reduce header
3365           interdependencies.
3366         + add configure check to decide when to add _XOPEN_SOURCE define to
3367           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
3368           This is a workaround for gcc 4.6, which fails to build the c++
3369           binding if that symbol is defined by the application, due to
3370           incorrectly combining the corresponding feature test macros
3371           (report by Peter Kruse).
3372
3373 20111022
3374         + correct logic for discarding mouse events, retaining the partial
3375           events used to build up click, double-click, etc, until needed
3376           (cf: 20110917).
3377         + fix configure script to avoid creating unused Ada95 makefile when
3378           gnat does not work.
3379         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
3380           internal functions of libncurses.  The external interface of courses
3381           uses bool, which still produces these warnings.
3382
3383 20111015
3384         + improve description of --disable-tic-depends option to make it
3385           clear that it may be useful whether or not the --with-termlib
3386           option is also given (report by Sven Joachim).
3387         + amend termcap equivalent for set_pglen_inch to use the X/Open
3388           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
3389         + improve manpage for tgetent differences from termcap library.
3390
3391 20111008
3392         + moved static data from db_iterator.c to lib_data.c
3393         + modify db_iterator.c for memory-leak checking, fix one leak.
3394         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
3395           of ncurses rather than Requires, as well as Libs.private for the
3396           other library dependencies (prompted by Debian #644728).
3397
3398 20111001
3399         + modify tic "-K" option to only set the strict-flag rather than force
3400           source-output.  That allows the same flag to control the parser for
3401           input and output of termcap source.
3402         + modify _nc_getent() to ignore backslash at the end of a comment line,
3403           making it consistent with ncurses' parser.
3404         + restore a special-case check for directory needed to make termcap
3405           text files load as if they were databases (cf: 20110924).
3406         + modify tic's resolution/collision checking to attempt to remove the
3407           conflicting alias from the second entry in the pair, which is
3408           normally following in the source file.  Also improved the warning
3409           message to make it simpler to see which alias is the problem.
3410         + improve performance of the database iterator by caching search-list.
3411
3412 20110925
3413         + add a missing "else" in changes to _nc_read_tic_entry().
3414
3415 20110924
3416         + modify _nc_read_tic_entry() so that hashed-database is checked before
3417           filesystem.
3418         + updated CF_CURSES_LIBS check in test/configure script.
3419         + modify configure script and makefiles to split TIC_ARGS and
3420           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
3421           to help separate searches for tic- and tinfo-libraries (patch by Nick
3422           Alcock aka "Nix").
3423         + build-fix for lib_mouse.c changes (cf: 20110917).
3424
3425 20110917
3426         + fix compiler warning for clang 2.9
3427         + improve merging of mouse events (integrated patch by Damien
3428           Guibouret).
3429         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
3430           (patch by Damien Guibouret).
3431
3432 20110910
3433         + modify misc/gen_edit.sh to select a "linux" entry which works with
3434           the current kernel rather than assuming it is always "linux3.0"
3435           (cf: 20110716).
3436         + revert a change to getmouse() which had the undesirable side-effect
3437           of suppressing button-release events (report by Damien Guibouret,
3438           cf: 20100102).
3439         + add xterm+kbs fragment from xterm #272 -TD
3440         + add configure option --with-pkg-config-libdir to provide control over
3441           the actual directory into which pc-files are installed, do not use
3442           the pkg-config environment variables (discussion with Frederic L W
3443           Meunier).
3444         + add link to mailing-list archive in announce.html.in, as done in
3445           FAQ (prompted by question by Andrius Bentkus).
3446         + improve manpage install by adjusting the "#include" examples to
3447           show the ncurses-subdirectory used when --disable-overwrite option
3448           is used.
3449         + install an alias for "curses" to the ncurses manpage, tied to the
3450           --with-curses-h configure option (suggested by Reuben Thomas).
3451
3452 20110903
3453         + propagate error-returns from wresize, i.e., the internal
3454           increase_size and decrease_size functions through resize_term (report
3455           by Tim van der Molen, cf:  20020713).
3456         + fix typo in tset manpage (patch by Sven Joachim).
3457
3458 20110820
3459         + add a check to ensure that termcap files which might have "^?" do
3460           not use the terminfo interpretation as "\177".
3461         + minor cleanup of X-terminal emulator section of terminfo.src -TD
3462         + add terminator entry -TD
3463         + add simpleterm entry -TD
3464         + improve wattr_get macros by ensuring that if the window pointer is
3465           null, then the attribute and color values returned will be zero
3466           (cf: 20110528).
3467
3468 20110813
3469         + add substitution for $RPATH_LIST to misc/ncurses-config.in
3470         + improve performance of tic with hashed-database by caching the
3471           database connection, using atexit() to cleanup.
3472         + modify treatment of 2-character aliases at the beginning of termcap
3473           entries so they are not counted in use-resolution, since these are
3474           guaranteed to be unique.  Also ignore these aliases when reporting
3475           the primary name of the entry (cf: 20040501)
3476         + double-check gn (generic) flag in terminal descriptions to
3477           accommodate old/buggy termcap databases which misused that feature.
3478         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
3479           error-return.
3480
3481 20110807
3482         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
3483           variable is defined in the makefiles which use it.
3484         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
3485         + build-fixes for NetBSD 5.1 with termcap support enabled.
3486         + corrected k9 in dg460-ansi, add other features based on manuals -TD
3487         + improve trimming of whitespace at the end of terminfo/termcap output
3488           from tic/infocmp.
3489         + when writing termcap source, ensure that colons in the description
3490           field are translated to a non-delimiter, i.e., "=".
3491         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
3492           use a single line.
3493         + add a null-pointer check when handling the $CC variable.
3494
3495 20110730
3496         + modify configure script and makefiles in c++ and progs to allow the
3497           directory used for rpath option to be overridden, e.g., to work
3498           around updates to the variables used by tic during an install.
3499         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
3500           for termcap output.
3501         + add _nc_strict_bsd variable in tic library which controls the
3502           "strict" BSD termcap compatibility from 20110723, plus these
3503           features:
3504           + allow escapes such as "\8" and "\9" when reading termcap
3505           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
3506             termcap files, passing through "a", "e", etc.
3507           + expand "\:" as "\072" on output.
3508         + modify _nc_get_token() to reset the token's string value in case
3509           there is a string-typed token lacking the "=" marker.
3510         + fix a few memory leaks in _nc_tgetent.
3511         + fix a few places where reading from a termcap file could refer to
3512           freed memory.
3513         + add an overflow check when converting terminfo/termcap numeric
3514           values, since terminfo stores those in a short, and they must be
3515           positive.
3516         + correct internal variables used for translating to termcap "%>"
3517           feature, and translating from termcap %B to terminfo, needed by
3518           tctest (cf: 19991211).
3519         + amend a minor fix to acsc when loading a termcap file to separate it
3520           from warnings needed for tic (cf: 20040710)
3521         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
3522           a termcap file to be handled via TERMINFO_DIRS.
3523         + modify _nc_infotocap() to include non-mandatory padding when
3524           translating to termcap.
3525         + modify _nc_read_termcap_entry(), passing a flag in the case where
3526           getcap is used, to reduce interactive warning messages.
3527
3528 20110723
3529         + add a check in start_color() to limit color-pairs to 256 when
3530           extended colors are not supported (patch by David Benjamin).
3531         + modify setcchar to omit no-longer-needed OR'ing of color pair in
3532           the SetAttr() macro (patch by David Benjamin).
3533         + add kich1 to sun terminfo entry (Yuri Pankov)
3534         + use bold rather than reverse for smso in sun-color terminfo entry
3535           (Yuri Pankov).
3536         + improve generation of termcap using tic/infocmp -C option, e.g.,
3537           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
3538           regarding Schilling's test program):
3539           + translate %02 and %03 to %2 and %3 respectively.
3540           + suppress string capabilities which use %s, not supported by tgoto
3541           + use \040 rather than \s
3542           + expand null characters as \200 rather than \0
3543         + modify configure script to support shared libraries for DragonFlyBSD.
3544
3545 20110716
3546         + replace an assert() in _nc_Free_Argument() with a regular null
3547           pointer check (report/analysis by Franjo Ivancic).
3548         + modify configure --enable-pc-files option to take into account the
3549           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
3550         + add/use xterm+tmux chunk from xterm #271 -TD
3551         + resync xterm-new entry from xterm #271 -TD
3552         + add E3 extended capability to linux-basic (Miroslav Lichvar)
3553         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
3554         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
3555         + fix inconsistent tabset path in pcmw (Todd C. Miller).
3556         + remove a backslash which continued comment, obscuring altos3
3557           definition with OpenBSD toolset (Nicholas Marriott).
3558
3559 20110702
3560         + add workaround from xterm #271 changes to ensure that compiler flags
3561           are not used in the $CC variable.
3562         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
3563           7.1 with both gcc 4.2.4 and cc.
3564         + modify configure checks for AIX to include release 7.x
3565         + add loader flags/libraries to libtool options so that dynamic loading
3566           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
3567           at gentoo prefix repository (patch by Michael Haubenwallner).
3568
3569 20110626
3570         + move include of nc_termios.h out of term_entry.h, since the latter
3571           is installed, e.g., for tack while the former is not (report by
3572           Sven Joachim).
3573
3574 20110625
3575         + improve cleanup() function in lib_tstp.c, using _exit() rather than
3576           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
3577           comments forwarded by Nicholas Marriott).
3578         + reduce name pollution from term.h, moving fallback #define's for
3579           tcgetattr(), etc., to new private header nc_termios.h (report by
3580           Sergio NNX).
3581         + two minor fixes for tracing (patch by Vassili Courzakis).
3582         + improve trace initialization by starting it in use_env() and
3583           ripoffline().
3584         + review old email, add details for some changelog entries.
3585
3586 20110611
3587         + update minix entry to minix 3.2 (Thomas Cort).
3588         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
3589
3590 20110604
3591         + fixes for MirBSD port:
3592           + set default prefix to /usr.
3593           + add support for shared libraries in configure script.
3594           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
3595         + add a few more checks based on ncurses/link_test.
3596         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
3597
3598 20110528
3599         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
3600         + used ncurses/link_test to check for behavior when the terminal has
3601           not been initialized and when an application passes null pointers
3602           to the library.  Added checks to cover this (prompted by Redhat
3603           #707344).
3604         + modify MKlib_gen.sh to make its main() function call each function
3605           with zero parameters, to help find inconsistent checking for null
3606           pointers, etc.
3607
3608 20110521
3609         + fix warnings from clang 2.7 "--analyze"
3610
3611 20110514
3612         + compiler-warning fixes in panel and progs.
3613         + modify CF_PKG_CONFIG macro, from changes to tin -TD
3614         + modify CF_CURSES_FUNCS configure macro, used in test directory
3615           configure script:
3616           + work around (non-optimizer) bug in gcc 4.2.1 which caused
3617             test-expression to be omitted from executable.
3618           + force the linker to see a link-time expression of a symbol, to
3619             help work around weak-symbol issues.
3620
3621 20110507
3622         + update discussion of MKfallback.sh script in INSTALL; normally the
3623           script is used automatically via the configured makefiles.  However
3624           there are still occasions when it might be used directly by packagers
3625           (report by Gunter Schaffler).
3626         + modify misc/ncurses-config.in to omit the "-L" option from the
3627           "--libs" output if the library directory is /usr/lib.
3628         + change order of tests for curses.h versus ncurses.h headers in the
3629           configure scripts for Ada95 and test-directories, to look for
3630           ncurses.h, from fixes to tin -TD
3631         + modify ncurses/tinfo/access.c to account for Tandem's root uid
3632           (report by Joachim Schmitz).
3633
3634 20110430
3635         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
3636           is not used when building a static library (report by Nicolas
3637           Boulenguez):
3638         + Ada95 build-fix for big-endian architectures such as sparc.  This
3639           undoes one of the fixes from 20110319, which added an "Unused" member
3640           to representation clauses, replacing that with pragmas to suppress
3641           warnings about unused bits (patch by Nicolas Boulenguez).
3642
3643 20110423
3644         + add check in test/configure for use_window, use_screen.
3645         + add configure-checks for getopt's variables, which may be declared
3646           as different types on some Unix systems.
3647         + add check in test/configure for some legacy curses types of the
3648           function pointer passed to tputs().
3649         + modify init_pair() to accept -1's for color value after
3650           assume_default_colors() has been called (Debian #337095).
3651         + modify test/background.c, adding commmand-line options to demonstrate
3652           assume_default_colors() and use_default_colors().
3653
3654 20110416
3655         + modify configure script/source-code to only define _POSIX_SOURCE if
3656           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
3657           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
3658         + update config.guess, config.sub
3659
3660 20110409
3661         + fixes to build c++ binding with clang 3.0 (patch by Alexander
3662           Kolesen).
3663         + add check for unctrl.h in test/configure, to work around breakage in
3664           some ncurses packages.
3665         + add "--disable-widec" option to test/configure script.
3666         + add "--with-curses-colr" and "--with-curses-5lib" options to the
3667           test/configure script to address testing with very old machines.
3668
3669 20110404 5.9 release for upload to ftp.gnu.org
3670
3671 20110402
3672         + various build-fixes for the rpm/dpkg scripts.
3673         + add "--enable-rpath-link" option to Ada95/configure, to allow
3674           packages to suppress the rpath feature which is normally used for
3675           the in-tree build of sample programs.
3676         + corrected definition of libdir variable in Ada95/src/Makefile.in,
3677           needed for rpm script.
3678         + add "--with-shared" option to Ada95/configure script, to allow
3679           making the C-language parts of the binding use appropriate compiler
3680           options if building a shared library with gnat.
3681
3682 20110329
3683         > portability fixes for Ada95 binding:
3684         + add configure check to ensure that SIGINT works with gnat.  This is
3685           needed for the "rain" sample program.  If SIGINT does not work, omit
3686           that sample program.
3687         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
3688         + add ncurses_compat.c, to supply functions used in the Ada95 binding
3689           which were added in 5.7 and later.
3690         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
3691           upon GNU sed.
3692
3693 20110326
3694         + add special check in Ada95/configure script for ncurses6 reentrant
3695           code.
3696         + regen Ada html documentation.
3697         + build-fix for Ada shared libraries versus the varargs workaround.
3698         + add rpm and dpkg scripts for Ada95 and test directories, for test
3699           builds.
3700         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
3701           CF_X_ATHENA_LIBS.
3702         + add configure check to determine if gnat's project feature supports
3703           libraries, i.e., collections of .ali files.
3704         + make all dereferences in Ada95 samples explicit.
3705         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
3706         + add configure check for, ifdef's for math.h which is in a separate
3707           package on Solaris and potentially not installed (report by Petr
3708           Pavlu).
3709         > fixes for Ada95 binding (Nicolas Boulenguez):
3710         + improve type-checking in Ada95 by eliminating a few warning-suppress
3711           pragmas.
3712         + suppress unreferenced warnings.
3713         + make all dereferences in binding explicit.
3714
3715 20110319
3716         + regen Ada html documentation.
3717         + change order of -I options from ncurses*-config script when the
3718           --disable-overwrite option was used, so that the subdirectory include
3719           is listed first.
3720         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
3721         + modify configure script to provide value for HTML_DIR in
3722           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
3723           distributed separately (report by Nicolas Boulenguez).
3724         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
3725           CFLAGS for the build has these options.
3726         + amend change from 20070324, to not add 1 to the result of getmaxx
3727           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
3728           thread in comp.lang.ada).
3729         + build-fix Ada95/samples for gnat 4.5
3730         + spelling fixes for Ada95/samples/explain.txt
3731         > fixes for Ada95 binding (Nicolas Boulenguez):
3732         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
3733         + add workaround for binding to set_field_type(), which uses varargs.
3734           The original binding from 990220 relied on the prevalent
3735           implementation of varargs which did not support or need va_copy().
3736         + add dependency on gen/Makefile.in needed for *-panels.ads
3737         + add Library_Options to library.gpr
3738         + add Languages to library.gpr, for gprbuild
3739
3740 20110307
3741         + revert changes to limit-checks from 20110122 (Debian #616711).
3742         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
3743         + corrected a minor sign error in a field of Low_Level_Field_Type, to
3744           conform to form.h.
3745         + replaced C_Int by Curses_Bool as return type for some callbacks, see
3746           fieldtype(3FORM).
3747         + modify samples/sample-explain.adb to provide explicit message when
3748           explain.txt is not found.
3749
3750 20110305
3751         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
3752         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
3753           for compiler warnings (report by Nicolas Boulenguez).
3754         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
3755           needed to compile when chtype is 64-bits using gnat 4.4.5
3756
3757 20110226 5.8 release for upload to ftp.gnu.org
3758
3759 20110226
3760         + update release notes, for 5.8.
3761         + regenerated html manpages.
3762         + change open() in _nc_read_file_entry() to fopen() for consistency
3763           with write_file().
3764         + modify misc/run_tic.in to create parent directory, in case this is
3765           a new install of hashed database.
3766         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
3767
3768 20110220
3769         + configure script rpath fixes from xterm #269.
3770         + workaround for cygwin's non-functional features.h, to force ncurses'
3771           configure script to define _XOPEN_SOURCE_EXTENDED when building
3772           wide-character configuration.
3773         + build-fix in run_tic.sh for OS/2 EMX install
3774         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
3775
3776 20110212
3777         + regenerated html manpages.
3778         + use _tracef() in show_where() function of tic, to work correctly with
3779           special case of trace configuration.
3780
3781 20110205
3782         + add xterm-utf8 entry as a demo of the U8 feature -TD
3783         + add U8 feature to denote entries for terminal emulators which do not
3784           support VT100 SI/SO when processing UTF-8 encoding -TD
3785         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
3786           extended terminfo capability U8 (prompted by mailing list
3787           discussion).
3788
3789 20110122
3790         + start documenting interface changes for upcoming 5.8 release.
3791         + correct limit-checks in derwin().
3792         + correct limit-checks in newwin(), to ensure that windows have nonzero
3793           size (report by Garrett Cooper).
3794         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
3795           Alcock).
3796         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
3797           by discussion with Kevin Martin).
3798
3799 20110115
3800         + modify Ada95/configure script to make the --with-curses-dir option
3801           work without requiring the --with-ncurses option.
3802         + modify test programs to allow them to be built with NetBSD curses.
3803         + document thick- and double-line symbols in curs_add_wch.3x manpage.
3804         + document WACS_xxx constants in curs_add_wch.3x manpage.
3805         + fix some warnings for clang 2.6 "--analyze"
3806         + modify Ada95 makefiles to make html-documentation with the project
3807           file configuration if that is used.
3808         + update config.guess, config.sub
3809
3810 20110108
3811         + regenerated html manpages.
3812         + minor fixes to enable lint when trace is not enabled, e.g., with
3813           clang --analyze.
3814         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
3815         + update ncurses/llib-lncurses*
3816
3817 20110101
3818         + fix remaining strict compiler warnings in ncurses library ABI=5,
3819           except those dealing with function pointers, etc.
3820
3821 20101225
3822         + modify nc_tparm.h, adding guards against repeated inclusion, and
3823           allowing TPARM_ARG to be overridden.
3824         + fix some strict compiler warnings in ncurses library.
3825
3826 20101211
3827         + suppress ncv in screen entry, allowing underline (patch by Alejandro
3828           R Sedeno).
3829         + also suppress ncv in konsole-base -TD
3830         + fixes in wins_nwstr() and related functions to ensure that special
3831           characters, i.e., control characters are handled properly with the
3832           wide-character configuration.
3833         + correct a comparison in wins_nwstr() (Redhat #661506).
3834         + correct help-messages in some of the test-programs, which still
3835           referred to quitting with 'q'.
3836
3837 20101204
3838         + add special case to _nc_infotocap() to recognize the setaf/setab
3839           strings from xterm+256color and xterm+88color, and provide a reduced
3840           version which works with termcap.
3841         + remove obsolete emacs "Local Variables" section from documentation
3842           (request by Sven Joachim).
3843         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
3844           (report by Sven Joachim).
3845
3846 20101128
3847         + modify test/configure and test/Makefile.in to handle this special
3848           case of building within a build-tree (Debian #34182):
3849                 mkdir -p build && cd build && ../test/configure && make
3850
3851 20101127
3852         + miscellaneous build-fixes for Ada95 and test-directories when built
3853           out-of-tree.
3854         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
3855         + fix typo in rmso for tek4106 entry -Goran Weinholt
3856
3857 20101120
3858         + improve checks in test/configure for X libraries, from xterm #267
3859           changes.
3860         + modify test/configure to allow it to use the build-tree's libraries
3861           e.g., when using that to configure the test-programs without the
3862           rpath feature (request by Sven Joachim).
3863         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
3864           for compatibility, but generally deprecating those since the VTE
3865           library is what actually defines the behavior of "gnome", etc.,
3866           since 2003 -TD
3867
3868 20101113
3869         + compiler warning fixes for test programs.
3870         + various build-fixes for test-programs with pdcurses.
3871         + updated configure checks for X packages in test/configure from xterm
3872           #267 changes.
3873         + add configure check to gnatmake, to accommodate cygwin.
3874
3875 20101106
3876         + correct list of sub-directories needed in Ada95 tree for building as
3877           a separate package.
3878         + modify scripts in test-directory to improve builds as a separate
3879           package.
3880
3881 20101023
3882         + correct parsing of relative tab-stops in tabs program (report by
3883           Philip Ganchev).
3884         + adjust configure script so that "t" is not added to library suffix
3885           when weak-symbols are used, allowing the pthread configuration to
3886           more closely match the non-thread naming (report by Werner Fink).
3887         + modify configure check for tic program, used for fallbacks, to a
3888           warning if not found.  This makes it simpler to use additonal
3889           scripts to bootstrap the fallbacks code using tic from the build
3890           tree (report by Werner Fink).
3891         + fix several places in configure script using ${variable-value} form.
3892         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
3893           which do not support selectively linking against static libraries
3894           (report by John P. Hartmann)
3895         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
3896
3897 20101009
3898         + correct comparison used for setting 16-colors in linux-16color
3899           entry (Novell #644831) -TD
3900         + improve linux-16color entry, using "dim" for color-8 which makes it
3901           gray rather than black like color-0 -TD
3902         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
3903           external package "cindent".
3904
3905 20101002
3906         + improve linkages in html manpages, adding references to the newer
3907           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
3908         + add checks in tic for inconsistent cursor-movement controls, and for
3909           inconsistent printer-controls.
3910         + fill in no-parameter forms of cursor-movement where a parameterized
3911           form is available -TD
3912         + fill in missing cursor controls where the form of the controls is
3913           ANSI -TD
3914         + fix inconsistent punctuation in form_variables manpage (patch by
3915           Sven Joachim).
3916         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
3917         > patch by Juergen Pfeifer:
3918         + document how to build 32-bit libraries in README.MinGW
3919         + fixes to filename computation in mk-dlls.sh.in
3920         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
3921           Joachim).
3922         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
3923           distinguish between 32-bit and 64-bit hosts.  The result is stored
3924           in mingw_arch
3925
3926 20100925
3927         + add "XT" capability to entries for terminals that support both
3928           xterm-style mouse- and title-controls, for "screen" which
3929           special-cases TERM beginning with "xterm" or "rxvt" -TD
3930         > patch by Juergen Pfeifer:
3931         + use 64-Bit MinGW toolchain (recommended package from TDM, see
3932           README.MinGW).
3933         + support pthreads when using the TDM MinGW toolchain
3934
3935 20100918
3936         + regenerated html manpages.
3937         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
3938         + add manpage for sp-funcs.
3939         + add sp-funcs to test/listused.sh, for documentation aids.
3940
3941 20100911
3942         + add manpages for summarizing public variables of curses-, terminfo-
3943           and form-libraries.
3944         + minor fixes to manpages for consistency (patch by Jason McIntyre).
3945         + modify tic's -I/-C dump to reformat acsc strings into canonical form
3946           (sorted, unique mapping) (cf: 971004).
3947         + add configure check for pthread_kill(), needed for some old
3948           platforms.
3949
3950 20100904
3951         + add configure option --without-tests, to suppress building test
3952           programs (request by Frederic L W Meunier).
3953
3954 20100828
3955         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
3956         + add check in terminfo source-reader to provide more informative
3957           message when someone attempts to run tic on a compiled terminal
3958           description (prompted by Debian #593920).
3959         + note in infotocap and captoinfo manpages that they read terminal
3960           descriptions from text-files (Debian #593920).
3961         + improve acsc string for vt52, show arrow keys (patch by Benjamin
3962           Sittler).
3963
3964 20100814
3965         + document in manpages that "mv" functions first use wmove() to check
3966           the window pointer and whether the position lies within the window
3967           (suggested by Poul-Henning Kamp).
3968         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
3969           by Tim van der Molen).
3970         + modify configure script to transform library names for tic- and
3971           tinfo-libraries so that those build properly with Mac OS X shared
3972           library configuration.
3973         + modify configure script to ensure that it removes conftest.dSYM
3974           directory leftover on checks with Mac OS X.
3975         + modify configure script to cleanup after check for symbolic links.
3976
3977 20100807
3978         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
3979           (cf: 20100724)
3980         + improve configure checks for location of tic and infocmp programs
3981           used for installing database and for generating fallback data,
3982           e.g., for cross-compiling.
3983         + add Markus Kuhn's wcwidth function for compiling MinGW
3984         + add special case to CF_REGEX for cross-compiling to MinGW target.
3985
3986 20100731
3987         + modify initialization check for win32con driver to eliminate need for
3988           special case for TERM "unknown", using terminal database if available
3989           (prompted by discussion with Roumen Petrov).
3990         + for MinGW port, ensure that terminal driver is setup if tgetent()
3991           is called (patch by Roumen Petrov).
3992         + document tabs "-0" and "-8" options in manpage.
3993         + fix Debian "lintian" issues with manpages reported in
3994           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
3995
3996 20100724
3997         + add a check in tic for missing set_tab if clear_all_tabs given.
3998         + improve use of symbolic links in makefiles by using "-f" option if
3999           it is supported, to eliminate temporary removal of the target
4000           (prompted by http://www.t2-project.org/packages/ncurses.html)
4001         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
4002           after exit from 'm' main-menu command.
4003         + improved ncu-indent, from mawk changes, allows more than one of
4004           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
4005
4006 20100717
4007         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
4008           the alternate character set (patch by Nicholas Marriott)
4009         + remove tar-copy.sh and related configure/Makefile chunks, since the
4010           Ada95 binding is now installed using rules in Ada95/src.
4011
4012 20100703
4013         + continue integrating changes to use gnatmake project files in Ada95
4014           + add/use configure check to turn on project rules for Ada95/src.
4015         + revert the vfork change from 20100130, since it does not work.
4016
4017 20100626
4018         + continue integrating changes to use gnatmake project files in Ada95
4019           + old gnatmake (3.15) does not produce libraries using project-file;
4020             work around by adding script to generate alternate makefile.
4021
4022 20100619
4023         + continue integrating changes to use gnatmake project files in Ada95
4024           + add configure --with-ada-sharedlib option, for the test_make rule.
4025           + move Ada95-related logic into aclocal.m4, since additional checks
4026             will be needed to distinguish old/new implementations of gnat.
4027
4028 20100612
4029         + start integrating changes to use gnatmake project files in Ada95 tree
4030           + add test_make / test_clean / test_install rules in Ada95/src
4031           + change install-path for adainclude directory to /usr/share/ada (was
4032             /usr/lib/ada).
4033         + update Ada95/configure.
4034         + add mlterm+256color entry, for mlterm 3.0.0 -TD
4035         + modify test/configure to use macros to ensure consistent order
4036           of updating LIBS variable.
4037
4038 20100605
4039         + change search order of options for Solaris in CF_SHARED_OPTS, to
4040           work with 64-bit compiles.
4041         + correct quoting of assignment in CF_SHARED_OPTS case for aix
4042           (cf: 20081227)
4043
4044 20100529
4045         + regenerated html documentation.
4046         + modify test/configure to support pkg-config for checking X libraries
4047           used by PDCurses.
4048         + add/use configure macro CF_ADD_LIB to force consistency of
4049           assignments to $LIBS, etc.
4050         + fix configure script for combining --with-pthread
4051           and --enable-weak-symbols options.
4052
4053 20100522
4054         + correct cross-compiling configure check for CF_MKSTEMP macro, by
4055           adding a check cache variable set by AC_CHECK_FUNC (report by
4056           Pierre Labastie).
4057         + simplify include-dependencies of make_hash and make_keys, to reduce
4058           the need for setting BUILD_CPPFLAGS in cross-compiling when the
4059           build- and target-machines differ.
4060         + repair broken-linker configuration by restoring a definition of SP
4061           variable to curses.priv.h, and adjusting for cases where sp-funcs
4062           are used.
4063         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
4064           variable to override (prompted by report by Pablo Cazallas).
4065
4066 20100515
4067         + add configure option --enable-pthreads-eintr to control whether the
4068           new EINTR feature is enabled.
4069         + modify logic in pthread configuration to allow EINTR to interrupt
4070           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
4071         + drop mkdirs.sh, use "mkdir -p".
4072         + add configure option --disable-libtool-version, to use the
4073           "-version-number" feature which was added in libtool 1.5 (report by
4074           Peter Haering).  The default value for the option uses the newer
4075           feature, which makes libraries generated using libtool compatible
4076           with the standard builds of ncurses.
4077         + updated test/configure to match configure script macros.
4078         + fixes for configure script from lynx changes:
4079           + improve CF_FIND_LINKAGE logic for the case where a function is
4080             found in predefined libraries.
4081           + revert part of change to CF_HEADER (cf: 20100424)
4082
4083 20100501
4084         + correct limit-check in wredrawln, accounting for begy/begx values
4085           (patch by David Benjamin).
4086         + fix most compiler warnings from clang.
4087         + amend build-fix for OpenSolaris, to ensure that a system header is
4088           included in curses.h before testing feature symbols, since they
4089           may be defined by that route.
4090
4091 20100424
4092         + fix some strict compiler warnings in ncurses library.
4093         + modify configure macro CF_HEADER_PATH to not look for variations in
4094           the predefined include directories.
4095         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
4096           with gcc 4.x's c89 alias, which gives warning messages for cases
4097           where older versions would produce an error.
4098
4099 20100417
4100         + modify _nc_capcmp() to work with cancelled strings.
4101         + correct translation of "^" in _nc_infotocap(), used to transform
4102           terminfo to termcap strings
4103         + add configure --disable-rpath-hack, to allow disabling the feature
4104           which adds rpath options for libraries in unusual places.
4105         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
4106           directory was already added.
4107         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
4108           directories (which will be ignored).
4109
4110 20100410
4111         + improve win_driver.c handling of mouse:
4112           + discard motion events
4113           + avoid calling _nc_timed_wait when there is a mouse event
4114           + handle 4th and "rightmost" buttons.
4115         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
4116           cases where there are embedded blanks in the rpath option.
4117
4118 20100403
4119         + add configure check for exctags vs ctags, to work around pkgsrc.
4120         + simplify logic in _nc_get_screensize() to make it easier to see how
4121           environment variables may override system- and terminfo-values
4122           (prompted by discussion with Igor Bujna).
4123         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
4124         + improve handling of color-pairs embedded in attributes for the
4125           extended-colors configuration.
4126         + modify MKlib_gen.sh to build link_test with sp-funcs.
4127         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
4128           configuration as well as for rpath feature in *-config scripts.
4129
4130 20100327
4131         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
4132           reusable.
4133         + improve configure CF_REGEX, similar fixes.
4134         + improve configure CF_FIND_LINKAGE, adding add check between system
4135           (default) and explicit paths, where we can find the entrypoint in the
4136           given library.
4137         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
4138           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
4139           Ensure that Gpm_Close() is called in this case.
4140
4141 20100320
4142         + rename atari and st52 terminfo entries to atari-old, st52-old, use
4143           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
4144           Hourihane).
4145
4146 20100313
4147         + modify install-rule for manpages so that *-config manpages will
4148           install when building with --srcdir (report by Sven Joachim).
4149         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
4150           option is not the same as --disable-leaks (GenToo #305889).
4151         + modify #define's for build-compiler to suppress cchar_t symbol from
4152           compile of make_hash and make_keys, improving cross-compilation of
4153           ncursesw (report by Bernhard Rosenkraenzer).
4154         + modify CF_MAN_PAGES configure macro to replace all occurrences of
4155           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
4156           Kaseorg).
4157
4158 20100306
4159         + generate manpages for the *-config scripts, adapted from help2man
4160           (suggested by Sven Joachim).
4161         + use va_copy() in _nc_printf_string() to avoid conflicting use of
4162           va_list value in _nc_printf_length() (report by Wim Lewis).
4163
4164 20100227
4165         + add Ada95/configure script, to use in tar-file created by
4166           Ada95/make-tar.sh
4167         + fix typo in wresize.3x (patch by Tim van der Molen).
4168         + modify screen-bce.XXX entries to exclude ech, since screen's color
4169           model does not clear with color for that feature -TD
4170
4171 20100220
4172         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
4173           making those separately distributable.
4174         + build-fix for static libraries without dlsym (Debian #556378).
4175         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
4176           Schwarze).
4177
4178 20100213
4179         + add several screen-bce.XXX entries -TD
4180
4181 20100206
4182         + update mrxvt terminfo entry -TD
4183         + modify win_driver.c to support mouse single-clicks.
4184         + correct name for termlib in ncurses*-config, e.g., if it is renamed
4185           to provide a single file for ncurses/ncursesw libraries (patch by
4186           Miroslav Lichvar).
4187
4188 20100130
4189         + use vfork in test/ditto.c if available (request by Mike Frysinger).
4190         + miscellaneous cleanup of manpages.
4191         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
4192         + build-fix for --srcdir (patch by Miroslav Lichvar).
4193
4194 20100123
4195         + for term-driver configuration, ensure that the driver pointer is
4196           initialized in setupterm so that terminfo/termcap programs work.
4197         + amend fix for Debian #542031 to ensure that wattrset() returns only
4198           OK or ERR, rather than the attribute value (report by Miroslav
4199           Lichvar).
4200         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
4201           _nc_screen_of() compatible between normal/wide libraries again (patch
4202           by Miroslav Lichvar)
4203         + review/fix include-dependencies in modules files (report by Miroslav
4204           Lichvar).
4205
4206 20100116
4207         + modify win_driver.c to initialize acs_map for win32 console, so
4208           that line-drawing works.
4209         + modify win_driver.c to initialize TERMINAL struct so that programs
4210           such as test/lrtest.c and test/ncurses.c which test string
4211           capabilities can run.
4212         + modify term-driver modules to eliminate forward-reference
4213           declarations.
4214
4215 20100109
4216         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
4217           consistently to add new -D's while removing duplicates.
4218         + modify a few configure macros to consistently put new options
4219           before older in the list.
4220         + add tiparm(), based on review of X/Open Curses Issue 7.
4221         + minor documentation cleanup.
4222         + update config.guess, config.sub from
4223                 http://savannah.gnu.org/projects/config
4224           (caveat - its maintainer put 2010 copyright date on files dated 2009)
4225
4226 20100102
4227         + minor improvement to tic's checking of similar SGR's to allow for the
4228           most common case of SGR 0.
4229         + modify getmouse() to act as its documentation implied, returning on
4230           each call the preceding event until none are left.  When no more
4231           events remain, it will return ERR.
4232
4233 20091227
4234         + change order of lookup in progs/tput.c, looking for terminfo data
4235           first.  This fixes a confusion between termcap "sg" and terminfo
4236           "sgr" or "sgr0", originally from 990123 changes, but exposed by
4237           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
4238           ambiguous (Mandriva #56272).
4239
4240 20091226
4241         + add bterm terminfo entry, based on bogl 0.1.18 -TD
4242         + minor fix to rxvt+pcfkeys terminfo entry -TD
4243         + build-fixes for Ada95 tree for gnat 4.4 "style".
4244
4245 20091219
4246         + remove old check in mvderwin() which prevented moving a derived
4247           window whose origin happened to coincide with its parent's origin
4248           (report by Katarina Machalkova).
4249         + improve test/ncurses.c to put mouse droppings in the proper window.
4250         + update minix terminfo entry -TD
4251         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
4252
4253 20091212
4254         + correct transfer of multicolumn characters in multirow
4255           field_buffer(), which stopped at the end of the first row due to
4256           filling of unused entries in a cchar_t array with nulls.
4257         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
4258         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
4259           nulls.
4260         + use strdup() in set_menu_mark(), restore .marklen struct member on
4261           failure.
4262         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
4263           tset.c per
4264                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
4265           (patch by Nicholas Marriott).
4266         + replace a malloc in tic.c with strdup, checking for failure (patch by
4267           Nicholas Marriott).
4268         + update config.guess, config.sub from
4269                 http://savannah.gnu.org/projects/config
4270
4271 20091205
4272         + correct layout of working window used to extract data in
4273           wide-character configured by set_field_buffer (patch by Rafael
4274           Garrido Fernandez)
4275         + improve some limit-checks related to filename length in reading and
4276           writing terminfo entries.
4277         + ensure that filename is always filled in when attempting to read
4278           a terminfo entry, so that infocmp can report the filename (patch
4279           by Nicholas Marriott).
4280
4281 20091128
4282         + modify mk-1st.awk to allow tinfo library to be built when term-driver
4283           is enabled.
4284         + add error-check to configure script to ensure that sp-funcs is
4285           enabled if term-driver is, since some internal interfaces rely upon
4286           this.
4287
4288 20091121
4289         + fix case where progs/tput is used while sp-funcs is configure; this
4290           requires save/restore of out-character function from _nc_prescreen
4291           rather than the SCREEN structure (report by Charles Wilson).
4292         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
4293         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
4294
4295 20091114
4296         + updated man/curs_trace.3x
4297         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
4298         + change a variable name in lib_newwin.c to make it clearer which
4299           value is being freed on error (patch by Nicholas Marriott).
4300
4301 20091107
4302         + improve test/ncurses.c color-cycling test by reusing attribute-
4303           and color-cycling logic from the video-attributes screen.
4304         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
4305           library which help make it compatible with interop applications
4306           (patch by Juergen Pfeifer).
4307         + add configure option --enable-interop, for integrating changes
4308           for generic/interop support to form-library by Juergen Pfeifer
4309
4310 20091031
4311         + modify use of $CC environment variable which is defined by X/Open
4312           as a curses feature, to ignore it if it is not a single character
4313           (prompted by discussion with Benjamin C W Sittler).
4314         + add START_TRACE in slk_init
4315         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
4316           soft-keys, broken in 20090927 merging.
4317         + change initialization of "hidden" flag for soft-keys from true to
4318           false, broken in 20090704 merging (Ubuntu #464274).
4319         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
4320           discussion with Fabian Groffen in GenToo #206201).
4321         + add test/xterm-256color.dat
4322
4323 20091024
4324         + quiet some pedantic gcc warnings.
4325         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
4326           SIGWINCH, and discard that value, to avoid confusing application
4327           (patch by Eygene Ryabinkin, FreeBSD #136223).
4328
4329 20091017
4330         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
4331           a possibly colon-separated list (Debian #550716).
4332
4333 20091010
4334         + supply a null-terminator to buffer in _nc_viswibuf().
4335         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
4336         + minor fixes to error-returns in default function for tputs, as well
4337           as in lib_screen.c
4338
4339 20091003
4340         + add WACS_xxx definitions to wide-character configuration for thick-
4341           and double-lines (discussion with Slava Zanko).
4342         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
4343         + add ccc and initc capabilities to xterm-16color -TD
4344         > patch by Benjamin C W Sittler:
4345         + add linux-16color
4346         + correct initc capability of linux-c-nc end-of-range
4347         + similar change for dg+ccc and dgunix+ccc
4348
4349 20090927
4350         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
4351           that module since 20090711 is in libtinfo.
4352         + add configure option --enable-term-driver, to allow compiling with
4353           terminal-driver.  That is used in MinGW port, and (being somewhat
4354           more complicated) is an experimental alternative to the conventional
4355           termlib internals.  Currently, it requires the sp-funcs feature to
4356           be enabled.
4357         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
4358           library (some work remains for forms library).
4359
4360 20090919
4361         + document return code from define_key (report by Mike Gran).
4362         + make some symbolic links in the terminfo directory-tree shorter
4363           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
4364         + fix some groff warnings in terminfo.5, etc., from recent Debian
4365           changes.
4366         + change ncv and op capabilities in sun-color terminfo entry to match
4367           Sun's entry for this (report by Laszlo Peter).
4368         + improve interix smso terminfo capability by using reverse rather than
4369           bold (report by Kristof Zelechovski).
4370
4371 20090912
4372         + add some test programs (and make these use the same special keys
4373           by sharing linedata.h functions):
4374           test/test_addstr.c
4375           test/test_addwstr.c
4376           test/test_addchstr.c
4377           test/test_add_wchstr.c
4378         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
4379           inserting wide characters, since the wins_wch() function that it used
4380           did not update the cursor position (report by Ciprian Craciun).
4381
4382 20090906
4383         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
4384           work.
4385         + add null-pointer checks to other opaque-functions.
4386         + add is_pad() and is_subwin() functions for opaque access to WINDOW
4387           (discussion with Mark Dickinson).
4388         + correct merge to lib_newterm.c, which broke when sp-funcs was
4389           enabled.
4390
4391 20090905
4392         + build-fix for building outside source-tree (report by Sven Joachim).
4393         + fix Debian lintian warning for man/tabs.1 by making section number
4394           agree with file-suffix (report by Sven Joachim).
4395         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4396
4397 20090829
4398         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
4399           amd64 (Debian #542031).
4400         + fix typo in curs_mouse.3x (Debian #429198).
4401
4402 20090822
4403         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4404
4405 20090815
4406         + correct use of terminfo capabilities for initializing soft-keys,
4407           broken in 20090510 merging.
4408         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
4409           in non-blocking mode (patch by Clemens Ladisch).
4410         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
4411           help with builds on non-Unix platforms such as OS/2 EMX.
4412         + modify scripting for misc/run_tic.sh to test configure script's
4413           $cross_compiling variable directly rather than comparing host/build
4414           compiler names (prompted by comment in GenToo #249363).
4415         + fix configure script option --with-database, which was coded as an
4416           enable-type switch.
4417         + build-fixes for --srcdir (report by Frederic L W Meunier).
4418
4419 20090808
4420         + separate _nc_find_entry() and _nc_find_type_entry() from
4421           implementation details of hash function.
4422
4423 20090803
4424         + add tabs.1 to man/man_db.renames
4425         + modify lib_addch.c to compensate for removal of wide-character test
4426           from unctrl() in 20090704 (Debian #539735).
4427
4428 20090801
4429         + improve discussion in INSTALL for use of system's tic/infocmp for
4430           cross-compiling and building fallbacks.
4431         + modify test/demo_termcap.c to correspond better to options in
4432           test/demo_terminfo.c
4433         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4434         + fix logic for 'V' in test/ncurses.c tests f/F.
4435
4436 20090728
4437         + correct logic in tigetnum(), which caused tput program to treat all
4438           string capabilities as numeric (report by Rajeev V Pillai,
4439           cf: 20090711).
4440
4441 20090725
4442         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4443
4444 20090718
4445         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
4446           20090704 changes.
4447         + modify _nc_find_type_entry() to use hashing.
4448         + make CCHARW_MAX value configurable, noting that changing this would
4449           change the size of cchar_t, and would be ABI-incompatible.
4450         + modify test-programs, e.g,.  test/view.c, to address subtle
4451           differences between Tru64/Solaris and HPUX/AIX getcchar() return
4452           values.
4453         + modify length returned by getcchar() to count the trailing null
4454           which is documented in X/Open (cf: 20020427).
4455         + fixes for test programs to build/work on HPUX and AIX, etc.
4456
4457 20090711
4458         + improve performance of tigetstr, etc., by using hashing code from tic.
4459         + minor fixes for memory-leak checking.
4460         + add test/demo_terminfo, for comparison with demo_termcap
4461
4462 20090704
4463         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
4464         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
4465           unctrl().
4466         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4467
4468 20090627
4469         + update llib-lncurses[wt] to use sp-funcs.
4470         + various code-fixes to build/work with --disable-macros configure
4471           option.
4472         + add several new files from Juergen Pfeifer which will be used when
4473           integration of "sp-funcs" is complete.  This includes a port to
4474           MinGW.
4475
4476 20090613
4477         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
4478           make includes of term.h without curses.h work (report by "Nix").
4479         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4480
4481 20090607
4482         + fix a regression in lib_tputs.c, from ongoing merges.
4483
4484 20090606
4485         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4486
4487 20090530
4488         + fix an infinite recursion when adding a legacy-coding 8-bit value
4489           using insch() (report by Clemens Ladisch).
4490         + free home-terminfo string in del_curterm() (patch by Dan Weber).
4491         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4492
4493 20090523
4494         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4495
4496 20090516
4497         + work around antique BSD game's manipulation of stdscr, etc., versus
4498           SCREEN's copy of the pointer (Debian #528411).
4499         + add a cast to wattrset macro to avoid compiler warning when comparing
4500           its result against ERR (adapted from patch by Matt Kraii, Debian
4501           #528374).
4502
4503 20090510
4504         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4505
4506 20090502
4507         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4508         + add vwmterm terminfo entry (patch by Bryan Christ).
4509
4510 20090425
4511         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4512
4513 20090419
4514         + build fix for _nc_free_and_exit() change in 20090418 (report by
4515           Christian Ebert).
4516
4517 20090418
4518         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4519
4520 20090411
4521         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4522           This change finishes merging for menu and panel libraries, does
4523           part of the form library.
4524
4525 20090404
4526         + suppress configure check for static/dynamic linker flags for gcc on
4527           Darwin (report by Nelson Beebe).
4528
4529 20090328
4530         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
4531           function key definitions from emx-base for consistency -TD
4532         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
4533           by Kalle Olavi Niemitalo).
4534         + improve test/ncurses.c 'F' test, show combining characters in color.
4535         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
4536           a temporary variable.
4537         + use _nc_doalloc() rather than realloc() in a few places in ncurses
4538           library to avoid leak in out-of-memory condition (reports by William
4539           Egert and Martin Ettl based on cppcheck tool).
4540         + add --with-ncurses-wrap-prefix option to test/configure (discussion
4541           with Charles Wilson).
4542         + use ncurses*-config scripts if available for test/configure.
4543         + update test/aclocal.m4 and test/configure
4544         > patches by Charles Wilson:
4545         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
4546           version numbers (e.g.  which include alphabetic chars, as well as
4547           digits, after the final '.').
4548         + improve use of -no-undefined option for libtool by setting an
4549           intermediate variable LT_UNDEF in the configure script, and then
4550           using that in the libtool link-commands.
4551         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
4552           from 20090321 changes.
4553         + improve mk-1st.awk script by writing separate cases for the
4554           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
4555           termlib) is to be linked.
4556         + modify configure.in to allow broken-linker configurations, not just
4557           enable-reentrant, to set public wrap prefix.
4558
4559 20090321
4560         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
4561           build with tic and term libraries (patch by Charles Wilson).
4562         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
4563           (report by Charles Wilson).
4564         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
4565           the form, menu or panel libraries (patch by Charles Wilson).
4566         + add configure option --with-wrap-prefix to allow setting the prefix
4567           for functions used to wrap global variables to something other than
4568           "_nc_" (discussion with Charles Wilson).
4569
4570 20090314
4571         + modify scripts to generate ncurses*-config and pc-files to add
4572           dependency for tinfo library (patch by Charles Wilson).
4573         + improve comparison of program-names when checking for linked flavors
4574           such as "reset" by ignoring the executable suffix (reports by Charles
4575           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
4576           list).
4577         + suppress configure check for static/dynamic linker flags for gcc on
4578           Solaris 10, since gcc is confused by absence of static libc, and
4579           does not switch back to dynamic mode before finishing the libraries
4580           (reports by Joel Bertrand, Alan Pae).
4581         + minor fixes to Intel compiler warning checks in configure script.
4582         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
4583         + modify set_curterm() to make broken-linker configuration work with
4584           changes from 20090228 (report by Charles Wilson).
4585
4586 20090228
4587         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4588         + modify declaration of cur_term when broken-linker is used, but
4589           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
4590
4591 20090221
4592         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
4593
4594 20090214
4595         + add configure script --enable-sp-funcs to enable the new set of
4596           extended functions.
4597         + start integrating patches by Juergen Pfeifer:
4598           + add extended functions which specify the SCREEN pointer for several
4599             curses functions which use the global SP (these are incomplete;
4600             some internals work is needed to complete these).
4601           + add special cases to configure script for MinGW port.
4602
4603 20090207
4604         + update several configure macros from lynx changes
4605           + append (not prepend) to CFLAGS/CPPFLAGS
4606           + change variable from PATHSEP to PATH_SEPARATOR
4607         + improve install-rules for pc-files (patch by Miroslav Lichvar).
4608           + make it work with $DESTDIR
4609           + create the pkg-config library directory if needed.
4610
4611 20090124
4612         + modify init_pair() to allow caller to create extra color pairs beyond
4613           the color_pairs limit, which use default colors (request by Emanuele
4614           Giaquinta).
4615         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
4616         + fix typo "==" where "=" is needed in ncurses-config.in and
4617           gen-pkgconfig.in files (Debian #512161).
4618
4619 20090117
4620         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
4621           *BSD's, without which "main" might be one of the shared library's
4622           dependencies (report/analysis by Ken Dickey).
4623         + modify waddch_literal(), updating line-pointer after a multicolumn
4624           character is found to not fit on the current row, and wrapping is
4625           done.  Since the line-pointer was not updated, the wrapped
4626           multicolumn character was written to the beginning of the current row
4627           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
4628           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
4629
4630 20090110
4631         + add screen.Eterm terminfo entry (GenToo #124887) -TD
4632         + modify adacurses-config to look for ".ali" files in the adalib
4633           directory.
4634         + correct install for Ada95, which omitted libAdaCurses.a used in
4635           adacurses-config
4636         + change install for adacurses-config to provide additional flavors
4637           such as adacursesw-config, for ncursesw (GenToo #167849).
4638
4639 20090105
4640         + remove undeveloped feature in ncurses-config.in for setting
4641           prefix variable.
4642         + recent change to ncurses-config.in did not take into account the
4643           --disable-overwrite option, which sets $includedir to the
4644           subdirectory and using just that for a -I option does not work - fix
4645           (report by Frederic L W Meunier).
4646
4647 20090104
4648         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
4649           deciding whether to add $LIBS to --libs output; that should be shown
4650           for the ncurses and tinfo libraries without taking rpath into
4651           account.
4652         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
4653           used in static libraries (report by Marty Jack).
4654
4655 20090103
4656         + add a configure-time check to pick a suitable value for
4657           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
4658         + add configure --with-pkg-config and --enable-pc-files options, along
4659           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
4660           for pkg-config (request by Jan Engelhardt).
4661         + use $includedir symbol in misc/ncurses-config.in, add --includedir
4662           option.
4663         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
4664           configure check to detect whether a "-" is needed before "ar"
4665           options.
4666         + update config.guess, config.sub from
4667                 http://savannah.gnu.org/projects/config
4668
4669 20081227
4670         + modify mk-1st.awk to work with extra categories for tinfo library.
4671         + modify configure script to allow building shared libraries with gcc
4672           on AIX 5 or 6 (adapted from patch by Lital Natan).
4673
4674 20081220
4675         + modify to omit the opaque-functions from lib_gen.o when
4676           --disable-ext-funcs is used.
4677         + add test/clip_printw.c to illustrate how to use printw without
4678           wrapping.
4679         + modify ncurses 'F' test to demo wborder_set() with colored lines.
4680         + modify ncurses 'f' test to demo wborder() with colored lines.
4681
4682 20081213
4683         + add check for failure to open hashed-database needed for db4.6
4684           (GenToo #245370).
4685         + corrected --without-manpages option; previous change only suppressed
4686           the auxiliary rules install.man and uninstall.man
4687         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
4688           GenToo #250454).
4689         + fixes from NetBSD port at
4690           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
4691           patch-ac (build-fix for DragonFly)
4692           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
4693         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
4694           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
4695           search-lists.
4696         + correct title string for keybound manpage (patch by Frederic Culot,
4697           OpenBSD documentation/6019),
4698
4699 20081206
4700         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
4701           work for progs/clear, progs/tabs, etc.
4702         + correct buffer-size after internal resizing of wide-character
4703           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
4704         + add "-i" option to test/filter.c to tell it to use initscr() rather
4705           than newterm(), to investigate report on comp.unix.programmer that
4706           ncurses would clear the screen in that case (it does not - the issue
4707           was xterm's alternate screen feature).
4708         + add check in mouse-driver to disable connection if GPM returns a
4709           zero, indicating that the connection is closed (Debian #506717,
4710           adapted from patch by Samuel Thibault).
4711
4712 20081129
4713         + improve a workaround in adding wide-characters, when a control
4714           character is found.  The library (cf: 20040207) uses unctrl() to
4715           obtain a printable version of the control character, but was not
4716           passing color or video attributes.
4717         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
4718           display meta-characters.
4719         + turn on _XOPEN_CURSES definition in curses.h
4720         + add eterm-color entry (report by Vincent Lefevre) -TD
4721         + correct use of key_name() in test/ncurses.c 'A' test, which only
4722           displays wide-characters, not key-codes since 20070612 (report by
4723           Ricardo Cantu).
4724
4725 20081122
4726         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
4727           Ada95 (patch by Juergen Pfeifer).
4728         + document in TO-DO an issue with Cygwin's package for GNAT (report
4729           by Mike Dennison).
4730         + improve error-checking of command-line options in "tabs" program.
4731
4732 20081115
4733         + change several terminfo entries to make consistent use of ANSI
4734           clear-all-tabs -TD
4735         + add "tabs" program (prompted by Debian #502260).
4736         + add configure --without-manpages option (request by Mike Frysinger).
4737
4738 20081102 5.7 release for upload to ftp.gnu.org
4739
4740 20081025
4741         + add a manpage to discuss memory leaks.
4742         + add support for shared libraries for QNX (other than libtool, which
4743           does not work well on that platform).
4744         + build-fix for QNX C++ binding.
4745
4746 20081018
4747         + build-fixes for OS/2 EMX.
4748         + modify form library to accept control characters such as newline
4749           in set_field_buffer(), which is compatible with Solaris (report by
4750           Nit Khair).
4751         + modify configure script to assume --without-hashed-db when
4752           --disable-database is used.
4753         + add "-e" option in ncurses/Makefile.in when generating source-files
4754           to force earlier exit if the build environment fails unexpectedly
4755           (prompted by patch by Adrian Bunk).
4756         + change configure script to use CF_UTF8_LIB, improved variant of
4757           CF_LIBUTF8.
4758
4759 20081012
4760         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
4761           original to teraterm2.3 -TD
4762         + update "gnome" terminfo to 2.22.3 -TD
4763         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
4764         + add "aterm" terminfo -TD
4765         + add "linux2.6.26" terminfo -TD
4766         + add logic to tic for cancelling strings in user-defined capabilities,
4767           overlooked til now.
4768
4769 20081011
4770         + regenerated html documentation.
4771         + add -m and -s options to test/keynames.c and test/key_names.c to test
4772           the meta() function with keyname() or key_name(), respectively.
4773         + correct return value of key_name() on error; it is null.
4774         + document some unresolved issues for rpath and pthreads in TO-DO.
4775         + fix a missing prototype for ioctl() on OpenBSD in tset.c
4776         + add configure option --disable-tic-depends to make explicit whether
4777           tic library depends on ncurses/ncursesw library, amends change from
4778           20080823 (prompted by Debian #501421).
4779
4780 20081004
4781         + some build-fixes for configure --disable-ext-funcs (incomplete, but
4782           works for C/C++ parts).
4783         + improve configure-check for awks unable to handle large strings, e.g.
4784           AIX 5.1 whose awk silently gives up on large printf's.
4785
4786 20080927
4787         + fix build for --with-dmalloc by workaround for redefinition of
4788           strndup between string.h and dmalloc.h
4789         + fix build for --disable-sigwinch
4790         + add environment variable NCURSES_GPM_TERMS to allow override to use
4791           GPM on terminals other than "linux", etc.
4792         + disable GPM mouse support when $TERM does not happen to contain
4793           "linux", since Gpm_Open() no longer limits its assertion to terminals
4794           that it might handle, e.g., within "screen" in xterm.
4795         + reset mouse file-descriptor when unloading GPM library (report by
4796           Miroslav Lichvar).
4797         + fix build for --disable-leaks --enable-widec --with-termlib
4798         > patch by Juergen Pfeifer:
4799         + use improved initialization for soft-label keys in Ada95 sample code.
4800         + discard internal symbol _nc_slk_format (unused since 20080112).
4801         + move call of slk_paint_info() from _nc_slk_initialize() to
4802           slk_intern_refresh(), improving initialization.
4803
4804 20080925
4805         + fix bug in mouse code for GPM from 20080920 changes (reported in
4806           Debian #500103, also Miroslav Lichvar).
4807
4808 20080920
4809         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
4810         + fix a memory leak when failure to connect to GPM.
4811         + correct check for notimeout() in wgetch() (report on linux.redhat
4812           newsgroup by FurtiveBertie).
4813         + add an example warning-suppression file for valgrind,
4814           misc/ncurses.supp (based on example from Reuben Thomas)
4815
4816 20080913
4817         + change shared-library configuration for OpenBSD, make rpath work.
4818         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
4819
4820 20080907
4821         + corrected fix for --enable-weak-symbols (report by Frederic L W
4822           Meunier).
4823
4824 20080906
4825         + corrected gcc options for building shared libraries on IRIX64.
4826         + add configure check for awk programs unable to handle big-strings,
4827           use that to improve the default for --enable-big-strings option.
4828         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
4829           Meunier).
4830         + update test/configure script.
4831         + adapt ifdef's from library to make test/view.c build when mbrtowc()
4832           is unavailable, e.g., with HPUX 10.20.
4833         + add configure check for wcsrtombs, mbsrtowcs, which are used in
4834           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
4835           fixing build of ncursew for HPUX 11.00
4836
4837 20080830
4838         + fixes to make Ada95 demo_panels() example work.
4839         + modify Ada95 'rain' test program to accept keyboard commands like the
4840           C-version.
4841         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
4842           Mccreary).
4843         + add configure-check to see if the std namespace is legal for cerr
4844           and endl, to fix a build issue with Tru64.
4845         + consistently use NCURSES_BOOL in lib_gen.c
4846         + filter #line's from lib_gen.c
4847         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
4848           substitution by IBM xlc to '#' as part of its extensions to digraphs.
4849         + update config.guess, config.sub from
4850                 http://savannah.gnu.org/projects/config
4851           (caveat - its maintainer removed support for older Linux systems).
4852
4853 20080823
4854         + modify configure check for pthread library to work with OSF/1 5.1,
4855           which uses #define's to associate its header and library.
4856         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
4857           makes threaded code work on HPUX 11.23
4858         + fix a bug in demo_menus in freeing menus (cf: 20080804).
4859         + modify configure script for the case where tic library is used (and
4860           possibly renamed) to remove its dependency upon ncurses/ncursew
4861           library (patch by Dr Werner Fink).
4862         + correct manpage for menu_fore() which gave wrong default for
4863           the attribute used to display a selected entry (report by Mike Gran).
4864         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
4865           Debian #495815) -TD
4866
4867 20080816
4868         + add configure option --enable-weak-symbols to turn on new feature.
4869         + add configure-check for availability of weak symbols.
4870         + modify linkage with pthread library to use weak symbols so that
4871           applications not linked to that library will not use the mutexes,
4872           etc.  This relies on gcc, and may be platform-specific (patch by Dr
4873           Werner Fink).
4874         + add note to INSTALL to document limitation of renaming of tic library
4875           using the --with-ticlib configure option (report by Dr Werner Fink).
4876         + document (in manpage) why tputs does not detect I/O errors (prompted
4877           by comments by Samuel Thibault).
4878         + fix remaining warnings from Klocwork report.
4879
4880 20080804
4881         + modify _nc_panelhook() data to account for a permanent memory leak.
4882         + fix memory leaks in test/demo_menus
4883         + fix most warnings from Klocwork tool (report by Larry Zhou).
4884         + modify configure script CF_XOPEN_SOURCE macro to add case for
4885           "dragonfly" from xterm #236 changes.
4886         + modify configure script --with-hashed-db to let $LIBS override the
4887           search for the db library (prompted by report by Samson Pierre).
4888
4889 20080726
4890         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
4891           thresholds).
4892
4893 20080713
4894         + build-fix (reports by Christian Ebert, Funda Wang).
4895
4896 20080712
4897         + compiler-warning fixes for Solaris.
4898
4899 20080705
4900         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
4901           make those work properly with the "--enable-ext-mouse" configuration
4902           (cf: 20050205).
4903         + improve documentation of build-cc options in INSTALL.
4904         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
4905           -static/-dynamic flags properly to linker, causing test/bs to
4906           not link.
4907
4908 20080628
4909         + correct some ifdef's needed for the broken-linker configuration.
4910         + make debugging library's $BAUDRATE feature work for termcap
4911           interface.
4912         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
4913           by comment on FreeBSD mailing list).
4914         + add screen.mlterm terminfo entry -TD
4915         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
4916
4917 20080621
4918         + regenerated html documentation.
4919         + expand manpage description of parameters for form_driver() and
4920           menu_driver() (prompted by discussion with Adam Spragg).
4921         + add null-pointer checks for cur_term in baudrate() and
4922           def_shell_mode(), def_prog_mode()
4923         + fix some memory leaks in delscreen() and wide acs.
4924
4925 20080614
4926         + modify test/ditto.c to illustrate multi-threaded use_screen().
4927         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
4928         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
4929           by Poor Yorick).
4930
4931 20080607
4932         + finish changes to wgetch(), making it switch as needed to the
4933           window's actual screen when calling wrefresh() and wgetnstr().  That
4934           allows wgetch() to get used concurrently in different threads with
4935           some minor restrictions, e.g., the application should not delete a
4936           window which is being used in a wgetch().
4937         + simplify mutex's, combining the window- and screen-mutex's.
4938
4939 20080531
4940         + modify wgetch() to use the screen which corresponds to its window
4941           parameter rather than relying on SP; some dependent functions still
4942           use SP internally.
4943         + factor out most use of SP in lib_mouse.c, using parameter.
4944         + add internal _nc_keyname(), replacing keyname() to associate with a
4945           particular SCREEN rather than the global SP.
4946         + add internal _nc_unctrl(), replacing unctrl() to associate with a
4947           particular SCREEN rather than the global SP.
4948         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
4949           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
4950         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
4951           preference to the global _nc_globals.tracechr_buf buffer.
4952
4953 20080524
4954         + modify _nc_keypad() to make it switch temporarily as needed to the
4955           screen which must be updated.
4956         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
4957           always set the screen's copy of this variable in set_curterm().
4958         + restore curs_set() state after endwin()/refresh() (report/patch
4959           Miroslav Lichvar)
4960
4961 20080517
4962         + modify configure script to note that --enable-ext-colors and
4963           --enable-ext-mouse are not experimental, but extensions from
4964           the ncurses ABI 5.
4965         + corrected manpage description of setcchar() (discussion with
4966           Emanuele Giaquinta).
4967         + fix for adding a non-spacing character at the beginning of a line
4968           (report/patch by Miroslav Lichvar).
4969
4970 20080503
4971         + modify screen.* terminfo entries using new screen+fkeys to fix
4972           overridden keys in screen.rxvt (Debian #478094) -TD
4973         + modify internal interfaces to reduce wgetch()'s dependency on the
4974           global SP.
4975         + simplify some loops with macros each_screen(), each_window() and
4976           each_ripoff().
4977
4978 20080426
4979         + continue modifying test/ditto.c toward making it demonstrate
4980           multithreaded use_screen(), using fifos to pass data between screens.
4981         + fix typo in form.3x (report by Mike Gran).
4982
4983 20080419
4984         + add screen.rxvt terminfo entry -TD
4985         + modify tic -f option to format spaces as \s to prevent them from
4986           being lost when that is read back in unformatted strings.
4987         + improve test/ditto.c, using a "talk"-style layout.
4988
4989 20080412
4990         + change test/ditto.c to use openpty() and xterm.
4991         + add locks for copywin(), dupwin(), overlap(), overlay() on their
4992           window parameters.
4993         + add locks for initscr() and newterm() on updates to the SCREEN
4994           pointer.
4995         + finish table in curs_thread.3x manpage.
4996
4997 20080405
4998         + begin table in curs_thread.3x manpage describing the scope of data
4999           used by each function (or symbol) for threading analysis.
5000         + add null-pointer checks to setsyx() and getsyx() (prompted by
5001           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
5002           python-dev2 mailing list).
5003
5004 20080329
5005         + add null-pointer checks in set_term() and delscreen().
5006         + move _nc_windows into _nc_globals, since windows can be pads, which
5007           are not associated with a particular screen.
5008         + change use_screen() to pass the SCREEN* parameter rather than
5009           stdscr to the callback function.
5010         + force libtool to use tag for 'CC' in case it does not detect this,
5011           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
5012           (report/patch by Michael Haubenwallner).
5013         + override OBJEXT to "lo" when building with libtool, to work on
5014           platforms such as AIX where libtool may use a different suffix for
5015           the object files than ".o" (report/patch by Michael Haubenwallner).
5016         + add configure --with-pthread option, for building with the POSIX
5017           thread library.
5018
5019 20080322
5020         + fill in extended-color pair two more places in wbkgrndset() and
5021           waddch_nosync() (prompted by Sedeno's patch).
5022         + fill in extended-color pair in _nc_build_wch() to make colors work
5023           for wide-characters using extended-colors (patch by Alejandro R
5024           Sedeno).
5025         + add x/X toggles to ncurses.c C color test to test/demo
5026           wide-characters with extended-colors.
5027         + add a/A toggles to ncurses.c c/C color tests.
5028         + modify test/ditto.c to use use_screen().
5029         + finish modifying test/rain.c to demonstrate threads.
5030
5031 20080308
5032         + start modifying test/rain.c for threading demo.
5033         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
5034           that the 'F' accepts.
5035         + modify test/worm.c to show trail in reverse-video when other threads
5036           are working concurrently.
5037         + fix a deadlock from improper nesting of mutexes for windowlist and
5038           window.
5039
5040 20080301
5041         + fixes from 20080223 resolved issue with mutexes; change to use
5042           recursive mutexes to fix memory leak in delwin() as called from
5043           _nc_free_and_exit().
5044
5045 20080223
5046         + fix a size-difference in _nc_globals which caused hanging of mutex
5047           lock/unlock when termlib was built separately.
5048
5049 20080216
5050         + avoid using nanosleep() in threaded configuration since that often
5051           is implemented to suspend the entire process.
5052
5053 20080209
5054         + update test programs to build/work with various UNIX curses for
5055           comparisons.  This was to reinvestigate statement in X/Open Curses
5056           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
5057           implementations do this, as noted in manpage (cf: 20040228).
5058
5059 20080203
5060         + modify _nc_setupscreen() to set the legacy-coding value the same
5061           for both narrow/wide models.  It had been set only for wide model,
5062           but is needed to make unctrl() work with locale in the narrow model.
5063         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
5064           using unctrl() to display illegal bytes rather than trying to append
5065           further bytes to make up a valid sequence (reported by Andrey A
5066           Chernov).
5067         + modify unctrl() to check codes in 128-255 range versus isprint().
5068           If they are not printable, and locale was set, use a "M-" or "~"
5069           sequence.
5070
5071 20080126
5072         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
5073           handling).  Now it hangs in napms(), no matter whether nanosleep()
5074           or poll() or select() are used on Linux.
5075
5076 20080119
5077         + fixes to build with --disable-ext-funcs
5078         + add manpage for use_window and use_screen.
5079         + add set_tabsize() and set_escdelay() functions.
5080
5081 20080112
5082         + remove recursive-mutex definitions, finish threading demo for worm.c
5083         + remove a redundant adjustment of lines in resizeterm.c's
5084           adjust_window() which caused occasional misadjustment of stdscr when
5085           softkeys were used.
5086
5087 20080105
5088         + several improvements to terminfo entries based on xterm #230 -TD
5089         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
5090           "link_test" builds properly.
5091         + fix for toe command-line options -u/-U to ensure filename is given.
5092         + fix allocation-size for command-line parsing in infocmp from 20070728
5093           (report by Miroslav Lichvar)
5094         + improve resizeterm() by moving ripped-off lines, and repainting the
5095           soft-keys (report by Katarina Machalkova)
5096         + add clarification in wclear's manpage noting that the screen will be
5097           cleared even if a subwindow is cleared (prompted by Christer Enfors
5098           question).
5099         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
5100
5101 20071222
5102         + continue implementing support for threading demo by adding mutex
5103           for delwin().
5104
5105 20071215
5106         + add several functions to C++ binding which wrap C functions that
5107           pass a WINDOW* parameter (request by Chris Lee).
5108
5109 20071201
5110         + add note about configure options needed for Berkeley database to the
5111           INSTALL file.
5112         + improve checks for version of Berkeley database libraries.
5113         + amend fix for rpath to not modify LDFLAGS if the platform has no
5114           applicable transformation (report by Christian Ebert, cf: 20071124).
5115
5116 20071124
5117         + modify configure option --with-hashed-db to accept a parameter which
5118           is the install-prefix of a given Berkeley Database (prompted by
5119           pierre4d2 comments).
5120         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
5121           used in the form library to determine the length of the buffer needed
5122           by field_buffer (report by Alfred Fung).
5123         + remove unneeded window-parameter from C++ binding for wresize (report
5124           by Chris Lee).
5125
5126 20071117
5127         + modify the support for filesystems which do not support mixed-case to
5128           generate 2-character (hexadecimal) codes for the lower-level of the
5129           filesystem terminfo database (request by Michail Vidiassov).
5130         + add configure option --enable-mixed-case, to allow overriding the
5131           configure script's check if the filesystem supports mixed-case
5132           filenames.
5133         + add wresize() to C++ binding (request by Chris Lee).
5134         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
5135           it simpler to tell if the extended functions and/or colors are
5136           declared.
5137
5138 20071103
5139         + update memory-leak checks for changes to names.c and codes.c
5140         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
5141
5142 20071020
5143         + continue implementing support for threading demo by adding mutex
5144           for use_window().
5145         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
5146           cursor keys -TD
5147         + compile with FreeBSD "contemporary" TTY interface (patch by
5148           Rong-En Fan).
5149
5150 20071013
5151         + modify makefile rules to allow clear, tput and tset to be built
5152           without libtic.  The other programs (infocmp, tic and toe) rely on
5153           that library.
5154         + add/modify null-pointer checks in several functions for SP and/or
5155           the WINDOW* parameter (report by Thorben Krueger).
5156         + fixes for field_buffer() in formw library (see Redhat #310071,
5157           patches by Miroslav Lichvar).
5158         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
5159           Lichvar).
5160         + update/improve mlterm and rxvt terminfo entries, e.g., for
5161           the modified cursor- and keypad-keys -TD
5162
5163 20071006
5164         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
5165           changes the CharEq() macro to an inline function to allow comparing
5166           cchar_t struct's without comparing gaps in a possibly unpacked
5167           memory layout (report by Miroslav Lichvar).
5168
5169 20070929
5170         + add new functions to lib_trace.c to setup mutex's for the _tracef()
5171           calls within the ncurses library.
5172         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
5173           the SCREEN.
5174         + start modifying test/worm.c to provide threading demo (incomplete).
5175         + separated ifdef's for some BSD-related symbols in tset.c, to make
5176           it compile on LynxOS (report by Greg Gemmer).
5177 20070915
5178         + modify Ada95/gen/Makefile to use shlib script, to simplify building
5179           shared-library configuration on platforms lacking rpath support.
5180         + build-fix for Ada95/src/Makefile to reflect changed dependency for
5181           the terminal-interface-curses-aux.adb file which is now generated.
5182         + restructuring test/worm.c, for use_window() example.
5183
5184 20070908
5185         + add use_window() and use_screen() functions, to develop into support
5186           for threaded library (incomplete).
5187         + fix typos in man/curs_opaque.3x which kept the install script from
5188           creating symbolic links to two aliases created in 20070818 (report by
5189           Rong-En Fan).
5190
5191 20070901
5192         + remove a spurious newline from output of html.m4, which caused links
5193           for Ada95 html to be incorrect for the files generated using m4.
5194         + start investigating mutex's for SCREEN manipulation (incomplete).
5195         + minor cleanup of codes.c/names.c for --enable-const
5196         + expand/revise "Routine and Argument Names" section of ncurses manpage
5197           to address report by David Givens in newsgroup discussion.
5198         + fix interaction between --without-progs/--with-termcap configure
5199           options (report by Michail Vidiassov).
5200         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
5201
5202 20070825
5203         + fix a sign-extension bug in infocmp's repair_acsc() function
5204           (cf: 971004).
5205         + fix old configure script bug which prevented "--disable-warnings"
5206           option from working (patch by Mike Frysinger).
5207
5208 20070818
5209         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
5210         + modify comp_hash.c's string output to avoid misinterpreting a null
5211           "\0" followed by a digit.
5212         + modify MKnames.awk and MKcodes.awk to support big-strings.
5213           This only applies to the cases (broken linker, reentrant) where
5214           the corresponding arrays are accessed via wrapper functions.
5215         + split MKnames.awk into two scripts, eliminating the shell redirection
5216           which complicated the make process and also the bogus timestamp file
5217           which was introduced to fix "make -j".
5218         + add test/test_opaque.c, test/test_arrays.c
5219         + add wgetscrreg() and wgetparent() for applications that may need it
5220           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
5221
5222 20070812
5223         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
5224           unless "-T" is given (cf: 981017).
5225         + modify comp_captab.c generation to use big-strings.
5226         + make _nc_capalias_table and _nc_infoalias_table private accessed via
5227           _nc_get_alias_table() since the tables are used only within the tic
5228           library.
5229         + modify configure script to skip Intel compiler in CF_C_INLINE.
5230         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
5231           _nc_get_hash_table() since the tables are used only within the tic
5232           library.
5233
5234 20070728
5235         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
5236           _nc_get_alias_table() since they are used only by parse_entry.c
5237         + make _nc_key_names private since it is used only by lib_keyname.c
5238         + add --disable-big-strings configure option to control whether
5239           unctrl.c is generated using the big-string optimization - which may
5240           use strings longer than supported by a given compiler.
5241         + reduce relocation tables for tic, infocmp by changing type of
5242           internal hash tables to short, and make those private symbols.
5243         + eliminate large fixed arrays from progs/infocmp.c
5244
5245 20070721
5246         + change winnstr() to stop at the end of the line (cf: 970315).
5247         + add test/test_get_wstr.c
5248         + add test/test_getstr.c
5249         + add test/test_inwstr.c
5250         + add test/test_instr.c
5251
5252 20070716
5253         + restore a call to obtain screen-size in _nc_setupterm(), which
5254           is used in tput and other non-screen applications via setupterm()
5255           (Debian #433357, reported by Florent Bayle, Christian Ohm,
5256           cf: 20070310).
5257
5258 20070714
5259         + add test/savescreen.c test-program
5260         + add check to trace-file open, if the given name is a directory, add
5261           ".log" to the name and try again.
5262         + add konsole-256color entry -TD
5263         + add extra gcc warning options from xterm.
5264         + minor fixes for ncurses/hashmap test-program.
5265         + modify configure script to quiet c++ build with libtool when the
5266           --disable-echo option is used.
5267         + modify configure script to disable ada95 if libtool is selected,
5268           writing a warning message (addresses FreeBSD #114493).
5269         + update config.guess, config.sub
5270
5271 20070707
5272         + add continuous-move "M" to demo_panels to help test refresh changes.
5273         + improve fix for refresh of window on top of multi-column characters,
5274           taking into account some split characters on left/right window
5275           boundaries.
5276
5277 20070630
5278         + add "widec" row to _tracedump() output to help diagnose remaining
5279           problems with multi-column characters.
5280         + partial fix for refresh of window on top of multi-column characters
5281           which are partly overwritten (report by Sadrul H Chowdhury).
5282         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
5283           multi-column extension bits are passed there.
5284         + add setlocale() call to demo_panels.c, needed for wide-characters.
5285         + add some output flags to _nc_trace_ttymode to help diagnose a bug
5286           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
5287
5288 20070623
5289         + add test/demo_panels.c
5290         + implement opaque version of setsyx() and getsyx().
5291
5292 20070612
5293         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
5294           #226 -TD
5295         + split-out key_name() from MKkeyname.awk since it now depends upon
5296           wunctrl() which is not in libtinfo (report by Rong-En Fan).
5297
5298 20070609
5299         + add test/key_name.c
5300         + add stdscr cases to test/inchs.c and test/inch_wide.c
5301         + update test/configure
5302         + correct formatting of DEL (0x7f) in _nc_vischar().
5303         + null-terminate result of wunctrl().
5304         + add null-pointer check in key_name() (report by Andreas Krennmair,
5305           cf: 20020901).
5306
5307 20070602
5308         + adapt mouse-handling code from menu library in form-library
5309           (discussion with Clive Nicolson).
5310         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
5311           illustrate how to use mvcur().
5312         + modify wide-character flavor of SetAttr() to preserve the
5313           WidecExt() value stored in the .attr field, e.g., in case it
5314           is overwritten by chgat (report by Aleksi Torhamo).
5315         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
5316         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
5317
5318 20070526
5319         + modify keyname() to use "^X" form only if meta() has been called, or
5320           if keyname() is called without initializing curses, e.g., via
5321           initscr() or newterm() (prompted by LinuxBase #1604).
5322         + document some portability issues in man/curs_util.3x
5323         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
5324           broken by moving that data into SCREEN (cf: 20061230).
5325
5326 20070512
5327         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
5328           problem reported by Sadrul H Chowdhury with repainting parts of
5329           a fullwidth cell.
5330         + modify slk_init() so that if there are preceding calls to
5331           ripoffline(), those affect the available lines for soft-keys (adapted
5332           from patch by Clive Nicolson).
5333         + document some portability issues in man/curs_getyx.3x
5334
5335 20070505
5336         + fix a bug in Ada95/samples/ncurses which caused a variable to
5337           become uninitialized in the "b" test.
5338         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
5339           movement of files, fix a few incorrect manpage references in the
5340           generated html.
5341         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
5342           memory-checking.
5343         + correct some functions in Ada95 binding which were using return value
5344           from C where none was returned:  idcok(), immedok() and wtimeout().
5345         + amend recent changes for Ada95 binding to make it build with
5346           Cygwin's linker, e.g., with configure options
5347                 --enable-broken-linker --with-ticlib
5348
5349 20070428
5350         + add a configure check for gcc's options for inlining, use that to
5351           quiet a warning message where gcc's default behavior changed from
5352           3.x to 4.x.
5353         + improve warning message when checking if GPM is linked to curses
5354           library by not warning if its use of "wgetch" is via a weak symbol.
5355         + add loader options when building with static libraries to ensure that
5356           an installed shared library for ncurses does not conflict.  This is
5357           reported as problem with Tru64, but could affect other platforms
5358           (report Martin Mokrejs, analysis by Tim Mooney).
5359         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
5360           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
5361           + revert a change from 20070303 which commented out dependency of
5362             SHLIB_LIST in form/menu/panel/c++ libraries.
5363         + fix initialization of ripoff stack pointer (cf: 20070421).
5364
5365 20070421
5366         + move most static variables into structures _nc_globals and
5367           _nc_prescreen, to simplify storage.
5368         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
5369           type for data manipulated by signal handlers (prompted by comments
5370           in mailing.openbsd.bugs newsgroup).
5371         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
5372           to the libtool create- and link-operations.
5373
5374 20070414
5375         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
5376           the installed aliases (report by Peter Santoro).
5377         + fix configure script to not try to generate adacurses-config when
5378           Ada95 tree is not built.
5379
5380 20070407
5381         + add man/curs_legacy.3x, man/curs_opaque.3x
5382         + fix acs_map binding for Ada95 when --enable-reentrant is used.
5383         + add adacurses-config to the Ada95 install, based on version from
5384           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
5385           comment on comp.lang.ada newsgroup).
5386         + fix includes in c++ binding to build with Intel compiler
5387           (cf: 20061209).
5388         + update install rule in Ada95 to use mkdirs.sh
5389         > other fixes prompted by inspection for Coverity report:
5390         + modify ifdef's for c++ binding to use try/catch/throw statements
5391         + add a null-pointer check in tack/ansi.c request_cfss()
5392         + fix a memory leak in ncurses/base/wresize.c
5393         + corrected check for valid memu/meml capabilities in
5394           progs/dump_entry.c when handling V_HPUX case.
5395         > fixes based on Coverity report:
5396         + remove dead code in test/bs.c
5397         + remove dead code in test/demo_defkey.c
5398         + remove an unused assignment in progs/infocmp.c
5399         + fix a limit check in tack/ansi.c tools_charset()
5400         + fix tack/ansi.c tools_status() to perform the VT320/VT420
5401           tests in request_cfss().  The function had exited too soon.
5402         + fix a memory leak in tic.c's make_namelist()
5403         + fix a couple of places in tack/output.c which did not check for EOF.
5404         + fix a loop-condition in test/bs.c
5405         + add index checks in lib_color.c for color palettes
5406         + add index checks in progs/dump_entry.c for version_filter() handling
5407           of V_BSD case.
5408         + fix a possible null-pointer dereference in copywin()
5409         + fix a possible null-pointer dereference in waddchnstr()
5410         + add a null-pointer check in _nc_expand_try()
5411         + add a null-pointer check in tic.c's make_namelist()
5412         + add a null-pointer check in _nc_expand_try()
5413         + add null-pointer checks in test/cardfile.c
5414         + fix a double-free in ncurses/tinfo/trim_sgr0.c
5415         + fix a double-free in ncurses/base/wresize.c
5416         + add try/catch block to c++/cursesmain.cc
5417
5418 20070331
5419         + modify Ada95 binding to build with --enable-reentrant by wrapping
5420           global variables (bug: acs_map does not yet work).
5421         + modify Ada95 binding to use the new access-functions, allowing it
5422           to build/run when NCURSES_OPAQUE is set.
5423         + add access-functions and macros to return properties of the WINDOW
5424           structure, e.g., when NCURSES_OPAQUE is set.
5425         + improved install-sh's quoting.
5426         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
5427           other programs.
5428
5429 20070324
5430         + eliminate part of the direct use of WINDOW data from Ada95 interface.
5431         + fix substitutions for termlib filename to make configure option
5432           --enable-reentrant work with --with-termlib.
5433         + change a constructor for NCursesWindow to allow compiling with
5434           NCURSES_OPAQUE set, since we cannot pass a reference to
5435           an opaque pointer.
5436
5437 20070317
5438         + ignore --with-chtype=unsigned since unsigned is always added to
5439           the type in curses.h; do the same for --with-mmask-t.
5440         + change warning regarding --enable-ext-colors and wide-character
5441           in the configure script to an error.
5442         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
5443           such as Darwin's libtool program (report by Michail Vidiassov)
5444         + modify edit_man.sh to allow for multiple substitutions per line.
5445         + set locale in misc/ncurses-config.in since it uses a range
5446         + change permissions libncurses++.a install (report by Michail
5447           Vidiassov).
5448         + corrected length of temporary buffer in wide-character version
5449           of set_field_buffer() (related to report by Bryan Christ).
5450
5451 20070311
5452         + fix mk-1st.awk script install_shlib() function, broken in 20070224
5453           changes for cygwin (report by  Michail Vidiassov).
5454
5455 20070310
5456         + increase size of array in _nc_visbuf2n() to make "tic -v" work
5457           properly in its similar_sgr() function (report/analysis by Peter
5458           Santoro).
5459         + add --enable-reentrant configure option for ongoing changes to
5460           implement a reentrant version of ncurses:
5461           + libraries are suffixed with "t"
5462           + wrap several global variables (curscr, newscr, stdscr, ttytype,
5463             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
5464             functions returning values stored in SCREEN or cur_term.
5465           + move some initialization (LINES, COLS) from lib_setup.c,
5466             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
5467
5468 20070303
5469         + regenerated html documentation.
5470         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
5471           opaque in selected configurations.
5472         + move the chunk in lib_acs.c which resets acs capabilities when
5473           running on a terminal whose locale interferes with those into
5474           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
5475           identical (requested by Miroslav Lichvar).
5476         + do not use configure variable SHLIB_LIBS for building libraries
5477           outside the ncurses directory, since that symbol is customized
5478           only for that directory, and using it introduces an unneeded
5479           dependency on libdl (requested by Miroslav Lichvar).
5480         + modify mk-1st.awk so the generated makefile rules for linking or
5481           installing shared libraries do not first remove the library, in
5482           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
5483           Chua).
5484         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
5485           (prompted by newsgroup comment by Nick Guenther).
5486
5487 20070224
5488         + change internal return codes of _nc_wgetch() to check for cases
5489           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
5490           ungetch'd, and read by wget_wch().
5491         + fix static-library build broken in 20070217 changes to remove "-ldl"
5492           (report by Miroslav Lichvar).
5493         + change makefile/scripts for cygwin to allow building termlib.
5494         + use Form_Hook in manpages to match form.h
5495         + use Menu_Hook in manpages, as well as a few places in menu.h
5496         + correct form- and menu-manpages to use specific Field_Options,
5497           Menu_Options and Item_Options types.
5498         + correct prototype for _tracechar() in manpage (cf: 20011229).
5499         + correct prototype for wunctrl() in manpage.
5500
5501 20070217
5502         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
5503           Lichvar).
5504         + modify relinking of shared libraries to apply only when rpath is
5505           enabled, and add --disable-relink option which can be used to
5506           disable the feature altogether (reports by Michail Vidiassov,
5507           Adam J Richter).
5508         + fix --with-termlib option for wide-character configuration, stripping
5509           the "w" suffix in one place (report by Miroslav Lichvar).
5510         + remove "-ldl" from some library lists to reduce dependencies in
5511           programs (report by Miroslav Lichvar).
5512         + correct description of --enable-signed-char in configure --help
5513           (report by Michail Vidiassov).
5514         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
5515           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
5516           fixes.
5517         + remove "${DESTDIR}" from -install_name option used for linking
5518           shared libraries on Darwin (report by Michail Vidiassov).
5519
5520 20070210
5521         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
5522         + remove libdl from library list for termlib (report by Miroslav
5523           Lichvar).
5524         + fix configure.in to allow --without-progs --with-termlib (patch by
5525           Miroslav Lichvar).
5526         + modify win_wchnstr() to ensure that only a base cell is returned
5527           for each multi-column character (prompted by report by Wei Kong
5528           regarding change in mvwin_wch() cf: 20041023).
5529
5530 20070203
5531         + modify fix_wchnstr() in form library to strip attributes (and color)
5532           from the cchar_t array (field cells) read from a field's window.
5533           Otherwise, when copying the field cells back to the window, the
5534           associated color overrides the field's background color (report by
5535           Ricardo Cantu).
5536         + improve tracing for form library, showing created forms, fields, etc.
5537         + ignore --enable-rpath configure option if --with-shared was omitted.
5538         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
5539           to allow leak-checking when both tic- and tinfo-libraries are built.
5540         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
5541           no longer relies on it.
5542         + disallow combining configure script options --with-ticlib and
5543           --enable-termcap (report by Rong-En Fan).
5544         + remove tack from ncurses tree.
5545
5546 20070128
5547         + fix typo in configure script that broke --with-termlib option
5548           (report by Rong-En Fan).
5549
5550 20070127
5551         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
5552           to tgetent() (report by Rong-en Fan).
5553         + update tack/HISTORY and tack/README to tell how to build it after
5554           it is removed from the ncurses tree.
5555         + fix configure check for libtool's version to trim blank lines
5556           (report by sci-fi@hush.ai).
5557         + review/eliminate other original-file artifacts in cursesw.cc, making
5558           its license consistent with ncurses.
5559         + use ncurses vw_scanw() rather than reading into a fixed buffer in
5560           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
5561         + eliminate fixed-buffer vsprintf() calls in c++ binding.
5562
5563 20070120
5564         + add _nc_leaks_tic() to separate leak-checking of tic library from
5565           term/ncurses libraries, and thereby eliminate a library dependency.
5566         + fix test/mk-test.awk to ignore blank lines.
5567         + correct paths in include/headers, for --srcdir (patch by Miroslav
5568           Lichvar).
5569
5570 20070113
5571         + add a break-statement in misc/shlib to ensure that it exits on the
5572           _first_ matched directory (report by Paul Novak).
5573         + add tack/configure, which can be used to build tack outside the
5574           ncurses build-tree.
5575         + add --with-ticlib option, to build/install the tic-support functions
5576           in a separate library (suggested by Miroslav Lichvar).
5577
5578 20070106
5579         + change MKunctrl.awk to reduce relocation table for unctrl.o
5580         + change MKkeyname.awk to reduce relocation table for keyname.o
5581           (patch by Miroslav Lichvar).
5582
5583 20061230
5584         + modify configure check for libtool's version to trim blank lines
5585           (report by sci-fi@hush.ai).
5586         + modify some modules to allow them to be reentrant if _REENTRANT is
5587           defined: lib_baudrate.c, resizeterm.c (local data only)
5588         + eliminate static data from some modules: add_tries.c, hardscroll.c,
5589           lib_ttyflags.c, lib_twait.c
5590         + improve manpage install to add aliases for the transformed program
5591           names, e.g., from --program-prefix.
5592         + used linklint to verify links in the HTML documentation, made fixes
5593           to manpages as needed.
5594         + fix a typo in curs_mouse.3x (report by William McBrine).
5595         + fix install-rule for ncurses5-config to make the bin-directory.
5596
5597 20061223
5598         + modify configure script to omit the tic (terminfo compiler) support
5599           from ncurses library if --without-progs option is given.
5600         + modify install rule for ncurses5-config to do this via "install.libs"
5601         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
5602         + update config.guess, config.sub
5603
5604 20061217 5.6 release for upload to ftp.gnu.org
5605
5606 20061217
5607         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
5608           definitions in <wchar.h>.
5609         + revert the va_copy() change from 20061202, since it was neither
5610           correct nor portable.
5611         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
5612           rpath on Solaris.
5613         + ignore wide-acs line-drawing characters that wcwidth() claims are
5614           not one-column.  This is a workaround for Solaris' broken locale
5615           support.
5616
5617 20061216
5618         + modify configure --with-gpm option to allow it to accept a parameter,
5619           i.e., the name of the dynamic GPM library to load via dlopen()
5620           (requested by Bryan Henderson).
5621         + add configure option --with-valgrind, changes from vile.
5622         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
5623           'return' in preference to 'exit()'.
5624
5625 20061209
5626         + change default for --with-develop back to "no".
5627         + add XTABS to tracing of TTY bits.
5628         + updated autoconf patch to ifdef-out the misfeature which declares
5629           exit() for configure tests.  This fixes a redefinition warning on
5630           Solaris.
5631         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
5632           Solaris to help ensure that initialization sections are provided for
5633           extra linkage requirements, e.g., of C++ applications (prompted by
5634           comment by Casper Dik in newsgroup).
5635         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
5636           from the autoconf predefined symbol.  There was no conflict,
5637           since "$target" was used only in the generated edit_man.sh file,
5638           but SuSE's rpm package contains a patch.
5639
5640 20061202
5641         + update man/term.5 to reflect extended terminfo support and hashed
5642           database configuration.
5643         + updates for test/configure script.
5644         + adapted from SuSE rpm package:
5645           + remove long-obsolete workaround for broken-linker which declared
5646             cur_term in tic.c
5647           + improve error recovery in PUTC() macro when wcrtomb() does not
5648             return usable results for an 8-bit character.
5649         + patches from rpm package (SuSE):
5650           + use va_copy() in extra varargs manipulation for tracing version
5651             of printw, etc.
5652           + use a va_list rather than a null in _nc_freeall()'s call to
5653             _nc_printf_string().
5654         + add some see-also references in manpages to show related
5655           wide-character functions (suggested by Claus Fischer).
5656
5657 20061125
5658         + add a check in lib_color.c to ensure caller does not increase COLORS
5659           above max_colors, which is used as an array index (discussion with
5660           Simon Sasburg).
5661         + add ifdef's allowing ncurses to be built with tparm() using either
5662           varargs (the existing status), or using a fixed-parameter list (to
5663           match X/Open).
5664
5665 20061104
5666         + fix redrawing of windows other than stdscr using wredrawln() by
5667           touching the corresponding rows in curscr (discussion with Dan
5668           Gookin).
5669         + add test/redraw.c
5670         + add test/echochar.c
5671         + review/cleanup manpage descriptions of error-returns for form- and
5672           menu-libraries (prompted by FreeBSD docs/46196).
5673
5674 20061028
5675         + add AUTHORS file -TD
5676         + omit the -D options from output of the new config script --cflags
5677           option (suggested by Ralf S Engelschall).
5678         + make NCURSES_INLINE unconditionally defined in curses.h
5679
5680 20061021
5681         + revert change to accommodate bash 3.2, since that breaks other
5682           platforms, e.g., Solaris.
5683         + minor fixes to NEWS file to simplify scripting to obtain list of
5684           contributors.
5685         + improve some shared-library configure scripting for Linux, FreeBSD
5686           and NetBSD to make "--with-shlib-version" work.
5687         + change configure-script rules for FreeBSD shared libraries to allow
5688           for rpath support in versions past 3.
5689         + use $(DESTDIR) in makefile rules for installing/uninstalling the
5690           package config script (reports/patches by Christian Wiese,
5691           Ralf S Engelschall).
5692         + fix a warning in the configure script for NetBSD 2.0, working around
5693           spurious blanks embedded in its ${MAKEFLAGS} symbol.
5694         + change test/Makefile to simplify installing test programs in a
5695           different directory when --enable-rpath is used.
5696
5697 20061014
5698         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
5699         + add/install a package config script, e.g., "ncurses5-config" or
5700           "ncursesw5-config", according to configuration options.
5701
5702 20061007
5703         + add several GNU Screen terminfo variations with 16- and 256-colors,
5704           and status line (Alain Bench).
5705         + change the way shared libraries (other than libtool) are installed.
5706           Rather than copying the build-tree's libraries, link the shared
5707           objects into the install directory.  This makes the --with-rpath
5708           option work except with $(DESTDIR) (cf: 20000930).
5709
5710 20060930
5711         + fix ifdef in c++/internal.h for QNX 6.1
5712         + test-compiled with (old) egcs-1.1.2, modified configure script to
5713           not unset the $CXX and related variables which would prevent this.
5714         + fix a few terminfo.src typos exposed by improvements to "-f" option.
5715         + improve infocmp/tic "-f" option formatting.
5716
5717 20060923
5718         + make --disable-largefile option work (report by Thomas M Ott).
5719         + updated html documentation.
5720         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
5721         + minor improvements to rxvt+pcfkeys -TD
5722
5723 20060916
5724         + move static data from lib_mouse.c into SCREEN struct.
5725         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
5726           (report by Michail Vidiassov).
5727         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
5728           option (from lynx changes) -TD
5729         + adapt AC_PROG_EGREP check, noting that this is likely to be another
5730           place aggravated by POSIXLY_CORRECT.
5731         + modify configure check for awk to ensure that it is found (prompted
5732           by report by Christopher Parker).
5733         + update config.sub
5734
5735 20060909
5736         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
5737         + remove invis capability from klone+sgr, mainly used by linux entry,
5738           since it does not really do this -TD
5739
5740 20060903
5741         + correct logic in wadd_wch() and wecho_wch(), which did not guard
5742           against passing the multi-column attribute into a call on waddch(),
5743           e.g., using data returned by win_wch() (cf: 20041023)
5744           (report by Sadrul H Chowdhury).
5745
5746 20060902
5747         + fix kterm's acsc string -TD
5748         + fix for change to tic/infocmp in 20060819 to ensure no blank is
5749           embedded into a termcap description.
5750         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
5751           when using --with-termlib --with-trace options.
5752         + improve tgetstr() by making the return value point into the user's
5753           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
5754         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
5755
5756 20060826
5757         + add terminfo entries for xfce terminal (xfce) and multi gnome
5758           terminal (mgt) -TD
5759         + add test/foldkeys.c
5760
5761 20060819
5762         + modify tic and infocmp to avoid writing trailing blanks on terminfo
5763           source output (Debian #378783).
5764         + modify configure script to ensure that if the C compiler is used
5765           rather than the loader in making shared libraries, the $(CFLAGS)
5766           variable is also used (Redhat #199369).
5767         + port hashed-db code to db2 and db3.
5768         + fix a bug in tgetent() from 20060625 and 20060715 changes
5769           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
5770
5771 20060805
5772         + updated xterm function-keys terminfo to match xterm #216 -TD
5773         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
5774           e.g., the db 1.8.5 interface).
5775
5776 20060729
5777         + modify toe to access termcap data, e.g., via cgetent() functions,
5778           or as a text file if those are not available.
5779         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
5780         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
5781           can access termcap data when the terminfo database is disabled.
5782
5783 20060722
5784         + widen the test for xterm kmous a little to allow for other strings
5785           than \E[M, e.g., for xterm-sco functionality in xterm.
5786         + update xterm-related terminfo entries to match xterm patch #216 -TD
5787         + update config.guess, config.sub
5788
5789 20060715
5790         + fix for install-rule in Ada95 to add terminal_interface.ads
5791           and terminal_interface.ali (anonymous posting in comp.lang.ada).
5792         + correction to manpage for getcchar() (report by William McBrine).
5793         + add test/chgat.c
5794         + modify wchgat() to mark updated cells as changed so a refresh will
5795           repaint those cells (comments by Sadrul H Chowdhury and William
5796           McBrine).
5797         + split up dependency of names.c and codes.c in ncurses/Makefile to
5798           work with parallel make (report/analysis by Joseph S Myers).
5799         + suppress a warning message (which is ignored) for systems without
5800           an ldconfig program (patch by Justin Hibbits).
5801         + modify configure script --disable-symlinks option to allow one to
5802           disable symlink() in tic even when link() does not work (report by
5803           Nigel Horne).
5804         + modify MKfallback.sh to use tic -x when constructing fallback tables
5805           to allow extended capabilities to be retrieved from a fallback entry.
5806         + improve leak-checking logic in tgetent() from 20060625 to ensure that
5807           it does not free the current screen (report by Miroslav Lichvar).
5808
5809 20060708
5810         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
5811         + correct _nc_free_entries() and related functions used for memory leak
5812           checking of tic.
5813
5814 20060701
5815         + revert a minor change for magic-cookie support from 20060513, which
5816           caused unexpected reset of attributes, e.g., when resizing test/view
5817           in color mode.
5818         + note in clear manpage that the program ignores command-line
5819           parameters (prompted by Debian #371855).
5820         + fixes to make lib_gen.c build properly with changes to the configure
5821           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
5822         + update/correct several terminfo entries -TD
5823         + add some notes regarding copyright to terminfo.src -TD
5824
5825 20060625
5826         + fixes to build Ada95 binding with gnat-4.1.0
5827         + modify read_termtype() so the term_names data is always allocated as
5828           part of the str_table, a better fix for a memory leak (cf: 20030809).
5829         + reduce memory leaks in repeated calls to tgetent() by remembering the
5830           last TERMINAL* value allocated to hold the corresponding data and
5831           freeing that if the tgetent() result buffer is the same as the
5832           previous call (report by "Matt" for FreeBSD gnu/98975).
5833         + modify tack to test extended capability function-key strings.
5834         + improved gnome terminfo entry (GenToo #122566).
5835         + improved xterm-256color terminfo entry (patch by Alain Bench).
5836
5837 20060617
5838         + fix two small memory leaks related to repeated tgetent() calls
5839           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
5840         + add --enable-signed-char to simplify Debian package.
5841         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
5842           symbols.
5843         + correct typo in curs_terminfo.3x (Debian #369168).
5844
5845 20060603
5846         + enable the mouse in test/movewindow.c
5847         + improve a limit-check in frm_def.c (John Heasley).
5848         + minor copyright fixes.
5849         + change configure script to produce test/Makefile from data file.
5850
5851 20060527
5852         + add a configure option --enable-wgetch-events to enable
5853           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
5854           lib_twait.c (report by Bernd Jendrissek).
5855         + remove include/nomacros.h from build, since the ifdef for
5856           NCURSES_NOMACROS makes that obsolete.
5857         + add entrypoints for some functions which were only provided as macros
5858           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
5859           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
5860           wgetbkgrnd().
5861         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
5862           definitions from curses.h, i.e., where a macro is defined to override
5863           a function to improve performance.  Allowing a developer to suppress
5864           these definitions can simplify some application (discussion with
5865           Stanislav Ievlev).
5866         + improve description of memu/meml in terminfo manpage.
5867
5868 20060520
5869         + if msgr is false, reset video attributes when doing an automargin
5870           wrap to the next line.  This makes the ncurses 'k' test work properly
5871           for hpterm.
5872         + correct caching of keyname(), which was using only half of its table.
5873         + minor fixes to memory-leak checking.
5874         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
5875           arrays, making ACS_LEN less visible to applications (suggested by
5876           Stanislav Ievlev).
5877         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
5878           _screen_acs_map will have the same offset in both ncurses/ncursesw,
5879           making the corresponding tinfo/tinfow libraries binary-compatible
5880           (cf: 20041016, report by Stanislav Ievlev).
5881
5882 20060513
5883         + improve debug-tracing for EmitRange().
5884         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
5885           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
5886           suppression of the related hard-tabs and xmc-glitch features.
5887         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
5888           infocmp, terminfo as well as form, menu, panel.
5889         + update config.guess, config.sub
5890         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
5891           (field_buffer returning null for a valid field).  The 'r' test
5892           appears to not work with that configuration since the new_fieldtype()
5893           function is broken in that implementation.
5894
5895 20060506
5896         + add hpterm-color terminfo entry -TD
5897         + fixes to compile test-programs with HPUX 11.23
5898
5899 20060422
5900         + add copyright notices to files other than those that are generated,
5901           data or adapted from pdcurses (reports by William McBrine, David
5902           Taylor).
5903         + improve rendering on hpterm by not resetting attributes at the end
5904           of doupdate() if the terminal has the magic-cookie feature (report
5905           by Bernd Rieke).
5906         + add 256color variants of terminfo entries for programs which are
5907           reported to implement this feature -TD
5908
5909 20060416
5910         + fix typo in change to NewChar() macro from 20060311 changes, which
5911           broke tab-expansion (report by Frederic L W Meunier).
5912
5913 20060415
5914         + document -U option of tic and infocmp.
5915         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
5916           due to size limit, e.g., converting to termcap format.  Also
5917           suppress them if the output format does not contain acsc and it
5918           was not VT100-like, i.e., a one-one mapping (Novell #163715).
5919         + add configure check to ensure that SIGWINCH is defined on platforms
5920           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
5921           defined (report by Nicholas Cole)
5922
5923 20060408
5924         + modify write_object() to not write coincidental extensions of an
5925           entry made due to it being referenced in a use= clause (report by
5926           Alain Bench).
5927         + another fix for infocmp -i option, which did not ensure that some
5928           escape sequences had comparable prefixes (report by Alain Bench).
5929
5930 20060401
5931         + improve discussion of init/reset in terminfo and tput manpages
5932           (report by Alain Bench).
5933         + use is3 string for a fallback of rs3 in the reset program; it was
5934           using is2 (report by Alain Bench).
5935         + correct logic for infocmp -i option, which did not account for
5936           multiple digits in a parameter (cf: 20040828) (report by Alain
5937           Bench).
5938         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
5939           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
5940         + add copyright notices to test-programs as needed (report by William
5941           McBrine).
5942
5943 20060318
5944         + modify ncurses.c 'F' test to combine the wide-characters with color
5945           and/or video attributes.
5946         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
5947           a test-screen (some commands used 'x' or 'q').
5948
5949 20060312
5950         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
5951
5952 20060311
5953         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
5954           a null character is found (report by Igor Bogomazov).
5955         + modify progs/Makefile.in to make "tput init" work properly with
5956           cygwin, i.e., do not pass a ".exe" in the reference string used
5957           in check_aliases (report by Samuel Thibault).
5958         + add some checks to ensure current position is within scrolling
5959           region before scrolling on a new line (report by Dan Gookin).
5960         + change some NewChar() usage to static variables to work around
5961           stack garbage introduced when cchar_t is not packed (Redhat #182024).
5962
5963 20060225
5964         + workarounds to build test/movewindow with PDcurses 2.7.
5965         + fix for nsterm-16color entry (patch by Alain Bench).
5966         + correct a typo in infocmp manpage (Debian #354281).
5967
5968 20060218
5969         + add nsterm-16color entry -TD
5970         + updated mlterm terminfo entry -TD
5971         + remove 970913 feature for copying subwindows as they are moved in
5972           mvwin() (discussion with Bryan Christ).
5973         + modify test/demo_menus.c to demonstrate moving a menu (both the
5974           window and subwindow) using shifted cursor-keys.
5975         + start implementing recursive mvwin() in movewindow.c (incomplete).
5976         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
5977           for movewindow.c (report by William McBrine).
5978         + add help-message to test/movewindow.c
5979
5980 20060211
5981         + add test/movewindow.c, to test mvderwin().
5982         + fix ncurses soft-key test so color changes are shown immediately
5983           rather than delayed.
5984         + modify ncurses soft-key test to hide the keys when exiting the test
5985           screen.
5986         + fixes to build test programs with PDCurses 2.7, e.g., its headers
5987           rely on autoconf symbols, and it declares stubs for nonfunctional
5988           terminfo and termcap entrypoints.
5989
5990 20060204
5991         + improved test/configure to build test/ncurses on HPUX 11 using the
5992           vendor curses.
5993         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
5994           benefit of developers who do not read INSTALL.
5995
5996 20060128
5997         + correct form library Window_To_Buffer() change (cf:  20040516), which
5998           should ignore the video attributes (report by Ricardo Cantu).
5999
6000 20060121
6001         + minor fixes to xmc-glitch experimental code:
6002           + suppress line-drawing
6003           + implement max_attributes
6004           tested with xterm.
6005         + minor fixes for the database iterator.
6006         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
6007           Debian #348117).
6008
6009 20060114
6010         + add toe -a option, to show all databases.  This uses new private
6011           interfaces in the ncurses library for iterating through the list of
6012           databases.
6013         + fix toe from 20000909 changes which made it not look at
6014           $HOME/.terminfo
6015         + make toe's -v option parameter optional as per manpage.
6016         + improve SIGWINCH handling by postponing its effect during newterm(),
6017           etc., when allocating screens.
6018
6019 20060111
6020         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
6021           this in test/filter.c
6022         + fix an error in filter() modification which caused some applications
6023           to fail.
6024
6025 20060107
6026         + check if filter() was called when getting the screensize.  Keep it
6027           at 1 if so (based on Redhat #174498).
6028         + add extension nofilter().
6029         + refined the workaround for ACS mapping.
6030         + make ifdef's consistent in curses.h for the extended colors so the
6031           header file can be used for the normal curses library.  The header
6032           file installed for extended colors is a variation of the
6033           wide-character configuration (report by Frederic L W Meunier).
6034
6035 20051231
6036         + add a workaround to ACS mapping to allow applications such as
6037           test/blue.c to use the "PC ROM" characters by masking them with
6038           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
6039           of legacy coding (report by Michael Deutschmann).
6040         + add a null-pointer check in the wide-character version of
6041           calculate_actual_width() (report by Victor Julien).
6042         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
6043           values to be set independently (patch by William McBrine).
6044         + modify test/configure script to allow building test programs with
6045           PDCurses/X11.
6046         + modified test programs to allow some to work with NetBSD curses.
6047           Several do not because NetBSD curses implements a subset of X/Open
6048           curses, and also lacks much of SVr4 additions.  But it's enough for
6049           comparison.
6050         + update config.guess and config.sub
6051
6052 20051224
6053         + use BSD-specific fix for return-value from cgetent() from CVS where
6054           an unknown terminal type would be reportd as "database not found".
6055         + make tgetent() return code more readable using new symbols
6056           TGETENT_YES, etc.
6057         + remove references to non-existent "tctest" program.
6058         + remove TESTPROGS from progs/Makefile.in (it was referring to code
6059           that was never built in that directory).
6060         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
6061
6062 20051217
6063         + add use_legacy_coding() function to support lynx's font-switching
6064           feature.
6065         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
6066         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
6067           bool.
6068
6069 20051210
6070         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
6071           overwrite() and copywin() with different combinations of colors and
6072           attributes (including background color) to make it easy to see the
6073           effect of the different functions.
6074         + corrections to menu/m_global.c for wide-characters (report by
6075           Victor Julien).
6076
6077 20051203
6078         + add configure option --without-dlsym, allowing developers to
6079           configure GPM support without using dlsym() (discussion with Michael
6080           Setzer).
6081         + fix wins_nwstr(), which did not handle single-column non-8bit codes
6082           (Debian #341661).
6083
6084 20051126
6085         + move prototypes for wide-character trace functions from curses.tail
6086           to curses.wide to avoid accidental reference to those if
6087           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
6088           included.
6089         + add/use NCURSES_INLINE definition.
6090         + change some internal functions to use int/unsigned rather than the
6091           short equivalents.
6092
6093 20051119
6094         + remove a redundant check in lib_color.c (Debian #335655).
6095         + use ld's -search_paths_first option on Darwin to work around odd
6096           search rules on that platform (report by Christian Gennerat, analysis
6097           by Andrea Govoni).
6098         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
6099         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
6100         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
6101
6102 20051112
6103         + other minor fixes to cygwin based on tack -TD
6104         + correct smacs in cygwin (Debian #338234, report by Baurzhan
6105           Ismagulov, who noted that it was fixed in Cygwin).
6106
6107 20051029
6108         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
6109         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
6110           since those record the state of multicolumn characters (Debian
6111           #316663).
6112         + modify werase to clear multicolumn characters that extend into
6113           a derived window (Debian #316663).
6114
6115 20051022
6116         + move assignment from environment variable ESCDELAY from initscr()
6117           down to newterm() so the environment variable affects timeouts for
6118           terminals opened with newterm() as well.
6119         + fix a memory leak in keyname().
6120         + add test/demo_altkeys.c
6121         + modify test/demo_defkey.c to exit from loop via 'q' to allow
6122           leak-checking, as well as fix a buffer size in winnstr() call.
6123
6124 20051015
6125         + correct order of use-clauses in rxvt-basic entry which made codes for
6126           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
6127         + suppress configure check for gnatmake if Ada95/Makefile.in is not
6128           found.
6129         + correct a typo in configure --with-bool option for the case where
6130           --without-cxx is used (report by Daniel Jacobowitz).
6131         + add a note to INSTALL's discussion of --with-normal, pointing out
6132           that one may wish to use --without-gpm to ensure a completely
6133           static link (prompted by report by Felix von Leitner).
6134
6135 20051010 5.5 release for upload to ftp.gnu.org
6136
6137 20051008
6138         + document in demo_forms.c some portability issues.
6139
6140 20051001
6141         + document side-effect of werase() which sets the cursor position.
6142         + save/restore the current position in form field editing to make
6143           overlay mode work.
6144
6145 20050924
6146         + correct header dependencies in progs, allowing parallel make (report
6147           by Daniel Jacobowitz).
6148         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
6149           the configure check for --with-build-cc (report by Daniel Jacobowitz).
6150         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
6151           NetBSD.
6152         + update config.guess and config.sub from
6153                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
6154
6155 20050917
6156         + modify sed expression which computes path for /usr/lib/terminfo
6157           symbolic link in install to ensure that it does not change unexpected
6158           levels of the path (Gentoo #42336).
6159         + modify default for --disable-lp64 configure option to reduce impact
6160           on existing 64-bit builds.  Enabling the _LP64 option may change the
6161           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
6162           default (report by Mike Frysinger).
6163         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
6164           default if it is used.
6165         + improve configure script logic for bumping ABI to omit this if the
6166           --with-abi-version option was used.
6167         + update address for Free Software Foundation in tack's source.
6168         + correct wins_wch(), which was not marking the filler-cells of
6169           multi-column characters (cf:  20041023).
6170
6171 20050910
6172         + modify mouse initialization to ensure that Gpm_Open() is called only
6173           once.  Otherwise GPM gets confused in its initialization of signal
6174           handlers (Debian #326709).
6175
6176 20050903
6177         + modify logic for backspacing in a multiline form field to ensure that
6178           it works even when the preceding line is full (report by Frank van
6179           Vugt).
6180         + remove comment about BUGS section of ncurses manpage (Debian #325481)
6181
6182 20050827
6183         + document some workarounds for shared and libtool library
6184           configurations in INSTALL (see --with-shared and --with-libtool).
6185         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
6186           cross-compilers which emit the platform name in their version
6187           message, e.g.,
6188                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
6189           (report by Frank van Vugt).
6190
6191 20050820
6192         + start updating documentation for upcoming 5.5 release.
6193         + fix to make libtool  and libtinfo work together again (cf: 20050122).
6194         + fixes to allow building traces into libtinfo
6195         + add debug trace to tic that shows if/how ncurses will write to the
6196           lower corner of a terminal's screen.
6197         + update llib-l* files.
6198
6199 20050813
6200         + modify initializers in c++ binding to build with old versions of g++.
6201         + improve special case for 20050115 repainting fix, ensuring that if
6202           the first changed cell is not a character that the range to be
6203           repainted is adjusted to start at a character's beginning (Debian
6204           #316663).
6205
6206 20050806
6207         + fixes to build on QNX 6.1
6208         + improve configure script checks for Intel 9.0 compiler.
6209         + remove #include's for libc.h (obsolete).
6210         + adjust ifdef's in curses.priv.h so that when cross-compiling to
6211           produce comp_hash and make_keys, no dependency on wchar.h is needed.
6212           That simplifies the build-cppflags (report by Frank van Vugt).
6213         + move modules related to key-binding into libtinfo to fix linkage
6214           problem caused by 20050430 changes to MKkeyname.sh (report by
6215           Konstantin Andreev).
6216
6217 20050723
6218         + updates/fixes for configure script macros from vile -TD
6219         + make prism9's sgr string agree with the rest of the terminfo -TD
6220         + make vt220's sgr0 string consistent with sgr string, do this for
6221           several related cases -TD
6222         + improve translation to termcap by filtering the 'me' (sgr0) strings
6223           as in the runtime call to tgetent() (prompted by a discussion with
6224           Thomas Klausner).
6225         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
6226           resets line-drawing.
6227
6228 20050716
6229         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
6230           #318621).
6231         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
6232           allow it to be used by tic to provide information about the runtime
6233           changes that would be made to sgr0 for termcap applications.
6234         + modify make_sed.sh to make the group-name in the NAME section of
6235           form/menu library manpage agree with the TITLE string when renaming
6236           is done for Debian (Debian #78866).
6237
6238 20050702
6239         + modify parameter type in c++ binding for insch() and mvwinsch() to
6240           be consistent with underlying ncurses library (was char, is chtype).
6241         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
6242           on Linux.
6243         + improve configure check for nanosleep(), checking that it works since
6244           some older systems such as AIX 4.3 have a nonworking version.
6245
6246 20050625
6247         + update config.guess and config.sub from
6248                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
6249         + modify misc/shlib to work in test-directory.
6250         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
6251           allows cross-compiles to use the host's tic program to handle the
6252           "make install.data" step.
6253         + improve description of $LINES and $COLUMNS variables in manpages
6254           (prompted by report by Dave Ulrick).
6255         + improve description of cross-compiling in INSTALL
6256         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
6257           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
6258         + modify configure script to obtain soname for GPM library (discussion
6259           with Daniel Jacobowitz).
6260         + modify configure script so that --with-chtype option will still
6261           compute the unsigned literals suffix for constants in curses.h
6262           (report by Daniel Jacobowitz:
6263         + patches from Daniel Jacobowitz:
6264           + the man_db.renames entry for tack.1 was backwards.
6265           + tack.1 had some 1m's that should have been 1M's.
6266           + the section for curs_inwstr.3 was wrong.
6267
6268 20050619
6269         + correction to --with-chtype option (report by Daniel Jacobowitz).
6270
6271 20050618
6272         + move build-time edit_man.sh and edit_man.sed scripts to top directory
6273           to simplify reusing them for renaming tack's manpage (prompted by a
6274           review of Debian package).
6275         + revert minor optimization from 20041030 (Debian #313609).
6276         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
6277           1.5.10 and 1.5.18 (all work except as noted previously for the c++
6278           install using libtool 1.5.0):
6279           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
6280             program.
6281           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
6282         + add configure options --with-chtype and --with-mmask-t, to allow
6283           overriding of the non-LP64 model's use of the corresponding types.
6284         + revise test for size of chtype (and mmask_t), which always returned
6285           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
6286
6287 20050611
6288         + change _tracef's that used "%p" format for va_list values to ignore
6289           that, since on some platforms those are not pointers.
6290         + fixes for long-formats in printf's due to largefile support.
6291
6292 20050604
6293         + fixes for termcap support:
6294           + reset pointer to _nc_curr_token.tk_name when the input stream is
6295             closed, which could point to free memory (cf: 20030215).
6296           + delink TERMTYPE data which is used by the termcap reader, so that
6297             extended names data will be freed consistently.
6298           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
6299             its callers.
6300           + add some entrypoints for freeing permanently allocated data via
6301             _nc_freeall() when NO_LEAKS is defined.
6302         + amend 20041030 change to _nc_do_color to ensure that optimization is
6303           applied only when the terminal supports back_color_erase (bce).
6304
6305 20050528
6306         + add sun-color terminfo entry -TD
6307         + correct a missing assignment in c++ binding's method
6308           NCursesPanel::UserPointer() from 20050409 changes.
6309         + improve configure check for large-files, adding check for dirent64
6310           from vile -TD
6311         + minor change to configure script to improve linker options for the
6312           Ada95 tree.
6313
6314 20050515
6315         + document error conditions for ncurses library functions (report by
6316           Stanislav Ievlev).
6317         + regenerated html documentation for ada binding.
6318           see ftp://ftp.invisible-island.net/ncurses/patches/gnathtml
6319
6320 20050507
6321         + regenerated html documentation for manpages.
6322         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
6323           ncurses/Makefile (Gentoo #89772).
6324         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
6325           (patch by Mike Frysinger).
6326         + modify tic to filter out long extended names when translating to
6327           termcap format.  Only two characters are permissible for termcap
6328           capability names.
6329
6330 20050430
6331         + modify terminfo entries xterm-new and rxvt to add strings for
6332           shift-, control-cursor keys.
6333         + workaround to allow c++ binding to compile with g++ 2.95.3, which
6334           has a broken implementation of static_cast<> (patch by Jeff Chua).
6335         + modify initialization of key lookup table so that if an extended
6336           capability (tic -x) string is defined, and its name begins with 'k',
6337           it will automatically be treated as a key.
6338         + modify test/keynames.c to allow for the possibility of extended
6339           key names, e.g., via define_key(), or via "tic -x".
6340         + add test/demo_termcap.c to show the contents of given entry via the
6341           termcap interface.
6342
6343 20050423
6344         + minor fixes for vt100/vt52 entries -TD
6345         + add configure option --enable-largefile
6346         + corrected libraries used to build Ada95/gen/gen, found in testing
6347           gcc 4.0.0.
6348
6349 20050416
6350         + update config.guess, config.sub
6351         + modify configure script check for _XOPEN_SOURCE, disable that on
6352           Darwin whose header files have problems (patch by Chris Zubrzycki).
6353         + modify form library Is_Printable_String() to use iswprint() rather
6354           than wcwidth() for determining if a character is printable.  The
6355           latter caused it to reject menu items containing non-spacing
6356           characters.
6357         + modify ncurses test program's F-test to handle non-spacing characters
6358           by combining them with a reverse-video blank.
6359         + review/fix several gcc -Wconversion warnings.
6360
6361 20050409
6362         + correct an off-by-one error in m_driver() for mouse-clicks used to
6363           position the mouse to a particular item.
6364         + implement test/demo_menus.c
6365         + add some checks in lib_mouse to ensure SP is set.
6366         + modify C++ binding to make 20050403 changes work with the configure
6367           --enable-const option.
6368
6369 20050403
6370         + modify start_color() to return ERR if it cannot allocate memory.
6371         + address g++ compiler warnings in C++ binding by adding explicit
6372           member initialization, assignment operators and copy constructors.
6373           Most of the changes simply preserve the existing semantics of the
6374           binding, which can leak memory, etc., but by making these features
6375           visible, it provides a framework for improving the binding.
6376         + improve C++ binding using static_cast, etc.
6377         + modify configure script --enable-warnings to add options to g++ to
6378           correspond to the gcc --enable-warnings.
6379         + modify C++ binding to use some C internal functions to make it
6380           compile properly on Solaris (and other platforms).
6381
6382 20050327
6383         + amend change from 20050320 to limit it to configurations with a
6384           valid locale.
6385         + fix a bug introduced in 20050320 which broke the translation of
6386           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
6387
6388 20050326
6389         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
6390           chtype and mmask_t, but add configure option --disable-lp64 in case
6391           anyone used that configuration.
6392         + update misc/shlib script to account for Mac OS X (report by Michail
6393           Vidiassov).
6394         + correct comparison for wrapping multibyte characters in
6395           waddch_literal() (report by Takahashi Tamotsu).
6396
6397 20050320
6398         + add -c and -w options to tset to allow user to suppress ncurses'
6399           resizing of the terminal emulator window in the special case where it
6400           is not able to detect the true size (report by Win Delvaux, Debian
6401           #300419).
6402         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
6403           codes 128-159 as part of multibyte characters (report by Wang
6404           WenRui, Debian #300512).
6405
6406 20050319
6407         + modify ncurses.c 'd' test to make it work with 88-color
6408           configuration, i.e., by implementing scrolling.
6409         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
6410           configuration.
6411
6412 20050312
6413         + change tracemunch to use strict checking.
6414         + modify ncurses.c 'p' test to test line-drawing within a pad.
6415         + implement environment variable NCURSES_NO_UTF8_ACS to support
6416           miscellaneous terminal emulators which ignore alternate character
6417           set escape sequences when in UTF-8 mode.
6418
6419 20050305
6420         + change NCursesWindow::err_handler() to a virtual function (request by
6421           Steve Beal).
6422         + modify fty_int.c and fty_num.c to handle wide characters (report by
6423           Wolfgang Gutjahr).
6424         + adapt fix for fty_alpha.c to fty_alnum.c, which also handled normal
6425           and wide characters inconsistently (report by Wolfgang Gutjahr).
6426         + update llib-* files to reflect internal interface additions/changes.
6427
6428 20050226
6429         + improve test/configure script, adding tests for _XOPEN_SOURCE, etc.,
6430           from lynx.
6431         + add aixterm-16color terminfo entry -TD
6432         + modified xterm-new terminfo entry to work with tgetent() changes -TD
6433         + extended changes in tgetent() from 20040710 to allow the substring of
6434           sgr0 which matches rmacs to be at the beginning of the sgr0 string
6435           (request by Thomas Wolff).  Wolff says the visual effect in
6436           combination with pre-20040710 ncurses is improved.
6437         + fix off-by-one in winnstr() call which caused form field validation
6438           of multibyte characters to ignore the last character in a field.
6439         + correct logic in winsch() for inserting multibyte strings; the code
6440           would clear cells after the insertion rather than push them to the
6441           right (cf: 20040228).
6442         + fix an inconsistency in Check_Alpha_Field() between normal and wide
6443           character logic (report by Wolfgang Gutjahr).
6444
6445 20050219
6446         + fix a bug in editing wide-characters in form library: deleting a
6447           nonwide character modified the previous wide-character.
6448         + update manpage to describe NCURSES_MOUSE_VERSION 2.
6449         + correct manpage description of mouseinterval() (Debian #280687).
6450         + add a note to default_colors.3x explaining why this extension was
6451           added (Debian #295083).
6452         + add traces to panel library.
6453
6454 20050212
6455         + improve editing of wide-characters in form library:  left/right
6456           cursor movement, and single-character deletions work properly.
6457         + disable GPM mouse support when $TERM happens to be prefixed with
6458           "xterm".  Gpm_Open() would otherwise assert that it can deal with
6459           mouse events in this case.
6460         + modify GPM mouse support so it closes the server connection when
6461           the caller disables the mouse (report by Stanislav Ievlev).
6462
6463 20050205
6464         + add traces for callback functions in form library.
6465         + add experimental configure option --enable-ext-mouse, which defines
6466           NCURSES_MOUSE_VERSION 2, and modifies the encoding of mouse events to
6467           support wheel mice, which may transmit buttons 4 and 5.  This works
6468           with xterm and similar X terminal emulators (prompted by question by
6469           Andreas Henningsson, this is also related to Debian #230990).
6470         + improve configure macros CF_XOPEN_SOURCE and CF_POSIX_C_SOURCE to
6471           avoid redefinition warnings on cygwin.
6472
6473 20050129
6474         + merge remaining development changes for extended colors (mostly
6475           complete, does not appear to break other configurations).
6476         + add xterm-88color.dat (part of extended colors testing).
6477         + improve _tracedump() handling of color pairs past 96.
6478         + modify return-value from start_color() to return OK if colors have
6479           already been started.
6480         + modify curs_color.3x list error conditions for init_pair(),
6481           pair_content() and color_content().
6482         + modify pair_content() to return -1 for consistency with init_pair()
6483           if it corresponds to the default-color.
6484         + change internal representation of default-color to allow application
6485           to use color number 255.  This does not affect the total number of
6486           color pairs which are allowed.
6487         + add a top-level tags rule.
6488
6489 20050122
6490         + add a null-pointer check in wgetch() in case it is called without
6491           first calling initscr().
6492         + add some null-pointer checks for SP, which is not set by libtinfo.
6493         + modify misc/shlib to ensure that absolute pathnames are used.
6494         + modify test/Makefile.in, etc., to link test programs only against the
6495           libraries needed, e.g., omit form/menu/panel library for the ones
6496           that are curses-specific.
6497         + change SP->_current_attr to a pointer, adjust ifdef's to ensure that
6498           libtinfo.so and libtinfow.so have the same ABI.  The reason for this
6499           is that the corresponding data which belongs to the upper-level
6500           ncurses library has a different size in each model (report by
6501           Stanislav Ievlev).
6502
6503 20050115
6504         + minor fixes to allow test-compiles with g++.
6505         + correct column value shown in tic's warnings, which did not account
6506           for leading whitespace.
6507         + add a check in _nc_trans_string() for improperly ended strings, i.e.,
6508           where a following line begins in column 1.
6509         + modify _nc_save_str() to return a null pointer on buffer overflow.
6510         + improve repainting while scrolling wide-character data (Eungkyu Song).
6511
6512 20050108
6513         + merge some development changes to extend color capabilities.
6514
6515 20050101
6516         + merge some development changes to extend color capabilities.
6517         + fix manpage typo (FreeBSD report docs/75544).
6518         + update config.guess, config.sub
6519         > patches for configure script (Albert Chin-A-Young):
6520         + improved fix to make mbstate_t recognized on HPUX 11i (cf:
6521           20030705), making vsscanf() prototype visible on IRIX64.  Tested for
6522           on HP-UX 11i, Solaris 7, 8, 9, AIX 4.3.3, 5.2, Tru64 UNIX 4.0D, 5.1,
6523           IRIX64 6.5, Redhat Linux 7.1, 9, and RHEL 2.1, 3.0.
6524         + print the result of the --disable-home-terminfo option.
6525         + use -rpath when compiling with SGI C compiler.
6526
6527 20041225
6528         + add trace calls to remaining public functions in form and menu
6529           libraries.
6530         + fix check for numeric digits in test/ncurses.c 'b' and 'B' tests.
6531         + fix typo in test/ncurses.c 'c' test from 20041218.
6532
6533 20041218
6534         + revise test/ncurses.c 'c' color test to improve use for xterm-88color
6535           and xterm-256color, added 'C' test using the wide-character color_set
6536           and attr_set functions.
6537
6538 20041211
6539         + modify configure script to work with Intel compiler.
6540         + fix an limit-check in wadd_wchnstr() which caused labels in the
6541           forms-demo to be one character short.
6542         + fix typo in curs_addchstr.3x (Jared Yanovich).
6543         + add trace calls to most functions in form and menu libraries.
6544         + update working-position for adding wide-characters when window is
6545           scrolled (prompted by related report by Eungkyu Song).
6546
6547 20041204
6548         + replace some references on Linux to wcrtomb() which use it to obtain
6549           the length of a multibyte string with _nc_wcrtomb, since wcrtomb() is
6550           broken in glibc (see Debian #284260).
6551         + corrected length-computation in wide-character support for
6552           field_buffer().
6553         + some fixes to frm_driver.c to allow it to accept multibyte input.
6554         + modify configure script to work with Intel 8.0 compiler.
6555
6556 20041127
6557         + amend change to setupterm() in 20030405 which would reuse the value
6558           of cur_term if the same output was selected.  This now reuses it only
6559           when setupterm() is called from tgetent(), which has no notion of
6560           separate SCREENs.  Note that tgetent() must be called after initscr()
6561           or newterm() to use this feature (Redhat #140326).
6562         + add a check in CF_BUILD_CC macro to ensure that developer has given
6563           the --with-build-cc option when cross-compiling (report by Alexandre
6564           Campo).
6565         + improved configure script checks for _XOPEN_SOURCE and
6566           _POSIX_C_SOURCE (fix for IRIX 5.3 from Georg Schwarz, _POSIX_C_SOURCE
6567           updates from lynx).
6568         + cosmetic fix to test/gdc.c to recolor the bottom edge of the box
6569           for consistency (comment by Dan Nelson).
6570
6571 20041120
6572         + update wsvt25 terminfo entry -TD
6573         + modify test/ins_wide.c to test all flavors of ins_wstr().
6574         + ignore filler-cells in wadd_wchnstr() when adding a cchar_t array
6575           which consists of multi-column characters, since this function
6576           constructs them (cf: 20041023).
6577         + modify winnstr() to return multibyte character strings for the
6578           wide-character configuration.
6579
6580 20041106
6581         + fixes to make slk_set() and slk_wset() accept and store multibyte
6582           or multicolumn characters.
6583
6584 20041030
6585         + improve color optimization a little by making _nc_do_color() check
6586           if the old/new pairs are equivalent to the default pair 0.
6587         + modify assume_default_colors() to not require that
6588           use_default_colors() be called first.
6589
6590 20041023
6591         + modify term_attrs() to use termattrs(), add the extended attributes
6592           such as enter_horizontal_hl_mode for WA_HORIZONTAL to term_attrs().
6593         + add logic in waddch_literal() to clear orphaned cells when one
6594           multi-column character partly overwrites another.
6595         + improved logic for clearing cells when a multi-column character
6596           must be wrapped to a new line.
6597         + revise storage of cells for multi-column characters to correct a
6598           problem with repainting.  In the old scheme, it was possible for
6599           doupdate() to decide that only part of a multi-column character
6600           should be repainted since the filler cells stored only an attribute
6601           to denote them as fillers, rather than the character value and the
6602           attribute.
6603
6604 20041016
6605         + minor fixes for traces.
6606         + add SP->_screen_acs_map[], used to ensure that mapping of missing
6607           line-drawing characters is handled properly.  For example, ACS_DARROW
6608           is absent from xterm-new, and it was coincidentally displayed the
6609           same as ACS_BTEE.
6610
6611 20041009
6612         + amend 20021221 workaround for broken acs to reset the sgr, rmacs
6613           and smacs strings as well.  Also modify the check for screen's
6614           limitations in that area to allow the multi-character shift-in
6615           and shift-out which seem to work.
6616         + change GPM initialization, using dl library to load it dynamically
6617           at runtime (Debian #110586).
6618
6619 20041002
6620         + correct logic for color pair in setcchar() and getcchar() (patch by
6621           Marcin 'Qrczak' Kowalczyk).
6622         + add t/T commands to ncurses b/B tests to allow a different color to
6623           be tested for the attrset part of the test than is used in the
6624           background color.
6625
6626 20040925
6627         + fix to make setcchar() to work when its wchar_t* parameter is
6628           pointing to a string which contains more data than can be converted.
6629         + modify wget_wstr() and example in ncurses.c to work if wchar_t and
6630           wint_t are different sizes (report by Marcin 'Qrczak' Kowalczyk).
6631
6632 20040918
6633         + remove check in wget_wch() added to fix an infinite loop, appears to
6634           have been working around a transitory glibc bug, and interferes
6635           with normal operation (report by Marcin 'Qrczak' Kowalczyk).
6636         + correct wadd_wch() and wecho_wch(), which did not pass the rendition
6637           information (report by Marcin 'Qrczak' Kowalczyk).
6638         + fix aclocal.m4 so that the wide-character version of ncurses gets
6639           compiled as libncursesw.5.dylib, instead of libncurses.5w.dylib
6640           (adapted from patch by James J Ramsey).
6641         + change configure script for --with-caps option to indicate that it
6642           is no longer experimental.
6643         + change configure script to reflect the fact that --enable-widec has
6644           not been "experimental" since 5.3 (report by Bruno Lustosa).
6645
6646 20040911
6647         + add 'B' test to ncurses.c, to exercise some wide-character functions.
6648
6649 20040828
6650         + modify infocmp -i option to match 8-bit controls against its table
6651           entries, e.g., so it can analyze the xterm-8bit entry.
6652         + add morphos terminfo entry, improve amiga-8bit entry (Pavel Fedin).
6653         + correct translation of "%%" in terminfo format to termcap, e.g.,
6654           using "tic -C" (Redhat #130921).
6655         + modified configure script CF_XOPEN_SOURCE macro to ensure that if
6656           it defines _POSIX_C_SOURCE, that it defines it to a specific value
6657           (comp.os.stratus newsgroup comment).
6658
6659 20040821
6660         + fixes to build with Ada95 binding with gnat 3.4 (all warnings are
6661           fatal, and gnat does not follow the guidelines for pragmas).
6662           However that did find a coding error in Assume_Default_Colors().
6663         + modify several terminfo entries to ensure xterm mouse and cursor
6664           visibility are reset in rs2 string:  hurd, putty, gnome,
6665           konsole-base, mlterm, Eterm, screen (Debian #265784, Debian #55637).
6666           The xterm entries are left alone - old ones for compatibility, and
6667           the new ones do not require this change. -TD
6668
6669 20040814
6670         + fake a SIGWINCH in newterm() to accommodate buggy terminal emulators
6671           and window managers (Debian #265631).
6672         > terminfo updates -TD
6673         + remove dch/dch1 from rxvt because they are implemented inconsistently
6674           with the common usage of bce/ech
6675         + remove khome from vt220 (vt220's have no home key)
6676         + add rxvt+pcfkeys
6677
6678 20040807
6679         + modify test/ncurses.c 'b' test, adding v/V toggles to cycle through
6680           combinations of video attributes so that for instance bold and
6681           underline can be tested.  This made the legend too crowded, added
6682           a help window as well.
6683         + modify test/ncurses.c 'b' test to cycle through default colors if
6684           the -d option is set.
6685         + update putty terminfo entry (Robert de Bath).
6686
6687 20040731
6688         + modify test/cardfile.c to allow it to read more data than can be
6689           displayed.
6690         + correct logic in resizeterm.c which kept it from processing all
6691           levels of window hierarchy (reports by Folkert van Heusden,
6692           Chris Share).
6693
6694 20040724
6695         + modify "tic -cv" to ignore delays when comparing strings.  Also
6696           modify it to ignore a canceled sgr string, e.g., for terminals which
6697           cannot properly combine attributes in one control sequence.
6698         + corrections for gnome and konsole entries (Redhat #122815, patch by
6699           Hans de Goede)
6700         > terminfo updates -TD
6701         + make ncsa-m rmacs/smacs consistent with sgr
6702         + add sgr, rc/sc and ech to syscons entries
6703         + add function-keys to decansi
6704         + add sgr to mterm-ansi
6705         + add sgr, civis, cnorm to emu
6706         + correct/simplify cup in addrinfo
6707
6708 20040717
6709         > terminfo updates -TD
6710         + add xterm-pc-fkeys
6711         + review/update gnome and gnome-rh90 entries (prompted by Redhat
6712           #122815).
6713         + review/update konsole entries
6714         + add sgr, correct sgr0 for kterm and mlterm
6715         + correct tsl string in kterm
6716
6717 20040711
6718         + add configure option --without-xterm-new
6719
6720 20040710
6721         + add check in wget_wch() for printable bytes that are not part of a
6722           multibyte character.
6723         + modify wadd_wchnstr() to render text using window's background
6724           attributes.
6725         + improve tic's check to compare sgr and sgr0.
6726         + fix c++ directory's .cc.i rule.
6727         + modify logic in tgetent() which adjusts the termcap "me" string
6728           to work with ISO-2022 string used in xterm-new (cf: 20010908).
6729         + modify tic's check for conflicting function keys to omit that if
6730           converting termcap to termcap format.
6731         + add -U option to tic and infocmp.
6732         + add rmam/smam to linux terminfo entry (Trevor Van Bremen)
6733         > terminfo updates -TD
6734         + minor fixes for emu
6735         + add emu-220
6736         + change wyse acsc strings to use 'i' map rather than 'I'
6737         + fixes for avatar0
6738         + fixes for vp3a+
6739
6740 20040703
6741         + use tic -x to install terminfo database -TD
6742         + add -x to infocmp's usage message.
6743         + correct field used for comparing O_ROWMAJOR in set_menu_format()
6744           (report/patch by Tony Li).
6745         + fix a missing nul check in set_field_buffer() from 20040508 changes.
6746         > terminfo updates -TD
6747           + make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
6748             xterm-basic -TD
6749           + align with xterm patch #192's use of xterm-new -TD
6750           + update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
6751           + make xterm-new the default "xterm" entry -TD
6752
6753 20040626
6754         + correct BUILD_CPPFLAGS substitution in ncurses/Makefile.in, to allow
6755           cross-compiling from a separate directory tree (report/patch by
6756           Dan Engel).
6757         + modify is_term_resized() to ensure that window sizes are nonzero,
6758           as documented in the manpage (report by Ian Collier).
6759         + modify CF_XOPEN_SOURCE configure macro to make Hurd port build
6760           (Debian #249214, report/patch by Jeff Bailey).
6761         + configure-script mods from xterm, e.g., updates to CF_ADD_CFLAGS
6762         + update config.guess, config.sub
6763         > terminfo updates -TD
6764           + add mlterm
6765           + add xterm-xf86-v44
6766           + modify xterm-new aka xterm-xfree86 to accommodate luit, which
6767             relies on G1 being used via an ISO-2022 escape sequence (report by
6768             Juliusz Chroboczek)
6769           + add 'hurd' entry
6770
6771 20040619
6772         + reconsidered winsnstr(), decided after comparing other
6773           implementations that wrapping is an X/Open documentation error.
6774         + modify test/inserts.c to test all flavors of insstr().
6775
6776 20040605
6777         + add setlocale() calls to a few test programs which may require it:
6778           demo_forms.c, filter.c, ins_wide.c, inserts.c
6779         + correct a few misspelled function names in ncurses-intro.html (report
6780           by Tony Li).
6781         + correct internal name of key_defined() manpage, which conflicted with
6782           define_key().
6783
6784 20040529
6785         + correct size of internal pad used for holding wide-character
6786           field_buffer() results.
6787         + modify data_ahead() to work with wide-characters.
6788
6789 20040522
6790         + improve description of terminfo if-then-else expressions (suggested
6791           by Arne Thomassen).
6792         + improve test/ncurses.c 'd' test, allow it to use external file for
6793           initial palette (added xterm-16color.dat and linux-color.dat), and
6794           reset colors to the initial palette when starting/ending the test.
6795         + change limit-check in init_color() to allow r/g/b component to
6796           reach 1000 (cf: 20020928).
6797
6798 20040516
6799         + modify form library to use cchar_t's rather than char's in the
6800           wide-character configuration for storing data for field buffers.
6801         + correct logic of win_wchnstr(), which did not work for more than
6802           one cell.
6803
6804 20040508
6805         + replace memset/memcpy usage in form library with for-loops to
6806           simplify changing the datatype of FIELD.buf, part of wide-character
6807           changes.
6808         + fix some inconsistent use of #if/#ifdef (report by Alain Guibert).
6809
6810 20040501
6811         + modify menu library to account for actual number of columns used by
6812           multibyte character strings, in the wide-character configuration
6813           (adapted from patch by Philipp Tomsich).
6814         + add "-x" option to infocmp like tic's "-x", for use in "-F"
6815           comparisons.  This modifies infocmp to only report extended
6816           capabilities if the -x option is given, making this more consistent
6817           with tic.  Some scripts may break, since infocmp previous gave this
6818           information without an option.
6819         + modify termcap-parsing to retain 2-character aliases at the beginning
6820           of an entry if the "-x" option is used in tic.
6821
6822 20040424
6823         + minor compiler-warning and test-program fixes.
6824
6825 20040417
6826         + modify tic's missing-sgr warning to apply to terminfo only.
6827         + free some memory leaks in tic.
6828         + remove check in post_menu() that prevented menus from extending
6829           beyond the screen (request by Max J. Werner).
6830         + remove check in newwin() that prevents allocating windows
6831           that extend beyond the screen.  Solaris curses does this.
6832         + add ifdef in test/color_set.c to allow it to compile with older
6833           curses.
6834         + add napms() calls to test/dots.c to make it not be a CPU hog.
6835
6836 20040403
6837         + modify unctrl() to return null if its parameter does not correspond
6838           to an unsigned char.
6839         + add some limit-checks to guard isprint(), etc., from being used on
6840           values that do not fit into an unsigned char (report by Sami Farin).
6841
6842 20040328
6843         + fix a typo in the _nc_get_locale() change.
6844
6845 20040327
6846         + modify _nc_get_locale() to use setlocale() to query the program's
6847           current locale rather than using getenv().  This fixes a case in tin
6848           which relies on legacy treatment of 8-bit characters when the locale
6849           is not initialized (reported by Urs Jansen).
6850         + add sgr string to screen's and rxvt's terminfo entries -TD.
6851         + add a check in tic for terminfo entries having an sgr0 but no sgr
6852           string.  This confuses Tru64 and HPUX curses when combined with
6853           color, e.g., making them leave line-drawing characters in odd places.
6854         + correct casts used in ABSENT_BOOLEAN, CANCELLED_BOOLEAN, matches the
6855           original definitions used in Debian package to fix PowerPC bug before
6856           20030802 (Debian #237629).
6857
6858 20040320
6859         + modify PutAttrChar() and PUTC() macro to improve use of
6860           A_ALTCHARSET attribute to prevent line-drawing characters from
6861           being lost in situations where the locale would otherwise treat the
6862           raw data as nonprintable (Debian #227879).
6863
6864 20040313
6865         + fix a redefinition of CTRL() macro in test/view.c for AIX 5.2 (report
6866           by Jim Idle).
6867         + remove ".PP" after ".SH NAME" in a few manpages; this confuses
6868           some apropos script (Debian #237831).
6869
6870 20040306
6871         + modify ncurses.c 'r' test so editing commands, like inserted text,
6872           set the field background, and the state of insert/overlay editing
6873           mode is shown in that test.
6874         + change syntax of dummy targets in Ada95 makefiles to work with pmake.
6875         + correct logic in test/ncurses.c 'b' for noncolor terminals which
6876           did not recognize a quit-command (cf: 20030419).
6877
6878 20040228
6879         + modify _nc_insert_ch() to allow for its input to be part of a
6880           multibyte string.
6881         + split out lib_insnstr.c, to prepare to rewrite it.  X/Open states
6882           that this function performs wrapping, unlike all of the other
6883           insert-functions.  Currently it does not wrap.
6884         + check for nl_langinfo(CODESET), use it if available (report by
6885           Stanislav Ievlev).
6886         + split-out CF_BUILD_CC macro, actually did this for lynx first.
6887         + fixes for configure script CF_WITH_DBMALLOC and CF_WITH_DMALLOC,
6888           which happened to work with bash, but not with Bourne shell (report
6889           by Marco d'Itri via tin-dev).
6890
6891 20040221
6892         + some changes to adapt the form library to wide characters, incomplete
6893           (request by Mike Aubury).
6894         + add symbol to curses.h which can be used to suppress include of
6895           stdbool.h, e.g.,
6896                 #define NCURSES_ENABLE_STDBOOL_H 0
6897                 #include <curses.h>
6898           (discussion on XFree86 mailing list).
6899
6900 20040214
6901         + modify configure --with-termlib option to accept a value which sets
6902           the name of the terminfo library.  This would allow a packager to
6903           build libtinfow.so renamed to coincide with libtinfo.so (discussion
6904           with Stanislav Ievlev).
6905         + improve documentation of --with-install-prefix, --prefix and
6906           $(DESTDIR) in INSTALL (prompted by discussion with Paul Lew).
6907         + add configure check if the compiler can use -c -o options to rename
6908           its output file, use that to omit the 'cd' command which was used to
6909           ensure object files are created in a separate staging directory
6910           (prompted by comments by Johnny Wezel, Martin Mokrejs).
6911
6912 20040208 5.4 release for upload to ftp.gnu.org
6913         + update TO-DO.
6914
6915 20040207 pre-release
6916         + minor fixes to _nc_tparm_analyze(), i.e., do not count %i as a param,
6917           and do not count %d if it follows a %p.
6918         + correct an inconsistency between handling of codes in the 128-255
6919           range, e.g., as illustrated by test/ncurses.c f/F tests.  In POSIX
6920           locale, the latter did not show printable results, while the former
6921           did.
6922         + modify MKlib_gen.sh to compensate for broken C preprocessor on Mac
6923           OS X, which alters "%%" to "% % " (report by Robert Simms, fix
6924           verified by Scott Corscadden).
6925
6926 20040131 pre-release
6927         + modify SCREEN struct to align it between normal/wide curses flavors
6928           to simplify future changes to build a single version of libtinfo
6929           (patch by Stanislav Ievlev).
6930         + document handling of carriage return by addch() in manpage.
6931         + document special features of unctrl() in manpage.
6932         + documented interface changes in INSTALL.
6933         + corrected control-char test in lib_addch.c to account for locale
6934           (Debian #230335, cf: 971206).
6935         + updated test/configure.in to use AC_EXEEXT and AC_OBJEXT.
6936         + fixes to compile Ada95 binding with Debian gnat 3.15p-4 package.
6937         + minor configure-script fixes for older ports, e.g., BeOS R4.5.
6938
6939 20040125 pre-release
6940         + amend change to PutAttrChar() from 20030614 which computed the number
6941           of cells for a possibly multi-cell character.  The 20030614 change
6942           forced the cell to a blank if the result from wcwidth() was not
6943           greater than zero.  However, wcwidth() called for parameters in the
6944           range 128-255 can give this return value.  The logic now simply
6945           ensures that the number of cells is greater than zero without
6946           modifying the displayed value.
6947
6948 20040124 pre-release
6949         + looked good for 5.4 release for upload to ftp.gnu.org (but see above)
6950         + modify configure script check for ranlib to use AC_CHECK_TOOL, since
6951           that works better for cross-compiling.
6952
6953 20040117 pre-release
6954         + modify lib_get_wch.c to prefer mblen/mbtowc over mbrlen/mbrtowc to
6955           work around core dump in Solaris 8's locale support, e.g., for
6956           zh_CN.GB18030 (report by Saravanan Bellan).
6957         + add includes for <stdarg.h> and <stdio.h> in configure script macro
6958           to make <wchar.h> check work with Tru64 4.0d.
6959         + add terminfo entry for U/Win -TD
6960         + add terminfo entries for SFU aka Interix aka OpenNT (Federico
6961           Bianchi).
6962         + modify tput's error messages to prefix them with the program name
6963           (report by Vincent Lefevre, patch by Daniel Jacobowitz (see Debian
6964           #227586)).
6965         + correct a place in tack where exit_standout_mode was used instead of
6966           exit_attribute_mode (patch by Jochen Voss (see Debian #224443)).
6967         + modify c++/cursesf.h to use const in the Enumeration_Field method.
6968         + remove an ambiguous (actually redundant) method from c++/cursesf.h
6969         + make $HOME/.terminfo update optional (suggested by Stanislav Ievlev).
6970         + improve sed script which extracts libtool's version in the
6971           CF_WITH_LIBTOOL macro.
6972         + add ifdef'd call to AC_PROG_LIBTOOL to CF_WITH_LIBTOOL macro (to
6973           simplify local patch for Albert Chin-A-Young)..
6974         + add $(CXXFLAGS) to link command in c++/Makefile.in (adapted from
6975           patch by Albert Chin-A-Young)..
6976         + fix a missing substitution in configure.in for "$target" needed for
6977           HPUX .so/.sl case.
6978         + resync CF_XOPEN_SOURCE configure macro with lynx; fixes IRIX64 and
6979           NetBSD 1.6 conflicts with _XOPEN_SOURCE.
6980         + make check for stdbool.h more specific, to ensure that including it
6981           will actually define/declare bool for the configured compiler.
6982         + rewrite ifdef's in curses.h relating NCURSES_BOOL and bool.  The
6983           intention of that is to #define NCURSES_BOOL as bool when the
6984           compiler declares bool, and to #define bool as NCURSES_BOOL when it
6985           does not (reported by Jim Gifford, Sam Varshavchik, cf: 20031213).
6986
6987 20040110 pre-release
6988         + change minor version to 4, i.e., ncurses 5.4
6989         + revised/improved terminfo entries for tvi912b, tvi920b (Benjamin C W
6990           Sittler).
6991         + simplified ncurses/base/version.c by defining the result from the
6992           configure script rather than using sprintf (suggested by Stanislav
6993           Ievlev).
6994         + remove obsolete casts from c++/cursesw.h (reported by Stanislav
6995           Ievlev).
6996         + modify configure script so that when configuring for termlib, programs
6997           such as tic are not linked with the upper-level ncurses library
6998           (suggested by Stanislav Ievlev).
6999         + move version.c from ncurses/base to ncurses/tinfo to allow linking
7000           of tic, etc., using libtinfo (suggested by Stanislav Ievlev).
7001
7002 20040103
7003         + adjust -D's to build ncursesw on OpenBSD.
7004         + modify CF_PROG_EXT to make OS/2 build with EXEEXT.
7005         + add pecho_wchar().
7006         + remove <wctype.h> include from lib_slk_wset.c which is not needed (or
7007           available) on older platforms.
7008
7009 20031227
7010         + add -D's to build ncursew on FreeBSD 5.1.
7011         + modify shared library configuration for FreeBSD 4.x/5.x to add the
7012           soname information (request by Marc Glisse).
7013         + modify _nc_read_tic_entry() to not use MAX_ALIAS, but PATH_MAX only
7014           for limiting the length of a filename in the terminfo database.
7015         + modify termname() to return the terminal name used by setupterm()
7016           rather than $TERM, without truncating to 14 characters as documented
7017           by X/Open (report by Stanislav Ievlev, cf:  970719).
7018         + re-add definition for _BSD_TYPES, lost in merge (cf: 20031206).
7019
7020 20031220
7021         + add configure option --with-manpage-format=catonly to address
7022           behavior of BSDI, allow install of man+cat files on NetBSD, whose
7023           behavior has diverged by requiring both to be present.
7024         + remove leading blanks from comment-lines in manlinks.sed script to
7025           work with Tru64 4.0d.
7026         + add screen.linux terminfo entry (discussion on mutt-users mailing
7027           list).
7028
7029 20031213
7030         + add a check for tic to flag missing backslashes for termcap
7031           continuation lines.  ncurses reads the whole entry, but termcap
7032           applications do not.
7033         + add configure option "--with-manpage-aliases" extending
7034           "--with-manpage-aliases" to provide the option of generating ".so"
7035           files rather than symbolic links for manpage aliases.
7036         + add bool definition in include/curses.h.in for configurations with no
7037           usable C++ compiler (cf: 20030607).
7038         + fix pathname of SigAction.h for building with --srcdir (reported by
7039           Mike Castle).
7040
7041 20031206
7042         + folded ncurses/base/sigaction.c into includes of ncurses/SigAction.h,
7043           since that header is used only within ncurses/tty/lib_tstp.c, for
7044           non-POSIX systems (discussion with Stanislav Ievlev).
7045         + remove obsolete _nc_outstr() function (report by Stanislav Ievlev
7046           <inger@altlinux.org>).
7047         + add test/background.c and test/color_set.c
7048         + modify color_set() function to work with color pair 0 (report by
7049           George Andreou <gbandreo@tem.uoc.gr>).
7050         + add configure option --with-trace, since defining TRACE seems too
7051           awkward for some cases.
7052         + remove a call to _nc_free_termtype() from read_termtype(), since the
7053           corresponding buffer contents were already zeroed by a memset (cf:
7054           20000101).
7055         + improve configure check for _XOPEN_SOURCE and related definitions,
7056           adding special cases for Solaris' __EXTENSIONS__ and FreeBSD's
7057           __BSD_TYPES (reports by Marc Glisse <marc.glisse@normalesup.org>).
7058         + small fixes to compile on Solaris and IRIX64 using cc.
7059         + correct typo in check for pre-POSIX sort options in MKkey_defs.sh
7060           (cf: 20031101).
7061
7062 20031129
7063         + modify _nc_gettime() to avoid a problem with arithmetic on unsigned
7064           values (Philippe Blain).
7065         + improve the nanosleep() logic in napms() by checking for EINTR and
7066           restarting (Philippe Blain).
7067         + correct expression for "%D" in lib_tgoto.c (Juha Jarvi
7068           <mooz@welho.com>).
7069
7070 20031122
7071         + add linux-vt terminfo entry (Andrey V Lukyanov <land@long.yar.ru>).
7072         + allow "\|" escape in terminfo; tic should not warn about this.
7073         + save the full pathname of the trace-file the first time it is opened,
7074           to avoid creating it in different directories if the application
7075           opens and closes it while changing its working directory.
7076         + modify configure script to provide a non-empty default for
7077           $BROKEN_LINKER
7078
7079 20031108
7080         + add DJGPP to special case of DOS-style drive letters potentially
7081           appearing in TERMCAP environment variable.
7082         + fix some spelling in comments (reports by Jason McIntyre, Jonathon
7083           Gray).
7084         + update config.guess, config.sub
7085
7086 20031101
7087         + fix a memory leak in error-return from setupterm() (report by
7088           Stanislav Ievlev <inger@altlinux.org>).
7089         + use EXEEXT and OBJEXT consistently in makefiles.
7090         + amend fixes for cross-compiling to use separate executable-suffix
7091           BUILD_EXEEXT (cf: 20031018).
7092         + modify MKkey_defs.sh to check for sort utility that does not
7093           recognize key options, e.g., busybox (report by Peter S Mazinger
7094           <ps.m@gmx.net>).
7095         + fix potential out-of-bounds indexing in _nc_infotocap() (found by
7096           David Krause using some of the new malloc debugging features
7097           under OpenBSD, patch by Ted Unangst).
7098         + modify CF_LIB_SUFFIX for Itanium releases of HP-UX, which use a
7099           ".so" suffix (patch by Jonathan Ward <Jonathan.Ward@hp.com>).
7100
7101 20031025
7102         + update terminfo for xterm-xfree86 -TD
7103         + add check for multiple "tc=" clauses in a termcap to tic.
7104         + check for missing op/oc in tic.
7105         + correct _nc_resolve_uses() and _nc_merge_entry() to allow infocmp and
7106           tic to show cancelled capabilities.  These functions were ignoring
7107           the state of the target entry, which should be untouched if cancelled.
7108         + correct comment in tack/output.c (Debian #215806).
7109         + add some null-pointer checks to lib_options.c (report by Michael
7110           Bienia).
7111         + regenerated html documentation.
7112         + correction to tar-copy.sh, remove a trap command that resulted in
7113           leaving temporary files (cf: 20030510).
7114         + remove contact/maintainer addresses for Juergen Pfeifer (his request).
7115
7116 20031018
7117         + updated test/configure to reflect changes for libtool (cf: 20030830).
7118         + fix several places in tack/pad.c which tested and used the parameter-
7119           and parameterless strings inconsistently, i.e., in pad_rin(),
7120           pad_il(), pad_indn() and pad_dl() (Debian #215805).
7121         + minor fixes for configure script and makefiles to cleanup executables
7122           generated when cross-compiling for DJGPP.
7123         + modify infocmp to omit check for $TERM for operations that do not
7124           require it, e.g., "infocmp -e" used to build fallback list (report by
7125           Egmont Koblinger).
7126
7127 20031004
7128         + add terminfo entries for DJGPP.
7129         + updated note about maintainer in ncurses-intro.html
7130
7131 20030927
7132         + update terminfo entries for gnome terminal.
7133         + modify tack to reset colors after each color test, correct a place
7134           where exit_standout_mode was used instead of exit_attribute_mode.
7135         + improve tack's bce test by making it set colors other than black
7136           on white.
7137         + plug a potential recursion between napms() and _nc_timed_wait()
7138           (report by Philippe Blain).
7139
7140 20030920
7141         + add --with-rel-version option to allow workaround to allow making
7142           libtool on Darwin generate the "same" library names as with the
7143           --with-shared option.  The Darwin ld program does not work well
7144           with a zero as the minor-version value (request by Chris Zubrzycki).
7145         + modify CF_MIXEDCASE_FILENAMES macro to work with cross-compiling.
7146         + modify tack to allow it to run from fallback terminfo data.
7147         > patch by Philippe Blain:
7148         + improve PutRange() by adjusting call to EmitRange() and corresponding
7149           return-value to not emit unchanged characters on the end of the
7150           range.
7151         + improve a check for changed-attribute by exiting a loop when the
7152           change is found.
7153         + improve logic in TransformLine(), eliminating a duplicated comparison
7154           in the clr_bol logic.
7155
7156 20030913
7157         > patch by Philippe Blain:
7158         + in ncurses/tty/lib_mvcur.c,
7159           move the label 'nonlocal' just before the second gettimeofday() to
7160           be able to compute the diff time when 'goto nonlocal' used.
7161           Rename 'msec' to 'microsec' in the debug-message.
7162         + in ncurses/tty/lib_mvcur.c,
7163           Use _nc_outch() in carriage return/newline movement instead of
7164           putchar() which goes to stdout.  Move test for xold>0 out of loop.
7165         + in ncurses/tinfo/setbuf.c,
7166           Set the flag SP->_buffered at the end of operations when all has been
7167           successful (typeMalloc can fail).
7168         + simplify NC_BUFFERED macro by moving check inside _nc_setbuf().
7169
7170 20030906
7171         + modify configure script to avoid using "head -1", which does not
7172           work if POSIXLY_CORRECT (sic) is set.
7173         + modify run_tic.in to avoid using wrong shared libraries when
7174           cross-compiling (Dan Kegel).
7175
7176 20030830
7177         + alter configure script help message to make it clearer that
7178           --with-build-cc does not specify a cross-compiler (suggested by Dan
7179           Kegel <dank@kegel.com>).
7180         + modify configure script to accommodate libtool 1.5, as well as add an
7181           parameter to the "--with-libtool" option which can specify the
7182           pathname of libtool (report by Chris Zubrzycki).  We note that
7183           libtool 1.5 has more than one bug in its C++ support, so it is not
7184           able to install libncurses++, for instance, if $DESTDIR or the option
7185           --with-install-prefix is used.
7186
7187 20030823
7188         > patch by Philippe Blain:
7189         + move assignments to SP->_cursrow, SP->_curscol into online_mvcur().
7190         + make baudrate computation in delay_output() consistent with the
7191           assumption in _nc_mvcur_init(), i.e., a byte is 9 bits.
7192
7193 20030816
7194         + modify logic in waddch_literal() to take into account zh_TW.Big5
7195           whose multibyte sequences may contain "printable" characters, e.g.,
7196           a "g" in the sequence "\247g" (Debian #204889, cf: 20030621).
7197         + improve storage used by _nc_safe_strcpy() by ensuring that the size
7198           is reset based on the initialization call, in case it were called
7199           after other strcpy/strcat calls (report by Philippe Blain).
7200         > patch by Philippe Blain:
7201         + remove an unused ifdef for REAL_ATTR & WANT_CHAR
7202         + correct a place where _cup_cost was used rather than _cuu_cost
7203
7204 20030809
7205         + fix a small memory leak in _nc_free_termtype().
7206         + close trace-file if trace() is called with a zero parameter.
7207         + free memory allocated for soft-key strings, in delscreen().
7208         + fix an allocation size in safe_sprintf.c for the "*" format code.
7209         + correct safe_sprintf.c to not return a null pointer if the format
7210           happens to be an empty string.  This applies to the "configure
7211           --enable-safe-sprintf" option (Redhat #101486).
7212
7213 20030802
7214         + modify casts used for ABSENT_BOOLEAN and CANCELLED_BOOLEAN (report by
7215           Daniel Jacobowitz).
7216         > patch by Philippe Blain:
7217         + change padding for change_scroll_region to not be proportional to
7218           the size of the scroll-region.
7219         + correct error-return in _nc_safe_strcat().
7220
7221 20030726
7222         + correct limit-checks in _nc_scroll_window() (report and test-case by
7223           Thomas Graf <graf@dms.at> cf: 20011020).
7224         + re-order configure checks for _XOPEN_SOURCE to avoid conflict with
7225           _GNU_SOURCE check.
7226
7227 20030719
7228         + use clr_eol in preference to blanks for bce terminals, so select and
7229           paste will have fewer trailing blanks, e.g., when using xterm
7230           (request by Vincent Lefevre).
7231         + correct prototype for wunctrl() in manpage.
7232         + add configure --with-abi-version option (discussion with Charles
7233           Wilson).
7234         > cygwin changes from Charles Wilson:
7235           + aclocal.m4: on cygwin, use autodetected prefix for import
7236             and static lib, but use "cyg" for DLL.
7237           + include/ncurses_dll.h: correct the comments to reflect current
7238             status of cygwin/mingw port.  Fix compiler warning.
7239           + misc/run_tic.in: ensure that tic.exe can find the uninstalled
7240             DLL, by adding the lib-directory to the PATH variable.
7241           + misc/terminfo.src (nxterm|xterm-color): make xterm-color
7242             primary instead of nxterm, to match XFree86's xterm.terminfo
7243             usage and to prevent circular links.
7244             (rxvt): add additional codes from rxvt.org.
7245             (rxvt-color): new alias
7246             (rxvt-xpm): new alias
7247             (rxvt-cygwin): like rxvt, but with special acsc codes.
7248             (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
7249             with a "native" MSWin GUI.  Each takes different acsc codes,
7250             which are both different from the "normal" rxvt's acsc.
7251             (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
7252             (cygwinDBG): ditto.
7253           + mk-1st.awk: use "cyg" for the DLL prefix, but "lib" for import
7254             and static libs.
7255
7256 20030712
7257         + update config.guess, config.sub
7258         + add triples for configuring shared libraries with the Debian
7259           GNU/FreeBSD packages (patch by Robert Millan <zeratul2@wanadoo.es>).
7260
7261 20030705
7262         + modify CF_GCC_WARNINGS so it only applies to gcc, not g++.  Some
7263           platforms have installed g++ along with the native C compiler, which
7264           would not accept gcc warning options.
7265         + add -D_XOPEN_SOURCE=500 when configuring with --enable-widec, to
7266           get mbstate_t declaration on HPUX 11.11 (report by David Ellement).
7267         + add _nc_pathlast() to get rid of casts in _nc_basename() calls.
7268         + correct a sign-extension in wadd_wch() and wecho_wchar() from
7269           20030628 (report by Tomohiro Kubota).
7270         + work around omission of btowc() and wctob() from wide-character
7271           support (sic) in NetBSD 1.6 using mbtowc() and wctomb() (report by
7272           Gabor Z Papp).
7273         + add portability note to curs_get_wstr.3x (Debian #199957).
7274
7275 20030628
7276         + rewrite wadd_wch() and wecho_wchar() to call waddch() and wechochar()
7277           respectively, to avoid calling waddch_noecho() with wide-character
7278           data, since that function assumes its input is 8-bit data.
7279           Similarly, modify waddnwstr() to call wadd_wch().
7280         + remove logic from waddnstr() which transformed multibyte character
7281           strings into wide-characters.  Rewrite of waddch_literal() from
7282           20030621 assumes its input is raw multibyte data rather than wide
7283           characters (report by Tomohiro Kubota).
7284
7285 20030621
7286         + write getyx() and related 2-return macros in terms of getcury(),
7287           getcurx(), etc.
7288         + modify waddch_literal() in case an application passes bytes of a
7289           multibyte character directly to waddch().  In this case, waddch()
7290           must reassemble the bytes into a wide-character (report by Tomohiro
7291           Kubota <kubota@debian.org>).
7292
7293 20030614
7294         + modify waddch_literal() in case a multibyte value occupies more than
7295           two cells.
7296         + modify PutAttrChar() to compute the number of character cells that
7297           are used in multibyte values.  This fixes a problem displaying
7298           double-width characters (report/test by Mitsuru Chinen
7299           <mchinen@yamato.ibm.com>).
7300         + add a null-pointer check for result of keyname() in _tracechar()
7301         + modify _tracechar() to work around glibc sprintf bug.
7302
7303 20030607
7304         + add a call to setlocale() in cursesmain.cc, making demo display
7305           properly in a UTF-8 locale.
7306         + add a fallback definition in curses.priv.h for MB_LEN_MAX (prompted
7307           by discussion with Gabor Z Papp).
7308         + use macros NCURSES_ACS() and NCURSES_WACS() to hide cast needed to
7309           appease -Wchar-subscript with g++ 3.3 (Debian #195732).
7310         + fix a redefinition of $RANLIB in the configure script when libtool
7311           is used, which broke configure on Mac OS X (report by Chris Zubrzycki
7312           <beren@mac.com>).
7313         + simplify ifdef for bool declaration in curses.h.in (suggested by
7314           Albert Chin-A-Young).
7315         + remove configure script check to allow -Wconversion for older
7316           versions of gcc (suggested by Albert Chin-A-Young).
7317
7318 20030531
7319         + regenerated html manpages.
7320         + modify ifdef's in curses.h.in that disabled use of __attribute__()
7321           for g++, since recent versions implement the cases which ncurses uses
7322           (Debian #195230).
7323         + modify _nc_get_token() to handle a case where an entry has no
7324           description, and capabilities begin on the same line as the entry
7325           name.
7326         + fix a typo in ncurses_dll.h reported by gcc 3.3.
7327         + add an entry for key_defined.3x to man_db.renames.
7328
7329 20030524
7330         + modify setcchar() to allow converting control characters to complex
7331           characters (report/test by Mitsuru Chinen <mchinen@yamato.ibm.com>).
7332         + add tkterm entry -TD
7333         + modify parse_entry.c to allow a terminfo entry with a leading
7334           2-character name (report by Don Libes).
7335         + corrected acsc in screen.teraterm, which requires a PC-style mapping.
7336         + fix trace statements in read_entry.c to use lseek() rather than
7337           tell().
7338         + fix signed/unsigned warnings from Sun's compiler (gcc should give
7339           these warnings, but it is unpredictable).
7340         + modify configure script to omit -Winline for gcc 3.3, since that
7341           feature is broken.
7342         + modify manlinks.sed to add a few functions that were overlooked since
7343           they return function pointers:  field_init, field_term, form_init,
7344           form_term, item_init, item_term, menu_init and menu_term.
7345
7346 20030517
7347         + prevent recursion in wgetch() via wgetnstr() if the connection cannot
7348           be switched between cooked/raw modes because it is not a TTY (report
7349           by Wolfgang Gutjahr <gutw@knapp.com>).
7350         + change parameter of define_key() and key_defined() to const (prompted
7351           by Debian #192860).
7352         + add a check in test/configure for ncurses extensions, since there
7353           are some older versions, etc., which would not compile with the
7354           current test programs.
7355         + corrected demo in test/ncurses.c of wgetn_wstr(), which did not
7356           convert wchar_t string to multibyte form before printing it.
7357         + corrections to lib_get_wstr.c:
7358           + null-terminate buffer passed to setcchar(), which occasionally
7359             failed.
7360           + map special characters such as erase- and kill-characters into
7361             key-codes so those will work as expected even if they are not
7362             mentioned in the terminfo.
7363         + modify PUTC() and Charable() macros to make wide-character line
7364           drawing work for POSIX locale on Linux console (cf: 20021221).
7365
7366 20030510
7367         + make typography for program options in manpages consistent (report
7368           by Miloslav Trmac <mitr@volny.cz>).
7369         + correct dependencies in Ada95/src/Makefile.in, so the builds with
7370           "--srcdir" work (report by Warren L Dodge).
7371         + correct missing definition of $(CC) in Ada95/gen/Makefile.in
7372           (reported by Warren L Dodge <warrend@mdhost.cse.tek.com>).
7373         + fix typos and whitespace in manpages (patch by Jason McIntyre
7374           <jmc@prioris.mini.pw.edu.pl>).
7375
7376 20030503
7377         + fix form_driver() cases for REQ_CLR_EOF, REQ_CLR_EOL, REQ_DEL_CHAR,
7378           REQ_DEL_PREV and REQ_NEW_LINE, which did not ensure the cursor was at
7379           the editing position before making modifications.
7380         + add test/demo_forms and associated test/edit_field.c demos.
7381         + modify test/configure.in to use test/modules for the list of objects
7382           to compile rather than using the list of programs.
7383
7384 20030419
7385         + modify logic of acsc to use the original character if no mapping is
7386           defined, noting that Solaris does this.
7387         + modify ncurses 'b' test to avoid using the acs_map[] array since
7388           20021231 changes it to no longer contain information from the acsc
7389           string.
7390         + modify makefile rules in c++, progs, tack and test to ensure that
7391           the compiler flags (e.g., $CFLAGS or $CCFLAGS) are used in the link
7392           command (report by Jose Luis Rico Botella <informatica@serpis.com>).
7393         + modify soft-key initialization to use A_REVERSE if A_STANDOUT would
7394           not be shown when colors are used, i.e., if ncv#1 is set in the
7395           terminfo as is done in "screen".
7396
7397 20030412
7398         + add a test for slk_color(), in ncurses.c
7399         + fix some issues reported by valgrind in the slk_set() and slk_wset()
7400           code, from recent rewrite.
7401         + modify ncurses 'E' test to use show previous label via slk_label(),
7402           as in 'e' test.
7403         + modify wide-character versions of NewChar(), NewChar2() macros to
7404           ensure that the whole struct is initialized.
7405
7406 20030405
7407         + modify setupterm() to check if the terminfo and terminal-modes have
7408           already been read.  This ensures that it does not reinvoke
7409           def_prog_mode() when an application calls more than one function,
7410           such as tgetent() and initscr() (report by Olaf Buddenhagen).
7411
7412 20030329
7413         + add 'E' test to ncurses.c, to exercise slk_wset().
7414         + correct handling of carriage-return in wgetn_wstr(), used in demo of
7415           slk_wset().
7416         + first draft of slk_wset() function.
7417
7418 20030322
7419         + improved warnings in tic when suppressing items to fit in termcap's
7420           1023-byte limit.
7421         + built a list in test/README showing which externals are being used
7422           by either programs in the test-directory or via internal library
7423           calls.
7424         + adjust include-options in CF_ETIP_DEFINES to avoid missing
7425           ncurses_dll.h, fixing special definitions that may be needed for
7426           etip.h (reported by Greg Schafer <gschafer@zip.com.au>).
7427
7428 20030315
7429         + minor fixes for cardfile.c, to make it write the updated fields to
7430           a file when ^W is given.
7431         + add/use _nc_trace_bufcat() to eliminate some fixed buffer limits in
7432           trace code.
7433
7434 20030308
7435         + correct a case in _nc_remove_string(), used by define_key(), to avoid
7436           infinite loop if the given string happens to be a substring of other
7437           strings which are assigned to keys (report by John McCutchan).
7438         + add key_defined() function, to tell which keycode a string is bound
7439           to (discussion with John McCutchan <ttb@tentacle.dhs.org>).
7440         + correct keybound(), which reported definitions in the wrong table,
7441           i.e., the list of definitions which are disabled by keyok().
7442         + modify demo_keydef.c to show the details it changes, and to check
7443           for errors.
7444
7445 20030301
7446         + restructured test/configure script, make it work for libncursesw.
7447         + add description of link_fieldtype() to manpage (report by
7448           L Dee Holtsclaw <dee@sunbeltsoft.com>).
7449
7450 20030222
7451         + corrected ifdef's relating to configure check for wchar_t, etc.
7452         + if the output is a socket or other non-tty device, use 1 millisecond
7453           for the cost in mvcur; previously it was 9 milliseconds because the
7454           baudrate was not known.
7455         + in _nc_get_tty_mode(), initialize the TTY buffer on error, since
7456           glibc copies uninitialized data in that case, as noted by valgrind.
7457         + modify tput to use the same parameter analysis as tparm() does, to
7458           provide for user-defined strings, e.g., for xterm title, a
7459           corresponding capability might be
7460                 title=\E]2;%p1%s^G,
7461         + modify MKlib_gen.sh to avoid passing "#" tokens through the C
7462           preprocessor.  This works around Mac OS X's preprocessor, which
7463           insists on adding a blank on each side of the token (report/analysis
7464           by Kevin Murphy <murphy@genome.chop.edu>).
7465
7466 20030215
7467         + add configure check for wchar_t and wint_t types, rather than rely
7468           on preprocessor definitions.  Also work around for gcc fixinclude
7469           bug which creates a shadow copy of curses.h if it sees these symbols
7470           apparently typedef'd.
7471         + if database is disabled, do not generate run_tic.sh
7472         + minor fixes for memory-leak checking when termcap is read.
7473
7474 20030208
7475         + add checking in tic for incomplete line-drawing character mapping.
7476         + updated configure script to reflect fix for AC_PROG_GCC_TRADITIONAL,
7477           which is broken in autoconf 2.5x for Mac OS X 10.2.3 (report by
7478           Gerben Wierda <Sherlock@rna.nl>).
7479         + make return value from _nc_printf_string() consistent.  Before,
7480           depending on whether --enable-safe-sprintf was used, it might not be
7481           cached for reallocating.
7482
7483 20030201
7484         + minor fixes for memory-leak checking in lib_tparm.c, hardscroll.c
7485         + correct a potentially-uninitialized value if _read_termtype() does
7486           not read as much data as expected (report by Wolfgang Rohdewald
7487           <wr6@uni.de>).
7488         + correct several places where the aclocal.m4 macros relied on cache
7489           variable names which were incompatible (as usual) between autoconf
7490           2.13 and 2.5x, causing the test for broken-linker to give incorrect
7491           results (reports by Gerben Wierda <Sherlock@rna.nl> and Thomas Esser
7492           <te@dbs.uni-hannover.de>).
7493         + do not try to open gpm mouse driver if standard output is not a tty;
7494           the gpm library does not make this check (bug report for dialog
7495           by David Oliveira <davidoliveira@develop.prozone.ws>).
7496
7497 20030125
7498         + modified emx.src to correspond more closely to terminfo.src, added
7499           emx-base to the latter -TD
7500         + add configure option for FreeBSD sysmouse, --with-sysmouse, and
7501           implement support for that in lib_mouse.c, lib_getch.c
7502
7503 20030118
7504         + revert 20030105 change to can_clear_with(), does not work for the
7505           case where the update is made on cells which are blanks with
7506           attributes, e.g., reverse.
7507         + improve ifdef's to guard against redefinition of wchar_t and wint_t
7508           in curses.h (report by Urs Jansen).
7509
7510 20030111
7511         + improve mvcur() by checking if it is safe to move when video
7512           attributes are set (msgr), and if not, reset/restore attributes
7513           within that function rather than doing it separately in the GoTo()
7514           function in tty_update.c (suggested by Philippe Blain).
7515         + add a message in run_tic.in to explain more clearly what does not
7516           work when attempting to create a symbolic link for /usr/lib/terminfo
7517           on OS/2 and other platforms with no symbolic links (report by John
7518           Polterak).
7519         + change several sed scripts to avoid using "\+" since it is not a BRE
7520           (basic regular expression).  One instance caused terminfo.5 to be
7521           misformatted on FreeBSD (report by Kazuo Horikawa
7522           <horikawa@FreeBSD.org> (see FreeBSD docs/46709)).
7523         + correct misspelled 'wint_t' in curs_get_wch.3x (Michael Elkins).
7524
7525 20030105
7526         + improve description of terminfo operators, especially static/dynamic
7527           variables (comments by Mark I Manning IV <mark4th@earthlink.net>).
7528         + demonstrate use of FIELDTYPE by modifying test/ncurses 'r' test to
7529           use the predefined TYPE_ALPHA field-type, and by defining a
7530           specialized type for the middle initial/name.
7531         + fix MKterminfo.sh, another workaround for POSIXLY_CORRECT misfeature
7532           of sed 4.0
7533         > patch by Philippe Blain:
7534         + optimize can_clear_with() a little by testing first if the parameter
7535           is indeed a "blank".
7536         + simplify ClrBottom() a little by allowing it to use clr_eos to clear
7537           sections as small as one line.
7538         + improve ClrToEOL() by checking if clr_eos is available before trying
7539           to use it.
7540         + use tputs() rather than putp() in a few cases in tty_update.c since
7541           the corresponding delays are proportional to the number of lines
7542           affected: repeat_char, clr_eos, change_scroll_region.
7543
7544 20021231
7545         + rewrite of lib_acs.c conflicts with copying of SCREEN acs_map to/from
7546           global acs_map[] array; removed the lines that did the copying.
7547
7548 20021228
7549         + change some overlooked tputs() calls in scrolling code to use putp()
7550           (report by Philippe Blain).
7551         + modify lib_getch.c to avoid recursion via wgetnstr() when the input
7552           is not a tty and consequently mode-changes do not work (report by
7553           <R.Chamberlin@querix.com>).
7554         + rewrote lib_acs.c to allow PutAttrChar() to decide how to render
7555           alternate-characters, i.e., to work with Linux console and UTF-8
7556           locale.
7557         + correct line/column reference in adjust_window(), needed to make
7558           special windows such as curscr track properly when resizing (report
7559           by Lucas Gonze <lgonze@panix.com>).
7560         > patch by Philippe Blain:
7561         + correct the value used for blank in ClrBottom() (broken in 20000708).
7562         + correct an off-by-one in GoTo() parameter in _nc_scrolln().
7563
7564 20021221
7565         + change several tputs() calls in scrolling code to use putp(), to
7566           enable padding which may be needed for some terminals (patch by
7567           Philippe Blain).
7568         + use '%' as sed substitute delimiter in run_tic script to avoid
7569           problems with pathname delimiters such as ':' and '@' (report by John
7570           Polterak).
7571         + implement a workaround so that line-drawing works with screen's
7572           crippled UTF-8 support (tested with 3.9.13).  This only works with
7573           the wide-character support (--enable-widec); the normal library will
7574           simply suppress line-drawing when running in a UTF-8 locale in screen.
7575
7576 20021214
7577         + allow BUILD_CC and related configure script variables to be
7578           overridden from the environment.
7579         + make build-tools variables in ncurses/Makefile.in consistent with
7580           the configure script variables (report by Maciej W Rozycki).
7581         + modify ncurses/modules to allow
7582                 configure --disable-leaks --disable-ext-funcs
7583           to build (report by Gary Samuelson).
7584         + fix a few places in configure.in which lacked quotes (report by
7585           Gary Samuelson <gary.samuelson@verizon.com>).
7586         + correct handling of multibyte characters in waddch_literal() which
7587           force wrapping because they are started too late on the line (report
7588           by Sam Varshavchik).
7589         + small fix for CF_GNAT_VERSION to ignore the help-message which
7590           gnatmake adds to its version-message.
7591         > Maciej W Rozycki <macro@ds2.pg.gda.pl>:
7592         + use AC_CHECK_TOOL to get proper values for AR and LD for cross
7593           compiling.
7594         + use $cross_compiling variable in configure script rather than
7595           comparing $host_alias and $target alias, since "host" is
7596           traditionally misused in autoconf to refer to the target platform.
7597         + change configure --help message to use "build" rather than "host"
7598           when referring to the --with-build-XXX options.
7599
7600 20021206
7601         + modify CF_GNAT_VERSION to print gnatmake's version, and to allow for
7602           possible gnat versions such as 3.2 (report by Chris Lingard
7603           <chris@stockwith.co.uk>).
7604         + modify #define's for CKILL and other default control characters in
7605           tset to use the system's default values if they are defined.
7606         + correct interchanged defaults for kill and interrupt characters
7607           in tset, which caused it to report unnecessarily (Debian #171583).
7608         + repair check for missing C++ compiler, which is broken in autoconf
7609           2.5x by hardcoding it to g++ (report by Martin Mokrejs).
7610         + update config.guess, config.sub (2002-11-30)
7611         + modify configure script to skip --with-shared, etc., when the
7612           --with-libtool option is given, since they would be ignored anyway.
7613         + fix to allow "configure --with-libtool --with-termlib" to build.
7614         + modify configure script to show version number of libtool, to help
7615           with bug reports.  libtool still gets confused if the installed
7616           ncurses libraries are old, since it ignores the -L options at some
7617           point (tested with libtool 1.3.3 and 1.4.3).
7618         + reorder configure script's updating of $CPPFLAGS and $CFLAGS to
7619           prevent -I options in the user's environment from introducing
7620           conflicts with the build -I options (may be related to reports by
7621           Patrick Ash and George Goffe).
7622         + rename test/define_key.c to test/demo_defkey.c, test/keyok.c to
7623           test/demo_keyok.c to allow building these with libtool.
7624
7625 20021123
7626         + add example program test/define_key.c for define_key().
7627         + add example program test/keyok.c for keyok().
7628         + add example program test/ins_wide.c for wins_wch() and wins_wstr().
7629         + modify wins_wch() and wins_wstr() to interpret tabs by using the
7630           winsch() internal function.
7631         + modify setcchar() to allow for wchar_t input strings that have
7632           more than one spacing character.
7633
7634 20021116
7635         + fix a boundary check in lib_insch.c (patch by Philippe Blain).
7636         + change type for *printw functions from NCURSES_CONST to const
7637           (prompted by comment by Pedro Palhoto Matos <plpm@mega.ist.utl.pt>,
7638           but really from a note on X/Open's website stating that either is
7639           acceptable, and the latter will be used in a future revision).
7640         + add xterm-1002, xterm-1003 terminfo entries to demonstrate changes in
7641           lib_mouse.c (20021026) -TD
7642         + add screen-bce, screen-s entries from screen 3.9.13 (report by
7643           Adam Lazur <zal@debian.org>) -TD
7644         + add mterm terminfo entries -TD
7645
7646 20021109
7647         + split-out useful fragments in terminfo for vt100 and vt220 numeric
7648           keypad, i.e., vt100+keypad, vt100+pfkeys, vt100+fnkeys and
7649           vt220+keypad.  The last as embedded in various entries had ka3 and
7650           kb2 interchanged (report/discussion with Leonard den Ottolander
7651           <leonardjo@hetnet.nl>).
7652         + add check in tic for keypads consistent with vt100 layout.
7653         + improve checks in tic for color capabilities
7654
7655 20021102
7656         + check for missing/empty/illegal terminfo name in _nc_read_entry()
7657           (report by Martin Mokrejs, where $TERM was set to an empty string).
7658         + rewrote lib_insch.c, combining it with lib_insstr.c so both handle
7659           tab and other control characters consistently (report by Philippe
7660           Blain).
7661         + remove an #undef for KEY_EVENT from curses.tail used in the
7662           experimental NCURSES_WGETCH_EVENTS feature.  The #undef confuses
7663           dpkg's build script (Debian #165897).
7664         + fix MKlib_gen.sh, working around the ironically named POSIXLY_CORRECT
7665           feature of GNU sed 4.0 (reported by Ervin Nemeth <airwin@inf.bme.hu>).
7666
7667 20021026
7668         + implement logic in lib_mouse.c to handle position reports which are
7669           generated when XFree86 xterm is initialized with private modes 1002
7670           or 1003.  These are returned to the application as the
7671           REPORT_MOUSE_POSITION mask, which was not implemented.  Tested both
7672           with ncurses 'a' menu (prompted by discussion with Larry Riedel
7673           <Larry@Riedel.org>).
7674         + modify lib_mouse.c to look for "XM" terminfo string, which allows
7675           one to override the escape sequence used to enable/disable mouse
7676           mode.  In particular this works for XFree86 xterm private modes
7677           1002 and 1003.  If "XM" is missing (note that this is an extended
7678           name), lib_mouse uses the conventional private mode 1000.
7679         + correct NOT_LOCAL() macro in lib_mvcur.c to refer to screen_columns
7680           where it used screen_lines (report by Philippe Blain).
7681         + correct makefile rules for the case when both --with-libtool and
7682           --with-gpm are given (report by Mr E_T <troll@logi.net.au>).
7683         + add note to terminfo manpage regarding the differences between
7684           setaf/setab and setf/setb capabilities (report by Pavel Roskin).
7685
7686 20021019
7687         + remove redundant initialization of TABSIZE in newterm(), since it is
7688           already done in setupterm() (report by Philippe Blain).
7689         + add test/inserts.c, to test winnstr() and winsch().
7690         + replace 'sort' in dist.mk with script that sets locale to POSIX.
7691         + update URLs in announce.html.in (patch by Frederic L W Meunier).
7692         + remove glibc add-on files, which are no longer needed (report by
7693           Frederic L W Meunier).
7694
7695 20021012 5.3 release for upload to ftp.gnu.org
7696         + modify ifdef's in etip.h.in to allow the etip.h header to compile
7697           with gcc 3.2 (patch by Dimitar Zhekov <jimmy@is-vn.bg>).
7698         + add logic to setupterm() to make it like initscr() and newterm(),
7699           by checking for $NCURSES_TRACE environment variable and enabling
7700           the debug trace in that case.
7701         + modify setupterm() to ensure that it initializes the baudrate, for
7702           applications such as tput (report by Frank Henigman).
7703         + modify definition of bits used for command-line and library debug
7704           traces to avoid overlap, using new definition TRACE_SHIFT to relate
7705           the two.
7706         + document tput's interpretation of parameterized strings according to
7707           whether parameters are given, etc. (discussion with Robert De Bath).
7708
7709 20021005 pre-release
7710         + correct winnwstr() to account for non-character cells generated when
7711           a double-width character is added (report by Michael Bienia
7712           <michael@vorlon.ping.de>).
7713         + modify _nc_viswbuf2n() to provide better results using wctomb().
7714         + correct logic in _nc_varargs() which broke tracing of parameters for
7715           formats such as "%.*s".
7716         + correct scale factor in linux-c and linux-c-nc terminfo entries
7717           (report Floyd Davidson).
7718         + change tic -A option to -t, add the same option to infocmp for
7719           consistency.
7720         + correct "%c" implementation in lib_tparm.c, which did not map a null
7721           character to a 128 (cf: 980620) (patch by Frank Henigman
7722           <fjhenigman@mud.cgl.uwaterloo.ca>).
7723
7724 20020928 pre-release
7725         + modify MKkey_defs.sh to check for POSIX sort -k option, use that if
7726           it is found, to accommodate newer utility which dropped the
7727           compatibility support for +number options (reported by Andrey A
7728           Chernov).
7729         + modify linux terminfo entry to use color palette feature from
7730           linux-c-nc entry (comments by Tomasz Wasiak and Floyd Davidson).
7731         + restore original color definitions in endwin() if init_color() was
7732           used, and resume those colors on the next doupdate() or refresh()
7733           (report by Tomasz Wasiak <tjwasiak@komputom.com.pl>).
7734         + improve debug-traces by modifying MKlib_gen.sh to generate calls
7735           to returnBool() and returnAttr().
7736         + add/use _nc_visbufn() and _nc_viswbufn() to limit the debug trace
7737           of waddnstr() and similar functions to match the parameters as used.
7738         + add/use _nc_retrace_bool() and _nc_retrace_unsigned().
7739         + correct type used by _nc_retrace_chtype().
7740         + add debug traces to some functions in lib_mouse.c
7741         + modify lib_addch.c to handle non-spacing characters.
7742         + correct parameter of RemAttr() in lib_bkgd.c, which caused the c++
7743           demo's boxes to lose the A_ALTCHARSET flag (broken in 20020629).
7744         + correct width computed in _tracedump(), which did not account for
7745           the attributes (broken in 20010602).
7746         + modify test/tracemunch to replace addresses for windows other than
7747           curscr, newscr and stdscr with window0, window1, etc.
7748
7749 20020921 pre-release
7750         + redid fix for edit_man.sed path.
7751         + workaround for Cygwin bug which makes subprocess writes to stdout
7752           result in core dump.
7753         + documented getbegx(), etc.
7754         + minor fixes to configure script to use '%' consistently as a sed
7755           delimiter rather than '@'.
7756         > patch by Philippe Blain:
7757         + add check in lib_overlay.c to ensure that the windows to be merged
7758           actually overlap, and in copywin(), limit the area to be touched
7759           to the lines given for the destination window.
7760
7761 20020914 pre-release
7762         + modified curses.h so that if the wide-character version is installed
7763           overwriting /usr/include/curses.h, and if it relied on libutf8.h,
7764           then applications that use that header for wide-character support
7765           must define HAVE_LIBUTF8_H.
7766         + modify putwin(), getwin() and dupwin() to allow them to operate on
7767           pads (request by Philippe Blain).
7768         + correct attribute-merging in wborder(), broken in 20020216 (report
7769           by Tomasz Wasiak <tjwasiak@grubasek.komputom.com.pl>).
7770         > patch by Philippe Blain:
7771         + corrected pop-counts in tparam_internal() to '!' and '~' cases.
7772         + use sizeof(NCURSES_CH_T) in one place that used sizeof(chtype).
7773         + remove some unused variables from mvcur test-driver.
7774
7775 20020907 pre-release
7776         + change configure script to allow install of widec-character
7777           (ncursesw) headers to overwrite normal (ncurses) headers, since the
7778           latter is a compatible subset of the former.
7779         + fix path of edit_man.sed in configure script, needed to regenerate
7780           html manpages on Debian.
7781         + fix mismatched enums in vsscanf.c, which caused warning on Solaris.
7782         + update README.emx to reflect current patch used for autoconf.
7783         + change web- and ftp-site to invisible-island.net
7784         > patch by Philippe Blain:
7785         + change case for 'P' in tparam_internal() to indicate that it pops
7786           a variable from the stack.
7787         + correct sense of precision and width in parse_format(), to avoid
7788           confusion.
7789         + modify lib_tparm.c, absorb really_get_space() into get_space().
7790         + modify getwin() and dupwin() to copy the _notimeout, _idlok and
7791           _idcok window fields.
7792         + better fix for _nc_set_type(), using typeMalloc().
7793
7794 20020901 pre-release
7795         + change minor version to 3, i.e., ncurses 5.3
7796         + update config.guess, config.sub
7797         + retest build with each configure option; minor ifdef fixes.
7798         + make keyname() return a null pointer rather than "UNKNOWN STRING" to
7799           match XSI.
7800         + modify handling of wide line-drawing character functions to use the
7801           normal line-drawing characters when not in UTF-8 locale.
7802         + add check/fix to comp_parse.c to suppress warning about missing acsc
7803           string.  This happens in configurations where raw termcap information
7804           is processed; tic already does this and other checks.
7805         + modify tic's check for ich/ich1 versus rmir/smir to only warn about
7806           ich1, to match xterm patch #70 notes.
7807         + moved information for ripped-off lines into SCREEN struct to allow
7808           use in resizeterm().
7809         + add experimental wgetch_events(), ifdef'd with NCURSES_WGETCH_EVENTS
7810           (adapted from patch by Ilya Zakharevich - see ncurses/README.IZ).
7811         + amend check in kgetch() from 20020824 to look only for function-keys,
7812           otherwise escape sequences are not resolved properly.
7813         > patch by Philippe Blain:
7814         + removed redundant assignment to SP->_checkfd from newterm().
7815         + check return-value of setupterm() in restartterm().
7816         + use sizeof(NCURSES_CH_T) in a few places that used sizeof(chtype).
7817         + prevent dupwin() from duplicating a pad.
7818         + prevent putwin() from writing a pad.
7819         + use typeRealloc() or typeMalloc() in preference to direct calls on
7820           _nc_doalloc().
7821
7822 20020824
7823         + add a check in kgetch() for cooked characters in the fifo to avoid
7824           calling fifo_push() when a KEY_RESIZE is available (report/analysis
7825           by Sam Varshavchik <mrsam@courier-mta.com>).
7826         + fix an overlooked case for Redhat #68199 (Philippe Blain).
7827         + ensure clearerr() is called before using ferror() e.g., in
7828           lib_screen.c (report by Philippe Blain).
7829
7830 20020817
7831         + modify lib_screen.c and lib_newwin.c to maintain the SCREEN-specific
7832           pointers for curscr/stdscr/newscr when scr_save() and scr_restore()
7833           modify the global curscr/stdscr/newscr variables.  Fixes Redhat
7834           #68199.
7835         + add checks for null pointer in calls to tparm() and tgoto() based on
7836           FreeBSD bug report.  If ncurses were built with termcap support, and
7837           the first call to tgoto() were a zero-length string, the result would
7838           be a null pointer, which was not handled properly.
7839         + correct a typo in terminfo.head, which gave the octal code for colon
7840           rather than comma.
7841         + remove the "tic -u" option from 20020810, since it did not account
7842           for nested "tc=" clauses, and when that was addressed, was still
7843           unsatisfactory.
7844
7845 20020810
7846         + add tic -A option to suppress capabilities which are commented out
7847           when translating to termcap.
7848         + add tic -u option to provide older behavior of "tc=" clauses.
7849         + modified tic to expand all but the final "tc=" clause in a termcap
7850           entry, to accommodate termcap libraries which do not handle multiple
7851           tc clauses.
7852         + correct typo in curs_inopts.3x regarding CS8/CS7 usage (report by
7853           Philippe Blain).
7854         + remove a couple of redundant uses of A_ATTRIBUTES in expressions
7855           using AttrOf(), which already incorporates that mask (report by
7856           Philippe Blain).
7857         + document TABSIZE variable.
7858         + add NCURSES_ASSUMED_COLORS environment variable, to allow users to
7859           override compiled-in default black-on-white assumption used in
7860           assume_default_colors().
7861         + correct an off-by-one comparison against max_colors in COLORFGBG
7862           logic.
7863         + correct a use of uninitialized memory found by valgrind (reported by
7864           Olaf Buddenhagen <olafBuddenhagen@web.de>).
7865         + modified wresize() to ensure that a failed realloc will not corrupt
7866           the window structure, and to make subwindows fit within the resized
7867           window (completes Debian #87678, Debian #101699)
7868
7869 20020803
7870         + fix an off-by-one in lib_pad.c check for limits of pad (patch by
7871           Philippe Blain).
7872         + revise logic for BeOS in lib_twait.c altered in 20011013 to restore
7873           logic used by lib_getch.c's support for GPM or EMX mouse (report by
7874           Philippe Blain)
7875         + remove NCURSES_CONST from several prototypes in curses.wide, to make
7876           the --enable-const --enable-widec configure options to work together
7877           (report by George Goffe <grgoffe@yahoo.com>).
7878
7879 20020727
7880         + finish no-leak checking in cardfile.c, using this for testing changes
7881           to resizeterm().
7882         + simplify _nc_freeall() using delscreen().
7883
7884 20020720
7885         + check error-return from _nc_set_tty_mode() in _nc_initscr() and
7886           reset_prog_mode() (report/patch by Philippe Blain).
7887         + regenerate configure using patch for autoconf 2.52, to address
7888           problem with identifying C++ bool type.
7889         + correct/improve logic to produce an exit status for errors in tput,
7890           which did not exit with an error when told to put a string not in the
7891           current terminfo entry (report by David Gomez <david@pleyades.net>).
7892         + modify configure script AC_OUTPUT() call to work around defect in
7893           autoconf 2.52 which adds an ifdef'd include to the generated
7894           configure definitions.
7895         + remove fstat() check from scr_init(), which also fixes a missing
7896           include for <sys/stat.h> from 20020713 (reported by David Ellement,
7897           fix suggested by Philippe Blain).
7898         + update curs_scanw.3x manpage to note that XSI curses differs from
7899           SVr4 curses: return-values are incompatible.
7900         + correct several prototypes in manpages which used const
7901           inconsistently with the curses.h file, and removed spurious const's
7902           in a few places from curses.h, e.g., for wbkgd() (report by Glenn
7903           Maynard <glenn@zewt.org>).
7904         + change internal type used by tparm() to long, to work with LP64 model.
7905         + modify nc_alloc.h to allow building with g++, for testing.
7906
7907 20020713
7908         + add resize-handling to cardfile.c test program.
7909         + altered resizeterm() to avoid having it fail when a child window
7910           cannot be resized because it would be larger than its parent.  (More
7911           work must be done on this, but it works well enough to integrate).
7912         + improve a limit-check in lib_refresh.c
7913         + remove check in lib_screen.c relating dumptime to file's modification
7914           times, since that would not necessarily work for remotely mounted
7915           filesystems.
7916         + modify lrtest to simplify debugging changes to resizeterm, e.g.,
7917           t/T commands to enable/disable tracing.
7918         + updated status of multibyte support in TO-DO.
7919         + update contact info in source-files (patch by Juergen Pfeifer).
7920
7921 20020706
7922         + add Caps.hpux11, as an example.
7923         + modify version_filter(), used to implement -R option for tic and
7924           infocmp, to use computed array offsets based on the Caps.* file which
7925           is actually configured, rather than constants which correspond to
7926           the Caps file.
7927         + reorganized lib_raw.c to avoid updating SP and cur_term state if the
7928           functions fail (reported by Philippe Blain).
7929         + add -Wundef to gcc warnings, adjust a few ifdef's to accommodate gcc.
7930
7931 20020629
7932         + correct parameters to setcchar() in ncurses.c (cf: 20020406).
7933         + set locale in most test programs (view.c and ncurses.c were the
7934           only ones).
7935         + add configure option --with-build-cppflags (report by Maksim A
7936           Nikulin <M.A.Nikulin@inp.nsk.su>).
7937         + correct a typo in wide-character logic for lib_bkgnd.c (Philippe
7938           Blain).
7939         + modify lib_wacs.c to not cancel the acsc, smacs, rmacs strings when
7940           in UTF-8 locale.  Wide-character functions use Unicode values, while
7941           narrow-character functions use the terminfo data.
7942         + fix a couple of places in Ada95/samples which did not compile with
7943           gnat 3.14
7944         + modify mkinstalldirs so the DOS-pathname case is locale-independent.
7945         + fix locale problem in MKlib_gen.sh by forcing related variables to
7946           POSIX (C), using same approach as autoconf (set variables only if
7947           they were set before).  Update MKterminfo.sh and MKtermsort.sh to
7948           match.
7949
7950 20020622
7951         + add charset to generated html.
7952         + add mvterm entry, adapted from a FreeBSD bug-report by Daniel Rudy
7953           <dcrudy@pacbell.net> -TD
7954         + add rxvt-16color, ibm+16color entries -TD
7955         + modify check in --disable-overwrite option so that it is used by
7956           default unless the --prefix/$prefix value is not /usr, in attempt to
7957           work around packagers, e.g., for Sun's freeware, who do not read the
7958           INSTALL notes.
7959
7960 20020615
7961         + modify wgetch() to allow returning ungetch'd KEY_RESIZE as a function
7962           key code in get_wch().
7963         + extended resize-handling in test/ncurses 'a' menu to the entire
7964           stack of windows created with 'w' commands.
7965         + improve $COLORFGBG feature by interpreting an out-of-range color
7966           value as an SGR 39 or 49, for foreground/background respectively.
7967         + correct a typo in configure --enable-colorfgbg option, and move it
7968           to the experimental section (cf: 20011208).
7969
7970 20020601
7971         + add logic to dump_entry.c to remove function-key definitions that do
7972           not fit into the 1023-byte limit for generated termcaps.  This makes
7973           hds200 fit.
7974         + more improvements to tic's warnings, including logic to ignore
7975           differences between delay values in sgr strings.
7976         + move definition of KEY_RESIZE into MKkeydefs.sh script, to
7977           accommodate Caps.osf1r5 which introduced a conflicting definition.
7978
7979 20020525
7980         + add simple resize-handling in test/ncurses.c 'a' menu.
7981         + fixes in keyname() and _tracechar() to handle negative values.
7982         + make tic's warnings about mismatches in sgr strings easier to follow.
7983         + correct tic checks for number of parameters in smgbp and smglp.
7984         + improve scoansi terminfo entry, and add scoansi-new entry -TD
7985         + add pcvt25-color terminfo entry -TD
7986         + add kf13-kf48 strings to cons25w terminfo entry (reported by Stephen
7987           Hurd <deuce@lordlegacy.org> in newsgroup lucky.freebsd.bugs) -TD
7988         + add entrypoint _nc_trace_ttymode(), use this to distinguish the
7989           Ottyb and Nttyb members of terminal (aka cur_term), for tracing.
7990
7991 20020523
7992         + correct and simplify logic for lib_pad.c change in 20020518 (reported
7993           by Mike Castle).
7994
7995 20020518
7996         + fix lib_pad.c for case of drawing a double-width character which
7997           falls off the left margin of the pad (patch by Kriang Lerdsuwanakij
7998           <lerdsuwa@users.sourceforge.net>)
7999         + modify configure script to work around broken gcc 3.1 "--version"
8000           option, which adds unnecessary trash to the requested information.
8001         + adjust ifdef's in case SIGWINCH is not defined, e.g., with DJGPP
8002           (reported by Ben Decker <deckerben@freenet.de>).
8003
8004 20020511
8005         + implement vid_puts(), vid_attr(), term_attrs() based on the narrow-
8006           character versions as well.
8007         + implement erasewchar(), killwchar() based on erasechar() and
8008           killchar().
8009         + modify erasechar() and killchar() to return ERR if the value was
8010           VDISABLE.
8011         + correct a bug in wresize() in handling subwindows (based on patch by
8012           Roger Gammans <rgammans@computer-surgery.co.uk>, report by Scott Beck
8013           <scott@gossamer-threads.com>).
8014         + improve test/tclock.c by making the second-hand update more often
8015           if gettimeofday() is available.
8016
8017 20020429
8018         + workaround for Solaris sed with MKlib_gen.sh (reported by Andy
8019           Tsouladze <andyt@mypoints.com>).
8020
8021 20020427
8022         + correct return-value from getcchar(), making it consistent with
8023           Solaris and Tru64.
8024         + reorder loops that generate makefile rules for different models vs
8025           subsets so configure --with-termlib works again.  This was broken by
8026           logic added to avoid duplicate rules in changes to accommodate cygwin
8027           dll's (reported by George.R.Goffe@seagate.com).
8028         + update config.guess, config.sub
8029
8030 20020421
8031         + modify ifdef's in write_entry.c to allow use of symbolic links on
8032           platforms with no hard links, e.g., BeOS.
8033         + modify a few includes to allow compile with BeOS, which has stdbool.h
8034           with a conflicting definition for 'bool' versus its OS.h definition.
8035         + amend MKlib_gen.sh to work with gawk, which defines 'func' as an
8036           alias for 'function'.
8037
8038 20020420
8039         + correct form of prototype for ripoffline().
8040         + modify MKlib_gen.sh to test that all functions marked as implemented
8041           can be linked.
8042
8043 20020413
8044         + add manpages: curs_get_wstr.3x, curs_in_wchstr.3x
8045         + implement wgetn_wstr().
8046         + implement win_wchnstr().
8047         + remove redefinition of unget_wch() in lib_gen.c (reported by
8048           Jungshik Shin <jshin@jtan.com>).
8049
8050 20020406
8051         + modified several of the test programs to allow them to compile with
8052           vendor curses implementations, e.g., Solaris, AIX -TD
8053
8054 20020323
8055         + modified test/configure to allow configuring against ncursesw.
8056         + change WACS_xxx definition to use address, to work like Tru64 curses.
8057
8058 20020317
8059         + add 'e' and 'm' toggles to 'a', 'A' tests in ncurses.c to demonstrate
8060           effect of echo/noecho and meta modes.
8061         + add 'A' test to ncurses.c to demonstrate wget_wch() and related
8062           functions.
8063         + add manpage: curs_get_wch.3x
8064         + implement unget_wch().
8065         + implement wget_wch().
8066
8067 20020310
8068         + regenerated html manpages.
8069         + add manpages: curs_in_wch.3x, curs_ins_wch.3x, curs_ins_wstr.3x
8070         + implement wins_wch().
8071         + implement win_wch().
8072         + implement wins_nwstr(), wins_wstr().
8073
8074 20020309
8075         + add manpages: curs_addwstr.3x, curs_winwstr.3x
8076         + implement winnwstr(), winwstr().
8077
8078 20020223
8079         + add manpages: curs_add_wchstr.3x, curs_bkgrnd.3x
8080         + document wunctrl, key_name.
8081         + implement key_name().
8082         + remove const's in lib_box.c incorrectly leftover after splitting off
8083           lib_box_set.c
8084         + update llib-lncurses, llib-ncursesw, fix configure script related to
8085           these.
8086
8087 20020218
8088         + remove quotes on "SYNOPSIS" in man/curs_box_set.3x, which resulted
8089           in spurious symlinks on install.
8090
8091 20020216
8092         + implement whline_set(), wvline_set(), add manpage curs_border_set.
8093         + add subtest 'b' to 'F' and 'f' in ncurses.c to demonstrate use of
8094           box() and box_set() functions.
8095         + add subtest 'u' to 'F' in ncurses.c, to demonstrate use of addstr()
8096           given UTF-8 string equivalents of WACS_xxx symbols.
8097         + minor fixes to several manpages based on groff -ww output.
8098         + add descriptions of external variables of termcap interface to
8099           the manpage (report by Bruce Evans <bde@zeta.org.au>).
8100         > patches by Bernhard Rosenkraenzer:
8101         + correct configure option --with-bool, which was executed as
8102           --with-ospeed.
8103         + add quotes for parameters of --with-bool and --with-ospeed configure
8104           options.
8105         > patch by Sven Verdoolaege (report by Gerhard Haering
8106           <haering_linux@gmx.de>):
8107         + correct typos in definitions of several wide-character macros:
8108           waddwstr, wgetbkgrnd, mvaddwstr, mvwadd_wchnstr, mvwadd_wchnstr,
8109           mvwaddwstr.
8110         + pass $(CPPFLAGS) to MKlib_gen.sh, thereby fixing a missing definition
8111           of _XOPEN_SOURCE_EXTENDED, e.g., on Solaris
8112
8113 20020209
8114         + implement wide-acs characters for UTF-8 locales.  When in UTF-8
8115           locale, ignore narrow version of acs.  Add 'F' test to test/ncurses.c
8116           to demonstrate.
8117         + correct prototype in keybound manpage (noted from a Debian mailing
8118           list item).
8119
8120 20020202
8121         + add several cases to the wscanw() example in testcurs.c, showing the
8122           format.
8123         + implement a simple vsscanf() fallback function which uses the %n
8124           conversion to help parse the input data (prompted by discussion with
8125           Albert Chin-A-Young).
8126         + modify mk-1st.awk and test/Makefile.in to add $(LDFLAGS) when making
8127           shared libraries, and to use $(CFLAGS) when linking test programs
8128           (patch by Albert Chin-A-Young).
8129         + add a call to _nc_keypad() in keypad() to accommodate applications
8130           such as nvi, which use curses for output but not for input (fixes
8131           Debian #131263, cf: 20011215).
8132         + add entrypoints to resizeterm.c which provide better control over the
8133           process:  is_term_resized() and resize_term().  The latter restores
8134           the original design of resizeterm() before KEY_RESIZE was added in
8135           970906.  Do this to accommodate 20010922 changes to view.c, but allow
8136           for programs with their own sigwinch handler, such as lynx (reported
8137           by Russell Ruby <russ@math.orst.edu>).
8138
8139 20020127
8140         + fix a typo in change to mk-1st.awk, which broke the shared-library
8141           makefile rules (reported by Martin Mokrejs).
8142
8143 20020126
8144         + update config.guess, config.sub
8145         + finish changes needed to build dll's on cygwin.
8146         + fix a typo in mvwchat() macro (reported by Cy <yam@homerow.net).
8147
8148 20020119
8149         + add case in lib_baudrate.c for B921600 (patch by Andrey A Chernov).
8150         + correct missing sed-editing stage in manpage installs which is used
8151           to rename manpages, broken in 20010324 fix for Debian #89939 (Debian
8152           #78866).
8153         + remove -L$(libdir) from linker flags, probably not needed any more
8154           since HPUX is handled properly (reported by Niibe Yutaka
8155           <gniibe@m17n.org>).
8156         + add configure check for mbstate_t, needed for wide-character
8157           configuration.  On some platforms we must include <wchar.h> to
8158           define this (reported by Daniel Jacobowitz).
8159         + incorporate some of the changes needed to build dll's on cygwin.
8160
8161 20020112a
8162         + workaround for awk did not work with mawk, adjusted shell script.
8163
8164 20020112
8165         + add Caps.osf1r5, as an example.
8166         + modify behavior of can_clear_with() so that if an application is
8167           running in a non-bce terminals with default colors enabled, it
8168           returns true, allowing the user to select/paste text without picking
8169           up extraneous trailing blanks (adapted from patch by Daniel
8170           Jacobowitz <dmj+@andrew.cmu.edu>).
8171         + modify generated curses.h to ifdef-out prototypes for extensions if
8172           they are disabled, and to define curses_version() as a string in that
8173           case.  This is needed to make the programs such as tic build in that
8174           configuration.
8175         + modified generated headers.sh to remove a gzip'd version of the
8176           target file if it exists, in case non-gzip'd manpages are installed
8177           into a directory where gzip'd ones exist.  In that case, the latter
8178           would be found.
8179         + corrected a redundant initialization of signal handlers from 20010922
8180           changes.
8181         + clarified bug-reporting address in terminfo.src (report by John H
8182           DuBois III <spcecdt@armory.com>).
8183         > several fixes from Robert Joop:
8184         + do not use "-v" option of awk in MKkey_defs.sh because it does not
8185           work with SunOS nawk.
8186         + modify definitions for libutf8 in curses.h to avoid redefinition
8187           warnings for mblen
8188         + quoted references to compiler in shell command in misc/Makefile, in
8189           case it uses multiple tokens.
8190
8191 20011229
8192         + restore special case from 20010922 changes to omit SA_RESTART when
8193           setting up SIGWINCH handler, which is needed to allow wgetch() to be
8194           interrupted by that signal.
8195         + updated configure macro CF_WITH_PATHLIST, to omit some double quotes
8196           not needed with autoconf 2.52
8197         + revert configure script to autoconf 2.13 patched with
8198                 autoconf-2.13-19990117.patch.gz (or later)
8199           from
8200                 ftp://invisible-island.net/autoconf/
8201           because autoconf 2.52 macro AC_PROG_AWK does not work on HPUX 11.0
8202           (report by David Ellement <ellement@sdd.hp.com>).  This also fixes a
8203           different problem configuring with Mac OS X (reported by Marc Smith
8204           <marc.a.smith@home.com>).
8205
8206 20011222
8207         + modify include/edit_cfg.h to eliminate BROKEN_LINKER symbol from
8208           term.h
8209         + move prototype for _nc_vsscanf() into curses.h.in to omit
8210           HAVE_VSSCANF symbol from curses.h, which was dependent upon the
8211           ncurses_cfg.h file which is not installed.
8212         + use ACS_LEN rather than SIZEOF(acs_map) in trace code of lib_acs.c,
8213           to work with broken linker configuration, e.g., cygwin (report by
8214           Robert Joop <rj@rainbow.in-berlin.de>).
8215         + make napms() call _nc_timed_wait() rather than poll() or select(),
8216           to work around broken implementations of these on cygwin.
8217
8218 20011218
8219         + drop configure macro CF_WIDEC_SHIFT, since that was rendered obsolete
8220           by Sven Verdoolaege's rewrite of wide-character support.  This makes
8221           libncursesw incompatible again, but makes the header files almost the
8222           same as in the narrow-character configuration.
8223         + simplify definitions that combine wide/narrow versions of bkgd, etc.,
8224           to eliminate differences between the wide/narrow versions of curses.h
8225         + correct typo in configure macro CF_FUNC_VSSCANF
8226         + correct location of call to _nc_keypad() from 20011215 changes which
8227           prevented keypad() from being disabled (reported by Lars Hecking).
8228
8229 20011215
8230         + rewrote ncurses 'a' test to exercise wgetch() and keypad() functions
8231           better, e.g., by adding a 'w' command to create new windows which
8232           may have different keypad() settings.
8233         + corrected logic of keypad() by adding internal screen state to track
8234           whether the terminal's keypad-mode has been set.  Use this in
8235           wgetch() to update the keypad-mode according to whether the
8236           associated window's keypad-mode has been set with keypad().  This
8237           corrects a related problem restoring terminal state after handling
8238           SIGTSTP (reported by Mike Castle).
8239         + regenerate configure using patch for autoconf 2.52
8240                 autoconf-2.52-patch.gz
8241           at
8242                 ftp://invisible-island.net/autoconf/
8243         + update config.guess, config.sub from
8244                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
8245         + minor changes to quoting in configure script to allow it to work
8246           with autoconf 2.52
8247
8248 20011208
8249         + modify final checks in lib_setup.c for line and col values, making
8250           them independent.
8251         + modify acs_map[] if configure --broken-linker is specified, to make
8252           it use a function rather than an array (prompted by an incorrect
8253           implementation in cygwin package).
8254         + correct spelling of configure option --enable-colorfgbg, which
8255           happened to work if --with-develop was set (noted in cygwin package
8256           for ncurses).
8257         + modify ifdef for genericerror() to compile with SUNWspro Sun WorkShop
8258           6 update 1 C++ 5.2 (patch by Sullivan N Beck <sbeck@cise.ufl.edu>).
8259         + add configure checks to see if ncurses' fallback vsscanf() will
8260           compile either of the special cases for FILE structs, and if not,
8261           force it to the case which simply returns an error (report by
8262           Sullivan N Beck <sbeck@cise.ufl.edu> indicates that Solaris 8 with
8263           64-bits does not allow access to FILE's fields).
8264         + modify ifdef's for c++/cursesw.cc to use the fallback vsscanf() in
8265           the ncurses library if no better substitute for this can be found
8266           in the C++ runtime.
8267         + modify the build to name dynamic libraries according to the
8268           convention used on OS X and Darwin.  Rather than something like
8269           libncurses.dylib.5.2, Darwin would name it libncurses.  5.dylib.
8270           There are a few additional minor fixes, such as setting the library
8271           version and compatibility version numbers (patch by Jason Evans
8272           <jevans@apple.com>).
8273         + use 'sh' to run mkinstalldirs, to work around problems with buggy
8274           versions of 'make' on OS/2 (report by John Polterak <jp@eyup.org>).
8275         + correct typo in manpage description of curs_set() (Debian #121548).
8276         + replace the configure script existence-check for mkstemp() by one
8277           that checks if the function works, needed for older glibc and
8278           AmigaOS.
8279
8280 20011201
8281         + modify script that generates fallbacks.c to compile a temporary
8282           copy of the terminfo source in case the host does not contain all of
8283           the entries requested for fallbacks (request by Greg Roelofs).
8284         + modify configure script to accommodate systems such as Mac OS X whose
8285           <stdbool.h> header defines a 'bool' type inconsistent with ncurses,
8286           which normally makes 'bool' consistent with C++.  Include <stdbool.h>
8287           from curses.h to force consistent usage, define a new type
8288           NCURSES_BOOL and related that to the exported 'bool' as either a
8289           typedef or definition, according to whether <stdbool.h> is present
8290           (based on a bug report for tin 1.5.9 by Aaron Adams <adamsa@mac.com>).
8291
8292 20011124
8293         + added/updated terminfo entries for M$ telnet and KDE konsole -TD
8294
8295 20011117
8296         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
8297           (Benjamin C W Sittler).
8298         + add putty terminfo entry -TD
8299         + if configuring for wide-curses, define _XOPEN_SOURCE_EXTENDED, since
8300           this may not otherwise be defined to make test/view.c compile.
8301
8302 20011110
8303         + review/correct several missing/generated items in curses.wide, sorted
8304           the lists to make subsequent diff's easier to track.
8305
8306 20011103
8307         + add manual pages for add_wch(), echo_wchar(), getcchar(),
8308           mvadd_wch(), mvwadd_wch(), setcchar(), wadd_wch() and wecho_wchar().
8309         + implement wecho_wchar()
8310         + modify _tracedump() to handle wide-characters by mapping them to '?'
8311           and control-characters to '.', to make the trace file readable.  Also
8312           dynamically allocate the buffer used by _tracedump() for formatting
8313           the results.
8314         + modify T_CALLED/T_RETURN macros to ease balancing call/return lines
8315           in a trace by using curly braces.
8316         + implement _nc_viscbuf(), for tracing cchar_t arrays.
8317         + correct trace-calls in setcchar() and getcchar() functions, which
8318           traced the return values but not the entry to each function.
8319         + correct usage message in test/view.c, which still mentioned -u flag.
8320
8321 20011027
8322         + modify configure script to allow building with termcap only, or with
8323           fallbacks only.  In this case, we do not build tic and toe.
8324         + add configure --with-termpath option, to override default TERMPATH
8325           value of /etc/termcap:/usr/share/misc/termcap.
8326         + cosmetic change to tack: make menu descriptions agree with menu
8327           titles.
8328
8329 20011020
8330         + rewrote limit-checks in wscrl() and associated _nc_scroll_window(),
8331           to ensure that if the parameter of wscrl() is larger than the size of
8332           the scrolling region, then the scrolling region will be cleared
8333           (report by Ben Kohlen <bckohlen@yahoo.com>).
8334         + add trace/varargs.c, using this to trace parameters in lib_printw.c
8335         + implement _tracecchar_t2() and _tracecchar_t().
8336         + split-out trace/visbuf.c
8337         + correct typo in lib_printw.c changes from 20010922 (report by Mike
8338           Castle).
8339
8340 20011013
8341         + modify run_tic.sh to check if the build is a cross-compile.  In that
8342           case, do not use the build's tic to install the terminfo database
8343           (report by Rafael Rodriguez Velilla <rrv@tid.es>).
8344         + modify mouse click resolution so that mouseinterval(-1) will disable
8345           it, e.g., to handle touchscreens via a slow connection (request by
8346           Byron Stanoszek <gandalf@winds.org>).
8347         + correct mouseinterval() default value shown in curs_mouse.3x
8348         + remove conflicting definition of mouse_trafo() (reported by Lars
8349           Hecking, using gcc 2.95.3).
8350
8351 20011001
8352         + simpler fix for signal_name(), to replace the one overlooked in
8353           20010929 (reported by Larry Virden).
8354
8355 20010929
8356         + add -i option to view.c, to test ncurses' check for non-default
8357           signal handler for SIGINT, etc.
8358         + add cases for shared-libraries on Darwin/OS X (patch by Rob Braun
8359           <bbraun@synack.net>).
8360         + modify tset to restore original I/O modes if an error is encountered.
8361           Also modify to use buffered stderr consistently rather than mixing
8362           with write().
8363         + change signal_name() function to use if-then-else rather than case
8364           statement, since signal-values aren't really integers (reported by
8365           Larry Virden).
8366         + add limit checks in wredrawln(), fixing a problem where lynx was
8367           repainting a pad which was much larger than the screen.
8368
8369 20010922
8370         + fix:  PutRange() was counting the second part of a wide character as
8371           part of a run, resulting in a cursor position that was one too far
8372           (patch by Sven Verdoolaege).
8373         + modify resizeterm() to not queue a KEY_RESIZE if there was no
8374           SIGWINCH, thereby separating the two styles of SIGWINCH handling
8375           in test/view.c
8376         + simplified lib_tstp.c, modify it to use SA_RESTART flag for SIGWINCH.
8377         + eliminate several static buffers in the terminfo compiler, using
8378           allocated buffers.
8379         + modify MKkeyname.awk so that keyname() does not store its result into
8380           a static buffer that is overwritten by the next call.
8381         + reorganize the output of infocmp -E and -e options to compile cleanly
8382           with gcc -Wwrite-strings warnings.
8383         + remove redefinition of chgat/wchgat/mvwchgat from curses.wide
8384
8385 20010915
8386         + add label to test/view.c, showing the name of the last key or signal
8387           that made the screen repaint, to make it clearer when a sigwinch
8388           does this.
8389         + use ExitProgram() consistently in the test-programs to make it
8390           simpler to test leaks with dmalloc, etc.
8391         + move hashtab static data out of hashmap.c into SCREEN struct.
8392         + make NO_LEAK code compile with revised WINDOWLIST structs.
8393
8394 20010908
8395         + modify tgetent() to check if exit_attribute_mode resets the alternate
8396           character set, and if so, attempt to adjust the copy of the termcap
8397           "me" string which it will return to eliminate that part.  In
8398           particular, 'screen' would lose track of line-drawing characters
8399           (report by Frederic L W Meunier <0@pervalidus.net>, analysis by
8400           Michael Schroeder).
8401
8402 20010901
8403         + specify DOCTYPE in html manpages.
8404         + add missing macros for several "generated" functions:  attr_get(),
8405           attr_off(), attr_on(), attr_set(), chgat(), mvchgat(), mvwchgat() and
8406           mouse_trafo().
8407         + modify view.c to agree with non-experimental status of ncurses'
8408           sigwinch handler:
8409           + change the sense of the -r option, making it default to ncurses'
8410             sigwinch handler.
8411           + add a note explaining what functions are unsafe in a signal
8412             handler.
8413           + add a -c option, to set color display, for testing.
8414         + unset $data variable in MKterminfo.sh script, to address potential
8415           infinite loop if shell malfunction (report by Samuel Mikes
8416           <smikes@cubane.com>, for bash 2.05.0 on a Linux 2.0.36 system).
8417         + change kbs in mach terminfo entries to ^?  (Marcus Brinkmann
8418           <Marcus.Brinkmann@ruhr-uni-bochum.de>).
8419         + correct logic for COLORFGBG environment variable: if rxvt is compiled
8420           with xpm support, the variable has three fields, making it slightly
8421           incompatible with itself.  In either case, the background color is
8422           the last field.
8423
8424 20010825
8425         + move calls to def_shell_mode() and def_prog_mode() before loop with
8426           callbacks in lib_set_term.c, since the c++ demo otherwise initialized
8427           the tty modes before saving them (patch by John David Anglin
8428           <dave@hiauly1.hia.nrc.ca>).
8429         + duplicate logic used to initialize trace in newterm(), in initscr()
8430           to avoid confusing trace of initscr().
8431         + simplify allocation of WINDOW and WINDOWLIST structs by making the
8432           first a part of the second rather than storing a pointer.  This saves
8433           a call to malloc for each window (discussion with Philippe Blain).
8434         + remove unused variable 'used_ncv' from lib_vidattr.c (Philippe
8435           Blain).
8436         + modify c++/Makefile.in to accommodate archive programs that are
8437           different for C++ than for C, and add cases for vendor's C++
8438           compilers on Solaris and IRIX (report by Albert Chin-A-Young).
8439         + correct manpage description of criteria for deciding if the terminal
8440           supports xterm mouse controls.
8441         + add several configure script options to aid with cross-compiling:
8442           --with-build-cc, --with-build-cflags, --with-build-ldflags, and
8443           --with-build-libs (request by Greg Roelofs).
8444         + change criteria for deciding if configure is cross-compiling from
8445           host/build mismatch to host/target mismatch (request by Greg Roelofs
8446           <greg.roelofs@philips.com>).
8447         + correct logic for infocmp -e and -E options which writes the data for
8448           the ext_Names[] array.  This is needed if one constructs a fallback
8449           table for a terminfo entry which uses extended termcap names, e.g.,
8450           AX in a color xterm.
8451         + fix undefined NCURSES_PATHSEP when configure --disable-database
8452           option is given.
8453
8454 20010811
8455         + fix for VALID_BOOLEAN() macro when char is not signed.
8456         + modify 'clean' rule for C++ binding to work with Sun compiler, which
8457           caches additional information in a subdirectory of the objects.
8458         + added llib-ncursesw.
8459
8460 20010804
8461         + add Caps.keys example for experimental extended function keys
8462           (adapted from a patch by Ilya Zakharevich).
8463         + correct parameter types of vidputs() and vidattr() to agree with
8464           header files (report by William P Setzer).
8465         + fix typos in several man-pages (patch by William P Setzer).
8466         + remove unneeded ifdef for __GNUG__ in CF_CPP_VSCAN_FUNC configure
8467           macro, which made ncurses C++ binding fail to build with other
8468           C++ compilers such as HPUX 11.x (report by Albert Chin-A-Young).
8469         + workaround for bug in HPUX 11.x C compiler: add a blank after
8470           NCURSES_EXPORT macro in form.h (report by Albert Chin-A-Young)
8471         + ignore blank lines in Caps* files in MKkey_defs.sh script (report by
8472           Albert Chin-A-Young).
8473         + correct definition of key_end in Caps.aix4, which left KEY_END
8474           undefined (report by Albert Chin-A-Young).
8475         + remove a QNX-specific fallback prototype for vsscanf(), which is
8476           obsolete with QNX RTP.
8477         + review/fix some of the T() and TR() macro calls, having noticed that
8478           there was no data for delwin() in a trace of dialog because there was
8479           no returnVoid call for wtimeout().  Also, traces in lib_twait.c are
8480           now selected under TRACE_IEVENT rather than TRACE_CALLS.
8481
8482 20010728
8483         + add a _nc_access() check before opening files listed via $TERMPATH.
8484         + using modified man2html, regenerate some of the html manpages to fix
8485           broken HREF's where the link was hyphenated.
8486
8487 20010721
8488         + add some limit/pointer checks to -S option of tputs.
8489         + updated/expanded Apple_Terminal and Darwin PowerPC terminfo entries
8490           (Benjamin C W Sittler).
8491         + add a note in curs_termcap.3x regarding a defect in the XSI
8492           description of tgetent (based on a discussion with Urs Jansen
8493           regarding the HPUX 11.x implementation, whose termcap interface is
8494           not compatible with existing termcap programs).
8495         + modify manhtml rule in dist.mk to preserve copyright notice on the
8496           generated files, as well as to address HTML style issues reported by
8497           tidy and weblint.  Regenerated/updated corresponding html files.
8498         + comment out use of Protected_Character and related rarely used
8499           attributes in ncurses Ada95 test/demo to compile with wide-character
8500           configuration.
8501
8502 20010714
8503         + implement a simple example in C++ demo to test scanw().
8504         + corrected stdio function used to implement scanw() in cursesw.cc
8505         + correct definition of RemAttr() macro from 20010602 changes, which
8506           caused C++ SillyDemo to not show line-drawing characters.
8507         + modify C++ binding, adding getKey() which can be overridden by user
8508           to substitute functions other than getch() for keyboard processing
8509           of forms and menus (patch by Juergen Pfeifer).
8510
8511 20010707
8512         + fix some of the trace calls which needed modification to work with
8513           new wide-character structures.
8514         + modify magic-cookie code in tty_update.c to compile with new
8515           wide-character structures (report by <George.R.Goffe@seagate.com>).
8516         + ensure that _XOPEN_SOURCE_EXTENDED is defined in curses.priv.h if
8517           compiling for wide-character configuration.
8518         + make addwnstr() handle non-spacing characters (patch by Sven
8519           Verdoolaege).
8520
8521 20010630
8522         + add configure check to define _GNU_SOURCE, needed to prop up glibc
8523           header files.
8524         + split-out include/curses.wide to solve spurious redefinitions caused
8525           by defining _GNU_SOURCE, and move includes for <signal.h> before
8526           <curses.h> to work around misdefinition of ERR in glibc 2.1.3 header
8527           file.
8528         + extended ospeed change to NetBSD and OpenBSD -TD
8529         + modify logic in lib_baudrate.c for ospeed, for FreeBSD to make it
8530           work properly for termcap applications (patch by Andrey A Chernov).
8531
8532 20010623
8533         + correct an overlooked CharOf/UChar instance (reports by Eugene Lee
8534           <eugene@anime.net>, Sven Verdoolaege).
8535         + correct unneeded ifdef for wunctrl() (reported by Sven Verdoolaege)
8536
8537 20010618
8538         + change overlooked several CharOf/UChar instances.
8539         > several patches from Sven Verdoolaege:
8540         + correct a typo in wunctrl(), which made it appear that botwc() was
8541           needed (no such function: use btowc()).
8542         + reimplement wide-character demo in test/view.c, using new functions.
8543         + implement getcchar(), setcchar(), wadd_wchnstr() and related macros.
8544         + fix a syntax problem with do/if/while in PUTC macro (curses.priv.h).
8545
8546 20010616
8547         + add parentheses in macros for malloc in test.priv.h, fixes an
8548           expression in view.c (report by Wolfgang Gutjahr <gutw@knapp.co.at>).
8549         + add Caps.uwin, as an example.
8550         + change the way curses.h is generated, making the list of function
8551           key definitions extracted from the Caps file.
8552         + add #undef's before possible redefinition of ERR and OK in curses.h
8553         + modify logic in tic, toe, tput and tset which checks for basename of
8554           argv[0] to work properly on systems such as OS/2 which have
8555           case-independent filenames and/or program suffixes, e.g., ".ext".
8556
8557 20010609
8558         + add a configure check, if --enable-widec is specified, for putwc(),
8559           which may be in libutf8.
8560         + remove some unnecessary text from curs_extend.3x and
8561           default_colors.3x which caused man-db to make incorrect symbolic
8562           links (Debian #99550).
8563         + add configure check if cast for _IO_va_list is needed to compile
8564           C++ vscan code (Debian #97945).
8565         > several patches from Sven Verdoolaege:
8566         + correct code that used non-standard auto-initialization of a struct,
8567           which gcc allows (report by Larry Virden).
8568         + use putwc() in PUTC() macro.
8569         + make addstr() work for the special case where the codeset is
8570           non-stateful (eg. UTF-8), as well as stateful codesets.
8571
8572 20010603
8573         + correct loop expression in NEXT_CHAR macro for lib_addstr.c changes
8574           from 20010602 (report by Mike Castle).
8575
8576 20010602
8577         + modify mvcur() to avoid emitting newline characters when nonl() mode
8578           is set.  Normally this is not a problem since the actual terminal
8579           mode is set to suppress nl/crlf translations, however it is useful to
8580           allow the caller to manipulate the terminal mode to avoid staircasing
8581           effects after spawning a process which writes messages (for lynx
8582           2.8.4) -TD
8583         > several patches from Sven Verdoolaege <skimo@kotnet.org>:
8584         + remove redundant type-conversion in fifo_push()
8585         + correct definition of addwstr() macro in curses.h.in
8586         + remove _nc_utf8_outch()
8587         + rename most existing uses of CharOf() to UChar(), e.g., where it is
8588           used to prevent sign-extension in ctype macros.
8589         + change some chtype's to attr_t's where the corresponding variables
8590           are used to manipulate attributes.
8591         + UpdateAttr() was applied to both attributes (attr_t) and characters
8592           (chtype).  Modify macro and calls to it to make these distinct.
8593         + add CharEq() macro, use in places where wide-character configuration
8594           implementation uses a struct for cchar_t.
8595         + moved struct ldat into curses.priv.h, to hide implementation details.
8596         + change CharOf() macro to use it for masking A_CHARTEXT data from
8597           chtype's.
8598         + add L() macro to curses.priv.h, for long-character literals.
8599         + replace several assignments from struct ldat entries to chtype or
8600           char values with combinations of CharOf() and AttrOf() macros.
8601         + add/use intermediate ChAttrOf() and ChCharOf() macros where we know
8602           we are using chtype data.
8603         + add/use lowlevel attribute manipulation macros AddAttr(), RemAttr()
8604           and SetAttr().
8605         + add/use SetChar() macro, to change a cchar_t based on a character and
8606           attributes.
8607         + convert most internal use of chtype to NCURSES_CH_T, to simplify use
8608           of cchar_t for wide-character configuration.  Similarly, use ARG_CH_T
8609           where a pointer would be more useful.
8610         + add stubs for tracing cchar_t values.
8611         + add/use macro ISBLANK()
8612         + add/use constructors for cchar_t's: NewChar(), NewChar2().
8613         + add/use macros CHREF(), CHDEREF(), AttrOfD(), CharOfD() to facilitate
8614           passing cchar_t's by address.
8615         + add/use PUTC_DATA, PUTC() macros.
8616         + for wide-character configuration, move the window background data to
8617           the end of the WINDOW struct so that whether _XOPEN_SOURCE_EXTENDED
8618           is defined or not, the offsets in the struct will not change.
8619         + modify addch() to work with wide-characters.
8620         + mark several wide-character functions as generated in curses.h.in
8621         + implement wunctrl(), wadd_wch(), wbkgrndset(), wbkgrnd(),
8622           wborder_set() and waddnwstr().
8623
8624 20010526
8625         + add experimental --with-caps=XXX option to customize to similar
8626           terminfo database formats such as AIX 4.x
8627         + add Caps.aix4 as an example.
8628         + modify Caps to add columns for the the KEY_xxx symbols.
8629         + modify configure --with-widec to suppress overwrite of libcurses.so
8630           and curses.h
8631         + add checks to toe.c to avoid being confused by files and directories
8632           where we would expect the reverse, e.g., source-files in the
8633           top-level terminfo levels as is the case for AIX.
8634
8635 20010519
8636         + add top-level 'depend' rule for the C sources, assuming that the
8637           makedepend program is available.  As a side-effect, this makes
8638           the generated sources, as in "make sources" (prompted by a report
8639           by Mike Castle that "make -j" fails because the resulting parallel
8640           processes race to generate ncurses/names.c).
8641         + modify configure script so that --disable-overwrite option's action
8642           to add a symbolic link for libcurses applies to the static library as
8643           well as the shared library when both are configured (report by Felix
8644           Natter <f.natter@ndh.net>).
8645         + add ELKS terminfo entries (Federico Bianchi
8646           <bianchi@www.arte.unipi.it>)
8647         + add u6 (CSR) to Eterm (Michael Jennings).
8648
8649 20010512
8650         + modify test/ncurses.c to work with xterm-256color, which has fewer
8651           color pairs than colors*colors (report by David Ellement
8652           <ellement@sdd.hp.com>).
8653
8654 20010505
8655         + corrected screen.xterm-xfree86 entry.
8656         + update comment in Caps regarding IBM (AIX) function-key definitions.
8657
8658 20010421
8659         + modify c++/Makefile.in to link with libncurses++w.a when configured
8660           for wide-characters (patch by Sven Verdoolaege).
8661         + add check in _nc_trace_buf() to refrain from freeing a null pointer.
8662         + improve CF_PROG_INSTALL macro using CF_DIRNAME.
8663         + update config.guess, config.sub from autoconf 2.49e (alpha).
8664
8665 20010414
8666         + add secondary check in tic.c, similar_sgr() to see if the reason
8667           for mismatch was that the individual capabilities used a time-delay
8668           while sgr did not.  Used this to cleanup mismatches, e.g., in vt100,
8669           and remove time-delay from Apple_Terminal entries.
8670         + add Apple_Terminal terminfo entries (Benjamin C W Sittler
8671           <bsittler@iname.com>).
8672         + correct definitions of shifted editing keys for xterm-xfree86 -TD
8673         + fix a bug in test/bs.c from 20010407 (patch by Erik Sigra).
8674         + prevent relative_move() from doing an overwrite if it detects 8-bit
8675           characters when configured for UTF-8 (reported by Sven Verdoolaege
8676           <skimo@kotnet.org>).
8677
8678 20010407
8679         + add configure checks for strstream.h vscan function, and similar
8680           stdio-based function which may be used in C++ binding for gcc 3.0
8681           (reports by George Goffe, Lars Hecking, Mike Castle).
8682         + rewrite parts of configure.in which used changequote().  That feature
8683           is broken in the latest autoconf alphas (e.g., 2.49d).
8684         + add a missing pathname for ncurses_dll.h, needed when building in
8685           a directory outside the source tree (patch by Sven Verdoolaege
8686           <skimo@kotnet.org>).
8687         > fix 2 bugs in test/bs.c Erik Sigra <sigra@home.se>:
8688         + no ships were ever placed in the last row or in the last column.
8689           This made the game very easy to win, because you never had to waste
8690           any shots there, but the computer did.
8691         + the squares around a sunken ship that belonged to the player were not
8692           displayed as already hit by the computer, like it does for the
8693           player.
8694
8695 20010331
8696         + add some examples of customizing screen's terminfo:
8697           screen.xterm-xfree86, screen.xterm-r6, screen.teraterm -TD
8698         + modify screen's terminfo entry to match the khome/kend in screen
8699           3.09.08 (Debian #92215).
8700         + correct a memory leak in forms library (report by Stefan Vogtner
8701           <stefan@vogtner.de>) (patch by Juergen Pfeifer).
8702
8703 20010324
8704         + change symbols used to guard against repeated includes to begin
8705           consistently with "NCURSES_" rather than a leading underscore.  There
8706           are other symbols defined in the header files which begin with a
8707           leading underscore, but they are part of the legacy interface.
8708         + reorder includes in c++ binding so that rcs identifiers can be
8709           compiled-in.
8710         + add .cc.ii rule to c++ makefile, to get preprocessor output for
8711           debugging.
8712         + correct configure script handling of @keyword@ substitutions when the
8713           --with-manpage-renames option is given (cf: 20000715, fixes Debian
8714           #89939).
8715         + report stack underflow/overflow in tparm() when tic -cv option is
8716           given.
8717         + remove spurious "%|" operator from xterm-xfree86 terminfo entry,
8718           (reported by Adam Costello <amc@cs.berkeley.edu>, Debian #89222).
8719
8720 20010310
8721         + cleanup of newdemo.c, fixing some ambiguous expressions noted by gcc
8722           2.95.2, and correcting some conflicting color pair initializations.
8723         + add missing copyright notice for cursesw.h
8724         + review, make minor fixes for use of '::' for referring to C-language
8725           interface from C++ binding.
8726         + modify configure check for g++ library slightly to accommodate
8727           nonstandard version number, e.g., <vendor>-2.7 (report by Ronald Ho
8728           <rho@mipos2.intel.com>).
8729         + add configure check for c++ <sstream> header, replace hardcoded
8730           ifdef.
8731         + workaround for pre-release of gcc 3.0 libstdc++, which has dropped
8732           vscan from strstreambuf to follow standard, use wrapper for C vscanf
8733           instead (report by George Goffe <grgoffe@excite.com> and Matt Taggart
8734           <taggart@carmen.fc.hp.com>, fixes Debian .
8735
8736 20010303
8737         + modify interface of _nc_get_token() to pass 'silent' parameter to it,
8738           to make quieter loading of /etc/termcap (patch by Todd C Miller).
8739         + correct a few typos in curs_slk.3x and curs_outopts.3x manpages
8740           (patch by Todd C Miller).
8741
8742 20010224
8743         + compiler-warning fixes (reported by Nelson Beebe).
8744
8745 20010210
8746         + modify screen terminfo entry to use new 3.9.8 feature allowing xterm
8747           mouse controls -TD
8748
8749 20010203
8750         + broaden patterns used to match OS/2 EMX in configure script to cover
8751           variant used in newer config.guess/config.sub
8752         + remove changequote() calls from configure script, since this feature
8753           is broken in the autoconf 2.49c alpha, maintainers decline to fix.
8754         + remove macro callPutChar() from tty_update.c, since this is no longer
8755           needed (reported by Philippe Blain).
8756         + add a null-pointer check in tic.c to handle the case when the input
8757           file is really empty.  Modify the next_char() function in comp_scan.c
8758           to allow arbitrarily long lines, and incidentally supply a newline to
8759           files that do not end in a newline.  These changes improve tic's
8760           recovery from attempts to read binary files, e.g., its output from
8761           the terminfo database (reported by Bernhard Rosenkraenzer).
8762
8763 20010127
8764         + revert change to c++/demo.cc from 20001209, which changed definition
8765           of main() apparently to accommodate cygwin linker, but broke the demo
8766           program.
8767         + workaround for broken egcs 2.91.66 which calls member functions
8768           (i.e., lines() and colors() of NCursesWindow before calling its
8769           constructor.  Add calls to initialize() in a few constructors which
8770           did not do this already.
8771         + use the GNAT preprocessor to make the necessary switch between TRACE
8772           and NO_TRACE configurations (patch by Juergen Pfeifer).
8773         > patches by Bernhard Rosenkraenzer:
8774         + modify kterm terminfo entry to use SCS sequence to support alternate
8775           character set (it does not work with SI/SO).
8776         + --with-ospeed=something didn't work.  configure.in checked for a
8777           $enableval where it should check for $withval.  Also,
8778           ncurses/llib-lncurses still had a hardcoded short.
8779
8780 20010114
8781         + correction to my merge of Tom Riddle's patch that broke tic in some
8782           conditions (reported by Enoch Wexler <enoch@wexler.co.il>) -TD
8783
8784 20010113
8785         + modify view.c to test halfdelay().  Like other tests, this recognizes
8786           the 's' and space commands for stopping/starting polled input, shows
8787           a freerunning clock in the header.  If given a parameter to 's', that
8788           makes view.c use halfdelay() with that parameter rather than
8789           nodelay().
8790         + fix to allow compile with the experimental configure option
8791           --disable-hashmap.
8792         + modify postprocess_termcap() to avoid overwriting key_backspace,
8793           key_left, key_down when processing a non-base entry (report/patch by
8794           Tom Riddle).
8795         + modify _nc_wrap_entry(), adding option to reallocate the string
8796           table, needed in _nc_merge_entry() when merging termcap entries.
8797           (adapted from report/patch by Tom Riddle <ftr@oracom.com>).
8798         + modify a few configure script macros to keep $CFLAGS used only for
8799           compiler options, preprocessor options in $CPPFLAGS.
8800
8801 20001230
8802         + correct marker positions in lrtest.c after receiving a sigwinch.
8803         + fix ifdef's in ncurses.c to build against pre-5.2 for testing.
8804         + fixes to tclock for resizing behavior, redundant computation (report
8805           and patch by A M Kuchling <akuchlin@mems-exchange.org>).
8806
8807 20001216
8808         + improved scoansi terminfo entry -TD
8809         + modify configure script and makefile in Ada95/src to compile a stub
8810           for the trace functions when ncurses does not provide those.
8811
8812 20001209
8813         + add ncurses_dll.h and related definitions to support generating DLL's
8814           with cygwin (adapted from a patch by Charles Wilson
8815           <cwilson@ece.gatech.edu>, changed NCURSES_EXPORT macro to make it
8816           work with 'indent') -TD
8817
8818 20001202
8819         + correct prototypes for some functions in curs_termcap.3x, matching
8820           termcap.h, which matches X/Open.
8821         > patch by Juergen Pfeifer:
8822         + a revised version of the Ada enhancements sent in by "H.
8823           Nanosecond", aka Eugene V Melaragno <aldomel@ix.netcom.com>.  This
8824           patch includes
8825           - small fixes to the existing ncurses binding
8826           - addition of some more low-level functions to the binding, including
8827             termcap and terminfo functions
8828           - An Ada implementation of the "ncurses" test application originally
8829             written in C.
8830
8831 20001125
8832         + modify logic in lib_setup.c to allow either lines or columns value
8833           from terminfo to be used if the screen size cannot be determined
8834           dynamically rather than requiring both (patch by Ehud Karni
8835           <ehud@unix.simonwiesel.co.il>).
8836         + add check in lib_tgoto.c's is_termcap() function to reject null or
8837           empty strings (reported by Valentin Nechayev <netch@netch.kiev.ua> to
8838           freebsd-bugs).
8839         + add definition from configure script that denotes the path-separator,
8840           which is normally a colon.  The path-separator is a semicolon on
8841           OS/2 EMX and similar systems which may use a colon within pathnames.
8842         + alter logic to set default for --disable-overwrite option to set it
8843           to 'yes' if the --prefix/$prefix value is not /usr/local, thereby
8844           accommodating the most common cause of problems: gcc's nonstandard
8845           search rules.  Other locations such as /usr/local/ncurses will
8846           default to overwriting (report by Lars Hecking <lhecking@nmrc.ie>).
8847
8848 20001118
8849         + modify default for --disable-overwrite configure option to disable
8850           if the --prefix or $prefix value is not /usr.
8851         + add cygwin to systems for which ncurses is installed by default into
8852           /usr rather than /usr/local.
8853
8854 20001111
8855         + minor optimization in comp_error.c and lib_termname.c, using
8856           strncat() to replace strncpy() (patch by Solar Designer).
8857         + add a use_terminfo_vars() check for $HOME/.termcap, and check for
8858           geteuid() to use_terminfo_vars() (patch by Solar Designer
8859           <solar@false.com>).
8860         + improved cygwin terminfo entry, based on patch by
8861           <ernie_boyd@yahoo.com>.
8862         + modify _nc_write_entry() to allow for the possibility that linking
8863           aliases on a filesystem that ignores case would not succeed because
8864           the source and destination differ only by case, e.g., NCR260VT300WPP0
8865           on cygwin (report by Neil Zanella).
8866         + fix a typo in the curs_deleteln.3x man page (patch by Bernhard
8867           Rosenkraenzer <bero@redhat.de>).
8868
8869 20001104
8870         + add configure option --with-ospeed to assist packagers in transition
8871           to 5.3 change to ospeed type.
8872         + add/use CharOf() macro to suppress sign-extension of char type on
8873           platforms where this is a problem in ctype macros, e.g., Solaris.
8874         + change trace output to binary format.
8875         + correct a missing quote adjustment in CF_PATH_SYNTAX autoconf
8876           macro, for OS/2 EMX configuration.
8877         + rearrange a few configure macros, moving preprocessor options to
8878           $CPPFLAGS (a now-obsolete version of autoconf did not consistently
8879           use $CPPFLAGS in both the compile and preprocessor checks).
8880         + add a check in relative_move() to guard against buffer overflow in
8881           the overwrite logic.
8882
8883 20001028
8884         + add message to configure script showing g++ version.
8885         + resync config.guess, config.sub
8886         + modify lib_delwin.c, making it return ERR if the window did not exist
8887           (suggested by Neil Zanella).
8888         + add cases for FreeBSD 3.1 to tdlint and makellib scripts, used this
8889           to test/review ncurses library.  (Would use lclint, but it doesn't
8890           work).
8891         + reorganized knight.c to avoid forward references.  Correct screen
8892           updates when backtracking, especially to the first cell.  Add F/B/a
8893           commands.
8894
8895 20001021 5.2 release for upload to ftp.gnu.org
8896         + update generated html files from manpages.
8897         + modify dist.mk to use edit_man.sh to substitute autoconf'd variables
8898           in html manpages.
8899         + fix an uninitialized pointer in read_termcap.c (report by Todd C
8900           Miller, from report/patch by Philip Guenther <guenther@gac.edu>).
8901         + correct help-message and array limit in knight.c (patch by Brian
8902           Raiter <breadbox@muppetlabs.com>).
8903         > patch by Juergen Pfeifer:
8904         + fix to avoid warning by GNAT-3.13p about use of inconsistent casing
8905           for some identifiers defined in the standard package.
8906         + cosmetic change to forms/fty_enum.c
8907
8908 20001014
8909         + correct an off-by-one position in test/railroad.c which could cause
8910           wrapping at the right margin.
8911         + test/repair some issues with libtool configuration.  Make
8912           --disable-echo force libtool --silent.  (Libtool does not work for
8913           OS/2 EMX, works partly for SCO - libtool is still very specific to
8914           gcc).
8915         + change default of --with-manpage-tbl to "no", since for most of the
8916           platforms which do have tbl installed, the system "man" program
8917           understands how to run tbl automatically.
8918         + minor improvement to force_bar() in comp_parse.c (Bernhard
8919           Rosenkraenzer <bero@redhat.de>).
8920         + modify lib_tparm.c to use get_space() before writing terminating
8921           null character, both for consistency as well as to ensure that if
8922           save_char() was called immediately before, that the allocated memory
8923           is enough (patch by Sergei Ivanov).
8924         + add note about termcap ML capability which is duplicated between two
8925           different capabilities:  smgl and smglr (reported by Sergei Ivanov
8926           <svivanov@pdmi.ras.ru>).
8927         + correct parameter counts in include/Caps for dclk as well as some
8928           printer-specific capabilities: csnm, defc, scs, scsd, smgtp, smglp.
8929         > patch by Johnny C Lam <lamj@stat.cmu.edu>:
8930         + add support for building with libtool (apparently version 1.3.5,
8931           since old versions do not handle -L../lib), using new configure
8932           option --with-libtool.
8933         + add configure option --with-manpage-tbl, which causes the manpages to
8934           be preprocessed by tbl(1) prior to installation,
8935         + add configure option --without-curses-h, which causes the
8936           installation process to install curses.h as ncurses.h and make
8937           appropriate changes to headers and manpages.
8938
8939 20001009
8940         + correct order of options/parameters in run_tic.in invocation of tic,
8941           which did not work with standard getopt() (reported by Ethan
8942           Butterfield <primus@veris.org>).
8943         + correct logic for 'reverse' variable in lib_vidattr.c, which was
8944           setting it true without checking if newmode had A_REVERSE set, e.g.,
8945           using $TERM=ansi on OS/2 EMX (see 20000917).
8946         > patch by Todd C Miller:
8947         + add a few missing use_terminfo_vars() and fixes up _nc_tgetent().
8948           Previously, _nc_cgetset() would still get called on cp so the
8949           simplest thing is to set cp to NULL if !use_terminfo_vars().
8950         + added checks for an empty $HOME environment variable.
8951         > patches for OS/2 EMX (Ilya Zakharevich):
8952         + modify convert_configure.pl to support INSTALL.  Change compiler
8953           options in that script to use multithreading, needed for the mouse.
8954         + modify OS/2 mouse support, retrying as a 2-button mouse if code fails
8955           to set up a 3-button mouse.
8956         + improve code for OS/2 mouse support, using _nc_timed_wait() to
8957           replace select() call.
8958
8959 20001007
8960         + change type of ospeed variable back to short to match its use in
8961           legacy applications (reported by Andrey A Chernov).
8962         + add case to configure script for --enable-rpath on IRIX (patch by
8963           Albert Chin-A-Young).
8964         + minor fix to position_check() function, to ensure it gets the whole
8965           cursor report before decoding.
8966         + add configure option --disable-assumed-color, to allow pre-5.1
8967           convention of default colors used for color-pair 0 to be configured
8968           (see assume_default_colors()).
8969         + rename configure option --enable-hashmap --disable-hashmap, and
8970           reorder the configure options, splitting the experimental and
8971           development
8972         + add configure option --disable-root-environ, which tells ncurses to
8973           disregard $TERMINFO and similar environment variables if the current
8974           user is root, or running setuid/setgid (based on discussion with
8975           several people).
8976         + modified misc/run_tic.in to use tic -o, to eliminate dependency on
8977           $TERMINFO variable for installs.
8978         + add table entry for plab_norm to tput, so it passes in strings
8979           for that capability.
8980         + modify parse_format() in lib_tparm.c to ignore precision if it is
8981           longer than 10000 (report by Jouko Pynnonen).
8982         + rewrote limit checks in lib_mvcur.c using new functions
8983           _nc_safe_strcat(), etc.  Made other related changes to check lengths
8984           used for strcat/strcpy (report by Jouko Pynnonen
8985           <jouko@solutions.fi>).
8986
8987 20000930
8988         + modify several descriptions, including those for setaf, setab, in
8989           include/Caps to indicate that the entries are parameterized.  This
8990           information is used to tell which strings are translated when
8991           converting to termcap.  Fixes a problem where the generated termcap
8992           would contain a spurious "%p1" for the terminfo "%p1%d".
8993         + modify ld -rpath options (e.g., Linux, and Solaris) to use an
8994           absolute pathname for the build tree's lib directory (prompted by
8995           discussion with Albert Chin-A-Young).
8996         + modify "make install.man" and "make uninstall.man" to include tack's
8997           man-page.
8998         + various fixes for install scripts used to support configure --srcdir
8999           and --with-install-prefix (reported by Matthew Clarke
9000           <Matthew_Clarke@mindlink.bc.ca>).
9001         + make configure script checks on variables $GCC and $GXX consistently
9002           compare against 'yes' rather than test if they are nonnull, since
9003           either may be set to the corresponding name of the C or C++ compiler
9004           (report/patch by Albert Chin-A-Young).
9005
9006 20000923
9007         + modify rs2 capability in xterm-r6 and similar where cursor
9008           save/restore bracketed the sequence for resetting video attributes.
9009           The cursor restore would undo that (report by John Hawkinson
9010           <jhawk@MIT.EDU> (see NetBSD misc/11052)).
9011         + using parameter check added to tic, corrected 27 typos in
9012           terminfo.src -TD
9013         + modify tic to verify that its inputs are really files, in case
9014           someone tries to read a directory (or /dev/zero).
9015         + add a check for empty buffers returned by fgets() in comp_scan.c
9016           next_char() function, in case tic is run on a non-text file (fixes
9017           a core dump reported by Aaron Campbell <aaron@cs.dal.ca>).
9018         + add to railroad.c some code exercising tgoto(), providing an
9019           alternate form of display if the terminal supports cursor addressing.
9020         + split-out tgoto() again, this time into new file lib_tgoto.c, and
9021           implement a conventional BSD-style tgoto() which is used if the
9022           capability string does not contain terminfo-style padding or
9023           parameters (requested by Andrey A Chernov).
9024         + add check to tic which reports capabilities that do not reference
9025           the expected number of parameters.
9026         + add error checking to infocmp's -v and -m options to ensure that
9027           the option value is indeed a number.
9028         + some cleanup of logic in _nc_signal_handler() to verify if SIGWINCH
9029           handler is setup.  Separated the old/new sigaction data for SIGTSTP
9030           from the other signals.
9031
9032 20000917
9033         + add S0, E0 extensions to screen's terminfo entry, which is another
9034           way to solve the misconfiguration issue -TD
9035         + completed special case for tgoto from 20000916
9036
9037 20000916
9038         + update xterm terminfo entries to match XFree86 xterm patch #146 -TD
9039         + add Matrix Orbital terminfo entries (from Eric Z Ayers
9040           <eric@ale.org>).
9041         + add special case to lib_tparm.c to allow 'screen' program to use a
9042           termcap-style parameter "%." to tgoto() for switching character sets.
9043         + use LN_S substitution in run_tic.in, to work on OS/2 EMX which has
9044           no symbolic links.
9045         + updated notes in README.emx regarding autoconf patches.
9046         + replace a lookup table in lib_vidattr.c used to decode no_color_video
9047           with a logic expression (suggested by Philippe Blain).
9048         + add a/A toggle to ncurses.c 'b' test, which clears/sets alternate
9049           character set attribute from the displayed text.
9050         + correct inequality in parameter analysis of rewritten lib_tparm.c
9051           which had the effect of ignoring p9 in set_attributes (sgr), breaking
9052           alternate character set (reported by Piotr Majka <charvel@link.pl>).
9053         + correct ifdef'ing for GCC_PRINTF, GCC_SCANF which would not compile
9054           with Sun WorkShop compilers since these tokens were empty (cf:
9055           20000902, reported by Albert Chin-A-Young).
9056
9057 20000909
9058         + correct an uninitialized parameter to open_tempfile() in tic.c which
9059           made "tic -I" give an ambiguous error message about tmpnam.
9060         + add special case in lib_vidattr.c to reset underline and standout for
9061           devices that have no sgr0 defined (patch by Don Lewis
9062           <Don.Lewis@tsc.tdk.com>).  Note that this will not work for bold
9063           mode, since there is no exit-bold-mode capability.
9064         + improved patch for Make_Enum_Type (patch by Juergen Pfeifer).
9065         + modify tparm to disallow arithmetic on strings, analyze the varargs
9066           list to read strings as strings and numbers as numbers.
9067         + modify tparm's internal function spop() to treat a null pointer as
9068           an empty string.
9069         + modify tput program so it can be renamed or invoked via a link as
9070           'reset' or 'init', producing the same effect as 'tput reset' or 'tput
9071           init'.
9072         + add private entrypoint _nc_basename(), use to consolidate related
9073           code in progs, as well as accommodating OS/2 EMX pathnames.
9074         + remove NCURSES_CONST line from edit_cfg.sh to compensate for its
9075           removal (except via AC_SUBST) from configure.in, making
9076           --enable-const work again (reported by Juergen Pfeifer).
9077         + regen'd configure to pick up "hpux*" change from 20000902.
9078
9079 20000902
9080         + modify tset.c to check for transformed "reset" program name, if any.
9081         + add a check for null pointer in Make_Enum_Type() (reported by Steven
9082           W Orr <steveo@world.std.com>).
9083         + change functions _nc_parse_entry() and postprocess_termcap() to avoid
9084           using strtok(), because it is non-reentrant (reported by Andrey A
9085           Chernov <ache@nagual.pp.ru>).
9086         + remove "hpux10.*" case from CF_SHARED_OPTS configure script macro.
9087           This differed from the "hpux*" case by using reversed symbolic
9088           links, which made the 5.1 version not match the configuration of
9089           5.0 shared libraries (reported by Albert Chin-A-Young).
9090         + correct a dependency in Ada95/src/Makefile.in which prevented
9091           building with configure --srcdir (patch by H Nanosecond
9092           <aldomel@ix.netcom.com>).
9093         + modify ifdef's in curses.h.in to avoid warning if GCC_PRINTF or
9094           GCC_SCANF was not previously defined (reported by Pavel Roskin
9095           <proski@gnu.org>).
9096         + add MKncurses_def.sh to generate fallback definitions for
9097           ncurses_cfg.h, to quiet gcc -Wundef warnings, modified ifdef's in
9098           code to consistently use "#if" rather than "#ifdef".
9099
9100 20000826
9101         + add QNX qansi entries to terminfo -TD
9102         + add os2 entry to misc/emx.src (<jmcoopr@webmail.bmi.net>).
9103         + add configure option --with-database to allow specifying a different
9104           terminfo source-file to install.  On OS/2 EMX, this defaults to
9105           misc/emx.src
9106         + change misc/run_tic.sh to derive it from misc/run_tic.in, to simplify
9107           setting .exe extension on OS/2 EMX.
9108         + add .exe extension in Ada95/gen/Makefile.in,
9109           Ada95/samples/Makefile.in, for OS/2 EMX (reported by
9110           <jmcoopr@webmail.bmi.net>).
9111         + add configure check for filesystems (such as OS/2 EMX) which do not
9112           distinguish between upper/lowercase filenames, use this to fix tags
9113           rules in makefiles.
9114         + initialize fds[] array to 0's in _nc_timed_wait(); apparently poll()
9115           only sets the revents members of that array when there is activity
9116           corresponding to the related file (report by Glenn Cooper
9117           <gcooper@qantas.com.au>, using Purify on Solaris 5.6).
9118         + change configure script to use AC_CANONICAL_SYSTEM rather than
9119           AC_CANONICAL_HOST, which means that configure --target will set
9120           a default program-prefix.
9121         + add note on cross-compiling to INSTALL (which does not rely on the
9122           AC_CANONICAL_* macros).
9123
9124 20000819
9125         + add cases for EMX OS/2 to config.guess, config.sub
9126         + new version of config.guess, config.sub from lynx 2.8.4dev.7
9127         + add definitions via transform.h to allow tic and tput to check for
9128           the transformed aliases rather than the original infotocap, etc.
9129         + simplify transform-expressions in progs/Makefile.in, make the
9130           uninstall rule work for transformed program names.
9131         + change symbol used by --install-prefix configure option from
9132           INSTALL_PREFIX to DESTDIR (the latter has become common usage
9133           although the name is misleading).
9134         + modify programs to use curses_version() string to report the version
9135           of ncurses with which they are compiled rather than the
9136           NCURSES_VERSION string.  The function returns the patch level in
9137           addition to the major and minor version numbers.
9138
9139 20000812
9140         + modify CF_MAN_PAGES configure macro to make transformed program names
9141           a parameter to that macro rather than embedding them in the macro.
9142         + newer config.guess, config.sub (reference version used in lynx
9143           2.8.4dev.7).
9144         + add configure option --with-default-terminfo-dir=DIR to allow
9145           specifying the default terminfo database directory (request by Albert
9146           Chin-A-Young).
9147         + minor updates for terminfo.src from FreeBSD termcap change-history.
9148         + correct notes in README and INSTALL regarding documentation files
9149           that were moved from misc directory to doc (report by Rich Kulawiec
9150           <rsk@gsp.org>).
9151         + change most remaining unquoted parameters of 'test' in configure
9152           script to use quotes, for instance fixing a problem in the
9153           --disable-database option (reported by Christian Mondrup
9154           <scancm@biobase.dk>).
9155         + minor adjustments to work around some of the incompatibilities/bugs
9156           in autoconf 2.29a alpha.
9157         + add -I/usr/local/include when --with-ncurses option is used in
9158           test/configure script.
9159         + correct logic in adjust_cancels(), which did not check both
9160           alternatives when reclassifying an extended name between boolean,
9161           number and string, causing an infinite loop in tic.
9162
9163 20000730
9164         + correct a missing backslash in curses.priv.h
9165
9166 20000729
9167         + change handling of non_dest_scroll_region in tty_update.c to clear
9168           text after it is shifted in rather than before shifting out.  Also
9169           correct row computation (reported by Ruediger Kuhlmann
9170           <uck4@rz.uni-karlsruhe.de>).
9171         + add/use new trace function to display chtype values from winch() and
9172           getbkgd().
9173         + add trace mask TRACE_ATTRS, alter several existing _tracef calls that
9174           trace attribute changes under TRACE_CALLS to use this.
9175         + modify MKlib_gen.sh so that functions returning chtype will call
9176           returnChar().
9177         + add returnChar() trace, for functions returning chtype.
9178         + change indent.pro to line up parenthesis.
9179
9180 20000722
9181         + fix a heap problem with the c++ binding (report by
9182           <alexander_liberson@ninewest.com>, patch by Juergen Pfeifer).
9183         + minor adjustment to ClrToEOL() to handle an out-of-bounds parameter.
9184         + modify the check for big-core to force a couple of memory accesses,
9185           which may work as needed for older/less-capable machines (if not,
9186           there's still the explicit configure option).
9187         > fixes based on diff's for Amiga and BeOS found at
9188           http://www.mathematik.uni-karlsruhe.de/~kuhlmann/cross/ncurses/
9189         + alter definition of NCURSES_CONST to make it non-empty.
9190         + add amiga-vnc terminfo entry.
9191         + redefine 'TEXT' in menu.h for AMIGA, since it is reported to have
9192           an (unspecified) symbol conflict.
9193         + replaced case-statement in _nc_tracebits() for CSIZE with a table to
9194           simplify working around implementations that define random
9195           combinations of the related macros to zero.
9196         + modify configure test for tcgetattr() to allow for old
9197           implementations, e.g., on BeOS, which only defined it as a macro.
9198         > patches by Bruno Haible:
9199         + when checking LC_ALL/LC_CTYPE/LANG environment variables for UTF-8
9200           locale, ignore those which are set to an empty value, as per SUSV2.
9201         + encode 0xFFFD in UTF-8 with 3 bytes, not 2.
9202         + modify _nc_utf8_outch() to avoid sign-extension when checking for
9203           out-of-range value.
9204
9205 20000715
9206         + correct manlinks.sed script to avoid using ERE "\+", which is not
9207           understood by older versions of sed (patch by Albert Chin-A-Young).
9208         + implement configure script options that transform installed program
9209           names, e.g., --program-prefix, including the manpage names and cross
9210           references (patch by Albert Chin-A-Young <china@thewrittenword.com>).
9211         + correct several mismatches between manpage filename and ".TH"
9212           directives, renaming dft_fgbg.3x to default_colors.3x and
9213           menu_attribs.3x to menu_attributes.3x (report by Todd C Miller).
9214         + correct missing includes for <string.h> in several places, including
9215           the C++ binding.  This is not noted by gcc unless we use the
9216           -fno-builtin option (reported by Igor Schein <igor@txc.com>).
9217         + modified progs/tset.c and tack/sysdep.c to build with sgttyb
9218           interface if neither termio or termios is available.  Tested this
9219           with FreeBSD 2.1.5 (which does have termios - but the sgttyb does
9220           work).
9221
9222 20000708 5.1 release for upload to ftp.gnu.org
9223         + document configure options in INSTALL.
9224         + add man-page for ncurses trace functions.
9225         + correct return value shown in curs_touch.3x for is_linetouched() and
9226           is_wintouched(), in curs_initscr.3x for isendwin(), and in
9227           curs_termattr.3x for has_ic() and has_il().
9228         + add prototypes for touchline() and touchwin(), adding them to the
9229           list of generated functions.
9230         + modify fifo_push() to put ERR into the fifo just like other values to
9231           return from wgetch().  It was returning without doing that, making
9232           end-of-file condition incorrectly return a 0 (reported by Todd C
9233           Miller).
9234         + uncomment CC_SHARED_OPTS for progs and tack (see 971115), since they
9235           are needed for SCO OpenServer.
9236         + move _nc_disable_period from free_ttype.c to comp_scan.c to appease
9237           dynamic loaders on SCO and IRIX64.
9238         + add "-a" option to test/ncurses.c to invoke assume_default_colors()
9239           for testing.
9240         + correct assignment in assume_default_colors() which tells ncurses
9241           whether to use default colors, or the assumed ones (reported by Gary
9242           Funck <gary@Intrepid.Com>).
9243         + review/correct logic in mk-1st.awk for making symbolic links for
9244           shared libraries, in particular for FreeBSD, etc.
9245         + regenerate misc/*.def files for OS/2 EMX dll's.
9246         + correct quoting of values for CC_SHARED_OPTS in aclocal.m4 for
9247           cases openbsd2*, openbsd*, freebsd* and netbsd* (patch by Peter
9248           Wemm) (err in 20000610).
9249         + minor updates to release notes, as well as adding/updating URLs for
9250           examples cited in announce.html
9251         > several fixes from Philippe Blain <philippe.blain2@freesbee.fr>:
9252         + correct placement of ifdef for NCURSES_XNAMES in function
9253           _nc_free_termtype(), fixes a memory leak.
9254         + add a call to _nc_synchook() to the end of function whline() like
9255           that in wvline() (difference was in 1.9.4).
9256         + make ClearScreen() a little faster by moving two instances of
9257           UpdateAttr() out of for-loops.
9258         + simplify ClrBottom() by eliminating the tstLine data, using for-loops
9259           (cf: 960428).
9260
9261 20000701 pre-release
9262         + change minor version to 1, i.e., ncurses 5.1
9263         + add experimental configure option --enable-colorfgbg to check for
9264           $COLORTERM variable as set by rxvt/aterm/Eterm.
9265         + add Eterm terminfo entry (Michael Jennings <mej@valinux.com>).
9266         + modify manlinks.sed to pick aliases from the SYNOPSIS section, and
9267           several manpages so manlinks.sed can find aliases for creating
9268           symbolic links.
9269         + add explanation to run_tic.sh regarding extended terminal
9270           capabilities.
9271         + change message format for edit_cfg.sh, since some people interpret
9272           it as a warning.
9273         + correct unescaped '$' in sysv5uw7*|unix_sv* rule for CF_SHARED_OPTS
9274           configure macro (report by Thanh Ma <Thanh.Ma@casi-rusco.com>).
9275         + correct logic in lib_twait.c as used by lib_mouse.c for GPM mouse
9276           support when poll() is used rather than select() (prompted by
9277           discussion with David Allen <DAllen24@aol.com>).
9278
9279 20000624 pre-release
9280         + modify TransformLine() to check for cells with different color pairs
9281           that happen to render the same display colors.
9282         + apply $NCURSES_NO_PADDING to cost-computation in mvcur().
9283         + improve cost computation in PutRange() by accounting for the use
9284           of parm_right_cursor in mvcur().
9285         + correct cost computation in EmitRange(), which was not using the
9286           normalized value for cursor_address.
9287         + newer config.guess, config.sub (reference version used in TIN 1.5.6).
9288
9289 20000617
9290         + update config.guess, config.sub (reference version used in PCRE 3.2).
9291         + resync changes to gnathtml against version 1.22, regenerated html
9292           files under doc/html/ada using this (1.22.1.1).
9293         + regenerated html files under doc/html/man after correcting top and
9294           bottom margin options for man2html in dist.mk
9295         + minor fixes to test programs ncurses 'i' and testcurs program to make
9296           the subwindow's background color cover the subwindow.
9297         + modify configure script so AC_MSG_ERROR is temporarily defined to a
9298           warning in AC_PROG_CXX to make it recover from a missing C++ compiler
9299           without requiring user to add --without-cxx option (adapted from
9300           comment by Akim Demaille <akim@epita.fr> to autoconf mailing list).
9301         + modify headers.sh to avoid creating temporary files in the build
9302           directory when installing headers (reported by Sergei Pokrovsky
9303           <pok@nbsp.nsk.su>)
9304
9305 20000610
9306         + regenerated the html files under doc/html/ada/files and
9307           doc/html/ada/funcs with a slightly-improved gnathtml.
9308         + add kmous capability to linux terminfo entry to allow it to use
9309           xterm-style events provided by gpm patch by Joerg Schoen.
9310         + make the configure macro CF_SHARED_OPTS a little smarter by testing
9311           if -fPIC is supported by gcc rather than -fpic.  The former option
9312           allows larger symbol tables.
9313         + update config.guess and config.sub (patches by
9314           Kevin Buettner <kev@primenet.com> (for elf64_ia64),
9315           Bernd Kuemmerlen <bkuemmer@mevis.de> (for MacOS X)).
9316         + add warning for 'tic -cv' about use of '^?' in terminfo source, which
9317           is an extension.
9318
9319 20000527
9320         + modify echo() behavior of getch() to match Solaris curses for
9321           carriage return and backspace (reported by Neil Zanella).
9322         + change _nc_flush() to a function.
9323         + modify delscreen() to check if the output stream has been closed, and
9324           if so, free the buffer allocated for setbuf (this provides an
9325           ncurses-specific way to avoid a memory leak when repeatedly calling
9326           newterm reported by Chipp C <at_1@zdnetonebox.com>).
9327         + correct typo in curs_getch.3x manpage regarding noecho (reported by
9328           David Malone <dwmalone@maths.tcd.ie>).
9329         + add a "make libs" rule.
9330         + make the Ada95 interface build with configure --enable-widec.
9331         + if the configure --enable-widec option is given, append 'w' to names
9332           of the generated libraries (e.g., libncursesw.so) to avoid conflict
9333           with existing ncurses libraries.
9334
9335 20000520
9336         + modify view.c to make a rudimentary viewer of UTF-8 text if ncurses
9337           is configured with the experimental wide-character support.
9338         + add a simple UTF-8 output driver to the experimental wide-character
9339           support.  If any of the environment variables LC_ALL, LC_CTYPE or
9340           LANG contain the string "UTF-8", this driver will be used to
9341           translate the output to UTF-8.  This works with XFree86 xterm.
9342         + modify configure script to allow building shared libraries on BeOS
9343           (from a patch by Valeriy E Ushakov).
9344         + modify lib_addch.c to allow repeated update to the lower-right
9345           corner, rather than displaying only the first character written until
9346           the cursor is moved.  Recent versions of SVr4 curses can update the
9347           lower-right corner, and behave this way (reported by Neil Zanella).
9348         + add a limit-check in _nc_do_color(), to avoid using invalid color
9349           pair value (report by Brendan O'Dea <bod@compusol.com.au>).
9350
9351 20000513
9352         + the tack program knows how to use smcup and rmcup but the "show caps
9353           that can be tested" feature did not reflect this knowledge.  Correct
9354           the display in the menu tack/test/edit/c (patch by Daniel Weaver).
9355         + xterm-16color does allow bold+colors, removed ncv#32 from that
9356           terminfo entry.
9357
9358 20000506
9359         + correct assignment to SP->_has_sgr_39_49 in lib_dft_fgbg.c, which
9360           broke check for screen's AX capability (reported by Valeriy E Ushakov
9361           <uwe@ptc.spbu.ru>).
9362         + change man2html rule in dist.mk to workaround bug in some
9363           man-programs that ignores locale when rendering hyphenation.
9364         + change web- and ftp-site to dickey.his.com
9365
9366 20000429
9367         + move _nc_curr_token from parse_entry.c to comp_scan.c, to work around
9368           problem linking tack on MacOS X DP3.
9369         + include <sys/time.h> in lib_napms.c to compile on MacOS X DP3
9370           (reported by Gerben Wierda <wierda@holmes.nl>).
9371         + modify lib_vidattr.c to check for ncv fixes when pair-0 is not
9372           default colors.
9373         + add -d option to ncurses.c, to turn on default-colors for testing.
9374         + add a check to _nc_makenew() to ensure that newwin() and newpad()
9375           calls do not silently fail by passing too-large limits.
9376         + add symbol NCURSES_SIZE_T to use rather than explicit 'short' for
9377           internal window and pad sizes.  Note that since this is visible in
9378           the WINDOW struct, it would be an ABI change to make this an 'int'
9379           (prompted by a question by Bastian Trompetter
9380           <btrompetter@firemail.de>, who attempted to create a 96000-line pad).
9381
9382 20000422
9383         + add mgterm terminfo entry from NetBSD, minor adjustments to sun-ss5,
9384           aixterm entries -TD
9385         + modify tack/ansi.c to make it more tolerant of bad ANSI replies.  An
9386           example of an illegal ANSI resonse can be found using Microsoft's
9387           Telnet client.  A correct display can be found using a VT-4xx
9388           terminal or XFree86 xterm with:
9389                 XTerm*VT100*decTerminalID:  450
9390           (patch by Daniel Weaver).
9391         + modify gdc.c to recognize 'q' for quit, 's' for single-step and ' '
9392           for resume.  Add '-n' option to force gdc's standard input to
9393           /dev/null, to both illustrate the use of newterm() for specifying
9394           alternate inputs as well as for testing signal handling.
9395         + minor fix for configure option --with-manpage-symlinks, for target
9396           directories that contain a period ('.') (reported by Larry Virden).
9397
9398 20000415
9399         + minor additions to beterm entry (feedback from Rico Tudor) -TD
9400         + corrections/updates for some IBM terminfo entries -TD
9401         + modify _nc_screen_wrap() so that when exiting curses mode with
9402           non-default colors, the last line on the screen will be cleared to
9403           the screen's default colors (request by Alexander V Lukyanov).
9404         + modify ncurses.c 'r' example to set nonl(), allowing control/M to be
9405           read for demonstrating the REQ_NEW_LINE operation (prompted by a
9406           question by Tony L Keith <tlkeith@keithconsulting.com>).
9407         + modify ncurses.c 'r' example of field_info() to work on Solaris 2.7,
9408           documented extension of ncurses which allows a zero pointer.
9409         + modify fmt_complex() to avoid buffer overflow in case of excess
9410           recursion, and to recognize "%e%?" as a synonym for else-if, which
9411           means that it will not recur for that special case.
9412         + add logic to support $TERMCAP variable in case the USE_GETCAP symbol
9413           is defined (patch by Todd C Miller).
9414         + modify one of the m4 files used to generate the Ada95 sources,
9415           to avoid using the token "symbols" (patch by Juergen Pfeifer).
9416
9417 20000408
9418         + add terminfo entries bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
9419         + correct spelling error in terminfo entry name:  bq300-rv was given as
9420           bg300-rv in esr's version.
9421         + modify redrawwin() macro so its parameter is fully parenthesized
9422           (fixes Debian #61088).
9423         + correct formatting error in dump_entry() which set incorrect column
9424           value when no newline trimming was needed at the end of an entry,
9425           before appending "use=" clauses (cf: 960406).
9426
9427 20000401
9428         + add configure option --with-manpage-symlinks
9429         + change unctrl() to render C1 characters (128-159) as ~@, ~A, etc.
9430         + change makefiles so trace() function is provided only if TRACE is
9431           defined, e.g., in the debug library.  Modify related calls to
9432           _tracechar() to use unctrl() instead.
9433
9434 20000325
9435         + add screen's AX capability (for ECMA SGR 39 and 49) to applicable
9436           terminfo entries, use presence of this as a check for a small
9437           improvement in setting default colors.
9438         + improve logic in _nc_do_color() implementing assume_default_colors()
9439           by passing in previous color pair info to eliminate redundant call to
9440           set_original_colors().  (Part of this is from a patch by Alexander
9441           V Lukyanov).
9442         + modify warning in _nc_trans_string() about a possibly too-long string
9443           to do this once only rather than for each character past the
9444           threshold (600).  Change interface of _nc_trans_string() to allow
9445           check for buffer overflow.
9446         + correct use of memset in _nc_read_entry_source() to initialize ENTRY
9447           struct each time before reading new data into it, rather than once
9448           per loop (cf:  990301).  This affects multi-entry in-core operations
9449           such as "infocmp -Fa".
9450
9451 20000319
9452         + remove a spurious pointer increment in _nc_infotocap() changes from
9453           20000311.  Add check for '.' in format of number, since that also
9454           is not permitted in termcap.
9455         + correct typo in rxvt-basic terminfo from temporary change made while
9456           integrating 20000318.
9457
9458 20000318
9459         + revert part of the vt220 change (request by Todd C Miller).
9460         + add ansi-* terminfo entries from ESR's version.
9461         + add -a option to tic and infocmp, which retains commented-out
9462           capabilities during source translation/comparison, e.g., captoinfo
9463           and infotocap.
9464         + modify cardfile.c to display an empty card if no input data file is
9465           found, fixes a core dump in that case (reported by Bruno Haible).
9466         + correct bracketing in CF_MATH_LIB configure macro, which gave wrong
9467           result for OS/2 EMX.
9468         + supply required parameter for _nc_resolve_uses() call in
9469           read_termcap.c, overlooked in 20000311 (reported by Todd C Miller).
9470         > patches by Bruno Haible <haible@ilog.fr>:
9471         + fix a compiler warning in fty_enum.c
9472         + correct LIB_PREFIX expression for DEPS_CURSES in progs, tack
9473           makefiles, which resulted in redundant linking (cf: 20000122).
9474
9475 20000311
9476         + make ifdef's for BROKEN_LINKER consistent (patch by Todd C Miller).
9477         + improved tack/README (patch by Daniel Weaver).
9478         + modify tput.c to ensure that unspecified parameters are passed to
9479           tparm() as 0's.
9480         + add a few checks in infocmp to guard against buffer overflow when
9481           displaying string capabilities.
9482         + add check for zero-uses in infocmp's file_comparison() function
9483           before calling _nc_align_termtype().  Otherwise one parameter is
9484           indexed past the end of the uses-array.
9485         + add an option -q to infocmp to specify the less verbose output,
9486           keeping the existing format as the default, though not retaining the
9487           previous behavior that made the -F option compare each entry to
9488           itself.
9489         + adapted patch by ESR to make infocmp -F less verbose -TD
9490           (the submitted patch was unusable because it did not compile
9491           properly)
9492           + modify write_entry.c to ensure that absent or cancelled booleans
9493             are written as FALSE, for consistency with infocmp which now
9494             assumes this.  Note that for the small-core configuration, tic
9495             may not produce the same result as before.
9496           + change some private library interfaces used by infocmp, e.g.,
9497             _nc_resolve_uses().
9498           + add a check in _nc_infotocap() to ensure that cm-style capabilities
9499             accept only %d codes when converting the format from terminfo to
9500             termcap.
9501           + modify ENTRY struct to separate the data in 'parent' into the name
9502             and link values (the original idea to merge both into 'parent' was
9503             not good).
9504           + discard repair_acsc(tterm);
9505         > patch by Juergen Pfeifer:
9506         + drop support for gnat 3.10
9507         + move generated documentation and html files under ./doc directory,
9508           adding makefile rules for this to dist.mk
9509
9510 20000304
9511         + correct conflicting use of tparm() in 20000226 change to tic, which
9512           made it check only one entry at a time.
9513         + fix errors in ncurses-intro.html and hackguide.html shown by Dave
9514           Raggett's tidy.
9515         + make the example in ncurses-intro.html do something plausible, and
9516           corrected misleading comment (reported by Neil Zanella).
9517         + modify pnoutrefresh() to set newscr->_leaveok as wnoutrefresh() does,
9518           to fix a case where the cursor position was not updated as in
9519           Solaris  (patch by David Mosberger <davidm@hpl.hp.com>).
9520         + add a limit-check for wresize() to ensure that a subwindow does not
9521           address out of bounds.
9522         + correct offsets used for subwindows in wresize() (patch by Michael
9523           Andres <ma@suse.de>).
9524         + regenerate html'ized manual pages with man2html 3.0.1 (patch by
9525           Juergen Pfeifer).  This generated a file with a space in its name,
9526           which I removed.
9527         + fix a few spelling errors in tack.
9528         + modify tack/Makefile.in to match linker options of progs/Makefile.in;
9529           otherwise it does not build properly for older HPUX shared library
9530           configurations.
9531         + add several terminfo entries from esr's "11.0".
9532
9533 20000226
9534         + make 'tput flash' work properly for xterm by flushing output in
9535           delay_output() when using napms(), and modifying xterm's terminfo to
9536           specify no padding character.  Otherwise, xterm's reported baud rate
9537           can mislead ncurses into producing too few padding characters
9538           (Debian #58530).
9539         + add a check to tic for consistency between sgr and the separate
9540           capabilities such as smso, use this to check/correct several
9541           terminfo entries (Debian #58530).
9542         + add a check to tic if cvvis is the same as cnorm, adjusted several
9543           terminfo entries to remove the conflict (Debian #58530).
9544         + correct prototype shown in attr_set()/wattr_set() manpages (fixes
9545           Debian #53962).
9546         + minor clarification for curs_set() and leaveok() manpages.
9547         + use mkstemp() for creating temporary file for tic's processing of
9548           $TERMCAP contents (fixes Debian #56465).
9549         + correct two errors from integrating Alexander's changes:  did not
9550           handle the non-bce case properly in can_erase_with() (noted by
9551           Alexander), and left fg/bg uninitialized in the pair-zero case of
9552           _nc_do_color() (reported by Dr Werner Fink <werner@suse.de> and
9553           Ismael Cordeiro <ismael@cordeiro.com>).
9554
9555 20000219
9556         + store default-color code consistently as C_MASK, even if given as
9557           -1 for convenience (adapted from patches by Alexander V Lukyanov).
9558         > patches by Alexander V Lukyanov:
9559         + change can_clear_with() macro to accommodate logic for
9560           assume_default_colors(), making most of the FILL_BCE logic
9561           unnecessary.  Made can_clear_with() an inline function to make it
9562           simpler to read.
9563
9564 20000212
9565         + corrected form of recent copyright dates.
9566         + minor corrections to xterm-xf86-v333 terminfo entry -TD
9567         > patches by Alexander V Lukyanov:
9568         + reworded dft_fgbg.3x to avoid assuming that the terminal's default
9569           colors are white on black.
9570         + fix initialization of tstLine so that it is filled with current blank
9571           character in any case.  Previously it was possible to have it filled
9572           with old blank.  The wrong over-optimization was introduced in 991002
9573           patch.  (it is not very critical as the only bad effect is not using
9574           clr_eos for clearing if blank has changed).
9575
9576 20000205
9577         + minor corrections/updates to several terminfo entries: rxvt-basic,
9578           vt520, vt525, ibm5151, xterm-xf86-v40 -TD
9579         + modify ifdef's for poll() to allow it to use <sys/poll.h>, thereby
9580           allowing poll() to be used on Linux.
9581         + add CF_FUNC_POLL macro to check if poll() is able to select from
9582           standard input.  If not we will not use it, preferring select()
9583           (adapted from patch by Michael Pakovic <mpakovic@fdn.com>).
9584         + update CF_SHARED_OPTS macro for SCO Unixware 7.1 to allow building
9585           shared libraries (reported/tested by Thanh <thanhma@mediaone.net>).
9586         + override $LANGUAGE in build to avoid incorrect ordering of keynames.
9587         + correct CF_MATH_LIB parameter, must be sin(x), not sqrt(x).
9588
9589 20000122
9590         + resync CF_CHECK_ERRNO and CF_LIB_PREFIX macros from tin and xterm -TD
9591         + modify CF_MATH_LIB configure macro to parameterize the test function
9592           used, for reuse in dialog and similar packages.
9593         + correct tests for file-descriptors in OS/2 EMX mouse support.  A
9594           negative value could be used by FD_SET, causing the select() call
9595           to wait indefinitely.
9596
9597 20000115
9598         + additional fixes for non-bce terminals (handling of delete_character)
9599           to work when assume_default_colors() is not specified.
9600         + modify warning message from _nc_parse_entry() regarding extended
9601           capability names to print only if tic/infocmp/toe have the -v flag
9602           set, and not at all in ordinary user applications.  Otherwise, this
9603           warning would be shown for screen's extended capabilities in programs
9604           that use the termcap interface (reported by Todd C Miller).
9605         + modify use of _nc_tracing from programs such as tic so their debug
9606           level is not in the same range as values set by trace() function.
9607         + small panel header cleanup (patch by Juergen Pfeifer).
9608         + add 'railroad' demo for termcap interface.
9609         + modify 'tic' to write its usage message to stderr (patch by Todd C
9610           Miller).
9611
9612 20000108
9613         + add prototype for erase() to curses.h.in, needed to make test
9614           programs build with c++/g++.
9615         + add .c.i and .c.h suffix rules to generated makefiles, for debugging.
9616         + correct install rule for tack.1; it assumed that file was in the
9617           current directory (reported by Mike Castle <dalgoda@ix.netcom.com>).
9618         + modify terminfo/termcap translation to suppress acsc before trying
9619           sgr if the entry would be too large (patch by Todd C Miller).
9620         + document a special case of incompatiblity between ncurses 4.2 and
9621           5.0, add a section for this in INSTALL.
9622         + add TRACE_DATABASE flag for trace().
9623
9624 20000101
9625         + update mach, add mach-color terminfo entries based on Debian diffs
9626           for ncurses 5.0 -TD
9627         + add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp
9628           terminfo entries -TD
9629         + change OTrs capabilities to rs2 in terminfo.src -TD
9630         + add obsolete and extended capabilities to 'screen' terminfo -TD
9631         + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)
9632         + make conversion to termcap ug (underline glitch) more consistently
9633           applied.
9634         + fix out-of-scope use of 'personal[]' buffer in 'toe' (this error
9635           was in the original pre-1.9.7 version, when $HOME/.terminfo was
9636           introduced).
9637         + modify 'toe' to ignore terminfo directories to which it has no
9638           permissions.
9639         + modify read_termtype(), fixing 'toe', which could dump core when it
9640           found an incomplete entry such as "dumb" because it did not
9641           initialize its buffer for _nc_read_file_entry().
9642         + use -fPIC rather than -fpic for shared libraries on Linux, not
9643           needed for i386 but some ports (from Debian diffs for 5.0) -TD
9644         + use explicit VALID_NUMERIC() checks in a few places that had been
9645           overlooked, and add a check to ensure that init_tabs is nonzero,
9646           to avoid divide-by-zero (reported by Todd C Miller).
9647         + minor fix for CF_ANSI_CC_CHECK configure macro, for HPUX 10.x (from
9648           tin) -TD
9649
9650 19991218
9651         + reorder tests during mouse initialization to allow for gpm to run in
9652           xterm, or for xterm to be used under OS/2 EMX.  Also drop test for
9653           $DISPLAY in favor of kmous=\E[M or $TERM containing "xterm" (report
9654           by Christian Weisgerber <naddy@mips.rhein-neckar.de>).
9655         + modify raw() and noraw() to clear/restore IEXTEN flag which affects
9656           stty lnext on systems such as FreeBSD (report by Bruce Evans
9657           <bde@zeta.org.au>, via Jason Evans <jasone@canonware.com>).
9658         + fix a potential (but unlikely) buffer overflow in failed() function
9659           of tset.c (reported by Todd C Miller).
9660         + add manual-page for ncurses extensions, documented curses_version(),
9661           use_extended_names().
9662
9663 19991211
9664         + treat as untranslatable to termcap those terminfo strings which
9665           contain non-decimal formatting, e.g., hexadecimal or octal.
9666         + correct commented-out capabilities that cannot be translated to
9667           termcap, which did not check if a colon must be escaped.
9668         + correct termcap translation for "%>" and "%+", which did not check
9669           if a colon must be escaped, for instance.
9670         + use save_string/save_char for _nc_captoinfo() to eliminate fixed
9671           buffer (originally for _nc_infotocap() in 960301 -TD).
9672         + correct expression used for terminfo equivalent of termcap %B,
9673           adjust regent100 entry which uses this.
9674         + some cleanup and commenting of ad hoc cases in _nc_infotocap().
9675         + eliminate a fixed-buffer in tic, used for translating comments.
9676         + add manpage for infotocap
9677
9678 19991204
9679         + add kvt and gnome terminfo entries -TD
9680         + correct translation of "%%" by infotocap, which was emitted as "%".
9681         + add "obsolete" termcap strings to terminfo.src
9682         + modify infocmp to default to showing obsolete capabilities rather
9683           than terminfo only.
9684         + modify write_entry.c so that if extended names (i.e., configure
9685           --enable-tcap-names) are active, then tic will also write "obsolete"
9686           capabilities that are present in the terminfo source.
9687         + modify tic so that when running as captoinfo or infotocap, it
9688           initializes the output format as in -C and -I options, respectively.
9689         + improve infocmp and tic -f option by splitting long strings that do
9690           not have if-then-else construct, but do have parameters, e.g., the
9691           initc for xterm-88color.
9692         + refine MKtermsort.sh slightly by using bool for the *_from_termcap
9693           arrays.
9694
9695 19991127
9696         + additional fixes for non-bce terminals (handling of clear_screen,
9697           clr_eol, clr_eos, scrolling) to work when assume_default_colors() is
9698           not specified.
9699         + several small changes to xterm terminfo entries -TD.
9700         + move logic for _nc_windows in lib_freeall.c inside check for nonnull
9701           SP, since it is part of that struct.
9702         + remove obsolete shlib-versions, which was unintentionally re-added
9703           in 970927.
9704         + modify infocmp -e, -E options to ensure that generated fallback.c
9705           type for Booleans agrees with term.h (reported by Eric Norum
9706           <eric@cls.usask.ca>).
9707         + correct configure script's use of $LIB_PREFIX, which did not work
9708           for installing the c++ directory if $libdir did not end with "/lib"
9709           (reported by Huy Le <huyle@ugcs.caltech.edu>).
9710         + modify infocmp so -L and -f options work together.
9711         + modify the initialization of SP->_color_table[] in start_color() so
9712           that color_content() will return usable values for COLORS greater
9713           than 8.
9714         + modify ncurses 'd' test in case COLORS is greater than 16, e.g., for
9715           xterm-88color, to limit the displayed/computed colors to 16.
9716         > patch by Juergen Pfeifer:
9717         + simplify coding of the panel library according to suggestions by
9718           Philippe Blain.
9719         + improve macro coding for a few macros in curses.priv.h
9720
9721 19991113
9722         + modify treatment of color pair 0 so that if ncurses is configured
9723           to support default colors, and they are not active, then ncurses
9724           will set that explicitly, not relying on orig_colors or orig_pair.
9725         + add new extension, assume_default_colors() to provide better control
9726           over the use of default colors.
9727         + modify test programs to use more-specific ifdef's for existence of
9728           wresize(), resizeterm() and use_default_colors().
9729         + modify configure script to add specific ifdef's for some functions
9730           that are included when --enable-ext-funcs is in effect, so their
9731           existence can be ifdef'd in the test programs.
9732         + reorder some configure options, moving those extensions that have
9733           evolved from experimental status into a new section.
9734         + change configure --enable-tcap-names to enable this by default.
9735
9736 19991106
9737         + install tack's manpage (reported by Robert Weiner
9738           <robert@progplus.com>)
9739         + correct worm.c's handling of KEY_RESIZE (patch by Frank Heckenbach).
9740         + modify curses.h.in, undef'ing some symbols to avoid conflict with C++
9741           STL (reported by Matt Gerassimoff <mgeras@ticon.net>)
9742
9743 19991030
9744         + modify linux terminfo entry to indicate that dim does not mix with
9745           color (reported by Klaus Weide <kweide@enteract.com>).
9746         + correct several typos in terminfo entries related to missing '['
9747           in CSI's -TD
9748         + fix several compiler warnings in c++ binding (reported by Tim
9749           Mooney for alphaev56-dec-osf4.0f
9750         + rename parameter of _nc_free_entries() to accommodate lint.
9751         + correct lint rule for tack, used incorrect list of source files.
9752         + add case to config.guess, config.sub for Rhapsody.
9753         + improve configure tests for libg++ and libstdc++ by omitting the
9754           math library (which is missing on Rhapsody), and improved test for
9755           the math library itself (adapted from path by Nelson H. F. Beebe).
9756         + explicitly initialize to zero several data items which were
9757           implicitly initialized, e.g., cur_term.  If not explicitly
9758           initialized, their storage type is C (common), and causes problems
9759           linking on Rhapsody 5.5 using gcc 2.7.2.1 (reported by Nelson H. F.
9760           Beebe).
9761         + modify Ada95 binding to not include the linker option for Ada
9762           bindings in the Ada headers, but in the Makefiles instead (patch by
9763           Juergen Pfeifer).
9764
9765 19991023 5.0 release for upload to ftp.gnu.org
9766         + effective with release of 5.0, change NCURSES_VERSION_PATCH to
9767           4-digit year.
9768         + add function curses_version(), to return ncurses library version
9769           (request by Bob van der Poel).
9770         + remove rmam, smam from cygwin terminfo entry.
9771         + modify FreeBSD cons25 terminfo entry to add cnorm and cvvis, as well
9772           as update ncv to indicate that 'dim' conflicts with colors.
9773         + modify configure script to use symbolic links for FreeBSD shared
9774           libraries by default.
9775         + correct ranf() function in rain and worm programs to ensure it does
9776           not return 1.0
9777         + hide the cursor in hanoi.c if it is running automatically.
9778         + amend lrtest.c to account for optimizations that exploit margin
9779           wrapping.
9780         + add a simple terminfo demo, dots.c
9781         + modify SIGINT/SIGQUIT handler to set a flag used in _nc_outch() to
9782           tell it to use write() rather than putc(), since the latter is not
9783           safe in a signal handler according to POSIX.
9784         + add/use internal macros _nc_flush() and NC_OUTPUT to hide details
9785           of output-file pointer in ncurses library.
9786         + uncomment CC_SHARED_OPTS (see 971115), since they are needed for SCO
9787           OpenServer.
9788         + correct CC_SHARED_OPTS for building shared libraries for SCO
9789           OpenServer.
9790         + remove usleep() from alternatives in napms(), since it may interact
9791           with alarm(), causing a process to be interrupted by SIGALRM (with
9792           advice from Bela Lubkin).
9793         + modify terminal_interface-curses-forms.ads.m4 to build/work with
9794           GNAT 3.10 (patch by Juergen Pfeifer).
9795         + remove part of CF_GPP_LIBRARY configure-script macro, which did not
9796           work with gcc 2.7.2.3
9797         + minor fix to test/tclock.c to avoid beeping more than once per second
9798         + add 's' and ' ' decoding to test/rain.c
9799
9800 991016  pre-release
9801         + corrected BeOS code for lib_twait.c, making nodelay() function work.
9802
9803 991009  pre-release
9804         + correct ncurses' value for cursor-column in PutCharLR(), which was
9805           off-by-one in one case (patch by Ilya Zakharevich).
9806         + fix some minor errors in position_check() debugging code, found while
9807           using this to validate the PutCharLR() patch.
9808         + modify firework, lrtest, worm examples to be resizable, and to
9809           recognize 'q' for quit, 's' for single-step and ' ' for resume.
9810         + restore reverted change to  terminal_interface-curses-forms.ads.m4,
9811           add a note on building with gnat 3.10p to Ada95/TODO.
9812         + add a copy of the standalone configure script for the test-directory
9813           to simplify testing on SCO and Solaris.
9814
9815 991002  pre-release
9816         + minor fixes for _nc_msec_cost(), color_content(), pair_content(),
9817           _nc_freewin(), ClrBottom() and onscreen_mvcur() (analysis by Philippe
9818           Blain, comments by Alexander V Lukyanov).
9819         + simplify definition of PANEL and eliminate internal functions
9820           _nc_calculate_obscure(), _nc_free_obscure() and _nc_override(),
9821           (patch by Juergen Pfeifer, analysis by Philippe Blain
9822           <bledp@voila.fr>)).
9823         + change renaming of dft_fgbg.3x to use_default_colors.3ncurses in
9824           man_db.renames, since Debian is not concerned with 14-character
9825           filename limitation (Debian bug report by Josip Rodin
9826           <joy@cibalia.gkvk.hr>).
9827         + corrected scoansi terminfo entry by testing with scoterm and console.
9828         + revert change from 990614 to terminal_interface-curses-forms.ads.m4,
9829           since this does not work for gnat 3.10p
9830         + modify tclock example to be resizable (if ncurses' sigwinch handler
9831           is used), and in color.
9832         + use $(CC) rather than 'gcc' in MK_SHARED_LIB symbols, used for Linux
9833           shared library rules.
9834
9835 990925  pre-release
9836         + add newer NetBSD console terminfo entries
9837         + add amiga-8bit terminfo entry (from Henning 'Faroul' Peters
9838           <Faroul@beyond.kn-bremen.de>)
9839         + remove -lcurses -ltermcap from configure script's check for the gpm
9840           library, since they are not really necessary (a properly configured
9841           gpm library has no dependency on any curses library), and if the
9842           curses library is not installed, this would cause the test to fail.
9843         + modify tic's -C option so that terminfo "use=" clauses are translated
9844           to "tc=" clauses even when running it as captoinfo.
9845         + modify CF_STDCPP_LIBRARY configure macro to perform its check only
9846           for GNU C++, since that library conflicts with SGI's libC on IRIX-6.2
9847         + modify CF_SHARED_OPTS configure macro to support build on NetBSD with
9848           ELF libraries (patch by Bernd Ernesti <bernd@arresum.inka.de>).
9849         + correct a problem in libpanel, where the _nc_top_panel variable was
9850           not set properly when bottom_panel() is called to hide a panel which
9851           is the only one on the stack (report/analysis by Michael Andres
9852           <ma@suse.de>, patch by Juergen Pfeifer).
9853
9854 990918  pre-release
9855         + add acsc string to HP 70092 terminfo entry (patch by Joerg Wunsch
9856           <j@interface-business.de>).
9857         + add top-level uninstall.data and uninstall.man makefile rules.
9858         + correct logic of CF_LINK_FUNCS configure script, from BeOS changes so
9859           that hard-links work on Unix again.
9860         + change default value of cf_cv_builtin_bool to 1 (suggested by
9861           Jeremy Buhler), making it less likely that a conflicting declaration
9862           of bool will be seen when compiling with C++.
9863
9864 990911  pre-release
9865         + improved configure checks for builtin.h
9866         + minor changes to C++ binding (remove static initializations, and make
9867           configure-test for parameter initializations) for features not
9868           allowed by vendor's C++ compilers (reported by Martin Mokrejs, this
9869           applies to SGI, though I found SCO has the same characteristics).
9870         + corrected quoting of ETIP_xxx definitions which support old versions
9871           of g++, e.g., those using -lg++
9872         + remove 'L' code from safe_sprintf.c, since 'long double' is not
9873           widely portable.  safe_sprintf.c is experimental, however, and
9874           exists mainly as a fallback for systems without snprintf (reported
9875           by Martin Mokrejs <mmokrejs@natur.cuni.cz>, for IRIX 6.2)
9876         + modify definition of _nc_tinfo_fkeys in broken-linker configuration
9877           so that it is not unnecessarily made extern (Jeffrey C Honig).
9878
9879 990904  pre-release
9880         + move definition for builtin.h in configure tests to specific check
9881           for libg++, since qt uses the same filename incompatibly.
9882         + correct logic of lib_termcap.c tgetstr function, which did not copy
9883           the result to the buffer parameter.  Testing shows Solaris does
9884           update this, though of course tgetent's buffer is untouched (reported
9885           in Peter Edwards <peter.edwards@ireland.com> in
9886           mpc.lists.freebsd.current newsgroup.
9887         + corrected beterm terminfo entry, which lists some capabilities which
9888           are not actually provided by the BeOS Terminal.
9889         + add special logic to replace select() calls on BeOS, whose select()
9890           function works only for sockets.
9891         + correct missing escape in mkterm.h.awk.in, which caused part
9892           of the copyright noticed to be omitted (reported by Peter
9893           Wemm <peter@netplex.com.au>).
9894         > several small changes to make the c++ binding and demo work on OS/2
9895           EMX (related to a clean reinstall of EMX):
9896         + correct library-prefix for c++ binding; none is needed.
9897         + add $x suffix to make_hash and make_keys so 'make distclean' works.
9898         + correct missing $x suffix for tack, c++ demo executables.
9899         + split CF_CXX_LIBRARY into CF_GPP_LIBRARY (for -lg++) and
9900           CF_STDCPP_LIBRARY (for -lstdc++)
9901
9902 990828  pre-release
9903         + add cygwin terminfo entry -TD
9904         + modify CF_PROG_EXT configure macro to set .exe extension for cygwin.
9905         + add configure option --without-cxx-binding, modifying the existing
9906           --without-cxx option to check only for the C++ compiler
9907           characteristics.  Whether or not the C++ binding is needed, the
9908           configure script checks for the size/type of bool, to make ncurses
9909           match.  Otherwise C++ applications cannot use ncurses.
9910
9911 990821  pre-release
9912         + updated configure macros CF_MAKEFLAGS, CF_CHECK_ERRNO
9913         + minor corrections to beterm terminfo entry.
9914         + modify lib_setup.c to reject values of $TERM which have a '/' in
9915           them.
9916         + add ifdef's to guard against CS5, CS6, CS7, CS8 being zero, as more
9917           than one is on BeOS.  That would break a switch statement.
9918         + add configure macro CF_LINK_FUNCS to detect and work around BeOS's
9919           nonfunctional link().
9920         + improved configure macros CF_BOOL_DECL and CF_BOOL_SIZE to detect
9921           BeOS's bool, which is declared as an unsigned char.
9922
9923 990814  pre-release
9924         + add ms-vt100 terminfo entry -TD
9925         + minor fixes for misc/emx.src, based on testing with tack.
9926         + minor fix for test/ncurses.c, test 'a', in case ncv is not set.
9927
9928 990731  pre-release
9929         + minor correction for 'screen' terminfo entry.
9930         + clarify description of errret values for setupterm in manpage.
9931         + modify tput to allow it to emit capabilities for hardcopy terminals
9932           (patch by Goran Uddeborg <goeran@uddeborg.pp.se>).
9933         + modify the 'o' (panel) test in ncurses.c to show the panels in color
9934           or at least in bold, to test Juergen's change to wrefresh().
9935         > patches by Juergen Pfeifer:
9936         + Fixes a problem using wbkgdset() with panels.  It has actually
9937           nothing to with panels but is a problem in the implementation of
9938           wrefresh().  Whenever a window changes its background attribute to
9939           something different than newscr's background attribute, the whole
9940           window is touched to force a copy to newscr.  This is an unwanted
9941           side-effect of wrefresh() and it is actually not necessary.  A
9942           changed background attribute affects only further outputs of
9943           background it doesn't mean anything to the current content of the
9944           window.  So there is no need to force a copy.  (reported by Frank
9945           Heckenbach <frank@g-n-u.de>).
9946         + an upward compatible enhancement of the NCursesPad class in the C++
9947           binding.  It allows one to add a "viewport" window to a pad and then
9948           to use panning to view the pad through the viewport window.
9949
9950 990724  pre-release
9951         + suppress a call to def_prog_mode() in the SIGTSTP handler if the
9952           signal was received while not in curses mode, e.g., endwin() was
9953           called in preparation for spawning a shell command (reported by Frank
9954           Heckenbach <frank@g-n-u.de>)
9955         + corrected/enhanced xterm-r5, xterm+sl, xterm+sl-twm terminfo entries.
9956         + change test for xterm mouse capability:  it now checks only if the
9957           user's $DISPLAY variable is set in conjunction with the kmous
9958           capability being present in the terminfo.  Before, it checked if any
9959           of "xterm", "rxvt" or "kterm" were substrings of the terminal name.
9960           However, some emulators which are incompatible with xterm in other
9961           ways do support the xterm mouse capability.
9962         + reviewed and made minor changes in ncurses to quiet g++ warnings
9963           about shadowed or uninitialized variables.  g++ incorrectly warns
9964           about uninitialized variables because it does not take into account
9965           short-circuit expression evaluation.
9966         + change ncurses 'b' test to start in color pair 0 and to show in the
9967           right margin those attributes which are suppressed by no_color_video,
9968           i.e., "(NCV)".
9969         + modify ifdef's in curses.h so that __attribute__ is not redefined
9970           when compiling with g++, but instead disabled the macros derived for
9971           __attribute__ since g++ does not consistently recognize the same
9972           keywords as gcc (reported by Stephan K Zitz <zitz@erf.net>).
9973         + update dependencies for term.h in ncurses/modules (reported by
9974           Ilya Zakharevich).
9975
9976 990710  pre-release
9977         + modify the form demo in ncurses.c to illustrate how to manipulate the
9978           field appearance, e.g, for highlighting or translating the field
9979           contents.
9980         + correct logic in write_entry from split-out of home_terminfo in
9981           980919, which prevented update of $HOME/.terminfo (reported by Philip
9982           Spencer <pspencer@fields.utoronto.ca>).
9983
9984 990703  pre-release
9985         + modify linux terminfo description to make use of kernel 2.2.x mods
9986           that support cursor style, e.g., to implement cvvis (patch by Frank
9987           Heckenbach <frank@g-n-u.de>)
9988         + add special-case in setupterm to retain previously-saved terminal
9989           settings in cur_term, which happens when curses and termcap calls are
9990           mixed (from report by Bjorn Helgaas <helgaas@dhc.net>).
9991         + suppress initialization of key-tries in _nc_keypad() if we are only
9992           disabling keypad mode, e.g., in endwin() called when keypad() was
9993           not.
9994         + modify the Ada95 makefile to ensure that always the Ada files from
9995           the development tree are used for building and not the eventually
9996           installed ones (patch by Juergen Pfeifer).
9997
9998 990626  pre-release
9999         + use TTY definition in tack/sysdep.c rather than struct termios
10000           (reported by Philippe De Muyter).
10001         + add a fallback for strstr, used in lib_mvcur.c and tack/edit.c,
10002           not present on sysV68 (reported by Philippe De Muyter).
10003         + correct definition in comp_hash.c to build with configure
10004           --with-rcs-ids option.
10005
10006 990619  pre-release
10007         + modified ifdef's for sigaction and sigvec to ensure we do not try to
10008           handle SIGTSTP if neither is available (from report by Philippe De
10009           Muyter).
10010         > patch by Philippe De Muyter:
10011         + in tic.c, use `unlink' if `remove' is not available.
10012         + use only `unsigned' as fallback value for `speed_t'.  Some files used
10013           `short' instead.
10014
10015 990616  pre-release
10016         + fix some compiler warnings in tack.
10017         + add a check for predefined bool type in CC, based on report that
10018           BeOS predefines a bool type.
10019         + correct logic for infocmp -e option, i.e., the configure
10020           --with-fallbacks option, which I'd not updated when implementing
10021           extended names (cf:  990301).  The new implementation adds a "-E"
10022           option to infocmp -TD
10023         > patch by Juergen Pfeifer:
10024         + introduce the private type Curses_Bool in the Ada95 binding
10025           implementation.  This is to clearly represent the use of "bool" also
10026           in the binding.  It should have no effect on the generated code.
10027         + improve the man page for field_buffer() to tell the people, that the
10028           whole buffer including leading/trailing spaces is returned.  This is
10029           a common source of confusion, so it's better to document it clearly.
10030
10031 990614  pre-release
10032         > patch by Juergen Pfeifer:
10033         + use pragma PreElaborate in several places.
10034         + change a few System.Address uses to more specific types.
10035         + change interface version-number to 1.0
10036         + regenerate Ada95 HTML files.
10037
10038 990612  pre-release
10039         + modify lib_endwin.c to avoid calling reset_shell_mode(), return ERR
10040           if it appears that curses was never initialized, e.g., by initscr().
10041           For instance, this guards against setting the terminal modes to
10042           strange values if endwin() is called after setupterm().  In the same
10043           context, Solaris curses will dump core.
10044         + modify logic that avoids a conflict in lib_vidattr.c between sgr0 and
10045           equivalent values in rmso or rmul by ensuring we do not modify the
10046           data which would be returned by the terminfo or termcap interfaces
10047           (reported by Brad Pepers <brad@linuxcanada.com>, cf:  960706).
10048         + add a null-pointer check for SP in lib_vidattr.c to logic that checks
10049           for magic cookies.
10050         + improve fallback declaration of 'bool' when the --without-cxx option
10051           is given, by using a 'char' on i386 and related hosts (prompted by
10052           discussion with Alexander V Lukyanov).
10053
10054 990605  pre-release
10055         + include time.h in lib_napms.c if nanosleep is used (patch by
10056           R Lindsay Todd <toddr@rpi.edu>).
10057         + add an "#undef bool" to curses.h, in case someone tries to define it,
10058           e.g., perl.
10059         + add check to tparm to guard against divide by zero (reported by Aaron
10060           Campbell <aaron@ug.cs.dal.ca>).
10061
10062 990516  pre-release
10063         + minor fix to build tack on CLIX (mismatched const).
10064         > patch by Juergen Pfeifer:
10065         + change Juergen's old email address with new one in the files where it
10066           is referenced.  The Ada95 HTML pages are regenerated.
10067         + update MANIFEST to list the tack files.
10068
10069 990509  pre-release
10070         + minor fixes to make 'tack' build/link on NeXT (reported by Francisco
10071           A. Tomei Torres).
10072
10073 990417  pre-release
10074         + add 'tack' program (which is GPL'd), updating it to work with the
10075           modified TERMTYPE struct and making a fix to support setaf/setab
10076           capabilities.  Note that the tack program is not part of the
10077           ncurses libraries, but an application which can be distributed with
10078           ncurses.  The configure script will ignore the directory if it is
10079           omitted, however.
10080         + modify gpm mouse support so that buttons 2 and 3 are used for
10081           select/paste only when shift key is pressed, making them available
10082           for use by an application (patch by Klaus Weide).
10083         + add complete list of function keys to scoansi terminfo entry - TD
10084
10085 990410  pre-release
10086         + add a simple test program cardfile.c to illustrate how to read form
10087           fields, and showing forms within panels.
10088         + change shared-library versioning for the Hurd to be like Linux rather
10089           than *BSD (patch by Mark Kettenis <kettenis@wins.uva.nl>).
10090         + add linux-lat terminfo entry.
10091         + back-out _nc_access check in read_termcap.c (both incorrect and
10092           unnecessary, except to guard against a small window where the file's
10093           ownership may change).
10094
10095 990403  pre-release
10096         + remove conflicting _nc_free_termtype() function from test module
10097           lib_freeall.c
10098         + use _nc_access check in read_termcap.c for termpaths[] array (noted
10099           by Jeremy Buhler, indicating that Alan Cox made a similar patch).
10100         > patch by Juergen Pfeifer:
10101         + modify menu creation to not inherit status flag from the default menu
10102           which says that the associated marker string has been allocated and
10103           should be freed (bug reported by Marek Paliwoda"
10104           <paliwoda@kki.net.pl>)
10105
10106 990327  pre-release (alpha.gnu.org:/gnu/ncurses-5.0-beta1.tar.gz)
10107         + minor fixes to xterm-xfree86 terminfo entry - TD.
10108         + split up an expression in configure script check for ldconfig to
10109           workaround limitation of BSD/OS sh (reported by Jeff Haas
10110           <jmh@mail.msen.com>).
10111         + correct a typo in man/form_hook.3x (Todd C Miller).
10112
10113 990318  pre-release
10114         + parenthesize and undef 'index' symbol in c++ binding and demo, to
10115           accommodate its definition on NeXT (reported by Francisco A. Tomei
10116           Torres).
10117         + add sigismember() to base/sigaction.c compatibility to link on NeXT
10118           (reported by Francisco A. Tomei Torres).
10119         + further refinements to inequality in hashmap.c to cover a case with
10120           ^U in nvi (patch by Alexander V Lukyanov).
10121
10122 990316  pre-release
10123         + add fallback definition for getcwd, to link on NeXT.
10124         + add a copy of cur_term to tic.c to make it link properly on NeXT
10125           (reported by Francisco A. Tomei Torres).
10126         + change inequality in hashmap.c which checks the distance traveled by
10127           a chunk so that ^D command in nvi (scrolls 1/2 screen) will use
10128           scrolling logic (patch by Alexander V Lukyanov, reported by Jeffrey
10129           C Honig).
10130
10131 990314  pre-release
10132         + modify lib_color.c to handle a special case where the curscr
10133           attributes have been made obsolete (patch by Alexander V Lukyanov).
10134         + update BSD/OS console terminfo entries to use klone+sgr and
10135           klone+color (patch by Jeffrey C Honig).
10136         + update glibc addon configure script for extended capabilities.
10137         + correct a couple of warnings in the --enable-const configuration.
10138         + make comp_hash build properly with _nc_strdup(), on NeXT (reported by
10139           Francisco A. Tomei Torres <francisco.tomei@cwix.com>).
10140
10141 990313  pre-release
10142         + correct typos in linux-c initc string - TD
10143         + add 'crt' terminfo entry, update xterm-xfree86 entry - TD
10144         + remove a spurious argument to tparm() in lib_sklrefr.c (patch by
10145           Alexander V Lukyanov).
10146
10147 990307  pre-release
10148         + back-out change to wgetch because it causes a problem with ^Z
10149           handling in lynx (reported by Kim DeVaughn).
10150
10151 990306  pre-release
10152         + add -G option to tic and infocmp, to reverse the "-g" option.
10153         + recode functions in name_match.c to avoid use of strncpy, which
10154           caused a 4-fold slowdown in tic (cf: 980530).
10155         + correct a few warnings about sign-extension in recent changes.
10156         > patch by Juergen Pfeifer:
10157         + fixes suggested by Jeff Bradbury <jibradbury@lucent.com>:
10158           + improved parameter checking in new_fieldtype().
10159           + fixed a typo in wgetch() timeout handling.
10160           + allow slk_init() to be called per newterm call.  The internal SLK
10161             state is stored in the SCREEN struct after every newterm() and then
10162             reset for the next newterm.
10163           + fix the problem that a slk_refresh() refreshes stdscr if the
10164             terminal has true SLKs.
10165         + update HTML documentation for Ada binding.
10166
10167 990301  pre-release
10168         + remove 'bool' casts from definitions of TRUE/FALSE so that statements
10169           such as "#if TRUE" work.  This was originally done to allow for a C++
10170           compiler which would warn of implicit conversions between enum and
10171           int, but is not needed for g++ (reported by Kim DeVaughn).
10172         + add use_extended_names() function to allow applications to suppress
10173           read of the extended capabilities.
10174         + add configure option --enable-tcap-names to support logic which
10175           allows ncurses' tic to define new (i.e., extended) terminal
10176           capabilities.  This is activated by the tic -x switch.  The infocmp
10177           program automatically shows or compares extended capabilities.
10178           Note:  This changes the Strings and similar arrays in the TERMTYPE
10179           struct so that applications which manipulate it must be recompiled.
10180         + use macros typeMalloc, typeCalloc and typeRealloc consistently
10181           throughout ncurses library.
10182         + add _nc_strdup() to doalloc.c.
10183         + modify define_key() to allow multiple strings to be bound to the
10184           same keycode.
10185         + correct logic error in _nc_remove_string, from 990220.
10186         > patch for Ada95 binding (Juergen Pfeifer):
10187         + regenerate some of the html documentation
10188         + minor cleanup in terminal_interface-curses.adb
10189
10190 990220  pre-release
10191         + resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
10192           xterm and ncsa terminfo entries by removing the unneeded ones.  Note
10193           that some entries will return kend & khome versus kslt and kfnd, for
10194           PC-style keyboards versus strict vt220 compatiblity - TD
10195         + add function keybound(), which returns the definition associated with
10196           a given keycode.
10197         + modify define_key() to undefine the given string when no keycode is
10198           given.
10199         + modify keyok() so it works properly if there is more than one string
10200           defined for a keycode.
10201         + add check to tic to warn about terminfo descriptions that contain
10202           more than one key assigned to the same string.  This is shown only if
10203           the verbose (-v) option is given.  Moved related logic (tic -v) from
10204           comp_parse.c into the tic program.
10205         + add/use _nc_trace_tries() to show the function keys that will be
10206           recognized.
10207         + rename init_acs to _nc_init_acs (request by Alexander V Lukyanov).
10208         > patch for Ada95 binding (Juergen Pfeifer):
10209         + remove all the *_adabind.c from ncurses, menu and form projects.
10210           Those little helper routines have all been implemented in Ada and are
10211           no longer required.
10212         + The option handling routines in menu and form have been made more
10213           save.  They now make sure that the unused bits in options are always
10214           zero.
10215         + modify configuration scripts to
10216           + use gnatmake as default compiler name.  This is a safer choice than
10217             gcc, because some GNAT implementations use other names for the
10218             compilerdriver to avoid conflicts.
10219           + use new default installation locations for the Ada files according
10220             to the proposed GNU Ada filesystem standard (for Linux).
10221         + simplify the Makefiles for the Ada binding
10222         + rename ada_include directory to src.
10223
10224 990213
10225         + enable sigwinch handler by default.
10226         + disable logic that allows setbuf to be turned off/on, because some
10227           implementations will overrun the buffer after it has been disabled
10228           once.
10229
10230 990206
10231         + suppress sc/rc capabilities from terminal description if they appear
10232           in smcup/rmcup.  This affects only scrolling optimization, to fix a
10233           problem reported by several people with xterm's alternate screen,
10234           though the problem is more general.
10235         > patch for Ada95 binding (Juergen Pfeifer):
10236         + removed all pragma Preelaborate() stuff, because the just released
10237           gnat-3.11p complains on some constructs.
10238         + fixed some upper/lower case notations because gnat-3.11p found
10239           inconsistent use.
10240         + used a new method to generate the HTML documentation of the Ada95
10241           binding.  This invalidates nearly the whole ./Ada95/html subtree.
10242           Nearly all current files in this subtree are removed
10243
10244 990130
10245         + cache last result from _nc_baudrate, for performance (suggested by
10246           Alexander V Lukyanov).
10247         + modify ClrUpdate() function to workaround a problem in nvi, which
10248           uses redrawwin in SIGTSTP handling.  Jeffrey C Honig reported that
10249           ncurses repainted the screen with nulls before resuming normal
10250           operation (patch by Alexander V Lukyanov).
10251         + generalize is_xterm() function a little by letting xterm/rxvt/kterm
10252           be any substring rather than the prefix.
10253         + modify lib_data.c to initialize SP.  Some linkers, e.g., IBM's, will
10254           not link a module if the only symbols exported from the module are
10255           uninitialized ones (patch by Ilya Zakharevich).  Ilya says that he
10256           has seen messages claiming this behavior conforms to the standard.)
10257         + move call on _nc_signal_handler past _nc_initscr, to avoid a small
10258           window where Nttyb hasn't yet been filled (reported by Klaus Weide).
10259         + modify lib_tstp.c to block SIGTTOU when handling SIGTSTP, fixes a
10260           problem where ncurses applications which were run via a shell script
10261           would hang when given a ^Z.  Also, check if the terminal's process
10262           group is consistent, i.e., a shell has not taken ownership of it,
10263           before deciding to save the current terminal settings in the SIGTSTP
10264           handler (patch by Klaus Weide).
10265         + correct spelling of ACS_ names in curs_border.3x (reported by Bob van
10266           der Poel <bvdpoel@kootenay.com>).
10267         + correct a couple of typos in the macros supporting the configure
10268           --with-shlib-version option.
10269
10270 990123
10271         + modify fty_regex.c to compile on HAVE_REGEXPR_H_FUNCS machine (patch
10272           by Kimio Ishii <ishii@csl.sony.co.jp>).
10273         + rename BSDI console terminfo entries:  bsdos to bsdos-pc-nobold, and
10274           bsdos-bold to bsdos-pc (patch by Jeffrey C Honig).
10275         + modify tput to accept termcap names as an alternative to terminfo
10276           names (patch by Jeffrey C Honig).
10277         + correct a typo in term.7 (Todd C Miller).
10278         + add configure --with-shlib-version option to allow installing shared
10279           libraries named according to release or ABI versions.  This
10280           parameterizes some existing logic in the configure script, and is
10281           intended for compatiblity upgrades on Digital Unix, which used
10282           versioned libraries in ncurses 4.2, but no longer does (cf:  980425).
10283         + resync configure script against autoconf 2.13 + patches
10284         + minor improvements for teraterm terminfo entry based on the program's
10285           source distribution.
10286
10287 990116
10288         + change default for configure --enable-big-core to assume machines do
10289           have enough memory to resolve terminfo.src in-memory.
10290         + correct name of ncurses library in TEST_ARGS when configuring with
10291           debug library.
10292         + minor fixes to compile ncurses library with broken-linker with g++.
10293         + add --enable-broken-linker configure option, default to environment
10294           variable $BROKEN_LINKER (request by Jeffrey C Honig).
10295         + change key_names[] array to static since it is not part of the curses
10296           interface (reported by Jeffrey C Honig <jch@bsdi.com>).
10297
10298 990110
10299         + add Tera Term terminfo entry - TD
10300
10301 990109
10302         + reviewed/corrected macros in curses.h as per XSI document.
10303         + provide support for termcap PC variable by copying it from terminfo
10304           data and using it as the padding character in tputs (reported by
10305           Alexander V Lukyanov).
10306         + corrected iris-ansi and iris-ansi-ap terminfo entries for kent and
10307           kf9-kf12 capabilities, as well as adding kcbt.
10308         + document the mouse handling mechanism in menu_driver and make a small
10309           change in menu_driver's return codes to provide more consistency
10310           (patch by Juergen Pfeifer).
10311         + add fallback definition for NCURSES_CONST to termcap.h.in (reported
10312           by Uchiyama Yasushi <uch@nop.or.jp>).
10313         + move lib_restart.c to ncurses/base, since it uses curses functions
10314           directly, and therefore cannot be used in libtinfo.so
10315         + rename micro_char_size to micro_col_size, adding #define to retain
10316           old name.
10317         + add set_a_attributes and set_pglen_inch to terminfo structure, as per
10318           XSI and Solaris 2.5.
10319         + minor makefile files to build ncurses test_progs
10320         + update html files in misc directory to reflect changes since 4.2
10321
10322 990102
10323         + disable scroll hints when hashmap is enabled (patch by Alexander
10324           V Lukyanov).
10325         + move logic for tic's verify of -e option versus -I and -C so that the
10326           terminfo data is not processed if we cannot handle -e (reported by
10327           Steven Schwartz <steves@unitrends.com>.
10328         + add test-driver traces to terminfo and termcap functions.
10329         + provide support for termcap ospeed variable by copying it from the
10330           internal cur_term member, and using ospeed as the baudrate reference
10331           for the delay_output and tputs functions.  If an application does not
10332           set ospeed, the library behaves as before, except that _nc_timed_wait
10333           is no longer used, or needed, since ospeed always has a value.  But
10334           the application can modify ospeed to adjust the output of padding
10335           characters (prompted by a bug report for screen 3.7.6 and email from
10336           Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>).
10337         + removed some unused ifdef's as part of Alexander's restructuring.
10338         + reviewed/updated curses.h, term.h against X/Open Curses Issue 4
10339           Version 2.  This includes making some parameters NCURSES_CONST
10340           rather than const, e.g., in termcap.h.
10341         + change linux terminfo entry to use ncv#2, since underline does not
10342           work with color
10343
10344 981226
10345         + miscellaneous corrections for curses.h to match XSI.
10346         + change --enable-no-padding configure option to be normally enabled.
10347         + add section to ncurses manpage for environment variables.
10348         + investigated Debian bug report that pertains to screen 3.7.4/3.7.6
10349           changes, found no sign of problems on Linux (or on SunOS, Solaris)
10350           running screen built with ncurses.
10351         + check if tmp_fp is opened in tic.c before closing it (patch by Pavel
10352           Roskin <pavel_roskin@geocities.com>).
10353         + correct several font specification typos in man-pages.
10354
10355 981220
10356         + correct default value for BUILD_CC (reported by Larry Virden).
10357
10358 981219
10359         + modify _nc_set_writedir() to set a flag in _nc_tic_dir() to prevent
10360           it from changing the terminfo directory after chdir'ing to it.
10361           Otherwise, a relative path in $TERMINFO would confuse tic (prompted
10362           by a Debian bug report).
10363         + correct/update ncsa terminfo entry (report by Larry Virden).
10364         + update xterm-xfree86 terminfo to current (patch 90), smcur/rmcur
10365           changes
10366         + add Mathew Vernon's mach console entries to terminfo.src
10367         + more changes, moving functions, as part of Alexander's restructuring.
10368         + modify configure script for GNU/Hurd share-library support, introduce
10369           BUILD_CC variable for cross compiling (patch by Uchiyama Yasushi
10370           <uch@nop.or.jp>)
10371
10372 981212
10373         + add environment variable NCURSES_NO_SETBUF to allow disabling the
10374           setbuf feature, for testing purposes.
10375         + correct ifdef's for termcap.h versus term.h that suppress redundant
10376           declarations of prototypes (reported by H.J.Lu).
10377         + modify Makefile.os2 to add linker flags which allow multiple copies
10378           of an application to coexist (reported by Ilya Zakharevich).
10379         + update Makefile.glibc and associated configure script so that ncurses
10380           builds as a glibc add-on with the new directory configuration
10381           (reported by H.J.Lu).
10382
10383 981205
10384         + modify gen_reps() function in gen.c to work properly on SunOS
10385           (sparc), which is a left-to-right architecture.
10386         + modify relative_move and tputs to avoid an interaction with the
10387           BSD-style padding.  The relative_move function could produce a string
10388           to replace on the screen which began with a numeric character, which
10389           was then interpreted by tputs as padding.  Now relative_move will not
10390           generate a string with a leading digit in that case (overwrite).
10391           Also, tputs will only interpret padding if the string begins with a
10392           digit; as coded it permitted a string to begin with a decimal point
10393           or asterisk (reported by Larry Virden).
10394         > patches by Juergen Pfeifer:
10395         + fix a typo in m_driver.c mouse handling and improves the error
10396           handling.
10397         + fix broken mouse handling in the Ada95 binding
10398         + make the Ada95 sample application menus work with the new menu mouse
10399           support
10400         + improve the mouse handling introduced by Ilya; it now handles menus
10401           with spacing.
10402         + repair a minor bug in the menu_driver code discovered during this
10403           rework.
10404         + add new function wmouse_trafo() to hide implementation details of
10405           _yoffset member of WINDOW struct needed for mouse coordinate
10406           transformation.
10407
10408 981128
10409         + modify Ada95/gen/gen.c to avoid using return-value of sprintf, since
10410           some older implementations (e.g., SunOS 4.x) return the buffer
10411           address rather than its length.
10412         > patch by Rick Ohnemus:
10413         + modify demo.cc to get it to compile with newer versions of egcs.
10414         + trim a space that appears at the end of the table preprocessor lines
10415           ('\" t).  This space prevents some versions of man from displaying
10416           the pages - changed to remove all trailing whitespace (TD)
10417         + finally, 'make clean' does not remove panel objects.
10418         > patches by Ilya Zakharevich:
10419         + allow remapping of OS/2 mouse buttons using environment variable
10420           MOUSE_BUTTONS_123 with the default value 132.
10421         + add mouse support to ncurses menus.
10422
10423 981121
10424         + modify misc/makedef.cmd to report old-style .def file symbols, and to
10425           generate the .def files sorted by increasing names rather than the
10426           reverse.
10427         + add misc/*.ref which are J.J.G.Ripoll's dll definition files (renamed
10428           from misc/*.old), and updated based on the entrypoint coding he used
10429           for an older version of ncurses.
10430         + add README.emx, to document how to build on OS/2 EMX.
10431         + updates for config.guess, config.sub from Lynx
10432         > patches by Ilya Zakharevich:
10433         + minor fixes for mouse handling mode:
10434           a) Do not initialize mouse if the request is to have no mouse;
10435           b) Allow switching of OS/2 VIO mouse on and off.
10436         + modify Makefile.os2 to support alternative means of generating
10437           configure script, by translating Unix script with Perl.
10438         > patches by Juergen Pfeifer:
10439         + Updates MANIFEST to reflect changes in source structure
10440         + Eliminates a problem introduced with my last patch for the C++
10441           binding in the panels code.  It removes the update() call done in the
10442           panel destructor.
10443         + Changes in the Ada95 binding to better support systems where
10444           sizeof(chtype)!=sizeof(int) (e.g.  DEC Alpha).
10445
10446 981114
10447         + modify install-script for manpages to skip over .orig and .rej files
10448           (request by Larry Virden).
10449         > patches/discussion by Alexander V Lukyanov:
10450         + move base-library sources into ncurses/base and tty (serial terminal)
10451           sources into ncurses/tty, as part of Alexander V Lukyanov's proposed
10452           changes to ncurses library.
10453         + copy _tracemouse() into ncurses.c so that lib_tracemse.c need not
10454           be linked into the normal ncurses library.
10455         + move macro winch to a function, to hide details of struct ldat
10456         > patches by Juergen Pfeifer:
10457         + fix a potential compile problem in cursesw.cc
10458         + some Ada95 cosmetics
10459         + fix a gen.c problem when compiling on 64-Bit machines
10460         + fix Ada95/gen/Makefile.in "-L" linker switch
10461         + modify Ada95 makefiles to use the INSTALL_PREFIX setting.
10462
10463 981107
10464         + ifdef'd out lib_freeall.c when not configured.
10465         + rename _tracebits() to _nc_tracebits().
10466         + move terminfo-library sources into ncurses/tinfo, and trace-support
10467           functions into ncurses/trace as part of Alexander V Lukyanov's
10468           proposed changes to ncurses library.
10469         + modify generated term.h to always specify its own definitions for
10470           HAVE_TERMIOS_H, etc., to guard against inclusion by programs with
10471           broken configure scripts.
10472
10473 981031
10474         + modify terminfo parsing to accept octal and hexadecimal constants,
10475           like Solaris.
10476         + remove an autoconf 2.10 artifact from the configure script's check
10477           for "-g" compiler options.  (Though harmless, this confused someone
10478           at Debian, who recently issued a patch that results in the opposite
10479           effect).
10480         + add configure option --with-ada-compiler to accommodate installations
10481           that do not use gcc as the driver for GNAT (patch by Juergen
10482           Pfeifer).
10483
10484 981017
10485         + ensure ./man exists in configure script, needed when configuring
10486           with --srcdir option.
10487         + modify infocmp "-r" option to remove limit on formatted termcap
10488           output, which makes it more like Solaris' version.
10489         + modify captoinfo to treat no-argument case more like Solaris'
10490           version, which uses the contents of $TERMCAP as the entry to format.
10491         + modify mk-2nd.awk to handle subdirectories, e.g., ncurses/tty
10492           (patch by Alexander V Lukyanov).
10493
10494 981010
10495         + modify --with-terminfo-dirs option so that the default value is the
10496           ${datadir} value, unless $TERMINFO_DIRS is already set.  This gets
10497           rid of a hardcoded list of candidate directories in the configure
10498           script.
10499         + add some error-checking to _nc_read_file_entry() to ensure that
10500           strings are properly terminated (Todd C Miller).
10501         + rename manpage file curs_scr_dmp.3x to curs_scr_dump.3x, to
10502           correspond with contents (reported by Neil Zanella
10503           <nzanella@cs.mun.ca>).
10504         + remove redundant configure check for C++ which did not work when $CXX
10505           was specified with a full pathname (reported by Andreas Jaeger).
10506         + corrected bcopy/memmove check; the macro was not standalone.
10507
10508 981003
10509         + remove unnecessary portion of OS/2 EMX mouse change from
10510           check_pending() (reported by Alexander V Lukyanov).
10511
10512 980926
10513         + implement mouse support for OS/2 EMX (adapted from patch against
10514           4.2(?) by Ilya Zakharevich).
10515         + add configure-check for bcopy/memmove, for 980919 changes to hashmap.
10516         + merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
10517         + merge AIX 3.2.5 terminfo descriptions for IBM terminals, replaces
10518           some older entries - TD
10519         + modify tic to compile into %'char' form in preference to %{number},
10520           since that is a little more efficient.
10521         + minor correction to infocmp to avoid displaying "difference" between
10522           two capabilities that are rendered in equivalent forms.
10523         + add "-g" option to tic/infocmp to force character constants to be
10524           displayed in quoted form.  Otherwise their decimal values are shown.
10525         + modify setupterm so that cancelled strings are treated the same as
10526           absent strings, cancelled and absent booleans false (does not affect
10527           tic, infocmp).
10528         + modify tic, infocmp to discard redundant i3, r3 strings when output
10529           to termcap format.
10530         > patch by Alexander V Lukyanov:
10531         + improve performance of tparm, now it takes 19% instead of 25% when
10532           profiling worm.
10533         + rename maxlen/minlen to prec/width for better readability.
10534         + use format string for printing strings.
10535         + use len argument correctly in save_text, and pass it to save_number.
10536
10537 980919
10538         + make test_progs compile (but hashmap does not function).
10539         + correct NC_BUFFERED macro, used in lib_mvcur test-driver, modify
10540           associated logic to avoid freeing the SP->_setbuf data.
10541         + add modules home_terminfo and getenv_num to libtinfo.
10542         + move write_entry to libtinfo, to work with termcap caching.
10543         + minor fixes to blue.c to build with atac.
10544         + remove softscroll.c module; no longer needed for testing.
10545         > patches by Todd C Miller:
10546         + use strtol(3) instead of atoi(3) when parsing env variables so we can
10547           detect a bogus (non-numeric) value.
10548         + check for terminal names > MAX_NAME_SIZE in a few more places when
10549           dealing with env variables again.
10550         + fix a MAX_NAME_SIZE that should be MAX_NAME_SIZE+1
10551         + use sizeof instead of strlen(3) on PRIVATE_INFO since it is a fixed
10552           string #define (compile time vs runtime).
10553         + when setting errno to ENOMEM, set it right before the return, not
10554           before code that could, possibly, set errno to a different value.
10555         > patches by Alexander V Lukyanov:
10556         + use default background in update_cost_from_blank()
10557         + disable scroll-hints when hashmap is configured.
10558         + improve integration of hashmap scrolling code, by adding oldhash and
10559           newhash data to SP struct.
10560         + invoke del_curterm from delscreen.
10561         + modify del_curterm to set cur_term to null if it matches the
10562           function's parameter which is deleted.
10563         + modify lib_doupdate to prefer parm_ich to the enter_insert_mode and
10564           exit_insert_mode combination, adjusting InsCharCost to check
10565           enter_insert_mode, exit_insert_mode and insert_padding.  Add
10566           insert_padding in insert mode after each char.  This adds new costs
10567           to the SP struct.
10568
10569 980912
10570         + modify test-driver in lib_mvcur.s to use _nc_setbuffer, for
10571           consistent treatment.
10572         + modify ncurses to restore output to unbuffered on endwin, and resume
10573           buffering in refresh (see lib_set_term.c and NC_BUFFERED macro).
10574         + corrected HTML version numbers (according to the W3C validator, they
10575           never were HTML 2.0-compliant, but are acceptable 3.0).
10576
10577 980905
10578         + modify MKterminfo.sh to generate terminfo.5 with tables sorted by
10579           capability name, as in SVr4.
10580         + modified term.h, termcap.h headers to avoid redundant declarations.
10581         + change 'u_int' type in tset.c to unsigned, making this compile on
10582           Sequent PRX 4.1 (reported by Michael Sterrett <msterret@coat.com>).
10583
10584 980829
10585         + corrections to mailing addresses, and moving the magic line that
10586           causes the man program to invoke tbl to the first line of each
10587           manpage (patch by Rick Ohnemus <rick@ecompcon.com>).
10588         + add Makefile.os2 and supporting scripts to generate dll's on OS/2 EMX
10589           (from J.J.G.Ripoll, with further integration by TD).
10590         + correct a typo in icl6404 terminfo entry.
10591         + add xtermm and xtermc terminfo entries.
10592         > from esr's terminfo version:
10593         + Added Francesco Potorti's tuned Wyse 99 entries.
10594         + dtterm enacs (from Alexander V Lukyanov).
10595         + Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
10596
10597 980822
10598         + document AT&T acs characters in terminfo.5 manpage.
10599         + use EMX _scrsize() function if terminfo and environment do not
10600           declare the screen size (reported by Ilya Zakharevich
10601           <ilya@math.ohio-state.edu>).
10602         + remove spurious '\' characters from eterm and osborne terminfo
10603           entries (prompted by an old Debian bug report).
10604         + correct reversed malloc/realloc calls in _nc_doalloc (reported by
10605           Hans-Joachim Widmaier <hjwidmai@foxboro.com>).
10606         + correct misplaced parenthesis which caused file-descriptor from
10607           opening termcap to be lost, from 980725 changes (reported by Andreas
10608           Jaeger).
10609
10610 980815
10611         + modify lib_setup.c to eliminate unneeded include of <sys/ioctl.h>
10612           when termios is not used (patch by Todd C Miller).
10613         + add function _nc_doalloc, to ensure that failed realloc calls do not
10614           leak memory (reported by Todd C Miller).
10615         + improved ncsa-telnet terminfo entry.
10616
10617 980809
10618         + correct missing braces around a trace statement in read_entry.c,
10619           from 980808 (reported by Kim DeVaughn <kimdv@best.com> and Liviu
10620           Daia).
10621
10622 980808
10623         + fix missing include <errno.h> in ditto.c (reported by Bernhard
10624           Rosenkraenzer <bero@k5.sucks.eu.org>)
10625         + add NCSA telnet terminfo entries from Francesco Potorti
10626           <F.Potorti@cnuce.cnr.it>, from Debian bug reports.
10627         + make handling of $LINES and $COLUMNS variables more compatible with
10628           Solaris by allowing them to individually override the window size
10629           as obtained via ioctl.
10630
10631 980801
10632         + modify lib_vidattr.c to allow for terminal types (e.g., xterm-color)
10633           which may reset all attributes in the 'op' capability, so that colors
10634           are set before turning on bold and other attributes, but still after
10635           turning attributes off.
10636         + add 'ditto.c' to test directory to illustrate use of newterm for
10637           initializing multiple screens.
10638         + modify _nc_write_entry() to recover from failed attempt to link alias
10639           for a terminfo on a filesystem which does not preserve character case
10640           (reported by Peter L Jordan <PJordan@chla.usc.edu>).
10641
10642 980725
10643         + updated versions of config.guess and config.sub based on automake 1.3
10644         + change name-comparisons in lib_termcap to compare no more than 2
10645           characters (gleaned from Debian distribution of 1.9.9g-8.8, verified
10646           with Solaris curses).
10647         + fix typo in curs_insstr.3x (patch by Todd C Miller)
10648         + use 'access()' to check if ncurses library should be permitted to
10649           open or modify files with fopen/open/link/unlink/remove calls, in
10650           case the calling application is running in setuid mode (request by
10651           Cristian Gafton <gafton@redhat.com>, responding to Duncan Simpson
10652           <dps@io.stargate.co.uk>).
10653         + arm100 terminfo entries from Dave Millen <dmill@globalnet.co.uk>).
10654         + qnxt2 and minitel terminfo entries from esr's version.
10655
10656 980718
10657         + use -R option with ldconfig on FreeBSD because otherwise it resets
10658           the search path to /usr/lib (reported by Dan Nelson).
10659         + add -soname option when building shared libraries on OpenBSD 2.x
10660           (request by QingLong).
10661         + add configure options --with-manpage-format and
10662           --with-manpage-renames (request by QingLong).
10663         + correct conversion of CANCELLED_NUMERIC in write_object(), which was
10664           omitting the high-order byte, producing a 254 in the compiled
10665           terminfo.
10666         + modify return-values of tgetflag, tgetnum, tgetstr, tigetflag,
10667           tigetnum and tigetstr to be compatible with Solaris (gleaned from
10668           Debian distribution of 1.9.9g-8.8).
10669         + modify _nc_syserr_abort to abort only when compiled for debugging,
10670           otherwise simply exit with an error.
10671
10672 980711
10673         + modify Ada95 'gen' program to use appropriate library suffix (e.g.,
10674           "_g" for a debug build).
10675         + update Ada95 'make clean' rule to include generics .ali files
10676         + add a configure test to ensure that if GNAT is found, that it can
10677           compile/link working Ada95 program.
10678         + flush output in beep and flash functions, fixing a problem with
10679           getstr (patch by Alexander V Lukyanov)
10680         + fix egcs 1.0.2 warning for etip.h (patch by Chris Johns).
10681         + correct ifdef/brace nesting in lib_sprintf.c (patch by Bernhard
10682           Rosenkraenzer <bero@Pool.Informatik.RWTH-Aachen.DE>).
10683         + correct typo in wattr_get macro from 980509 fixes (patch by Dan
10684           Nelson).
10685
10686 980704
10687         + merge changes from current XFree86 xterm terminfo descriptions.
10688         + add configure option '--without-ada'.
10689         + add a smart-default for termcap 'ac' to terminfo 'acs_chars' which
10690           corresponds to vt100.
10691         + change translation for termcap 'rs' to terminfo 'rs2', which is
10692           the documented equivalent, rather than 'rs1'.
10693
10694 980627
10695         + slow 'worm' down a little, for very fast machines.
10696         + corrected firstchar/lastchar computation in lib_hline.c
10697         + simplify some expressions with CHANGED_CELL, CHANGED_RANGE and
10698           CHANGED_TO_EOL macros.
10699         + modify init_pair so that if a color-pair is reinitialized, we will
10700           repaint the areas of the screen whose color changes, like SVr4 curses
10701           (reported by Christian Maurer <maurer@inf.fu-berlin.de>).
10702         + modify getsyx/setsyx macros to comply with SVr4 man-page which
10703           says that leaveok() affects their behavior (report by Darryl Miles,
10704           patch by Alexander V Lukyanov).
10705
10706 980620
10707         + review terminfo.5 against Solaris 2.6 curses version, corrected
10708           several minor errors/omissions.
10709         + implement tparm %l format.
10710         + implement tparm printf-style width and precision for %s, %d, %x, %o
10711           as per XSI.
10712         + implement tparm dynamic variables (reported by Xiaodan Tang).
10713
10714 980613
10715         + update man-page for for wattr_set, wattr_get (cf:  980509)
10716         + correct limits in hashtest, which would cause nonprinting characters
10717           to be written to large screens.
10718         + correct configure script, when --without-cxx was specified:  the
10719           wrong variable was used for cf_cv_type_of_bool.  Compilers up to gcc
10720           2.8 tolerated the missing 'int'.
10721         + remove the hardcoded name "gcc" for the GNU Ada compiler.  The
10722           compiler's name might be something like "egcs" (patch by Juergen
10723           Pfeifer).
10724         + correct curs_addch.3x, which implied that echochar could directly
10725           display control characters (patch by Alexander V Lukyanov).
10726         + fix typos in ncurses-intro.html (patch by Sidik Isani
10727           <isani@cfht.hawaii.edu>)
10728
10729 980606
10730         + add configure test for conflicting use of exception in math.h and
10731           other headers.
10732         + minor optimization to 'hash()' function in hashmap.c, reduces its
10733           time by 10%.
10734         + correct form of LD_SHARED_OPTS for HP-UX 10.x (patch by Tim Mooney).
10735         + fix missing quotes for 'print' in MKunctrl.awk script (reported by
10736           Mihai Budiu <mihaib@gs41.sp.cs.cmu.edu>).
10737         > patch by Alexander V Lukyanov:
10738         + correct problem on Solaris (with poll() function) where getch could
10739           hang indefinitely even if timeout(x) was called.  This turned out to
10740           be because milliseconds was not updated before 'goto retry' in
10741           _nc_timed_wait.
10742         + simplified the function _nc_timed_wait and fixed another bug, which
10743           was the assumption of !GOOD_SELECT && HAVE_GETTIMEOFDAY in *timeleft
10744           assignment.
10745         + removed the cycle on EINTR, as it seems to be useless.
10746
10747 980530
10748         + add makefile-rule for test/keynames
10749         + modify run_tic.sh and shlib to ensure that user's .profile does not
10750           override the $PATH used to run tic (patch by Tim Mooney).
10751         + restore LD_SHARED_OPTS to $(LD_SHARED_FLAGS) when linking programs,
10752           needed for HP-UX shared-library path (recommended by Tim Mooney).
10753         + remove special case of HP-UX -L options, use +b options to embed
10754           $(libdir) in the shared libraries (recommended by Tim Mooney).
10755         + add checks for some possible buffer overflows and unchecked
10756           malloc/realloc/calloc/strdup return values (patch by Todd C Miller
10757           <Todd.Miller@courtesan.com>)
10758
10759 980523
10760         + correct maxx/maxy expression for num_columns/num_lines in derwin
10761           (patch by Alexander V Lukyanov).
10762         + add /usr/share/lib/terminfo and /usr/lib/terminfo as compatibilty
10763           fallbacks to _nc_read_entry(), along with --with-terminfo-dirs
10764           configure option (suggested by Mike Hopkirk).
10765         + modify config.guess to recognize Unixware 2.1 and 7 (patch by Mike
10766           Hopkirk <hops@sco.com>).
10767         + suppress definition of CC_SHARED_OPTS in LDFLAGS_SHARED in c++
10768           Makefile.in, since this conflicts when g++ is used with HP-UX
10769           compiler (reported by Tim Mooney).
10770         + parenthesize 'strcpy' calls in c++ binding to workaround redefinition
10771           in some C++ implementations (reported by several people running
10772           egcs with glibc 2.0.93, analysis by Andreas Jaeger.
10773
10774 980516
10775         + modify write_entry.c so that it will not attempt to link aliases
10776           with embedded '/', but give only a warning.
10777         + put -L$(libdir) first when linking programs, except for HP-UX.
10778         + modify comp_scan.c to handle SVr4 terminfo description for att477,
10779           which contains a colon in the description field.
10780         + modify configure script to support SCO osr5.0.5 shared libraries,
10781           from comp.unix.sco.programmer newsgroup item (Mike Hopkirk).
10782         + eliminate extra GoTo call in lib_doupdate.c (patch by Alexander V.
10783           Lukyanov).
10784         + minor adjustments of const/NCURSES_CONST from IRIX compile.
10785         + add updates based on esr's 980509 version of terminfo.src.
10786
10787 980509
10788         + correct macros for wattr_set, wattr_get, separate wattrset macro from
10789           these to preserve behavior that allows attributes to be combined with
10790           color pair numbers.
10791         + add configure option --enable-no-padding, to allow environment
10792           variable $NCURSES_NO_PADDING to eliminate non-mandatory padding,
10793           thereby making terminal emulators (e.g., for vt100) a little more
10794           efficient (request by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
10795         + modify configure script to embed ABI in shared libraries for HP-UX
10796           10.x (detailed request by Tim Mooney).
10797         + add test/example of the 'filter()' function.
10798         + add nxterm and xterm-color terminfo description (request by Cristian
10799           Gafton <gafton@redhat.com>).
10800         + modify rxvt terminfo description to clear alternate screen before
10801           switching back to normal screen, for compatibility with applications
10802           which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
10803         + modify linux terminfo description to reset color palette (reported
10804           by Telford Tendys <telford@eng.uts.edu.au>).
10805         + correction to doupdate, for case where terminal does not support
10806           insert/delete character.  The logic did not check that there was a
10807           difference in alignment of changes to old/new screens before
10808           repainting the whole non-blank portion of the line.  Modified to fall
10809           through into logic that reduces by the portion which does not differ
10810           (reported by Daniel Eisenbud <eisenbud@cs.swarthmore.edu>).
10811         + minor performance improvement to wnoutrefresh by moving some
10812           comparisons out of inner loop.
10813
10814 980425
10815         + modify configure script to substitute NCURSES_CONST in curses.h
10816         + updated terminfo entries for xterm-xf86-v40, xterm-16color,
10817           xterm-8bit to correspond to XFree86 3.9Ag.
10818         + remove restriction that forces ncurses to use setaf/setab if the
10819           number of colors is greater than 8.  (see 970524 for xterm-16color).
10820         + change order of -L options (so that $(libdir) is searched first) when
10821           linking tic and other programs, to workaround HP's linker.
10822           Otherwise, the -L../lib is embedded when linking against shared
10823           libraries and the installed program does not run (reported by Ralf
10824           Hildebrandt).
10825         + modify configuration of shared libraries on Digital Unix so that
10826           versioning is embedded in the library, rather than implied by
10827           links (patch by Tim Mooney).
10828
10829 980418
10830         + modify etip.h to avoid conflict with math.h on HP-UX 9.03 with gcc
10831           2.8.1 which redefines 'exception' (reported by Ralf Hildebrandt
10832           <R.Hildebrandt@tu-bs.de>).
10833         + correct configure tests in CF_SHARED_OPTS which used $CC value to
10834           check for gcc, rather than autoconf's $GCC value.  This did not
10835           work properly if the full pathname of the compiler were given
10836           (reported by Michael Yount <yount@csf.Colorado.edu>).
10837         + revise check for compiler options to force ANSI mode since repeating
10838           an option such as -Aa causes HP's compiler to fail on its own headers
10839           (reported by Clint Olsen <olsenc@ichips.intel.com>).
10840
10841 980411
10842         + ifdef'd has_key() and mcprint() as extended functions.
10843         + modified several prototypes to correspond with 1997 version of
10844           X/Open Curses (affects ABI since developers have used attr_get).
10845         + remove spurious trailing blanks in glibc addon-scripts (patch by
10846           H.J.Lu).
10847         + insert a few braces at locations where gcc-2.8.x asks to use them to
10848           avoid ambigous else's, use -fpic rather than -fPIC for Linux (patch
10849           by Juergen Pfeifer).
10850
10851 980404
10852         + split SHLIB_LIST into SHLIB_DIRS/SHLIB_LIST to keep -L options
10853           before -l to accommodate Solaris' linker (reported by Larry Virden).
10854
10855 980328
10856         + modify lib_color.c to eliminate dependency on orig_colors and
10857           orig_pair, since SVr4 curses does not require these either, but
10858           uses them when they are available.
10859         + add detailed usage-message to infocmp.
10860         + correct a typo in att6386 entry (a "%?" which was "?").
10861         + add -f option to infocmp and tic, which formats the terminfo
10862           if/then/else/endif so that they are readable (with newlines and
10863           tabs).
10864         + fixes for glibc addon scripts (patch by H.J.Lu).
10865
10866 980321
10867         + revise configure macro CF_SPEED_TYPE so that termcap.h has speed_t
10868           declared (from Adam J Richter <adam@yggdrasil.com>)
10869         + remove spurious curs_set() call from leaveok() (J T Conklin).
10870         + corrected handling leaveok() in doupdate() (patch by Alexander V.
10871           Lukyanov).
10872         + improved version of wredrawln (patch by Alexander V. Lukyanov).
10873         + correct c++/Makefile.in so install target do not have embedded ../lib
10874           to confuse it (patch by Thomas Graf <graf@essi.fr>).
10875         + add warning to preinstall rule which checks if the installer would
10876           overwrite a curses.h or termcap.h that is not derived from ncurses.
10877           (The recommended configuration for developers who need both is to
10878           use --disable-overwrite).
10879         + modify preinstall rule in top-level Makefile to avoid implicit
10880           use of 'sh', to accommodate Ultrix 4.4 (reported by Joao Palhoto
10881           Matos <jmatos@math.ist.utl.pt>, patch by Thomas Esser
10882           <te@informatik.uni-hannover.de>)
10883         + refine ifdef's for TRACE so that libncurses has fewer dependencies
10884           on libtinfo when TRACE is disabled.
10885         + modify configure script so that if the --with-termlib option is used
10886           to generate a separate terminfo library, we chain it to the ncurses
10887           library with a "-l" option (reported by Darryl Miles and Ian T.
10888           Zimmerman).
10889
10890 980314
10891         + correct limits and window in wredrawln function (reported/analysis by
10892           Alexander V. Lukyanov).
10893         + correct sed expression in configure script for --with-fallback
10894           option (patch by Jesse Thilo).
10895         + correct some places in configure script where $enableval was used
10896           rather than $withval (patch by Darryl Miles <dlm@g7led.demon.co.uk>).
10897         + modify some man-pages so no '.' or '..' falls between TH and SH
10898           macros, to accommodate man_db program (reported by Ian T. Zimmerman
10899           <itz@rahul.net>).
10900         + terminfo.src 10.2.1 downloaded from ESR's webpage (ESR).
10901         > several changes by Juergen Pfeifer:
10902         + add copyright notices (and rcs id's) on remaining man-pages.
10903         + corrected prototypes for slk_* functions, using chtype rather than
10904           attr_t.
10905         + implemented the wcolor_set() and slk_color() functions
10906         + the slk_attr_{set,off,on} functions need an additional void*
10907           parameter according to XSI.
10908         + fix the C++ and Ada95 binding as well as the man pages to
10909           reflect above enhancements.
10910
10911 980307
10912         + use 'stat()' rather than 'access()' in toe.c to check for the
10913           existence of $HOME/.terminfo, since it may be a file.
10914         + suppress configure CF_CXX_LIBRARY check if we are not using g++
10915           2.7.x, since this is not needed with g++ 2.8 or egcs (patch by
10916           Juergen Pfeifer).
10917         + turn on hashmap scrolling code by default, intend to remedy defects
10918           by 4.3 release.
10919         + minor corrections to terminfo.src changelog.
10920
10921 980302  4.2 release for upload to prep.ai.mit.edu
10922         + correct Florian's email address in ncurses-intro.html
10923         + terminfo.src 10.2.0 (ESR).
10924
10925 980228  pre-release
10926         + add linux-koi8r replace linux-koi8, which is not KOI8 (patch by
10927           QingLong <qinglong@Bolizm.ihep.su>).
10928         + minor documentation fixes (patch by Juergen Pfeifer).
10929         + add setlocale() call to ncurses.c (reported by Claes G. Lindblad
10930           <claesg@algonet.se>).
10931         + correct sign-extension in lib_insstr.c (reported by Sotiris
10932           Vassilopoulos <svas@leon.nrcps.ariadne-t.gr>)
10933
10934 980221  pre-release
10935         + regenerated some documentation overlooked in 980214 patch
10936           (ncurses-intro.doc, curs_outopts.3x.html)
10937         + minor ifdef change to C++ binding to work with gcc 2.8.0 (patch by
10938           Juergen Pfeifer).
10939         + change maintainer's mailing address to florian@gnu.org, change
10940           tentative mailing list address to bug-ncurses-request@gnu.org (patch
10941           by Florian La Roche).
10942         + add definition of $(REL_VERSION) to c++/Makefile.in (reported by Gran
10943           Hasse <gh@raditex.se>).
10944         + restore version numbers to Ada95 binding, accidentally deleted by
10945           copyright patch (patch by Juergen Pfeifer).
10946
10947 980214  pre-release
10948         + remove ncurses.lsm from MANIFEST so that it won't be used in FSF
10949           distributions, though it is retained in development.
10950         + correct scaling of milliseconds to nanoseconds in lib_napms.c (patch
10951           by Jeremy Buhler).
10952         + update mailing-list information (bug-ncurses@gnu.org).
10953         + update announcement for upcoming 4.2 release.
10954         + modify -lm test to check for 'sin()' rather than 'floor()'
10955         + remove spurious commas from terminfo.src descriptions.
10956         + change copyright notices to Free Software Foundation
10957
10958 980207
10959         + minor fixes for autoconf macros CF_ERRNO, CF_HELP_MESSAGE and
10960           CF_SIZECHANGE
10961         + modify Makefile.glibc so that $(objpfx) is defined (H.J.Lu).
10962         + ifdef-out true-return from _nc_mouse_inline() which depends on
10963           merge of QNX patch (pending 4.2 release).
10964         > patch to split off seldom-used modules in ncurses (J T Conklin):
10965           This reduces size by up to 2.6kb.
10966         + move functionality of _nc_usleep into napms, add configuration case
10967           for nanosleep().
10968         + moved wchgat() from lib_addch.c to lib_chgat.c
10969         + moved clearok(), immedok(), leaveok(), and scrollok() from
10970           lib_options.c to lib_clearok.c, lib_immedok.c, lib_leaveok.c and
10971           lib_scrollok.c.
10972         + moved napms() from lib_kernel.c to lib_napms.c
10973         + moved echo() and noecho() from lib_raw.c to lib_echo.c
10974         + moved nl() and nonl() from lib_raw.c to lib_nl.c
10975
10976 980131
10977         + corrected conversion in tclock.c (cf: 971018).
10978         + updates to Makefile.glibc and associated Linux configure script
10979           (patch by H.J.Lu).
10980         + workaround a quoting problem on SunOS with tar-copy.sh
10981         + correct init_pair() calls in worm.c to work when use_default_colors()
10982           is not available.
10983         + include <sys/types.h> in CF_SYS_TIME_SELECT to work with FreeBSD
10984           2.1.5
10985         + add ncv capability to FreeBSD console (cons25w), making reverse
10986           work with color.
10987         + correct sense of configure-test for sys/time.h inclusion with
10988           sys/select.h
10989         + fixes for Ada95/ada_include/Makefile.in to work with --srcdir option.
10990         + remove unused/obsolete test-program rules from progs/Makefile.in
10991           (the rules in ncurses/Makefile.in work).
10992         + remove shared-library loader flags from test/Makefile.in, etc.
10993         + simplify test/configure.in using new version of autoconf to create
10994           test/ncurses_cfg.h
10995         + suppress suffix rules in test/Makefile.in, provide explicit
10996           dependency to work with --srcdir option and less capable 'make'
10997           programs.
10998         > adapted from patch for QNX by Xiaodan Tang:
10999         + initialize %P and %g variables set/used in tparm, and also ensure
11000           that empty strings don't return a null result from tparam_internal
11001         + add QNX-specific prototype for vsscanf()
11002         + move initialization of SP->_keytry from init_keytry() to newterm() to
11003           avoid resetting it via a keyok() call by mouse_activate().
11004         + reorganized some functions in lib_mouse() to use case-statements.
11005         + remove sgr string from qnx terminfo entry since it is reported to
11006           turn off attributes inconsistently.
11007
11008 980124
11009         + add f/F/b/B commands to ncurses 'b' test to toggle colors, providing
11010           test for no_color_video.
11011         + adjusted emx.src to use no_color_video, now works with ncurses 'b'
11012           and 'k' tests.
11013         + implement no_color_video attribute, and as a special case, reverse
11014           colors when the reverse attribute cannot be combined with color.
11015         + check for empty string in $TERM variable (reported by Brett Michaels
11016           <brett@xylan.com>).
11017         > from reports by Fred Fish:
11018         + add configure-test for isascii
11019         + add configure-test for -lm library.
11020         + modify CF_BOOL_SIZE to check if C++ bool types are unsigned.
11021         > patches by J.J.G.Ripoll
11022         + add configure/makefile variables to support .exe extension on
11023           OS/2 EMX (requires additional autoconf patches).
11024         + explicitly initialize variables in lib_data.c to appease OS/2 linker
11025         > patches by Fred Fish <fnf@ninemoons.com>
11026         + misc/Makefile.in (install.data):  Avoid trying to install the CVS
11027           directory.
11028         + aclocal.m4 (install.includes):  Remove files in the include directory
11029           where we are going to install new ones, not the original source
11030           files.
11031         + misc/terminfo.src:  Add entry for "beterm", derived from termcap
11032           distributed with BeOS PR2 using captoinfo.
11033         + aclocal.m4: Wrap $cf_cv_type_of_bool with quotes (contains space)
11034         + aclocal.m4: Assume bool types are unsigned.
11035         + progs/infocmp.c: workaround mwcc 32k function data limit
11036
11037 980117
11038         + correct initialization of color-pair (cf: 970524) in xmas.c, which
11039           was using only one color-pair for all colors (reported by
11040           J.J.G.Ripoll).
11041         + add multithread options for objects build on EMX, for compatibility
11042           with XFree86.
11043         + split up an expression in MKlib_gen.sh to work around a problem on
11044           OS/2 EMX, with 'ash' (patch by J.J.G.Ripoll).
11045         + change terminfo entries xterm (xterm-xf86-v40), xterm-8bit rs1 to use
11046           hard reset.
11047         + rename terminfo entry xterm-xf86-v39t to xterm-xf86-v40
11048         + remove bold/underline from sun console entries since they're not
11049           implemented.
11050         + correct _tracef calls in _tracedump(), which did not separate format
11051           from parameters.
11052         + correct getopt string for tic "-o" option, and add it to man-page
11053           synopsis (reported by Darren Hiebert <darren@hmi.com>).
11054         + correct typo in panel/Makefile.in, reversed if-statement in scrolling
11055           optimization (Alexander V.  Lukyanov).
11056         + test for 'remove()', use 'unlink() if not found (patch by Philippe De
11057           Muyter <phdm@macqel.be>).
11058         > patches by Juergen Pfeifer:
11059         + Improve a feature of the forms driver.  For invisible fields
11060           (O_VISIBLE off) only the contents but not the attributes are cleared.
11061           We now clear both.  (Reported by Javier Kohan
11062           <jkohan@adan.fceia.unr.edu.ar>)
11063         + The man page form_field_opts.3x makes now clear, that invisible
11064           fields are also always inactive.
11065         + adjust ifdef's to compile the C++ binding with the just released
11066           gcc-2.8.0 c++ and the corresponding new C++ libraries.
11067
11068 980110
11069         + correct "?" command in ncurses.c; it was performing non-screen writes
11070           while the program was in screen mode.  (It "worked" in 1.9.9e because
11071           that version sets OPOST and OCRNL incorrectly).
11072         + return error from functions in lib_kernel, lib_raw and lib_ti if
11073           cur_term is null, or if underlying I/O fails.
11074         + amend change to tputs() so that it does not return an error if
11075           cur_term is null, since some applications depend on being able to use
11076           tputs without initializing the terminal (reported by Christian J.
11077           Robinson <infynity@cyberhighway.net>).
11078
11079 980103
11080         + add a copy of emx.src from J.J.G.Ripoll's OS/2 EMX version of ncurses
11081           1.9.9e, together with fixes/additions for the "ansi" terminal type.
11082         + add tic check for save/restore cursor if change_scroll_region is
11083           defined (reference: O'Reilly book).
11084         + modify read_termcap.c to handle EMX-style pathnames (reported by
11085           J.J.G.Ripoll).
11086         + modify lib_raw.c to use EMX's setmode (patch from J.J.G.Ripoll).
11087           Ripoll says EMX's curses does this.
11088         + modify _nc_tic_expand() to generate \0 rather than \200.
11089         + move/revise 'expand()' from dump_entry.c to ncurses library as
11090           _nc_tic_expand(), for use by tack.
11091         + decode \a as \007 for terminfo, as per XSI.
11092         + correct translation of terminfo "^@", to \200, like \0.
11093         + modify next_char() to treat <cr><lf> the same as <newline>, for
11094           cross-platform compatibility.
11095         + use new version of autoconf (971230) to work around limited
11096           environment on CLIX, due to the way autoconf builds --help message.
11097         > patch by Juergen Pfeifer:
11098         + check that the Ada95 binding runs against the correct version of
11099           ncurses.
11100         + insert constants about the library version into the main spec-file of
11101           the Ada95 binding.
11102
11103 971227
11104         + modify open/fopen calls to use binary mode, needed for EMX.
11105         + modify configure script to work with autoconf 2.10 mods for OS/2
11106           EMX (from J.J.G.Ripoll).
11107         + generated ncurses_cfg.h with patch (971222) to autoconf 2.12 which
11108           bypasses limited sed buffer length.
11109         > several changes from Juan Jose Garcia Ripoll <worm@arrakis.es>
11110           (J.J.G.Ripoll) to support OS/2 EMX:
11111         + add a _scrolling flag to SP, to set when we encounter a terminal
11112           that simply cannot scroll.
11113         + corrected logic in _nc_add_to_try(), by ensuring that strings with
11114           embedded \200 characters are matched.
11115         + don't assume the host has 'link()' function, for linking terminfo
11116           entries.
11117
11118 971220
11119         + if there's no ioctl's to support sigwinch handler, disable it.
11120         + add configure option --disable-ext-funcs to remove the extended
11121           functions from the build.
11122         + add configure option --with-termlib to generate the terminfo
11123           functions as a separate library.
11124         + add 'sources' rule to facilitate cross-compiling.
11125         + review/fix order of mostlyclean/clean/distclean rules.
11126         + modify install-rule for headers to first remove old header, in
11127           case there was a symbolic link that confuses the install script.
11128         + corrected substitution for NCURSES_CONST in term.h (cf: 971108)
11129         + add null pointer checks in wnoutrefresh(), overlap() (patch by
11130           Xiaodan Tang <xtang@qnx.com>)
11131         + correct tputs(), which could dereference a null cur_term if invoked
11132           before terminal is initialized (patch by Christopher Seawood
11133           <cls@seawood.org>)
11134         > patch by Juergen Pfeifer:
11135         + makes better use of "pragma Inline" in the Ada95 binding
11136         + resynchronizes the generated html manpages
11137
11138 971213
11139         + additional fixes for man-pages section-references
11140         + add (for debugging) a check for ich/ich1 conflict with smir/rmir
11141           to tic, etc.
11142         + remove hpa/vpa from rxvt terminal description because they are not
11143           implemented correctly, added sgr0.
11144         + change ncurses 's' to use raw mode, so ^Q works (reported by Rudolf
11145           Leitgeb <leitgeb@leland.stanford.edu>)
11146
11147 971206
11148         + modify protection when installing libraries to (normally) not
11149           executable.  HP-UX shared libraries are an exception.
11150         + add configure check for 'tack'.
11151         + implement script for renaming section-references in man-page install,
11152           for Debian configuration.
11153         + add validity-check for SP in trace code in baudrate() (reported by
11154           Daniel Weaver).
11155         > patch by Alexander V. Lukyanov (fixes to match sol25 curses)
11156         + modify 'overlay()' so that copy applies target window background to
11157           characters.
11158         + correct 'mvwin()' so that it does not clear the previous locations.
11159         + correct lib_acs.c so that 8-bit character is not sign expanded in
11160           case of wide characters in chtype.
11161         + correct control-char test in lib_addch.c for use with wide chars
11162         + use attribute in the chtype when adding a control character in
11163           lib_addch.c control char was added with current attribute
11164
11165 971129
11166         + save/restore errno in _tracef() function
11167         + change treatment of initialize_color to use a range of 0..1000
11168           (recommended by Daniel Weaver).
11169         + set umask in mkinstalldirs, fixing problems reported by users who
11170           have set root's umask to 077.
11171         + correct bug in tic that caused capabilities to be reprinted at the
11172           end of output when they had embedded comments.
11173         + rewrote wredrawln to correspond to XSI, and split-out since it is
11174           not often used (from report by Alexander V. Lukyanov, 970825)
11175         + rewrote Dan Nelson's change to make it portable, as well as to
11176           correct logic for handling backslashes.
11177         + add code to _nc_tgetent() to make it work more like a real tgetent().
11178           It removes all empty fields, and removes all but the first in a group
11179           of duplicate caps.  The code was pulled from the BSD libtermcap code
11180           in termcap.c (patch by Dan Nelson <dnelson@emsphone.com>
11181         + don't include --enable-widec in the --with-develop configure option,
11182           since it is not binary-compatible with 4.1 (noted by Alexander V.
11183           Lukyanov)
11184         > patch by Juergen Pfeifer:
11185         + further improvements of the usage of elaboration pragmas in the Ada95
11186           binding
11187         + enhanced Ada95 sample to use the user_data mechanism for panels.
11188         + a fix for the configuration script to make gnat-3.10 the required
11189           version.
11190         + resync of the html version of the manpages
11191
11192 971122
11193         > fixes/updates for terminfo.src:
11194         + add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
11195           version.
11196         + add hds200 description (Walter Skorski)
11197         + add EMX 0.9b descriptions
11198         + correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
11199         + rename xhpterm back to hpterm.
11200         > patch by Juergen Pfeifer:
11201         + Improves the usage of elaboration pragmas for the Ada95 binding.
11202         + Adds a translation of the test/rain.c into Ada95 to the samples.
11203           This has been contributed to the project by Laurent Pautet
11204           (pautet@gnat.com)
11205
11206 971115
11207         + increase MAX_NAME_SIZE to 512 to handle extremely long alias list
11208           in HP-UX terminfo.
11209         + correction & simplification of delay computation in tputs, based on
11210           comments from Daniel Weaver.
11211         + replace test for SCO with more precise header tests.
11212         + add configure test for unsigned literals, use in NCURSES_BITS macro.
11213         + comment-out the -PIC, etc., flags from c++, progs and test makefiles
11214           since they probably are not needed, and are less efficient (noted by
11215           Juergen Fluk)
11216         + add -L$(libdir) to loader options, after -L../lib so that loaders
11217           that record this information will tend to do the right thing if
11218           the programs are moved around after installing them (suggested by
11219           Juergen Fluk).
11220         + add -R option to loader options for programs for Solaris if the
11221           --enable-rpath option is specified for the libraries.
11222
11223 971112
11224         + correct installed filename for shared libraries on *BSD (reported by
11225           Juergen Fluk).
11226
11227 971108
11228         + cleanup logic for deciding when tputs() should call delay_output(),
11229           based on comments from Daniel Weaver.
11230         + modified tputs() to avoid use of float.
11231         + correct use of trailpad in tputs(), which used the wrong variable
11232           in call to delay_output().
11233         + correct inverted expression for null-count in delay_output()
11234           (analysis by Daniel Weaver).
11235         + apply --enable-rpath option to Solaris (requested by Larry Virden).
11236         + correct substitution of EXTRA_CFLAGS for gcc 2.6.3
11237         + correct check for error-return by _nc_tgetent(), which returns 0
11238           for success.
11239         + add configure test for BSD 4.4 cgetent() function, modify
11240           read_termcap.c to use the host's version of that if found, using the
11241           terminal database on FreeBSD (reported by Peter Wemm).
11242         + add u8, u9 strings to sun-il description for Daniel Weaver.
11243         + use NCURSES_CONST in panel's user-pointer.
11244         + modify edit_cfg.sh and MKterm.h.awk.in to substitute NCURSES_CONST
11245           so that will work on NeXT.
11246         + use _nc_set_screen() rather than assignments to SP to fix port to
11247           NeXT (reported by Francisco A. Tomei Torres).
11248
11249 971101
11250         + force mandatory padding in bell and flash_screen, as specified in
11251           XSI.
11252         + don't allow padding_baud_rate to override mandatory delays (reported
11253           by Daniel Weaver).
11254         + modify delay_output() to use _nc_timed_wait() if no baudrate has been
11255           defined, or if the cur_term pointer is not initialized.  XSI treats
11256           this as unspecified.  (requested by Daniel Weaver).
11257         + change getcap-cache ifdef's to eliminate unnecessary chdir/mkdir
11258           when that feature is not configured.
11259         + remove _nc_err_abort() calls when write_entry.c finds a directory but
11260           cannot write to it, e.g., when translating part/all of /etc/termcap
11261           (reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>).
11262           (this dates back to 951102 in 1.9.7a).
11263         + minor ifdef fixes to compile with atac and glibc 2.0.5c
11264         + add check for -lgen when configuring regexpr.h
11265         + modify Solaris shared-library option "-d y" to "-dy" to workaround
11266           incompatibility of gcc 2.7.2 vs vendor's tools.
11267
11268 971026
11269         + correct ifdef's for struct winsize vs struct ttysize in lib_setup.c
11270           to compile on SCO.
11271         + remove dangling backslash in panel/Makefile.in
11272         + modify MKkeyname.awk to work with SCO's nawk, which dumps core in the
11273           length() function.
11274         + correct length of allocation in _nc_add_to_try(), to allow for
11275           trailing null.
11276         + correct logic in _nc_remove_key(), which was discarding too many
11277           nodes (patch by Alexander V. Lukyanov)
11278
11279 971025
11280         + add definition for $(REL_VERSION) to test/Makefile.in, so *BSD
11281           shared libraries link properly (see 970524).
11282         + modify Linux shared-library generation to include library
11283           dependencies (e.g., -lncurses and -lgpm) in the forms, menu and
11284           panel libraries (suggested by Juergen Pfeifer).
11285         + modify configure script to use config.guess and config.sub rather
11286           than uname, which is unreliable on some systems.
11287         + updated Makefile.glibc, test-built with glibc 2.0.5c
11288         + modify keyname() to return values consistent with SVr4 curses (patch
11289           by Juergen Fluk).
11290         > changes requested by Daniel Weaver:
11291         + modify delay_output() so that it uses the same output function as
11292           tputs() if called from that function.
11293         + move _baudrate from SCREEN to TERMINAL so that low-level use of
11294           tputs works when SP is not set.
11295         > patch by Juergen Pfeifer:
11296         + factor lib_menu and lib_form into smaller modules
11297         + clean up the interface between panel and SCREEN
11298         + minor changes to the Ada95 mouse support implemenation
11299         + minor bugfix in C++ binding to ripoff windows
11300         + fix a few Ada95 html documentation pages
11301
11302 971018
11303         + split-out lib_ungetch.c, make runtime link to resizeterm() to
11304           decouple those modules from lib_restart.c
11305         + add xterm-xf86-v39t description to terminfo.src
11306         + reset SP->_endwin in lib_tstp.c cleanup() function after calling
11307           endwin() to avoid unnecessary repainting if the application has
11308           established an atexit function, etc.  Encountered this problem in
11309           the c++ demo, whose destructors repaint the screen.
11310         + combine _nc_get_screensize() and resizeterm() calls as new function
11311           _nc_update_screensize().
11312         + minor fixes to allow compile with g++ (suggested by Nelson H. F.
11313           Beebe).
11314         + implement install-rules for Ada95 makefiles.
11315         + use screen_lines or MAXLINES as needed where LINES was coded,
11316           as well as screen_columns for COLS, in the ncurses library.
11317         > patch by Alexander V. Lukyanov:
11318         + modify logic for ripped-off lines to handle several SCREENs.
11319         > patch by Juergen Pfeifer:
11320         + factors lib_slk.c into some smaller modules
11321         + factors panel.c into some smaller modules
11322         + puts the static information about the current panel stack into the
11323           SCREEN structure to allow different panel stacks on different
11324           screens.
11325         + preliminary fix for an error adjusting LINES to account for
11326           ripped-off lines.
11327
11328 971011
11329         + move _nc_max_click_interval and other mouse interface items to SCREEN
11330           struct so that they are associated with a single terminal, and also
11331           save memory when the application does not need a mouse (roughly 3k vs
11332           0.5k on Linux).
11333         + modify mouseinterval() so that a negative parameter queries the
11334           click-interval without modifying it.
11335         + modify ncurses 'i' test to work with ncurses' apparent extension from
11336           SVr4, i.e., allows nocbreak+noecho (analysis by Alexander V.
11337           Lukyanov).
11338         + add configure options --with-ada-includes and --with-ada-objects,
11339           to drive Ada95 binding install (not yet implemented).
11340         + install C++ binding as -lncurses++ and associated headers with the
11341           other ncurses headers.
11342         + fix header uninstall if configure --srcdir is used.
11343         > minor interface changes to support 'tack' program -TD
11344           (request by Daniel Weaver <danw@znyx.com>).
11345         + export functions _nc_trans_string() and _nc_msec_cost().
11346         + add variable _nc_nulls_sent, to record the number of padding
11347           characters output in delay_output().
11348         + move tests for generic_type and hard_copy terminals in setupterm()
11349           to the end of that function so that the library will still be
11350           initialized, though not generally useful for curses programs.
11351         > patches by Alexander V. Lukyanov:
11352         + modify ClrBottom() to avoid using clr_eos if there is only one line
11353           to erase.
11354         + typo in configure --help.
11355         > patch by J T Conklin (with minor resync against Juergen's changes)
11356         + split-out lib_flash.c from lib_beep.c
11357         + split-out lib_hline.c and lib_vline.c from lib_box.c
11358         + split-out lib_wattron.c, lib_wattroff.c from lib_addch.c
11359
11360 971005
11361         > patch by Juergen Pfeifer:
11362         + correct source/target of c++/edit_cfg.sh
11363
11364 971004
11365         + add color, mouse support to kterm terminfo entry.
11366         + modify lib_mouse.c to recognize rxvt, kterm, color_xterm also as
11367           providing "xterm"-style mouse.
11368         + updated rxvt's terminfo description to correspond to 2.21b, with
11369           fixes for the acsc (the box1 capability is incorrect, ech1 does not
11370           work).
11371         + fix logic in parse_entry.c that discarded acsc when 'synthesizing'
11372           an entry from equivalents in XENIX or AIX.  This lets ncurses handle
11373           the distribution copy of rxvt's terminfo.
11374         + modify acsc capability for linux and linux-koi8 terminfo descriptions
11375           (from Pavel Roskin <pavel@absolute.spb.su>).
11376         + corrected definition in curses.h for ACS_LANTERN, which was 'I'
11377           rather than 'i' (see 970802).
11378         + updated terminfo.src with reformatted acsc entries, and repaired the
11379           trashed entries with spurious '\' characters that this exposed.
11380         + add logic to dump_entry.c to reformat acsc entries into canonical
11381           form (sorted, unique mapping).
11382         + add configure script to generate c++/etip.h
11383         + add configure --with-develop option, to enable by default most of the
11384           experimental options (requested by Alexander V. Lukyanov).
11385         + rename 'deinstall' to 'uninstall', following GNU convention
11386           (suggested by Alexander V. Lukyanov).
11387         > patches by Alexander V. Lukyanov:
11388         + modify tactics 2 and 5 in onscreen_mvcur(), to allow them on the last
11389           line of the screen, since carriage return will not cause a newline.
11390         + remove clause from PutCharLR() that would try to use
11391           eat_newline_glitch since that apparently does not work on some
11392           terminals (e.g., M$ telnet).
11393         + correct a limit check in scroll_csr_backward()
11394         > patches by Juergen Pfeifer:
11395         + adds dummy implementations of methods above() and below() to the
11396           NCursesPanel class.
11397         + fixes missing returncode in NCursesWindow::ripoffline()
11398         + fixes missing returncode in TestApplication::run() in demo.cc
11399         + We should at least give a comment in etip.h why it is currently a
11400           problem to install the C++ binding somewhere
11401         + makes the WINDOW* argument of wenclose() a const.
11402         + modifies several of the routines in lib_adabind.c to use a const
11403           WINDOW* argument.
11404
11405 970927
11406         + add 'deinstall' rules.
11407         + use explicit assignments in configure --without-progs option to
11408           work around autoconf bug which doesn't always set $withval.
11409         + check for ldconfig, don't try to run it if not found.
11410         + implement simple/unoptimized case in lib_doupdate.c to handle
11411           display with magic cookie glitch, tested with ncurses.c program.
11412         + correct missing _tracef in getmouse(), to balance the returnCode
11413           macro.
11414         + simplify show_attr() in ncurses.c using termattrs().
11415         > patches by Juergen Pfeifer:
11416         + provides missing inlines for mvw[hv]line in cursesw.h of the C++
11417           binding
11418         + fixes a typo in a comment of frm_driver.c
11419         + Enhances Ada95 Makefiles to fulfill the requirement of GNAT-3.10 that
11420           generics should be compiled.  Proper fixes to the configuration
11421           scripts are also provided.
11422
11423 970920
11424         + several modifications to the configure script (requested by Ward
11425           Horner):
11426           + add configure options --without-progs, to suppress the build of the
11427             utility programs, e.g., for cross-compiling.
11428           + add $(HOSTCCFLAGS) and $(HOSTLDFLAGS) symbols to ncurses
11429             Makefile.in, to simplify setup for cross compiling.
11430           + add logic in configure script to recognize "--target=vxworks", and
11431             generate load/install actions for VxWorks objects.
11432         + move typedef for sigaction_t into SigAction.h to work around problem
11433           generating lint library.
11434         + modify fty_regex.c to reflect renaming of ifdef's for regular
11435           expressions.
11436         + simplify ifdef in lib_setup.c for TIOCGWINSZ since that symbol may
11437           reside in <sys/ioctl.h>.
11438         + merge testcurs.c with version from PDCurses 2.3, clarifying some of
11439           the more obscure tests, which rely upon color.
11440         + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
11441         + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
11442           implementation difference wrt SVr4 curses, allow 's' test to work.
11443         + add missing endwin() to testscanw.c program (reported by Fausto
11444           Saporito <fausap@itb.it>).
11445         + fixes/updates for Makefile.glibc and related files under sysdeps
11446           (patch by H.J.Lu).
11447         > patches by Juergen Pfeifer:
11448         + add checks for null pointers, especially WINDOW's throughout the
11449           ncurses library.
11450         + solve a problem with wrong calculation of panel overlapping (reported
11451           by Ward Horner):
11452           + make sure that a panel's window isn't a pad.
11453           + do more error checking in module lib_touch.c
11454         + missing files for Ada95 binding from the last patch
11455         + synch. of generated html pages (RCS-Id's were wrong in html files)
11456         + support for Key_Resize in Ada binding
11457         + changed documentation style in ./c++/cursesm.h
11458         > patches by Alexander V. Lukyanov:
11459         + undo attempt to do recursive inlining for PutChar(), noting that it
11460           did not improve timing measurably, but inflated the size of
11461           lib_doupdate.o
11462
11463 970913
11464         + modify rain.c to use color.
11465         + correct scroll_csr_backward() to match scroll_csr_forward().
11466         + minor adjustment to llib-lncurses, to work with Solaris 2.5.1
11467         + minor fixes to sysdeps/unix/sysv/linux/configure to reflect renaming
11468           of configure cache variables in 970906.
11469         + correct logic involving changes to O_VISIBLE option in
11470           Synchronize_Options function in frm_driver.c (Tony Hoffmann
11471           <Tony.Hoffmann@hia.nrc.ca>)
11472         + add $(HOSTCC) symbol to ncurses Makefile.in, to simplify setup for
11473           cross compiling (suggested by Chris Johns).
11474         + modify ifdef in lib_setup.c to only include <sys/ioctl.h> if we can
11475           use it to support screen-size calculation (reported by Chris Johns).
11476         + #undef unctrl to avoid symbol conflict in port to RTEMS (reported by
11477           Chris Johns <cjohns@plessey.com.au>)
11478         > patches by Juergen Pfeifer:
11479         + simplified, made minor corrections to Ada95 binding to form
11480           fieldtype.
11481         + The C++ binding has been enhanced:
11482           + Improve NCursesWindow class:  added additional methods to cover
11483             more ncurses functionality.  Make refresh() and noutrefresh()
11484             virtual members to allow different implementation in the
11485             NCursesPanel class.
11486           + CAUTION:  changed order of parameters in vline() and hline() of
11487             NCursesWindow class.
11488           + Make refresh() in NCursesPanel non-static, it is now a
11489             reimplementation of refresh() in the base class.  Added
11490             noutrefresh() to NCursesPanel.
11491           + Added NCursesForm and related classes to support libform
11492             functionality.
11493           + Moved most of configuration related stuff from cursesw.h to etip.h
11494           + Added NCursesApplication class to support easy configuration of
11495             menu and forms related attributes as well as ripped of title lines
11496             and Soft-Label-Keys for an application.
11497           + Support of Auto-Cleanup for a menu's fieldlist.
11498           + Change of return type for current_item() and operator[] for menus.
11499           + Enhanced demo.
11500         + Fixed a bug in form/fld_def.c:  take into account that copyarg and
11501           freearg for a fieldtype may be NULL, makearg must not be NULL
11502         + Fixed a bug in form/fld_type.c:  in set_fieldtype_arg() makearg must
11503           not be NULL, copyarg and freearg may be NULL.
11504         + Fixed a bug in form/frm_def.c:  Allow Disconnect_Fields() if it is
11505           already disconnected.
11506         + Enhance form/frm_driver.c:  Allow growth of dynamic fields also on
11507           navigation requests.
11508         + Fixed a bug in form/fty_enum.c:  wrong position of postincrement in
11509           case-insensitiva comparision routine.
11510         + Enhanced form/lib_adabind.c with function _nc_get_field() to get a
11511           forms field by index.
11512         + Enhanced menu/m_adabind.c with function _nc_get_item() to get a menus
11513           item by index.
11514         + Fixed in curses.h.in:  make chtype argument for pechochar() constant.
11515           Mark wbkgdset() as implemented, remove wbkgdset macro, because it was
11516           broken (didn't handle colors correctly).
11517         + Enhanced lib_mouse.c: added _nc_has_mouse() function
11518         + Added _nc_has_mouse() prototype to curses.priv.h
11519         + Modified lib_bkgd.c:  hopefully correct implementation of wbkgdset();
11520           streamlined implementation of wbkgd()
11521         + Modified lib_mvwin.c:  Disable move of a pad.  Implement (costly)
11522           move of subwindows.  Fixed update behavior of movements of regular
11523           windows.
11524         + Fixed lib_pad.c:  make chtype argument of pechochar() const.
11525         + Fixed lib_window.c:  dupwin() is not(!) in every bit a really clone
11526           of the original.  Subwindows become regular windows by doing a
11527           dupwin().
11528         + Improved manpage form_fieldtype.3x
11529         > patches by Alexander V. Lukyanov:
11530         + simplify the PutChar() handling of exit_am_mode, because we already
11531           know that auto_right_margin is true.
11532         + add a check in PutChar() for ability to insert to the case of
11533           shifting character to LR corner.
11534         + in terminal initialization by _nc_screen_resume(), make sure that
11535           terminal right margin mode is known.
11536         + move logic that invokes touchline(), or does the equivalent, into
11537           _nc_scroll_window().
11538         + modify scrolling logic use of insert/delete line capability, assuming
11539           that they affect the screen contents only within the current
11540           scrolling region.
11541         + modify rain.c to demonstrate SIGWINCH handler.
11542         + remove logic from getch() that would return an ERR if the application
11543           called getch() when the cursor was at the lower-right corner of the
11544           physical screen, and the terminal does not have insert-character
11545           ability.
11546         + change view.c so that it breaks out of getch() loop if a KEY_RESIZE
11547           is read, and modify logic in getch() so this fix will yield the
11548           desired behavior, i.e., the screen is repainted automatically when
11549           the terminal window is resized.
11550
11551 970906
11552         + add configure option --enable-sigwinch
11553         + modify view.c to test KEY_RESIZE logic, with "-r" option.
11554         + modify testcurs.c to eliminate misleading display wrt cursor type
11555           by testing if the terminal supports cnorm, civis, cvvis.
11556         + several fixes for m68k/NeXT 4.0, to bring cur_term, _nc_curr_line and
11557           _nc_curr_col variables into linked programs:  move these variables,
11558           making new modules lib_cur_term and trace_buf (reported by Francisco
11559           Alberto Tomei Torres <fatomei@sandburg.unm.edu>).
11560         > patches by Alexander V. Lukyanov:
11561         + add pseudo-functionkey KEY_RESIZE which is returned by getch() when
11562           the SIGWINCH handler has been called since the last call to
11563           doupdate().
11564         + modify lib_twait.c to hide EINTR only if HIDE_EINTR is defined.
11565         + add SIGWINCH handler to ncurses library which is used if there is no
11566           application SIGWINCH handler in effect when the screen is
11567           initialized.
11568         + make linked list of all SCREEN structures.
11569         + move curses.h include before definition of SCREEN to use types in
11570           that structure.
11571         + correction to ensure that wgetstr uses only a newline to force a
11572           scroll (970831).
11573
11574 970831
11575         + add experimental configure option --enable-safe-sprintf; the normal
11576           mode now allocates a buffer as large as the screen for the
11577           lib_printw.c functions.
11578         + modify wgetch to refresh screen when reading ungetch'd characters,
11579           since the application may require this - SVr4 does this.
11580         + refine treatment of newline in wgetstr to echo only when this would
11581           force the screen to scroll.
11582
11583 970830
11584         + remove override in wgetstr() that forces keypad(), since SVr4 does
11585           not do this.
11586         + correct y-reference for erasure in wgetstr() when a wrap forces a
11587           scroll.
11588         + correct x-position in waddch() after a wrap forces a scroll.
11589         + echo newline in wgetstr(), making testscanw.c scroll properly when
11590           scanw is done.
11591         + modify vwscanw() to avoid potential buffer overflow.
11592         + rewrote lib_printw.c to eliminate fixed-buffer limits.
11593         > patches by Alexander V. Lukyanov:
11594         + correct an error in handling cooked mode in wgetch(); processing
11595           was in the wrong order.
11596         + simplified logic in wgetch() that handles backspace, etc., by using
11597           wechochar().
11598         + correct wechochar() so that it interprets the output character as
11599           in waddch().
11600         + modify pechochar() to use prefresh() rather than doupdate(), since
11601           the latter does not guarantee immediate refresh of the pad.
11602         + modify pechochar() so that if called with a non-pad WINDOW, will
11603           invoke wechochar() instead.
11604         + modify fifo indices to allow fifo to be longer than 127 bytes.
11605
11606 970823
11607         + add xterm-8bit to terminfo.src
11608         + moved logic for SP->_fifohold inside check_pending() to make it
11609           work properly when we add calls to that function.
11610         + ensure that bool functions return only TRUE or FALSE, and TRUE/FALSE
11611           are assigned to bool values (patch by H.J.Lu).
11612         > patches by Alexander V. Lukyanov:
11613         + several fixes to getch:
11614           1.  Separate cooked and raw keys in fifo
11615           2.  Fix the case of ungetch'ed KEY_MOUSE
11616           3.  wrap the code for hiding EINTR with ifdef HIDE_EINTR
11617           4.  correctly handle input errors (i.e., EINTR) without loss of raw
11618               keys
11619           5.  recognize ESC KEY_LEFT and similar
11620           6.  correctly handle the case of receiption of KEY_MOUSE from gpm
11621         + correct off-by-one indexing error in _nc_mouse_parse(), that caused
11622           single mouse events (press/release) to be ignored in favor of
11623           composed events (click).  Improves on a fix from integrating gpm
11624           support in 961229.
11625         + add another call to check_pending, before scrolling, for
11626           line-breakout optimization
11627         + improve hashmap.c by
11628           1.  fixed loop condition in grow_hunks()
11629           2.  not marking lines with offset 0
11630           3.  fixed condition of 'too far' criteria, thus one-line hunks are
11631           ignored and two lines interchanged won't pass.
11632         + rewrote/simplified _nc_scroll_optimize() by separating into two
11633           passes, forward/backward, looking for chunks moving only in the given
11634           direction.
11635         + move logic that emits sgr0 when initializing the screen to
11636           _nc_screen_init(), now invoked from newterm.
11637         + move cursor-movement cleanup from endwin() into _nc_mvcur_wrap()
11638           function and screen cleanup (i.e., color) into _nc_screen_wrap()
11639           function.
11640         + add new functions _nc_screen_init(), _nc_screen_resume() and
11641           _nc_screen_wrap().
11642         + rename _nc_mvcur_scrolln() to _nc_scrolln().
11643         + add a copy of acs_map[] to the SCREEN structure, where it can be
11644           stored/retrieved via set_term().
11645         + move variables _nc_idcok, _nc_idlok, _nc_windows into the SCREEN
11646           structure.
11647
11648 970816
11649         + implement experimental _nc_perform_scroll().
11650         + modify newterm (actually _nc_setupscreen()) to emit an sgr0 when
11651           initializing the screen, as does SVr4 (reported by Alexander V.
11652           Lukyanov).
11653         + added test_progs rule to ncurses/Makefile.
11654         + modify test/configure.in to check if initscr is already in $LIBS
11655           before looking for (n)curses library.
11656         + correct version-number in configure script for OSF1 shared-library
11657           options (patch by Tim Mooney).
11658         + add -DNDEBUG to CPPFLAGS for --enable-assertions (as Juergen
11659           originally patched) since the c++ demo files do not necessarily
11660           include ncurses_cfg.h
11661         + supply default value for --enable-assertions option in configure
11662           script (reported by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>).
11663         > patches by Alexander V. Lukyanov:
11664         + correct/simplify logic of werase(), wclrtoeol() and wclrbot().  See
11665           example firstlast.c
11666         + optimize waddch_literal() and waddch_nosync() by factoring out
11667           common subexpressions.
11668         + correct sense of NDEBUG ifdef for CHECK_POSITION macro.
11669         + corrections to render_char(), to make handling of colored blanks
11670           match SVr4 curses, as well as to correct a bug that xor'd space
11671           against the background character.
11672         + replaced hash function with a faster one (timed it)
11673         + rewrote the hashmap algorithm to be one-pass, this avoids multiple
11674           cost_effective() calls on the same lines.
11675         + modified cost_effective() so it is now slightly more precise.
11676         > patches for glibc integration (H.J.Lu):
11677         + add modules define_key, keyok, name_match, tries
11678         + add makefile rules for some of the unit tests in ncurses (mvcur,
11679           captoinfo, hardscroll, hashmap).
11680         + update Linux configure-script for wide-character definitions.
11681
11682 970809
11683         + modify _tracebits() to show the character size (e.g., CS8).
11684         + modify tparm() to emit '\200' where the generated string would have a
11685           null (reported by From:  Ian Dall <Ian.Dall@dsto.defence.gov.au> for
11686           terminal type ncr7900).
11687         + modify install process so that ldconfig is not invoked if the
11688           package is built with an install-prefix.
11689         + correct test program for chtype size (reported by Tim Mooney).
11690         + add configure option --disable-scroll-hints, using this to ifdef the
11691           logic that computes indices for _nc_scroll_optimize().
11692         + add module ncurses/softscroll.c, to perform single-stage computation
11693           of scroll indices used in _nc_scroll_optimize().  This is faster than
11694           the existing scrolling algorithm, but tends to make too-small hunks.
11695         + eliminate fixed buffer size in _nc_linedump().
11696         + minor fixes to lib_doupdate.c to add tradeoff between clr_eol (el)
11697           and clr_bol (el1), refine logic in ClrUpdate() and ClrBottom() (patch
11698           by Alexander V. Lukyanov).
11699         + add test/testaddch.c, from a pending patch by Alexander V. Lukyanov.
11700         + correct processing of "configure --enable-assertions" option (patch
11701           by Juergen Pfeifer).
11702
11703 970802
11704         + add '-s' (single-step) option too test/hashtest.c, correct an error
11705           in loop limit for '-f' (footer option), toggle scrollok() when
11706           writing footer to avoid wrap at lower-right corner.
11707         + correct behavior of clrtoeol() immediately after wrapping cursor,
11708           which was not clearing the line at the cursor position (reported by
11709           Liviu Daia <daia@stoilow.imar.ro>).
11710         + corrected mapping for ACS_LANTERN, which was 'I' rather than 'i'
11711           (reported by Klaus Weide <kweide@tezcat.com>).
11712         + many corrections to make progs/capconvert work, as well as make it
11713           reasonably portable and integrated with ncurses 4.1 (reported by Dave
11714           Furstenau <df@ravine.binary.net>).
11715
11716 970726
11717         + add flag SP->_fifohold, corresponding logic to modify the behavior of
11718           the line breakout logic so that if the application does not read
11719           input, refreshes will not be stopped, but only slowed.
11720         + generate slk_attr_off(), slk_attr_on(), slk_attr_set(), vid_attr(),
11721           ifdef'd for wide-character support, since ncurses' WA_xxx attribute
11722           masks are identical with the A_xxx masks.
11723         + modify MKlib_gen.sh to generate ifdef'd functions to support optional
11724           configuration of wide-characters.
11725         + modify tset to behave more like SVr4's tset, which does not modify
11726           the settings of intr, quit or erase unless they are given as command
11727           options (reported by Nelson H. F. Beebe <beebe@math.utah.edu>).
11728         + modify tset to look in /etc/ttys or /etc/ttytype if the configuration
11729           does not have getttynam().
11730         + extend baudrate table in tset.c to match baudrate() function.
11731         + add table entries for B230400 and B460800 to baudrate() function.
11732         + improve breakout logic by allowing it before the first line updated,
11733           which is what SVr4 curses does (patch by Alexander V. Lukyanov).
11734         + correct initialization of vcost in relative_move(), for cursor-down
11735           case (patch by Alexander V. Lukyanov).
11736         > nits gleaned from Debian distribution of 1.9.9g-3:
11737         + install symbolic link for intotocap.
11738         + reference libc directly when making shared libraries.
11739         + correct renaming of curs_scr_dmp.3x in man_db.renames.
11740         + guard tgetflag() and other termcap functions against null cur_term
11741           pointer.
11742
11743 970719
11744         + corrected initial state of software echo (error in 970405, reported
11745           by Alexander V. Lukyanov).
11746         + reviewed/added messages to configure script, so that all non-test
11747           options should be accompanied by a message.
11748         + add configure check for long filenames, using this to determine if
11749           it is safe to allow long aliases for terminal descriptions as does
11750           SVr4.
11751         + add configure options for widec (wide character), hashmap (both
11752           experimental).
11753         > patch by Alexander V. Lukyanov:
11754         + hashmap.c - improved by heuristic, so that scroll test works much
11755           better when csr is not available.
11756         + hardscroll.c - patched so that it continues to scroll other chunks
11757           after failure to scroll one.
11758         + lib_doupdate.c - _nc_mvcur_scrolln extended to handle more cases; csr
11759           is avoided as it is relative costly.  Fixed wrong coordinates in one
11760           case and wrong string in TRACE.
11761         > patch by Juergen Pfeifer:
11762         + modify C++ binding to compile on AIX 4.x with the IBM C-SET++
11763           compiler.
11764
11765 970712
11766         + remove alternate character set from kterm terminfo entry; it uses the
11767           shift-out control for a purpose incompatible with curses, i.e., font
11768           switching.
11769         + disentangle 'xterm' terminfo entry from some derived entries that
11770           should be based on xterm-r6 instead.
11771         + add cbt to xterm-xf86-xv32 terminfo entry; I added the emulation for
11772           XFree86 3.1.2F, but overlooked its use in terminfo then - T.Dickey.
11773         + correct logic in lib_mvcur.c that uses back_tab.
11774
11775 970706
11776         + correct change from 970628 to ClrUpdate() in lib_doupdate.c so that
11777           contents of curscr are saved in newscr before clearing the screen.
11778           This is needed to make repainting work with the present logic of
11779           TransformLine().
11780         + use napms() rather than sleep() in tset.c to avoid interrupting I/O.
11781
11782 970705
11783         + add limit checks to _nc_read_file_entry() to guard against overflow
11784           of buffer when reading incompatible terminfo format, e.g, from OSF/1.
11785         + correct some loop-variable errors in xmc support in lib_doupdate.c
11786         + modify ncurses 'b' test to add gaps, specified by user, to allow
11787           investigation of interaction with xmc (magic cookie) code.
11788         + correct typo in 970524 mods to xmas.c, had omitted empty parameter
11789           list from has_colors(), which gcc ignores, but SVr4 does not
11790           (reported by Larry Virden).
11791         + correct rmso capability in wy50-mc description.
11792         + add configure option "--enable-hard-tabs", renamed TABS_OK ifdef to
11793           USE_HARD_TABS.
11794         > patch by Juergen Pfeifer:
11795         + Add bindings for keyok() and define_key() to the Ada95 packages.
11796         + Improve man pages menu_post.3x and menu_format.3x
11797         + Fix the HTML pages in the Ada95/html directory to reflect the above
11798           changes.
11799
11800 970628
11801         + modify change from 970101 to ClrUpdate() in lib_doupdate.c so that
11802           pending changes to both curscr and newscr are flushed properly.
11803           This fixes a case where the first scrolling operation in nvi would
11804           cause the screen to be cleared unnecessarily and repainted before
11805           doing the indexing, i.e., by repeatedly pressing 'j' (reported by
11806           Juergen Pfeifer).
11807         + correct error in trans_string() which added embedded newlines in a
11808           terminfo description to the stored strings.
11809         + remove spurious newlines from sgr in wyse50 (and several other)
11810           terminfo descriptions.
11811         + add configure option for experimental xmc (magic cookie) code,
11812           "--enable-xmc-glitch".  When disabled (the default), attributes that
11813           would store a magic cookie are suppressed in vidputs().  The magic
11814           cookie code is far from workable at this stage; the configuration
11815           option is a stopgap.
11816         + move _nc_initscr() from lib_initscr.c to lib_newterm.c
11817         + correct path for invoking make_keys (a missing "./").
11818
11819 970621
11820         + correct sign-extension problem with "infocmp -e", which corrupted
11821           acsc values computed for linux fallback data.
11822         + correct dependency on ncurses/names.c (a missing "./").
11823         + modify configure script to use '&&' even for cd'ing to existing
11824           directories to work around broken shell interpreters.
11825         + correct a loop-limit in _nc_hash_map() (patch by Alexander V.
11826           Lukyanov).
11827
11828 970615
11829         + restore logic in _nc_scroll_optimize() which marks as touched the
11830           lines in curscr that are shifted.
11831         + add new utility 'make_keys' to compute keys.tries as a table rather
11832           than a series of function calls.
11833         + correct include-dependency for tic.h used by name_match
11834         + removed buffer-allocation for name and description from m_item_new.c,
11835           since this might result in incompatibilities with SVr4.  Also fixed
11836           the corresponding Ada95 binding module (patch by Juergen Pfeifer,
11837           report by Avery Pennarun <apenwarr@foxnet.net>)
11838         + removed the mechanism to timestamp the generated Ada95 sources.  This
11839           resulted always in generating patches for the HTML doc, even when
11840           nothing really changed (patch by Juergen Pfeifer).
11841         + improve man page mitem_new.3x (patch by Juergen Pfeifer).
11842
11843 970614
11844         + remove ech capability from rxvt description because it does not work.
11845         + add missing case logic for infocmp -I option (reported by Lorenzo M.
11846           Catucci <lorenzo@argon.roma2.infn.it>)
11847         + correct old bug in pnoutrefresh() unmasked by fix in 970531; this
11848           caused glitches in the ncurses 'p' test since the area outside the
11849           pad was not compared when setting up indices for _nc_scroll_optimize.
11850         + rewrote tracebits() to workaround misdefinition of TOSTOP on Ultrix
11851           4.4, as well as to eliminate fixed-size buffer (reported by Chris
11852           Tanner <tannerc@aecl.ca>)
11853         + correct prototype for termattrs() as per XPG4 version 2.
11854         + add placeholder prototypes for color_set(), erasewchar(),
11855           term_attrs(), wcolor_set() as per XPG4 version 2.
11856         + correct attribution for progs/progs.priv.h and lib_twait.c
11857         + improve line-breakout logic by checking based on changed lines rather
11858           than total lines (patch by Alexander V. Lukyanov).
11859         + correct loop limits for table-lookup of enumerated value in form
11860           (patch by Juergen Pfeifer).
11861         + improve threshhold computation for determining when to call ClrToEOL
11862           (patch by Alexander V. Lukyanov).
11863
11864 970531
11865         + add configure option --disable-database to force the library to
11866           use only the fallback data.
11867         + add configure option --with-fallbacks, to specify list of fallback
11868           terminal descriptions.
11869         + add a symbolic link for ncurses.h during install; too many programs
11870           still assume there's an ncurses.h
11871         + add new terminfo.src entry for xterm-xf86-v33.
11872         + restore terminfo.src entry for emu to using setf/setb, since it is
11873           not, after all, generating ANSI sequences.  Corrected missing comma
11874           that caused setf/setb entries to merge.
11875         + modify mousemask() to use keyok() to enable/disable KEY_MOUSE, so
11876           that applications can disable ncurses' mouse and supply their own
11877           handler.
11878         + add extensions keyok() and define_key().  These are designed to allow
11879           the user's application better control over the use of function keys,
11880           e.g., disabling the ncurses KEY_MOUSE.  (The define_key idea was from
11881           a mailing-list thread started by Kenneth Albanowski
11882           <kjahds@kjahds.com> Nov'1995).
11883         + restore original behavior in ncurses 'g' test, i.e., explicitly
11884           set the keypad mode rather than use the default, since it confuses
11885           people.
11886         + rewrote the newdemo banner so it's readable (reported by Hugh
11887           Daniel).
11888         + tidy up exit from hashtest (reported by Hugh Daniel).
11889         + restore check for ^Q in ncurses 'g' test broken in 970510 (reported
11890           by Hugh Daniel)
11891         + correct tput program, checking return-value of setupterm (patch by
11892           Florian La Roche).
11893         + correct logic in pnoutrefresh() and pechochar() functions (reported
11894           by Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>).  The computation
11895           of 'wide' date to eric's #283 (1.9.9), and the pechochar bug to the
11896           original implementation (1.9.6).
11897         + correct typo in vt102-w terminfo.src entry (patch by Robert Wuest
11898           <rwuest@sire.vt.com>)
11899         + move calls of _nc_background() out of various loops, as its return
11900           value will be the same for the whole window being operated on (patch
11901           by J T Conklin).
11902         + add macros getcur[xy] getbeg[xy] getpar[xy], which are defined in
11903           SVr4 headers (patch by J T Conklin <jtc@NetBSD.ORG>)
11904         + modify glibc addon-configure scripts (patch by H.J.Lu).
11905         + correct a bug in hashmap.c: the size used for clearing the hashmap
11906           table was incorrect, causing stack corruption for large values of
11907           LINES, e.g., >MAXLINES/2 (patch by Alexander V. Lukyanov).
11908         + eric's terminfo 9.13.23 & 9.13.24 changes: replaced minitel-2 entry,
11909           added MGR, ansi-nt (note: the changes described for 9.13.24 have not
11910           been applied).
11911         > several changes by Juergen Pfeifer:
11912         + correct a missing error-return in form_driver.c when wrapping of a
11913           field is not possible.
11914         + correct logic in form_driver.c for configurations that do not have
11915           memccpy() (reported by Sidik Isani <isani@cfht.hawaii.edu>)
11916         + change several c++ binding functions to inline.
11917         + modify c++ menu binding to inherit from panels, for proper
11918           initialization.
11919         + correct freeing of menu items in c++ binding.
11920         + modify c++ binding to reflect removal of const from user data pointer
11921           in forms/menus libraries.
11922
11923 970524
11924         + add description of xterm-16color.
11925         + modify name of shared-library on *BSD to end with $(REL_VERSION)
11926           rather than $(ABI_VERSION) to match actual convention on FreeBSD
11927           (cf: 960713).
11928         + add OpenBSD to shared-library case, same as NetBSD and FreeBSD
11929           (reported by Hugh Daniel <hugh@rat.toad.com>).
11930         + corrected include-dependency in menu/Makefile so that "make install"
11931           works properly w/o first doing "make".
11932         + add fallback definition for isascii, used in infocmp.
11933         + modify xmas to use color, and to exit right away when a key is
11934           pressed.
11935         + modify gdc so that the scrolled digits function as described (there
11936           was no time delay between the stages, and the digits overwrote the
11937           bounding box without tidying up).
11938         + modify lib_color.c to use setaf/setab only for the ANSI color codes
11939           0 through 7.  Using 16 colors requires setf/setb.
11940         + modify ncurses 'c' test to work with 16 colors, as well as the normal
11941           8 colors.
11942         + remove const qualifier from user data pointer in forms and menus
11943           libraries (patch by Juergen Pfeifer).
11944         + rewrote 'waddchnstr()' to avoid using the _nc_waddch_nosync()
11945           function, thereby not interpreting tabs, etc., as per spec (patch by
11946           Alexander V. Lukyanov).
11947
11948 970517
11949         + suppress check for pre-existing ncurses header if the --prefix
11950           option is specified.
11951         + add configure options "--with-system-type" and
11952           "--with-system-release" to assist in checking the generated
11953           makefiles.
11954         + add configure option "--enable-rpath" to allow installers to specify
11955           that programs linked against shared libraries will have their library
11956           path embedded, allowing installs into nonstandard locations.
11957         + add flags to OSF1 shared-library options to specify version and
11958           symbol file (patch by Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>)
11959         + add missing definition for ABI_VERSION to c++/Makefile.in (reported
11960           by Satoshi Adachi <adachi@wisdom.aa.ap.titech.ac.jp>).
11961         + modify link flags to accommodate HP-UX linker which embeds absolute
11962           pathnames in executables linked against shared libraries (reported by
11963           Jason Evans <jasone@mrc.uidaho.edu>, solved by Alan Shutko
11964           <ats@hubert.wustl.edu>).
11965         + drop unnecessary check for attribute-change in onscreen_mvcur() since
11966           mvcur() is the only caller within the library, and that check in turn
11967           is exercised only from lib_doupdate.c (patch by Alexander V.
11968           Lukyanov).
11969         + add 'blank' parameter to _nc_scroll_window() so _nc_mvcur_scrolln()
11970           can use the background of stdscr as a parameter to that function
11971           (patch by Alexander V. Lukyanov).
11972         + moved _nc_mvcur_scrolln() from lib_mvcur.c to lib_doupdate.c, to use
11973           the latter's internal functions, as well as to eliminate unnecessary
11974           cursor save/restore operations (patch by Alexander V. Lukyanov).
11975         + omit parameter of ClrUpdate(), since it is called only for newscr,
11976           further optimized/reduced by using ClearScreen() and TransformLine()
11977           to get rid of duplicate code (patch by Alexander V. Lukyanov).
11978         + modify scrolling algorithm in _nc_scroll_optimize() to reject hunks
11979           that are smaller than the distance to be moved (patch by Alexander V.
11980           Lukyanov).
11981         + correct a place where the panel library was not ifdef'd in ncurses.c
11982           (Juergen Pfeifer)
11983         + documentation fixes (Juergen Pfeifer)
11984
11985 970515  4.1 release for upload to prep.ai.mit.edu
11986         + re-tag changes since 970505 as 4.1 release.
11987
11988 970510
11989         + modify ncurses 'g' test to allow mouse input
11990         + modify default xterm description to include mouse.
11991         + modify configure script to add -Wwrite-strings if gcc warnings are
11992           enabled while configuring --enable-const (and fixed related
11993           warnings).
11994         + add toggle, status display for keypad mode to ncurses 'g' test to
11995           verify that keypad and scrollok are not inherited from parent window
11996           during a call to newwin.
11997         + correction to MKexpanded.sh to make it work when configure --srcdir
11998           is used (reported by H.J.Lu).
11999         + revise test for bool-type, ensuring that it checks if builtin.h is
12000           available before including it, adding test for sizeof(bool) equal
12001           to sizeof(short), and warning user if the size cannot be determined
12002           (reported by Alexander V. Lukyanov).
12003         + add files to support configuration of ncurses as an add-on library
12004           for GNU libc (patch by H.J.Lu <hjl@lucon.org>)
12005
12006 970506
12007         + correct buffer overrun in lib_traceatr.c
12008         + modify change to lib_vidattr.c to avoid redundant orig_pair.
12009         + turn on 'echo()' in hanoi.c, since it is initially off.
12010         + rename local 'errno' variable in etip.h to avoid conflict with global
12011           (H.J.Lu).
12012         + modify configure script to cache LD, AR, AR_OPTS (patch by H.J.Lu
12013           <hjl@lucon.org>)
12014
12015 970505  4.1 pre-release
12016         + regenerate the misc directory html dumps without the link list, which
12017           is not useful.
12018         + correct dependency in form directory makefile which caused
12019           unnecessary recompiles.
12020         + correct substitution for ABI_VERSION in test-makefile
12021         + modify install rules for shared-library targets to remove the target
12022           before installing, since some install programs do not properly handle
12023           overwrite of symbolic links.
12024         + change order of top-level targets so that 'include' immediate
12025           precedes the 'ncurses' directory, reducing the time between new
12026           headers and new libraries (requested by Larry Virden).
12027         + modify lib_vidattr.c so that colors are turned off only before
12028           modifying other attributes, turned on after others.  This makes the
12029           hanoi.c program display correctly on FreeBSD console.
12030         + modify debug code in panel library to print user-data addresses
12031           rather than the strings which they (may) point to.
12032         + add check to ensure that C++ binding and demo are not built with g++
12033           versions below 2.7, since the binding uses templates.
12034         + modify c++ binding and demo to build and run with SGI's c++ compiler.
12035           (It also compiles with the Sun SparcWorks compiler, but the demo does
12036           not link, due to a vtbl problem).
12037         + corrections to demo.cc, to fix out-of-scope variables (Juergen
12038           Pfeifer).
12039
12040 970503
12041         + correct memory leak in _nc_trace_buf().
12042         + add configure test for regexpr.h, for Unixware 1.x.
12043         + correct missing "./" prefixing names of generated files in ncurses
12044           directory.
12045         + use single-quotes in configure scripts assignments for MK_SHARED_LIB
12046           to workaround shell bug on FreeBSD 2.1.5
12047         + remove tabs from intermediate #define's for GCC_PRINTF, GCC_SCANF
12048           that caused incorrect result in ncurses_cfg.h
12049         + correct initialization in lib_trace.c, which omitted version info.
12050         + remove ech, el1 attributes from cons25w description; they appear to
12051           malfunction in FreeBSD 2.1.5
12052         + correct color attributes in terminfo.src and lib_color.c to match
12053           SVr4 behavior by interchanging codes 1,4, 3,6 in the setf/setb
12054           capabilities.
12055         + use curs_set() rather than checks via tigetstr() for test programs
12056           that hide the cursor: firework, rain, worm.
12057         + ensure that if the terminal lacks change_scroll_region, parm_index
12058           and parm_rindex are used only to scroll the whole screen (patch by
12059           Peter Wemm).
12060         + correct curs_set() logic, which did not return ERR if the requested
12061           attributes did not exist, nor did it assume an unknown initial state
12062           for the cursor (patch by Alexander V. Lukyanov).
12063         + combine IDcTransformLine and NoIDcTransformLine to new TransformLine
12064           function in lib_doupdate.c (patch by Alexander V. Lukyanov).
12065         + correct hashmap.c, which did not update index information (patch by
12066           Alexander V. Lukyanov).
12067         + fixes for C++ binding and demo (see c++/NEWS) (Juergen Pfeifer).
12068         + correct index in lib_instr.c (Juergen Pfeifer).
12069         + correct typo in 970426 patch from Tom's cleanup of lib_overlay.c
12070           (patch by Juergen Pfeifer).
12071
12072 970426
12073         + corrected cost computation in PutRange(), which was using
12074           milliseconds compared to characters by adding two new members to the
12075           SCREEN struct, _hpa_ch_cost and _cup_ch_cost.
12076         + drop ncurses/lib_unctrl.c, add ncurses/MKunctrl.awk to generate a
12077           const array of strings (suggested by Alexander V. Lukyanov).  The
12078           original suggestion in 970118 used a perl script.
12079         + rewrote ncurses 'b' test to better exercise magic-cookie (xmc), as
12080           well as noting the attributes that are not supported by a terminal.
12081         + trace the computation of cost values in lib_mvcur.c
12082         + modify _nc_visbuf() to use octal rather than hex, corrected sign
12083           extension bug in that function that caused buffer overflow.
12084         + modify trace in lib_acs.c to use _nc_visbuf().
12085         + suppress trace within _traceattr2().
12086         + correct logic of _tracechtype2(), which did not account for repeats
12087           or redefinition within an acsc string.
12088         + modify debug-library version baudrate() to use environment variable
12089           $BAUDRATE to override speed computation.  This is needed for
12090           regression testing.
12091         + correct problems shown by "weblint -pedantic".
12092         + update mailing-list information (now ncurses@bsdi.com).
12093
12094 970419
12095         + Improve form_field_validation.3x manpage to better describe the
12096           precision parameter for TYPE_NUMERIC and TYPE_INTEGER.  Provide more
12097           precise information how the range checking can be avoided.  (patch by
12098           Juergen Pfeifer, reported by Bryan Henderson)
12099         + change type of min/max value of form types TYPE_INTEGER to long to
12100           match SVr4 documentation.
12101         + set the form window to stdscr in set_form_win() so that form_win()
12102           won't return null (patch by Juergen Pfeifer, reported by Bryan
12103           Henderson <bryanh@giraffe.netgate.net>).
12104
12105 970412
12106         + corrected ifdef'ing of inline (cf: 970321) for TRACE vs C++.
12107         + corrected toggle_attr_off() macro (patch by Andries Brouwer).
12108         + modify treatment of empty token in $MANPATH to /usr/man (reported by
12109           <Andries.Brouwer@cwi.nl>)
12110         + modify traces that record functions-called so that chtype and attr_t
12111           values are expressed symbolically, to simplify reuse of generated
12112           test-scripts on SVr4 regression testing.
12113         + add new trace functions _traceattr2() and _tracechtype2()
12114
12115 970405
12116         + add configure option --enable-const, to support the use of 'const'
12117           where XSI should have, but did not, specify.  This defines
12118           NCURSES_CONST, which is an empty token otherwise, for strict
12119           compatibility.
12120         + make processing of configure options more verbose by echoing the
12121           --enable/--with values.
12122         + add configure option --enable-big-core
12123         + set initial state of software echo off as per XSI.
12124         + check for C++ builtin.h header
12125         + correct computation of absolute-path for $INSTALL that dropped "-c"
12126           parameter from the expression.
12127         + rename config.h to ncurses_cfg.h to avoid naming-conflict when
12128           ncurses is integrated into larger systems (adapted from diffs by
12129           H.J.Lu for libc).
12130         + correct inequality in lib_doupdate.c that caused a single-char to not
12131           be updated when the char on the right-margin was not blank, idcok()
12132           was true (patch by Alexander V Lukyanov (in 970124), reported
12133           by Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu> in 970329).
12134         + modify 'clean' rule in include/Makefile so that files created by
12135           configure script are removed in 'distclean' rule instead.
12136
12137 970328
12138         + correct array limit in tparam_internal(), add case to interpret "%x"
12139           (patch by Andreas Schwab)
12140         + rewrote number-parsing in ncurses.c 'd' test; it did not reset the
12141           value properly when non-numeric characters were given (reported by
12142           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
12143
12144 970321
12145         + move definition of __INTERNAL_CAPS_VISIBLE before include for
12146           progs.priv.h (patch by David MacKenzie).
12147         + add configuration summary, reordered check for default include
12148           directory to better accommodate a case where installer is configuring
12149           a second copy of ncurses (reported by Klaus Weide
12150           <kweide@tezcat.com>)
12151         + moved the #define for 'inline' as an empty token from the
12152           $(CFLAGS_DEBUG) symbol into config.h, to avoid redefinition warning
12153           (reported by Ward Horner).
12154         + modify test for bool builtin type to use 'unsigned' rather than
12155           'unknown' when cross-compiling (reported by Ward Horner).
12156
12157 970315
12158         + add header dependencies so that "make install.libs" will succeed
12159           even if "make all" is not done first.
12160         + moved some macros from lib_doupdate.c to curses.priv.h to use in
12161           expanded functions with ATAC.
12162         + correct implementation of lib_instr.c; both XSI and SVr4 agree that
12163           the winnstr functions can return more characters than will fit on one
12164           line.
12165
12166 970308
12167         + modify script that generates lib_gen.c to support traces of called &
12168           return.
12169         + add new configure option "--disable-macros", for testing calls within
12170           lib_gen.c
12171         + corrected logic that screens level-checking of called/return traces.
12172
12173 970301
12174         + use new configure macro NC_SUBST to replace AC_PATH_PROG, better
12175           addressing request by Ward Horner.
12176         + check for cross-compiling before trying to invoke the autoconf
12177           AC_FUNC_SETVBUF_REVERSED macro (reported by Ward Horner)
12178         + correct/simplify loop in _nc_visbuf(), 970201 changes omitted
12179           a pointer-increment.
12180         + eliminate obsolete symbol SHARED_ABI from dist.mk (noted by
12181           Florian La Roche).
12182
12183 970215
12184         + add configure option --enable-expanded, together with code that
12185           implements an expanded form of certain complex macros, for testing
12186           with ATAC.
12187         + disable CHECK_POSITION unless --with-assertions is configured
12188           (Alexander V Lukyanov pointed out that this is redundant).
12189         + use keyname() to show traced chtype values where applicable rather
12190           than _tracechar(), which truncates the value to 8-bits.
12191         + minor fixes to TRACE_ICALLS, added T_CREATE, TRACE_CCALLS macros.
12192         + modify makefiles in progs and test directories to avoid using C
12193           preprocessor options on link commands (reported by Ward Horner)
12194         + correct ifdef/include-order for nc_alloc.h vs lib_freeall.c (reported
12195           by Ward Horner)
12196         + modify ifdef's to use configure-defined symbols consistently
12197           (reported by Ward Horner)
12198         + add/use new makefile symbols AR, AR_OPTS and LD to assist in non-UNIX
12199           ports (reported by Ward Horner <whorner@tsi-telsys.com>)
12200         + rename struct try to struct tries, to avoid name conflict with C++
12201           (reported by Gary Johnson).
12202         + modify worm.c to hide cursor while running.
12203         + add -Wcast-qual to gcc warnings, fix accordingly.
12204         + use PutChar rather than PutAttrChar in ClrToEOL to properly handle
12205           wrapping (Alexander V Lukyanov).
12206         + correct spurious echoing of input in hanoi.c from eric's #291 & #292
12207           patches (reported by Vernon C. Hoxie <vern@zebra.alphacdc.com>).
12208         + extend IRIX configuration to IRIX64
12209         + supply missing install.libs rule needed after restructuring
12210           test/Makefile.in
12211
12212 970208
12213         + modify "make mostlyclean" to leave automatically-generated source
12214           in the ncurses directory, for use in cross-compiles.
12215         + autogenerated object-dependencies for test directory
12216         + add configure option --with-rcs-ids
12217         + modify configuration scripts to generate major/minor/patch versions
12218           (suggested by Alexander V Lukyanov).
12219         + supply missing va_end's in lib_scanw.c
12220         + use stream I/O for trace-output, to eliminate fixed-size buffer
12221         + add TRACE_ICALLS definition/support to lib_trace.c
12222         + modify Ada95 binding to work with GNAT 3.09 (Juergen Pfeifer).
12223
12224 970201
12225         + add/modify traces for called/return values to simplify extraction
12226           for test scripts.
12227         + changed _nc_visbuf to quote its result, and to dynamically allocate
12228           the returned buffer.
12229         + invoke ldconfig after installing shared library
12230         + modify install so that overwrite applies to shared library -lcurses
12231           in preference to static library (reported by Zeyd M Ben-Halim 960928).
12232         + correct missing ';' in 961221 mod to overwrite optional use of $(LN_S)
12233           symbol.
12234         + fixes to allow "make install" to work without first doing a "make
12235           all" (suggested by Larry Virden).
12236
12237 970125
12238         + correct order of #ifdef for TABS_OK.
12239         + instrumented toe.c to test memory-leaks.
12240         + correct memory-deallocation in toe.c (patch by Jesse Thilo).
12241         + include <sys/types.h> in configuration test for regex.h (patch by
12242           Andreas Schwab)
12243         + make infocmp recognize -I option, for SVr4 compatibility (reported by
12244           Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>)
12245
12246 970118
12247         + add extension 'use_default_colors()', modified test applications that
12248           use default background (firework, gdc, hanoi, knight, worm) to
12249           demonstrate.
12250         + correct some limit checks in lib_doupdate.c exposed while running
12251           worm.
12252         + use typeCalloc macro for readability.
12253         + add/use definition for CONST to accommodate testing with Solaris
12254           (SVr4) curses, which doesn't use 'const' in its prototypes.
12255         + modify ifdef's in test/hashtest.c and test/view.c to compile with
12256           Solaris curses.
12257         + modify _tracedump() to pad colors & attrs lines to match change
12258           in 970101 showing first/last changes.
12259         + corrected location of terminating null on dynamically allocated forms
12260           fields (patch by Per Foreby).
12261
12262 970111
12263         + added headers to make view.c compile on SCO with the resizeterm()
12264           code (i.e., struct winsize) - though this compiles, I don't have a
12265           suitable test configuration since SIGWINCH doesn't pass my network to
12266           that machine - T.Dickey.
12267         + update test/configure.in to supply some default substitutions.
12268         + modify configure script to add -lncurses after -lgpm to fix problem
12269           linking against static libraries.
12270         + add a missing noraw() to test/ncurses.c (places noted by Jeremy
12271           Buhler)
12272         + add a missing wclear() to test/testcurs.c (patch by Jeremy Buhler
12273           <jbuhler@cs.washington.edu>)
12274         + modify headers to accommodate compilers that don't allow duplicate
12275           "#define" lines for NCURSES_VERSION (reported by Larry W. Virden
12276           <lvirden@cas.org>)
12277         + fix formatting glitch in curs_getch.3x (patch by Jesse Thilo).
12278         + modify lib_doupdate to make el, el1 and ed optimization use the
12279           can_clear_with macro, and change EmitRange to allow leaving cursor at
12280           the middle of interval, rather than always at the end (patch by
12281           Alexander V Lukyanov).  This was originally 960929, resync 970106.
12282
12283 970104
12284         + workaround defect in autoconf 2.12 (which terminates configuration
12285           if no C++ compiler is found) by adding an option --without-cxx.
12286         + modify several man-pages to use tbl, where .nf/.fi was used (reported
12287           by Jesse Thilo).
12288         + correct font-codes in some man-pages (patch by Jesse Thilo
12289           <Jesse.Thilo@pobox.com>)
12290         + use configure script's knowledge of existence of g++ library for the
12291           c++ Makefile (reported by Paul Jackson).
12292         + correct misleading description of --datadir configuration option
12293           (reported by Paul Jackson <pj@sam.engr.sgi.com>)
12294
12295 970101
12296         + several corrections to _nc_mvcur_scrolln(), prompted by a bug report
12297           from Peter Wemm:
12298         > the logic for non_dest_scroll_region was interchanged between the
12299           forward & reverse scrolling cases.
12300         > multiple returns from the function allowed certain conditions to do
12301           part of an operation before discovering that it couldn't be
12302           completed, returning an error without restoring the cursor.
12303         > some returns were ERR, where the function had completed the
12304           operation, because the insert/delete line logic was improperly
12305           tested (this was probably the case Peter saw).
12306         > contrary to comments, some scrolling cases were tested after the
12307           insert/delete line method.
12308         + modify _tracedump() to show first/last changes.
12309         + modify param of ClrUpdate() in lib_doupdate.c to 'newscr', fixes
12310           refresh problem (reported by Peter Wemm) that caused nvi to not show
12311           result of ":r !ls" until a ^L was typed.
12312
12313 961229  (internal alpha)
12314         + correct some of the writable-strings warnings (reported by Gary
12315           Johnson <gjohnson@season.com>).  Note that most of the remaining ones
12316           are part of the XSI specification, and can't be "fixed".
12317         + improve include-dependencies in form, menu, panel directories.
12318         + correct logic of delay_output(), which would return early if
12319           there is data on stdin.
12320         + modify interface & logic of _nc_timed_wait() to support 2 file
12321           descriptors, needed for GPM.
12322         + integrate patch by Andrew Kuchling <amk@magnet.com> for GPM (mouse)
12323           support, correcting logic in wgetch() and _nc_mouse_parse() which
12324           prevented patch from working properly -TD
12325         + improve performance of panel algorithm (Juergen Pfeifer 961203).
12326         + strip RCS id's from generated .html files in Ada95 subtree.
12327         + resync with generated .html files (Juergen Pfeifer 961223).
12328         + terminfo.src 10.1.0 (ESR).
12329
12330 961224  4.0 release
12331         + release as 4.0 to accommodate Linux ld.so.1.8.5
12332         + correct syntax/spelling, regenerated .doc files from .html using
12333           lynx 2.5
12334         + refined forms/menus makefiles (Juergen Pfeifer 961223).
12335
12336 961221  - snapshot
12337         + remove logic in read_entry.c that attempts to refine errno by using
12338           'access()' for the directory (from patch by Florian La Roche).
12339         + correct configure test/substitution that inhibits generating
12340           include-path to /usr/include if gcc is used (reported by Florian La
12341           Roche).
12342         + modify setupterm() to allocate new TERMINAL for each call, just as
12343           solaris' curses does (Alexander V Lukyanov 960829).
12344         + corrected memory leaks in read_entry.c
12345         + add configure options --with-dbmalloc, --with-dmalloc, and
12346           --disable-leaks, tested by instrumenting infocmp, ncurses programs.
12347         + move #include's for stdlib.h and string.h to *.priv.h to accommodate
12348           use of dbmalloc.
12349         + modify use of $(LN_S) to follow recommendation in autoconf 2.12,
12350           i.e., set current directory before linking.
12351         + split-out panel.priv.h, improve dependencies for forms, menus
12352           (Juergen Pfeifer 961204).
12353         + modify _nc_freewin() to reset globals curscr/newscr/stdscr when
12354           freeing the corresponding WINDOW (found using Purify).
12355         + modify delwin() to return ERR if the window to be deleted has
12356           subwindows, needed as a side-effect of resizeterm() (found using
12357           Purify).  Tested and found that SVr4 curses behaves this way.
12358         + implement logic for _nc_freeall(), bringing stub up to date.
12359
12360 961215
12361         + modify wbkgd() so that it doesn't set nulls in the rendered text,
12362           even if its argument doesn't specify a character (fixes test case by
12363           Juergen Pfeifer for bug-report).
12364         + set window-attributes in wbkgd(), to simplify comparison against
12365           Solaris curses, which does this.
12366
12367 961214  - snapshot
12368         + replace most constants in ncurses 'o' test by expressions, making it
12369           work with wider range of screen sizes.
12370         + add options to ncurses.c to specify 'e' test softkey format, and the
12371           number of header/footer lines to rip-off.
12372         + add ^R (repaint after resize), ^L (refresh) commands to ncurses 'p'
12373           test.
12374         + add shell-out (!) command to ncurses 'p' test to allow test of
12375           resize between endwin/refresh.
12376         + correct line-wrap case in mvcur() by emitting carriage return,
12377           overlooked in 960928, but needed due to SVr4 compatibility changes to
12378           terminal modes in 960907.
12379         + correct logic in wresize that causes new lines to be allocated,
12380           broken for the special case of increasing rows only in 960907's fix
12381           for subwindows.
12382         + modify configure script to generate $(LDFLAGS) with -L and -l options
12383           in preference to explicit library filenames.  (NOTE: this may
12384           require further amending, since I vaguely recall a dynamic loader
12385           that did not work properly without the full names, but it should be
12386           handled as an exception to the rule, since some linkers do bulk
12387           inclusion of libraries when given the full name - T.Dickey).
12388         + modify configure script to allow user-supplied $CFLAGS to set the
12389           debug-option in all libraries (requested by lots of people) -TD
12390         + use return consistently from main(), rather than exit (reported by
12391           Florian La Roche).
12392         + add --enable-getcap-cache option to configure, normally disabled
12393           (requested by Florian La Roche).
12394         + make configure test for gettimeofday() and possibly -lbsd more
12395           efficient (requested by Florian La Roche <florian@knorke.saar.de>)
12396         + minor adjustments to Ada95 binding (patches by Juergen Pfeifer)
12397         + correct attributes after emitting orig_pair in lib_vidattr.c (patch
12398           by Alexander V Lukyanov).
12399
12400 961208
12401         + corrected README wrt Ada95 (Juergen Pfeifer)
12402
12403 961207  - snapshot
12404         + integrate resizeterm() into doupdate(), so that if screen size
12405           changes between endwin/refresh, ncurses will resize windows to fit
12406           (this needs additional testing with pads and softkeys).
12407         + add, for memory-leak testing, _nc_freeall() entrypoint to free all
12408           data used in ncurses library.
12409         + initialize _nc_idcok, _nc_idlok statically to resolve discrepancy
12410           between initscr() and newwin() initialization (reported by
12411           Alexander V Lukyanov).
12412         + test built VERSION=4.0, SHARED_ABI=4 with Linux ld.so.1.8.5
12413           (set beta versions to those values -- NOTE that subsequent pre-4.0
12414           beta may not be interchangeable).
12415         + modify configure script to work with autoconf 2.12
12416
12417 961130  1.9.9g release
12418         + add copyright notices to configuration scripts (written by Thomas
12419           Dickey).
12420
12421 961127
12422         > patch, mostly for panel (Juergen Pfeifer):
12423         + cosmetic improvement for a few routines in the ncurses core library
12424           to avoid warning messages.
12425         + the panel overlap detection was broken
12426         + the panel_window() function was not fool-proof.
12427         + Some inlining...
12428         + Cosmetic changes (also to avoid warning messages when compiling with
12429           -DTRACE).
12430
12431 961126
12432         > patch by Juergen Pfeifer:
12433         + eliminates warning messages for the compile of libform.
12434         + inserts Per Foreby's new field type TYPE_IPV4 into libform.
12435         + Updates man page and the Ada95 binding to reflect this.
12436         + Improves inlining in libmenu and libform.
12437
12438 961120
12439         + improve the use of the "const" qualifier in the
12440           panel library (Juergen Pfeifer)
12441         + change set_panel_userptr() and panel_userptr() to use void*
12442           (Juergen Pfeifer)
12443
12444 961119
12445         + change ABI to 3.4
12446         + package with 961119 version of Ada95 binding (fixes for gnat-3.07).
12447           (Juergen Pfeifer)
12448         + correct initialization of the stdscr pseudo panel in panel library
12449           (Juergen Pfeifer)
12450         + use MODULE_ID (rcs keywords) in forms and menus libraries (Juergen
12451           Pfeifer).
12452         > patch #324 (ESR):
12453         + typo in curs_termcap man page (reported by Hendrik Reichel
12454           <106065.2344@compuserve.com>)
12455         + change default xterm entry to xterm-r6.
12456         + add entry for color_xterm
12457
12458 961116  - snapshot
12459         + lint found several functions that had only #define implementations
12460           (e.g., attr_off), modified curses.h.in to generate them as per XSI
12461           Curses requirement that every macro be available as a function.
12462         + add check in infocmp.c to guard against string compare of
12463           CANCELLED_STRING values.
12464         + modify firework.c, rain.c to hide cursor while running.
12465         + correct missing va_end in lib_tparm.c
12466         + modify hanoi.c to work on non-color terminals, and to use timing
12467           delays when in autoplay mode.
12468         + correct 'echochar()' to refresh immediately (reported by Adrian
12469           Garside <94ajg2@eng.cam.ac.uk>)
12470         > patch #322 (ESR):
12471         + reorganize terminfo.src entries for xterm.
12472
12473 961109  - snapshot
12474         + corrected error in line-breakout logic (lib_doupdate.c)
12475         + modified newdemo to use wgetch(win) rather than getch() to eliminate
12476           a spurious clear-screen.
12477         + corrected ifdef's for 'poll()' configuration.
12478         + added modules to ncurses, form, menu for Ada95 binding (Juergen
12479           Pfeifer).
12480         + modify set_field_buffer() to allow assignment of string longer than
12481           the initial buffer length, and to return the complete string rather
12482           than only the initial size (Juergen Pfeifer and Per Foreby
12483           <perf@efd.lth.se>).
12484
12485 961102  - snapshot
12486         + configure for 'poll()' in preference to 'select()', since older
12487           systems are more likely to have a broken 'select()'.
12488         + modified render_char() to avoid OR'ing colors.
12489         + minor fixes to testcurs.c, newdemo.c test programs: ifdef'd out the
12490           resize test, use wbkgd and corrected box() parameters.
12491         + make flushinp() test work in ncurses.c by using napms() instead of
12492           sleep().
12493         + undo ESR's changes to xterm-x11r6 (it no longer matched the X11R6.1
12494           distribution, as stated)
12495         + terminfo 9.13.18 resync (ESR)
12496         + check for getenv("HOME") returning null (ESR).
12497         + change buffer used to decode xterm-mouse commands to unsigned to
12498           handle displays wider than 128 chars (Juergen Pfeifer).
12499         + correct typo curs_outopts.3x (Juergen Pfeifer).
12500         + correct limit-checking in wenclose() (Juergen Pfeifer).
12501         + correction to Peter Wemm's newwin change (Thomas Fehr
12502           <fehr@suse.de>).
12503         + corrections to logic that combines colors and attributes; they must
12504           not be OR'd (Juergen Pfeifer, extending from report/patch by Rick
12505           Marshall).
12506
12507 961026  - snapshot
12508         + reset flags in 'getwin()' that might cause refresh to attempt to
12509           manipulate the non-existent parent of a window that is read from a
12510           file (lib_screen.c).
12511         + restructure _nc_timed_wait() to log more information, and to try to
12512           recover from badly-behaved 'select()' calls (still testing this).
12513         + move define for GOOD_SELECT into configure script.
12514         + corrected extra '\' character inserted before ',' in comp_scan.c
12515         + corrected expansion of %-format characters in dump_entry.c; some were
12516           rendered as octal constants.
12517         + modify dump_entry.c to make terminfo output more readable and like
12518           SVr4, by using "\s" for spaces (leading/trailing only), "\," for
12519           comma, "\^" and "\:" as well.
12520         + corrected some memory leaks in ncurses.c, and a minor logic error
12521           in the top-level command-parser.
12522         + correction for label format 4 (PC style with info line), a
12523           slk_clear(), slk_restore() sequence didn't redraw the info line
12524           (Juergen Pfeifer).
12525         + modified the slk window (if simulated) to inherit the background and
12526           default character attributes from stdscr (Juergen Pfeifer).
12527         + corrected limit-check in set_top_row (Juergen Pfeifer).
12528
12529 961019  - snapshot
12530         + correct loop-limit in wnoutrefresh(), bug exposed during pipe-testing
12531           had '.lastchar' entry one beyond '._maxx'.
12532         + modify ncurses test-program to work with data piped to it.
12533         + corrected pathname computation in run_tic.sh, removing extra "../"
12534           (reported by Tim Mooney).
12535         + modified configure script to use previous install's location for
12536           curses.h
12537         + added NetBSD and FreeBSD to platforms that use --prefix=/usr as
12538           a default.
12539
12540 961013
12541         + revised xterm terminfo descriptions to reflect the several versions
12542           that are available.
12543         + corrected a pointer reference in dump_entry.c that didn't test if
12544           the pointer was -1.
12545
12546 961005  - snapshot
12547         + correct _nc_mvcur_scrolln for terminals w/o scrolling region.
12548         + add -x option to hashtest to control whether it allows writes to the
12549           lower-right corner.
12550         + ifdef'd (NCURSES_TEST) the logic for _nc_optimize_enable to make it
12551           simpler to construct tests (for double-check of _nc_hash_map tests).
12552         + correct ifdef's for c++ in curses.h
12553         + change default xterm type to xterm-x11r6.
12554         + correct quoting in configure that made man-pages installed with
12555           $datadir instead of actual terminfo path.
12556         + correct whitespace in include/Caps, which caused kf11, clr_eol and
12557           clr_end to be omitted from terminfo.5
12558         + fix memory leaks in delscreen() (adapted from Alexander V Lukyanov).
12559         + improve appearance of marker in multi-selection menu (Juergen
12560           Pfeifer)
12561         + fix behavior for forms with all fields inactive (Juergen Pfeifer)
12562         + document 'field_index()' (Juergen Pfeifer)
12563         > patch #321 (ESR):
12564         + add some more XENIX keycap translations to include/Caps.
12565         + modify newwin to set initial state of each line to 'touched'
12566           (from patch by Peter Wemm <peter@spinner.dialix.com>)
12567         + in SET_TTY, replace TCSANOW with TCSADRAIN (Alexander V Lukyanov).
12568
12569 960928  - snapshot
12570         + ifdef'd out _nc_hash_map (still slower)
12571         + add graphic characters to vt52 description.
12572         + use PutAttrChar in ClrToEOL to ensure proper background, position.
12573         + simplify/correct logic in 'mvcur()' that does wrapping; it was
12574           updating the position w/o actually moving the cursor, which broke
12575           relative moves.
12576         + ensure that 'doupdate()' sets the .oldindex values back to a sane
12577           state; this was causing a spurious refresh in ncurses 'r'.
12578         + add logic to configure (from vile) to guard against builders who
12579           don't remove config.cache & config.status when doing new builds -TD
12580         + corrected logic for 'repeat_char' in EmitRange (cf: eric #317), which
12581           did not follow the 2-parameter scheme specified in XSI.
12582         + corrected logic of wrefresh, wnoutrefresh broken in #319, making
12583           clearok work properly (report by Michael Elkins).
12584         + corrected problem with endwin introduced by #314 (removing the
12585           scrolling-region reset) that broke ncurses.c tests.
12586         + corrected order of args in AC_CHECK_LIB (from report by Ami Fischman
12587           <fischman@math.ucla.edu>).
12588         + corrected formatting of terminfo.5 tables (Juergen Ehling)
12589         > patch 320 (ESR):
12590         + change ABI to 3.3
12591         + emit a carriage-return in 'endwin()' to workaround a kernel bug in
12592           BSDI.  (requested by Mike Karels <karels@redrock.bsdi.com>)
12593         + reverse the default o configure --enable-termcap (consensus).
12594         > patch 319 (ESR):
12595         + modified logic for clearok and related functions (from report by
12596           Michael Elkins) - untested
12597         > patch 318 (ESR):
12598         + correction to #317.
12599         > patch 317 (ESR):
12600         + re-add _nc_hash_map
12601         + modify EmitRange to maintain position as per original design
12602           (patch by A. Lukyanov).
12603         + modify test/ncurses.c and tputs, etc., to allow trace counting
12604           output characters.
12605         + add hashtest.c program to time the hashmap optimization.
12606         > patch 316 (ESR):
12607         + add logic to deal with magic-cookie (how was this tested?)
12608           (lib_doupdate.c).
12609         + add ncurses.c driver for magic-cookie, some fixes to ncurses.c
12610         > patch 315 (ESR):
12611         + merge changes to lib_doupdate.c to use ech and rep - untested
12612           (patch by Alexander V Lukyanov).
12613         + modified handling of interrupted system calls - untested
12614           (lib_getch.c, lib_twait.c).
12615         + new function _nc_mvcur_resume()
12616         + fix return value for 'overlay()', 'overwrite()'
12617
12618 960914  - snapshot
12619         + implement subwindow-logic in wresize, minor fixes to ncurses 'g'
12620           test.
12621         + corrected bracketing of fallback.c (reported/suggested fix by Juergen
12622           Ehling <eh@eclipse.aball.de>).
12623         + update xterm-color to reflect XFree86 3.1.3G release.
12624         + correct broken dtterm description from #314 patch (e.g., spurious
12625           newline.  The 'pairs' change might work, but no one's tested it
12626           either ;-)
12627         + clarify the documentation for the builtin form fieldtypes (Juergen
12628           Pfeifer)
12629         > patch 314 (ESR):
12630         + reset scroll region on startup rather than at wrapup time
12631           (enhancement suggested by Alexander V Lukyanov).
12632         + make storage of palette tables and their size counts per-screen for
12633           multi-terminal applications (suggested by Alexander V Lukyanov).
12634         + Improved error reporting for infotocap translation errors.
12635         + Update terminfo.src to 9.13.14.
12636
12637 960907  - snapshot
12638         + rewrote wgetstr to make it erase control chars and also fix bogus use
12639           of _nc_outstr which caused the display to not wrap properly (display
12640           problem reported by John M. Flinchbaugh <glynis@netrax.net>)
12641         + modify ncurses 'f' test to accommodate terminal responses to C1 codes
12642           (and split up this screen to accommodate non-ANSI terminals).
12643         + test enter_insert_mode and exit_insert_mode in has_ic().
12644         + removed bogus logic in mvcur that assumes nl/nonl set output modes
12645           (XSI says they are input modes; SVr4 implements this).
12646         + added macros SET_TTY, GET_TTY to term.h
12647         + correct getstr() logic that altered terminal modes w/o restoring.
12648         + disable ICRNL, etc., during initialization to match SVr4, removing
12649           the corresponding logic from raw, cbreak, etc.
12650         + disable ONLCR during initialization, to match SVr4 (this is needed
12651           for cursor optimization when the cursor-down is a newline).
12652         + replaced ESR's imitation of wresize with my original (his didn't
12653           work).
12654
12655 960831  - snapshot
12656         + memory leaks (Alexander V. Lukyanov).
12657         + modified pnoutrefresh() to be more tolerant of too-large screen
12658           size (reported by Michael Elkins).
12659         + correct handling of terminfo files with no strings (Philippe De
12660           Muyter)
12661         + correct "tic -s" to take into account -I, -C options.
12662         + modify ncurses 'f' test to not print codes 80 through 9F, since they
12663           are considered control codes by ANSI terminals.
12664
12665 960824  - snapshot
12666         + correct speed variable-type in 'tgetent()' (reported by Peter Wemm)
12667         + make "--enable-getcap" configuration-option work (reported by
12668           Peter Wemm <peter@spinner.DIALix.COM>)
12669
12670 960820
12671         + correct err in 960817 that changed return-value of tigetflag()
12672           (reported by Alexander V. Lukyanov).
12673         + modify infocmp to use library default search-path for terminfo
12674           directory (Alexander V. Lukyanov).
12675
12676 960817  - snapshot
12677         + corrected an err in mvcur that broke resizing-behavior.
12678         + correct fall-thru behavior of _nc_read_entry(), which was not finding
12679           descriptions that existed in directories past the first one searched
12680           (reported by Alexander V. Lukyanov)
12681         + corrected typo in dtterm description.
12682         > patch 313 (ESR):
12683         + add dtterm description
12684         + clarify ncurses 'i' test (drop mvwscanw subtest)
12685
12686 960810  - snapshot
12687         + correct nl()/nonl() to work as per SVr4 & XSI.
12688         + minor fixes to ncurses.c (use 'noraw()', mvscanw return-code)
12689         + refine configure-test for "-g" option (Tim Mooney).
12690         + correct interaction between O_BLANK and NEW_LINE request in form
12691           library (Juergen Pfeifer)
12692
12693 960804
12694         + revised fix to tparm; previous fix reversed parameter order.
12695         > patch 312 (ESR):
12696           correct terminfo.src corrupted by #310
12697         > patch 311 (ESR):
12698         + fix idlok() and idcok() and the default of the idlok switch (report
12699           by Ville Sulko).
12700
12701 960803  - snapshot
12702         + corrected tparm to handle capability strings without explicit pop
12703           (reported by William P Setzer)
12704         + add fallback def for GCC_NORETURN, GCC_UNUSED for termcap users
12705           (reported by Tim Mooney).
12706         > patch 310 (ESR):
12707         + documentation and prototyping errors for has_color, immedok and idcok
12708           (reported by William P Setzer <wsetzer@pams.ncsu.edu>)
12709         + updated qnx terminfo entry (patch by Michael Hunter)
12710
12711 960730
12712         + eliminate quoted includes in ncurses subdirectory, ensure config.h
12713           is included first.
12714         + newterm initializes terminal settings the same as initscr (reported
12715           by Tim Mooney).
12716
12717 960727  - snapshot
12718         + call cbreak() in initscr(), as per XSI & SVr4.
12719         + turn off hardware echo in initscr() as per XSI & SVr4
12720         > patch 309 (ESR):
12721         + terminfo changes (9.3.9), from BRL
12722         + add more checks to terminfo parser.
12723         + add more symbols to infocmp.
12724
12725 960720  - snapshot
12726         + save previous-attribute in lib_vidattr.c if SP is null (reported by
12727           Juergen Fluk <louis@dachau.marco.de>)
12728         + corrected calls on _nc_render so that background character is set
12729           as per XSI.
12730         + corrected wbkgdset macro (XSI allows background character to be
12731           null), and tests that use it.
12732         + more corrections to terminfo (xterm & rxvt)
12733         + undid change to mcprint prototype (cannot use size_t in curses.h
12734           because not all systems declare it in the headers that we can safely
12735           include therein).
12736         + move the ifdefs for errno into curses.priv.h
12737         > patch 308 (ESR):
12738         + terminfo changes (9.3.8)
12739         + modified logic of error-reporting in terminfo parser
12740         + fix option-processing bug in toe.
12741
12742 960713  - snapshot
12743         + always check for <sys/bsdtypes.h> since ISC needs it to declare
12744           fd_set (Juergen Pfeifer)
12745         + install shared-libraries on NetBSD/FreeBSD with ABI-version (reported
12746           by Juergen Pfeifer, Mike Long)
12747         + add LOCAL_LDFLAGS2 symbol (Juergen Pfeifer)
12748         + corrected prototype for delay_output() -- bump ABI to 3.2
12749         + patch 307 (ESR):
12750         + enable more translations of nonstandard caps, and document them.
12751         + misc/terminfo.src update to 9.13.8
12752         + patch 306 (ESR):
12753         + moved logic that filters out rmul and rmso from setupterm to newterm
12754           where it is less likely to interfere with termcap applications.
12755         + cosmetic fixes to test/ncurses.c
12756         + modify open() call in ncurses/read_entry.c to use O_RDONLY symbol
12757           rather than constant (report by mib).
12758         + misc/terminfo.src sgr0 and acsc changes (report by Philippe De
12759           Muyter).
12760         + modify ncurses/comp_parse.c so that entries containing a "+" can
12761           have missing rmcup vs smcup.
12762
12763 960707
12764         + rollback ESR's #305 change to terminfo.src (it breaks existing
12765           applications, e.g., 'less 290').
12766         + correct path of edit_man.sh, and fix typo that made all man-pages
12767           preformatted.
12768         + restore man/menu_requestname.3x omitted in Zeyd's resync (oops).
12769         + auto-configure the GCC_PRINTFLIKE/GCC_SCANFLIKE macros (reported by
12770           Philippe De Muyter).
12771
12772 960706  - snapshot
12773         + make lib_vidattr.c more readable using macros.
12774         + filter out rmul, rmso that conflict with sgr0 when reading terminal
12775           descriptions.
12776         + work around autoconf bug, force $INSTALL to absolute path
12777           (reported by Zeyd).
12778         + modify man-page install for BSDI to install preformatted .0 files
12779           (reported by David MacKenzie).
12780         + add/use gcc __attribute__ for printf and scanf in curses.h
12781         + added SGR attributes test-case to ncurses
12782         + revised ncurses 't' logic to show trace-disable effect in the menu.
12783         + use getopt in ncurses program to process -s and -t options.
12784         + make ncurses 'p' legend toggle with '?'
12785         + disable scrollok during the ncurses 'p' test; if it is enabled the
12786           stdscr will scroll when putting the box-corners in the lower-right
12787           of the screen.
12788         > patch 305 (ESR):
12789         + added sanity-checking of various paired string attributes.
12790         + misc/terminfo.src update to 9.13.7 (report by A. Lukyanov).
12791         + modify man/Makefile.in to make terminfo.5 during normal build.
12792         > patch 304 (ESR):
12793         + corrected allocation-length for $HOME/.terminfo path.
12794
12795 960629  - snapshot
12796         + check return code of _nc_mvcur_scrolln() in _nc_scroll_optimize() for
12797           terminals with no scrolling-support (reported by Nikolay Shadrin
12798           <queen@qh.mirea.ac.ru>)
12799         + added ^S scrollok-toggle to ncurses 'g' test.
12800         + added ^T trace-toggle to ncurses tests.
12801         + modified ncurses test program to use ^Q or ESC consistently for
12802           terminating tests (rather than ^D), and to use control keys rather
12803           than function keys in 'g' test.
12804         + corrected misplaced wclrtoeol calls in addch to accommodate wrapping
12805           (reported by Philippe De Muyter).
12806         + modify lib_doupdate.c to use effective costs to tradeoff between
12807           delete-character/insert-character vs normal updating (reported by
12808           David MacKenzie).
12809         + compute effective costs for screen update operations (e.g., clr_eos,
12810           delete_character).
12811         + corrected error in knight.c exposed by wrap fixes in 960622; the
12812           msgwin needed scrollok set.
12813         + corrected last change to IDcTransformLine logic to avoid conflict
12814           between PutRange and InsStr
12815         + modified run_tic.sh to not use /usr/tmp (reported by David
12816           MacKenzie), and further revised it and aclocal.m4 to use $TMPDIR if
12817           set.
12818         + corrected off-by-one in RoomFor call in read_entry.c
12819
12820 960622  - snapshot
12821         + modified logic that wraps cursor in addch to follow the XSI spec,
12822           (implemented in SVr4) which states that the cursor position is
12823           updated when wrapping.  Renamed _NEED_WRAP to _WRAPPED to reflect the
12824           actual semantics.
12825         + added -s option to tic, to provide better diagnostics in run_tic.sh
12826         + improved error-recovery for tabset install.
12827         + change ABI to 3.1 (dropped tparam, corrected getbkgd(), added
12828           _yoffset to WINDOW).
12829         + modified initialization of SP->_ofp so that init_acs() is called with
12830           the "right" file pointer (reported by Rick Marshall <rjm@nlc.net.au>
12831         + documentation fixes (Juergen Pfeifer).
12832         + corrected, using new SCREEN and WINDOW members, the behavior of
12833           ncurses if one uses ripoffline() to remove a line from the top of the
12834           screen (Juergen Pfeifer).
12835         + modified autoconf scripts to prepare for Ada95 (GNAT) binding to
12836           ncurses (Juergen Pfeifer).
12837         + incorrect buffer-size in _nc_read_entry, reported by ESR.
12838
12839 960617
12840         + corrected two logic errors in read_entry.c, write_entry.c (called by
12841           tic, the write/read of terminfo entries used inconsistent rules for
12842           locating the entries; the $TERMINFO_DIRS code would find only the
12843           first entry in a list).
12844         + refined pathname computation in run_tic.sh and shlib.
12845         + corrected initialization of $IP in misc/run_tic.sh
12846
12847 960615  - snapshot
12848         + ifdef'd out _nc_hash_map() call because it does not improve speed.
12849         + display version of gcc if configure script identifies it.
12850         + modify configure script to use /usr as Linux's default prefix.
12851         + modify run_tic.sh to use shlib script, fixes some problems installing
12852           with a shared-library configuration.
12853         + adjusted configure script so that it doesn't run tests with the
12854           warnings turned on, which makes config.log hard to read.
12855         + added 'lint' rule to top-level Makefile.
12856         + added configure option '--with-install-prefix' for use by system
12857           builders to install into staging locations (requested by
12858           Charles Levert <charles@comm.polymtl.ca>).
12859         + corrected autoconfigure for Debian man program; it's not installed
12860           as "man_db".
12861         + set noecho in 'worm'; it was ifdef'd for debug only
12862         + updated test/configure.in for timing-display in ncurses 'p' test
12863         + corrected misspelled 'getbkgd()'.
12864         + corrected wbkgdset to work like observed syvr4 (sets A_CHARTEXT part
12865           to blank if no character given, copies attributes to window's
12866           attributes).
12867         + modified lib_doupdate.c to use lower-level SP's current_attr state
12868           instead of curscr's state, since it is redundant.
12869         + correction to IDcTransformLine logic which controls where InsStr is
12870           invoked (refined by Alexander V Lukyanov).
12871         > patch 303 (ESR):
12872         + conditionally include Chris Torek's hash function _nc_hash_map().
12873         + better fix for nvi refresh-bug (Rick Marshall)
12874         + fix for bug in handling of interrupted keystroke waits,
12875           (Werner Fleck).
12876         + misc/ncurses-intro.html syntax fix (Kajiyama Tamito).
12877
12878 960601  - snapshot
12879         + auto-configure man-page compression-format and renames for Debian.
12880         + corrected several typos in curses.h.in (i.e., the mvXXXX macros).
12881         + re-order curses.priv.h for lint.
12882         + added rules for lintlib, lint
12883         + corrected ifdef for BROKEN_LINKER in MKnames.awk.in
12884         + corrected missing INSTALL_DATA in misc/Makefile.in
12885         + flush output when changing cursor-visibility (Rick Marshall)
12886         + fix a minor bug in the _nc_ripoff() routine and improve error
12887           checking when creating the label window (Juergen Pfeifer).
12888         + enhancement to the control over the new PC-style soft key format.
12889           allow caller now to select whether or not one wants to have
12890           the index-line; see curs_slk.3x for documentation (Juergen Pfeifer).
12891         + typos, don't use inline with "-g" (Philippe De Muyter)
12892         + fixes for menus & wattr-, slk-functions (Juergen Pfeifer)
12893
12894 960526  - snapshot
12895         + removed --with-ticdir option altogether, maintain compatibility with
12896           existing applications via symbolic link in run_tic.sh
12897         + patch for termio.h, signal (Philippe De Muyter)
12898         + auto-configure gcc warning options rather than infer from version.
12899         + auto-configure __attribute__ for different gcc versions.
12900         + corrected special use of clearok() in hardscroll.c by resetting flag
12901           in wrefresh().
12902         + include stdlib.h before defs for EXIT_SUCCESS, for OSF/1.
12903         + include sys/types.h in case stdlib.h does not declare size_t.
12904         + fixes for makefile (Tim Mooney)
12905         + fixes for menus & forms (Juergen Pfeifer)
12906         > patch 302 (ESR):
12907         + improve hash function (suggested by Alexander V Lukyanov).
12908         + 9.13.4 update for terminfo.src
12909
12910 960518  - snapshot
12911         + revised ncurses.c panner test, let pad abut all 4 sides of screen.
12912         + refined case in lib_doupdate.c for ClrToEOL().
12913         + corrected prior change for PutRange (Alexander V Lukyanov
12914           <lav@yars.free.net>).
12915         + autoconf mods (Tim Mooney <mooney@dogbert.cc.ndsu.NoDak.edu>).
12916         + locale fix for forms (Philippe De Muyter <phdemuyt@ulb.ac.be>)
12917         + renamed "--with-datadir" option to "--with-ticdir" to avoid
12918           confusion, and made this check for the /usr/lib/terminfo pre-existing
12919           directory.
12920         > patches 299-301 (ESR):
12921         + html fixes (Phillippe de Muyter).
12922         + fix typo in ncurses-intro.html (report by Fabrizio Polacco).
12923         + added hashmap.c
12924         + mods to tracing, especially for ACS chars.
12925         + corrected off-by-one in IDCtransform.
12926         + corrected intermittent mouse bug by using return-value from read().
12927         + mods to parse_entry.c, for smarter defaults.
12928
12929 960512
12930         + use getopt in 'tic'; added -L option and modified -e option to allow
12931           list from a file.
12932
12933 960511
12934         + don't use fixed buffer-size in tparm().
12935         + modified tic to create terminfo directory if it doesn't exist.
12936         + added -T options to tic and infocmp (for testing/analysis)
12937         + refined the length criteria for termcap and terminfo
12938         + optimize lib_doupdate with memcpy, PutRange
12939         > patches 297, 298 (ESR):
12940         + implement TERMINFO_DIRS, and -o option of tic
12941         + added TRACE_IEVENT
12942         + fix REQ_TOGGLE_ITEM in menu/menu_driver.c; it could select but not
12943           deselect.
12944         + added lib_print.c (request by Rick Marshall).
12945         + added has_key() (request by Juergen Pfeifer).
12946         + do not issue clrtoeol or clrtobot if the relevant portion of the line
12947           is already blank (analysis by Keith Bostic).
12948         + add parentheses for parameters of COLOR_PAIR and PAIR_NUMBER macros
12949           (analysis by Jurgen Eidt).
12950         + update screen's notion of cursor position in endwin() (analysis by
12951           Alexander Lukyanov).
12952         + added 't' to ncurses.c test.
12953         + moved delay_output() to lib_tputs.c
12954         + removed tparam() (was added in 1.9.9, but conflicts with emacs and
12955           is not part of X/Open Curses).
12956         + removed boolean version of 'getm'.
12957         + misc cursor & optimization fixes.
12958
12959 960504  - snapshot
12960         + modified ncurses 'p' test to allow full-screen range for panner size.
12961         + fixes for locale (Philippe De Muyter <phdm@labauto1.ulb.ac.be>)
12962         + don't use fixed buffer-size in fmt_entry().
12963         + added usage-message to 'infocmp'.
12964         + modified install.includes rules to prepend subdirectory-name to
12965           "#include" if needed.
12966
12967 960430
12968         + protect wrefresh, wnoutrefresh from invocation with pad argument.
12969         + corrected default CCFLAGS in test/Makefile.
12970
12971 960428  - snapshot
12972         + implemented logic to support terminals with background color erase
12973           (e.g., rxvt and the newer color xterm).
12974         + improved screen update logic (off-by-one logic error; use clr_eos if
12975           possible)
12976
12977 960426  - snapshot
12978         + change ncurses 'a' test to run in raw mode.
12979         + make TIOCGWINSZ configure test less stringent, in case user
12980           configures via terminal that cannot get screen size.
12981         > patches 295, 296 (ESR):
12982         + split lib_kernel.c, lib_setup.c and names.c in order to reduce
12983           overhead for programs that use only termcap features.
12984         + new "-e" and "-h" options of tic (request by Tony Nugent).
12985         + fix bug in mandatory-delay logic in lib_tputs.c (report by Sven
12986           Verdoolaege).
12987         + fix for "infocmp -e" to emit correct initializers (reported by Manual
12988           J Novoa III).
12989         + restore working-directory in read_termcap.c (report by Kayvan
12990           Sylvan).
12991         + use "-h" option on Solaris when generating shared libraries on
12992           Solaris 2.5 to record the library name in the file, for assisting
12993           the loader (patch by Scott Kramer).
12994         + undo patch #294 changes to form and menu libraries (request by
12995           Juergen Pfeifer).
12996
12997 960418  - snapshot
12998         + use autoconf 2.9
12999         + fix for AIX 3.2.5 (must define _POSIX_SOURCE to get termios struct
13000           definitions via <termios.h>, modified macros in lib_raw.c to avoid
13001           K&R-style substitution)
13002         > patches 293, 294 (ESR):
13003         + rewrite wsyncup(), wsyncdown(), as well as small fixes to form and
13004           menu libraries to fix echo-breakage introduced by 1.8.9, 1.9.9e
13005           changes (patches by Juergen Pfeifer).
13006         + fix compile under QNX 4.2 by defining ONLCR in lib_raw.c when
13007           __QNX__ is defined (patch by Michael Hunter).
13008         + modify setupterm() to match documentation for its return value, fix
13009           newterm to work with this change (report by Emmet Lazich).
13010         + add checks in getch() for error, return ERR as appropriate (report by
13011           Emmet Lazich).
13012         + mods to wgetch() in cooked mode (report by Pete Seebach).
13013         + corrected askuser() logic in tset (patch by Remco Treffkorn).
13014         + correct interaction of endwin() with mouse processing (report by
13015           Michael Elkins).
13016         + added trace support for TTY flags
13017         + update terminfo.src to 9.13.1
13018         + FreeBSD console entries (patch by Andrew Chernov).
13019
13020 960406
13021         + fixes for NeXT, ISC and HPUX auto-configure
13022         + autogenerate development header-dependencies (config.h, *.priv.h)
13023         + corrected single-column formatting of "use=" (e.g., in tic)
13024         + modify tic to read full terminfo-names
13025         + corrected divide-by-zero that caused hang (or worse) when redirecting
13026           output
13027         + modify tic to generate directories only as-needed (and corrected
13028           instance of use of data from function that had already returned).
13029
13030 ### ncurses-1.9.8a -> 1.9.9e
13031
13032 * fixed broken wsyncup()/wysncdown(), as a result wnoutrefresh() now has
13033   copy-changed-lines behavior.
13034 * added and documented wresize() function.
13035 * more fixes to LOWER-RIGHT corner handling.
13036 * changed the line-breakout optimization code to allow some lines to be
13037   emitted before the first check.
13038 * added option for tic to use symbolic instead of hard links (for AFS)
13039 * fix to restore auto-wrap mode.
13040 * trace level can be controlled by environment variable.
13041 * better handling of NULs in terminal descriptions.
13042 * improved compatibility with observed SVR4 behavior.
13043 * the refresh behavior of over-lapping windows is now more efficient and
13044   behaves like SVR4.
13045 * use autoconf 2.7, which results in a working setup for SCO 5.0.
13046 * support for ESCDELAY.
13047 * small fixes for menu/form code.
13048 * the test directory has its own configure.
13049 * fixes to pads when optimizing scrolling.
13050 * fixed several off-by-one bugs.
13051 * fixes for termcap->terminfo translation; less restrictions more correct
13052   behavior.
13053
13054 ### ncurses-1.9.7 -> 1.9.8a
13055
13056 * teach infocmp -i to recognize ECMA highlight sequences
13057 * infocmp now dumps all SVr4 termcaps (not just the SVr4 ones) on -C
13058 * support infocmp -RBSD.
13059 * satisfy XSI Curses requirement that every macro be available as a function.
13060 * This represents the last big change to the public interface of ncurses. The
13061   ABI_VERSION has now been set at 3.0 and should stay there barring any great
13062   catastrophies or acts of God.
13063 * The C++ has been cleaned up in reaction to the changes to satisfy XSI's
13064   requirements.
13065 * libncurses now gets linked to libcurses to help seamless emulation
13066   (replacement) of a vendor's curses. --disable-overwrite turns this behavior
13067   off.
13068
13069 ### ncurses-1.9.6 -> 1.9.7
13070
13071 * corrected return values of setupterm()
13072 * Fixed some bugs in tput (it does padding now)
13073 * fixed a bug in tic that made it do the wrong thing on entries with more than
13074   one `use' capability.
13075 * corrected the screen-size calculation at startup time to alter the
13076   numeric capabilities as per SVr4, not just LINES and COLS.
13077 * toe(1) introduced; does what infocmp -T used to.
13078 * tic(1) can now translate AIX box1 and font[0123] capabilities.
13079 * tic uses much less core, the dotic.sh kluge can go away now.
13080 * fix read_entry() and write_entry() to pass through cancelled capabilities OK.
13081 * Add $HOME/.terminfo as source/target directory for terminfo entries.
13082 * termcap compilation now automatically dumps an entry to $HOME/.terminfo.
13083 * added -h option to toe(1).
13084 * added -R option to tic(1) and infocmp(1).
13085 * added fallback-entry-list feature.
13086 * added -i option to infocmp(1).
13087 * do a better job at detecting if we're on SCO.
13088
13089 ### ncurses-1.9.5 -> 1.9.6
13090
13091 * handling of TERMCAP environment variables now works correctly.
13092 * various changes to shorten termcap translations to less that 1024 chars.
13093 * tset(1) added
13094 * mouse support for xterm.
13095 * most data tables are now const and accordingly live in shareable text space.
13096 * Obey the XPG4/SVr4 practice that echo() is initally off.
13097 * tic is much better at translating XENIX and AIX termcap entries now.
13098 * tic can interpret ko capabilities now.
13099 * integrated Juergen Pfeifer's forms library.
13100 * taught write_entry() how not to write more than it needs to; this change
13101   reduces the size of the terminfo tree by a full 26%!
13102 * infocmp -T option added.
13103 * better warnings about historical tic quirks from tic.
13104
13105 ### ncurses 1.9.4 -> 1.9.5
13106
13107 * menus library is now included with documentation.
13108 * lib_mvcur has been carefully profiled and tuned.
13109 * Fixed a ^Z-handling bug that was tanking lynx(1).
13110 * HJ Lu's patches for ELF shared libraries under Linux
13111 * terminfo.src 9.8.2
13112 * tweaks for compiling in seperate directories.
13113 * Thomas Dickey's patches to support NeXT's brain-dead linker
13114 * Eric Raymond's patches to fix problems with long termcap entries.
13115 * more support for shared libraries under SunOS and IRIX.
13116
13117 ### ncurses 1.9.3 -> 1.9.4
13118
13119 * fixed an undefined-order-of-evaluation bug in lib_acs.c
13120 * systematically gave non-API public functions and data an _nc_ prefix.
13121 * integrated Juergen Pfeifer's menu code into the distribution.
13122 * totally rewrote the knight test game's interface
13123
13124 ### ncurses 1.9.2c -> 1.9.3
13125
13126 * fixed the TERMCAP_FILE Support.
13127 * fixed off-by-one errors in scrolling code
13128 * added tracemunch to the test tools
13129 * took steps to cut the running time of make install.data
13130
13131 ### ncurses 1.9.2c -> 1.9.2d
13132
13133 * revised 'configure' script to produce libraries for normal, debug,
13134   profile and shared object models.
13135
13136 ### ncurses 1.9.1 -> 1.9.2
13137
13138 * use 'autoconf' to implement 'configure' script.
13139 * panels support added
13140 * tic now checks for excessively long termcap entries when doing translation
13141 * first cut at eliminating namespace pollution.
13142
13143 ### ncurses 1.8.9 -> 1.9
13144
13145 * cleanup gcc warnings for the following: use size_t where 'int' is not
13146   appropriate, fixed some shadowed variables, change attr_t to compatible with
13147   chtype, use attr_t in some places where it was confused with 'int'.
13148 * use chtype/attr_t casts as appropriate to ensure portability of masking
13149   operations.
13150 * added-back waddchnstr() to lib_addstr.c (it had been deleted).
13151 * supplied missing prototypes in curses.h
13152 * include <termcap.h> in lib_termcap.c to ensure that the prototypes
13153   are consistent (they weren't).
13154 * corrected prototype of tputs in <termcap.h>
13155 * rewrote varargs parsing in lib_tparm.c (to avoid referencing memory
13156   that may be out of bounds on the stack) -- Purify found this.
13157 * ensure that TRACE is defined in lib_trace.c (to solve prototype
13158   warnings from gcc).
13159 * corrected scrolling-region size in 'mvcur_wrap()'
13160 * more spelling fixes
13161 * use 'calloc()' to allocate WINDOW struct in lib_newwin.c (Purify).
13162 * set default value for SP->_ofp in lib_set_term.c (otherwise SunOS dumps
13163   core in init_acs()).
13164 * include <errno.h> in write_entry.c (most "braindead" includes declare errno
13165   in that file).
13166
13167 ### ncurses 1.8.8 -> 1.8.9
13168
13169 * compile (mostly) clean with gcc 2.5.8 -Wall -Wstrict-prototypes
13170   -Wmissing-prototypes -Wconversion and using __attribute__ to flush out
13171   non-portable use of "%x" for pointers, or for chtype data (which is declared
13172   as a long).
13173 * modified doupdate to ensure that typahead was turned on before attempting
13174   select-call (otherwise, some implementations hang).
13175 * added trace mask TRACE_FIFO, use this in lib_getch.c to allow finer
13176   resolution of traces.
13177 * improved bounds checking on several critical functions.
13178 * the data directory has been replaced by the new master terminfo file.
13179 * -F file-comparison option added to infocmp.
13180 * compatibility with XSI Curses is now documented in the man bages.
13181 * wsyncup/wsyncdown functions are reliable now; subwindow code in general
13182   is much less flaky.
13183 * capabilities ~msgr, tilde_glitch, insert_padding, generic_type, no_pad_char,
13184   memory_above, memory_below, and hard_copy are now used properly.
13185 * cursor-movement optimization has been completely rewritten.
13186 * vertical-movement optimization now uses hardware scrolling, il, dl.
13187
13188 ### ncurses 1.8.7 -> 1.8.8
13189 * untic no longer exists, infocmp replaces it.
13190 * tic can understand termcap now, especially if it is called captoinfo.
13191 * The Linux Standard Console terminfo entry is called linux insead of console.
13192   It also uses the kernel's new method of changing charsets.
13193 * initscr() will EXIT upon error (as the docs say) This wil mostly happen if
13194   you try to run on an undefined terminal.
13195 * I can get things running on AIX but tic can't compile terminfo. I have to
13196   compile entries on another machine. Volunteers to hunt this bug are welcome.
13197 * wbkgd() and wbkgdset() can be used to set a windows background to color.
13198   wclear()/werase() DO NOT use the current attribute to clear the screen.
13199   This is the way SVR4 curses works. PDCurses 2.1 is broken in this respect,
13200   though PDCurses 2.2 has been fixed.
13201 * cleaned up the test/ directory.
13202 * test/worm will segfault after quite a while.
13203 * many spelling corrections courtesy of Thomas E. Dickey
13204
13205 ### ncurses 1.8.6 -> 1.8.7
13206 * cleaned up programs in test/ directory.
13207 * fixed wbkgdset() macro.
13208 * modified getstr() to stop it from advancing cursor in noecho mode.
13209 * modified linux terminfo entry to work with the latest kernel to get
13210   the correct alternate character set.
13211 * also added a linux-mono entry for those running on monochrome screens.
13212 * changed initscr() so that it behaves like the man page says it does.
13213   this fixes the problem with programs in test/ crashing with SIGSEV if
13214   a terminal is undefined.
13215 * modified addch() to avoid using any term.h #define's
13216 * removed duplicate tgoto() in lib_tparm.c
13217 * modified dump_entry.c so that infocmp deals correctly with ',' in acsc
13218 * modified delwin() to correctly handle deleting subwindows.
13219 * fixed Makefile.dist to stop installing an empty curses.h
13220 * fixed a couple of out-of-date notes in man pages.
13221
13222 ### ncurses 1.8.5 -> 1.8.6
13223 * Implemented wbkgd(), bkgd(), bkgdset(), and wbkgdset().
13224 * The handling of attributes has been improved and now does not turn off color
13225   if other attributes are turned off.
13226 * scrolling code is improved. Scrolling in subwindows is still broken.
13227 * Fixes to several bugs that manifest them on platforms other than Linux.
13228 * The default to meta now depends on the status of the terminal when ncurses
13229   is started.
13230 * The interface to the tracing facility has changed.  Instead of the pair of
13231   functions traceon() and traceoff(), there is just one function trace() which
13232   takes a trace mask argument.  The trace masks, defined in curses.h, are
13233   as follows:
13234
13235         #define TRACE_DISABLE   0x00    /* turn off tracing */
13236         #define TRACE_ORDINARY  0x01    /* ordinary trace mode */
13237         #define TRACE_CHARPUT   0x02    /* also trace all character outputs */
13238         #define TRACE_MAXIMUM   0x0f    /* maximum trace level */
13239
13240   More trace masks may be added, or these may be changed, in future releases.
13241 * The pad code has been improved and the pad test code in test/ncurses.c has
13242   been improved.
13243 * The prototype ansi entry has been changed to work with a wider variety
13244   of emulators.
13245 * Fix to the prototype ansi entry that enables it to work with PC emulators
13246   that treat trailing ";m" in a highlight sequence as ";0m"; this doesn't
13247   break operation with any emulators.
13248 * There are now working infocmp, captoinfo, tput, and tclear utilities.
13249 * tic can now compile entries in termcap syntax.
13250 * Core-dump bug in pnoutrefresh fixed.
13251 * We now recognize and compile all the nonstandard capabilities in Ross
13252   Ridge's mytinfo package (rendering it obsolete).
13253 * General cleanup and documentation improvements.
13254 * Fixes and additions to the installation-documentation files.
13255 * Take cursor to normal mode on endwin.
13256
13257 ### ncurses 1.8.4 -> 1.8.5
13258 * serious bugs in updating screen which caused erratic non-display,
13259   fixed.
13260 * fixed initialization for getch() related variable which cause
13261   unpredictable results.
13262 * fixed another doupdate bug which only appeared if you have
13263   parm_char.
13264 * implemented redrawln() and redrawwin().
13265 * implemented winsnstr() and related functions.
13266 * cleaned up insertln() and deleteln() and implemented (w)insdeln().
13267 * changed Makefile.dist so that installation of man pages will
13268   take note of the terminfo directory.
13269 * fixed Configure (removed the mysterious 'X').
13270 * Eric S. Raymond fixed the script.* files so that they work with
13271   stock awk.
13272
13273 #### ncurses 1.8.3 -> 1.8.4 #### ####
13274 * fixed bug in refreshing the screen after return from shell_mode.
13275   There are still problems but they don't manifest themselves on
13276   my machine (Linux 0.99.14f).
13277 * added wgetnstr() and modified things accordingly.
13278 * fixed the script.src script.test to work with awk not just gawk.
13279 * Configure can now take an argument of the target system.
13280 * added test/ncurses.c which replaces several other programs and
13281   performs more testing.
13282 [Thanks to Eric S Raymond for the last 4]
13283 * more fixes to lib_overlay.c and added test/over.c to illustrate
13284   how it works.
13285 * fixed ungetch() to take int instead of ch.
13286 * fixes to cure wgetch() if flushinp() is called.
13287
13288 One note I forgot to mention in 1.8.3 is that tracing is off by
13289 default starting in the version. If you want tracing output, put
13290 traceon(); in your code and link with -ldcurses.
13291
13292 #### ncurses 1.8.2 -> ncurses 1.8.3 #### ####
13293 MAJOR CHANGES:
13294 1) The order of capabilities has been changed in order to achieve
13295 binary compatibility with SVR4 terminfo database. This has the
13296 unfortunate effect of breaking application currently linked with
13297 ncurses. To ensure correct behavior, recompile all such programs.
13298 Most programs using color or newer capabilities will break, others
13299 will probably continue to work ok.
13300
13301 2) Pavel Curtis has renounced his copyright to the public domain.
13302 This means that his original sources (posted to comp.sources.unix,
13303 volume 1) are now in the public domain.  The current sources are
13304 NOT in the public domain, they are copyrighted by me.  I'm
13305 entertaining ideas on what the new terms ncurses is released under.
13306
13307 3) Eric S. Raymond has supplied a complete set of man pages for
13308 ncurses in ?roff format. They will eventually replace most of the
13309 current docs. Both sets are included in this release.
13310
13311 Other changes and notes from 1.8.2 include:
13312 * SIGSEGV during scrolling no longer occurs.
13313 * Other problems with scrolling and use of idl have been corrected.
13314 * lib_getch.c has been re-written and should perform flawlessly.
13315   please use test/getch.c and any other programs to test this.
13316 * ripoffline() is implemented (Thanks to Eric) and slk_ functions
13317   changed accordingly.
13318 * I've added support for terminals that scroll if you write in the
13319   bottom-right corner.
13320 * fixed more bugs in pads code. If anybody has a program that uses
13321   pads I'd love a copy.
13322 * correct handling for terminal with back_color_erase capability
13323   (such as Linux console, and most PC terminals)
13324 * ^Z handling apparently didn't work (I should never trust code
13325   sent me to me without extensive testing). It now seems to be
13326   fixed. Let me know if you have problems.
13327 * I've added support for Apollo and NeXT, but it may still be
13328   incomplete, especially when dealing with the lack of POSIX
13329   features.
13330 * scrolling should be more efficient on terminals with idl
13331   capabilities. Please see src/lib_scroll.c for more notes.
13332 * The line drawing routines were offset by 1 at both ends. This
13333   is now fixed.
13334 * added a few missing prototypes and macros (e.g. setterm())
13335 * fixed code in src/lib_overlay.c which used to crash.
13336 * added a few more programs in test/ The ones from the PDCurses
13337   package are useful, especially if you have SVR4 proper. I'm
13338   interested in the results you get on such a systems (Eric? ;-).
13339   They already exposed certain bugs in ncurses.
13340 * See src/README for porting notes.
13341 * The C++ code should really replace ncurses.h instead of working
13342   around it. It should avoid name-space clashes with nterm.h (use
13343   rows instead of lines, etc.)
13344 * The C++ should compile ok. I've added explicit rules to the
13345   Makefile because no C++ defaults are documented on the suns.
13346 * The docs say that echo() and nocbreak() are mutually exclusive.
13347   At the moment ncurses will switch to cbreak() if the case above
13348   occurs. Should it continue to do so? How about echo() and noraw()?
13349 * PDCurses seem to assume that wclear() will use current attribute
13350   when clearing the screen. According to Eric this is not the case
13351   with SVR4.
13352 * I have discovered, to my chagrin, SunOS 4.x (and probably other systems)
13353   * doesn't have vsscanf and God knows what else!  I've will do a vsscanf().
13354 * I've also found out that the src/script.* rely on gawk and will not
13355   work with stock awk or even with nawk. Any changes are welcome.
13356 * Linux is more tolerant of NULL dereferences than most systems. This
13357   fact was exposed by hanoi.
13358 * ncurses still seems inefficient in drawing the screen on a serial
13359   link between Linux and suns. The padding may be the culprit.
13360 * There seems to be one lingering problem with doupdate() after shelling
13361   out. Despite the fact the it is sending out the correct information
13362   to the terminal, nothing takes effect until you press ^L or another
13363   refresh takes place. And yes, output does get flushed.
13364
13365 #### ncurses 1.8.1 -> ncurses 1.8.2 #### Nov 28, 1993 ####
13366
13367 * added support for SVR4 and BSDI's BSD/386.
13368 * major update and fix to scrolling routine.
13369 * MORE fixes to stuff in lib_getch.c.
13370 * cleaned-up configuration options and can now generate
13371         Config.* files through an awk script.
13372 * changed setupterm() so it can be called more than once,
13373         add added set_curterm(), del_curterm().
13374 * a few minor cleanups.
13375 * added more prototypes in curses.h
13376
13377 #### ncurses 1.8 -> ncurses 1.8.1 #### Nov 4, 1993 ####
13378
13379 * added support for NeXTStep 3.0
13380 * added termcap emulation (not well tested).
13381 * more complete C++ interface to ncurses.
13382 * fixed overlay(), overwrite(), and added copywin().
13383 * a couple of bug fixes.
13384 * a few code cleanups.
13385
13386 #### ncurses 0.7.2/0.7.3 -> ncurses 1.8 #### Aug 31, 1993 ####
13387
13388 * The annoying message "can't open file." was due to missing
13389   terminfo entry for the used terminal. It has now been
13390   replaced by a hopefully more helpful message.
13391 * Problems with running on serial lines are now fixed.
13392 * Added configuration files for SunOS, Linux, HP/UX, Ultrix,
13393   386bsd/BSDI (if you have others send'em to me)
13394 * Cleaner Makefile.
13395 * The documentation in manual.doc is now more uptodate.
13396 * update optimization and support for hp terminals, and 386bsd
13397   console driver(s).
13398 * mvcur optimization for terminals without cursor addressing
13399   (doesn't work on Linux)
13400 * if cursor moved since last update, getch() will refresh the
13401   screen before working.
13402 * getch() & alarm() can now live together. in 0.7.3 a signal
13403   interrupted getch() (bug or feature?) now the getch is
13404   restarted.
13405 * scanw() et all were sick, now fixed.
13406 * support for 8-bit input (use meta()).
13407 * added default screen size to all terminfos.
13408 * added c++ Ncursesw class.
13409 * several minor bug fixes.
13410
13411 #### ncurses 0.7.2 -> ncurses 0.7.3 #### May 27, 1993 ####
13412
13413 * Config file to cope with different platforms (386BSD, BSDI, Ultrix, SunOS)
13414 * more fixes to lib_getch.c
13415 * changes related to Config
13416
13417 #### ncurses 0.7 -> ncurses 0.7.2 #### May 22, 1993 ####
13418
13419 * docs updated slightly (color usage is now documented).
13420 * yet another fix for getch(), this one fixes problems with ESC being swallowed
13421   if another character is typed before the 1 second timeout.
13422 * Hopefully, addstr() and addch() are 8-bit clean.
13423 * fixed lib_tparm.c to use stdarg.h (should run on suns now)
13424 * order of capabilities changed to reflect that specified in SYSV
13425   this will allow for binary-compatibility with existing terminfo dbs.
13426 * added halfdelay()
13427 * fixed problems with asc_init()
13428 * added A_PROTECT and A_INVIS
13429 * cleaned up vidputs()
13430 * general cleanup of the code
13431 * more attention to portability to other systems
13432 * added terminfos for hp70092 (wont work until changes to lib_update.c are
13433   made) and 386BSD pcvt drivers.
13434
13435 Thanks to Hellmuth Michaelis for his help.
13436 optimization code is slated for the next major release, stay tuned!
13437
13438 #### ncurses 0.6/0.61 -> ncurses 0.7 #### April 1, 1993
13439 Please note that the next release will be called 1.8. If you want to know about
13440 the rationale drop me a line.
13441
13442 Included are several test programs in test/.
13443 I've split up the panels library, reversi, tetris, sokoban. They are now
13444 available separately from netcom.com:pub/zmbenhal/
13445
13446 * color and ACS support is now fully compatible with SYSV at the terminfo
13447   level.
13448 * Capabilities now includes as many SYSV caps I could find.
13449 * tigetflag,tigetnum,tigetstr functions added.
13450 * boolnames, boolfnames, boolcodes numnames, numfnames, numcodes,
13451   strnames, strfnames, strcodes arrays are now added.
13452 * keyname() is added.
13453 * All function keys can be defined in terminfo entries.
13454 * fixed lin_tparm.c to behave properly.
13455 * terminfo entries for vt* and xterm are included (improvements are welcome)
13456 * more automation in handling caps and keys.
13457 * included fixes from 0.6.1
13458 * added a few more missing functions.
13459 * fixed a couple of minor bugs.
13460 * updated docs JUST a little (still miles behind in documenting the newer
13461         features).
13462
13463 #### ncurses 0.6 -> ncurses 0.61 ####
13464
13465 1) Included the missing data/console.
13466
13467 2) allow attributes when drawing boxes.
13468
13469 3) corrected usage of win->_delay value.
13470
13471 4) fixed a bug in lib_getch.c. if it didn't recognize a sequence it would
13472         simply return the last character in the sequence. The correct
13473         behavior is to return the entire sequence one character at a time.
13474
13475 #### ncurses0.5 -> ncurses0.6 #### March 1, 1993 ####
13476 * removed _numchngd from struct _win_st and made appropriate changes.
13477 * rewritten kgetch() to remove problems with interaction between alarm and
13478   read(). It caused SIGSEGV every now and then.
13479 * fixed a bug that miscounted the numbers of columns when updating.
13480   (in lib_doupdate.c(ClrUpdate() -- iterate to columns not columns-1)
13481 * fixed a bug that cause the lower-right corner to be incorrect.
13482   (in lib_doupdate.c(putChar() -- check against columns not columns-1)
13483 * made resize() and cleanup() static to lib_newterm.c
13484 * added notimeout().
13485 * added timeout() define in curses.h
13486 * added more function prototypes and fixed napms.
13487 * added use_env().
13488 * moved screen size detection to lib_setup.c.
13489 * fixed newterm() to confirm to prototype.
13490 * removed SIGWINCH support as SYSV does not define its semantics.
13491 * cleaned-up lib_touch.c
13492 * added waddnstr() and relatives.
13493 * added slk_* support.
13494 * fixed a bug in wdeleteln().
13495 * added PANEL library.
13496 * modified Makefile for smoother installation.
13497 * terminfo.h is really term.h
13498
13499 #### ncurses 0.4 -> ncurses 0.5 #### Feb 14, 1993 ####
13500 * changed _win_st structure to allow support for missing functionality.
13501 * Addition of terminfo support for all KEY_*.
13502 * Support for nodelay(), timeout(), notimeout().
13503 * fixed a bug with the keypad char reading that did not return ESC until
13504   another key is pressed.
13505 * nl mapping no longer occur on output (as should be)
13506   fixed bug '\n' no causing a LF.
13507 * fixed bug that reset terminal colors regardless of whether we use color
13508   or not.
13509 * Better support for ACS (not quite complete).
13510 * fixed bug in wvline().
13511 * added curs_set().
13512 * changed from signal() to sigaction().
13513 * re-included the contents of important.patch into source.
13514
13515 #### ncurses 0.3 -> ncurses 0.4 #### Feb 3, 1993 ####
13516 * Addition of more KEY_* definitions.
13517 * Addition of function prototypes.
13518 * Addition of several missing functions.
13519 * No more crashes if screen size is undefined (use SIGWINCH handler).
13520 * added a handler to cleanup after SIGSEGV (hopefully never needed).
13521 * changed SRCDIR from /etc/term to /usr/lib/terminfo.
13522 * renamed compile/dump to tic/untic.
13523 * New scrolling code.
13524 * fixed bug that reversed the sense of nl() and nonl().
13525
13526 #### ncurses 0.2 -> ncurses 0.3 #### Jan 20, 1993 ####
13527 * more support for color and graphics see test/ for examples.
13528 * fixed various files to allow correct update after shelling out.
13529 * more fixes for updates.
13530 * no more core dumps if you don't have a terminfo entry.
13531 * support for LINES and COLUMNS environment variables.
13532 * support for SIGWINCH signal.
13533 * added a handler for SIGINT for clean exits.
13534
13535 #### ncurses 0.1 -> ncurses 0.2 #### Aug 14, 1992 ####
13536 * support for color.
13537 * support for PC graphic characters.
13538 * lib_trace.c updated to use stdarg.h and vprintf routines.
13539 * added gdc.c (Great Digital Clock) as an example of using color.
13540
13541 #### ncurses -> ncurses 0.1 #### Jul 31, 1992 ####
13542 * replacing sgtty stuff by termios stuff.
13543 * ANSIfication of some functions.
13544 * Disabling cost analysis 'cause it's incorrect.
13545 * A quick hack for a terminfo entry.
13546
13547 -- vile:txtmode: