Subject: CVS commit: pkgsrc/x11/vte
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 05/07/2004 11:13:17
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Fri May  7 11:13:16 UTC 2004

Modified Files:
	pkgsrc/x11/vte: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/x11/vte/patches: patch-ae
Added Files:
	pkgsrc/x11/vte/patches: patch-af patch-ag

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/x11/vte/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/vte/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/vte/buildlink3.mk
cvs rdiff -r1.3 -r1.4 pkgsrc/x11/vte/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/x11/vte/patches/patch-ae
cvs rdiff -r0 -r1.1 pkgsrc/x11/vte/patches/patch-af \
    pkgsrc/x11/vte/patches/patch-ag

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.