diff --git a/ChangeLog b/ChangeLog index 346f1f4b..f7eeda89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,9 +10,13 @@ terminator 0.13: * The tab bar can now be hidden and/or scrolled. * Add configurability of cursor colour and shape * Support various VoIP URIs - * Addcommand line option to force a particular window title + * Add command line option to force a particular window title * Add a hotkey for spawning a new Terminator instance (emulates a "new window" feature) + * Ability to group by tab + * SunOS support (via patch from Lewis Thompson) + * Silly notify-osd message on exit (suggested by pitti) + * Drag and drop icon is now a scaled terminal image terminator 0.12: * Bug fixes diff --git a/INSTALL b/INSTALL index 6cb2e8ff..28857f8c 100644 --- a/INSTALL +++ b/INSTALL @@ -7,9 +7,9 @@ for many distributions at: If you don't have this option, please make sure you satisfy Terminator's dependencies yourself: - * Python 2.4+, 2.5 recommended: + * Python 2.4+, 2.6 recommended: Debian/Ubuntu: python - FreeBSD: lang/python25 + FreeBSD: lang/python26 * Python VTE bindings: Debian/Ubuntu: python-vte diff --git a/README b/README index e65e7cb9..6b2ec1ca 100644 --- a/README +++ b/README @@ -21,7 +21,7 @@ effect the splitting. Ctrl-Shift-n and Ctrl-Shift-p will Shift focus to the next/previous terminal respectively, and Ctrl-Shift-w will close the current terminal and -Ctrl-Shift-q the current window +Ctrl-Shift-q the current window. For more keyboard shortcuts and also the command line options, please see the manpage "terminator". For configuration options, see the manpage diff --git a/debian/changelog b/debian/changelog index 59837d4d..d4ba2780 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -terminator (0.13) jaunty; urgency=low +terminator (0.13) karmic; urgency=low * New upstream release