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