which features will be exposed. Fixes build on Linux.
<sys/types.h> is included immediately after config.h in the distribution code,
suggesting that the purged hunk in the patch is now obsolete.
The history of patch-aa reveals that the <sys/types.h> include was the very
original purpose of this patch, and predates the Solaris portion of the patch.
The Solaris hunks don't look like they would benefit from including
<sys/types.h>.
No PKGREVISION bump, this change should only affect platforms where the
package failed to build.
Closes PR pkg/36404 with the fix suggested by Ondrej Tuma (thanks!)
changes:
- Smart tab character: you can now copy/paste tab characters printed by cat,
diff, and other line-oriented tools and get the tab character in the
clipboard, instead of multiple spaces. The selection indicates that by
being all or none.
- Misc bug fixes and optimizations.
0.14.0
Minor doc syntax update.
Fix bug causing empty lines to not being copied.
0.13.7
Bug 350236 : Cannot copy text; invalid character sequence errors
Bug 352439 : URL highlighting seriously broken
Bug 351494 : Gnome-terminal doesn't kills bash on tab close
Patch from Aivars Kalvans
Bug 352365 : font caching problem for not-found glyphs
0.13.6
Bug 351696 : crash on Terminal, check ->window before setting
icon/window title
Bug 350623 : Accessible text getTextAtOffset is broken
Patch from Willie Walker
0.13.5
Bug 158200 : terminal backspace behavior not set to UTF-8 mode
Based on patch from Egmont Koblinger
Bug 348814 : crash on Terminal
Patch from Aivars Kalvans
0.13.4
Fix selection that I broke in last release.
Bug 336947 : [patch] Redundant vte_terminal_set_font_full() calls
Patch from Aivars Kalvans
Bug 134800 : gnome-termnal hung up when input by ATOK
Patch from Yukihiro Nakai <nakai@gnome.gr.jp>
Bug 339983 : gnome-pty-helper should log username
Patch from Brian Cameron
0.13.3
Bug 121904 : copy-paste of empty line
Bug 25290 : Small UI tweak to select-by-word (only select only letter
at a time for non-word characters)
Bug 339986 : Patch to select localized strings exactly
Patch from Takao Fujiwara
Bug 311855 : Race in vte leads to blocking of input.
Patch from Kalle Raiskila
Bug 342396 : Ctrl-space sends " ", not NUL.
Bug 345377 : real transparency
Patch from Kristian Høgsberg <krh redhat.com>
Bug 345514 : -no-undefined doesn't work with latest libtool
Bug 141985 : vte does not respond to 'CSI 2 1 t' or 'CSI 2 0 t' with
the correct window/icon title
Patch from Mariano Suárez-Alvarez
0.13.2
Bug 344666 : Problems with *_CFLAGS and *_LDFLAGS in makefiles
Patch from Stepan Kasal <kasal@ucw.cz>.
Bug 339529 : gnome-terminal (vte) crashes when detatched window is
closed
Bug 342549 : uninitialized var (coverity)
Patch from Paolo Borelli.
Bug 342082 : vte_invalidate_region() may check whether terminal is
realiazed or not
Patch from Kouhei Sutou.
Bug 340363 : vte Cygwin build fixes
Patch from Cygwin Ports maintainer
Bug 341793 : vte.h doesn't need to include X11/Xlib.h
Patch from Kouhei Sutou
Require intltool 0.35.0 to have translations in the dist tarballs.
Fix typo which may have been causing things like crashes.
0.13.1
Use intltool 0.34.90 to make sure tarball includes po files.
Bug 339980 : nativeecho needs glib in LDADD to build on Solaris
Patch from Brian Cameron.
Bug 331803 : style needs to be attached/detached to the window on
realize/unrealize
Patch from Benjamin Berg <benjamin@sipsolutions.net>.
Pass -no-undefined linker flag.
0.13.0
Removed obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks.
Bug 339448 : selection doesn't respect hard newlines
Bug 148720 : Word selection erroneously captures text from next line
Bug 126376 : Uncoinditional definition of _XOPEN_SOURCE breaks build
on NetBSD
Bug 97719 : Selection: double/triple click doesn't cross line boundaries
Bug 160782 : Vte isn't multi-screen safe
Bug 330441 : Remove libzvt support
Bug 328850 : Crash when pasting selection
Bug 160134 : mouse events occurring past column 95 are not passed
through to terminal application
New public function vte_terminal_feed_child_binary
Bug 135230 : Feature request to attach VTE to existing pty
New public function vte_terminal_set_pty
Bug 337442 : [patch] Reduce .plt section
We use a regexp to limit exported symbols now.
Bug 142247 : use of uninitialized value
Bug 149633 : gnome-terminal messes up boxdrawing chars aligment
Bug 144456 : UK pound currency symbol rendered incorrectly
Bug 307403 : xticker doublefree
Bug 337877 : Patch to use po/LINGUAS
Bug 337552 : Insufficient version requirement for gtk+
Bug 168251 : add support for 256 colors terminals
Bug 120276 : Wishlist: Support Rectangular Selection
Bug 336117 : [patch] Use g_slice API
Bug 336128 : vim scrolling issues - emulation errors
Bug 334385 : Use intltool
Bug 104841 : scrolling doesn't work inside "screen" windows
Bug 333768 : vteapp debug stuff should be conditional
0.12.0 - Released with no code changes.
0.11.21 - Revert change introduced in 0.11.19 that made vte very unresponsive
with tall terminal windows. (bug #333776)
- Step up COALESCE_TIMEOUT and DISPLAY_TIMEOUT from 2ms to 10ms.
This is more compatible with the update timeout that we are doing
at 25ms, but needs testing.
0.11.20 - Revert patch introduced in 0.11.16 that was corrupting the Xft
font cache. (bug #309322)
0.11.19 - Revert Shift+Insert to paste PRIMARY. Use Ctrl+Shirt+Insert to
paste CLIPBOARD (bug #123844)
- Improvements to the update throttling handler.
- gnome-pty-helper minor race condition fix.
- Use getpwnam to correctly log multiple users with the same UID
(bug #319564, Laszlo Peter)
- A couple minor build fixes.
When writing logout records NetBSD requires the ut_name field to be
filled in when calling pututxline() (otherwise utmp_update refuses to
write it) but nulled when writing to wtmpx.
Problem seen by gnome-terminal leaving stale utmpx entries on exit.
Bump PKGREVISION.
- Performance improvements:
- Two patches from bug #137864 (Benjamin Otte)
- Patch from bug #143914 (Søren Sandmann)
- Fix crash when resizing a terminal running minicom (Søren Sandmann)
Closes bug #163814 and duplicate.
- Adjust timeouts to make us behave like xterm when
outputing large amounts of text and still be fast (Kjartan)
- Fix build with VTE_DEBUG enabled (Kjartan)
- Build fixes for NetBSD and Darwin. Bug #126377 (Adrian Bunk)
- Build fixes for AIX. Bug #161352
- Make keypad behave like in xterm. Bug #128099. (jylefort at brutele be)
- Fix black background in new terminals. Bug #125364. (Fedora)
- Fix scrolling issues. Bug #168210 (Fedora)
- Fix screen corruption with multibyte charsets. Bug #168211 (Fedora)
- Redraw terminal fully before scrolling. Bug #168212 (Fedora)
- Fix crash with IM-methods. Bug #168213 (Fedora)
- Fix for scrolling back then forward. Bug 122150 (Benjamin Otte)
- Make terminal report correct type. Bug 130761 (Mariano)
- Updated translations:
Estii (et), Old English (ang), Canadian English (en_CA),
Spanish (es), Hungarian (hu), Albanian (sq), Norwegian bokmål (nb),
Bosnian (bs), Finnish (fi), Oriya (or), Georgian (ka), Hindi (hi)
- Add APIs for setting font with/without antialiasing, cursor color,
hilite color, and a forkpty()-alike. Fix meta-space. Use glib 2.4's
child watch API if available.
- Add a configure switch for setting the default emulation instead of
hard-coding it to be "xterm".
- Tweak autowrapping of text to handle cases where the terminal has
both LP and xn capabilities.
- Truncate empty lines when copying text to mimic xterm.
- Internally abstract out matching APIs, though we still use POSIX regex.
- Try to set UTF8 line editing mode under sufficiently-new Linux.
- Obey Pango's specified attributes when displaying pre-edit text.
- Never steal modifier keys which might affect the input method from
the input methods.
- Fix python binding so that help() lists the terminal class.