diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:18:06 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:18:06 +0000 |
commit | ef833d919bf40650977b898a004af72506e5a5bf (patch) | |
tree | 707d7956150573bb5a3d1b8da0c661428af2ad82 /x11/vte/PLIST | |
parent | 193b6a9259c86b1c6dd022cb6de09f1bbdb64b16 (diff) | |
download | pkgsrc-ef833d919bf40650977b898a004af72506e5a5bf.tar.gz |
Update to 0.12.0:
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.
Diffstat (limited to 'x11/vte/PLIST')
-rw-r--r-- | x11/vte/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/vte/PLIST b/x11/vte/PLIST index d9efb533d40..232a54af6ec 100644 --- a/x11/vte/PLIST +++ b/x11/vte/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/02/15 18:03:29 drochner Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/03/30 21:18:06 jmmv Exp $ bin/vte include/vte/pty.h include/vte/reaper.h @@ -63,6 +63,7 @@ ${PKGLOCALEDIR}/locale/is/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/ka/LC_MESSAGES/vte.mo +${PKGLOCALEDIR}/locale/kn/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/ku/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/ky/LC_MESSAGES/vte.mo @@ -102,6 +103,7 @@ ${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/xh/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/vte.mo +${PKGLOCALEDIR}/locale/zh_HK/LC_MESSAGES/vte.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/vte.mo share/vte/termcap/xterm @dirrm share/vte/termcap |