#17043 closed enhancement (fixed)

vte-0.70.2

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: gnome-43
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (6)

comment:1 by Douglas R. Reno, 20 months ago

Milestone: 11.3gnome-43

comment:2 by Douglas R. Reno, 17 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:3 by Douglas R. Reno, 17 months ago

Summary: vte-0.70.0vte-0.70.2

Now 0.70.2

comment:4 by Douglas R. Reno, 17 months ago

0.69.90

build: Version 0.69.90    
    Release required for gnome 43

0.69.92

build: Version 0.69.92
widget: Defer alignment API to next cycle
    This API is untested and can possibly be improved, so don't freeze it now.
all: Remove SIXEL support from stable branch
    The SIXEL support is not in a releasable state with
    important and fundamental problems still unsolved.
build: Update gtk3 req version
    Commit 5147453115f46d2dc91b797cd12f2ede220ea100 introduced a dependency
    on gtk 3.24, so update the req, min and max versions.
build: Remove gtk4 notice    
    While not completely stable yet, it's no longer experimental.
Revert "emulation: Support XTVERSION sequence"
    This reverts commit 0718a9a7f9300b2526eddb0fc74e25eef34795ba.
    Issue #235 shows commiting this was premature and there's more discussion needed.
widget: Correct some Since annotations
build: Build fix for netbsd
    Define _NETBSD_SOURCE to get all necessary defines exposed, as found
    from a patch in netbsd ports.
widget: Only avoid reentrant queue_resize() in GTK4
    Fixes https://gitlab.gnome.org/GNOME/vte/-/issues/2572
widget: Listen for toplevel focus change
    Update the cursor state when the toplevel focus changes.
    Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2555
widget: Listen for toplevel focus change
    Need to listen to notify::state on the toplevel the widget is in, so
    as to generate the correct focus notifications (DECSET 1004).
    https://gitlab.gnome.org/GNOME/vte/-/issues/2555
docs: Install toml file to subdir
    Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2570
widget: Don't queue_resize() during allocation
    This is not allowed, and while here it mostly works by accident, it's
    possible to break it - for example, if it resizes while unmapped.
    See https://gitlab.gnome.org/GNOME/console/-/merge_requests/102#note_1510384
widget: gtk4: Don't invalidate endlessly
    Have early returns to skip invalidation like in the gtk3 codepath.
    Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2566
widget: gtk4: Lower the priority of the style provider
    Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2567
widget: gtk: Make new API naming self-consistent
widget: gtk4: Add API to check event context
    https://gitlab.gnome.org/GNOME/vte/-/issues/2530
widget: gtk4: Make background API available on gtk4
    https://gitlab.gnome.org/GNOME/vte/-/issues/12#note_1506942
widget: Add format arg to new API to get selected text
build: Post release version bump

Lots of GTK+-4 changes here

0.69.99

build: Post release version bump
widget: gtk4: Don't grab the focus on focus-in
    https://gitlab.gnome.org/GNOME/vte/-/issues/2555
widget: gtk4: Only notify terminal when focused
    https://gitlab.gnome.org/GNOME/vte/-/issues/2555#note_1524795
widget: Use correct view coordinates
    The conversion needs to take the border into account.
lib: Fix spawning on netbsd
    Add netbsd to the platforms that can safely use sysconf(3) to close the
    file descriptors before exec, since according to netbsd's man:sigaction(2),
    sysconf(3) is async-signal-safe.
widget: Fix Widget::regex_match_check_at()
    It was calling Terminal::regex_match_check() instead of
    Terminal::regex_match_check_at().
    Fixes https://gitlab.gnome.org/GNOME/vte/-/issues/2578
build: Version 0.69.99 for gnome 43rc

0.70.0

build: Post release version bump

0.70.1

build: Fix netbsd define
build: Add define for darwin
    Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2592
widget: Don't consume right clicks on gtk4
    gtk4 still needs to handle context menus correctly, but on stable branch
    we need to remove always claiming the event since it doesn't do anything
    yet.
    https://gitlab.gnome.org/GNOME/vte/-/issues/2593
widget: Don't consume right clicks on gtk4
    gtk4 still needs to handle context menus correctly, but on stable branch
    we need to remove always claiming the event since it doesn't do anything
    yet.
    https://gitlab.gnome.org/GNOME/vte/-/issues/2593

0.70.2

build: Post release version bump
build: Add define for openbsd
build: Print warning on unstable release
missing: Add better fdwalk implementation for darawin
    Port of glib!3040 to vte.
    Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2602
widget: Modernise HTML output
    Use <span> instead of <font> for copy-as-html functionality
    Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2604

comment:5 by Douglas R. Reno, 17 months ago

Looking at Arch, nothing seems to require the GTK-4 version of VTE yet. Let's add a command explanation on how to enable it for now, add it to Optional Dependencies, and then enable it later when it's needed (especially since it's not the upstream default at the moment).

comment:6 by Douglas R. Reno, 17 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.