Message-Id: <199608061219.AA265953990@relay.hp.com>
To: dumoulin@titan.ksc.nasa.gov
Reply-To: ishidou@po.iijnet.or.jp
Subject: two small fixes on beta3 as of Aug.5
From: Masaki Ishido <ishidou@jpn.hp.com>
X-Mailer: winbiff [Version 1.60]
Date: Tue, 06 Aug 1996 21:19:47 +0900
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii

Hi :-)

I collected beta3 source files from ftp.ksc.nasa.gov today, and found
two small fixes are needed.

1) On article list window, article header retrieval indicator gauge
   does not reach to right end.
   total_xhdrs variable does not set correctly when Newsgroups header
   is not needed for article filtering.

--- wvutil.bak  Sun Aug 04 00:58:58 1996
+++ wvutil.cpp  Tue Aug 06 17:34:30 1996
@@ -977,6 +977,8 @@
                                aa.ReadActions(CurrentGroup);      /* Get articl
e action list */
                                if (aa.NeedNgroupHeader()) {       /* Find out i
f we need newsgroups */
                                total_xhdrs = 2;
+                   } else {
+                               total_xhdrs = 1;
                    }
           }
          }

2) mnemonic character of "Network" menu is duplicated (This one is pointed
   out from one of Japanese version user at fj.news.reader.winvn newsgroup)

CONFMENU MENU DISCARDABLE 
BEGIN
    POPUP "&Network"
    BEGIN
        MENUITEM "&Connect to Server",          IDM_CONNECT
        MENUITEM "&Disconnect from Server",     IDM_DISCONNECT
        MENUITEM "&Reconnect to Server",        IDM_RECONNECT
        MENUITEM SEPARATOR
        MENUITEM "&Reset Server Protocol",      IDM_RESET
        MENUITEM "&Quit without Saving",        IDM_QUIT
        MENUITEM SEPARATOR
        MENUITEM "Mail &Logout",                IDM_LOGOUT
        MENUITEM "E&xit\tAlt+F4",               IDM_EXIT
    END

Both "Reconnect" and "Reset protocol" use character "R".
(I think "Reset protocol" should use character "P")

Thank you for your great efforts;
-- 
Masaki Ishido
   a Viola player
ishidou@jpn.hp.com


