Change logs for gnome-terminal source package in Lucid

  • gnome-terminal (2.30.2-0ubuntu1) lucid-proposed; urgency=low
    
      * Update to stable upstream version 2.30.2, fixes:
        - LP: #526437 - Gtk-CRITICAL **: gtk_accel_map_unlock_path: assertion
          `entry != NULL && entry->lock_count > 0' failed
        - LP: #534225 - setup_http_proxy_env constructs no_proxy incorrectly
      * Revert commit 8dfe341 - bump VTE req to 0.24.0. This was just bumped to
        the current stable version of VTE for 2.30.0, but it's not actually
        required (and Lucid only has 0.23.5 anyway)
        - add debian/patches/21_dont_bump_vte_version.patch
      * Refresh patches
        - update debian/patches/01_lpi.patch
        - update debian/patches/99_autoreconf.patch
     -- Chris Coulson <email address hidden>   Tue, 07 Sep 2010 15:07:22 +0100
  • gnome-terminal (2.29.6-0ubuntu5) lucid; urgency=low
    
      * Revert the previous changes to add a new profile, as changing
        the default profile on upgrade is suboptimal, and there are better
        ways to implement the visual changes
        - Removed patches:
          + 02_rename_default_profile.patch
          + 03_add_new_profiles_on_upgrade.patch
          + 04_change_fallback_profile.patch
        - Delete debian/gnome-terminal-ambiance.schemas
        - Delete ebian/gnome-termina-data.gconf-defaults
        - debian/rules:
          + Don't install custom schema
      * Add debian/patches/02_add_transparency_properties.patch:
        - This patch allows the background transparency to be controlled from
          the GTK theme (using "TerminalScreen::background-darkness"). In
          addition to this, the background colour and text colour are already
          themable from the GTK theme (by setting the "text[NORMAL]" and
          "base[NORMAL]" colours for the TerminalScreen class)
      * debian/gnome-terminal-data.postinst:
        - Fix up the system gconf defaults when upgrading from a previous
          unstable version which had the extra profile. Users upgrading from
          this will probably still need to remove the "Ambiance" profile
          manually from their configuration though (there's not an easy way
          to do this automatically, and it only affects users upgrading
          from previous unstable versions)
      * This fixes LP: #532511 and LP: #542144
     -- Chris Coulson <email address hidden>   Tue, 23 Mar 2010 21:41:22 +0000
  • gnome-terminal (2.29.6-0ubuntu4) lucid; urgency=low
    
      * debian/gnome-terminal-ambiance.schemas:
        - Add alternate_screen_scroll schema to Ambiance profile, to fix
          mouse-wheel scrolling (LP: #533647)
     -- Chris Coulson <email address hidden>   Tue, 23 Mar 2010 01:37:30 +0000
  • gnome-terminal (2.29.6-0ubuntu3) lucid; urgency=low
    
      * debian/gnome-terminal-ambiance.schemas:
        - change color to corresponds to bg one and be darker (LP: #532377)
     -- Didier Roche <email address hidden>   Fri, 05 Mar 2010 17:49:25 +0100
  • gnome-terminal (2.29.6-0ubuntu2) lucid; urgency=low
    
      * debian/gnome-terminal-ambiance.schemas:
        - Provide settings for a new profile "Ambiance"
      * debian/rules:
        - Install the schema for the new profile
      * debian/gnome-termina-data.gconf-defaults
        - Set default profile to "Ambiance"
      * debian/patches/02_rename_default_profile.patch:
        - Change the visible name for the upstream default profile to "Legacy".
          "Default" no longer makes sense, as it's not the default profile.
          We do this by directly patching the upstream schema to
          ensure the new string appears in the translation template
      * debian/patches/03_add_new_profiles_on_upgrade.patch:
        - Ensure that new profiles installed in /apps/gnome-terminal/profiles
          are available to the user after upgrade, even if they have a custom
          profile list. This is just achieved by scanning for new subfolders
          and merging in the new profile names
      * debian/patches/04_change_fallback_profile.patch:
        - Change fallback profile to Ambiance
     -- Chris Coulson <email address hidden>   Thu, 04 Mar 2010 11:15:31 +0000
  • gnome-terminal (2.29.6-0ubuntu1) lucid; urgency=low
    
      * New upstream release (LP: #516775)
      * debian/control.in:
        - Update Build-Depends for libvte-dev (>= 1:0.23.5)
      * debian/patches/99_autoreconf.patch: refreshed
     -- Baptiste Mille-Mathias <email address hidden>   Wed, 03 Feb 2010 21:03:37 +0100
  • gnome-terminal (2.29.1-0ubuntu3) lucid; urgency=low
    
      * debian/patches/20_add_alt_screen_toggle_ui.patch:
        - Move the extra table entry down one row, to stop it rendering over
          an existing entry
     -- Chris Coulson <email address hidden>   Sun, 31 Jan 2010 17:47:33 +0000
  • gnome-terminal (2.29.1-0ubuntu2) lucid; urgency=low
    
      * debian/control.in:
        - update Replace line to match the Ubuntu version where
          the move of the desktop/menu files from gnome-terminal-data
          to gnome-terminal happend
     -- Michael Vogt <email address hidden>   Tue, 26 Jan 2010 09:48:41 +0100
  • gnome-terminal (2.29.1-0ubuntu1) lucid; urgency=low
    
      * New upstream release (LP: #499992):
        - --geometry works again (LP: #333412)
        - tab detaching works again
        - unlimited scrollback
        - improved proxy env suppport
        - bold color support
        - tons of translation updates
      * debian/control.in:
        - libvte-dev build-dep raised to 0.23.1
      * debian/patches/99_autoreconf.patch: refreshed
     -- Martin Peeks <email address hidden>   Mon, 04 Jan 2010 01:26:32 +0000
  • gnome-terminal (2.28.1-1ubuntu1) lucid; urgency=low
    
      * Rebase on Debian 2.28.1-1, remaining changes:
        - debian/patches/01_lpi.patch:
        - debian/patches/99_autoreconf.patch:
        - debian/control.in:
          - LP integration
        - debian/patches/20_add_alt_screen_toggle_ui.patch:
          - Hook new vte alternate screen scrolling toggle via UI
        - debian/watch:
          - Watch for unstable versions
     -- Robert Ancell <email address hidden>   Tue, 01 Dec 2009 17:34:22 +1100
  • gnome-terminal (2.28.1-0ubuntu1) karmic; urgency=low
    
      * New upstream release (LP: #455880):
        - Fix a small memory leak
        - Remove debug spew
        - Allow unlimited scrollback
      * debian/control:
        - Bump libvte-dev build-dep to 0.22.0
      * Refreshed patches:
        - 20_add_alt_screen_toggle_ui.patch
        - 99_autoreconf.patch
    
     -- Chris Coulson <email address hidden>   Mon, 19 Oct 2009 23:37:35 +0100