2009-Jan-02  Charles Wilson

	* Because the API changes (upstream "ABI 5" vs "ABI 6" are handled
	  transparently by macros, we assist clients that explicitly search
	  for ncurses5w-config by providing it as a symlink to ncurses6w-config.
	  (Suggestion by Yaakov Selkowitz)
	* Add symlinks in /usr/lib/ncursesw/ to the import, static, and
	  libtool libs in /usr/lib/.  Also symlink pkgconfig.
	* In addition, provide in /usr/lib/ncursesw/ symlinks to the 
	  wide ncurses libraries using the names for the narrow libs. This
	  is to support linking client applications against the wide libs,
	  when those client apps only "know" about the narrow names. Simply
	  use -L/usr/lib/ncursesw -I/usr/include/ncursesw, and compile/link
	  as usual.
	* pkgconfig-aware applications are similarly supported via additional
	  symlinks in /usr/lib/ncursesw/pkgconfig/.  Simple set
	  PKG_CONFIG_PATH=/usr/lib/ncursesw/pkgconfig:/usr/lib/pkgconfig

2009-Dec-31  Charles Wilson

	* First release compiled with wide-char support

