Subject: CVS commit: pkgsrc/x11/vte
From: Julio M. Merino Vidal
Date: 2004-05-07 13:13:16
Message id: 20040507111317.03F9D2DA1D@cvs.netbsd.org

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.

Files:
RevisionActionfile
1.11modifypkgsrc/x11/vte/Makefile
1.2modifypkgsrc/x11/vte/PLIST
1.5modifypkgsrc/x11/vte/buildlink3.mk
1.4modifypkgsrc/x11/vte/distinfo
1.2modifypkgsrc/x11/vte/patches/patch-ae
1.1addpkgsrc/x11/vte/patches/patch-af
1.1addpkgsrc/x11/vte/patches/patch-ag