2016-10-21 Ray Haleblian

	* TerminalView.m
	Draw border according to the black or white settings.

2016-05-29 Riccardo Mottola <rm@gnu.org>

	* TerminalWindow.m
	Remove view from contentView and put it into Tab Item and vice-versa.

2016-05-26 Riccardo Mottola <rm@gnu.org>

	* TerminalWindow.h
	* TerminalWindow.m
	Use isShowingTabs to know if tab is displayed and optimize content view setting.

2016-05-20 Riccardo Mottola <rm@gnu.org>

	* TerminalWindow.m
	Check that view actually gets found.

2016-05-20 Riccardo Mottola <rm@gnu.org>

	* TerminalView.h
	* TerminalView.m
	* TerminalWindow.m
	Transition to CGFloat

2016-05-19 Riccardo Mottola <rm@gnu.org>

	* TerminalView.m
	attempt to handle vertical resize and cursor placement better

2016-03-12 Riccardo Mottola <rm@gnu.org>

	* English.lproj/Localizable.strings
	* TerminalWindow.h
	* TerminalWindow.m
	* main.m
	* Services.m
	Add tab support. Adaptation of patch by Tim Sheridan

2016-03-01 Riccardo Mottola <rm@gnu.org>

	* French.lproj/Localizable.string
	Enhanced French localizations.

2014-09-09 Gregory John Casamento <greg.casamento@gmail.com>

	* TerminalParser_Linux.m: Add case to handle escape code.
	* TerminalView.h: Add representedFilename
	* TerminalView.m: Add methods.
	* TerminalWindow.m: Add code to call setRepresentedFilename on
	terminal window.

2014-09-09 Riccardo Mottola <rm@gnu.org>

	* TerminalViewPrefs.m
	Do not use isa pointer.

2014-01-05 Riccardo Mottola <rm@gnu.org>

	* ServicesPrefs.h
	Adopt NSTableViewDelegate protocol to fix warning.

2013-02-17 Riccardo Mottola <rm@gnu.org>

	* Terminal.h
	* TerminalView.m
	Method name cleanup.

2013-02-13 Riccardo Mottola <rm@gnu.org>

	* main.m
	Fix memory leak.

2013-02-12 Riccardo Mottola <rm@gnu.org>

	* TerminalView.m
	Free up memory in case of error.

2013-02-12 Riccardo Mottola <rm@gnu.org>

	* ServicesPrefs.m
	NSInteger transition

	* TerminalView.m
	Warning fixes

2013-01-24 Riccardo Mottola <rm@gnu.org>

	* main.m
	Fix warning due to missing import.

2012-04-03 Riccardo Mottola <rm@gnu.org>

	* TerminalView.m
	Fix GNU/HURD includes.

2012-03-28 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>

	* TerminalView.m
	Fix warnings on 64Bit systems, cast from integer to pointer of different size

2012-03-27 Riccardo Mottola <rm@gnu.org>

	* TerminalView.m
	Fix OpenBSD includes.

2012-03-26 Riccardo Mottola <rm@gnu.org>

	* PreferencesWindowController.m
	Use NSUInteger as Index.

2012-03-26 Riccardo Mottola <rm@gnu.org>

	* PreferencesWindowController.[h,m]
	Clean up imports

2012-03-07 Riccardo Mottola <rm@gnu.org>

	* GNUmakefile:
	Use TOOL_LIBS instead of LDFLAGS to link the framework library.

2011-12-04 Riccardo Mottola <rm@gnu.org>

	* TerminalParser_Linux.m
	* TerminalViewPrefs.h
	* TerminalViewPrefs.m
	Add Alt is not Meta option, to enable the usage of AltGr, when left Alt is command.

2011-05-07 Riccardo Mottola <rm@gnu.org>

	* Terminal.tiff
	* cursor_filled.tiff
	* cursor_inverted.tiff
	* cursor_line.tiff
	* cursor_stroked.tiff
	Set resolution to 72 dpi screen.

2010-12-14 Riccardo Mottola

	* main.m: hide ordered out quit panel from windows menu

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>
