2001-06-27  Charles Wilson  cwilson@ece.gatech.edu

	* CYGWIN-PATCHES/readline-4.2.README: doc updates
	* configure.in: add DLLVERSION symbol
	* configure: ran autoconf on configure.in
	* shobj-conf: name DLLs using DLLVERSION
	* CygwinChangeLog: rename ChangeLog
	* CygwinTODO: rename TODO
	* Makefile.in: install CygwinChangeLog and 
	CygwinTODO

2001-06-02  Charles Wilson  cwilson@ece.gatech.edu

	* complete.c: undecorate rlprivate.h variables
	* display.c: undecorate rlprivate.h variables
	* readline.c: undecorate rlprivate.h variables
	* terminal.c: undecorate rlprivate.h variables
	* shlib/libreadline: remove rlprivate.h variables

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

	* shlib/libhistory.def: the following new
	symbols are exported, so the def file has
	to include them; also, this rearranges the
	export numbers...
		history_max_entries
		history_offset
		history_word_delimiters
	* shlib/libreadline.def: many symbols were 
	removed and added, so the def file has to reflect
	those changes.  This also results in the 
	ordinal numbers getting messed up, so the new
	dll's will not be backwards compatible.  (They
	aren't anyway since some symbols are missing).
	Removed:
		completion_matches
		crlf
		ding
		filename_completion_function
		free_undo_list
		maybe_replace_line
		maybe_save_line
		maybe_unsave_line
		username_completion_function
	Added:
		history_max_entries
		history_offset
		history_word_delimiters
		rl_alphabetic
		rl_clear_pending_input
		rl_completion_matches
		rl_crlf
		rl_ding
		rl_directory_rewrite_hook
		rl_editing_mode
		rl_executing_macro
		rl_explicit_arg
		rl_filename_completion_function
		rl_free_undo_list
		rl_get_screen_size
		rl_last_func
		rl_maybe_replace_line
		rl_maybe_save_line
		rl_maybe_unsave_line
		rl_numeric_arg
		rl_readline_state
		rl_set_keyboard_input_timeout
		rl_set_paren_blink_timeout
		rl_set_prompt
		rl_set_screen_size
		rl_tty_set_default_bindings
		rl_username_completion_function
	* support/shobj-conf: use both $(SHLIB_MAJOR) and
	$(SHLIB_MINOR) to version the dll's: it seems that
	the API for readline changes on minor releases as
	well as major releases.	
