Commit graph

6 commits

Author SHA1 Message Date
drochner
2ca2e888a0 update to 0.11.15
changes:
-bugfixes
-Make it possible to implement atkText selection methods
 for VteAccessible.
-Make VTE work on some Net/OpenBSD on sparc and macppc
2005-08-26 16:37:51 +00:00
drochner
ac6559c930 update to 0.11.13
changes:
- Reduce memory consumption with more that one tab
-fixes
- Updated translations
2005-05-18 16:19:05 +00:00
jmmv
d47e51b2fc Update to 0.11.12:
- 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)
2005-03-03 16:53:09 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
jmmv
d0f656651d Update to 0.11.11:
- 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.
2004-05-07 11:13:16 +00:00
xtraeme
b46ef46439 Initial import of vte-0.11.10 from pkgsrc-wip.
Terminal widget with improved font, internationalisation and accessibility
support for the GNOME 2 desktop.
2003-12-13 17:54:14 +00:00