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