Subject: pkg/19457: Update package x11/mlterm
To: None <gnats-bugs@gnats.netbsd.org>
From: None <juan@xtraeme.dyndns.org>
List: netbsd-bugs
Date: 12/19/2002 15:17:14
>Number:         19457
>Category:       pkg
>Synopsis:       Update package x11/mlterm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 19 06:18:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Juan RP
>Release:        NetBSD 1.6K
>Organization:
HispaBSD
>Environment:
System: NetBSD xtraeme.dyndns.org 1.6K NetBSD 1.6K (xtrakernel) #0: Thu Dec 12 18:38:40 CET 2002 root@xtraeme.dyndns.org:/usr/src/sys/arch/i386/compile/xtrakernel i386
Architecture: i386
Machine: i386
>Description:

This patch provide update, package x11/mlterm to the latest version ( 2.6.2).
Changelog:

2002-10-08 Araki Ken <arakiken@users.sf.net>

        * 2.6.2 released
          (rel-2_6_2)

2002-10-07 Araki Ken <arakiken@users.sf.net>

        * There was some interval between the time when Focus events available and when
          window really mapped. fixed.
          (Thanks to Nanashi san)

2002-10-06 Araki Ken <arakiken@users.sf.net>

        * Fixed a bug in deleting multi-byte characters by ESC [ P.

2002-10-06 Araki Ken <arakiken@users.sf.net>

        * ESC [ x sequence is supported.

2002-10-06 Araki Ken <arakiken@users.sf.net>

        * 2002-10-02 fix is discarded.
          Scrollbar gets never smaller than the maximum possible height / 20.
          (Thanks to Murase Masaki san)

2002-10-06 Araki Ken <arakiken@users.sf.net>

        * ESC [ S, ESC [ T sequences are supported.

        * If screen was resized too small, it disappeared once, but resized smaller, 
          it appeared again drawn corruptly. fixed.

2002-10-06 Araki Ken <arakiken@users.sf.net>

        * copy_paste_via_ucs option is renamed to receive_string_via_ucs.
          And if its value is true, strings from XIM as well as from X Selection are 
          converted to UCS once.
        * Even if the value of fade_ratio option was 100, screen was completely redrawn
          when window focus is switched. fixed.

2002-10-05 Araki Ken <arakiken@users.sf.net>

        * Cleaned up size hint patch(see 2002-08-29) by Sato Seiichi san.
        * If window height was for only one line, where wraparound happened,
          mlterm died. fixed.

2002-10-02 Araki Ken <arakiken@users.sf.net>

        * If line characters and RTL characters mixed in a line, screen corrupt.
          Fixed a little.
          (Thanks to Nadim Shaikli)

2002-10-02 Araki Ken <arakiken@users.sf.net>

        * Scrollbar never get too small even if the value of 'logsize' option
          is huge.

2002-10-01 Araki Ken <arakiken@users.sf.net
        * If more than 512 bytes were copy&pasted within a window, the 513th byte
          was lost. fixed.
          (Thanks to Nanashi san)

2002-09-29 Araki Ken <arakiken@users.sf.net>

        * Character encoding parser is reset by ESC c sequence.
          (Thanks to Murase Masaki san)

2002-09-29 Araki Ken <arakiken@users.sf.net>

        * ESC [ I and ESC [ Z sequences are supported.

2002-09-28 Araki Ken <arakiken@users.sf.net>

        * If cursor was placed at a half-width char preceded by a full-width char and
          the full-width char was deleted by "ESC [ 2 P", the half-width char was also 
          deleted. fixed.
          (Thanks to Hideki EIRAKU san)

2002-09-28 Araki Ken <arakiken@users.sf.net>

        * "Full reset" button of mlconfig didn't work. fixed.
          (Thanks to Murase Masaki san)

2002-09-28 Seiichi SATO <ssato@sh.rim.or.jp>

        * x_window_get_visible_geometry() returned width and height of no
          visible window. fiexd.

2002-09-27 Araki Ken <arakiken@users.sf.net>

        * GDK_PIXBUF_CFLAGS and IMILB_CFLAGS are renamed to IMAGELIB_CFLAGS in 
          tool/mlconfig/Makefile.in.
          (Thanks to Muto Kenshi san)

2002-09-27 Araki Ken <arakiken@users.sf.net>

        * The last character of a wraparound line was not deleted by BS + ' '. fixed.

2002-09-27 Araki Ken <arakiken@users.sf.net>

        * x_imagelib_*.o linked directly, not via x_imagelib.o.
          (Thanks to Nobuyoshi Nakada san)

2002-09-20  Nobuyoshi Nakada  <nobu.nokada@softhome.net>

        * kiklib: link kik_pty_*.o and kik_utmp_*.o directly, not via
          kik_pty.o and kik_utmp.o.

2002-09-17  MINAMI Hirokazu  <minami@chem.s.u-tokyo.ac.jp>

        * Renamed x_picdep_* to x_imagelib_*
        * When image has alpha channel, wallpapers can be patially translucent
          with gdk-pixbuf imagelib module.
          (unfinished and not updated poperly yet ...)
        * Cleaned up to get rid of compiler warning messages with gcc.

2002-09-16  MINAMI Hirokazu  <minami@chem.s.u-tokyo.ac.jp>

        * Major rewrite of icon handling
         - Added new members (icon and mask) to struct x_window_t
         - Actuall icon setting process is now done in x_window.c.
         - remove icon cache from x_picture_gdk which seems not to be useful.
        
2002-09-15  MINAMI Hirokazu  <minami@chem.s.u-tokyo.ac.jp>

        *  x_picdep_load_icon( &data,&pixmap,&mask) is added
          in gdk-pixbuf module. 

2002-09-15 Araki Ken <arakiken@users.sf.net>

        * If cursor is located at the second byte of a multi-byte character,
          cursor moves strangely, when bce is enabled. fixed.



>How-To-Repeat:
>Fix:


Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/mlterm/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	2002/09/15 07:48:48	1.10
+++ Makefile	2002/12/19 14:11:34
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.10 2002/09/15 07:48:48 toshii Exp $
 
-DISTNAME=	mlterm-2.6.1
+DISTNAME=	mlterm-2.6.2
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=mlterm/}
 
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/x11/mlterm/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- distinfo	2002/09/15 07:19:51	1.8
+++ distinfo	2002/12/19 14:11:34
@@ -1,4 +1,4 @@
 $NetBSD: distinfo,v 1.8 2002/09/15 07:19:51 uebayasi Exp $
 
-SHA1 (mlterm-2.6.1.tar.gz) = e8d18066448a0631ca24852e787e01ec2418b2b6
-Size (mlterm-2.6.1.tar.gz) = 1657325 bytes
+SHA1 (mlterm-2.6.2.tar.gz) = aee9f237c4cf59e986b6663ced6a497aa824d5df
+Size (mlterm-2.6.2.tar.gz) = 1659672 bytes
>Release-Note:
>Audit-Trail:
>Unformatted: