diff options
author | ryoon <ryoon> | 2011-04-10 07:25:36 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-04-10 07:25:36 +0000 |
commit | 09dbe34faaff132ec758826f53d5a1986b532dfe (patch) | |
tree | 28a35ab780c4be3911014cc031958b75ccb84d66 /x11/mlterm/PLIST | |
parent | 2d4d81c403464ea2bf7bb4a3778dd1c01818239f (diff) | |
download | pkgsrc-09dbe34faaff132ec758826f53d5a1986b532dfe.tar.gz |
Update to 3.0.3.
* make pkglint happy
Changelog:
Overview of changes from 3.0.2
==============================
ver 3.0.3
* Add support for iBus. (Experimental)
* Even if gdk-pixbuf is not linked to mlterm (--with-imagelib=gdk-pixbuf
option is not specified in configure), wall picture, icon picture
and pixmap_engine are supported by an external program (mlimgdisplay)
which uses gdk-pixbuf.
* Support "wall_picture" option partially (BMP format alone) in win32.
* Support palette settings in libvte.
* libvte uses dpi of gdk for xft font instead of manually calculated one
by DisplayWidthMM (,which can return wrong value in vmware) etc.
* Unsupported but valid formatted escape / CSI sequence is correctly ignored.
(Thanks to Iwamoto Kouichi san)
* Support "use_clipboard" option which enables CLIPBOARD selection not only
PRIMARY selection.
* Other bug fixes:
Fix wrong drawing of background of DEC Special characters. (Thanks to Iwamoto Kouichi san)
Unhighlight background of bold characters. (Thanks to Iwamoto Kouichi san)
SF Bug #3158963 (Thanks to Jyun-Yan You)
SF Bug #3053107 (Thanks to Nezmer, Thanks to Iwamoto Kouichi san)
Overview of changes from 3.0.1
==============================
ver 3.0.2
* Drop imlib, gdk-pixbuf1 and gtk-1.x support.
* Add libvte compatible library using mlterm engine. (Experimental)
* Support gnome-pty-helper. (configure with --enable-pty-helper option)
* Support "alpha" option in X11.
* Add "depth" option.
* Support "rgba:RR/GG/BB/AA" format to specify rgba color in 32-bit depth.
* Add "bidi_mode" option.
* Add "letter_space" option.
* Support execution of command like "mlclient -e w3m" in "button3_behavior" option.
* Other bug fixes:
"ESC [ r" and "ESC c" reset scrolling region. (Thanks to Iwamoto Kouichi san)
#3072833 (Thanks to Andreas Metzler)
#3051467 (Thanks to David Kolovratnik)
#3014219 (Thanks to Khaled Hosny)
Diffstat (limited to 'x11/mlterm/PLIST')
-rw-r--r-- | x11/mlterm/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/mlterm/PLIST b/x11/mlterm/PLIST index 9ec85844b4e..c009aba25e5 100644 --- a/x11/mlterm/PLIST +++ b/x11/mlterm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2010/09/22 09:33:41 obache Exp $ +@comment $NetBSD: PLIST,v 1.22 2011/04/10 07:25:36 ryoon Exp $ bin/mlcc bin/mlclient bin/mlclientx @@ -16,9 +16,8 @@ lib/mlterm/libmozmodern.la lib/mlterm/libnext.la lib/mlterm/libsample.la lib/mlterm/libsample2.la -${PLIST.m17nlib}lib/mlterm/libim-m17nlib.la -${PLIST.uim}lib/mlterm/libim-uim.la libexec/mlconfig +libexec/mlimgloader libexec/mlterm-menu man/man1/mlclient.1 man/man1/mlterm.1 |