vte 0.33.90



About Terminal widget
=====================

vte terminal widget

ChangeLog
=========

commit 1ed30619fa3ceb1d537cc6e6384cd646acaa0a4d
Author: Christian Persch <chpe gnome org>
Date:   Sun Aug 19 19:33:43 2012 +0200

    Version 0.33.90

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 503e27af78c995ba6a1175290552f3592e7d048c
Author: Christian Persch <chpe gnome org>
Date:   Wed Jun 6 11:11:33 2012 +0200

    pkgconfig: Remove uninstalled pc file

 configure.in          |    1 -
 vte-uninstalled.pc.in |   13 -------------
 2 files changed, 0 insertions(+), 14 deletions(-)

commit 87dc14dc33d69e5cb8fffbb92d22ab832c522f57
Author: Christian Persch <chpe gnome org>
Date:   Wed Jun 6 11:09:44 2012 +0200

    pkgconfig: Remove unused default emulation variable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=674490

 vte.pc.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 2975562afc96125911e1d4635382a87c90b97ff0
Author: Christian Persch <chpe gnome org>
Date:   Mon Jun 4 23:51:27 2012 +0200

    bash: Add /etc/profile.d/vte.sh script
    
    This script exports __vte_ps1 which when used in PS1 will keep the terminal
    updated about the current directory. Use like this in ~/.bashrc:
    
    export PS1='\[$(__vte_ps1)\]'$PS1
    
    The urlencoding code is taken from gnome-doc-tool.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675987

 src/Makefile.am |    5 ++++-
 src/vte.sh      |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 1 deletions(-)

commit 9be0ee6968fbd9677c0eadca8df13ecffa6551b3
Author: Christian Persch <chpe gnome org>
Date:   Fri Jun 1 19:42:03 2012 +0200

    emulation: Add sequences to set current directory and file
    
    Add sequences
      OSC 6 ; URI BEL
      OSC 6 ; URI ST
      OSC 7 ; URI BEL
      OSC 7 ; URI ST
    that set the current file (OSC 7) and current directory (OSC 6) as an URI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=675987

 doc/reference/vte-sections.txt |    2 +
 src/caps.c                     |    4 +
 src/osc                        |    2 +
 src/vte-private.h              |    4 +
 src/vte.c                      |  146 +++++++++++++++++++++++++++++++++++++++-
 src/vte.h                      |    2 +
 src/vteseq-n.gperf             |    2 +
 src/vteseq.c                   |   64 +++++++++++++++++
 8 files changed, 225 insertions(+), 1 deletions(-)

commit 0299dbc53df8fa43cafe81411a428b5bfb086ae3
Author: Christian Persch <chpe gnome org>
Date:   Fri Jun 1 18:39:41 2012 +0200

    Post branch version bump

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



Download
========
http://download.gnome.org/sources/vte/0.33/vte-0.33.90.tar.xz (959K)
  sha256sum: 5d2338d948712e25e219f1ed8d03fd6da3aebfae81fde88c397d46ae212eaa85



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]