Your message dated Sat, 26 Jan 2002 15:02:19 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#119510: fixed in lynx 2.8.4.1b-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 14 Nov 2001 01:15:00 +0000
>From [EMAIL PROTECTED] Tue Nov 13 19:15:00 2001
Return-path: <[EMAIL PROTECTED]>
Received: from civic.pm.tokushima-u.ac.jp [150.59.48.140] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 163odo-0006Ez-00; Tue, 13 Nov 2001 19:15:00 -0600
Received: from localhost ([127.0.0.1] ident=kohda)
        by civic.pm.tokushima-u.ac.jp with esmtp (Exim 3.32 #1 (Debian))
        id 163ojr-0005z9-00; Wed, 14 Nov 2001 10:21:15 +0900
Date: Wed, 14 Nov 2001 10:21:00 +0900 (JST)
Message-Id: <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: annoying brink
From: Atsuhito Kohda <[EMAIL PROTECTED]>
X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]

Package: lynx
Version: 2.8.4.1b-1

Hi Adrian,

You might know this but the present lynx caused annoying
brink when a user sets CHARACTER_SET:euc-jp (commonly
set by Japanese users).

The patch was given by Hataguchi Takeshi <[EMAIL PROTECTED]>
in lynx-dev so please apply this.

Without this patch, lynx is almost unusable for Japanese.

I attatched the patch for your convenience.

============ patch =======================
--- src/LYStrings.c.orgl        Mon Oct 15 09:44:13 2001
+++ src/LYStrings.c     Mon Oct 15 09:44:17 2001
@@ -3463,11 +3463,22 @@
                    if (i < (nrdisplayed - 1))
                        buffer[1] = str[++i];
 #else /* SUPPORT_MULTIBYTE_EDIT */
+#ifndef USE_SLANG
+                   int ii, xx,yy;
+#endif /* USE_SLANG */
                    if (i < (nrdisplayed - 1)) {
                        buffer[1] = str[++i];
                        end_multi = 1;
                    } else
                        end_multi = 0;
+#ifndef USE_SLANG
+                   LYGetYX(yy, xx);
+                   for (ii=0; ii<strlen(buffer); ii++) {
+                       LYaddch(' ');
+                   }
+                   LYrefresh();
+                   LYmove(yy, xx);
+#endif /* USE_SLANG */
 #endif /* SUPPORT_MULTIBYTE_EDIT */
                    LYaddstr(buffer);
                    buffer[1] = '\0';
@@ -3530,12 +3541,6 @@
     }
 
     LYmove(edit->sy, edit->sx + Pos - DspStart);
-#ifdef SUPPORT_MULTIBYTE_EDIT
-#if (!USE_SLANG && !defined(USE_MULTIBYTE_CURSES))
-    if (HTCJK != NOCJK)
-       lynx_force_repaint();
-#endif /* !USE_SLANG && !defined(USE_MULTIBYTE_CURSES) */
-#endif /* SUPPORT_MULTIBYTE_EDIT */
 
 #ifdef USE_COLOR_STYLE
     if (estyle != NOSTYLE)
--- src/HTAlert.c.orgl  Sun Oct 21 10:08:16 2001
+++ src/HTAlert.c       Sun Oct 21 10:08:24 2001
@@ -106,6 +106,12 @@
     if (Msg && *Msg) {
        CTRACE((tfp, "User message: %s\n", Msg));
        LYstore_message(Msg);
+#ifndef USE_SLANG
+    if (HTCJK != NOCJK) {
+       clearok(curscr, TRUE);
+       LYrefresh();
+    }
+#endif
        LYSleepMsg();
     }
 }
============================

Best regards,             2001.11.14

-- 
 Debian Developer & Debian JP Developer - much more I18N of Debian
 Atsuhito Kohda <[EMAIL PROTECTED]>
 Department of Math., Univ. of Tokushima

---------------------------------------
Received: (at 119510-close) by bugs.debian.org; 26 Jan 2002 20:09:15 +0000
>From [EMAIL PROTECTED] Sat Jan 26 14:09:15 2002
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16UZ8U-0003cA-00; Sat, 26 Jan 2002 14:09:14 -0600
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
        id 16UZ1n-00068C-00; Sat, 26 Jan 2002 15:02:19 -0500
From: James Troup <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.67 $
Subject: Bug#119510: fixed in lynx 2.8.4.1b-3
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Sat, 26 Jan 2002 15:02:19 -0500
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
lynx, which has been installed in the Debian FTP archive:

lynx_2.8.4.1b-3.diff.gz
  to pool/main/l/lynx/lynx_2.8.4.1b-3.diff.gz
lynx_2.8.4.1b-3.dsc
  to pool/main/l/lynx/lynx_2.8.4.1b-3.dsc
lynx_2.8.4.1b-3_i386.deb
  to pool/main/l/lynx/lynx_2.8.4.1b-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
James Troup <[EMAIL PROTECTED]> (supplier of updated lynx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 26 Jan 2002 00:12:32 +0000
Source: lynx
Binary: lynx
Architecture: source i386
Version: 2.8.4.1b-3
Distribution: unstable
Urgency: low
Maintainer: James Troup <[EMAIL PROTECTED]>
Changed-By: James Troup <[EMAIL PROTECTED]>
Description: 
 lynx       - Text-mode WWW Browser
Closes: 119510 130830
Changes: 
 lynx (2.8.4.1b-3) unstable; urgency=low
 .
   * Adopted the package, closes: #130830.
   * debian/control (Standards-Version): bump to 3.5.6.0.
   * debian/copyright: updated.
   * debian/README.Debian: likewise.
   * debian/postinst: remove commented and unused code.
   * debian/prerm: likewise.
   * debian/postrm: homogenize the code.
   * debian/test.html: unused; removed.
   * debian/dhelp: remove.
   * debian/rules: rewritten so I can work with it.
   * src/LYStrings.c, src/HTAlert.c: Apply patch from Hataguchi Takeshi to
     fix blinking problems for euc-jp charset users, thanks to Atsuhito
     Kohda.  Closes: #119510.
Files: 
 1ecb3aa3e7b077bf7444ebdf03af83d4 626 web standard lynx_2.8.4.1b-3.dsc
 213ba63094fdd6412faafdbcc16b2b8f 12040 web standard lynx_2.8.4.1b-3.diff.gz
 8c964387d087d4386fffac7e54c321c0 1444568 web standard lynx_2.8.4.1b-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjxSIm4ACgkQgD/uEicUG7AkTwCfQOrYsaKp+SAreRXQATtjNM/f
CqcAn3ZFSn7XICaPTk4nhVNpv24uu1H1
=7mzc
-----END PGP SIGNATURE-----

Reply via email to