Change logs for vte source package in Feisty

  • vte (1:0.16.1-0ubuntu1) feisty; urgency=low
    
      * New upstream version:
        - Lots of bug fixes by Chris Wilson
        - New feature: mouse scroll-wheel now feeds three arrow-up/down keys to the
          terminal if in the "alternate" mode.  The alternate mode is used by apps
          like vim, less, emacs, screen, etc.  This makes the scroll-wheel usable
          in a state that it was of no use before.
        - Bugs fixed in this release:
          - vte often passes NUL to functions requiring valid unichar
          - Links do not get highlighted anymore
          - URL matching doesn't work with PCRE
          - crash on IRM escape code (Ubuntu: #103095)
          - Make scroll wheel send Page Up/Down when it makes sense
          - vte_terminal_set_color_highlight should test for
            NULL before _vte_debug_print
          - vte appears at the top of the root window even when
            packed at the bottom of it
          - glyph can be cropped with not fitting in a cell
          - Does not handle expose events whilst processing unseen incoming data
          - Improve performance of vte_terminal_insert_char()
          - Opacity ignored for vtexft
          - Asymmetric scrolling with mouse wheel
          - Rendering glitch as autowrapped chars are outside invalidated bbox
          - Rendering glitch: double draw of line below exposed region
          - Invalid read when drawing preedit cursor
          - Scrolling bug exposed by nvi
      * debian/patches/80_changes_for_python_vte_dbg.patch:
        - updated
      * debian/rules:
        - update translations template
    
     -- Sebastien Bacher <email address hidden>   Mon,  9 Apr 2007 23:39:55 +0200
  • vte (1:0.16.0svn20070403-0ubuntu1) feisty; urgency=low
    
      * Update with SVN snapshot
      * debian/patches/70_fix_transparency_bug.patch,
        debian/patches/90_from_svn_fix_double_text_rendering.patch,
        debian/patches/95_segfault_with_unicode_input.patch:
        - dropped, fixed with the new version
      * debian/patches/80_changes_for_python_vte_dbg.patch:
        - updated
    
     -- Sebastien Bacher <email address hidden>   Tue,  3 Apr 2007 12:41:31 +0200
  • vte (1:0.16.0-0ubuntu4) feisty; urgency=low
    
      * debian/patches/71_from_bugzilla_fix_refresh_on_workspace_change.patch:
        - patch from bugzilla, fix refresh bug when changing workspace
          (Ubuntu: #92405)
      * debian/patches/90_from_svn_fix_double_text_rendering.patch:
        - patch from SVN, fix double text rendering (Ubuntu: #93481)
    
      [ Johan Kiviniemi ]
      * debian/patches/95_segfault_with_unicode_input.patch:
        - Fix segfault when typing a Unicode character with Ctrl-Shift-Unnnn.
          Thanks to Chris Wilson for the patch, which was downloaded from
          http://bugzilla.gnome.org/show_bug.cgi?id=418588 (LP: #89524)
    
     -- Sebastien Bacher <email address hidden>   Mon, 19 Mar 2007 12:17:20 +0100
  • vte (1:0.16.0-0ubuntu3) feisty; urgency=low
    
      * debian/patches/91_keep_fds.patch:
        - fixed bug in keep_fd detection code
    
     -- Michael Vogt <email address hidden>   Fri, 16 Mar 2007 10:16:43 +0100
  • vte (1:0.16.0-0ubuntu2) feisty; urgency=low
    
      * debian/patches/70_fix_transparency_bug.patch:
        - workaround transparency bug,
          thank to Nicolas Bruguier for working on that and Chris Wilson
          who confirmed the change (Ubuntu: #91985)
      * debian/patches/81_from_upstream_fix_nvi_scrolling.patch:
        - patch from Chris Wilson, fix scrolling when using nvi (Ubuntu: #91017)
    
     -- Sebastien Bacher <email address hidden>   Tue, 13 Mar 2007 23:05:02 +0100
  • vte (1:0.16.0-0ubuntu1) feisty; urgency=low
    
      * New upstream version:
        - Fix some minor bugs.  More regressions to be fixed later.
        - Bugs fixed in this release:
          Bug 414716 - gnome-terminal-2.17.92: terminal window dies...
          Bug 414586 - Terminal screen blinks when menu is opened for the first time
          Bug 413068 - new line added to tab when opened
      * debian/patches/80_changes_for_python_vte_dbg.patch:
        - updated
      * debian/rules:
        - updated shlibs version
    
     -- Sebastien Bacher <email address hidden>   Tue, 13 Mar 2007 09:58:03 +0100
  • vte (1:0.15.6-0ubuntu1) feisty; urgency=low
    
      * New upstream version:
        - Fix various bugs introduced in last couple of releases.
        - Bugs fixed in this release:
          Bug 410534 - Slow content scrolling, takes 100% of CPU. (Ubuntu: #78343)
          Bug 413068 - new line added to tab when opened
          Bug 413262 - Incorrectly coloured tabs
          Bug 413102 - Incorrect highlighting in vim
          Bug 413158 - Cursor trails
          Bug 413078 - Crash during opening a new tab whilst scrolling
          (Ubuntu: #88602)
          Bug 412717 - Crash when opening a new tab with window maximized
      * debian/patches/90_from_svn_fix_crasher.patch:
        - dropped, fixed with the new version
    
     -- Sebastien Bacher <email address hidden>   Thu,  1 Mar 2007 22:00:17 +0100
  • vte (1:0.15.5-0ubuntu2) feisty; urgency=low
    
      * debian/patches/90_from_svn_fix_crasher.patch:
        - patch from SVN, fix crasher when using the geometry option for example
          (Ubuntu: #88489)
    
     -- Sebastien Bacher <email address hidden>   Wed, 28 Feb 2007 11:44:57 +0100
  • vte (1:0.15.5-0ubuntu1) feisty; urgency=low
    
      * New upstream version:
        - Fix a newly-introduced crasher
        - Do not link to libpython in the python bindings (Ubuntu: #88405)
        - Bugs fixed in this release:
          Bug 412562 - Crash in vte_terminal_match_hilite_update
          Bug 410986 - Fails to build with -z defs
      * debian/control.in:
        - use "XS-Python-Version: >= 2.4"
      * debian/patches/01-from-svn-fix-412562.patch:
        - dropped, fixed with the new version
      * debian/patches/80_changes_for_python_vte_dbg.patch:
        - changes required for the dbg package build
    
     -- Sebastien Bacher <email address hidden>   Tue, 27 Feb 2007 22:23:10 +0100
  • vte (1:0.15.4-0ubuntu1) feisty; urgency=low
    
      * New upstream release:
        - Fixes Bug "Yet another mouse selection regression...",
        - Fixes Bug "Orca repeats old text in gnome-terminal",
        - Fixes Bug "Slow content scrolling, takes 100% of CPU.",
        - Fixes Bug "Poor interactive performance with multiple terminals",
        - Fixes Bug "slow highlight",
        - Fixes Bug "SVN trunk compilation error",
        - Fixes Bug "Fails to build with -z defs"
        - Fixes Bug "slider not correctly positioned after calling less" (LP:
          #87024)
        - Fixes Bug "Poor interactive performance with multiple terminals",
        - Fixes Bug "First line displayed incorrectly if prompt changes background
          color",
        - Fixes Bug "gnome-terminal not parsing cursor position escape sequence
          properly",
        - Fixes Bug "Terminal stays blank" (LP: #85437),
        - Fixes Bug "gnome-terminal crashed with SIGSEGV in
          vte_terminal_draw_graphic()" (LP: #85956),
        - Fixes Bug '"GNOME" Terminal" regression after "vte" update when using
          "csh"',
        - Fixes Bug "trouble compiling vte 0.15.3",
        - Fixes Bug "vte automagic hyperlinks",
        - Fixes Bug "Use of environ breaks build on Solaris",
        - Fixes Bug "regression in mouse selection".
      * debian/patches/01_fix_scrolling.patch:
        - dropped, fixed upstream.
      * debian/patches/01-from-svn-fix-412562.patch:
        - Fixup a few 64bit-isms, notably format strings and an undesired
          unsigned integer promotion causing this crash.
    
     -- Daniel Holbach <email address hidden>   Tue, 27 Feb 2007 08:00:03 +0100
  • vte (1:0.15.3-0ubuntu3) feisty; urgency=low
    
      * Build a python-vte-dbg package.
      * acinclude.m4: Fix PYTHON_INCLUDES macro; run autoconf.
      * debian/rules: Don't remove intermediate stamp files, don't create
        stamps for the install targets.
      * Install python-vte examples.
      * Set Ubuntu maintainer address.
    
     -- Matthias Klose <email address hidden>   Tue, 20 Feb 2007 15:57:04 +0100
  • vte (1:0.15.3-0ubuntu2) feisty; urgency=low
    
      * Add 'debian/patches/01_fix_scrolling.patch': taken from upstream:
        "scrolling inside screen with a status line was broken" (LP: #85023).
        Thanks to Mika Fischer for tracking this down.
    
     -- Kees Cook <email address hidden>   Wed, 14 Feb 2007 11:23:32 -0800
  • vte (1:0.15.3-0ubuntu1) feisty; urgency=low
    
      * New upstream release
      * debian/patches/90_fix_envv.patch:
        - removed, taken upstream
      * debian/patches/30_pkg-config-private-field-for-freetype.patch:
        - removed, taken upstream
      * debian/patches/91_keep_fds.patch:
        - updated
    
     -- Michael Vogt <email address hidden>   Tue, 13 Feb 2007 09:37:18 +0100
  • vte (1:0.15.2-0ubuntu1) feisty; urgency=low
    
      [Daniel Holbach]
      * New upstream release.
      * debian/patches/10-from-cvs-fix-crasher-394890.patch:
        - dropped, included in release.
      [Michael Vogt]
      * debian/patches/90_fix_envp.patch:
        - fix for gnome #407091 (envp in fork_command() changed meaning)
      * debian/patches/91_keep_fds.patch:
        - ported to the new code
    
     -- Michael Vogt <email address hidden>   Mon, 12 Feb 2007 16:50:01 +0100
  • vte (1:0.15.1-0ubuntu3) feisty; urgency=low
    
      * Sync with Debian, Ubuntu changes are:
      * debian/control.in:
        - use "XB-Python-Version: ${python:Versions}"
      * debian/pyversions:
        - use "2.4-" to build for the different python versions (Ubuntu: #79420)
      * debian/rules:
        - build with --enable-gtk-doc
        - don't install the ".a" or ".la" files
      * debian/patches/10-from-cvs-fix-crasher-394890.patch:
        - apply http://svn.gnome.org/viewcvs/vte/trunk/src/vtetc.c?r1=1421&r2=1426
      * debian/patches/91_keep_fds.patch:
        - ubuntu patch
    
     -- Sebastien Bacher <email address hidden>   Tue, 16 Jan 2007 13:54:48 +0100
  • vte (1:0.15.1-0ubuntu2) feisty; urgency=low
    
      * Rebuild for python2.5 as the default python version.
    
     -- Matthias Klose <email address hidden>   Fri, 12 Jan 2007 13:18:46 +0000
  • vte (1:0.15.1-0ubuntu1) feisty; urgency=low
    
      * New usptream release:
        - Fixed Bug "Excessive use of strlen by _vte_termcap_create"
        - Fixed Bug "Gtk-Warning spew in gnome-terminal"
        - Fixed Bug "Variable modified in signal handler should be volatile"
        - Fixed Bug "last -ad"i print junk in last column
      * debian/control.in:
        - build with --enable-gtk-doc
      * debian/patches/10-from-cvs-fix-crasher-394890.patch:
        - apply http://svn.gnome.org/viewcvs/vte/trunk/src/vtetc.c?r1=1421&r2=1426
    
     -- Daniel Holbach <email address hidden>   Tue,  9 Jan 2007 10:20:55 +0100
  • vte (1:0.15.0-0ubuntu1) feisty; urgency=low
    
      * New upstream release:
        - Fixed Bug "cursor timeout runs all the time"
        - Fixed Bug "Mouse scroll mode not controllable"
        - Fixed Bug "const cast warning fixes for libvte"
        - Fixed Bug 'In gnome-terminal, the deleted character reported as "space"'
        - Fixed Bug "337252 – ALT + Arrow keys don't work in irssi through
          gnome-terminal"
      * Resynchronized with Debian, remaining Ubuntu changes are:
        - debian/control.in, debian/libvte?.install, debian/rules: newer version,
          soname changes.
        - debian/patches/08_set_backspace_to_utf8.patch,
          debian/patches/09_multiscreen_safe.patch: dropped, is Upstream.
        - debian/patches/12_python_reaper.patch,
          debian/patches/91_keep_fds.patch: Distro fix.
        - debian/patches/70_relibtoolize.patch: dropped, not needed.
    
     -- Daniel Holbach <email address hidden>   Wed,  6 Dec 2006 16:14:29 +0100
  • vte (1:0.14.1-0ubuntu1) edgy; urgency=low
    
      * New upstream version:
        - autoscroll only works one way in fullscreen [PATCH]
        - font setting cleanup
        - libvte broken with new autotools
        - Suppress multiple warnings for missing control sequence handlers
        - vte-0.14.0: undefined C code
        - Define G_LOG_DOMAIN=Vte.
    
     -- Sebastien Bacher <email address hidden>   Mon,  2 Oct 2006 23:22:07 +0200