2008-02-04  Tim Moore  <timoore@redhat.com>

	* src/jline/Terminal.java (beforeReadLine, afterReadLine): methods
	from 0.9.98.
	* src/jline/ConsoleReader.java (readLine): Call them.

2007-11-01  Andrew Cagney  <cagney@redhat.com>

	Backport fix from upstream.
	* src/jline/CandidateListCompletionHandler.java
	(setBuffer(ConsoleReader,String,int)): Fix off-by-one bug.
	(complete(ConsoleReader,List,int)): Remove +1 work-around.
	* src/jline/ArgumentCompletor.java: Ditto.

2007-05-29  Stan Cox  <scox@redhat.com>

	* src/jline/ConsoleReader.java (getTermwidth): Use terminal instead of 
	Terminal.setupTerminal()
	(getTermheight): Likewise.

2007-05-25  Stan Cox  <scox@redhat.com>

	* src/jline/UnixTerminal.java: Cache width and height.

2007-01-26  Mark Wielaard  <mark@klomp.org>

	* Makefile.am (jline.jar): Pass JAVACFLAGS to JAVAC.

2005-11-25  Andrew Cagney  <cagney@redhat.com>

	* Makefile.am (jline.jar): Use $(JAVAC), and $(JAR).

2005-10-18  Igor Foox  <ifoox@redhat.com>

	* Makefile.am: Substituted EXTRA_DIST for DIST_SOURCES to aleviate
	automake warnings.
	
	* Makefile.am: Added DIST_SOURCES variable to include the jargs
	sources in the distribution.

2005-09-01  Andrew Cagney  <cagney@redhat.com>

	* .cvsignore: Add more files.

2005-08-19  Andrew Cagney  <cagney@redhat.com>

	* src/jline/ConsoleOperations.java: Delete unused import of
	java.awt.event.KeyEvent.

2005-08-18  Andrew Cagney  <cagney@redhat.com>

	* Makefile.am (CLEANFILES): Add.
	(jline.jar): Replace jline target.

2005-08-11  Andrew Cagney  <cagney@redhat.com>

	* Initial import.

Local Variables:
mode: change-log
left-margin: 8
fill-column: 74
version-control: never
End:
