| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: vte-lang | Distribution: openSUSE 11.3 |
| Version: 0.24.1 | Vendor: openSUSE |
| Release: 2.1.1 | Build date: Fri Jul 16 08:28:56 2010 |
| Group: System/Localization | Build host: build19 |
| Size: 221734 | Source RPM: vte-0.24.1-2.1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnome.org | |
| Summary: Languages for package vte | |
Provides translations to the package vte
GPLv2+
* Tue Jul 13 2010 vuntz@opensuse.org
- Add vte-CVE-2010-2713.patch, to fix CVE-2010-2713 (bnc#621097):
escape sequences can be used to execute arbitrary commands.
* Thu Apr 29 2010 dimstar@opensuse.org
- Update to version 0.24.1:
+ bgo#613525: current git head does not build (undefined
reference to XGetGeometry)
+ bgo#614469: Does no longer compile with -DX_DISPLAY_MISSING
+ bgo#615417: Reversed and one error saturation level in 0.24.0
- Drop vte-0.24.0-no-transparent-background-bnc594590.patch,
merged a more complete patch.
* Tue Apr 13 2010 andrea@opensuse.org
- Add vte-0.24.0-no-transparent-background-bnc594590.patch to fix
segfaults on programs using vte (lxterminal, gnome-terminal)
with a transparent background. Fix bnc#594590.
* Mon Mar 29 2010 vuntz@opensuse.org
- Update to version 0.24.0:
+ Updated API docs
+ Cache backgrounds as cairo surfaces
+ Updated translations.
- Add libgladeui-1_0-devel BuildRequires and pass
- -enable-glade-catalogue to configure to build the glade catalog.
- Use libexedir instead of prefix/lib.
* Thu Jan 14 2010 captain.magnus@opensuse.org
- Update to version 0.23.5:
+ Fix unintented soversion bump
- Changes from version 0.23.4:
+ Add public API vte_terminal_write_contents()
+ Update docs
* Thu Jan 14 2010 captain.magnus@opensuse.org
- Update to version 0.23.3:
+ Disable symbol deprecation stuff since they were broken
+ Merge pangocairo draw impl into vtedraw
+ bgo#534526 - Flickering when resizing a vte widget
+ bgo#605299 - Please support xterm bracketed paste mode
* Tue Dec 22 2009 vuntz@opensuse.org
- Update to version 0.23.2:
+ Fix overflow with unlimited scrollback lines
+ Require glib >= 2.22.0
+ Deprecate vte_terminal_get_padding
+ Add VteTerminal::inner-border style property
+ vteapp: Add --cursor-shape option
+ Bugs fixed:
- bgo#604966 - Fix "select all" to include text occurring after
the visible region
- bgo#604135 - [PATCH] fix behaviour of set-scrolling-region
- bgo#603733 - Remove deprecated Glib symbol
- bgo#603713 - ibeam/underline cursor broken with large
inner-border
- bgo#471920 - Expose the border width property
- bgo#601265 - gnome-terminal assert failure:
table.c:723:_vte_table_match
- revert fix for bgo#591648 - Don't clear the screen when
switching to the alternate screen
* Sat Nov 14 2009 vuntz@opensuse.org
- Update to version 0.23.1:
+ Various crash and bug fixes
+ Rework mouse selection to be more robust. In particular,
PRIMARY selection now only changes when mouse button is
released, not upon every motion when selecting.
+ Interpret and document negative number of scrollback lines as
infinite
+ We now chain unhandled motion-notify events up such that the
parent widget can give them a shot.
+ Bugs fixed:
- bgo#597604 - assertion failed: (_vte_ring_contains (ring,
position))
- bgo#598124 - The selection does not only change when the
mousebutton is released
- bgo#598090 - LMB Mouse up event not registered when opining
context popup menu
- bgo#587463 - "select all"+copy from gnome-terminal includes
lines no longer in scrollback
- bgo#585370 - Incomplete disabling of python
- bgo#597242 - libvte color and cursor glitches
- bgo#591648 - Don't clear the screen when switching to the
alternate screen
- bgo#595445 - Motion notify events are not propagated to
parent widget
- bgo#569184 - vte generates unnecessary ioctl(I_FIND) kernel
warnings
- bgo#599444 - Scrollback index type mess
- bgo#598814 - text.getText(0, -1) triggers assertion in
vteaccess.c
- bgo#596739 - Python bindings leak memory
- bgo#597165 - void return in vte.c
- bgo#587894 - the environment passing with python does no
longer work
* Tue Sep 29 2009 dimstar@opensuse.org
- Update to version 0.22.2:
+ Fix crash introduced in previous release
+ Fix a11y assertion failure
+ Improve selection at the end of row
+ bgo#596444 - word-select includes \n when the word ends at the
edge of the terminal
+ bgo#596460 - 0.22.1 kills vte based apps
+ lp#435646 - gnome-terminal assert failure.
* Mon Sep 28 2009 dimstar@opensuse.org
- Update to version 0.22.1:
+ bgo#596365 - libvte crashes when issueing 'reset' in a terminal
+ bgo#588033 - background tabs may lose lines off the bottom of
the scrollback
+ bgo#596163 - Doesn't display expected background color in
ncurses apps
+ bgo#596011 - Problem compiling vte 0.22.0 on Solaris
- Changes from previous versions:
+ Fix tab and wide-char handling
+ Another rewrite of the ring. Stores ring data on tmp files on
disk now.
* Wed Sep 09 2009 vuntz@opensuse.org
- Update to version 0.21.5:
+ Finish ring rewrite. Scrollback buffer consumes ten times less
memory now, and better, doesn't allocate from the heap, so
closing tabs actually releases memory.
* Fri Aug 28 2009 dimstar@opensuse.org
- Update to version 0.21.4:
+ Remove another stale assert()
+ Oops, use the right map decoding function is iso2022 code
- Changes from version 0.21.3:
+ Really fix the ring this time
+ Enable g_assert(). May trigger some bogus ones now
- Changes from version 0.21.2:
+ bgo#592990 - gnome terminal crashes with glibc detected.
* Tue Aug 25 2009 dimstar@opensuse.org
- Update to version 0.21.1:
+ Redesigning the vte buffer ring is going on. Please report any
misbehavior
+ Bugs fixed in this release:
- bgo#590824 - gnome-terminal crashed with SIGSEGV after hiting
ctrl+o
- bgo#572230 - text mode program rendering is strange in cjk
locale.
- bgo#588200 - bashisms in shell scripts
* Wed Jun 10 2009 vuntz@novell.com
- Update to version 0.20.5:
+ Followup release to undo unintentded .soname bump.
* Tue Jun 02 2009 vuntz@novell.com
- Update to version 0.20.4:
+ New enum value VTE_ERASE_TTY.
+ Make VTE_ERASE_AUTO send \H for backspace if terminal erase is
undefined.
+ bgo#584281 - build: avoid double installation of xterm
+ bgo#543379 - VTE sends NUL/^@ for backspace
* Wed May 27 2009 vuntz@novell.com
- Update to version 0.20.3:
+ bgo#583129 - [python] allow passing None as command or
directory option
+ bgo#583078 - [python] allow passing of environment as a
dictionary
* Tue May 05 2009 vuntz@novell.com
- Update to version 0.20.2:
+ bgo#567064 - Work around buggy iconv
* Tue Apr 14 2009 vuntz@novell.com
- Update to version 0.20.1:
+ bgo#574491 – gnome-pty-helper can prevent volumes from being
unmounted
+ bgo#576504 – vte does not pass its testsuite.
+ bgo#573674 – reset resets width to 80 chars
+ bgo#576797 – Double-click sometimes stops working
* Mon Mar 16 2009 sbrabec@suse.cz
- Added support for translation-update-upstream (FATE#301344).
* Sun Mar 15 2009 vuntz@novell.com
- Update to version 0.20.0:
+ Support using a real bold font instead of pseudo-bolding
+ Respond to fontconfig configuration changes
+ Bugs fixed: bgo#54926, bgo#570208, bgo#548272, bgo#565688,
bgo#566795, bgo#524170, bgo#566730, bgo#565679, bgo#565675,
bgo#565663, bgo#575398, bgo#574616, bgo#574025
- Remove -fno-strict-aliasing from CFLAGS.
- Remove unneeded BuildRequires: gtk-doc, update-desktop-files
- Merge -doc into -devel as it only contained gtk-doc
/usr/share/locale/am/LC_MESSAGES/vte.mo /usr/share/locale/ang/LC_MESSAGES/vte.mo /usr/share/locale/ar/LC_MESSAGES/vte.mo /usr/share/locale/as/LC_MESSAGES/vte.mo /usr/share/locale/ast/LC_MESSAGES/vte.mo /usr/share/locale/az/LC_MESSAGES/vte.mo /usr/share/locale/be/LC_MESSAGES/vte.mo /usr/share/locale/be@latin/LC_MESSAGES/vte.mo /usr/share/locale/bg/LC_MESSAGES/vte.mo /usr/share/locale/bn/LC_MESSAGES/vte.mo /usr/share/locale/bn_IN/LC_MESSAGES/vte.mo /usr/share/locale/bs/LC_MESSAGES/vte.mo /usr/share/locale/ca/LC_MESSAGES/vte.mo /usr/share/locale/ca@valencia/LC_MESSAGES/vte.mo /usr/share/locale/cs/LC_MESSAGES/vte.mo /usr/share/locale/cy/LC_MESSAGES/vte.mo /usr/share/locale/da/LC_MESSAGES/vte.mo /usr/share/locale/de/LC_MESSAGES/vte.mo /usr/share/locale/dz/LC_MESSAGES/vte.mo /usr/share/locale/el/LC_MESSAGES/vte.mo /usr/share/locale/en@shaw/LC_MESSAGES/vte.mo /usr/share/locale/en_CA/LC_MESSAGES/vte.mo /usr/share/locale/en_GB/LC_MESSAGES/vte.mo /usr/share/locale/es/LC_MESSAGES/vte.mo /usr/share/locale/et/LC_MESSAGES/vte.mo /usr/share/locale/eu/LC_MESSAGES/vte.mo /usr/share/locale/fa/LC_MESSAGES/vte.mo /usr/share/locale/fi/LC_MESSAGES/vte.mo /usr/share/locale/fr/LC_MESSAGES/vte.mo /usr/share/locale/ga/LC_MESSAGES/vte.mo /usr/share/locale/gl/LC_MESSAGES/vte.mo /usr/share/locale/gu/LC_MESSAGES/vte.mo /usr/share/locale/he/LC_MESSAGES/vte.mo /usr/share/locale/hi/LC_MESSAGES/vte.mo /usr/share/locale/hr/LC_MESSAGES/vte.mo /usr/share/locale/hu/LC_MESSAGES/vte.mo /usr/share/locale/id/LC_MESSAGES/vte.mo /usr/share/locale/is/LC_MESSAGES/vte.mo /usr/share/locale/it/LC_MESSAGES/vte.mo /usr/share/locale/ja/LC_MESSAGES/vte.mo /usr/share/locale/ka/LC_MESSAGES/vte.mo /usr/share/locale/kn/LC_MESSAGES/vte.mo /usr/share/locale/ko/LC_MESSAGES/vte.mo /usr/share/locale/ku/LC_MESSAGES/vte.mo /usr/share/locale/ky/LC_MESSAGES/vte.mo /usr/share/locale/li/LC_MESSAGES/vte.mo /usr/share/locale/lt/LC_MESSAGES/vte.mo /usr/share/locale/lv/LC_MESSAGES/vte.mo /usr/share/locale/mai/LC_MESSAGES/vte.mo /usr/share/locale/mi/LC_MESSAGES/vte.mo /usr/share/locale/mk/LC_MESSAGES/vte.mo /usr/share/locale/ml/LC_MESSAGES/vte.mo /usr/share/locale/mn/LC_MESSAGES/vte.mo /usr/share/locale/mr/LC_MESSAGES/vte.mo /usr/share/locale/ms/LC_MESSAGES/vte.mo /usr/share/locale/nb/LC_MESSAGES/vte.mo /usr/share/locale/nds/LC_MESSAGES/vte.mo /usr/share/locale/ne/LC_MESSAGES/vte.mo /usr/share/locale/nl/LC_MESSAGES/vte.mo /usr/share/locale/nn/LC_MESSAGES/vte.mo /usr/share/locale/oc/LC_MESSAGES/vte.mo /usr/share/locale/or/LC_MESSAGES/vte.mo /usr/share/locale/pa/LC_MESSAGES/vte.mo /usr/share/locale/pl/LC_MESSAGES/vte.mo /usr/share/locale/pt/LC_MESSAGES/vte.mo /usr/share/locale/pt_BR/LC_MESSAGES/vte.mo /usr/share/locale/ro/LC_MESSAGES/vte.mo /usr/share/locale/ru/LC_MESSAGES/vte.mo /usr/share/locale/rw/LC_MESSAGES/vte.mo /usr/share/locale/si/LC_MESSAGES/vte.mo /usr/share/locale/sk/LC_MESSAGES/vte.mo /usr/share/locale/sl/LC_MESSAGES/vte.mo /usr/share/locale/sq/LC_MESSAGES/vte.mo /usr/share/locale/sr/LC_MESSAGES/vte.mo /usr/share/locale/sr@latin/LC_MESSAGES/vte.mo /usr/share/locale/sv/LC_MESSAGES/vte.mo /usr/share/locale/ta/LC_MESSAGES/vte.mo /usr/share/locale/te/LC_MESSAGES/vte.mo /usr/share/locale/th/LC_MESSAGES/vte.mo /usr/share/locale/tr/LC_MESSAGES/vte.mo /usr/share/locale/ug/LC_MESSAGES/vte.mo /usr/share/locale/uk/LC_MESSAGES/vte.mo /usr/share/locale/vi/LC_MESSAGES/vte.mo /usr/share/locale/wa/LC_MESSAGES/vte.mo /usr/share/locale/xh/LC_MESSAGES/vte.mo /usr/share/locale/zh_CN/LC_MESSAGES/vte.mo /usr/share/locale/zh_HK/LC_MESSAGES/vte.mo /usr/share/locale/zh_TW/LC_MESSAGES/vte.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:18:54 2013