vte 0.39.90
- From: Debarshi Ray <install-module master gnome org>
- To: FTP Releases <ftp-release-list gnome org>
- Subject: vte 0.39.90
- Date: Wed, 18 Feb 2015 10:58:21 +0000 (UTC)
About Terminal widget
=====================
vte terminal widget
ChangeLog
=========
commit b720a360829b713cf55c9db22b7d5c03bf6fa447
Author: Christian Persch <chpe gnome org>
Date: Sun Feb 8 19:44:34 2015 +0100
widget: Add word-char-exceptions property infrastructure
Just the infrastructure; not hooked up to anything yet.
https://bugzilla.gnome.org/show_bug.cgi?id=730632
doc/reference/vte-sections.txt | 2 ++
src/app.vala | 12 ++++++---
src/vte-private.h | 1 +
src/vte.c | 59 ++++++++++++++++++++++++++++++++++++++++++
src/vteterminal.h | 5 ++++
5 files changed, 76 insertions(+), 3 deletions(-)
commit 8fc00da9e9f8af5e37b2e37657195d09cb3ce9fa
Author: Christian Persch <chpe gnome org>
Date: Sun Feb 8 19:47:13 2015 +0100
Version 0.39.90
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1c71f28a7f0f957cb45cf55fa9517e63390e62f6
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Feb 8 19:04:10 2015 +0100
widget: Make word char detection depend on the VteTerminal
In preparation of (re-)introducing a way to override the default
word chars.
https://bugzilla.gnome.org/show_bug.cgi?id=730632
src/vte-private.h | 2 +-
src/vte.c | 9 +++++----
src/vteaccess.c | 35 +++++++++++++++++++----------------
3 files changed, 25 insertions(+), 21 deletions(-)
commit 3c192eca2d03426760171806e13205e6c676edf3
Author: Christian Persch <chpe gnome org>
Date: Mon Jan 26 11:04:53 2015 +0100
build: Use -fno-semantic-interposition if available
configure.ac | 1 +
1 file changed, 1 insertion(+)
commit 5e44fbbc502310df59c95db13d3d9b13eaa4171b
Author: Sveinn í Felli <sv1 fellsnet is>
Date: Mon Feb 2 08:41:33 2015 +0000
Updated Icelandic translation
po/is.po | 167 +++++++++++++++++++++++++++++++++------------------------------
1 file changed, 88 insertions(+), 79 deletions(-)
commit 143de2bfe40a33424991944202e9c3b25c3a0b01
Author: Samuel Thibault <samuel thibault ens-lyon org>
Date: Sun Feb 1 20:37:42 2015 +0100
a11y: Fix caret position when the cursor is at the top left of the terminal
https://bugzilla.gnome.org/show_bug.cgi?id=166637
src/vteaccess.c | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
commit 1ab98077cadd4a54bb9f1f963690b4b1bda1ba7e
Author: Christian Persch <chpe gnome org>
Date: Wed Jan 21 17:10:54 2015 +0100
Revert "Set the caret properly when the cursor is at the top left of the terminal."
This reverts commit 3e3e3fdec8302a04c400bc7fbfa1118dbf9cbccd.
Unauthorised commit.
src/vteaccess.c | 50 ++++++++++++++++++--------------------------------
1 file changed, 18 insertions(+), 32 deletions(-)
commit 3e3e3fdec8302a04c400bc7fbfa1118dbf9cbccd
Author: Jason White <jason jasonjgw net>
Date: Wed Jan 2 12:34:53 2013 +1100
Set the caret properly when the cursor is at the top left of the terminal.
https://bugzilla.gnome.org/show_bug.cgi?id=166637
src/vteaccess.c | 50 ++++++++++++++++++++++++++++++++------------------
1 file changed, 32 insertions(+), 18 deletions(-)
commit c91ad56404898a4f2e7ef668edd52497f19cf5de
Author: Egmont Koblinger <egmont gmail com>
Date: Tue Jan 20 23:35:42 2015 +0100
emulation: Fix escape sequences of normal and keypad Enter with modifiers
https://bugzilla.gnome.org/show_bug.cgi?id=743258
src/keymap.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
commit c6643cb5d41a31ea72927bc1981fd5ba10385697
Author: Christian Persch <chpe gnome org>
Date: Tue Jan 20 18:21:17 2015 +0100
docs: Add missing Since: comment
src/vte.c | 2 ++
1 file changed, 2 insertions(+)
commit 3dea7fde1d474d8988dcc87ce25fb19cc0d745ce
Author: Christian Persch <chpe gnome org>
Date: Tue Jan 20 18:04:54 2015 +0100
docs: Fix doc comment syntax
src/vte.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 117f65e672bf2a37f0c7e9f476c50be3fa095a6b
Author: Christian Persch <chpe gnome org>
Date: Tue Jan 20 17:59:53 2015 +0100
all: Add feature string
doc/reference/vte-sections.txt | 1 +
src/vte.c | 19 +++++++++++++++++++
src/vteglobals.h | 2 ++
3 files changed, 22 insertions(+)
commit d03fa439b26ca876a05cea6bf5d57ca03f7131e1
Author: Egmont Koblinger <egmont gmail com>
Date: Tue Jan 20 17:00:07 2015 +0100
build: Wire up the gnutls switch
https://bugzilla.gnome.org/show_bug.cgi?id=743231
src/vtestream-file.h | 29 +++++++++++++++++++++--------
1 file changed, 21 insertions(+), 8 deletions(-)
commit df839df6dedbaf9e156fd2489b4b790fae8678a3
Author: Fabio Tomat <f t public gmail com>
Date: Tue Jan 20 15:55:28 2015 +0000
Updated Friulian translation
po/fur.po | 89 ++++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 51 insertions(+), 38 deletions(-)
commit 222394fecb368e4f56116c31d870d5888700d6d8
Author: Christian Persch <chpe gnome org>
Date: Tue Jan 20 16:49:49 2015 +0100
build: Add --without-gnutls configure switch
Not yet wired up in the code.
https://bugzilla.gnome.org/show_bug.cgi?id=743231
configure.ac | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
commit d07ea7c64cf7c13b639684e7277d97523e29f2a0
Author: Egmont Koblinger <egmont gmail com>
Date: Mon Jan 19 20:18:13 2015 +0100
widget: Fix backwards selection over wide characters
https://bugzilla.gnome.org/show_bug.cgi?id=725909#c15
src/vte.c | 1 +
1 file changed, 1 insertion(+)
commit 12e706ba1601896fc233ad97255a37281e70dc09
Author: Christian Persch <chpe gnome org>
Date: Mon Jan 19 12:28:22 2015 +0100
Revert "vte.sh: Append to PROMPT_COMMAND rather than overwriting it"
This reverts commit 1e6e46f90a035a51b37576d059d6108ece1b4eaa.
Revert this patch since it'll cause __vte_prompt_command to be
twice in PROMPT_COMMAND with the default fedora /etc/bashrc for
non-login shells.
Conflicts:
src/vte.sh
src/vte.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit c94ad30af3c487ccdbd4ef581eb3583ee33aa89a
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Jan 18 19:20:12 2015 +0100
Revert "vte.sh: Change the title in zsh too, as we do in bash"
This reverts commit ded24c01de5999ea8e71c4804053e478de38b160.
Conflicts:
src/vte.sh
src/vte.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 1e6e46f90a035a51b37576d059d6108ece1b4eaa
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Jan 18 18:17:07 2015 +0100
vte.sh: Append to PROMPT_COMMAND rather than overwriting it
https://bugzilla.gnome.org/show_bug.cgi?id=704960
src/vte.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit ded24c01de5999ea8e71c4804053e478de38b160
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Jan 18 18:15:19 2015 +0100
vte.sh: Change the title in zsh too, as we do in bash
https://bugzilla.gnome.org/show_bug.cgi?id=743073
src/vte.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 75f76e851605c70a516e301311fc97101556cdbb
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Jan 18 18:11:53 2015 +0100
vte.sh: Use consistent notation
src/vte.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit b72d5b7bd39aceac6d1163e0fe0a3cd9012fcaa5
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Jan 18 17:54:12 2015 +0100
widget: Fix triple click behavior
https://bugzilla.gnome.org/show_bug.cgi?id=725909#c1
src/vte.c | 6 ++++++
1 file changed, 6 insertions(+)
commit c632c336a5cdca8ea3f1856973a359431b61136a
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Jan 18 17:51:07 2015 +0100
widget: Modify selection boundaries to match xterm's behavior
https://bugzilla.gnome.org/show_bug.cgi?id=725909
src/vte.c | 31 ++++++++++++++-----------------
1 file changed, 14 insertions(+), 17 deletions(-)
commit c18db6cae7f5d8d8f70c5c0c589243f8d29fad0e
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Jan 18 17:36:55 2015 +0100
docs: Method was renamed to vte_terminal_spawn_sync
src/pty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 65bb9e38474b1dcefd21acd870a3e193668d1c49
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Jan 18 17:15:10 2015 +0100
stream: Encrypt the contents
The compressed scrollback block of at most 64kB in the "boa" layer is now
encrypted with AES 256 GCM before hitting the disk.
https://bugzilla.gnome.org/show_bug.cgi?id=738601
https://bugzilla.gnome.org/show_bug.cgi?id=664611
configure.ac | 2 +-
src/vtestream-file.h | 513 ++++++++++++++++++++++++++++++++++++---------------
2 files changed, 367 insertions(+), 148 deletions(-)
commit 2e1d9354a6cd16908b44793e0be321bd97f9081b
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Jan 18 17:11:48 2015 +0100
ring: Don't reset the stream offsets to 0 on ring reset
This is required for encryption, so that we don't reuse the same IV.
https://bugzilla.gnome.org/show_bug.cgi?id=738601#c93
src/ring.c | 14 ++++++++------
src/ring.h | 2 +-
src/vte.c | 18 ++++++------------
3 files changed, 15 insertions(+), 19 deletions(-)
commit 51bd252e2ef35661f0bbc1b3ea1cc4cd089aca15
Author: Egmont Koblinger <egmont gmail com>
Date: Fri Jan 9 22:53:04 2015 +0100
widget,docs: Clarify palette entries, remove leftovers of indexed dim colors
https://bugzilla.gnome.org/show_bug.cgi?id=446533
src/vte.c | 48 ++++++++++++++++++++----------------------------
1 file changed, 20 insertions(+), 28 deletions(-)
commit 80c55b04d0c1d2a42ab236f9387274df50157d05
Author: Egmont Koblinger <egmont gmail com>
Date: Thu Jan 8 22:56:25 2015 +0100
ring: Don't attempt to close streams that weren't opened
https://bugzilla.gnome.org/show_bug.cgi?id=742606
src/ring.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
commit f7e71e74d8eba0edd565c5904bd829e4185177d7
Author: Egmont Koblinger <egmont gmail com>
Date: Thu Jan 8 14:25:16 2015 +0100
widget: Invalidate rectangular selection on rewrap
https://bugzilla.gnome.org/show_bug.cgi?id=742320
src/vte.c | 3 +++
1 file changed, 3 insertions(+)
commit 2b3b9a1167aafb8d9ac40b2b2c57e5434fb33379
Author: Egmont Koblinger <egmont gmail com>
Date: Wed Jan 7 19:05:41 2015 +0100
doc: Add ignore-decorator for gtk-doc
https://bugzilla.gnome.org/show_bug.cgi?id=742501
doc/reference/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3111d44927ee755c07eb5c51656935770b0ce59b
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Dec 28 23:53:22 2014 +0100
emulation: Support CSI 3J (clear scrollback)
https://bugzilla.gnome.org/show_bug.cgi?id=678042
src/caps.c | 8 ++++----
src/ring.c | 21 ++++++++++++++++++++-
src/ring.h | 1 +
src/vte-private.h | 1 +
src/vte.c | 14 ++++++++++++++
src/vteseq.c | 10 ++++++++--
6 files changed, 48 insertions(+), 7 deletions(-)
commit 015acdc077b0ce016919b02e94d4dc5fb0f7445c
Author: Egmont Koblinger <egmont gmail com>
Date: Sun Dec 28 23:51:17 2014 +0100
ring: Rename visible_rows_hint: it's no longer a hint only
src/ring.c | 20 ++++++++++----------
src/ring.h | 4 ++--
src/vte.c | 4 ++--
3 files changed, 14 insertions(+), 14 deletions(-)
commit 57731fdd70964784017ed4a011475ffa9337604e
Author: Egmont Koblinger <egmont gmail com>
Date: Fri Dec 19 00:14:00 2014 +0100
stream: Avoid g_assert expression with side effect
src/vtestream-file.h | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
commit 9752965a0ae611634232fc6b019a81c0d78594cc
Author: Christian Persch <chpe gnome org>
Date: Mon Dec 15 22:38:17 2014 +0100
Post release version bump
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Download
========
https://download.gnome.org/sources/vte/0.39/vte-0.39.90.tar.xz (895K)
sha256sum: 9d127e8dc9ca8267fe65f280bf3afb17d68ef154163f84b3bb2fc79e73abbc97
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]