2001-Sep-29  Charles Wilson  <cwilson@ece.gatech.edu>

	* -dll.patch: no longer use --enable-auto-import
	(because latest binutils has that as default).
	no longer use --enable-auto-image-base (on rare
	occaisions, causes conflicts with cygwin1.dll)
	* CYGWIN-PATCHES/ncurses-5.2.README: update accordingly
	* CYGWIN-PATCHES/ncurses-build: update pkg version

2001-Sep-13  Charles Wilson  <cwilson@ece.gatech.edu>

	* disk.mk: add NCURSES_ABI variable; bump to '6'
	* aclocal.m4(CF_SUBST_NCURSES_VERSION): add 
	processing for NCURSES_ABI; set cf_cv_abi_version
	to it.
	* configure: reflect aclocal changes

2001-Sep-03  Kazuhiro Fujieda  <fujieda@jaist.ac.jp>

	* terminfo.src(cygwin) rmcup: fix typo.

2001-Jul-10  Egor Duda  <deo@logos-m.ru>

        * terminfo.src(cygwin) hs: New capability. 
	Window title is treated as status line.
        (cygwin) tsl: Add command to "move from status line"
        (cygwin) fsl: Add command to "move to status line"
        (cygwin) sgr, sgr0: Remove unsupported rendition code.
        (cygwin) flash: Remove.

2001-Sep-13  Charles Wilson  cwilson@ece.gatech.edu

	* CYGWIN-PATCHES/ncurses-5.2.README: update docs
	* CYGWIN-PATCHES/CHANGES: update
	* c++/edit_cfg.sh: Add BROKEN_LINKER to list (fix 
	acs_map bug when --enable-broken-linker
	* c++/etip.h.in: Add stanza for BROKEN_LINKER (ditto)
	* include/curses.h.in: Add functional declaration
	and define if BROKEN_LINKER (ditto)
	* ncurses/tinfo/lib_acs.c(acs_mapf): New function 
	(only defined if BROKEN_LINKER)
	* CYGWIN-PATCHES/ncurses-5.2-6-dll.patch: add
	-Wl,--enable-auto-import to all Makefiles.
	* all .def files: removed
	* all .c and .h files: eliminate the NCURSES_IMPEXP
	and NCURSES_EXPORT() stuff.  Use auto-import 
	functionality instead.
	* ncurses_dll.h: removed

2001-Apr-24  Charles Wilson  cwilson@ece.gatech.edu

	* misc/terminfo.src: add entries for enter_ca_mode
	(smcup) and exit_ca_mode (rmcup).
	* binary package no longer includes statically-linked
	test and utility programs

2001-Jan-21  Charles Wilson  cwilson@ece.gatech.edu

	* ncurses-5.2-4 released

2001-Jan-21  Charles Wilson  cwilson@ece.gatech.edu

	* include/ncurses_dll.h: added ALL_STATIC as an
	alias for NCURSES_STATIC
	* include/headers: install ncurses_dll.h automatically
	* CYGWIN-PATCHES/ncurses-5.2.README: update install
	instructions; install headers into /usr/include/ncurses
	directory and create a few symlinks in /usr/include


2000-Dec-5  Charles Wilson  cwilson@ece.gatech.edu
 
	* ncurses-5.2-3 release

2000-Dec-5  Steven O'Brien  steven_obrien@lineone.net

	* c++/cursesapp.h: Due to a gcc bug, static data
	members do not pick up the NCURSES_IMPEXP decoration
	from the class declaration, so you must add it
	explicitly.
	* c++/cursesf.h: ditto
	* c++/cursesp.h: ditto
	* c++/cursesw.h: ditto
	* c++/cursslk.h: ditto
	* c++/etip.h.in: no longer need to force definition
	of NCURSES_STATIC
	* c++/demo.cc: no longer need kludged-up main() function

2000-Dec-5  Charles Wilson  cwilson@ece.gatech.edu

	* configure.in: fix a mistake related to --enable-colorfgbg
	* configre: ditto
	* c++/libncurses++.def: new file
	* CYGWIN-PATCHES/ncurses-5.2-c++-dll.patch: REMOVED. 
	file no longer necessary, since c++ dll is built by 
	default, using the ncurses-5.2-X-dll.patch (this file 
	is not yet part of CVS)
	* CYGWIN-PATCHES/ncurses-5.2.README: remove references
	to broken c++ dll stuff (it works, now).
	* CYGWIN-PATCHES/CHANGES: new file, track cygwin-specific
	changes

2000-Nov-25  Charles Wilson  cwilson@ece.gatech.edu

	* ncurses-5.2-2 RELEASED


