2010-05-14 04:37-EDT Gregory John Casamento <greg_casamento@yahoo.com>

	* TerminalView.m: Correct sign issues with some pointer casts.

2010-05-14 Riccardo Mottola <rmottola@users.sf.net>

	* ServicesPrefs.m:
	Added missing import
	* TerminalView.m: initialize to avoid warnings.
	
2010-03-26 Riccardo Mottola <rmottola@users.sf.net>

	* ServicesPrefs.m,
	TerminalParser_Linux.m,
	TerminalParser_LinuxPrefs.m,
	TerminalViewPrefs.m: updated imports

2010-01-16 Riccardo Mottola <rmottola@users.sf.net>

	* Italian.lproj/Localizable.strings,
	GNUMakefile: added italian translation, revised version
	of the draft provided by Guido Agostini

2009-12-24 Riccardo Mottola <rmottola@users.sf.net>

	* PreferencesWindowController.m : correct invocation signature

2009-10-24 Riccardo Mottola <rmottola@users.sf.net>

	* PreferencesWindowController.m : simplify methodSignatureForSelector
	according to David Chisnall

2009-10-20 Riccardo Mottola <rmottola@users.sf.net>

	* main.m : regenerate services plist on startup
	* TerminalViewPrefs.m : remove hack about return type no longer needed

2009-08-05 Richard Frith-Macdonald <rfm@gnu.org>
	* TerminalView.h
	* TerminalView.m
	* TerminalViewPrefs.h
	* TerminalViewPrefs.m
	Implementd Black on White text and its preference setting.

2009-05-27 Riccardo Mottola <rmottola@users.sf.net>

	* TerminalParser_Linux.m: imported a patch by Jeff Teunissen,
	Backbone: Terminal interpreted certain UTF-8 code sequences wrong,
	like e2 95 9b (U+255B, which the bug transforms into e2 95 94).
	It turns out that it's due to the Linux console emulation, which
	interprets the 0x9b character (CSI, which is ESC with the high order bit set) to begin a control command.  Change the terminal emulation to only
	switch into command scanning mode if we aren't in the middle of
	a multi-byte character (that is, if iconv says it's not done
	processing the current character 0x9b is just a byte to be consumed).
	This is the only 8-bit character that the console treats specially, so
	this should be a complete fix.

2009-05-15 17:35-EDT Gregory John Casamento <greg_casamento@yahoo.com>

	* GNUmakefile: Added plist to makefile.
	* TerminalInfo.plist: Updated information in plist.

2009-01-02 Riccardo Mottola <rmottola@users.sf.net>

	* TerminalView.m: OpenBSD portability

2009-01-01 Riccardo Mottola <rmottola@users.sf.net>

	* TerminalView.m: ForkPty and OpenPty replacements

2008-07-12 Riccardo Mottola <rmottola@users.sf.net>

	* TerminalView.m: Remove font metric hack for xlib and art backend
	(after fixes in backend, requires backend date 12 July 2008).
	Patch by Fred Kiefer <FredKiefer@gmx.de>
