From 414848a4a7defd815d4ef368bc8eb352e7cf08b6 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Fri, 9 Nov 2007 00:13:06 -0500 Subject: [PATCH] Update debian parts --- README | 6 ++++-- debian/changelog | 16 ++++++++++++++++ debian/dirs | 1 - setup.py | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/README b/README index 68f693e6..dbf9a56f 100644 --- a/README +++ b/README @@ -3,9 +3,11 @@ by Chris Jones This is a little python script to give me lots of terminals in a single window, saving me valuable laptop screen space otherwise wasted on window decorations and not quite being able to fill the screen with terminals. -Right now it will create four terminals in a single window and they will (to some degree) mirror the settings of your default gnome-terminal profile in gconf. Eventually this will be extended and improved to offer profile selection per-terminal, configuration thereof and the ability to alter the number of terminals and save meta-profiles. +Right now it will open a single window with one terminal and it will (to some degree) mirror the settings of your default gnome-terminal profile in gconf. Eventually this will be extended and improved to offer profile selection per-terminal, configuration thereof and the ability to alter the number of terminals and save meta-profiles. -You can create more terminals by right clicking on one and choosing to split it vertically or horizontally. You can get rid of a terminal by right clicking on it and choosing Close +You can create more terminals by right clicking on one and choosing to split it vertically or horizontally. You can get rid of a terminal by right clicking on it and choosing Close. ctrl-shift-h and ctrl-shift-v will also effect the splitting. + +ctrl-shift-n and ctrl-shift-p will shift focus to the next/previous terminal respectively, and ctrl-shift-c will close the current terminal One other obvious gotcha - I am experimenting a bit with the URL matching, so at the moment you can match just the domain or the full URL. Let me know if you love/hate this. diff --git a/debian/changelog b/debian/changelog index f1a9a920..ebcf4677 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +terminator (0.5-1) gutsy; urgency=low + + * The terminator window is now able to resize smaller, thanks to Kees Cook + for the fix. + * Email addresses are now matched and opened correctly. Closes LP #139015 + * Double clicking a URL now selects the whole URL. Closes LP #129533 + * The default behaviour is now to open a single 80x24 terminal rather than + four terminals in a maximised window. Closes LP #126219 and should force + me to fix LP #87720 + * There are now hotkeys for switching between terminals, splitting terminals + and closing them. Closes LP #149931 and #148622(thanks to Huanghe for + patches for this) + * If there is only one terminal, closing it will not produce a quit message + + -- Chris Jones Fri, 09 Nov 2007 00:03:05 -0500 + terminator (0.4-1) gutsy; urgency=low * Add AUTHORS file diff --git a/debian/dirs b/debian/dirs index ca882bbb..e7724817 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,2 +1 @@ usr/bin -usr/sbin diff --git a/setup.py b/setup.py index 04d9471c..17a7d62b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name='Terminator', - version='0.3', + version='0.5', description='Terminator, the robot future of terminals', author='Chris Jones', author_email='cmsj@tenshu.net',