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