uniformized ChangeLog entries

This commit is contained in:
Nicolas Valcarcel 2008-02-22 22:58:58 -05:00
parent c52a21565e
commit 5a12e350af
1 changed files with 66 additions and 62 deletions

View File

@ -13,7 +13,7 @@ terminator 0.8:
the glorious benefits of Terminator and will only lose the ability to the glorious benefits of Terminator and will only lose the ability to
open email URLs (assuming their browser won't handle this for them). open email URLs (assuming their browser won't handle this for them).
Closes LP #184809 Closes LP #184809
* Remove blank translations from .desktop file to fix empty menu entries. * Remove blank translations from .desktop file to fix empty menu entries
Closes LP #187187 Closes LP #187187
* Add application icon at various sizes including a window icon * Add application icon at various sizes including a window icon
* New options parser allowing -x support. Closes LP191124 * New options parser allowing -x support. Closes LP191124
@ -22,49 +22,53 @@ terminator 0.8:
terminator 0.7: terminator 0.7:
* Fullscreen support, via a patch from Thomas Meire. Closes LP #178914 * Fullscreen support, via a patch from Thomas Meire. Closes LP #178914
* Improved behaviour when closing terminals/window. Result of work by Thomas * Improved behaviour when closing terminals/window. Result of work by
Meire. Closes LP #161121 Thomas Meire. Closes LP #161121
* Freedesktop .desktop file and appropriate setup.py entry for installing * Freedesktop .desktop file and appropriate setup.py entry for
it. Closes LP #178943 installing it. Closes LP #178943
* Translation support, with Spanish, Dutch, Italian and Romanian * Translation support, with Spanish, Dutch, Italian and Romanian
translations. Closes LP #161120 translations. Closes LP #161120
* Stop clashing with gnome-terminal's paste shortcut key, move horizontal * Stop clashing with gnome-terminal's paste shortcut key, move
splitting shortcut too, and add support for gnome-terminal's copy/paste horizontal splitting shortcut too, and add support for
shortcuts. Closes LP #179310 gnome-terminal's copy/paste shortcuts. Closes LP #179310
* Borderless support (tell your window manager not to decorate Terminator) * Borderless support (tell your window manager not to decorate
Terminator)
* Font zooming support. Closes LP #178792 * Font zooming support. Closes LP #178792
* Set the VTE widget to have a tooltip of its window title. This may be * Set the VTE widget to have a tooltip of its window title. This may be
reverted if it is annoying reverted if it is annoying
* Support GNOME Terminal profile settings for backgrounds. Closes LP #180717 * Support GNOME Terminal profile settings for backgrounds.
* Use our own default values if there is no gnome-terminal profile. Closes Closes LP #180717
LP #179315 * Use our own default values if there is no gnome-terminal profile.
Closes LP #179315
terminator 0.6: terminator 0.6:
* Use new gnome-terminal gconf key to find available profiles * Use new gnome-terminal gconf key to find available profiles
* Move a few more hardcoded items to our settings array (not that it can be * Move a few more hardcoded items to our settings array (not that
overridden yet) it can be overridden yet)
* Fix handling of exiting child processes to properly track gnome-terminal * Fix handling of exiting child processes to properly track
settings gnome-terminal settings
* Add Ctrl-Tab and Ctrl-Shift-Tab as options for switching terminals (patch * Add Ctrl-Tab and Ctrl-Shift-Tab as options for switching terminals
from Kees Cook) (patch from Kees Cook)
* Stop using parent.show_all() when removing/adding a terminal and instead * Stop using parent.show_all() when removing/adding a terminal and
show the actual widgets that have been created. This prevents scrollbars instead show the actual widgets that have been created. This
from re-appearing after they have been hidden prevents scrollbars from re-appearing after they have been hidden
terminator 0.5: terminator 0.5:
* The terminator window is now able to resize smaller, thanks to Kees Cook * The terminator window is now able to resize smaller,
for the fix. thanks to Kees Cook for the fix.
* Email addresses are now matched and opened correctly. Closes LP #139015 * Email addresses are now matched and opened correctly.
Closes LP #139015
* Double clicking a URL now selects the whole URL. Closes LP #129533 * 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 * The default behaviour is now to open a single 80x24 terminal rather
four terminals in a maximised window. Closes LP #126219 and should force than four terminals in a maximised window. Closes LP #126219 and
me to fix LP #87720 should force me to fix LP #87720
* There are now hotkeys for switching between terminals, splitting terminals * There are now hotkeys for switching between terminals, splitting
and closing them. Closes LP #149931 and #148622(thanks to Huanghe for terminals and closing them. Closes LP #149931 and #148622(thanks
patches for this) to Huanghe for patches for this)
* If there is only one terminal, closing it will not produce a quit message * If there is only one terminal, closing it will not produce a quit
message
terminator 0.4: terminator 0.4:
@ -81,8 +85,8 @@ terminator 0.4:
terminator 0.3: terminator 0.3:
* Implemented terminal closing, which correctly reparents its sibling (if * Implemented terminal closing, which correctly reparents its sibling
any) (if any)
* Updated documentation to reflect a serious bug with shells that aren't * Updated documentation to reflect a serious bug with shells that aren't
bash (or at least zsh) bash (or at least zsh)