diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2016-06-21 12:57:39 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2016-06-21 12:57:39 +0000 |
commit | 33bb001c7cdf63046c6121e7df717a763ff8be7e (patch) | |
tree | 6960994ae66764f1c272cfc1ad5b85499c3a433a /x11/mlterm/PLIST | |
parent | 26afe591f4e97024d1e896601bd29daf6c631a65 (diff) | |
download | pkgsrc-33bb001c7cdf63046c6121e7df717a763ff8be7e.tar.gz |
Update mlterm to 3.7.1.
Changes noted in doc/en/ReleaseNote:
ver 3.7.1
* Add "vt_color_mode" to OSC 5380 and 5381.
* Support SKK (--im skk) as an input method plugin.
* Support input method plugins (canna, wnn and skk) on MacOSX/Cocoa.
* Show the number of each conversion candidate on an input method window of wnn.
* Bug fixes:
Fix compiling error of registobmp. (Enbugged at 3.7.0) (Thanks to Amadeusz)
Fix https://sourceforge.net/p/mlterm/mailman/message/34992704/
Fix https://github.com/saitoha/homebrew-sixel/pull/2 (Thanks to @kefir_)
Fix a bug which dropped almost all glyph complementary fonts.
Diffstat (limited to 'x11/mlterm/PLIST')
-rw-r--r-- | x11/mlterm/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/mlterm/PLIST b/x11/mlterm/PLIST index 3a269867274..8c8948ca582 100644 --- a/x11/mlterm/PLIST +++ b/x11/mlterm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.37 2016/03/26 04:27:21 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.38 2016/06/21 12:57:39 tsutsui Exp $ bin/mlcc bin/mlclient bin/mlclientx @@ -24,6 +24,8 @@ ${PLIST.fb}lib/mlterm/libim-kbd-fb.la ${PLIST.m17nlib}lib/mlterm/libim-m17nlib.la ${PLIST.fb}${PLIST.m17nlib}lib/mlterm/libim-m17nlib-fb.la ${PLIST.scim}lib/mlterm/libim-scim.la +${PLIST.skk}lib/mlterm/libim-skk.la +${PLIST.fb}${PLIST.skk}lib/mlterm/libim-skk-fb.la ${PLIST.uim}lib/mlterm/libim-uim.la ${PLIST.fb}${PLIST.uim}lib/mlterm/libim-uim-fb.la ${PLIST.wnn}lib/mlterm/libim-wnn.la |