From xemacs-m  Fri May  9 01:01:25 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA17643;
	Fri, 9 May 1997 01:01:24 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id XAA22811;
	Thu, 8 May 1997 23:02:50 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Cc: xemacs-webmaint@xemacs.org
Subject: XEmacs 20.2-b5 is released [READ THIS, THE RULES HAVE CHANGED]
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@calag.com>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Thu_May__8_23:02:49_1997-1"
Content-Transfer-Encoding: 7bit
Date: 08 May 1997 23:02:49 -0700
Message-ID: <m2207hw5bq.fsf@altair.xemacs.org>
Lines: 92
X-Mailer: Gnus v5.4.51/XEmacs 20.2(beta6)

--Multipart_Thu_May__8_23:02:49_1997-1
Content-Type: text/plain; charset=US-ASCII

Get it from
	ftp://ftp.xemacs.org/pub/beta/xemacs-20.2/

If you are patching up, you will need the patch kit and the file
xemacs-20.2-b4-20.2-b5-extras.tar.gz.  Untar it in the toplevel
directory after patching, and `make beta'.

If you are downloading from scratch, you will need three files:
	xemacs-20.2-b5.tar.gz
	xemacs-20.2-b5-info.tar.gz
	xemacs-20.2-b5-elc.tar.gz

This was *a lot* of trouble to put together, so I hope it is useful
for people on expensive net connections.

--Multipart_Thu_May__8_23:02:49_1997-1
Content-Type: text/plain; charset=ISO-2022-JP

There is one potential showstopper remaining.  It can be demonstrated
by the following:
* Build XEmacs with Wnn support (I've only done this with Wnn4 but I
  believe Wnn6 should be the same since it doesn't depend on the
  Wnn server -- get the Wnn6 devel kit to build with if you haven't
  built Wnn4.).

* xemacs -q -no-site-file
C-x 5 f ~/.emacs		[Or something]
; Switch back to the original *scratch* buffer and enable Egg/Wnn.
I do it with:
(defun enable-wnn ()
  "Enable Wnn/Egg input method."
  (interactive)
  (when (and (featurep 'wnn)
             (not (featurep 'steve-wnn)))
    (provide 'steve-wnn)
    (setq wnn-english-messages t)
    (require 'egg)
    (load-library "egg-wnn")
    (setq egg-default-startup-file "eggrc-wnn")
    (setq wnn-server-type 'jserver)
    (set-jserver-host-name "localhost")
    (unless (featurep 'egg-jpn)
      (provide 'egg-jpn)
      (load "its/its-hira" nil t)
      (load "its/its-kata" nil t)
      (load "its/its-hankaku" nil t)
      (load "its/its-zenkaku" nil t)
      (setq its:*standard-modes*
            (append
             (list (its:get-mode-map "roma-kana")
                   (its:get-mode-map "roma-kata")
                   (its:get-mode-map "downcase")
                   (its:get-mode-map "upcase")
                   (its:get-mode-map "zenkaku-downcase")
                   (its:get-mode-map "zenkaku-upcase"))
             its:*standard-modes*))
      (setq-default its:*current-map* (its:get-mode-map "roma-kana")))))

M->
C-\	[To enter Egg fence mode]
nono	[See two Japanese Hiragana no `$B$N(B' characters]
Now press Mouse button 1 in the other frame.

--Multipart_Thu_May__8_23:02:49_1997-1
Content-Type: text/plain; charset=US-ASCII

The error has been identified as being something deep in the event
processing code and having something to do with a mistiming between
when a buffer gets selected by the mouse and the buffer local
variables and keymaps get enabled.  Ugh!

--Multipart_Thu_May__8_23:02:49_1997-1
Content-Type: text/plain; charset=US-ASCII

To 20.2 beta5
-- Interface Changes:
   `allow-deletion-of-last-visible-frame' becomes a boolean
   `delete-auto-save-files' becomes a boolean
-- Miscellaneous Customization cleanup from Hrvoje Niksic
-- Miscellaneous Egg fixes from Jareth Hein
-- Gnus-5.4.51
-- etags.c-11.86
-- Byte compiler optimization backed out for release
-- Miscellaneous bug fixes
-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

--Multipart_Thu_May__8_23:02:49_1997-1--

