~ubuntu-branches/ubuntu/trusty/terminator/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Chris Jones
  • Date: 2008-01-02 22:50:18 UTC
  • Revision ID: james.westby@ubuntu.com-20080102225018-irdtq26d6nqazy1t
Tags: upstream-0.7
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
terminator 0.7:
 
2
 
 
3
  * Fullscreen support, via a patch from Thomas Meire. Closes LP #178914
 
4
  * Improved behaviour when closing terminals/window. Result of work by Thomas
 
5
    Meire. Closes LP #161121
 
6
  * Freedesktop .desktop file and appropriate setup.py entry for installing
 
7
    it. Closes LP #178943
 
8
  * Translation support, with Spanish, Dutch, Italian and Romanian 
 
9
    translations. Closes LP #161120
 
10
  * Stop clashing with gnome-terminal's paste shortcut key, move horizontal
 
11
    splitting shortcut too, and add support for gnome-terminal's copy/paste 
 
12
    shortcuts. Closes LP #179310
 
13
  * Borderless support (tell your window manager not to decorate Terminator)
 
14
  * Font zooming support. Closes LP #178792
 
15
  * Set the VTE widget to have a tooltip of its window title. This may be
 
16
    reverted if it is annoying
 
17
  * Support GNOME Terminal profile settings for backgrounds. Closes LP #180717
 
18
  * Use our own default values if there is no gnome-terminal profile. Closes
 
19
    LP #179315
 
20
 
 
21
terminator 0.6:
 
22
 
 
23
  * Use new gnome-terminal gconf key to find available profiles
 
24
  * Move a few more hardcoded items to our settings array (not that it can be
 
25
    overridden yet)
 
26
  * Fix handling of exiting child processes to properly track gnome-terminal
 
27
    settings
 
28
  * Add Ctrl-Tab and Ctrl-Shift-Tab as options for switching terminals (patch
 
29
    from Kees Cook)
 
30
  * Stop using parent.show_all() when removing/adding a terminal and instead
 
31
    show the actual widgets that have been created. This prevents scrollbars
 
32
    from re-appearing after they have been hidden
 
33
 
 
34
terminator 0.5:
 
35
 
 
36
  * The terminator window is now able to resize smaller, thanks to Kees Cook
 
37
    for the fix.
 
38
  * Email addresses are now matched and opened correctly. Closes LP #139015
 
39
  * Double clicking a URL now selects the whole URL. Closes LP #129533
 
40
  * The default behaviour is now to open a single 80x24 terminal rather than
 
41
    four terminals in a maximised window. Closes LP #126219 and should force
 
42
    me to fix LP #87720
 
43
  * There are now hotkeys for switching between terminals, splitting terminals
 
44
    and closing them. Closes LP #149931 and #148622(thanks to Huanghe for 
 
45
    patches for this)
 
46
  * If there is only one terminal, closing it will not produce a quit message
 
47
 
 
48
terminator 0.4:
 
49
 
 
50
  * Architecture should be all, not any
 
51
  * Fix section
 
52
  * Add AUTHORS file
 
53
  * Rename script to drop the .py
 
54
  * Handle the gnome-terminal profile better by offering command options
 
55
  * Fudge around some resizing issues
 
56
  * Fix child spawning to avoid segfaulting zsh
 
57
  * Misc. code formatting/style improvements
 
58
  * Refactor terminal splitting into one axis agnostic function
 
59
  * Flesh out setup.py a tiny bit more
 
60
 
 
61
terminator 0.3:
 
62
 
 
63
  * Implemented terminal closing, which correctly reparents its sibling (if
 
64
    any)
 
65
  * Updated documentation to reflect a serious bug with shells that aren't
 
66
    bash (or at least zsh)
 
67
 
 
68
terminator 0.2:
 
69
 
 
70
  * Support dynamically splitting terminals
 
71
 
 
72
terminator 0.1:
 
73
 
 
74
  * Fixed some distribution wording
 
75
  * Fix build-depends
 
76
  * Initial release 
 
77