]> ncurses.scripts.mit.edu Git - ncurses.git/blob - NEWS
6990bdb644a39ea0942b552df0e6f63ba9d4bade
[ncurses.git] / NEWS
1 -------------------------------------------------------------------------------
2 -- Copyright (c) 1998-2012,2013 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.2112 2013/10/05 23:46:51 tom Exp $
29 -------------------------------------------------------------------------------
30
31 This is a log of changes that ncurses has gone through since Zeyd started
32 working with Pavel Curtis' original work, pcurses, in 1992.
33
34 Changes through 1.9.9e are recorded by Zeyd M Ben-Halim.
35 Changes since 1.9.9e are recorded by Thomas E Dickey.
36
37 Contributors include those who have provided patches (even small ones), as well
38 as those who provide useful information (bug reports, analyses).  Changes with
39 no cited author are the work of Thomas E Dickey (TD).
40
41 A few contributors are given in this file by their initials.
42 They each account for one percent or more of the changes since 1.9.9e.
43 See the AUTHORS file for the corresponding full names.
44
45 Changes through 1.9.9e did not credit all contributions;
46 it is not possible to add this information.
47
48 20131005
49         + minor fixes for ncurses-example package and makefile.
50         + add scripts for test-builds of cross-compiler packages for ncurses6
51           to MinGW.
52
53 20130928
54         + some build-fixes for ncurses-examples with NetBSD-6.0 curses, though
55           it lacks some common functions such as use_env() which is not yet
56           addressed.
57         + build-fix and some compiler warning fixes for ncurses-examples with
58           OpenBSD 5.3
59         + fix a possible null-pointer reference in a trace message from newterm.
60         + quiet a few warnings from NetBSD 6.0 namespace pollution by
61           nonstandard popcount() function in standard strings.h header.
62         + ignore g++ 4.2.1 warnings for "-Weffc++" in c++/cursesmain.cc
63         + fix a few overlooked places for --enable-string-hacks option.
64
65 20130921
66         + fix typo in curs_attr.3x (patch by Sven Joachim, cf: 20130831).
67         + build-fix for --with-shared option for DragonFly and FreeBSD (report
68           by Rong-En Fan, cf: 20130727).
69
70 20130907
71         + build-fixes for MSYS for two test-programs (patches by Ray Donnelly,
72           Alexey Pavlov).
73         + revert change to two of the dpkg format files, to work with dpkg
74           before/after Debian #700177.
75         + fix gcc -Wconversion warning in wattr_get() macro.
76         + add msys and msysdll to known host/configuration types (patch by
77           Alexey Pavlov).
78         + modify CF_RPATH_HACK configure macro to not rely upon "-u" option
79           of sort, improving portability.
80         + minor improvements for test-programs from reviewing Solaris port.
81         + update config.guess, config.sub from
82                 http://git.savannah.gnu.org/cgit/config.git
83
84 20130831
85         + modify test/ncurses.c b/B tests to display lines only for the
86           attributes which a given terminal supports, to make room for an
87           italics test.
88         + completed ncv table in terminfo.tail; it did not list the wide
89           character codes listed in X/Open Curses issue 7.
90         + add A_ITALIC extension (prompted by discussion with Egmont Koblinger).
91
92 20130824
93         + fix some gcc 4.8 -Wconversion warnings.
94         + change format of dpkg test-scripts to quilted to work around bug
95           introduced by Debian #700177.
96         + discard cached keyname() values if meta() is changed after a value
97           was cached using (report by Kurban Mallachiev).
98
99 20130816
100         + add checks in tic to warn about terminals which lack cursor
101           addressing, capabilities or having those, are marked as hard_copy or
102           generic_type.
103         + use --without-progs in mingw-ncurses rpm.
104         + split out _nc_init_termtype() from alloc_entry.c to use in MinGW
105           port when tic and other programs are not needed.
106
107 20130805
108         + minor fixes to the --disable-overwrite logic, to ensure that the
109           configured $(includedir) is not cancelled by the mingwxx-filesystem
110           rpm macros.
111         + add --disable-db-install configure option, to simplify building
112           cross-compile support packages.
113         + add mingw-ncurses.spec file, for testing cross-compiles.
114
115 20130727
116         + improve configure macros from ongoing work on cdk, dialog, xterm:
117           + CF_ADD_LIB_AFTER - fix a problem with -Wl options
118           + CF_RPATH_HACK - add missing result-message
119           + CF_SHARED_OPTS - modify to use $rel_builddir in cygwin and mingw
120             dll symbols (which can be overridden) rather than explicit "../".
121           + CF_SHARED_OPTS - modify NetBSD and DragonFly symbols to use ${CC}
122             rather than ${LD} to improve rpath support.
123           + CF_SHARED_OPTS - add a symbol to denote the temporary files that
124             are created by the macro, to simplify clean-rules.
125           + CF_X_ATHENA - trim extra libraries to work with -Wl,--as-needed
126         + fix a regression in hashed-database support for NetBSD, which uses
127           the key-size differently from other implementations (cf: 20121229).
128
129 20130720
130         + further improvements for setupterm manpage, clarifying the
131           initialization of cur_term.
132
133 20130713
134         + improve manpages for initscr and setupterm.
135         + minor compiler-warning fixes
136
137 20130706
138         + add fallback defs for <inttypes.h> and <stdint.h> (cf: 20120225).
139         + add check for size of wchar_t, use that to suppress a chunk of
140           wcwidth.h in MinGW port.
141         + quiet linker warnings for MinGW cross-compile with dll's using the
142           --enable-auto-import flag.
143         + add ncurses.map rule to ncurses/Makefile to help diagnose symbol
144           table issues.
145
146 20130622
147         + modify the clear program to take into account the E3 extended
148           capability to clear the terminal's scrollback buffer (patch by
149           Miroslav Lichvar, Redhat #815790).
150         + clarify in resizeterm manpage that LINES and COLS are updated.
151         + updated ansi example in terminfo.tail, correct misordered example
152           of sgr.
153         + fix other doclifter warnings for manpages
154         + remove unnecessary ".ta" in terminfo.tail, add missing ".fi"
155           (patch by Eric Raymond).
156
157 20130615
158         + minor changes to some configure macros to make them more reusable.
159         + fixes for tabs program (prompted by report by Nick Andrik):
160           + corrected logic in command-line parsing of -a and -c predefined
161             tab-lists options.
162           + allow "-0" and "-8" options to be combined with others, e.g.,"-0d".
163           + make warning messages more consistent with the other utilities by
164             not printing the full pathname of the program.
165           + add -V option for consistency with other utilities.
166         + fix off-by-one in columns for tabs program when processing an option
167           such as "-5" (patch by Nick Andrik).
168
169 20130608
170         + add to test/demo_forms.c examples of using the menu-hooks as well
171           as showing how the menu item user-data can be used to pass a callback
172           function pointer.
173         + add test/dots_termcap.c
174         + remove setupterm call from test/demo_termcap.c
175         + build-fix if --disable-ext-funcs configure option is used.
176         + modified test/edit_field.c and test/demo_forms.c to move the lengths
177           into a user-data structure, keeping the original string for later
178           expansion to free-format input/out demo.
179         + modified test/demo_forms.c to load data from file.
180         + added note to clarify Terminal.app's non-emulation of the various
181           terminal types listed in the preferences dialog -TD
182         + fix regression in error-reporting in lib_setup.c (Debian #711134,
183           cf: 20121117).
184         + build-fix for a case where --enable-broken_linker and
185           --enable-reentrant options are combined (report by George R Goffe).
186
187 20130525
188         + modify mvcur() to distinguish between internal use by the ncurses
189           library, and external callers, preventing it from reading the content
190           of the screen which is only nonblank when curses calls have updated
191           it.  This makes test/dots_mvcur.c avoid painting colored cells in
192           the left margin of the display.
193         + minor fix to test/dots_mvcur.c
194         + move configured symbols USE_DATABASE and USE_TERMCAP to term.h as
195           NCURSES_USE_DATABASE and NCURSES_USE_TERMCAP to allow consistent
196           use of these symbols in term_entry.h
197
198 20130518
199         + corrected ifdefs in test/testcurs.c to allow comparison of mouse
200           interface versus pdcurses (cf: 20130316).
201         + add pow() to configure-check for math library, needed since
202           20121208 for test/hanoi (Debian #708056).
203         + regenerated html manpages.
204         + update doctype used for html documentation.
205
206 20130511
207         + move nsterm-related entries out of "obsolete" section to more
208           plausible "ansi consoles" -TD
209         + additional cleanup of table-of-contents by reordering -TD
210         + revise fix for check for 8-bit value in _nc_insert_ch(); prior fix
211           prevented inserts when video attributes were attached to the data
212           (cf: 20121215) (Redhat #959534).
213
214 20130504
215         + fixes for issues found by Coverity:
216           + correct FNKEY() macro in progs/dump_entry.c, allowing kf11-kf63 to
217             display when infocmp's -R option is used for HP or AIX subsets.
218           + fix dead-code issue with test/movewindow.c
219           + improve limited-checking in _nc_read_termtype().
220
221 20130427
222         + fix clang 3.2 warning in progs/dump_entry.c
223         + drop AC_TYPE_SIGNAL check; ncurses relies on c89 and later.
224
225 20130413
226         + add MinGW to cases where ncurses installs by default into /usr
227           (prompted by discussion with Daniel Silva Ferreira).
228         + add -D option to infocmp's usage-message (patch by Miroslav Lichvar).
229         + add a missing 'int' type for main function in configure check for
230           type of bool variable, to work with clang 3.2 (report by Dmitri
231           Gribenko).
232         + improve configure check for static_cast, to work with clang 3.2
233           (report by Dmitri Gribenko).
234         + re-order rule for demo.o and macros defining header dependencies in
235           c++/Makefile.in to accommodate gmake (report by Dmitri Gribenko).
236
237 20130406
238         + improve parameter checking in copywin().
239         + modify configure script to work around OS X's "libtool" program, to
240           choose glibtool instead.  At the same time, chance the autoconf macro
241           to look for a "tool" rather than a "prog", to help with potential use
242           in cross-compiling.
243         + separate the rpath usage for c++ library from demo program
244           (Redhat #911540)
245         + update/correct header-dependencies in c++ makefile (report by Werner
246           Fink).
247         + add --with-cxx-shared to dpkg-script, as done for rpm-script.
248
249 20130324
250         + build-fix for libtool configuration (reports by Daniel Silva Ferreira
251           and Roumen Petrov).
252
253 20130323
254         + build-fix for OS X, to handle changes for --with-cxx-shared feature
255           (report by Christian Ebert).
256         + change initialization for vt220, similar entries for consistency
257           with cursor-key strings (NetBSD #47674) -TD
258         + further improvements to linux-16color (Benjamin Sittler)
259
260 20130316
261         + additional fix for tic.c, to allocate missing buffer space.
262         + eliminate configure-script warnings for gen-pkgconfig.in
263         + correct typo in sgr string for sun-color,
264           add bold for consistency with sgr,
265           change smso for consistency with sgr -TD
266         + correct typo in sgr string for terminator -TD
267         + add blink to the attributes masked by ncv in linux-16color (report
268           by Benjamin Sittler)
269         + improve warning message from post-load checking for missing "%?"
270           operator by tic/infocmp by showing the entry name and capability.
271         + minor formatting improvement to tic/infocmp -f option to ensure
272           line split after "%;".
273         + amend scripting for --with-cxx-shared option to handle the debug
274           library "libncurses++_g.a" (report by Sven Joachim).
275
276 20130309
277         + amend change to toe.c for reading from /dev/zero, to ensure that
278           there is a buffer for the temporary filename (cf: 20120324).
279         + regenerated html manpages.
280         + fix typo in terminfo.head (report by Sven Joachim, cf: 20130302).
281         + updated some autoconf macros:
282           + CF_ACVERSION_CHECK, from byacc 1.9 20130304
283           + CF_INTEL_COMPILER, CF_XOPEN_SOURCE from luit 2.0-20130217
284         + add configure option --with-cxx-shared to permit building
285           libncurses++ as a shared library when using g++, e.g., the same
286           limitations as libtool but better integrated with the usual build
287           configuration (Redhat #911540).
288         + modify MKkey_defs.sh to filter out build-path which was unnecessarily
289           shown in curses.h (Debian #689131).
290
291 20130302
292         + add section to terminfo manpage discussing user-defined capabilities.
293         + update manpage description of NCURSES_NO_SETBUF, explaining why it
294           is obsolete.
295         + add a check in waddch_nosync() to ensure that tab characters are
296           treated as control characters; some broken locales claim they are
297           printable.
298         + add some traces to the Windows console driver.
299         + initialize a temporary array in _nc_mbtowc, needed for some cases
300           of raw input in MinGW port.
301
302 20130218
303         + correct ifdef on change to lib_twait.c (report by  Werner Fink).
304         + update config.guess, config.sub
305
306 20130216
307         + modify test/testcurs.c to work with mouse for ncurses as it does for
308           pdcurses.
309         + modify test/knight.c to work with mouse for pdcurses as it does for
310           ncurses.
311         + modify internal recursion in wgetch() which handles cooked mode to
312           check if the call to wgetnstr() returned an error.  This can happen
313           when both nocbreak() and nodelay() are set, for instance (report by
314           Nils Christopher Brause) (cf: 960418).
315         + fixes for issues found by Coverity:
316           + add a check for valid position in ClearToEOS()
317           + fix in lib_twait.c when --enable-wgetch-events is used, pointer
318             use after free.
319           + improve a limit-check in make_hash.c
320           + fix a memory leak in hashed_db.c
321
322 20130209
323         + modify test/configure script to make it simpler to override names
324           of curses-related libraries, to help with linking with pdcurses in
325           MinGW environment.
326         + if the --with-terminfo-dirs configure option is not used, there is
327           no corresponding compiled-in value for that.  Fill in "no default
328           value" for that part of the manpage substitution.
329
330 20130202
331         + correct initialization in knight.c which let it occasionally make
332           an incorrect move (cf: 20001028).
333         + improve documentation of the terminfo/termcap search path.
334
335 20130126
336         + further fixes to mvcur to pass callback function (cf: 20130112),
337           needed to make test/dots_mvcur work.
338         + reduce calls to SetConsoleActiveScreenBuffer in win_driver.c, to
339           help reduce flicker.
340         + modify configure script to omit "+b" from linker options for very
341           old HP-UX systems (report by Dennis Grevenstein)
342         + add HP-UX workaround for missing EILSEQ on old HP-UX systems (patch
343           by Dennis Grevenstein).
344         + restore memmove/strdup support for antique systems (request by
345           Dennis Grevenstein).
346         + change %l behavior in tparm to push the string length onto the stack
347           rather than saving the formatted length into the output buffer
348           (report by Roy Marples, cf: 980620).
349
350 20130119
351         + fixes for issues found by Coverity:
352           + fix memory leak in safe_sprintf.c
353           + add check for return-value in tty_update.c
354           + correct initialization for -s option in test/view.c
355           + add check for numeric overflow in lib_instr.c
356           + improve error-checking in copywin
357         + add advice in infocmp manpage for termcap users (Debian #698469).
358         + add "-y" option to test/demo_termcap and test/demo_terminfo to
359           demonstrate behavior with/without extended capabilities.
360         + updated termcap manpage to document legacy termcap behavior for
361           matching capability names.
362         + modify name-comparison for tgetstr, etc., to accommodate legacy
363           applications as well as to improve compatbility with BSD 4.2
364           termcap implementations (Debian #698299) (cf: 980725).
365
366 20130112
367         + correct prototype in manpage for vid_puts.
368         + drop ncurses/tty/tty_display.h, ncurses/tty/tty_input.h, since they
369           are unused in the current driver model.
370         + modify mvcur to use stdout except when called within the ncurses
371           library.
372         + modify vidattr and vid_attr to use stdout as documented in manpage.
373         + amend changes made to buffering in 20120825 so that the low-level
374           putp() call uses stdout rather than ncurses' internal buffering.
375           The putp_sp() call does the same, for consistency (Redhat #892674).
376
377 20130105
378         + add "-s" option to test/view.c to allow it to start in single-step
379           mode, reducing size of trace files when it is used for debugging
380           MinGW changes.
381         + revert part of 20121222 change to tinfo_driver.c
382         + add experimental logic in win_driver.c to improve optimization of
383           screen updates.  This does not yet work with double-width characters,
384           so it is ifdef'd out for the moment (prompted by report by Erwin
385           Waterlander regarding screen flicker).
386
387 20121229
388         + fix coverity warnings regarding copying into fixed-size buffers.
389         + add throw-declarations in the c++ binding per Coverity warning.
390         + minor changes to new-items for consistent reference to bug-report
391           numbers.
392
393 20121222
394         + add *.dSYM directories to clean-rule in ncurses directory makefile,
395           for Mac OS builds.
396         + add a configure check for gcc option -no-cpp-precomp, which is not
397           available in all Mac OS X configurations (report by Andras Salamon,
398           cf: 20011208).
399         + improve 20021221 workaround for broken acs, handling a case where
400           that ACS_xxx character is not in the acsc string but there is a known
401           wide-character which can be used.
402
403 20121215
404         + fix several warnings from clang 3.1 --analyze, includes correcting
405           a null-pointer check in _nc_mvcur_resume.
406         + correct display of double-width characters with MinGW port (report
407           by Erwin Waterlander).
408         + replace MinGW's wcrtomb(), fixing a problem with _nc_viscbuf 
409         > fixes based on Coverity report:
410         + correct coloring in test/bs.c
411         + correct check for 8-bit value in _nc_insert_ch().
412         + remove dead code in progs/tset.c, test/linedata.h
413         + add null-pointer checks in lib_tracemse.c, panel.priv.h, and some
414           test-programs.
415
416 20121208
417         + modify test/knight.c to show the number of choices possible for
418           each position in automove option, e.g., to allow user to follow
419           Warnsdorff's rule to solve the puzzle.
420         + modify test/hanoi.c to show the minimum number of moves possible for
421           the given number of tiles (prompted by patch by Lucas Gioia).
422         > fixes based on Coverity report:
423         + remove a few redundant checks.
424         + correct logic in test/bs.c, when randomly placing a specific type of
425           ship.
426         + check return value from remove/unlink in tic.
427         + check return value from sscanf in test/ncurses.c
428         + fix a null dereference in c++/cursesw.cc
429         + fix two instances of uninitialized variables when configuring for the
430           terminal driver.
431         + correct scope of variable used in SetSafeOutcWrapper macro.
432         + set umask when calling mkstemp in tic.
433         + initialize wbkgrndset() temporary variable when extended-colors are
434           used.
435
436 20121201
437         + also replace MinGW's wctomb(), fixing a problem with setcchar().
438         + modify test/view.c to load UTF-8 when built with MinGW by using
439           regular win32 API because the MinGW functions mblen() and mbtowc()
440           do not work.
441
442 20121124
443         + correct order of color initialization versus display in some of the
444           test-programs, e.g., test_addstr.c
445         > fixes based on Coverity report:
446         + delete windows on exit from some of the test-programs.
447
448 20121117
449         > fixes based on Coverity report:
450         + add missing braces around FreeAndNull in two places.
451         + various fixes in test/ncurses.c
452         + improve limit-checks in tinfo/make_hash.c, tinfo/read_entry.c
453         + correct malloc size in progs/infocmp.c
454         + guard against negative array indices in test/knight.c
455         + fix off-by-one limit check in test/color_name.h
456         + add null-pointer check in progs/tabs.c, test/bs.c, test/demo_forms.c,
457           test/inchs.c
458         + fix memory-leak in tinfo/lib_setup.c, progs/toe.c,
459           test/clip_printw.c, test/demo_menus.c
460         + delete unused windows in test/chgat.c, test/clip_printw.c,
461           test/insdelln.c, test/newdemo.c on error-return.
462
463 20121110
464         + modify configure macro CF_INCLUDE_DIRS to put $CPPFLAGS after the
465           local -I include options in case someone has set conflicting -I
466           options in $CPPFLAGS (prompted by patch for ncurses/Makefile.in by
467           Vassili Courzakis).
468         + modify the ncurses*-config scripts to eliminate relative paths from
469           the RPATH_LIST variable, e.g., "../lib" as used in installing shared
470           libraries or executables.
471
472 20121102
473         + realign these related pages:
474             curs_add_wchstr.3x
475             curs_addchstr.3x
476             curs_addstr.3x
477             curs_addwstr.3x
478           and fix a long-ago error in curs_addstr.3x which said that a -1
479           length parameter would only write as much as fit onto one line
480           (report by Reuben Thomas).
481         + remove obsolete fallback _nc_memmove() for memmove()/bcopy().
482         + remove obsolete fallback _nc_strdup() for strdup().
483         + cancel any debug-rpm in package/ncurses.spec
484         + reviewed vte-2012, reverted most of the change since it was incorrect
485           based on testing with tack -TD
486         + un-cancel the initc in vte-256color, since this was implemented
487           starting with version 0.20 in 2009 -TD
488
489 20121026
490         + improve malloc/realloc checking (prompted by discussion in Redhat
491           #866989).
492         + add ncurses test-program as "ncurses6" to the rpm- and dpkg-scripts.
493         + updated configure macros CF_GCC_VERSION and CF_WITH_PATHLIST.  The
494           first corrects pattern used for Mac OS X's customization of gcc.
495
496 20121017
497         + fix change to _nc_scroll_optimize(), which incorrectly freed memory 
498           (Redhat #866989).
499
500 20121013
501         + add vte-2012, gnome-2012, making these the defaults for vte/gnome
502           (patch by Christian Persch).
503
504 20121006
505         + improve CF_GCC_VERSION to work around Debian's customization of gcc
506           --version message.
507         + improve configure macros as done in byacc:
508           + drop 2.13 compatibility; use 2.52.xxxx version only since EMX port
509             has used that for a while.
510           + add 3rd parameter to AC_DEFINE's to allow autoheader to run, i.e.,
511             for experimental use.
512           + remove unused configure macros.
513         + modify configure script and makefiles to quiet new autoconf warning
514           for LIBS_TO_MAKE variable.
515         + modify configure script to show $PATH_SEPARATOR variable.
516         + update config.guess, config.sub
517
518 20120922
519         + modify setupterm to set its copy of TERM to "unknown" if configured
520           for the terminal driver and TERM was null or empty.
521         + modify treatment of TERM variable for MinGW port to allow explicit
522           use of the windows console driver by checking if $TERM is set to
523           "#win32con" or an abbreviation of that.
524         + undo recent change to fallback definition of vsscanf() to build with
525           older Solaris compilers (cf: 20120728).
526
527 20120908
528         + add test-screens to test/ncurses to show 256-characters at a time,
529           to help with MinGW port.
530
531 20120903
532         + simplify varargs logic in lib_printw.c; va_copy is no longer needed
533           there.
534         + modifications for MinGW port to make wide-character display usable.
535
536 20120902
537         + regenerate configure script (report by Sven Joachim, cf: 20120901).
538
539 20120901
540         + add a null-pointer check in _nc_flush (cf: 20120825).
541         + fix a case in _nc_scroll_optimize() where the _oldnums_list array
542           might not be allocated.
543         + improve comparisons in configure.in for unset shell variables.
544
545 20120826
546         + increase size of ncurses' output-buffer, in case of very small
547           initial screen-sizes.
548         + fix evaluation of TERMINFO and TERMINFO_DIRS default values as needed
549           after changes to use --datarootdir (reports by Gabriele Balducci,
550           Roumen Petrov).
551
552 20120825
553         + change output buffering scheme, using buffer maintained by ncurses
554           rather than stdio, to avoid problems with SIGTSTP handling (report
555           by Brian Bloniarz).
556
557 20120811
558         + update autoconf patch to 2.52.20120811, adding --datarootdir
559           (prompted by discussion with Erwin Waterlander).
560         + improve description of --enable-reentrant option in README and the
561           INSTALL file.
562         + add nsterm-256color, make this the default nsterm -TD
563         + remove bw from nsterm-bce, per testing with tack -TD
564
565 20120804
566         + update test/configure, adding check for tinfo library.
567         + improve limit-checks for the getch fifo (report by Werner Fink).
568         + fix a remaining mismatch between $with_echo and the symbols updated
569           for CF_DISABLE_ECHO affecting parameters for mk-2nd.awk (report by
570           Sven Joachim, cf:  20120317).
571         + modify followup check for pkg-config's library directory in the
572           --enable-pc-files option to validate syntax (report by Sven Joachim,
573           cf: 20110716).
574
575 20120728
576         + correct path for ncurses_mingw.h in include/headers, in case build
577           is done outside source-tree (patch by Roumen Petrov).
578         + modify some older xterm entries to align with xterm source -TD
579         + separate "xterm-old" alias from "xterm-r6" -TD
580         + add E3 extended capability to xterm-basic and putty -TD
581         + parenthesize parameters of other macros in curses.h -TD
582         + parenthesize parameter of COLOR_PAIR and PAIR_NUMBER in curses.h
583           in case it happens to be a comma-expression, etc.  (patch by Nick
584           Black).
585
586 20120721
587         + improved form_request_by_name() and menu_request_by_name().
588         + eliminate two fixed-size buffers in toe.c
589         + extend use_tioctl() to have expected behavior when use_env(FALSE) and
590           use_tioctl(TRUE) are called.
591         + modify ncurses test-program, adding -E and -T options to demonstrate
592           use_env() versus use_tioctl().
593
594 20120714
595         + add use_tioctl() function (adapted from patch by Werner Fink,
596           Novell #769788):
597
598 20120707
599         + add ncurses_mingw.h to installed headers (prompted by patch by
600           Juergen Pfeifer).
601         + clarify return-codes from wgetch() in response to SIGWINCH (prompted
602           by Novell #769788).
603         + modify resizeterm() to always push a KEY_RESIZE onto the fifo, even
604           if screensize is unchanged.  Modify _nc_update_screensize() to push a
605           KEY_RESIZE if there was a SIGWINCH, even if it does not call
606           resizeterm().  These changes eliminate the case where a SIGWINCH is
607           received, but ERR returned from wgetch or wgetnstr because the screen
608           dimensions did not change (Novell #769788).
609
610 20120630
611         + add --enable-interop to sample package scripts (suggested by Juergen
612           Pfeifer).
613         + update CF_PATH_SYNTAX macro, from mawk changes.
614         + modify mk-0th.awk to allow for generating llib-ltic, etc., though
615           some work is needed on cproto to work with lib_gen.c to update
616           llib-lncurses.
617         + remove redundant getenv() cal in database-iterator leftover from
618           cleanup in 20120622 changes (report by Sven Joachim).
619
620 20120622
621         + add -d, -e and -q options to test/demo_terminfo and test/demo_termcap
622         + fix caching of environment variables in database-iterator (patch by
623           Philippe Troin, Redhat #831366).
624
625 20120616
626         + add configure check to distinguish clang from gcc to eliminate
627           warnings about unused command-line parameters when compiler warnings
628           are enabled.
629         + improve behavior when updating terminfo entries which are hardlinked
630           by allowing for the possibility that an alias has been repurposed to
631           a new primary name.
632         + fix some strict compiler warnings based on package scripts.
633         + further fixes for configure check for working poll (Debian #676461).
634
635 20120608
636         + fix an uninitialized variable in -c/-n logic for infocmp changes
637           (cf: 20120526).
638         + corrected fix for building c++ binding with clang 3.0 (report/patch
639           by Richard Yao, Gentoo #417613, cf: 20110409)
640         + correct configure check for working poll, fixing the case where stdin
641           is redirected, e.g., in rpm/dpkg builds (Debian #676461).
642         + add rpm- and dpkg-scripts, to test those build-environments.
643           The resulting packages are used only for testing.
644
645 20120602
646         + add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
647         + add kdch1, etc., to qvt108 -TD
648         + add dl1/il1 to some entries based on dl/il values -TD
649         + add dl to simpleterm -TD
650         + add consistency-checks in tic for insert-line vs delete-line
651           controls, and insert/delete-char keys
652         + correct no-leaks logic in infocmp when doing comparisons, fixing
653           duplicate free of entries given via the command-line, and freeing
654           entries loaded from the last-but-one of files specified on the
655           command-line.
656         + add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
657           analysis by Martin Husemann).
658         + add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
659           Onno van der Linden).
660
661 20120526
662         + extend -c and -n options of infocmp to allow comparing more than two
663           entries.
664         + correct check in infocmp for number of terminal names when more than
665           two are given.
666         + correct typo in curs_threads.3x (report by Yanhui Shen on
667           freebsd-hackers mailing list).
668
669 20120512
670         + corrected 'op' for bterm (report by Samuel Thibault) -TD
671         + modify test/background.c to demonstrate a background character
672           holding a colored ACS_HLINE.  The behavior differs from SVr4 due to
673           the thick- and double-line extension (cf: 20091003).
674         + modify handling of acs characters in PutAttrChar to avoid mapping an
675           unmapped character to a space with A_ALTCHARSET set.
676         + rewrite vt520 entry based on vt420 -TD
677
678 20120505
679         + remove p6 (bold) from opus3n1+ for consistency -TD
680         + remove acs stuff from env230 per clues in Ingres termcap -TD
681         + modify env230 sgr/sgr0 to match other capabilities -TD
682         + modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
683         + make sgr for dku7202 agree with other caps -TD
684         + make sgr for ibmpc agree with other caps -TD
685         + make sgr for tek4107 agree with other caps -TD
686         + make sgr for ndr9500 agree with other caps -TD
687         + make sgr for sco-ansi agree with other caps -TD
688         + make sgr for d410 agree with other caps -TD
689         + make sgr for d210 agree with other caps -TD
690         + make sgr for d470c, d470c-7b agree with other caps -TD
691         + remove redundant AC_DEFINE for NDEBUG versus Makefile definition.
692         + fix a back-link in _nc_delink_entry(), which is needed if ncurses is
693           configured with --enable-termcap and --disable-getcap.
694
695 20120428
696         + fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
697         + add eslok flag to dec+sl -TD
698         + dec+sl applies to vt320 and up -TD
699         + drop wsl width from xterm+sl -TD
700         + reuse xterm+sl in putty and nsca-m -TD
701         + add ansi+tabs to vt520 -TD
702         + add ansi+enq to vt220-vt520 -TD
703         + fix a compiler warning in example in ncurses-intro.doc (Paul Waring).
704         + added paragraph in keyname manpage telling how extended capabilities
705           are interpreted as key definitions.
706         + modify tic's check of conflicting key definitions to include extended
707           capability strings in addition to the existing check on predefined
708           keys.
709
710 20120421
711         + improve cleanup of temporary files in tic using atexit().
712         + add msgr to vt420, similar DEC vtXXX entries -TD
713         + add several missing vt420 capabilities from vt220 -TD
714         + factor out ansi+pp from several entries -TD
715         + change xterm+sl and xterm+sl-twm to include only the status-line
716           capabilities and not "use=xterm", making them more generally useful
717           as building-blocks -TD
718         + add dec+sl building block, as example -TD
719
720 20120414
721         + add XT to some terminfo entries to improve usefulness for other
722           applications than screen, which would like to pretend that xterm's
723           title is a status-line.  -TD
724         + change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
725           of ordering and overrides -TD
726         + add consistency check in tic for screen's "XT" capability.
727         + add section in terminfo.src summarizing the user-defined capabilities
728           used in that file -TD
729
730 20120407
731         + fix an inconsistency between tic/infocmp "-x" option; tic omits all
732           non-standard capabilities, while infocmp was ignoring only the user
733           definable capabilities.
734         + improve special case in tic parsing of description to allow it to be
735           followed by terminfo capabilities.  Previously the description had to
736           be the last field on an input line to allow tic to distinguish
737           between termcap and terminfo format while still allowing commas to be
738           embedded in the description.
739         + correct variable name in gen_edit.sh which broke configurability of
740           the --with-xterm-kbs option.
741         + revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
742         + further amend 20110910 change, providing for configure-script
743           override of the "linux" terminfo entry to install and changing the
744           default for that to "linux2.2" (Debian #665959).
745
746 20120331
747         + update Ada95/configure to use CF_DISABLE_ECHO (cf: 20120317).
748         + correct order of use-clauses in st-256color -TD
749         + modify configure script to look for gnatgcc if the Ada95 binding
750           is built, in preference to the default gcc/cc (suggested by
751           Nicolas Boulenguez).
752         + modify configure script to ensure that the same -On option used for
753           the C compiler in CFLAGS is used for ADAFLAGS rather than simply
754           using "-O3" (suggested by Nicolas Boulenguez)
755
756 20120324
757         + amend an old fix so that next_char() exits properly for empty files,
758           e.g., from reading /dev/null (cf: 20080804).
759         + modify tic so that it can read from the standard input, or from
760           a character device.  Because tic uses seek's, this requires writing
761           the data to a temporary file first (prompted by remark by Sven
762           Joachim) (cf: 20000923).
763
764 20120317
765         + correct a check made in lib_napms.c, so that terminfo applications
766           can again use napms() (cf: 20110604).
767         + add a note in tic.h regarding required casts for ABSENT_BOOLEAN
768           (cf: 20040327).
769         + correct scripting for --disable-echo option in test/configure.
770         + amend check for missing c++ compiler to work when no error is
771           reported, and no variables set (cf: 20021206).
772         + add/use configure macro CF_DISABLE_ECHO.
773
774 20120310
775         + fix some strict compiler warnings for abi6 and 64-bits.
776         + use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
777         + improve a limit-check in infocmp.c (Werner Fink):
778
779 20120303
780         + minor tidying of terminfo.tail, clarify reason for limitation
781           regarding mapping of \0 to \200
782         + minor improvement to _nc_copy_termtype(), using memcpy to replace
783           loops.
784         + fix no-leaks checking in test/demo_termcap.c to account for multiple
785           calls to setupterm().
786         + modified the libgpm change to show previous load as a problem in the
787           debug-trace.
788         > merge some patches from OpenSUSE rpm (Werner Fink):
789         + ncurses-5.7-printw.dif, fixes for varargs handling in lib_printw.c
790         + ncurses-5.7-gpm.dif, do not dlopen libgpm if already loaded by
791           runtime linker
792         + ncurses-5.6-fallback.dif, do not free arrays and strings from static
793           fallback entries
794
795 20120228
796         + fix breakage in tic/infocmp from 20120225 (report by Werner Fink).
797
798 20120225
799         + modify configure script to allow creating dll's for MinGW when
800           cross-compiling.
801         + add --enable-string-hacks option to control whether strlcat and
802           strlcpy may be used.  The same issue applies to OpenBSD's warnings
803           about snprintf, noting that this function is weakly standardized.
804         + add configure checks for strlcat, strlcpy and snprintf, to help
805           reduce bogus warnings with OpenBSD builds.
806         + build-fix for OpenBSD 4.9 to supply consistent intptr_t declaration
807           (cf:20111231)
808         + update config.guess, config.sub
809
810 20120218
811         + correct CF_ETIP_DEFINES configure macro, making it exit properly on
812           the first success (patch by Pierre Labastie).
813         + improve configure macro CF_MKSTEMP by moving existence-check for
814           mkstemp out of the AC_TRY_RUN, to help with cross-compiles.
815         + improve configure macro CF_FUNC_POLL from luit changes to detect
816           broken implementations, e.g., with Mac OS X.
817         + add configure option --with-tparm-arg
818         + build-fix for MinGW cross-compiling, so that make_hash does not
819           depend on TTY definition (cf: 20111008).
820
821 20120211
822         + make sgr for xterm-pcolor agree with other caps -TD
823         + make sgr for att5425 agree with other caps -TD
824         + make sgr for att630 agree with other caps -TD
825         + make sgr for linux entries agree with other caps -TD
826         + make sgr for tvi9065 agree with other caps -TD
827         + make sgr for ncr260vt200an agree with other caps -TD
828         + make sgr for ncr160vt100pp agree with other caps -TD
829         + make sgr for ncr260vt300an agree with other caps -TD
830         + make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
831         + make sgr for cygwin, cygwinDBG agree with other caps -TD
832         + add configure option --with-xterm-kbs to simplify configuration for
833           Linux versus most other systems.
834
835 20120204
836         + improved tic -D option, avoid making target directory and provide
837           better diagnostics.
838
839 20120128
840         + add mach-gnu (Debian #614316, patch by Samuel Thibault)
841         + add mach-gnu-color, tweaks to mach-gnu terminfo -TD
842         + make sgr for sun-color agree with smso -TD
843         + make sgr for prism9 agree with other caps -TD
844         + make sgr for icl6404 agree with other caps -TD
845         + make sgr for ofcons agree with other caps -TD
846         + make sgr for att5410v1, att4415, att620 agree with other caps -TD
847         + make sgr for aaa-unk, aaa-rv agree with other caps -TD
848         + make sgr for avt-ns agree with other caps -TD
849         + amend fix intended to separate fixups for acsc to allow "tic -cv" to
850           give verbose warnings (cf:  20110730). 
851         + modify misc/gen-edit.sh to make the location of the tabset directory
852           consistent with misc/Makefile.in, i.e., using ${datadir}/tabset
853           (Debian #653435, patch by Sven Joachim).
854
855 20120121
856         + add --with-lib-prefix option to allow configuring for old/new flavors
857           of OS/2 EMX.
858         + modify check for gnat version to allow for year, as used in FreeBSD
859           port.
860         + modify check_existence() in db_iterator.c to simply check if the
861           path is a directory or file, according to the need.  Checking for
862           directory size also gives no usable result with OS/2 (cf: 20120107).
863         + support OS/2 kLIBC (patch by KO Myung-Han).
864
865 20120114
866         + several improvements to test/movewindow.c (prompted by discussion on
867           Linux Mint forum):
868           + modify movement commands to make them continuous
869           + rewrote the test for mvderwin
870           + rewrote the test for recursive mvwin
871         + split-out reusable CF_WITH_NCURSES_ETC macro in test/configure.in
872         + updated configure macro CF_XOPEN_SOURCE, build-fixes for Mac OS X
873           and OpenBSD.
874         + regenerated html manpages.
875
876 20120107
877         + various improvments for MinGW (Juergen Pfeifer):
878           + modify stat() calls to ignore the st_size member
879           + drop mk-dlls.sh script.
880           + change recommended regular expression library.
881           + modify rain.c to allow for threaded configuraton.
882           + modify tset.c to allow for case when size-change logic is not used. 
883
884 20111231
885         + modify toe's report when -a and -s options are combined, to add
886           a column showing which entries belong to a given database.
887         + add -s option to toe, to sort its output.
888         + modify progs/toe.c, simplifying use of db-iterator results to use
889           caching improvements from 20111001 and 20111126.
890         + correct generation of pc-files when ticlib or termlib options are
891           given to rename the corresponding tic- or tinfo-libraries (report
892           by Sven Joachim).
893
894 20111224
895         + document a portability issue with tput, i.e., that scripts which work
896           with ncurses may fail in other implementations that do no parameter
897           analysis.
898         + add putty-sco entry -TD
899
900 20111217
901         + review/fix places in manpages where --program-prefix configure option
902           was not being used.
903         + add -D option to infocmp, to show the database locations that it
904           could use.
905         + fix build for the special case where term-driver, ticlib and termlib
906           are all enabled.  The terminal driver depends on a few features in
907           the base ncurses library, so tic's dependencies include both ncurses
908           and termlib.
909         + fix build work for term-driver when --enable-wgetch-events option is
910           enabled.
911         + use <stdint.h> types to fix some questionable casts to void*.
912
913 20111210
914         + modify configure script to check if thread library provides
915           pthread_mutexattr_settype(), e.g., not provided by Solaris 2.6
916         + modify configure script to suppress check to define _XOPEN_SOURCE
917           for IRIX64, since its header files have a conflict versus
918           _SGI_SOURCE.
919         + modify configure script to add ".pc" files for tic- and
920           tinfo-libraries, which were omitted in recent change (cf: 20111126).
921         + fix inconsistent checks on $PKG_CONFIG variable in configure script.
922
923 20111203
924         + modify configure-check for etip.h dependencies, supplying a temporary
925           copy of ncurses_dll.h since it is a generated file (prompted by
926           Debian #646977).
927         + modify CF_CPP_PARAM_INIT "main" function to work with current C++.
928
929 20111126
930         + correct database iterator's check for duplicate entries
931           (cf: 20111001).
932         + modify database iterator to ignore $TERMCAP when it is not an
933           absolute pathname.
934         + add -D option to tic, to show the database locations that it could
935           use.
936         + improve description of database locations in tic manpage.
937         + modify the configure script to generate a list of the ".pc" files to
938           generate, rather than deriving the list from the libraries which have
939           been built (patch by Mike Frysinger).
940         + use AC_CHECK_TOOLS in preference to AC_PATH_PROGS when searching for
941           ncurses*-config, e.g., in Ada95/configure and test/configure (adapted
942           from patch by Mike Frysinger).
943
944 20111119
945         + remove obsolete/conflicting fallback definition for _POSIX_SOURCE
946           from curses.priv.h, fixing a regression with IRIX64 and Tru64
947           (cf: 20110416)
948         + modify _nc_tic_dir() to ensure that its return-value is nonnull,
949           i.e., the database iterator was not initialized.  This case is needed
950           to when tic is translating to termcap, rather than loading the
951           database (cf:  20111001).
952
953 20111112
954         + add pccon entries for OpenBSD console (Alexei Malinin).
955         + build-fix for OpenBSD 4.9 with gcc 4.2.1, setting _XOPEN_SOURCE to
956           600 to work around inconsistent ifdef'ing of wcstof between C and
957           C++ header files.
958         + modify capconvert script to accept more than exact match on "xterm",
959           e.g., the "xterm-*" variants, to exclude from the conversion (patch
960           by Robert Millan).
961         + add -lc_r as alternative for -lpthread, allows build of threaded code
962           in older FreeBSD machines.
963         + build-fix for MirBSD, which fails when either _XOPEN_SOURCE or
964           _POSIX_SOURCE are defined.
965         + fix a typo misc/Makefile.in, used in uninstalling pc-files.
966
967 20111030
968         + modify make_db_path() to allow creating "terminfo.db" in the same
969           directory as an existing "terminfo" directory.  This fixes a case
970           where switching between hashed/filesystem databases would cause the
971           new hashed database to be installed in the next best location -
972           root's home directory.
973         + add variable cf_cv_prog_gnat_correct to those passed to
974           config.status, fixing a problem with Ada95 builds (cf: 20111022).
975         + change feature test from _XPG5 to _XOPEN_SOURCE in two places, to
976           accommodate broken implementations for _XPG6.
977         + eliminate usage of NULL symbol from etip.h, to reduce header
978           interdependencies.
979         + add configure check to decide when to add _XOPEN_SOURCE define to
980           compiler options, i.e., for Solaris 10 and later (cf: 20100403).
981           This is a workaround for gcc 4.6, which fails to build the c++
982           binding if that symbol is defined by the application, due to
983           incorrectly combining the corresponding feature test macros
984           (report by Peter Kruse).
985
986 20111022
987         + correct logic for discarding mouse events, retaining the partial
988           events used to build up click, double-click, etc, until needed
989           (cf: 20110917).
990         + fix configure script to avoid creating unused Ada95 makefile when
991           gnat does not work.
992         + cleanup width-related gcc 3.4.3 warnings for 64-bit platform, for the
993           internal functions of libncurses.  The external interface of courses
994           uses bool, which still produces these warnings.
995
996 20111015
997         + improve description of --disable-tic-depends option to make it
998           clear that it may be useful whether or not the --with-termlib
999           option is also given (report by Sven Joachim).
1000         + amend termcap equivalent for set_pglen_inch to use the X/Open
1001           "YI" rather than the obsolete Solaris 2.5 "sL" (cf: 990109).
1002         + improve manpage for tgetent differences from termcap library.
1003
1004 20111008
1005         + moved static data from db_iterator.c to lib_data.c
1006         + modify db_iterator.c for memory-leak checking, fix one leak.
1007         + modify misc/gen-pkgconfig.in to use Requires.private for the parts
1008           of ncurses rather than Requires, as well as Libs.private for the
1009           other library dependencies (prompted by Debian #644728).
1010
1011 20111001
1012         + modify tic "-K" option to only set the strict-flag rather than force
1013           source-output.  That allows the same flag to control the parser for
1014           input and output of termcap source.
1015         + modify _nc_getent() to ignore backslash at the end of a comment line,
1016           making it consistent with ncurses' parser.
1017         + restore a special-case check for directory needed to make termcap
1018           text files load as if they were databases (cf: 20110924).
1019         + modify tic's resolution/collision checking to attempt to remove the
1020           conflicting alias from the second entry in the pair, which is
1021           normally following in the source file.  Also improved the warning
1022           message to make it simpler to see which alias is the problem.
1023         + improve performance of the database iterator by caching search-list.
1024
1025 20110925
1026         + add a missing "else" in changes to _nc_read_tic_entry().
1027
1028 20110924
1029         + modify _nc_read_tic_entry() so that hashed-database is checked before
1030           filesystem.
1031         + updated CF_CURSES_LIBS check in test/configure script.
1032         + modify configure script and makefiles to split TIC_ARGS and
1033           TINFO_ARGS into pieces corresponding to LDFLAGS and LIBS variables,
1034           to help separate searches for tic- and tinfo-libraries (patch by Nick
1035           Alcock aka "Nix").
1036         + build-fix for lib_mouse.c changes (cf: 20110917).
1037
1038 20110917
1039         + fix compiler warning for clang 2.9
1040         + improve merging of mouse events (integrated patch by Damien
1041           Guibouret).
1042         + correct mask-check used in lib_mouse for wheel mouse buttons 4/5
1043           (patch by Damien Guibouret).
1044
1045 20110910
1046         + modify misc/gen_edit.sh to select a "linux" entry which works with
1047           the current kernel rather than assuming it is always "linux3.0"
1048           (cf: 20110716).
1049         + revert a change to getmouse() which had the undesirable side-effect
1050           of suppressing button-release events (report by Damien Guibouret,
1051           cf: 20100102).
1052         + add xterm+kbs fragment from xterm #272 -TD
1053         + add configure option --with-pkg-config-libdir to provide control over
1054           the actual directory into which pc-files are installed, do not use
1055           the pkg-config environment variables (discussion with Frederic L W
1056           Meunier).
1057         + add link to mailing-list archive in announce.html.in, as done in
1058           FAQ (prompted by question by Andrius Bentkus).
1059         + improve manpage install by adjusting the "#include" examples to
1060           show the ncurses-subdirectory used when --disable-overwrite option
1061           is used.
1062         + install an alias for "curses" to the ncurses manpage, tied to the
1063           --with-curses-h configure option (suggested by Reuben Thomas).
1064
1065 20110903
1066         + propagate error-returns from wresize, i.e., the internal
1067           increase_size and decrease_size functions through resize_term (report
1068           by Tim van der Molen, cf:  20020713).
1069         + fix typo in tset manpage (patch by Sven Joachim).
1070
1071 20110820
1072         + add a check to ensure that termcap files which might have "^?" do
1073           not use the terminfo interpretation as "\177".
1074         + minor cleanup of X-terminal emulator section of terminfo.src -TD
1075         + add terminator entry -TD
1076         + add simpleterm entry -TD
1077         + improve wattr_get macros by ensuring that if the window pointer is
1078           null, then the attribute and color values returned will be zero
1079           (cf: 20110528).
1080
1081 20110813
1082         + add substitution for $RPATH_LIST to misc/ncurses-config.in
1083         + improve performance of tic with hashed-database by caching the
1084           database connection, using atexit() to cleanup.
1085         + modify treatment of 2-character aliases at the beginning of termcap
1086           entries so they are not counted in use-resolution, since these are
1087           guaranteed to be unique.  Also ignore these aliases when reporting
1088           the primary name of the entry (cf: 20040501)
1089         + double-check gn (generic) flag in terminal descriptions to
1090           accommodate old/buggy termcap databases which misused that feature.
1091         + minor fixes to _nc_tgetent(), ensure buffer is initialized even on
1092           error-return.
1093
1094 20110807
1095         + improve rpath fix from 20110730 by ensuring that the new $RPATH_LIST
1096           variable is defined in the makefiles which use it.
1097         + build-fix for DragonFlyBSD's pkgsrc in test/configure script.
1098         + build-fixes for NetBSD 5.1 with termcap support enabled.
1099         + corrected k9 in dg460-ansi, add other features based on manuals -TD
1100         + improve trimming of whitespace at the end of terminfo/termcap output
1101           from tic/infocmp.
1102         + when writing termcap source, ensure that colons in the description
1103           field are translated to a non-delimiter, i.e., "=".
1104         + add "-0" option to tic/infocmp, to make the termcap/terminfo source
1105           use a single line.
1106         + add a null-pointer check when handling the $CC variable.
1107
1108 20110730
1109         + modify configure script and makefiles in c++ and progs to allow the
1110           directory used for rpath option to be overridden, e.g., to work
1111           around updates to the variables used by tic during an install.
1112         + add -K option to tic/infocmp, to provide stricter BSD-compatibility
1113           for termcap output.
1114         + add _nc_strict_bsd variable in tic library which controls the
1115           "strict" BSD termcap compatibility from 20110723, plus these
1116           features:
1117           + allow escapes such as "\8" and "\9" when reading termcap
1118           + disallow "\a", "\e", "\l", "\s" and "\:" escapes when reading
1119             termcap files, passing through "a", "e", etc.
1120           + expand "\:" as "\072" on output.
1121         + modify _nc_get_token() to reset the token's string value in case
1122           there is a string-typed token lacking the "=" marker.
1123         + fix a few memory leaks in _nc_tgetent.
1124         + fix a few places where reading from a termcap file could refer to
1125           freed memory.
1126         + add an overflow check when converting terminfo/termcap numeric
1127           values, since terminfo stores those in a short, and they must be
1128           positive.
1129         + correct internal variables used for translating to termcap "%>"
1130           feature, and translating from termcap %B to terminfo, needed by
1131           tctest (cf: 19991211).
1132         + amend a minor fix to acsc when loading a termcap file to separate it
1133           from warnings needed for tic (cf: 20040710)
1134         + modify logic in _nc_read_entry() and _nc_read_tic_entry() to allow
1135           a termcap file to be handled via TERMINFO_DIRS.
1136         + modify _nc_infotocap() to include non-mandatory padding when
1137           translating to termcap.
1138         + modify _nc_read_termcap_entry(), passing a flag in the case where
1139           getcap is used, to reduce interactive warning messages.
1140
1141 20110723
1142         + add a check in start_color() to limit color-pairs to 256 when
1143           extended colors are not supported (patch by David Benjamin).
1144         + modify setcchar to omit no-longer-needed OR'ing of color pair in
1145           the SetAttr() macro (patch by David Benjamin).
1146         + add kich1 to sun terminfo entry (Yuri Pankov)
1147         + use bold rather than reverse for smso in sun-color terminfo entry
1148           (Yuri Pankov).
1149         + improve generation of termcap using tic/infocmp -C option, e.g.,
1150           to correspond with 4.2BSD (prompted by discussion with Yuri Pankov
1151           regarding Schilling's test program):
1152           + translate %02 and %03 to %2 and %3 respectively.
1153           + suppress string capabilities which use %s, not supported by tgoto
1154           + use \040 rather than \s
1155           + expand null characters as \200 rather than \0
1156         + modify configure script to support shared libraries for DragonFlyBSD.
1157
1158 20110716
1159         + replace an assert() in _nc_Free_Argument() with a regular null
1160           pointer check (report/analysis by Franjo Ivancic).
1161         + modify configure --enable-pc-files option to take into account the
1162           PKG_CONFIG_PATH variable (report by Frederic L W Meunier).
1163         + add/use xterm+tmux chunk from xterm #271 -TD
1164         + resync xterm-new entry from xterm #271 -TD
1165         + add E3 extended capability to linux-basic (Miroslav Lichvar)
1166         + add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
1167         + add SI/SO change to linux2.6 entry (Debian #515609) -TD
1168         + fix inconsistent tabset path in pcmw (Todd C. Miller).
1169         + remove a backslash which continued comment, obscuring altos3
1170           definition with OpenBSD toolset (Nicholas Marriott).
1171
1172 20110702
1173         + add workaround from xterm #271 changes to ensure that compiler flags
1174           are not used in the $CC variable.
1175         + improve support for shared libraries, tested with AIX 5.3, 6.1 and
1176           7.1 with both gcc 4.2.4 and cc.
1177         + modify configure checks for AIX to include release 7.x
1178         + add loader flags/libraries to libtool options so that dynamic loading
1179           works properly, adapted from ncurses-5.7-ldflags-with-libtool.patch
1180           at gentoo prefix repository (patch by Michael Haubenwallner).
1181
1182 20110626
1183         + move include of nc_termios.h out of term_entry.h, since the latter
1184           is installed, e.g., for tack while the former is not (report by
1185           Sven Joachim).
1186
1187 20110625
1188         + improve cleanup() function in lib_tstp.c, using _exit() rather than
1189           exit() and checking for SIGTERM rather than SIGQUIT (prompted by
1190           comments forwarded by Nicholas Marriott).
1191         + reduce name pollution from term.h, moving fallback #define's for
1192           tcgetattr(), etc., to new private header nc_termios.h (report by
1193           Sergio NNX).
1194         + two minor fixes for tracing (patch by Vassili Courzakis).
1195         + improve trace initialization by starting it in use_env() and
1196           ripoffline().
1197         + review old email, add details for some changelog entries.
1198
1199 20110611
1200         + update minix entry to minix 3.2 (Thomas Cort).
1201         + fix a strict compiler warning in change to wattr_get (cf: 20110528).
1202
1203 20110604
1204         + fixes for MirBSD port:
1205           + set default prefix to /usr.
1206           + add support for shared libraries in configure script.
1207           + use S_ISREG and S_ISDIR consistently, with fallback definitions.
1208         + add a few more checks based on ncurses/link_test.
1209         + modify MKlib_gen.sh to handle sp-funcs renaming of NCURSES_OUTC type.
1210
1211 20110528
1212         + add case to CF_SHARED_OPTS for Interix (patch by Markus Duft).
1213         + used ncurses/link_test to check for behavior when the terminal has
1214           not been initialized and when an application passes null pointers
1215           to the library.  Added checks to cover this (prompted by Redhat
1216           #707344).
1217         + modify MKlib_gen.sh to make its main() function call each function
1218           with zero parameters, to help find inconsistent checking for null
1219           pointers, etc.
1220
1221 20110521
1222         + fix warnings from clang 2.7 "--analyze"
1223
1224 20110514
1225         + compiler-warning fixes in panel and progs.
1226         + modify CF_PKG_CONFIG macro, from changes to tin -TD
1227         + modify CF_CURSES_FUNCS configure macro, used in test directory
1228           configure script:
1229           + work around (non-optimizer) bug in gcc 4.2.1 which caused
1230             test-expression to be omitted from executable.
1231           + force the linker to see a link-time expression of a symbol, to
1232             help work around weak-symbol issues.
1233
1234 20110507
1235         + update discussion of MKfallback.sh script in INSTALL; normally the
1236           script is used automatically via the configured makefiles.  However
1237           there are still occasions when it might be used directly by packagers
1238           (report by Gunter Schaffler).
1239         + modify misc/ncurses-config.in to omit the "-L" option from the
1240           "--libs" output if the library directory is /usr/lib.
1241         + change order of tests for curses.h versus ncurses.h headers in the
1242           configure scripts for Ada95 and test-directories, to look for
1243           ncurses.h, from fixes to tin -TD
1244         + modify ncurses/tinfo/access.c to account for Tandem's root uid
1245           (report by Joachim Schmitz).
1246
1247 20110430
1248         + modify rules in Ada95/src/Makefile.in to ensure that the PIC option
1249           is not used when building a static library (report by Nicolas
1250           Boulenguez):
1251         + Ada95 build-fix for big-endian architectures such as sparc.  This
1252           undoes one of the fixes from 20110319, which added an "Unused" member
1253           to representation clauses, replacing that with pragmas to suppress
1254           warnings about unused bits (patch by Nicolas Boulenguez):
1255
1256 20110423
1257         + add check in test/configure for use_window, use_screen.
1258         + add configure-checks for getopt's variables, which may be declared
1259           as different types on some Unix systems.
1260         + add check in test/configure for some legacy curses types of the
1261           function pointer passed to tputs().
1262         + modify init_pair() to accept -1's for color value after
1263           assume_default_colors() has been called (Debian #337095).
1264         + modify test/background.c, adding commmand-line options to demonstrate
1265           assume_default_colors() and use_default_colors().
1266
1267 20110416
1268         + modify configure script/source-code to only define _POSIX_SOURCE if
1269           the checks for sigaction and/or termios fail, and if _POSIX_C_SOURCE
1270           and _XOPEN_SOURCE are undefined (report by Valentin Ochs).
1271         + update config.guess, config.sub
1272
1273 20110409
1274         + fixes to build c++ binding with clang 3.0 (patch by Alexander
1275           Kolesen).
1276         + add check for unctrl.h in test/configure, to work around breakage in
1277           some ncurses packages.
1278         + add "--disable-widec" option to test/configure script.
1279         + add "--with-curses-colr" and "--with-curses-5lib" options to the
1280           test/configure script to address testing with very old machines.
1281
1282 20110404 5.9 release for upload to ftp.gnu.org
1283
1284 20110402
1285         + various build-fixes for the rpm/dpkg scripts.
1286         + add "--enable-rpath-link" option to Ada95/configure, to allow
1287           packages to suppress the rpath feature which is normally used for
1288           the in-tree build of sample programs.
1289         + corrected definition of libdir variable in Ada95/src/Makefile.in,
1290           needed for rpm script.
1291         + add "--with-shared" option to Ada95/configure script, to allow
1292           making the C-language parts of the binding use appropriate compiler
1293           options if building a shared library with gnat.
1294
1295 20110329
1296         > portability fixes for Ada95 binding:
1297         + add configure check to ensure that SIGINT works with gnat.  This is
1298           needed for the "rain" sample program.  If SIGINT does not work, omit
1299           that sample program.
1300         + correct typo in check of $PKG_CONFIG variable in Ada95/configure
1301         + add ncurses_compat.c, to supply functions used in the Ada95 binding
1302           which were added in 5.7 and later.
1303         + modify sed expression in CF_NCURSES_ADDON to eliminate a dependency
1304           upon GNU sed.
1305
1306 20110326
1307         + add special check in Ada95/configure script for ncurses6 reentrant
1308           code.
1309         + regen Ada html documentation.
1310         + build-fix for Ada shared libraries versus the varargs workaround.
1311         + add rpm and dpkg scripts for Ada95 and test directories, for test
1312           builds.
1313         + update test/configure macros CF_CURSES_LIBS, CF_XOPEN_SOURCE and
1314           CF_X_ATHENA_LIBS.
1315         + add configure check to determine if gnat's project feature supports
1316           libraries, i.e., collections of .ali files.
1317         + make all dereferences in Ada95 samples explicit.
1318         + fix typo in comment in lib_add_wch.c (patch by Petr Pavlu).
1319         + add configure check for, ifdef's for math.h which is in a separate
1320           package on Solaris and potentially not installed (report by Petr
1321           Pavlu).
1322         > fixes for Ada95 binding (Nicolas Boulenguez):
1323         + improve type-checking in Ada95 by eliminating a few warning-suppress
1324           pragmas.
1325         + suppress unreferenced warnings.
1326         + make all dereferences in binding explicit.
1327
1328 20110319
1329         + regen Ada html documentation.
1330         + change order of -I options from ncurses*-config script when the
1331           --disable-overwrite option was used, so that the subdirectory include
1332           is listed first.
1333         + modify the make-tar.sh scripts to add a MANIFEST and NEWS file.
1334         + modify configure script to provide value for HTML_DIR in
1335           Ada95/gen/Makefile.in, which depends on whether the Ada95 binding is
1336           distributed separately (report by Nicolas Boulenguez).
1337         + modify configure script to add "-g" and/or "-O3" to ADAFLAGS if the
1338           CFLAGS for the build has these options.
1339         + amend change from 20070324, to not add 1 to the result of getmaxx
1340           and getmaxy in the Ada binding (report by Nicolas Boulenguez for
1341           thread in comp.lang.ada).
1342         + build-fix Ada95/samples for gnat 4.5
1343         + spelling fixes for Ada95/samples/explain.txt
1344         > fixes for Ada95 binding (Nicolas Boulenguez):
1345         + add item in Trace_Attribute_Set corresponding to TRACE_ATTRS.
1346         + add workaround for binding to set_field_type(), which uses varargs.
1347           The original binding from 990220 relied on the prevalent
1348           implementation of varargs which did not support or need va_copy().
1349         + add dependency on gen/Makefile.in needed for *-panels.ads
1350         + add Library_Options to library.gpr
1351         + add Languages to library.gpr, for gprbuild
1352
1353 20110307
1354         + revert changes to limit-checks from 20110122 (Debian #616711).
1355         > minor type-cleanup of Ada95 binding (Nicolas Boulenguez):
1356         + corrected a minor sign error in a field of Low_Level_Field_Type, to
1357           conform to form.h.
1358         + replaced C_Int by Curses_Bool as return type for some callbacks, see
1359           fieldtype(3FORM).
1360         + modify samples/sample-explain.adb to provide explicit message when
1361           explain.txt is not found.
1362
1363 20110305
1364         + improve makefiles for Ada95 tree (patch by Nicolas Boulenguez).
1365         + fix an off-by-one error in _nc_slk_initialize() from 20100605 fixes
1366           for compiler warnings (report by Nicolas Boulenguez).
1367         + modify Ada95/gen/gen.c to declare unused bits in generated layouts,
1368           needed to compile when chtype is 64-bits using gnat 4.4.5
1369
1370 20110226 5.8 release for upload to ftp.gnu.org
1371
1372 20110226
1373         + update release notes, for 5.8.
1374         + regenerated html manpages.
1375         + change open() in _nc_read_file_entry() to fopen() for consistency
1376           with write_file().
1377         + modify misc/run_tic.in to create parent directory, in case this is
1378           a new install of hashed database.
1379         + fix typo in Ada95/mk-1st.awk which causes error with original awk.
1380
1381 20110220
1382         + configure script rpath fixes from xterm #269.
1383         + workaround for cygwin's non-functional features.h, to force ncurses'
1384           configure script to define _XOPEN_SOURCE_EXTENDED when building
1385           wide-character configuration.
1386         + build-fix in run_tic.sh for OS/2 EMX install
1387         + add cons25-debian entry (patch by Brian M Carlson, Debian #607662).
1388
1389 20110212
1390         + regenerated html manpages.
1391         + use _tracef() in show_where() function of tic, to work correctly with
1392           special case of trace configuration.
1393
1394 20110205
1395         + add xterm-utf8 entry as a demo of the U8 feature -TD
1396         + add U8 feature to denote entries for terminal emulators which do not
1397           support VT100 SI/SO when processing UTF-8 encoding -TD
1398         + improve the NCURSES_NO_UTF8_ACS feature by adding a check for an
1399           extended terminfo capability U8 (prompted by mailing list
1400           discussion).
1401
1402 20110122
1403         + start documenting interface changes for upcoming 5.8 release.
1404         + correct limit-checks in derwin().
1405         + correct limit-checks in newwin(), to ensure that windows have nonzero
1406           size (report by Garrett Cooper).
1407         + fix a missing "weak" declaration for pthread_kill (patch by Nicholas
1408           Alcock).
1409         + improve documentation of KEY_ENTER in curs_getch.3x manpage (prompted
1410           by discussion with Kevin Martin).
1411
1412 20110115
1413         + modify Ada95/configure script to make the --with-curses-dir option
1414           work without requiring the --with-ncurses option.
1415         + modify test programs to allow them to be built with NetBSD curses.
1416         + document thick- and double-line symbols in curs_add_wch.3x manpage.
1417         + document WACS_xxx constants in curs_add_wch.3x manpage.
1418         + fix some warnings for clang 2.6 "--analyze"
1419         + modify Ada95 makefiles to make html-documentation with the project
1420           file configuration if that is used.
1421         + update config.guess, config.sub
1422
1423 20110108
1424         + regenerated html manpages.
1425         + minor fixes to enable lint when trace is not enabled, e.g., with
1426           clang --analyze.
1427         + fix typo in man/default_colors.3x (patch by Tim van der Molen).
1428         + update ncurses/llib-lncurses*
1429
1430 20110101
1431         + fix remaining strict compiler warnings in ncurses library ABI=5,
1432           except those dealing with function pointers, etc.
1433
1434 20101225
1435         + modify nc_tparm.h, adding guards against repeated inclusion, and
1436           allowing TPARM_ARG to be overridden.
1437         + fix some strict compiler warnings in ncurses library.
1438
1439 20101211
1440         + suppress ncv in screen entry, allowing underline (patch by Alejandro
1441           R Sedeno).
1442         + also suppress ncv in konsole-base -TD
1443         + fixes in wins_nwstr() and related functions to ensure that special
1444           characters, i.e., control characters are handled properly with the
1445           wide-character configuration.
1446         + correct a comparison in wins_nwstr() (Redhat #661506).
1447         + correct help-messages in some of the test-programs, which still
1448           referred to quitting with 'q'.
1449
1450 20101204
1451         + add special case to _nc_infotocap() to recognize the setaf/setab
1452           strings from xterm+256color and xterm+88color, and provide a reduced
1453           version which works with termcap.
1454         + remove obsolete emacs "Local Variables" section from documentation
1455           (request by Sven Joachim).
1456         + update doc/html/index.html to include NCURSES-Programming-HOWTO.html
1457           (report by Sven Joachim).
1458
1459 20101128
1460         + modify test/configure and test/Makefile.in to handle this special
1461           case of building within a build-tree (Debian #34182):
1462                 mkdir -p build && cd build && ../test/configure && make
1463
1464 20101127
1465         + miscellaneous build-fixes for Ada95 and test-directories when built
1466           out-of-tree.
1467         + use VPATH in makefiles to simplify out-of-tree builds (Debian #34182).
1468         + fix typo in rmso for tek4106 entry -Goran Weinholt
1469
1470 20101120
1471         + improve checks in test/configure for X libraries, from xterm #267
1472           changes.
1473         + modify test/configure to allow it to use the build-tree's libraries
1474           e.g., when using that to configure the test-programs without the
1475           rpath feature (request by Sven Joachim).
1476         + repurpose "gnome" terminfo entries as "vte", retaining "gnome" items
1477           for compatibility, but generally deprecating those since the VTE
1478           library is what actually defines the behavior of "gnome", etc.,
1479           since 2003 -TD
1480
1481 20101113
1482         + compiler warning fixes for test programs.
1483         + various build-fixes for test-programs with pdcurses.
1484         + updated configure checks for X packages in test/configure from xterm
1485           #267 changes.
1486         + add configure check to gnatmake, to accommodate cygwin.
1487
1488 20101106
1489         + correct list of sub-directories needed in Ada95 tree for building as
1490           a separate package.
1491         + modify scripts in test-directory to improve builds as a separate
1492           package.
1493
1494 20101023
1495         + correct parsing of relative tab-stops in tabs program (report by
1496           Philip Ganchev).
1497         + adjust configure script so that "t" is not added to library suffix
1498           when weak-symbols are used, allowing the pthread configuration to
1499           more closely match the non-thread naming (report by Werner Fink).
1500         + modify configure check for tic program, used for fallbacks, to a
1501           warning if not found.  This makes it simpler to use additonal
1502           scripts to bootstrap the fallbacks code using tic from the build
1503           tree (report by Werner Fink).
1504         + fix several places in configure script using ${variable-value} form.
1505         + modify configure macro CF_LDFLAGS_STATIC to accommodate some loaders
1506           which do not support selectively linking against static libraries
1507           (report by John P. Hartmann)
1508         + fix an unescaped dash in man/tset.1 (report by Sven Joachim).
1509
1510 20101009
1511         + correct comparison used for setting 16-colors in linux-16color
1512           entry (Novell #644831) -TD
1513         + improve linux-16color entry, using "dim" for color-8 which makes it
1514           gray rather than black like color-0 -TD
1515         + drop misc/ncu-indent and misc/jpf-indent; they are provided by an
1516           external package "cindent".
1517
1518 20101002
1519         + improve linkages in html manpages, adding references to the newer
1520           pages, e.g., *_variables, curs_sp_funcs, curs_threads.
1521         + add checks in tic for inconsistent cursor-movement controls, and for
1522           inconsistent printer-controls.
1523         + fill in no-parameter forms of cursor-movement where a parameterized
1524           form is available -TD
1525         + fill in missing cursor controls where the form of the controls is
1526           ANSI -TD
1527         + fix inconsistent punctuation in form_variables manpage (patch by
1528           Sven Joachim).
1529         + add parameterized cursor-controls to linux-basic (report by Dae) -TD
1530         > patch by Juergen Pfeifer:
1531         + document how to build 32-bit libraries in README.MinGW
1532         + fixes to filename computation in mk-dlls.sh.in
1533         + use POSIX locale in mk-dlls.sh.in rather than en_US (report by Sven
1534           Joachim).
1535         + add a check in mk-dlls.sh.in to obtain the size of a pointer to
1536           distinguish between 32-bit and 64-bit hosts.  The result is stored
1537           in mingw_arch
1538
1539 20100925
1540         + add "XT" capability to entries for terminals that support both
1541           xterm-style mouse- and title-controls, for "screen" which
1542           special-cases TERM beginning with "xterm" or "rxvt" -TD
1543         > patch by Juergen Pfeifer:
1544         + use 64-Bit MinGW toolchain (recommended package from TDM, see
1545           README.MinGW).
1546         + support pthreads when using the TDM MinGW toolchain
1547
1548 20100918
1549         + regenerated html manpages.
1550         + minor fixes for symlinks to curs_legacy.3x and curs_slk.3x manpages.
1551         + add manpage for sp-funcs.
1552         + add sp-funcs to test/listused.sh, for documentation aids.
1553
1554 20100911
1555         + add manpages for summarizing public variables of curses-, terminfo-
1556           and form-libraries.
1557         + minor fixes to manpages for consistency (patch by Jason McIntyre).
1558         + modify tic's -I/-C dump to reformat acsc strings into canonical form
1559           (sorted, unique mapping) (cf: 971004).
1560         + add configure check for pthread_kill(), needed for some old
1561           platforms.
1562
1563 20100904
1564         + add configure option --without-tests, to suppress building test
1565           programs (request by Frederic L W Meunier).
1566
1567 20100828
1568         + modify nsterm, xnuppc and tek4115 to make sgr/sgr0 consistent -TD
1569         + add check in terminfo source-reader to provide more informative
1570           message when someone attempts to run tic on a compiled terminal
1571           description (prompted by Debian #593920).
1572         + note in infotocap and captoinfo manpages that they read terminal
1573           descriptions from text-files (Debian #593920).
1574         + improve acsc string for vt52, show arrow keys (patch by Benjamin
1575           Sittler).
1576
1577 20100814
1578         + document in manpages that "mv" functions first use wmove() to check
1579           the window pointer and whether the position lies within the window
1580           (suggested by Poul-Henning Kamp).
1581         + fixes to curs_color.3x, curs_kernel.3x and wresize.3x manpages (patch
1582           by Tim van der Molen).
1583         + modify configure script to transform library names for tic- and
1584           tinfo-libraries so that those build properly with Mac OS X shared
1585           library configuration.
1586         + modify configure script to ensure that it removes conftest.dSYM
1587           directory leftover on checks with Mac OS X.
1588         + modify configure script to cleanup after check for symbolic links.
1589
1590 20100807
1591         + correct a typo in mk-1st.awk (patch by Gabriele Balducci)
1592           (cf: 20100724)
1593         + improve configure checks for location of tic and infocmp programs
1594           used for installing database and for generating fallback data,
1595           e.g., for cross-compiling.
1596         + add Markus Kuhn's wcwidth function for compiling MinGW
1597         + add special case to CF_REGEX for cross-compiling to MinGW target.
1598
1599 20100731
1600         + modify initialization check for win32con driver to eliminate need for
1601           special case for TERM "unknown", using terminal database if available
1602           (prompted by discussion with Roumen Petrov).
1603         + for MinGW port, ensure that terminal driver is setup if tgetent()
1604           is called (patch by Roumen Petrov).
1605         + document tabs "-0" and "-8" options in manpage.
1606         + fix Debian "lintian" issues with manpages reported in
1607           http://lintian.debian.org/full/csmall@debian.org.html#ncurses
1608
1609 20100724
1610         + add a check in tic for missing set_tab if clear_all_tabs given.
1611         + improve use of symbolic links in makefiles by using "-f" option if
1612           it is supported, to eliminate temporary removal of the target
1613           (prompted by http://www.t2-project.org/packages/ncurses.html)
1614         + minor improvement to test/ncurses.c, reset color pairs in 'd' test
1615           after exit from 'm' main-menu command.
1616         + improved ncu-indent, from mawk changes, allows more than one of
1617           GCC_NORETURN, GCC_PRINTFLIKE and GCC_SCANFLIKE on a single line.
1618
1619 20100717
1620         + add hard-reset for rs2 to wsvt25 to help ensure that reset ends
1621           the alternate character set (patch by Nicholas Marriott)
1622         + remove tar-copy.sh and related configure/Makefile chunks, since the
1623           Ada95 binding is now installed using rules in Ada95/src.
1624
1625 20100703
1626         + continue integrating changes to use gnatmake project files in Ada95
1627           + add/use configure check to turn on project rules for Ada95/src.
1628         + revert the vfork change from 20100130, since it does not work.
1629
1630 20100626
1631         + continue integrating changes to use gnatmake project files in Ada95
1632           + old gnatmake (3.15) does not produce libraries using project-file;
1633             work around by adding script to generate alternate makefile.
1634
1635 20100619
1636         + continue integrating changes to use gnatmake project files in Ada95
1637           + add configure --with-ada-sharedlib option, for the test_make rule.
1638           + move Ada95-related logic into aclocal.m4, since additional checks
1639             will be needed to distinguish old/new implementations of gnat.
1640
1641 20100612
1642         + start integrating changes to use gnatmake project files in Ada95 tree
1643           + add test_make / test_clean / test_install rules in Ada95/src
1644           + change install-path for adainclude directory to /usr/share/ada (was
1645             /usr/lib/ada).
1646         + update Ada95/configure.
1647         + add mlterm+256color entry, for mlterm 3.0.0 -TD
1648         + modify test/configure to use macros to ensure consistent order
1649           of updating LIBS variable.
1650
1651 20100605
1652         + change search order of options for Solaris in CF_SHARED_OPTS, to
1653           work with 64-bit compiles.
1654         + correct quoting of assignment in CF_SHARED_OPTS case for aix
1655           (cf: 20081227)
1656
1657 20100529
1658         + regenerated html documentation.
1659         + modify test/configure to support pkg-config for checking X libraries
1660           used by PDCurses.
1661         + add/use configure macro CF_ADD_LIB to force consistency of
1662           assignments to $LIBS, etc.
1663         + fix configure script for combining --with-pthread
1664           and --enable-weak-symbols options.
1665
1666 20100522
1667         + correct cross-compiling configure check for CF_MKSTEMP macro, by
1668           adding a check cache variable set by AC_CHECK_FUNC (report by
1669           Pierre Labastie).
1670         + simplify include-dependencies of make_hash and make_keys, to reduce
1671           the need for setting BUILD_CPPFLAGS in cross-compiling when the
1672           build- and target-machines differ.
1673         + repair broken-linker configuration by restoring a definition of SP
1674           variable to curses.priv.h, and adjusting for cases where sp-funcs
1675           are used.
1676         + improve configure macro CF_AR_FLAGS, allowing ARFLAGS environment
1677           variable to override (prompted by report by Pablo Cazallas).
1678
1679 20100515
1680         + add configure option --enable-pthreads-eintr to control whether the
1681           new EINTR feature is enabled.
1682         + modify logic in pthread configuration to allow EINTR to interrupt
1683           a read operation in wgetch() (Novell #540571, patch by Werner Fink).
1684         + drop mkdirs.sh, use "mkdir -p".
1685         + add configure option --disable-libtool-version, to use the
1686           "-version-number" feature which was added in libtool 1.5 (report by
1687           Peter Haering).  The default value for the option uses the newer
1688           feature, which makes libraries generated using libtool compatible
1689           with the standard builds of ncurses.
1690         + updated test/configure to match configure script macros.
1691         + fixes for configure script from lynx changes:
1692           + improve CF_FIND_LINKAGE logic for the case where a function is
1693             found in predefined libraries.
1694           + revert part of change to CF_HEADER (cf: 20100424)
1695
1696 20100501
1697         + correct limit-check in wredrawln, accounting for begy/begx values
1698           (patch by David Benjamin).
1699         + fix most compiler warnings from clang.
1700         + amend build-fix for OpenSolaris, to ensure that a system header is
1701           included in curses.h before testing feature symbols, since they
1702           may be defined by that route.
1703
1704 20100424
1705         + fix some strict compiler warnings in ncurses library.
1706         + modify configure macro CF_HEADER_PATH to not look for variations in
1707           the predefined include directories.
1708         + improve configure macros CF_GCC_VERSION and CF_GCC_WARNINGS to work
1709           with gcc 4.x's c89 alias, which gives warning messages for cases
1710           where older versions would produce an error.
1711
1712 20100417
1713         + modify _nc_capcmp() to work with cancelled strings.
1714         + correct translation of "^" in _nc_infotocap(), used to transform
1715           terminfo to termcap strings
1716         + add configure --disable-rpath-hack, to allow disabling the feature
1717           which adds rpath options for libraries in unusual places.
1718         + improve CF_RPATH_HACK_2 by checking if the rpath option for a given
1719           directory was already added.
1720         + improve CF_RPATH_HACK_2 by using ldd to provide a standard list of
1721           directories (which will be ignored).
1722
1723 20100410
1724         + improve win_driver.c handling of mouse:
1725           + discard motion events
1726           + avoid calling _nc_timed_wait when there is a mouse event
1727           + handle 4th and "rightmost" buttons.
1728         + quote substitutions in CF_RPATH_HACK_2 configure macro, needed for
1729           cases where there are embedded blanks in the rpath option.
1730
1731 20100403
1732         + add configure check for exctags vs ctags, to work around pkgsrc.
1733         + simplify logic in _nc_get_screensize() to make it easier to see how
1734           environment variables may override system- and terminfo-values
1735           (prompted by discussion with Igor Bujna).
1736         + make debug-traces for COLOR_PAIR and PAIR_NUMBER less verbose.
1737         + improve handling of color-pairs embedded in attributes for the
1738           extended-colors configuration.
1739         + modify MKlib_gen.sh to build link_test with sp-funcs.
1740         + build-fixes for OpenSolaris aka Solaris 11, for wide-character
1741           configuration as well as for rpath feature in *-config scripts.
1742
1743 20100327
1744         + refactor CF_SHARED_OPTS configure macro, making CF_RPATH_HACK more
1745           reusable.
1746         + improve configure CF_REGEX, similar fixes.
1747         + improve configure CF_FIND_LINKAGE, adding add check between system
1748           (default) and explicit paths, where we can find the entrypoint in the
1749           given library.
1750         + add check if Gpm_Open() returns a -2, e.g., for "xterm".  This is
1751           normally suppressed but can be overridden using $NCURSES_GPM_TERMS.
1752           Ensure that Gpm_Close() is called in this case.
1753
1754 20100320
1755         + rename atari and st52 terminfo entries to atari-old, st52-old, use
1756           newer entries from FreeMiNT by Guido Flohr (from patch/report by Alan
1757           Hourihane).
1758
1759 20100313
1760         + modify install-rule for manpages so that *-config manpages will
1761           install when building with --srcdir (report by Sven Joachim).
1762         + modify CF_DISABLE_LEAKS configure macro so that the --enable-leaks
1763           option is not the same as --disable-leaks (GenToo #305889).
1764         + modify #define's for build-compiler to suppress cchar_t symbol from
1765           compile of make_hash and make_keys, improving cross-compilation of
1766           ncursesw (report by Bernhard Rosenkraenzer).
1767         + modify CF_MAN_PAGES configure macro to replace all occurrences of
1768           TPUT in tput.1's manpage (Debian #573597, report/analysis by Anders
1769           Kaseorg).
1770
1771 20100306
1772         + generate manpages for the *-config scripts, adapted from help2man
1773           (suggested by Sven Joachim).
1774         + use va_copy() in _nc_printf_string() to avoid conflicting use of
1775           va_list value in _nc_printf_length() (report by Wim Lewis).
1776
1777 20100227
1778         + add Ada95/configure script, to use in tar-file created by
1779           Ada95/make-tar.sh
1780         + fix typo in wresize.3x (patch by Tim van der Molen).
1781         + modify screen-bce.XXX entries to exclude ech, since screen's color
1782           model does not clear with color for that feature -TD
1783
1784 20100220
1785         + add make-tar.sh scripts to Ada95 and test subdirectories to help with
1786           making those separately distributable.
1787         + build-fix for static libraries without dlsym (Debian #556378).
1788         + fix a syntax error in man/form_field_opts.3x (patch by Ingo
1789           Schwarze).
1790
1791 20100213
1792         + add several screen-bce.XXX entries -TD
1793
1794 20100206
1795         + update mrxvt terminfo entry -TD
1796         + modify win_driver.c to support mouse single-clicks.
1797         + correct name for termlib in ncurses*-config, e.g., if it is renamed
1798           to provide a single file for ncurses/ncursesw libraries (patch by
1799           Miroslav Lichvar).
1800
1801 20100130
1802         + use vfork in test/ditto.c if available (request by Mike Frysinger).
1803         + miscellaneous cleanup of manpages.
1804         + fix typo in curs_bkgd.3x (patch by Tim van der Molen).
1805         + build-fix for --srcdir (patch by Miroslav Lichvar).
1806
1807 20100123
1808         + for term-driver configuration, ensure that the driver pointer is
1809           initialized in setupterm so that terminfo/termcap programs work.
1810         + amend fix for Debian #542031 to ensure that wattrset() returns only
1811           OK or ERR, rather than the attribute value (report by Miroslav
1812           Lichvar).
1813         + reorder WINDOWLIST to put WINDOW data after SCREEN pointer, making
1814           _nc_screen_of() compatible between normal/wide libraries again (patch
1815           by Miroslav Lichvar)
1816         + review/fix include-dependencies in modules files (report by Miroslav
1817           Lichvar).
1818
1819 20100116
1820         + modify win_driver.c to initialize acs_map for win32 console, so
1821           that line-drawing works.
1822         + modify win_driver.c to initialize TERMINAL struct so that programs
1823           such as test/lrtest.c and test/ncurses.c which test string
1824           capabilities can run.
1825         + modify term-driver modules to eliminate forward-reference
1826           declarations.
1827
1828 20100109
1829         + modify configure macro CF_XOPEN_SOURCE, etc., to use CF_ADD_CFLAGS
1830           consistently to add new -D's while removing duplicates.
1831         + modify a few configure macros to consistently put new options
1832           before older in the list.
1833         + add tiparm(), based on review of X/Open Curses Issue 7.
1834         + minor documentation cleanup.
1835         + update config.guess, config.sub from
1836                 http://savannah.gnu.org/projects/config
1837           (caveat - its maintainer put 2010 copyright date on files dated 2009)
1838
1839 20100102
1840         + minor improvement to tic's checking of similar SGR's to allow for the
1841           most common case of SGR 0.
1842         + modify getmouse() to act as its documentation implied, returning on
1843           each call the preceding event until none are left.  When no more
1844           events remain, it will return ERR.
1845
1846 20091227
1847         + change order of lookup in progs/tput.c, looking for terminfo data
1848           first.  This fixes a confusion between termcap "sg" and terminfo
1849           "sgr" or "sgr0", originally from 990123 changes, but exposed by
1850           20091114 fixes for hashing.  With this change, only "dl" and "ed" are
1851           ambiguous (Mandriva #56272).
1852
1853 20091226
1854         + add bterm terminfo entry, based on bogl 0.1.18 -TD
1855         + minor fix to rxvt+pcfkeys terminfo entry -TD
1856         + build-fixes for Ada95 tree for gnat 4.4 "style".
1857
1858 20091219
1859         + remove old check in mvderwin() which prevented moving a derived
1860           window whose origin happened to coincide with its parent's origin
1861           (report by Katarina Machalkova).
1862         + improve test/ncurses.c to put mouse droppings in the proper window.
1863         + update minix terminfo entry -TD
1864         + add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
1865
1866 20091212
1867         + correct transfer of multicolumn characters in multirow
1868           field_buffer(), which stopped at the end of the first row due to
1869           filling of unused entries in a cchar_t array with nulls.
1870         + updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
1871         + modify _nc_viscbuf2() and _tracecchar_t2() to show wide-character
1872           nulls.
1873         + use strdup() in set_menu_mark(), restore .marklen struct member on
1874           failure.
1875         + eliminate clause 3 from the UCB copyrights in read_termcap.c and
1876           tset.c per
1877                 ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
1878           (patch by Nicholas Marriott).
1879         + replace a malloc in tic.c with strdup, checking for failure (patch by
1880           Nicholas Marriott).
1881         + update config.guess, config.sub from
1882                 http://savannah.gnu.org/projects/config
1883
1884 20091205
1885         + correct layout of working window used to extract data in
1886           wide-character configured by set_field_buffer (patch by Rafael
1887           Garrido Fernandez)
1888         + improve some limit-checks related to filename length in reading and
1889           writing terminfo entries.
1890         + ensure that filename is always filled in when attempting to read
1891           a terminfo entry, so that infocmp can report the filename (patch
1892           by Nicholas Marriott).
1893
1894 20091128
1895         + modify mk-1st.awk to allow tinfo library to be built when term-driver
1896           is enabled.
1897         + add error-check to configure script to ensure that sp-funcs is
1898           enabled if term-driver is, since some internal interfaces rely upon
1899           this.
1900
1901 20091121
1902         + fix case where progs/tput is used while sp-funcs is configure; this
1903           requires save/restore of out-character function from _nc_prescreen
1904           rather than the SCREEN structure (report by Charles Wilson).
1905         + fix typo in man/curs_trace.3x which caused incorrect symbolic links
1906         + improved configure macros CF_GCC_ATTRIBUTES, CF_PROG_LINT.
1907
1908 20091114
1909
1910         + updated man/curs_trace.3x
1911         + limit hashing for termcap-names to 2-characters (Ubuntu #481740).
1912         + change a variable name in lib_newwin.c to make it clearer which
1913           value is being freed on error (patch by Nicholas Marriott).
1914
1915 20091107
1916         + improve test/ncurses.c color-cycling test by reusing attribute-
1917           and color-cycling logic from the video-attributes screen.
1918         + add ifdef'd with NCURSES_INTEROP_FUNCS experimental bindings in form
1919           library which help make it compatible with interop applications
1920           (patch by Juergen Pfeifer).
1921         + add configure option --enable-interop, for integrating changes
1922           for generic/interop support to form-library by Juergen Pfeifer
1923
1924 20091031
1925         + modify use of $CC environment variable which is defined by X/Open
1926           as a curses feature, to ignore it if it is not a single character
1927           (prompted by discussion with Benjamin C W Sittler).
1928         + add START_TRACE in slk_init
1929         + fix a regression in _nc_ripoffline which made test/ncurses.c not show
1930           soft-keys, broken in 20090927 merging.
1931         + change initialization of "hidden" flag for soft-keys from true to
1932           false, broken in 20090704 merging (Ubuntu #464274).
1933         + update nsterm entries (patch by Benjamin C W Sittler, prompted by
1934           discussion with Fabian Groffen in GenToo #206201).
1935         + add test/xterm-256color.dat
1936
1937 20091024
1938         + quiet some pedantic gcc warnings.
1939         + modify _nc_wgetch() to check for a -1 in the fifo, e.g., after a
1940           SIGWINCH, and discard that value, to avoid confusing application
1941           (patch by Eygene Ryabinkin, FreeBSD bin/136223).
1942
1943 20091017
1944         + modify handling of $PKG_CONFIG_LIBDIR to use only the first item in
1945           a possibly colon-separated list (Debian #550716).
1946
1947 20091010
1948         + supply a null-terminator to buffer in _nc_viswibuf().
1949         + fix a sign-extension bug in unget_wch() (report by Mike Gran).
1950         + minor fixes to error-returns in default function for tputs, as well
1951           as in lib_screen.c
1952
1953 20091003
1954         + add WACS_xxx definitions to wide-character configuration for thick-
1955           and double-lines (discussion with Slava Zanko).
1956         + remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
1957         + add ccc and initc capabilities to xterm-16color -TD
1958         > patch by Benjamin C W Sittler:
1959         + add linux-16color
1960         + correct initc capability of linux-c-nc end-of-range
1961         + similar change for dg+ccc and dgunix+ccc
1962
1963 20090927
1964         + move leak-checking for comp_captab.c into _nc_leaks_tinfo() since
1965           that module since 20090711 is in libtinfo.
1966         + add configure option --enable-term-driver, to allow compiling with
1967           terminal-driver.  That is used in MinGW port, and (being somewhat
1968           more complicated) is an experimental alternative to the conventional
1969           termlib internals.  Currently, it requires the sp-funcs feature to
1970           be enabled.
1971         + completed integrating "sp-funcs" by Juergen Pfeifer in ncurses
1972           library (some work remains for forms library).
1973
1974 20090919
1975         + document return code from define_key (report by Mike Gran).
1976         + make some symbolic links in the terminfo directory-tree shorter
1977           (patch by Daniel Jacobowitz, forwarded by Sven Joachim).).
1978         + fix some groff warnings in terminfo.5, etc., from recent Debian
1979           changes.
1980         + change ncv and op capabilities in sun-color terminfo entry to match
1981           Sun's entry for this (report by Laszlo Peter).
1982         + improve interix smso terminfo capability by using reverse rather than
1983           bold (report by Kristof Zelechovski).
1984
1985 20090912
1986         + add some test programs (and make these use the same special keys
1987           by sharing linedata.h functions):
1988           test/test_addstr.c
1989           test/test_addwstr.c
1990           test/test_addchstr.c
1991           test/test_add_wchstr.c
1992         + correct internal _nc_insert_ch() to use _nc_insert_wch() when
1993           inserting wide characters, since the wins_wch() function that it used
1994           did not update the cursor position (report by Ciprian Craciun).
1995
1996 20090906
1997         + fix typo s/is_timeout/is_notimeout/ which made "man is_notimeout" not
1998           work.
1999         + add null-pointer checks to other opaque-functions.
2000         + add is_pad() and is_subwin() functions for opaque access to WINDOW
2001           (discussion with Mark Dickinson).
2002         + correct merge to lib_newterm.c, which broke when sp-funcs was
2003           enabled.
2004
2005 20090905
2006         + build-fix for building outside source-tree (report by Sven Joachim).
2007         + fix Debian lintian warning for man/tabs.1 by making section number
2008           agree with file-suffix (report by Sven Joachim).
2009         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2010
2011 20090829
2012         + workaround for bug in g++ 4.1-4.4 warnings for wattrset() macro on
2013           amd64 (Debian #542031).
2014         + fix typo in curs_mouse.3x (Debian #429198).
2015
2016 20090822
2017         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2018
2019 20090815
2020         + correct use of terminfo capabilities for initializing soft-keys,
2021           broken in 20090509 merging.
2022         + modify wgetch() to ensure it checks SIGWINCH when it gets an error
2023           in non-blocking mode (patch by Clemens Ladisch).
2024         + use PATH_SEPARATOR symbol when substituting into run_tic.sh, to
2025           help with builds on non-Unix platforms such as OS/2 EMX.
2026         + modify scripting for misc/run_tic.sh to test configure script's
2027           $cross_compiling variable directly rather than comparing host/build
2028           compiler names (prompted by comment in GenToo #249363).
2029         + fix configure script option --with-database, which was coded as an
2030           enable-type switch.
2031         + build-fixes for --srcdir (report by Frederic L W Meunier).
2032
2033 20090808
2034         + separate _nc_find_entry() and _nc_find_type_entry() from
2035           implementation details of hash function.
2036
2037 20090803
2038         + add tabs.1 to man/man_db.renames
2039         + modify lib_addch.c to compensate for removal of wide-character test
2040           from unctrl() in 20090704 (Debian #539735).
2041
2042 20090801
2043         + improve discussion in INSTALL for use of system's tic/infocmp for
2044           cross-compiling and building fallbacks.
2045         + modify test/demo_termcap.c to correspond better to options in
2046           test/demo_terminfo.c
2047         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2048         + fix logic for 'V' in test/ncurses.c tests f/F.
2049
2050 20090728
2051         + correct logic in tigetnum(), which caused tput program to treat all
2052           string capabilities as numeric (report by Rajeev V Pillai,
2053           cf: 20090711).
2054
2055 20090725
2056         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2057
2058 20090718
2059         + fix a null-pointer check in _nc_format_slks() in lib_slk.c, from
2060           20070704 changes.
2061         + modify _nc_find_type_entry() to use hashing.
2062         + make CCHARW_MAX value configurable, noting that changing this would
2063           change the size of cchar_t, and would be ABI-incompatible.
2064         + modify test-programs, e.g,.  test/view.c, to address subtle
2065           differences between Tru64/Solaris and HPUX/AIX getcchar() return
2066           values.
2067         + modify length returned by getcchar() to count the trailing null
2068           which is documented in X/Open (cf: 20020427).
2069         + fixes for test programs to build/work on HPUX and AIX, etc.
2070
2071 20090711
2072         + improve performance of tigetstr, etc., by using hashing code from tic.
2073         + minor fixes for memory-leak checking.
2074         + add test/demo_terminfo, for comparison with demo_termcap
2075
2076 20090704
2077         + remove wide-character checks from unctrl() (patch by Clemens Ladisch).
2078         + revise wadd_wch() and wecho_wchar() to eliminate dependency on
2079           unctrl().
2080         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2081
2082 20090627
2083         + update llib-lncurses[wt] to use sp-funcs.
2084         + various code-fixes to build/work with --disable-macros configure
2085           option.
2086         + add several new files from Juergen Pfeifer which will be used when
2087           integration of "sp-funcs" is complete.  This includes a port to
2088           MinGW.
2089
2090 20090613
2091         + move definition for NCURSES_WRAPPED_VAR back to ncurses_dll.h, to
2092           make includes of term.h without curses.h work (report by "Nix").
2093         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2094
2095 20090607
2096         + fix a regression in lib_tputs.c, from ongoing merges.
2097
2098 20090606
2099         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2100
2101 20090530
2102         + fix an infinite recursion when adding a legacy-coding 8-bit value
2103           using insch() (report by Clemens Ladisch).
2104         + free home-terminfo string in del_curterm() (patch by Dan Weber).
2105         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2106
2107 20090523
2108         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2109
2110 20090516
2111         + work around antique BSD game's manipulation of stdscr, etc., versus
2112           SCREEN's copy of the pointer (Debian #528411).
2113         + add a cast to wattrset macro to avoid compiler warning when comparing
2114           its result against ERR (adapted from patch by Matt Kraii, Debian
2115           #528374).
2116
2117 20090510
2118         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2119
2120 20090502
2121         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2122         + add vwmterm terminfo entry (patch by Bryan Christ).
2123
2124 20090425
2125         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2126
2127 20090419
2128         + build fix for _nc_free_and_exit() change in 20090418 (report by
2129           Christian Ebert).
2130
2131 20090418
2132         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2133
2134 20090411
2135         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2136           This change finishes merging for menu and panel libraries, does
2137           part of the form library.
2138
2139 20090404
2140         + suppress configure check for static/dynamic linker flags for gcc on
2141           Darwin (report by Nelson Beebe).
2142
2143 20090328
2144         + extend ansi.sys pfkey capability from kf1-kf10 to kf1-kf48, moving
2145           function key definitions from emx-base for consistency -TD
2146         + correct missing final 'p' in pfkey capability of ansi.sys-old (report
2147           by Kalle Olavi Niemitalo).
2148         + improve test/ncurses.c 'F' test, show combining characters in color.
2149         + quiet a false report by cppcheck in c++/cursesw.cc by eliminating
2150           a temporary variable.
2151         + use _nc_doalloc() rather than realloc() in a few places in ncurses
2152           library to avoid leak in out-of-memory condition (reports by William
2153           Egert and Martin Ettl based on cppcheck tool).
2154         + add --with-ncurses-wrap-prefix option to test/configure (discussion
2155           with Charles Wilson).
2156         + use ncurses*-config scripts if available for test/configure.
2157         + update test/aclocal.m4 and test/configure
2158         > patches by Charles Wilson:
2159         + modify CF_WITH_LIBTOOL configure check to allow unreleased libtool
2160           version numbers (e.g.  which include alphabetic chars, as well as
2161           digits, after the final '.').
2162         + improve use of -no-undefined option for libtool by setting an
2163           intermediate variable LT_UNDEF in the configure script, and then
2164           using that in the libtool link-commands.
2165         + fix an missing use of NCURSES_PUBLIC_VAR() in tinfo/MKcodes.awk
2166           from 2009031 changes.
2167         + improve mk-1st.awk script by writing separate cases for the
2168           LIBTOOL_LINK command, depending on which library (ncurses, ticlib,
2169           termlib) is to be linked.
2170         + modify configure.in to allow broken-linker configurations, not just
2171           enable-reentrant, to set public wrap prefix.
2172
2173 20090321
2174         + add TICS_LIST and SHLIB_LIST to allow libtool 2.2.6 on Cygwin to
2175           build with tic and term libraries (patch by Charles Wilson).
2176         + add -no-undefined option to libtool for Cygwin, MinGW, U/Win and AIX
2177           (report by Charles Wilson).
2178         + fix definition for c++/Makefile.in's SHLIB_LIST, which did not list
2179           the form, menu or panel libraries (patch by Charles Wilson).
2180         + add configure option --with-wrap-prefix to allow setting the prefix
2181           for functions used to wrap global variables to something other than
2182           "_nc_" (discussion with Charles Wilson).
2183
2184 20090314
2185         + modify scripts to generate ncurses*-config and pc-files to add
2186           dependency for tinfo library (patch by Charles Wilson).
2187         + improve comparison of program-names when checking for linked flavors
2188           such as "reset" by ignoring the executable suffix (reports by Charles
2189           Wilson, Samuel Thibault and Cedric Bretaudeau on Cygwin mailing
2190           list).
2191         + suppress configure check for static/dynamic linker flags for gcc on
2192           Solaris 10, since gcc is confused by absence of static libc, and
2193           does not switch back to dynamic mode before finishing the libraries
2194           (reports by Joel Bertrand, Alan Pae).
2195         + minor fixes to Intel compiler warning checks in configure script.
2196         + modify _nc_leaks_tinfo() so leak-checking in test/railroad.c works.
2197         + modify set_curterm() to make broken-linker configuration work with
2198           changes from 20090228 (report by Charles Wilson).
2199
2200 20090228
2201         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2202         + modify declaration of cur_term when broken-linker is used, but
2203           enable-reentrant is not, to match pre-5.7 (report by Charles Wilson).
2204
2205 20090221
2206         + continue integrating "sp-funcs" by Juergen Pfeifer (incomplete).
2207
2208 20090214
2209         + add configure script --enable-sp-funcs to enable the new set of
2210           extended functions.
2211         + start integrating patches by Juergen Pfeifer:
2212           + add extended functions which specify the SCREEN pointer for several
2213             curses functions which use the global SP (these are incomplete;
2214             some internals work is needed to complete these).
2215           + add special cases to configure script for MinGW port.
2216
2217 20090207
2218         + update several configure macros from lynx changes
2219           + append (not prepend) to CFLAGS/CPPFLAGS
2220           + change variable from PATHSEP to PATH_SEPARATOR
2221         + improve install-rules for pc-files (patch by Miroslav Lichvar).
2222           + make it work with $DESTDIR
2223           + create the pkg-config library directory if needed.
2224
2225 20090124
2226         + modify init_pair() to allow caller to create extra color pairs beyond
2227           the color_pairs limit, which use default colors (request by Emanuele
2228           Giaquinta).
2229         + add misc/terminfo.tmp and misc/*.pc to "sources" rule.
2230         + fix typo "==" where "=" is needed in ncurses-config.in and
2231           gen-pkgconfig.in files (Debian #512161).
2232
2233 20090117
2234         + add -shared option to MK_SHARED_LIB when -Bsharable is used, for
2235           *BSD's, without which "main" might be one of the shared library's
2236           dependencies (report/analysis by Ken Dickey).
2237         + modify waddch_literal(), updating line-pointer after a multicolumn
2238           character is found to not fit on the current row, and wrapping is
2239           done.  Since the line-pointer was not updated, the wrapped
2240           multicolumn character was written to the beginning of the current row
2241           (cf: 20041023, reported by "Nick" regarding problem with ncmpc
2242           http://musicpd.org/mantis/bug_view_page.php?bug_id=1930).
2243
2244 20090110
2245         + add screen.Eterm terminfo entry (GenToo #124887) -TD
2246         + modify adacurses-config to look for ".ali" files in the adalib
2247           directory.
2248         + correct install for Ada95, which omitted libAdaCurses.a used in
2249           adacurses-config
2250         + change install for adacurses-config to provide additional flavors
2251           such as adacursesw-config, for ncursesw (GenToo #167849).
2252
2253 20090105
2254         + remove undeveloped feature in ncurses-config.in for setting
2255           prefix variable.
2256         + recent change to ncurses-config.in did not take into account the
2257           --disable-overwrite option, which sets $includedir to the
2258           subdirectory and using just that for a -I option does not work - fix
2259           (report by Frederic L W Meunier).
2260
2261 20090104
2262         + modify gen-pkgconfig.in to eliminate a dependency on rpath when
2263           deciding whether to add $LIBS to --libs output; that should be shown
2264           for the ncurses and tinfo libraries without taking rpath into
2265           account.
2266         + fix an overlooked change from $AR_OPTS to $ARFLAGS in mk-1st.awk,
2267           used in static libraries (report by Marty Jack).
2268
2269 20090103
2270         + add a configure-time check to pick a suitable value for
2271           CC_SHARED_OPTS for Solaris (report by Dagobert Michelsen).
2272         + add configure --with-pkg-config and --enable-pc-files options, along
2273           with misc/gen-pkgconfig.in which can be used to generate ".pc" files
2274           for pkg-config (request by Jan Engelhardt).
2275         + use $includedir symbol in misc/ncurses-config.in, add --includedir
2276           option.
2277         + change makefiles to use $ARFLAGS rather than $AR_OPTS, provide a
2278           configure check to detect whether a "-" is needed before "ar"
2279           options.
2280         + update config.guess, config.sub from
2281                 http://savannah.gnu.org/projects/config
2282
2283 20081227
2284         + modify mk-1st.awk to work with extra categories for tinfo library.
2285         + modify configure script to allow building shared libraries with gcc
2286           on AIX 5 or 6 (adapted from patch by Lital Natan).
2287
2288 20081220
2289         + modify to omit the opaque-functions from lib_gen.o when
2290           --disable-ext-funcs is used.
2291         + add test/clip_printw.c to illustrate how to use printw without
2292           wrapping.
2293         + modify ncurses 'F' test to demo wborder_set() with colored lines.
2294         + modify ncurses 'f' test to demo wborder() with colored lines.
2295
2296 20081213
2297         + add check for failure to open hashed-database needed for db4.6
2298           (GenToo #245370).
2299         + corrected --without-manpages option; previous change only suppressed
2300           the auxiliary rules install.man and uninstall.man
2301         + add case for FreeMINT to configure macro CF_XOPEN_SOURCE (patch from
2302           GenToo #250454).
2303         + fixes from NetBSD port at
2304           http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/ncurses/patches
2305           patch-ac (build-fix for DragonFly)
2306           patch-ae (use INSTALL_SCRIPT for installing misc/ncurses*-config).
2307         + improve configure script macros CF_HEADER_PATH and CF_LIBRARY_PATH
2308           by adding CFLAGS, CPPFLAGS and LDFLAGS, LIBS values to the
2309           search-lists.
2310         + correct title string for keybound manpage (patch by Frederic Culot,
2311           OpenBSD documentation/6019),
2312
2313 20081206
2314         + move del_curterm() call from _nc_freeall() to _nc_leaks_tinfo() to
2315           work for progs/clear, progs/tabs, etc.
2316         + correct buffer-size after internal resizing of wide-character
2317           set_field_buffer(), broken in 20081018 changes (report by Mike Gran).
2318         + add "-i" option to test/filter.c to tell it to use initscr() rather
2319           than newterm(), to investigate report on comp.unix.programmer that
2320           ncurses would clear the screen in that case (it does not - the issue
2321           was xterm's alternate screen feature).
2322         + add check in mouse-driver to disable connection if GPM returns a
2323           zero, indicating that the connection is closed (Debian #506717,
2324           adapted from patch by Samuel Thibault).
2325
2326 20081129
2327         + improve a workaround in adding wide-characters, when a control
2328           character is found.  The library (cf: 20040207) uses unctrl() to
2329           obtain a printable version of the control character, but was not
2330           passing color or video attributes.
2331         + improve test/ncurses.c 'a' test, using unctrl() more consistently to
2332           display meta-characters.
2333         + turn on _XOPEN_CURSES definition in curses.h
2334         + add eterm-color entry (report by Vincent Lefevre) -TD
2335         + correct use of key_name() in test/ncurses.c 'A' test, which only
2336           displays wide-characters, not key-codes since 20070612 (report by
2337           Ricardo Cantu).
2338
2339 20081122
2340         + change _nc_has_mouse() to has_mouse(), reflect its use in C++ and
2341           Ada95 (patch by Juergen Pfeifer).
2342         + document in TO-DO an issue with Cygwin's package for GNAT (report
2343           by Mike Dennison).
2344         + improve error-checking of command-line options in "tabs" program.
2345
2346 20081115
2347         + change several terminfo entries to make consistent use of ANSI
2348           clear-all-tabs -TD
2349         + add "tabs" program (prompted by Debian #502260).
2350         + add configure --without-manpages option (request by Mike Frysinger).
2351
2352 20081102 5.7 release for upload to ftp.gnu.org
2353
2354 20081025
2355         + add a manpage to discuss memory leaks.
2356         + add support for shared libraries for QNX (other than libtool, which
2357           does not work well on that platform).
2358         + build-fix for QNX C++ binding.
2359
2360 20081018
2361         + build-fixes for OS/2 EMX.
2362         + modify form library to accept control characters such as newline
2363           in set_field_buffer(), which is compatible with Solaris (report by
2364           Nit Khair).
2365         + modify configure script to assume --without-hashed-db when
2366           --disable-database is used.
2367         + add "-e" option in ncurses/Makefile.in when generating source-files
2368           to force earlier exit if the build environment fails unexpectedly
2369           (prompted by patch by Adrian Bunk).
2370         + change configure script to use CF_UTF8_LIB, improved variant of
2371           CF_LIBUTF8.
2372
2373 20081012
2374         + add teraterm4.59 terminfo entry, use that as primary teraterm entry, rename
2375           original to teraterm2.3 -TD
2376         + update "gnome" terminfo to 2.22.3 -TD
2377         + update "konsole" terminfo to 1.6.6, needs today's fix for tic -TD
2378         + add "aterm" terminfo -TD
2379         + add "linux2.6.26" terminfo -TD
2380         + add logic to tic for cancelling strings in user-defined capabilities,
2381           overlooked til now.
2382
2383 20081011
2384         + regenerated html documentation.
2385         + add -m and -s options to test/keynames.c and test/key_names.c to test
2386           the meta() function with keyname() or key_name(), respectively.
2387         + correct return value of key_name() on error; it is null.
2388         + document some unresolved issues for rpath and pthreads in TO-DO.
2389         + fix a missing prototype for ioctl() on OpenBSD in tset.c
2390         + add configure option --disable-tic-depends to make explicit whether
2391           tic library depends on ncurses/ncursesw library, amends change from
2392           20080823 (prompted by Debian #501421).
2393
2394 20081004
2395         + some build-fixes for configure --disable-ext-funcs (incomplete, but
2396           works for C/C++ parts).
2397         + improve configure-check for awks unable to handle large strings, e.g.
2398           AIX 5.1 whose awk silently gives up on large printf's.
2399
2400 20080927
2401         + fix build for --with-dmalloc by workaround for redefinition of
2402           strndup between string.h and dmalloc.h
2403         + fix build for --disable-sigwinch
2404         + add environment variable NCURSES_GPM_TERMS to allow override to use
2405           GPM on terminals other than "linux", etc.
2406         + disable GPM mouse support when $TERM does not happen to contain
2407           "linux", since Gpm_Open() no longer limits its assertion to terminals
2408           that it might handle, e.g., within "screen" in xterm.
2409         + reset mouse file-descriptor when unloading GPM library (report by
2410           Miroslav Lichvar).
2411         + fix build for --disable-leaks --enable-widec --with-termlib
2412         > patch by Juergen Pfeifer:
2413         + use improved initialization for soft-label keys in Ada95 sample code.
2414         + discard internal symbol _nc_slk_format (unused since 20080112).
2415         + move call of slk_paint_info() from _nc_slk_initialize() to
2416           slk_intern_refresh(), improving initialization.
2417
2418 20080925
2419         + fix bug in mouse code for GPM from 20080920 changes (reported in
2420           Debian #500103, also Miroslav Lichvar).
2421
2422 20080920
2423         + fix shared-library rules for cygwin with tic- and tinfo-libraries.
2424         + fix a memory leak when failure to connect to GPM.
2425         + correct check for notimeout() in wgetch() (report on linux.redhat
2426           newsgroup by FurtiveBertie).
2427         + add an example warning-suppression file for valgrind,
2428           misc/ncurses.supp (based on example from Reuben Thomas)
2429
2430 20080913
2431         + change shared-library configuration for OpenBSD, make rpath work.
2432         + build-fixes for using libutf8, e.g., on OpenBSD 3.7
2433
2434 20080907
2435         + corrected fix for --enable-weak-symbols (report by Frederic L W
2436           Meunier).
2437
2438 20080906
2439         + corrected gcc options for building shared libraries on IRIX64.
2440         + add configure check for awk programs unable to handle big-strings,
2441           use that to improve the default for --enable-big-strings option.
2442         + makefile-fixes for --enable-weak-symbols (report by Frederic L W
2443           Meunier).
2444         + update test/configure script.
2445         + adapt ifdef's from library to make test/view.c build when mbrtowc()
2446           is unavailable, e.g., with HPUX 10.20.
2447         + add configure check for wcsrtombs, mbsrtowcs, which are used in
2448           test/ncurses.c, and use wcstombs, mbstowcs instead if available,
2449           fixing build of ncursew for HPUX 11.00
2450
2451 20080830
2452         + fixes to make Ada95 demo_panels() example work.
2453         + modify Ada95 'rain' test program to accept keyboard commands like the
2454           C-version.
2455         + modify BeOS-specific ifdef's to build on Haiku (patch by Scott
2456           Mccreary).
2457         + add configure-check to see if the std namespace is legal for cerr
2458           and endl, to fix a build issue with Tru64.
2459         + consistently use NCURSES_BOOL in lib_gen.c
2460         + filter #line's from lib_gen.c
2461         + change delimiter in MKlib_gen.sh from '%' to '@', to avoid
2462           substitution by IBM xlc to '#' as part of its extensions to digraphs.
2463         + update config.guess, config.sub from
2464                 http://savannah.gnu.org/projects/config
2465           (caveat - its maintainer removed support for older Linux systems).
2466
2467 20080823
2468         + modify configure check for pthread library to work with OSF/1 5.1,
2469           which uses #define's to associate its header and library.
2470         + use pthread_mutexattr_init() for initializing pthread_mutexattr_t,
2471           makes threaded code work on HPUX 11.23
2472         + fix a bug in demo_menus in freeing menus (cf: 20080804).
2473         + modify configure script for the case where tic library is used (and
2474           possibly renamed) to remove its dependency upon ncurses/ncursew
2475           library (patch by Dr Werner Fink).
2476         + correct manpage for menu_fore() which gave wrong default for
2477           the attribute used to display a selected entry (report by Mike Gran).
2478         + add Eterm-256color, Eterm-88color and rxvt-88color (prompted by
2479           Debian #495815) -TD
2480
2481 20080816
2482         + add configure option --enable-weak-symbols to turn on new feature.
2483         + add configure-check for availability of weak symbols.
2484         + modify linkage with pthread library to use weak symbols so that
2485           applications not linked to that library will not use the mutexes,
2486           etc.  This relies on gcc, and may be platform-specific (patch by Dr
2487           Werner Fink).
2488         + add note to INSTALL to document limitation of renaming of tic library
2489           using the --with-ticlib configure option (report by Dr Werner Fink).
2490         + document (in manpage) why tputs does not detect I/O errors (prompted
2491           by comments by Samuel Thibault).
2492         + fix remaining warnings from Klocwork report.
2493
2494 20080804
2495         + modify _nc_panelhook() data to account for a permanent memory leak.
2496         + fix memory leaks in test/demo_menus
2497         + fix most warnings from Klocwork tool (report by Larry Zhou).
2498         + modify configure script CF_XOPEN_SOURCE macro to add case for
2499           "dragonfly" from xterm #236 changes.
2500         + modify configure script --with-hashed-db to let $LIBS override the
2501           search for the db library (prompted by report by Samson Pierre).
2502
2503 20080726
2504         + build-fixes for gcc 4.3.1 (changes to gnat "warnings", and C inlining
2505           thresholds).
2506
2507 20080713
2508         + build-fix (reports by Christian Ebert, Funda Wang).
2509
2510 20080712
2511         + compiler-warning fixes for Solaris.
2512
2513 20080705
2514         + use NCURSES_MOUSE_MASK() in definition of BUTTON_RELEASE(), etc., to
2515           make those work properly with the "--enable-ext-mouse" configuration
2516           (cf: 20050205).
2517         + improve documentation of build-cc options in INSTALL.
2518         + work-around a bug in gcc 4.2.4 on AIX, which does not pass the
2519           -static/-dynamic flags properly to linker, causing test/bs to
2520           not link.
2521
2522 20080628
2523         + correct some ifdef's needed for the broken-linker configuration.
2524         + make debugging library's $BAUDRATE feature work for termcap
2525           interface.
2526         + make $NCURSES_NO_PADDING feature work for termcap interface (prompted
2527           by comment on FreeBSD mailing list).
2528         + add screen.mlterm terminfo entry -TD
2529         + improve mlterm and mlterm+pcfkeys terminfo entries -TD
2530
2531 20080621
2532         + regenerated html documentation.
2533         + expand manpage description of parameters for form_driver() and
2534           menu_driver() (prompted by discussion with Adam Spragg).
2535         + add null-pointer checks for cur_term in baudrate() and
2536           def_shell_mode(), def_prog_mode()
2537         + fix some memory leaks in delscreen() and wide acs.
2538
2539 20080614
2540         + modify test/ditto.c to illustrate multi-threaded use_screen().
2541         + change CC_SHARED_OPTS from -KPIC to -xcode=pic32 for Solaris.
2542         + add "-shared" option to MK_SHARED_LIB for gcc on Solaris (report
2543           by Poor Yorick).
2544
2545 20080607
2546         + finish changes to wgetch(), making it switch as needed to the
2547           window's actual screen when calling wrefresh() and wgetnstr().  That
2548           allows wgetch() to get used concurrently in different threads with
2549           some minor restrictions, e.g., the application should not delete a
2550           window which is being used in a wgetch().
2551         + simplify mutex's, combining the window- and screen-mutex's.
2552
2553 20080531
2554         + modify wgetch() to use the screen which corresponds to its window
2555           parameter rather than relying on SP; some dependent functions still
2556           use SP internally.
2557         + factor out most use of SP in lib_mouse.c, using parameter.
2558         + add internal _nc_keyname(), replacing keyname() to associate with a
2559           particular SCREEN rather than the global SP.
2560         + add internal _nc_unctrl(), replacing unctrl() to associate with a
2561           particular SCREEN rather than the global SP.
2562         + add internal _nc_tracemouse(), replacing _tracemouse() to eliminate
2563           its associated global buffer _nc_globals.tracemse_buf now in SCREEN.
2564         + add internal _nc_tracechar(), replacing _tracechar() to use SCREEN in
2565           preference to the global _nc_globals.tracechr_buf buffer.
2566
2567 20080524
2568         + modify _nc_keypad() to make it switch temporarily as needed to the
2569           screen which must be updated.
2570         + wrap cur_term variable to help make _nc_keymap() thread-safe, and
2571           always set the screen's copy of this variable in set_curterm().
2572         + restore curs_set() state after endwin()/refresh() (report/patch
2573           Miroslav Lichvar)
2574
2575 20080517
2576         + modify configure script to note that --enable-ext-colors and
2577           --enable-ext-mouse are not experimental, but extensions from
2578           the ncurses ABI 5.
2579         + corrected manpage description of setcchar() (discussion with
2580           Emanuele Giaquinta).
2581         + fix for adding a non-spacing character at the beginning of a line
2582           (report/patch by Miroslav Lichvar).
2583
2584 20080503
2585         + modify screen.* terminfo entries using new screen+fkeys to fix
2586           overridden keys in screen.rxvt (Debian #478094) -TD
2587         + modify internal interfaces to reduce wgetch()'s dependency on the
2588           global SP.
2589         + simplify some loops with macros each_screen(), each_window() and
2590           each_ripoff().
2591
2592 20080426
2593         + continue modifying test/ditto.c toward making it demonstrate
2594           multithreaded use_screen(), using fifos to pass data between screens.
2595         + fix typo in form.3x (report by Mike Gran).
2596
2597 20080419
2598         + add screen.rxvt terminfo entry -TD
2599         + modify tic -f option to format spaces as \s to prevent them from
2600           being lost when that is read back in unformatted strings.
2601         + improve test/ditto.c, using a "talk"-style layout.
2602
2603 20080412
2604         + change test/ditto.c to use openpty() and xterm.
2605         + add locks for copywin(), dupwin(), overlap(), overlay() on their
2606           window parameters.
2607         + add locks for initscr() and newterm() on updates to the SCREEN
2608           pointer.
2609         + finish table in curs_thread.3x manpage.
2610
2611 20080405
2612         + begin table in curs_thread.3x manpage describing the scope of data
2613           used by each function (or symbol) for threading analysis.
2614         + add null-pointer checks to setsyx() and getsyx() (prompted by
2615           discussion by Martin v. Lowis and Jeroen Ruigrok van der Werven on
2616           python-dev2 mailing list).
2617
2618 20080329
2619         + add null-pointer checks in set_term() and delscreen().
2620         + move _nc_windows into _nc_globals, since windows can be pads, which
2621           are not associated with a particular screen.
2622         + change use_screen() to pass the SCREEN* parameter rather than
2623           stdscr to the callback function.
2624         + force libtool to use tag for 'CC' in case it does not detect this,
2625           e.g., on aix when using CC=powerpc-ibm-aix5.3.0.0-gcc
2626           (report/patch by Michael Haubenwallner).
2627         + override OBJEXT to "lo" when building with libtool, to work on
2628           platforms such as AIX where libtool may use a different suffix for
2629           the object files than ".o" (report/patch by Michael Haubenwallner).
2630         + add configure --with-pthread option, for building with the POSIX
2631           thread library.
2632
2633 20080322
2634         + fill in extended-color pair two more places in wbkgrndset() and
2635           waddch_nosync() (prompted by Sedeno's patch).
2636         + fill in extended-color pair in _nc_build_wch() to make colors work
2637           for wide-characters using extended-colors (patch by Alejandro R
2638           Sedeno).
2639         + add x/X toggles to ncurses.c C color test to test/demo
2640           wide-characters with extended-colors.
2641         + add a/A toggles to ncurses.c c/C color tests.
2642         + modify test/ditto.c to use use_screen().
2643         + finish modifying test/rain.c to demonstrate threads.
2644
2645 20080308
2646         + start modifying test/rain.c for threading demo.
2647         + modify test/ncurses.c to make 'f' test accept the f/F/b/F/</> toggles
2648           that the 'F' accepts.
2649         + modify test/worm.c to show trail in reverse-video when other threads
2650           are working concurrently.
2651         + fix a deadlock from improper nesting of mutexes for windowlist and
2652           window.
2653
2654 20080301
2655         + fixes from 20080223 resolved issue with mutexes; change to use
2656           recursive mutexes to fix memory leak in delwin() as called from
2657           _nc_free_and_exit().
2658
2659 20080223
2660         + fix a size-difference in _nc_globals which caused hanging of mutex
2661           lock/unlock when termlib was built separately.
2662
2663 20080216
2664         + avoid using nanosleep() in threaded configuration since that often
2665           is implemented to suspend the entire process.
2666
2667 20080209
2668         + update test programs to build/work with various UNIX curses for
2669           comparisons.  This was to reinvestigate statement in X/Open curses
2670           that insnstr and winsnstr perform wrapping.  None of the Unix-branded
2671           implementations do this, as noted in manpage (cf: 20040228).
2672
2673 20080203
2674         + modify _nc_setupscreen() to set the legacy-coding value the same
2675           for both narrow/wide models.  It had been set only for wide model,
2676           but is needed to make unctrl() work with locale in the narrow model.
2677         + improve waddch() and winsch() handling of EILSEQ from mbrtowc() by
2678           using unctrl() to display illegal bytes rather than trying to append
2679           further bytes to make up a valid sequence (reported by Andrey A
2680           Chernov).
2681         + modify unctrl() to check codes in 128-255 range versus isprint().
2682           If they are not printable, and locale was set, use a "M-" or "~"
2683           sequence.
2684
2685 20080126
2686         + improve threading in test/worm.c (wrap refresh calls, and KEY_RESIZE
2687           handling).  Now it hangs in napms(), no matter whether nanosleep()
2688           or poll() or select() are used on Linux.
2689
2690 20080119
2691         + fixes to build with --disable-ext-funcs
2692         + add manpage for use_window and use_screen.
2693         + add set_tabsize() and set_escdelay() functions.
2694
2695 20080112
2696         + remove recursive-mutex definitions, finish threading demo for worm.c
2697         + remove a redundant adjustment of lines in resizeterm.c's
2698           adjust_window() which caused occasional misadjustment of stdscr when
2699           softkeys were used.
2700
2701 20080105
2702         + several improvements to terminfo entries based on xterm #230 -TD
2703         + modify MKlib_gen.sh to handle keyname/key_name prototypes, so the
2704           "link_test" builds properly.
2705         + fix for toe command-line options -u/-U to ensure filename is given.
2706         + fix allocation-size for command-line parsing in infocmp from 20070728
2707           (report by Miroslav Lichvar)
2708         + improve resizeterm() by moving ripped-off lines, and repainting the
2709           soft-keys (report by Katarina Machalkova)
2710         + add clarification in wclear's manpage noting that the screen will be
2711           cleared even if a subwindow is cleared (prompted by Christer Enfors
2712           question).
2713         + change test/ncurses.c soft-key tests to work with KEY_RESIZE.
2714
2715 20071222
2716         + continue implementing support for threading demo by adding mutex
2717           for delwin().
2718
2719 20071215
2720         + add several functions to C++ binding which wrap C functions that
2721           pass a WINDOW* parameter (request by Chris Lee).
2722
2723 20071201
2724         + add note about configure options needed for Berkeley database to the
2725           INSTALL file.
2726         + improve checks for version of Berkeley database libraries.
2727         + amend fix for rpath to not modify LDFLAGS if the platform has no
2728           applicable transformation (report by Christian Ebert, cf: 20071124).
2729
2730 20071124
2731         + modify configure option --with-hashed-db to accept a parameter which
2732           is the install-prefix of a given Berkeley Database (prompted by
2733           pierre4d2 comments).
2734         + rewrite wrapper for wcrtomb(), making it work on Solaris.  This is
2735           used in the form library to determine the length of the buffer needed
2736           by field_buffer (report by Alfred Fung).
2737         + remove unneeded window-parameter from C++ binding for wresize (report
2738           by Chris Lee).
2739
2740 20071117
2741         + modify the support for filesystems which do not support mixed-case to
2742           generate 2-character (hexadecimal) codes for the lower-level of the
2743           filesystem terminfo database (request by Michail Vidiassov).
2744         + add configure option --enable-mixed-case, to allow overriding the
2745           configure script's check if the filesystem supports mixed-case
2746           filenames.
2747         + add wresize() to C++ binding (request by Chris Lee).
2748         + define NCURSES_EXT_FUNCS and NCURSES_EXT_COLORS in curses.h to make
2749           it simpler to tell if the extended functions and/or colors are
2750           declared.
2751
2752 20071103
2753         + update memory-leak checks for changes to names.c and codes.c
2754         + correct acsc strings in h19, z100 (patch by Benjamin C W Sittler).
2755
2756 20071020
2757         + continue implementing support for threading demo by adding mutex
2758           for use_window().
2759         + add mrxvt terminfo entry, add/fix xterm building blocks for modified
2760           cursor keys -TD
2761         + compile with FreeBSD "contemporary" TTY interface (patch by
2762           Rong-En Fan).
2763
2764 20071013
2765         + modify makefile rules to allow clear, tput and tset to be built
2766           without libtic.  The other programs (infocmp, tic and toe) rely on
2767           that library.
2768         + add/modify null-pointer checks in several functions for SP and/or
2769           the WINDOW* parameter (report by Thorben Krueger).
2770         + fixes for field_buffer() in formw library (see Redhat #310071,
2771           patches by Miroslav Lichvar).
2772         + improve performance of NCURSES_CHAR_EQ code (patch by Miroslav
2773           Lichvar).
2774         + update/improve mlterm and rxvt terminfo entries, e.g., for
2775           the modified cursor- and keypad-keys -TD
2776
2777 20071006
2778         + add code to curses.priv.h ifdef'd with NCURSES_CHAR_EQ, which
2779           changes the CharEq() macro to an inline function to allow comparing
2780           cchar_t struct's without comparing gaps in a possibly unpacked
2781           memory layout (report by Miroslav Lichvar).
2782
2783 20070929
2784         + add new functions to lib_trace.c to setup mutex's for the _tracef()
2785           calls within the ncurses library.
2786         + for the reentrant model, move _nc_tputs_trace and _nc_outchars into
2787           the SCREEN.
2788         + start modifying test/worm.c to provide threading demo (incomplete).
2789         + separated ifdef's for some BSD-related symbols in tset.c, to make
2790           it compile on LynxOS (report by Greg Gemmer).
2791 20070915
2792         + modify Ada95/gen/Makefile to use shlib script, to simplify building
2793           shared-library configuration on platforms lacking rpath support.
2794         + build-fix for Ada95/src/Makefile to reflect changed dependency for
2795           the terminal-interface-curses-aux.adb file which is now generated.
2796         + restructuring test/worm.c, for use_window() example.
2797
2798 20070908
2799         + add use_window() and use_screen() functions, to develop into support
2800           for threaded library (incomplete).
2801         + fix typos in man/curs_opaque.3x which kept the install script from
2802           creating symbolic links to two aliases created in 20070818 (report by
2803           Rong-En Fan).
2804
2805 20070901
2806         + remove a spurious newline from output of html.m4, which caused links
2807           for Ada95 html to be incorrect for the files generated using m4.
2808         + start investigating mutex's for SCREEN manipulation (incomplete).
2809         + minor cleanup of codes.c/names.c for --enable-const
2810         + expand/revise "Routine and Argument Names" section of ncurses manpage
2811           to address report by David Givens in newsgroup discussion.
2812         + fix interaction between --without-progs/--with-termcap configure
2813           options (report by Michail Vidiassov).
2814         + fix typo in "--disable-relink" option (report by Michail Vidiassov).
2815
2816 20070825
2817         + fix a sign-extension bug in infocmp's repair_acsc() function
2818           (cf: 971004).
2819         + fix old configure script bug which prevented "--disable-warnings"
2820           option from working (patch by Mike Frysinger).
2821
2822 20070818
2823         + add 9term terminal description (request by Juhapekka Tolvanen) -TD
2824         + modify comp_hash.c's string output to avoid misinterpreting a null
2825           "\0" followed by a digit.
2826         + modify MKnames.awk and MKcodes.awk to support big-strings.
2827           This only applies to the cases (broken linker, reentrant) where
2828           the corresponding arrays are accessed via wrapper functions.
2829         + split MKnames.awk into two scripts, eliminating the shell redirection
2830           which complicated the make process and also the bogus timestamp file
2831           which was introduced to fix "make -j".
2832         + add test/test_opaque.c, test/test_arrays.c
2833         + add wgetscrreg() and wgetparent() for applications that may need it
2834           when NCURSES_OPAQUE is defined (prompted by Bryan Christ).
2835
2836 20070812
2837         + amend treatment of infocmp "-r" option to retain the 1023-byte limit
2838           unless "-T" is given (cf: 981017).
2839         + modify comp_captab.c generation to use big-strings.
2840         + make _nc_capalias_table and _nc_infoalias_table private accessed via
2841           _nc_get_alias_table() since the tables are used only within the tic
2842           library.
2843         + modify configure script to skip Intel compiler in CF_C_INLINE.
2844         + make _nc_info_hash_table and _nc_cap_hash_table private accessed via
2845           _nc_get_hash_table() since the tables are used only within the tic
2846           library.
2847
2848 20070728
2849         + make _nc_capalias_table and _nc_infoalias_table private, accessed via
2850           _nc_get_alias_table() since they are used only by parse_entry.c
2851         + make _nc_key_names private since it is used only by lib_keyname.c
2852         + add --disable-big-strings configure option to control whether
2853           unctrl.c is generated using the big-string optimization - which may
2854           use strings longer than supported by a given compiler.
2855         + reduce relocation tables for tic, infocmp by changing type of
2856           internal hash tables to short, and make those private symbols.
2857         + eliminate large fixed arrays from progs/infocmp.c
2858
2859 20070721
2860         + change winnstr() to stop at the end of the line (cf: 970315).
2861         + add test/test_get_wstr.c
2862         + add test/test_getstr.c
2863         + add test/test_inwstr.c
2864         + add test/test_instr.c
2865
2866 20070716
2867         + restore a call to obtain screen-size in _nc_setupterm(), which
2868           is used in tput and other non-screen applications via setupterm()
2869           (Debian #433357, reported by Florent Bayle, Christian Ohm,
2870           cf: 20070310).
2871
2872 20070714
2873         + add test/savescreen.c test-program
2874         + add check to trace-file open, if the given name is a directory, add
2875           ".log" to the name and try again.
2876         + add konsole-256color entry -TD
2877         + add extra gcc warning options from xterm.
2878         + minor fixes for ncurses/hashmap test-program.
2879         + modify configure script to quiet c++ build with libtool when the
2880           --disable-echo option is used.
2881         + modify configure script to disable ada95 if libtool is selected,
2882           writing a warning message (addresses FreeBSD #114493).
2883         + update config.guess, config.sub
2884
2885 20070707
2886         + add continuous-move "M" to demo_panels to help test refresh changes.
2887         + improve fix for refresh of window on top of multi-column characters,
2888           taking into account some split characters on left/right window
2889           boundaries.
2890
2891 20070630
2892         + add "widec" row to _tracedump() output to help diagnose remaining
2893           problems with multi-column characters.
2894         + partial fix for refresh of window on top of multi-column characters
2895           which are partly overwritten (report by Sadrul H Chowdhury).
2896         + ignore A_CHARTEXT bits in vidattr() and vid_attr(), in case
2897           multi-column extension bits are passed there.
2898         + add setlocale() call to demo_panels.c, needed for wide-characters.
2899         + add some output flags to _nc_trace_ttymode to help diagnose a bug
2900           report by Larry Virden, i.e., ONLCR, OCRNL, ONOCR and ONLRET,
2901
2902 20070623
2903         + add test/demo_panels.c
2904         + implement opaque version of setsyx() and getsyx().
2905
2906 20070612
2907         + corrected xterm+pcf2 terminfo modifiers for F1-F4, to match xterm
2908           #226 -TD
2909         + split-out key_name() from MKkeyname.awk since it now depends upon
2910           wunctrl() which is not in libtinfo (report by Rong-En Fan).
2911
2912 20070609
2913         + add test/key_name.c
2914         + add stdscr cases to test/inchs.c and test/inch_wide.c
2915         + update test/configure
2916         + correct formatting of DEL (0x7f) in _nc_vischar().
2917         + null-terminate result of wunctrl().
2918         + add null-pointer check in key_name() (report by Andreas Krennmair,
2919           cf: 20020901).
2920
2921 20070602
2922         + adapt mouse-handling code from menu library in form-library
2923           (discussion with Clive Nicolson).
2924         + add a modification of test/dots.c, i.e., test/dots_mvcur.c to
2925           illustrate how to use mvcur().
2926         + modify wide-character flavor of SetAttr() to preserve the
2927           WidecExt() value stored in the .attr field, e.g., in case it
2928           is overwritten by chgat (report by Aleksi Torhamo).
2929         + correct buffer-size for _nc_viswbuf2n() (report by Aleksi Torhamo).
2930         + build-fixes for Solaris 2.6 and 2.7 (patch by Peter O'Gorman).
2931
2932 20070526
2933         + modify keyname() to use "^X" form only if meta() has been called, or
2934           if keyname() is called without initializing curses, e.g., via
2935           initscr() or newterm() (prompted by LinuxBase #1604).
2936         + document some portability issues in man/curs_util.3x
2937         + add a shadow copy of TTY buffer to _nc_prescreen to fix applications
2938           broken by moving that data into SCREEN (cf: 20061230).
2939
2940 20070512
2941         + add 'O' (wide-character panel test) in ncurses.c to demonstrate a
2942           problem reported by Sadrul H Chowdhury with repainting parts of
2943           a fullwidth cell.
2944         + modify slk_init() so that if there are preceding calls to
2945           ripoffline(), those affect the available lines for soft-keys (adapted
2946           from patch by Clive Nicolson).
2947         + document some portability issues in man/curs_getyx.3x
2948
2949 20070505
2950         + fix a bug in Ada95/samples/ncurses which caused a variable to
2951           become uninitialized in the "b" test.
2952         + fix Ada95/gen/Makefile.in adahtml rule to account for recent
2953           movement of files, fix a few incorrect manpage references in the
2954           generated html.
2955         + add Ada95 binding to _nc_freeall() as Curses_Free_All to help with
2956           memory-checking.
2957         + correct some functions in Ada95 binding which were using return value
2958           from C where none was returned:  idcok(), immedok() and wtimeout().
2959         + amend recent changes for Ada95 binding to make it build with
2960           Cygwin's linker, e.g., with configure options
2961                 --enable-broken-linker --with-ticlib
2962
2963 20070428
2964         + add a configure check for gcc's options for inlining, use that to
2965           quiet a warning message where gcc's default behavior changed from
2966           3.x to 4.x.
2967         + improve warning message when checking if GPM is linked to curses
2968           library by not warning if its use of "wgetch" is via a weak symbol.
2969         + add loader options when building with static libraries to ensure that
2970           an installed shared library for ncurses does not conflict.  This is
2971           reported as problem with Tru64, but could affect other platforms
2972           (report Martin Mokrejs, analysis by Tim Mooney).
2973         + fix build on cygwin after recent ticlib/termlib changes, i.e.,
2974           + adjust TINFO_SUFFIX value to work with cygwin's dll naming
2975           + revert a change from 20070303 which commented out dependency of
2976             SHLIB_LIST in form/menu/panel/c++ libraries.
2977         + fix initialization of ripoff stack pointer (cf: 20070421).
2978
2979 20070421
2980         + move most static variables into structures _nc_globals and
2981           _nc_prescreen, to simplify storage.
2982         + add/use configure script macro CF_SIG_ATOMIC_T, use the corresponding
2983           type for data manipulated by signal handlers (prompted by comments
2984           in mailing.openbsd.bugs newsgroup).
2985         + modify CF_WITH_LIBTOOL to allow one to pass options such as -static
2986           to the libtool create- and link-operations.
2987
2988 20070414
2989         + fix whitespace in curs_opaque.3x which caused a spurious ';' in
2990           the installed aliases (report by Peter Santoro).
2991         + fix configure script to not try to generate adacurses-config when
2992           Ada95 tree is not built.
2993
2994 20070407
2995         + add man/curs_legacy.3x, man/curs_opaque.3x
2996         + fix acs_map binding for Ada95 when --enable-reentrant is used.
2997         + add adacurses-config to the Ada95 install, based on version from
2998           FreeBSD port, in turn by Juergen Pfeifer in 2000 (prompted by
2999           comment on comp.lang.ada newsgroup).
3000         + fix includes in c++ binding to build with Intel compiler
3001           (cf: 20061209).
3002         + update install rule in Ada95 to use mkdirs.sh
3003         > other fixes prompted by inspection for Coverity report:
3004         + modify ifdef's for c++ binding to use try/catch/throw statements
3005         + add a null-pointer check in tack/ansi.c request_cfss()
3006         + fix a memory leak in ncurses/base/wresize.c
3007         + corrected check for valid memu/meml capabilities in
3008           progs/dump_entry.c when handling V_HPUX case.
3009         > fixes based on Coverity report:
3010         + remove dead code in test/bs.c
3011         + remove dead code in test/demo_defkey.c
3012         + remove an unused assignment in progs/infocmp.c
3013         + fix a limit check in tack/ansi.c tools_charset()
3014         + fix tack/ansi.c tools_status() to perform the VT320/VT420
3015           tests in request_cfss().  The function had exited too soon.
3016         + fix a memory leak in tic.c's make_namelist()
3017         + fix a couple of places in tack/output.c which did not check for EOF.
3018         + fix a loop-condition in test/bs.c
3019         + add index checks in lib_color.c for color palettes
3020         + add index checks in progs/dump_entry.c for version_filter() handling
3021           of V_BSD case.
3022         + fix a possible null-pointer dereference in copywin()
3023         + fix a possible null-pointer dereference in waddchnstr()
3024         + add a null-pointer check in _nc_expand_try()
3025         + add a null-pointer check in tic.c's make_namelist()
3026         + add a null-pointer check in _nc_expand_try()
3027         + add null-pointer checks in test/cardfile.c
3028         + fix a double-free in ncurses/tinfo/trim_sgr0.c
3029         + fix a double-free in ncurses/base/wresize.c
3030         + add try/catch block to c++/cursesmain.cc
3031
3032 20070331
3033         + modify Ada95 binding to build with --enable-reentrant by wrapping
3034           global variables (bug: acs_map does not yet work).
3035         + modify Ada95 binding to use the new access-functions, allowing it
3036           to build/run when NCURSES_OPAQUE is set.
3037         + add access-functions and macros to return properties of the WINDOW
3038           structure, e.g., when NCURSES_OPAQUE is set.
3039         + improved install-sh's quoting.
3040         + use mkdirs.sh rather than mkinstalldirs, e.g., to use fixes from
3041           other programs.
3042
3043 20070324
3044         + eliminate part of the direct use of WINDOW data from Ada95 interface.
3045         + fix substitutions for termlib filename to make configure option
3046           --enable-reentrant work with --with-termlib.
3047         + change a constructor for NCursesWindow to allow compiling with
3048           NCURSES_OPAQUE set, since we cannot pass a reference to
3049           an opaque pointer.
3050
3051 20070317
3052         + ignore --with-chtype=unsigned since unsigned is always added to
3053           the type in curses.h; do the same for --with-mmask-t.
3054         + change warning regarding --enable-ext-colors and wide-character
3055           in the configure script to an error.
3056         + tweak error message in CF_WITH_LIBTOOL to distinguish other programs
3057           such as Darwin's libtool program (report by Michail Vidiassov)
3058         + modify edit_man.sh to allow for multiple substitutions per line.
3059         + set locale in misc/ncurses-config.in since it uses a range
3060         + change permissions libncurses++.a install (report by Michail
3061           Vidiassov).
3062         + corrected length of temporary buffer in wide-character version
3063           of set_field_buffer() (related to report by Bryan Christ).
3064
3065 20070311
3066         + fix mk-1st.awk script install_shlib() function, broken in 20070224
3067           changes for cygwin (report by  Michail Vidiassov).
3068
3069 20070310
3070         + increase size of array in _nc_visbuf2n() to make "tic -v" work
3071           properly in its similar_sgr() function (report/analysis by Peter
3072           Santoro).
3073         + add --enable-reentrant configure option for ongoing changes to
3074           implement a reentrant version of ncurses:
3075           + libraries are suffixed with "t"
3076           + wrap several global variables (curscr, newscr, stdscr, ttytype,
3077             COLORS, COLOR_PAIRS, COLS, ESCDELAY, LINES and TABSIZE) as
3078             functions returning values stored in SCREEN or cur_term.
3079           + move some initialization (LINES, COLS) from lib_setup.c,
3080             i.e., setupterm() to _nc_setupscreen(), i.e., newterm().
3081
3082 20070303
3083         + regenerated html documentation.
3084         + add NCURSES_OPAQUE symbol to curses.h, will use to make structs
3085           opaque in selected configurations.
3086         + move the chunk in lib_acs.c which resets acs capabilities when
3087           running on a terminal whose locale interferes with those into
3088           _nc_setupscreen(), so the libtinfo/libtinfow files can be made
3089           identical (requested by Miroslav Lichvar).
3090         + do not use configure variable SHLIB_LIBS for building libraries
3091           outside the ncurses directory, since that symbol is customized
3092           only for that directory, and using it introduces an unneeded
3093           dependency on libdl (requested by Miroslav Lichvar).
3094         + modify mk-1st.awk so the generated makefile rules for linking or
3095           installing shared libraries do not first remove the library, in
3096           case it is in use, e.g., libncurses.so by /bin/sh (report by Jeff
3097           Chua).
3098         + revised section "Using NCURSES under XTERM" in ncurses-intro.html
3099           (prompted by newsgroup comment by Nick Guenther).
3100
3101 20070224
3102         + change internal return codes of _nc_wgetch() to check for cases
3103           where KEY_CODE_YES should be returned, e.g., if a KEY_RESIZE was
3104           ungetch'd, and read by wget_wch().
3105         + fix static-library build broken in 20070217 changes to remove "-ldl"
3106           (report by Miroslav Lichvar).
3107         + change makefile/scripts for cygwin to allow building termlib.
3108         + use Form_Hook in manpages to match form.h
3109         + use Menu_Hook in manpages, as well as a few places in menu.h
3110         + correct form- and menu-manpages to use specific Field_Options,
3111           Menu_Options and Item_Options types.
3112         + correct prototype for _tracechar() in manpage (cf: 20011229).
3113         + correct prototype for wunctrl() in manpage.
3114
3115 20070217
3116         + fixes for $(TICS_LIST) in ncurses/Makefile (report by Miroslav
3117           Lichvar).
3118         + modify relinking of shared libraries to apply only when rpath is
3119           enabled, and add --disable-relink option which can be used to
3120           disable the feature altogether (reports by Michail Vidiassov,
3121           Adam J Richter).
3122         + fix --with-termlib option for wide-character configuration, stripping
3123           the "w" suffix in one place (report by Miroslav Lichvar).
3124         + remove "-ldl" from some library lists to reduce dependencies in
3125           programs (report by Miroslav Lichvar).
3126         + correct description of --enable-signed-char in configure --help
3127           (report by Michail Vidiassov).
3128         + add pattern for GNU/kFreeBSD configuration to CF_XOPEN_SOURCE,
3129           which matches an earlier change to CF_SHARED_OPTS, from xterm #224
3130           fixes.
3131         + remove "${DESTDIR}" from -install_name option used for linking
3132           shared libraries on Darwin (report by Michail Vidiassov).
3133
3134 20070210
3135         + add test/inchs.c, test/inch_wide.c, to test win_wchnstr().
3136         + remove libdl from library list for termlib (report by Miroslav
3137           Lichvar).
3138         + fix configure.in to allow --without-progs --with-termlib (patch by
3139           Miroslav Lichvar).
3140         + modify win_wchnstr() to ensure that only a base cell is returned
3141           for each multi-column character (prompted by report by Wei Kong
3142           regarding change in mvwin_wch() cf: 20041023).
3143
3144 20070203
3145         + modify fix_wchnstr() in form library to strip attributes (and color)
3146           from the cchar_t array (field cells) read from a field's window.
3147           Otherwise, when copying the field cells back to the window, the
3148           associated color overrides the field's background color (report by
3149           Ricardo Cantu).
3150         + improve tracing for form library, showing created forms, fields, etc.
3151         + ignore --enable-rpath configure option if --with-shared was omitted.
3152         + add _nc_leaks_tinfo(), _nc_free_tic(), _nc_free_tinfo() entrypoints
3153           to allow leak-checking when both tic- and tinfo-libraries are built.
3154         + drop CF_CPP_VSCAN_FUNC macro from configure script, since C++ binding
3155           no longer relies on it.
3156         + disallow combining configure script options --with-ticlib and
3157           --enable-termcap (report by Rong-En Fan).
3158         + remove tack from ncurses tree.
3159
3160 20070128
3161         + fix typo in configure script that broke --with-termlib option
3162           (report by Rong-En Fan).
3163
3164 20070127
3165         + improve fix for FreeBSD gnu/98975, to allow for null pointer passed
3166           to tgetent() (report by Rong-en Fan).
3167         + update tack/HISTORY and tack/README to tell how to build it after
3168           it is removed from the ncurses tree.
3169         + fix configure check for libtool's version to trim blank lines
3170           (report by sci-fi@hush.ai).
3171         + review/eliminate other original-file artifacts in cursesw.cc, making
3172           its license consistent with ncurses.
3173         + use ncurses vw_scanw() rather than reading into a fixed buffer in
3174           the c++ binding for scanw() methods (prompted by report by Nuno Dias).
3175         + eliminate fixed-buffer vsprintf() calls in c++ binding.
3176
3177 20070120
3178         + add _nc_leaks_tic() to separate leak-checking of tic library from
3179           term/ncurses libraries, and thereby eliminate a library dependency.
3180         + fix test/mk-test.awk to ignore blank lines.
3181         + correct paths in include/headers, for --srcdir (patch by Miroslav
3182           Lichvar).
3183
3184 20070113
3185         + add a break-statement in misc/shlib to ensure that it exits on the
3186           _first_ matched directory (report by Paul Novak).
3187         + add tack/configure, which can be used to build tack outside the
3188           ncurses build-tree.
3189         + add --with-ticlib option, to build/install the tic-support functions
3190           in a separate library (suggested by Miroslav Lichvar).
3191
3192 20070106
3193         + change MKunctrl.awk to reduce relocation table for unctrl.o
3194         + change MKkeyname.awk to reduce relocation table for keyname.o
3195           (patch by Miroslav Lichvar).
3196
3197 20061230
3198         + modify configure check for libtool's version to trim blank lines
3199           (report by sci-fi@hush.ai).
3200         + modify some modules to allow them to be reentrant if _REENTRANT is
3201           defined: lib_baudrate.c, resizeterm.c (local data only)
3202         + eliminate static data from some modules: add_tries.c, hardscroll.c,
3203           lib_ttyflags.c, lib_twait.c
3204         + improve manpage install to add aliases for the transformed program
3205           names, e.g., from --program-prefix.
3206         + used linklint to verify links in the HTML documentation, made fixes
3207           to manpages as needed.
3208         + fix a typo in curs_mouse.3x (report by William McBrine).
3209         + fix install-rule for ncurses5-config to make the bin-directory.
3210
3211 20061223
3212         + modify configure script to omit the tic (terminfo compiler) support
3213           from ncurses library if --without-progs option is given.
3214         + modify install rule for ncurses5-config to do this via "install.libs"
3215         + modify shared-library rules to allow FreeBSD 3.x to use rpath.
3216         + update config.guess, config.sub
3217
3218 20061217 5.6 release for upload to ftp.gnu.org
3219
3220 20061217
3221         + add ifdef's for <wctype.h> for HPUX, which has the corresponding
3222           definitions in <wchar.h>.
3223         + revert the va_copy() change from 20061202, since it was neither
3224           correct nor portable.
3225         + add $(LOCAL_LIBS) definition to progs/Makefile.in, needed for
3226           rpath on Solaris.
3227         + ignore wide-acs line-drawing characters that wcwidth() claims are
3228           not one-column.  This is a workaround for Solaris' broken locale
3229           support.
3230
3231 20061216
3232         + modify configure --with-gpm option to allow it to accept a parameter,
3233           i.e., the name of the dynamic GPM library to load via dlopen()
3234           (requested by Bryan Henderson).
3235         + add configure option --with-valgrind, changes from vile.
3236         + modify configure script AC_TRY_RUN and AC_TRY_LINK checks to use
3237           'return' in preference to 'exit()'.
3238
3239 20061209
3240         + change default for --with-develop back to "no".
3241         + add XTABS to tracing of TTY bits.
3242         + updated autoconf patch to ifdef-out the misfeature which declares
3243           exit() for configure tests.  This fixes a redefinition warning on
3244           Solaris.
3245         + use ${CC} rather than ${LD} in shared library rules for IRIX64,
3246           Solaris to help ensure that initialization sections are provided for
3247           extra linkage requirements, e.g., of C++ applications (prompted by
3248           comment by Casper Dik in newsgroup).
3249         + rename "$target" in CF_MAN_PAGES to make it easier to distinguish
3250           from the autoconf predefined symbol.  There was no conflict,
3251           since "$target" was used only in the generated edit_man.sh file,
3252           but SuSE's rpm package contains a patch.
3253
3254 20061202
3255         + update man/term.5 to reflect extended terminfo support and hashed
3256           database configuration.
3257         + updates for test/configure script.
3258         + adapted from SuSE rpm package:
3259           + remove long-obsolete workaround for broken-linker which declared
3260             cur_term in tic.c
3261           + improve error recovery in PUTC() macro when wcrtomb() does not
3262             return usable results for an 8-bit character.
3263         + patches from rpm package (SuSE):
3264           + use va_copy() in extra varargs manipulation for tracing version
3265             of printw, etc.
3266           + use a va_list rather than a null in _nc_freeall()'s call to
3267             _nc_printf_string().
3268         + add some see-also references in manpages to show related
3269           wide-character functions (suggested by Claus Fischer).
3270
3271 20061125
3272         + add a check in lib_color.c to ensure caller does not increase COLORS
3273           above max_colors, which is used as an array index (discussion with
3274           Simon Sasburg).
3275         + add ifdef's allowing ncurses to be built with tparm() using either
3276           varargs (the existing status), or using a fixed-parameter list (to
3277           match X/Open).
3278
3279 20061104
3280         + fix redrawing of windows other than stdscr using wredrawln() by
3281           touching the corresponding rows in curscr (discussion with Dan
3282           Gookin).
3283         + add test/redraw.c
3284         + add test/echochar.c
3285         + review/cleanup manpage descriptions of error-returns for form- and
3286           menu-libraries (prompted by FreeBSD docs/46196).
3287
3288 20061028
3289         + add AUTHORS file -TD
3290         + omit the -D options from output of the new config script --cflags
3291           option (suggested by Ralf S Engelschall).
3292         + make NCURSES_INLINE unconditionally defined in curses.h
3293
3294 20061021
3295         + revert change to accommodate bash 3.2, since that breaks other
3296           platforms, e.g., Solaris.
3297         + minor fixes to NEWS file to simplify scripting to obtain list of
3298           contributors.
3299         + improve some shared-library configure scripting for Linux, FreeBSD
3300           and NetBSD to make "--with-shlib-version" work.
3301         + change configure-script rules for FreeBSD shared libraries to allow
3302           for rpath support in versions past 3.
3303         + use $(DESTDIR) in makefile rules for installing/uninstalling the
3304           package config script (reports/patches by Christian Wiese,
3305           Ralf S Engelschall).
3306         + fix a warning in the configure script for NetBSD 2.0, working around
3307           spurious blanks embedded in its ${MAKEFLAGS} symbol.
3308         + change test/Makefile to simplify installing test programs in a
3309           different directory when --enable-rpath is used.
3310
3311 20061014
3312         + work around bug in bash 3.2 by adding extra quotes (Jim Gifford).
3313         + add/install a package config script, e.g., "ncurses5-config" or
3314           "ncursesw5-config", according to configuration options.
3315
3316 20061007
3317         + add several GNU Screen terminfo variations with 16- and 256-colors,
3318           and status line (Alain Bench).
3319         + change the way shared libraries (other than libtool) are installed.
3320           Rather than copying the build-tree's libraries, link the shared
3321           objects into the install directory.  This makes the --with-rpath
3322           option work except with $(DESTDIR) (cf: 20000930).
3323
3324 20060930
3325         + fix ifdef in c++/internal.h for QNX 6.1
3326         + test-compiled with (old) egcs-1.1.2, modified configure script to
3327           not unset the $CXX and related variables which would prevent this.
3328         + fix a few terminfo.src typos exposed by improvments to "-f" option.
3329         + improve infocmp/tic "-f" option formatting.
3330
3331 20060923
3332         + make --disable-largefile option work (report by Thomas M Ott).
3333         + updated html documentation.
3334         + add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
3335         + minor improvements to rxvt+pcfkeys -TD
3336
3337 20060916
3338         + move static data from lib_mouse.c into SCREEN struct.
3339         + improve ifdef's for _POSIX_VDISABLE in tset to work with Mac OS X
3340           (report by Michail Vidiassov).
3341         + modify CF_PATH_SYNTAX to ensure it uses the result from --prefix
3342           option (from lynx changes) -TD
3343         + adapt AC_PROG_EGREP check, noting that this is likely to be another
3344           place aggravated by POSIXLY_CORRECT.
3345         + modify configure check for awk to ensure that it is found (prompted
3346           by report by Christopher Parker).
3347         + update config.sub
3348
3349 20060909
3350         + add kon, kon2 and jfbterm terminfo entry (request by Till Maas) -TD
3351         + remove invis capability from klone+sgr, mainly used by linux entry,
3352           since it does not really do this -TD
3353
3354 20060903
3355         + correct logic in wadd_wch() and wecho_wch(), which did not guard
3356           against passing the multi-column attribute into a call on waddch(),
3357           e.g., using data returned by win_wch() (cf: 20041023)
3358           (report by Sadrul H Chowdhury).
3359
3360 20060902
3361         + fix kterm's acsc string -TD
3362         + fix for change to tic/infocmp in 20060819 to ensure no blank is
3363           embedded into a termcap description.
3364         + workaround for 20050806 ifdef's change to allow visbuf.c to compile
3365           when using --with-termlib --with-trace options.
3366         + improve tgetstr() by making the return value point into the user's
3367           buffer, if provided (patch by Miroslav Lichvar (see Redhat #202480)).
3368         + correct libraries needed for foldkeys (report by Stanislav Ievlev)
3369
3370 20060826
3371         + add terminfo entries for xfce terminal (xfce) and multi gnome
3372           terminal (mgt) -TD
3373         + add test/foldkeys.c
3374
3375 20060819
3376         + modify tic and infocmp to avoid writing trailing blanks on terminfo
3377           source output (Debian #378783).
3378         + modify configure script to ensure that if the C compiler is used
3379           rather than the loader in making shared libraries, the $(CFLAGS)
3380           variable is also used (Redhat #199369).
3381         + port hashed-db code to db2 and db3.
3382         + fix a bug in tgetent() from 20060625 and 20060715 changes
3383           (patch/analysis by Miroslav Lichvar (see Redhat #202480)).
3384
3385 20060805
3386         + updated xterm function-keys terminfo to match xterm #216 -TD
3387         + add configure --with-hashed-db option (tested only with FreeBSD 6.0,
3388           e.g., the db 1.8.5 interface).
3389
3390 20060729
3391         + modify toe to access termcap data, e.g., via cgetent() functions,
3392           or as a text file if those are not available.
3393         + use _nc_basename() in tset to improve $SHELL check for csh/sh.
3394         + modify _nc_read_entry() and _nc_read_termcap_entry() so infocmp,
3395           can access termcap data when the terminfo database is disabled.
3396
3397 20060722
3398         + widen the test for xterm kmous a little to allow for other strings
3399           than \E[M, e.g., for xterm-sco functionality in xterm.
3400         + update xterm-related terminfo entries to match xterm patch #216 -TD
3401         + update config.guess, config.sub
3402
3403 20060715
3404         + fix for install-rule in Ada95 to add terminal_interface.ads
3405           and terminal_interface.ali (anonymous posting in comp.lang.ada).
3406         + correction to manpage for getcchar() (report by William McBrine).
3407         + add test/chgat.c
3408         + modify wchgat() to mark updated cells as changed so a refresh will
3409           repaint those cells (comments by Sadrul H Chowdhury and William
3410           McBrine).
3411         + split up dependency of names.c and codes.c in ncurses/Makefile to
3412           work with parallel make (report/analysis by Joseph S Myers).
3413         + suppress a warning message (which is ignored) for systems without
3414           an ldconfig program (patch by Justin Hibbits).
3415         + modify configure script --disable-symlinks option to allow one to
3416           disable symlink() in tic even when link() does not work (report by
3417           Nigel Horne).
3418         + modify MKfallback.sh to use tic -x when constructing fallback tables
3419           to allow extended capabilities to be retrieved from a fallback entry.
3420         + improve leak-checking logic in tgetent() from 20060625 to ensure that
3421           it does not free the current screen (report by Miroslav Lichvar).
3422
3423 20060708
3424         + add a check for _POSIX_VDISABLE in tset (NetBSD #33916).
3425         + correct _nc_free_entries() and related functions used for memory leak
3426           checking of tic.
3427
3428 20060701
3429         + revert a minor change for magic-cookie support from 20060513, which
3430           caused unexpected reset of attributes, e.g., when resizing test/view
3431           in color mode.
3432         + note in clear manpage that the program ignores command-line
3433           parameters (prompted by Debian #371855).
3434         + fixes to make lib_gen.c build properly with changes to the configure
3435           --disable-macros option and NCURSES_NOMACROS (cf:  20060527)
3436         + update/correct several terminfo entries -TD
3437         + add some notes regarding copyright to terminfo.src -TD
3438
3439 20060625
3440         + fixes to build Ada95 binding with gnat-4.1.0
3441         + modify read_termtype() so the term_names data is always allocated as
3442           part of the str_table, a better fix for a memory leak (cf: 20030809).
3443         + reduce memory leaks in repeated calls to tgetent() by remembering the
3444           last TERMINAL* value allocated to hold the corresponding data and
3445           freeing that if the tgetent() result buffer is the same as the
3446           previous call (report by "Matt" for FreeBSD gnu/98975).
3447         + modify tack to test extended capability function-key strings.
3448         + improved gnome terminfo entry (GenToo #122566).
3449         + improved xterm-256color terminfo entry (patch by Alain Bench).
3450
3451 20060617
3452         + fix two small memory leaks related to repeated tgetent() calls
3453           with TERM=screen (report by "Matt" for FreeBSD gnu/98975).
3454         + add --enable-signed-char to simplify Debian package.
3455         + reduce name-pollution in term.h by removing #define's for HAVE_xxx
3456           symbols.
3457         + correct typo in curs_terminfo.3x (Debian #369168).
3458
3459 20060603
3460         + enable the mouse in test/movewindow.c
3461         + improve a limit-check in frm_def.c (John Heasley).
3462         + minor copyright fixes.
3463         + change configure script to produce test/Makefile from data file.
3464
3465 20060527
3466         + add a configure option --enable-wgetch-events to enable
3467           NCURSES_WGETCH_EVENTS, and correct the associated loop-logic in
3468           lib_twait.c (report by Bernd Jendrissek).
3469         + remove include/nomacros.h from build, since the ifdef for
3470           NCURSES_NOMACROS makes that obsolete.
3471         + add entrypoints for some functions which were only provided as macros
3472           to make NCURSES_NOMACROS ifdef work properly:  getcurx(), getcury(),
3473           getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
3474           wgetbkgrnd().
3475         + provide ifdef for NCURSES_NOMACROS which suppresses most macro
3476           definitions from curses.h, i.e., where a macro is defined to override
3477           a function to improve performance.  Allowing a developer to suppress
3478           these definitions can simplify some application (discussion with
3479           Stanislav Ievlev).
3480         + improve description of memu/meml in terminfo manpage.
3481
3482 20060520
3483         + if msgr is false, reset video attributes when doing an automargin
3484           wrap to the next line.  This makes the ncurses 'k' test work properly
3485           for hpterm.
3486         + correct caching of keyname(), which was using only half of its table.
3487         + minor fixes to memory-leak checking.
3488         + make SCREEN._acs_map and SCREEN._screen_acs_map pointers rather than
3489           arrays, making ACS_LEN less visible to applications (suggested by
3490           Stanislav Ievlev).
3491         + move chunk in SCREEN ifdef'd for USE_WIDEC_SUPPORT to the end, so
3492           _screen_acs_map will have the same offset in both ncurses/ncursesw,
3493           making the corresponding tinfo/tinfow libraries binary-compatible
3494           (cf: 20041016, report by Stanislav Ievlev).
3495
3496 20060513
3497         + improve debug-tracing for EmitRange().
3498         + change default for --with-develop to "yes".  Add NCURSES_NO_HARD_TABS
3499           and NCURSES_NO_MAGIC_COOKIE environment variables to allow runtime
3500           suppression of the related hard-tabs and xmc-glitch features.
3501         + add ncurses version number to top-level manpages, e.g., ncurses, tic,
3502           infocmp, terminfo as well as form, menu, panel.
3503         + update config.guess, config.sub
3504         + modify ncurses.c to work around a bug in NetBSD 3.0 curses
3505           (field_buffer returning null for a valid field).  The 'r' test
3506           appears to not work with that configuration since the new_fieldtype()
3507           function is broken in that implementation.
3508
3509 20060506
3510         + add hpterm-color terminfo entry -TD
3511         + fixes to compile test-programs with HPUX 11.23
3512
3513 20060422
3514         + add copyright notices to files other than those that are generated,
3515           data or adapted from pdcurses (reports by William McBrine, David
3516           Taylor).
3517         + improve rendering on hpterm by not resetting attributes at the end
3518           of doupdate() if the terminal has the magic-cookie feature (report
3519           by Bernd Rieke).
3520         + add 256color variants of terminfo entries for programs which are
3521           reported to implement this feature -TD
3522
3523 20060416
3524         + fix typo in change to NewChar() macro from 20060311 changes, which
3525           broke tab-expansion (report by Frederic L W Meunier).
3526
3527 20060415
3528         + document -U option of tic and infocmp.
3529         + modify tic/infocmp to suppress smacs/rmacs when acsc is suppressed
3530           due to size limit, e.g., converting to termcap format.  Also
3531           suppress them if the output format does not contain acsc and it
3532           was not VT100-like, i.e., a one-one mapping (Novell #163715).
3533         + add configure check to ensure that SIGWINCH is defined on platforms
3534           such as OS X which exclude that when _XOPEN_SOURCE, etc., are
3535           defined (report by Nicholas Cole)
3536
3537 20060408
3538         + modify write_object() to not write coincidental extensions of an
3539           entry made due to it being referenced in a use= clause (report by
3540           Alain Bench).
3541         + another fix for infocmp -i option, which did not ensure that some
3542           escape sequences had comparable prefixes (report by Alain Bench).
3543
3544 20060401
3545         + improve discussion of init/reset in terminfo and tput manpages
3546           (report by Alain Bench).
3547         + use is3 string for a fallback of rs3 in the reset program; it was
3548           using is2 (report by Alain Bench).
3549         + correct logic for infocmp -i option, which did not account for
3550           multiple digits in a parameter (cf: 20040828) (report by Alain
3551           Bench).
3552         + move _nc_handle_sigwinch() to lib_setup.c to make --with-termlib
3553           option work after 20060114 changes (report by Arkadiusz Miskiewicz).
3554         + add copyright notices to test-programs as needed (report by William
3555           McBrine).
3556
3557 20060318
3558         + modify ncurses.c 'F' test to combine the wide-characters with color
3559           and/or video attributes.
3560         + modify test/ncurses to use CTL/Q or ESC consistently for exiting
3561           a test-screen (some commands used 'x' or 'q').
3562
3563 20060312
3564         + fix an off-by-one in the scrolling-region change (cf_ 20060311).
3565
3566 20060311
3567         + add checks in waddchnstr() and wadd_wchnstr() to stop copying when
3568           a null character is found (report by Igor Bogomazov).
3569         + modify progs/Makefile.in to make "tput init" work properly with
3570           cygwin, i.e., do not pass a ".exe" in the reference string used
3571           in check_aliases (report by Samuel Thibault).
3572         + add some checks to ensure current position is within scrolling
3573           region before scrolling on a new line (report by Dan Gookin).
3574         + change some NewChar() usage to static variables to work around
3575           stack garbage introduced when cchar_t is not packed (Redhat #182024).
3576
3577 20060225
3578         + workarounds to build test/movewindow with PDcurses 2.7.
3579         + fix for nsterm-16color entry (patch by Alain Bench).
3580         + correct a typo in infocmp manpage (Debian #354281).
3581
3582 20060218
3583         + add nsterm-16color entry -TD
3584         + updated mlterm terminfo entry -TD
3585         + remove 970913 feature for copying subwindows as they are moved in
3586           mvwin() (discussion with Bryan Christ).
3587         + modify test/demo_menus.c to demonstrate moving a menu (both the
3588           window and subwindow) using shifted cursor-keys.
3589         + start implementing recursive mvwin() in movewindow.c (incomplete).
3590         + add a fallback definition for GCC_PRINTFLIKE() in test.priv.h,
3591           for movewindow.c (report by William McBrine).
3592         + add help-message to test/movewindow.c
3593
3594 20060211
3595         + add test/movewindow.c, to test mvderwin().
3596         + fix ncurses soft-key test so color changes are shown immediately
3597           rather than delayed.
3598         + modify ncurses soft-key test to hide the keys when exiting the test
3599           screen.
3600         + fixes to build test programs with PDCurses 2.7, e.g., its headers
3601           rely on autoconf symbols, and it declares stubs for nonfunctional
3602           terminfo and termcap entrypoints.
3603
3604 20060204
3605         + improved test/configure to build test/ncurses on HPUX 11 using the
3606           vendor curses.
3607         + documented ALTERNATE CONFIGURATIONS in the ncurses manpage, for the
3608           benefit of developers who do not read INSTALL.
3609
3610 20060128
3611         + correct form library Window_To_Buffer() change (cf:  20040516), which
3612           should ignore the video attributes (report by Ricardo Cantu).
3613
3614 20060121
3615         + minor fixes to xmc-glitch experimental code:
3616           + suppress line-drawing
3617           + implement max_attributes
3618           tested with xterm.
3619         + minor fixes for the database iterator.
3620         + fix some buffer limits in c++ demo (comment by Falk Hueffner in
3621           Debian #348117).
3622
3623 20060114
3624         + add toe -a option, to show all databases.  This uses new private
3625           interfaces in the ncurses library for iterating through the list of
3626           databases.
3627         + fix toe from 20000909 changes which made it not look at
3628           $HOME/.terminfo
3629         + make toe's -v option parameter optional as per manpage.
3630         + improve SIGWINCH handling by postponing its effect during newterm(),
3631           etc., when allocating screens.
3632
3633 20060111
3634         + modify wgetnstr() to return KEY_RESIZE if a sigwinch occurs.  Use
3635           this in test/filter.c
3636         + fix an error in filter() modification which caused some applications
3637           to fail.
3638
3639 20060107
3640         + check if filter() was called when getting the screensize.  Keep it
3641           at 1 if so (based on Redhat #174498).
3642         + add extension nofilter().
3643         + refined the workaround for ACS mapping.
3644         + make ifdef's consistent in curses.h for the extended colors so the
3645           header file can be used for the normal curses library.  The header
3646           file installed for extended colors is a variation of the
3647           wide-character configuration (report by Frederic L W Meunier).
3648
3649 20051231
3650         + add a workaround to ACS mapping to allow applications such as
3651           test/blue.c to use the "PC ROM" characters by masking them with
3652           A_ALTCHARSET.  This worked up til 5.5, but was lost in the revision
3653           of legacy coding (report by Michael Deutschmann).
3654         + add a null-pointer check in the wide-character version of
3655           calculate_actual_width() (report by Victor Julien).
3656         + improve test/ncurses 'd' (color-edit) test by allowing the RGB
3657           values to be set independently (patch by William McBrine).
3658         + modify test/configure script to allow building test programs with
3659           PDCurses/X11.
3660         + modified test programs to allow some to work with NetBSD curses.
3661           Several do not because NetBSD curses implements a subset of X/Open
3662           curses, and also lacks much of SVr4 additions.  But it's enough for
3663           comparison.
3664         + update config.guess and config.sub
3665
3666 20051224
3667         + use BSD-specific fix for return-value from cgetent() from CVS where
3668           an unknown terminal type would be reportd as "database not found".
3669         + make tgetent() return code more readable using new symbols
3670           TGETENT_YES, etc.
3671         + remove references to non-existent "tctest" program.
3672         + remove TESTPROGS from progs/Makefile.in (it was referring to code
3673           that was never built in that directory).
3674         + typos in curs_addchstr.3x, some doc files (noticed in OpenBSD CVS).
3675
3676 20051217
3677         + add use_legacy_coding() function to support lynx's font-switching
3678           feature.
3679         + fix formatting in curs_termcap.3x (report by Mike Frysinger).
3680         + modify MKlib_gen.sh to change preprocessor-expanded _Bool back to
3681           bool.
3682
3683 20051210
3684         + extend test/ncurses.c 's' (overlay window) test to exercise overlay(),
3685           overwrite() and copywin() with different combinations of colors and
3686           attributes (including background color) to make it easy to see the
3687           effect of the different functions.
3688         + corrections to menu/m_global.c for wide-characters (report by
3689           Victor Julien).
3690
3691 20051203
3692         + add configure option --without-dlsym, allowing developers to
3693           configure GPM support without using dlsym() (discussion with Michael
3694           Setzer).
3695         + fix wins_nwstr(), which did not handle single-column non-8bit codes
3696           (Debian #341661).
3697
3698 20051126
3699         + move prototypes for wide-character trace functions from curses.tail
3700           to curses.wide to avoid accidental reference to those if
3701           _XOPEN_SOURCE_EXTENDED is defined without ensuring that <wchar.h> is
3702           included.
3703         + add/use NCURSES_INLINE definition.
3704         + change some internal functions to use int/unsigned rather than the
3705           short equivalents.
3706
3707 20051119
3708         + remove a redundant check in lib_color.c (Debian #335655).
3709         + use ld's -search_paths_first option on Darwin to work around odd
3710           search rules on that platform (report by Christian Gennerat, analysis
3711           by Andrea Govoni).
3712         + remove special case for Darwin in CF_XOPEN_SOURCE configure macro.
3713         + ignore EINTR in tcgetattr/tcsetattr calls (Debian #339518).
3714         + fix several bugs in test/bs.c (patch by Stephen Lindholm).
3715
3716 20051112
3717         + other minor fixes to cygwin based on tack -TD
3718         + correct smacs in cygwin (Debian #338234, report by Baurzhan
3719           Ismagulov, who noted that it was fixed in Cygwin).
3720
3721 20051029
3722         + add shifted up/down arrow codes to xterm-new as kind/kri strings -TD
3723         + modify wbkgrnd() to avoid clearing the A_CHARTEXT attribute bits
3724           since those record the state of multicolumn characters (Debian
3725           #316663).
3726         + modify werase to clear multicolumn characters that extend into
3727           a derived window (Debian #316663).
3728
3729 20051022
3730         + move assignment from environment variable ESCDELAY from initscr()
3731           down to newterm() so the environment variable affects timeouts for
3732           terminals opened with newterm() as well.
3733         + fix a memory leak in keyname().
3734         + add test/demo_altkeys.c
3735         + modify test/demo_defkey.c to exit from loop via 'q' to allow
3736           leak-checking, as well as fix a buffer size in winnstr() call.
3737
3738 20051015
3739         + correct order of use-clauses in rxvt-basic entry which made codes for
3740           f1-f4 vt100-style rather than vt220-style (report by Gabor Z Papp).
3741         + suppress configure check for gnatmake if Ada95/Makefile.in is not
3742           found.
3743         + correct a typo in configure --with-bool option for the case where
3744           --without-cxx is used (report by Daniel Jacobowitz).
3745         + add a note to INSTALL's discussion of --with-normal, pointing out
3746           that one may wish to use --without-gpm to ensure a completely
3747           static link (prompted by report by Felix von Leitner).
3748
3749 20051010 5.5 release for upload to ftp.gnu.org
3750
3751 20051008
3752         + document in demo_forms.c some portability issues.
3753
3754 20051001
3755         + document side-effect of werase() which sets the cursor position.
3756         + save/restore the current position in form field editing to make
3757           overlay mode work.
3758
3759 20050924
3760         + correct header dependencies in progs, allowing parallel make (report
3761           by Daniel Jacobowitz).
3762         + modify CF_BUILD_CC to ensure that pre-setting $BUILD_CC overrides
3763           the configure check for --with-build-cc (report by Daniel Jacobowitz).
3764         + modify CF_CFG_DEFAULTS to not use /usr as the default prefix for
3765           NetBSD.
3766         + update config.guess and config.sub from
3767                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3768
3769 20050917
3770         + modify sed expression which computes path for /usr/lib/terminfo
3771           symbolic link in install to ensure that it does not change unexpected
3772           levels of the path (Gentoo #42336).
3773         + modify default for --disable-lp64 configure option to reduce impact
3774           on existing 64-bit builds.  Enabling the _LP64 option may change the
3775           size of chtype and mmask_t.  However, for ABI 6, it is enabled by
3776           default (report by Mike Frysinger).
3777         + add configure script check for --enable-ext-mouse, bump ABI to 6 by
3778           default if it is used.
3779         + improve configure script logic for bumping ABI to omit this if the
3780           --with-abi-version option was used.
3781         + update address for Free Software Foundation in tack's source.
3782         + correct wins_wch(), which was not marking the filler-cells of
3783           multi-column characters (cf:  20041023).
3784
3785 20050910
3786         + modify mouse initialization to ensure that Gpm_Open() is called only
3787           once.  Otherwise GPM gets confused in its initialization of signal
3788           handlers (Debian #326709).
3789
3790 20050903
3791         + modify logic for backspacing in a multiline form field to ensure that
3792           it works even when the preceding line is full (report by Frank van
3793           Vugt).
3794         + remove comment about BUGS section of ncurses manpage (Debian #325481)
3795
3796 20050827
3797         + document some workarounds for shared and libtool library
3798           configurations in INSTALL (see --with-shared and --with-libtool).
3799         + modify CF_GCC_VERSION and CF_GXX_VERSION macros to accommodate
3800           cross-compilers which emit the platform name in their version
3801           message, e.g.,
3802                 arm-sa1100-linux-gnu-g++ (GCC) 4.0.1
3803           (report by Frank van Vugt).
3804
3805 20050820
3806         + start updating documentation for upcoming 5.5 release.
3807         + fix to make libtool  and libtinfo work together again (cf: 20050122).
3808         + fixes to allow building traces into libtinfo
3809         + add debug trace to tic that shows if/how ncurses will write to the
3810           lower corner of a terminal's screen.
3811         + update llib-l* files.
3812
3813 20050813
3814         + modify initializers in c++ binding to build with old versions of g++.
3815         + improve special case for 20050115 repainting fix, ensuring that if
3816           the first changed cell is not a character that the range to be
3817           repainted is adjusted to start at a character's beginning (Debian
3818           #316663).
3819
3820 20050806
3821         + fixes to build on QNX 6.1
3822         + improve configure script checks for Intel 9.0 compiler.
3823         + remove #include's for libc.h (obsolete).
3824         + adjust ifdef's in curses.priv.h so that when cross-compiling to
3825           produce comp_hash and make_keys, no dependency on wchar.h is needed.
3826           That simplifies the build-cppflags (report by Frank van Vugt).
3827         + move modules related to key-binding into libtinfo to fix linkage
3828           problem caused by 20050430 changes to MKkeyname.sh (report by
3829           Konstantin Andreev).
3830
3831 20050723
3832         + updates/fixes for configure script macros from vile -TD
3833         + make prism9's sgr string agree with the rest of the terminfo -TD
3834         + make vt220's sgr0 string consistent with sgr string, do this for
3835           several related cases -TD
3836         + improve translation to termcap by filtering the 'me' (sgr0) strings
3837           as in the runtime call to tgetent() (prompted by a discussion with
3838           Thomas Klausner).
3839         + improve tic check for sgr0 versus sgr(0), to help ensure that sgr0
3840           resets line-drawing.
3841
3842 20050716
3843         + fix special cases for trimming sgr0 for hurd and vt220 (Debian
3844           #318621).
3845         + split-out _nc_trim_sgr0() from modifications made to tgetent(), to
3846           allow it to be used by tic to provide information about the runtime
3847           changes that would be made to sgr0 for termcap applications.
3848         + modify make_sed.sh to make the group-name in the NAME section of
3849           form/menu library manpage agree with the TITLE string when renaming
3850           is done for Debian (Debian #78866).
3851
3852 20050702
3853         + modify parameter type in c++ binding for insch() and mvwinsch() to
3854           be consistent with underlying ncurses library (was char, is chtype).
3855         + modify treatment of Intel compiler to allow _GNU_SOURCE to be defined
3856           on Linux.
3857         + improve configure check for nanosleep(), checking that it works since
3858           some older systems such as AIX 4.3 have a nonworking version.
3859
3860 20050625
3861         + update config.guess and config.sub from
3862                 http://subversions.gnu.org/cgi-bin/viewcvs/config/config/
3863         + modify misc/shlib to work in test-directory.
3864         + suppress $suffix in misc/run_tic.sh when cross-compiling.  This
3865           allows cross-compiles to use the host's tic program to handle the
3866           "make install.data" step.
3867         + improve description of $LINES and $COLUMNS variables in manpages
3868           (prompted by report by Dave Ulrick).
3869         + improve description of cross-compiling in INSTALL
3870         + add NCURSES-Programming-HOWTO.html by Pradeep Padala
3871           (see http://tldp.org/HOWTO/NCURSES-Programming-HOWTO/).
3872         + modify configure script to obtain soname for GPM library (discussion
3873           with Daniel Jacobowitz).
3874         + modify configure script so that --with-chtype option will still
3875           compute the unsigned literals suffix for constants in curses.h
3876           (report by Daniel Jacobowitz:
3877         + patches from Daniel Jacobowitz:
3878           + the man_db.renames entry for tack.1 was backwards.
3879           + tack.1 had some 1m's that should have been 1M's.
3880           + the section for curs_inwstr.3 was wrong.
3881
3882 20050619
3883         + correction to --with-chtype option (report by Daniel Jacobowitz).
3884
3885 20050618
3886         + move build-time edit_man.sh and edit_man.sed scripts to top directory
3887           to simplify reusing them for renaming tack's manpage (prompted by a
3888           review of Debian package).
3889         + revert minor optimization from 20041030 (Debian #313609).
3890         + libtool-specific fixes, tested with libtool 1.4.3, 1.5.0, 1.5.6,
3891           1.5.10 and 1.5.18 (all work except as noted previously for the c++
3892           install using libtool 1.5.0):
3893           + modify the clean-rule in c++/Makefile.in to work with IRIX64 make
3894             program.
3895           + use $(LIBTOOL_UNINSTALL) symbol, overlooked in 20030830
3896         + add configure options --with-chtype and --with-mmask-t, to allow
3897           overriding of the non-LP64 model's use of the corresponding types.
3898         + revise test for size of chtype (and mmask_t), which always returned
3899           "long" due to an uninitialized variable (report by Daniel Jacobowitz).
3900
3901 20050611
3902         + change _tracef's that used "%p" format for va_list values to ignore
3903           that, since on some platforms those are not pointers.
3904         + fixes for long-formats in printf's due to largefile support.
3905
3906 20050604
3907         + fixes for termcap support:
3908           + reset pointer to _nc_curr_token.tk_name when the input stream is
3909             closed, which could point to free memory (cf: 20030215).
3910           + delink TERMTYPE data which is used by the termcap reader, so that
3911             extended names data will be freed consistently.
3912           + free pointer to TERMTYPE data in _nc_free_termtype() rather than
3913             its callers.
3914           + add some entrypoints for freeing permanently allocated data via
3915             _nc_freeall() when NO_LEAKS is defined.
3916         + amend 20041030 change to _nc_do_color to ensure that optimization is
3917           applied only when the terminal supports back_color_erase (bce).
3918
3919 20050528
3920         + add sun-color terminfo entry -TD
3921         + correct a missing assignment in c++ binding's method
3922           NCursesPanel::UserPointer() from 20050409 changes.
3923         + improve configure check for large-files, adding check for dirent64
3924           from vile -TD
3925         + minor change to configure script to improve linker options for the
3926           Ada95 tree.
3927
3928 20050515
3929         + document error conditions for ncurses library functions (report by
3930           Stanislav Ievlev).
3931         + regenerated html documentation for ada binding.
3932           see ftp://invisible-island.net/ncurses/patches/gnathtml
3933
3934 20050507
3935         + regenerated html documentation for manpages.
3936         + add $(BUILD_EXEEXT) suffix to invocation of make_keys in
3937           ncurses/Makefile (Gentoo #89772).
3938         + modify c++/demo.cc to build with g++ -fno-implicit-templates option
3939           (patch by Mike Frysinger).
3940         + modify tic to filter out long extended names when translating to
3941           termcap format.  Only two characters are permissible for termcap
3942           capability names.
3943
3944 20050430
3945         + modify terminfo entries xterm-new and rxvt to add strings for
3946           shift-, control-cursor keys.
3947         + workaround to allow c++ binding to compile with g++ 2.95.3, which
3948           has a broken implementation of static_cast<> (patch by Jeff Chua).
3949         + modify initialization of key lookup table so that if an extended
3950           capability (tic -x) string is defined, and its name begins with 'k',
3951           it will automatically be treated as a key.
3952         + modify test/keynames.c to allow for the possibility of extended
3953           key names, e.g., via define_key(), or via "tic -x".
3954         + add test/demo_termcap.c to show the contents of given entry via the
3955           termcap interface.
3956
3957 20050423
3958         + minor fixes for vt100/vt52 entries -TD
3959         + add configure option --enable-largefile
3960         + corrected libraries used to build Ada95/gen/gen, found in testing
3961           gcc 4.0.0.
3962
3963 20050416
3964         + update config.guess, config.sub
3965         + modify configure script check for _XOPEN_SOURCE, disable that on
3966           Darwin whose header files have problems (patch by Chris Zubrzycki).
3967         + modify form library Is_Printable_String() to use iswprint() rather
3968           than wcwidth() for determining if a character is printable.  The
3969           latter caused it to reject menu items containing non-spacing
3970           characters.
3971         + modify ncurses test program's F-test to handle non-spacing characters
3972           by combining them with a reverse-video blank.
3973         + review/fix several gcc -Wconversion warnings.
3974
3975 20050409
3976         + correct an off-by-one error in m_driver() for mouse-clicks used to
3977           position the mouse to a particular item.
3978         + implement test/demo_menus.c
3979         + add some checks in lib_mouse to ensure SP is set.
3980         + modify C++ binding to make 20050403 changes work with the configure
3981           --enable-const option.
3982
3983 20050403
3984         + modify start_color() to return ERR if it cannot allocate memory.
3985         + address g++ compiler warnings in C++ binding by adding explicit
3986           member initialization, assignment operators and copy constructors.
3987           Most of the changes simply preserve the existing semantics of the
3988           binding, which can leak memory, etc., but by making these features
3989           visible, it provides a framework for improving the binding.
3990         + improve C++ binding using static_cast, etc.
3991         + modify configure script --enable-warnings to add options to g++ to
3992           correspond to the gcc --enable-warnings.
3993         + modify C++ binding to use some C internal functions to make it
3994           compile properly on Solaris (and other platforms).
3995
3996 20050327
3997         + amend change from 20050320 to limit it to configurations with a
3998           valid locale.
3999         + fix a bug introduced in 20050320 which broke the translation of
4000           nonprinting characters to uparrow form (report by Takahashi Tamotsu).
4001
4002 20050326
4003         + add ifdef's for _LP64 in curses.h to avoid using wasteful 64-bits for
4004           chtype and mmask_t, but add configure option --disable-lp64 in case
4005           anyone used that configuration.
4006         + update misc/shlib script to account for Mac OS X (report by Michail
4007           Vidiassov).
4008         + correct comparison for wrapping multibyte characters in
4009           waddch_literal() (report by Takahashi Tamotsu).
4010
4011 20050320
4012         + add -c and -w options to tset to allow user to suppress ncurses'
4013           resizing of the terminal emulator window in the special case where it
4014           is not able to detect the true size (report by Win Delvaux, Debian
4015           #300419).
4016         + modify waddch_nosync() to account for locale zn_CH.GBK, which uses
4017           codes 128-159 as part of multibyte characters (report by Wang
4018           WenRui, Debian #300512).
4019
4020 20050319
4021         + modify ncurses.c 'd' test to make it work with 88-color
4022           configuration, i.e., by implementing scrolling.
4023         + improve scrolling in ncurses.c 'c' and 'C' tests, e.g., for 88-color
4024           configuration.
4025
4026 20050312
4027         + change tracemunch to use strict checking.
4028         + modify ncurses.c 'p' test to test line-drawing within a pad.
4029         + implement environment variable NCURSES_NO_UTF8_ACS to support
4030           miscellaneous terminal emulators which ignore alternate character
4031           set escape sequences when in UTF-8 mode.
4032