pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/mlterm mlterm: update to 3.8.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c6a7c1dee87
branches:  trunk
changeset: 370593:6c6a7c1dee87
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Fri Oct 20 17:57:21 2017 +0000

description:
mlterm: update to 3.8.3.

Changes noted in doc/en/RelaseNote:

ver 3.8.3
* Add "trim_trailing_newline_in_pasting" / --trim option which removes trailing
  newline characters in pasting text.
* Add "broadcast" / --bc option which broadcasts input or pasted characters to
  all ptys whose value of "ignore_broadcasted_chars" option is false.
* Add "ignore_broadcasted_chars" / --ibc option.
* Add "Next pty", "Previous pty" and "Close screen" to context menu on Android.
* Add "next_pty", "prev_pty" and "close_screen" to OSC 5379.
* Add "fontconfig" to OSC 5380.
* Support libssh2 on MacOSX/Cocoa.
* Support ModifyCursorKeys and ModifyFunctionKeys of xterm.
* Support OSC 0 and OSC 1 on MacOSX/Cocoa.
* Support _NET_WM_NAME and _NET_ICON_NAME properties on xlib.
* Support "CSI > Ps t" and "CSI > Ps T".
* Support "CSI 20 h" and "CSI 20 l" (LNM).
* Support right click menu on libvte compatible library on wayland.
* Support fcitx input method module on wayland.
* Support italic on MacOSX/Cocoa.
* Remove --hscr / "screen_height_ratio" option.
* Change the default sequences of Modifier+Function and Modifier+Cursor keys
  from xterm's old/obsolete ones to modern ones.
  (e.g. Shift+F1 outputs "\e[1;2P" instead of "\eO2P" by default.)
* Merge patches:
  https://bitbucket.org/arakiken/mlterm/pull-requests/3/update-a-left-old-code-about-the
* Bug fixes:
  Fix a bug which disabled to assign keypad keys in ~/.mlterm/shortcut.
  Fix wrong processing of percentage in a font name on framebuffer and wayland.
  Fix alpha blending in drawing glyphs on wayland.
  Fix disappearance of the cursor if built with --enable-vt52 option.
  Fix a bug which shows wrong window title in a splited screen.
  Fix faulty drawing a wall picture in closing one of splitted screens.
  Fix segfault when mlterm exits after having reconnected to ssh server automatically.
  Fix segfault in using input method plugins (except ibus) on wayland.
  Fix unexpected fallback to "DEFAULT" font in DECDHL or DECDWL lines.
  Fix screen corruption of libvte compatible library in operating multiple tabs on wayland.
  Fix segfault on pause or resume on Android.

diffstat:

 x11/mlterm/Makefile |   4 ++--
 x11/mlterm/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 5e4b56452f1b -r 6c6a7c1dee87 x11/mlterm/Makefile
--- a/x11/mlterm/Makefile       Fri Oct 20 15:58:29 2017 +0000
+++ b/x11/mlterm/Makefile       Fri Oct 20 17:57:21 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.135 2017/08/12 23:46:54 tsutsui Exp $
+# $NetBSD: Makefile,v 1.136 2017/10/20 17:57:21 tsutsui Exp $
 
-DISTNAME=      mlterm-3.8.2
+DISTNAME=      mlterm-3.8.3
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mlterm/}
 
diff -r 5e4b56452f1b -r 6c6a7c1dee87 x11/mlterm/distinfo
--- a/x11/mlterm/distinfo       Fri Oct 20 15:58:29 2017 +0000
+++ b/x11/mlterm/distinfo       Fri Oct 20 17:57:21 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.69 2017/08/12 23:46:54 tsutsui Exp $
+$NetBSD: distinfo,v 1.70 2017/10/20 17:57:21 tsutsui Exp $
 
-SHA1 (mlterm-3.8.2.tar.gz) = 55857697736a62aef4cb29505fb13ae701e4b395
-RMD160 (mlterm-3.8.2.tar.gz) = f7d4fd18d290108eb828370f782590cbf285dab8
-SHA512 (mlterm-3.8.2.tar.gz) = f0dafdc60cec8d221681669f7d53bc46615b22b05fe5d3de21946c7b62ec1631acedda4e80530e84df3be6234d198cd35a1595a73626884f2b21d03a09ecdace
-Size (mlterm-3.8.2.tar.gz) = 3836220 bytes
+SHA1 (mlterm-3.8.3.tar.gz) = 2b0a4fcb04474c63c64c48231a1c1bf50e7eb56b
+RMD160 (mlterm-3.8.3.tar.gz) = 0500995c20b0fb56bb74bf0cae18d1ca71ae7b60
+SHA512 (mlterm-3.8.3.tar.gz) = 831d3e1513bea3faa77a3e8d0c040d2f363bce2ac92925f4eb87374838a60a2ccc889d788149cbe31a278f69a1099c88aa21278da1c954ac32579445be98b152
+Size (mlterm-3.8.3.tar.gz) = 3850354 bytes
 SHA1 (patch-configure) = 54643fa501cc65d3513c1e21ece6c2a234a7798a
 SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00



Home | Main Index | Thread Index | Old Index