>>>> "SY" == Steve Youngs
<youngs(a)xemacs.org> writes: 
    SY> Hello.
    SY> The following XEmacs packages have just been released.
    SY> Updated or New Packages:
    SY> =======================
    SY> edebug-1.14-pkg.tar.gz
    SY> ediff-1.31-pkg.tar.gz
    SY> edit-utils-1.64-pkg.tar.gz
    SY> text-modes-1.32-pkg.tar.gz
    SY> viper-1.26-pkg.tar.gz
    SY> vm-6.94-pkg.tar.gz
I have already installed all of these from the Pre-Releases location.
That's why
M-x pui-list-packages
doesn't show me anything to update from 
xemacs.org.
That's why you won't get any testing from me this time.
Best regards,
Adrian
    SY> Detailed Changes:
    SY> ================
    SY> edebug-1.14-pkg.tar.gz
    SY> ----------------------
    SY> 2001-07-16  Charles G Waldman	<cgw(a)xemacs.org>
    SY>         * edebug.el (edebug-form-data):  Correct initialization order.
    SY> 	Define variable before making it buffer-local.
    SY> ediff-1.31-pkg.tar.gz
    SY> ---------------------
    SY> 2001-07-21  Michael Kifer  <kifer(a)cs.sunysb.edu>
	
    SY> 	* ediff-util.el
    SY> 	(ediff-file-checked-out-p,ediff-file-checked-in-p): check if 
    SY> 	vc-state is available.
    SY> 	(ediff-make-temp-file): use ediff-coding-system-for-write.
	
    SY> 	* ediff-init.el (ediff-coding-system-for-read): from ediff-diff.el
    SY> 	(ediff-coding-system-for-write): new variable.
    SY> 	(ediff-highest-priority): fixed the bug having to do with disappearing
    SY> 	overlays.
    SY> 	(ediff-file-remote-p): use file-remote-p, if available.
    SY> 	(ediff-listable-file): new function.
    SY> 	(ediff-file-attributes): use ediff-listable-file.
	
    SY> 	* ediff-mult.el (ediff-meta-insert-file-info1): use
    SY> 	ediff-listable-file.
	
    SY> 	* ediff-ptch.el (ediff-prompt-for-patch-file): use
    SY> 	ediff-coding-system-for-read.
    SY> 	(ediff-patch-file-internal): use ediff-coding-system-for-write.
	
    SY> 	* ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el.
    SY> 	(ediff-match-diff3-line,ediff-get-diff3-group): improved pattern.
	
    SY> 	* ediff.texi: added clarifications, acknowledgements.
	
    SY> edit-utils-1.64-pkg.tar.gz
    SY> --------------------------
    SY> 2001-07-19   Daiki Ueno  <ueno(a)unixuser.org>
    SY> 	* iswitchb.el (iswitchb-complete): Set this-command to
    SY> 	'iswitchb-completion-help when putting the following excusion into
    SY> 	iswitchb-completion-help.
    SY> text-modes-1.32-pkg.tar.gz
    SY> --------------------------
    SY> 2001-07-18  Charles G Waldman  <cgw(a)xemacs.org>
    SY>         * hexl.el (hexlify-buffer):
    SY>         * hexl.el (dehexlify-buffer): Check whether buffer-file-system
    SY>         is bound.
 
    SY> viper-1.26-pkg.tar.gz
    SY> ---------------------
    SY> 2001-07-21  Michael Kifer  <kifer(a)cs.sunysb.edu>
	
    SY> 	* viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
    SY> 	of Scott Bronson.
    SY> 	(ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
    SY> 	(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
    SY> 	Deleted functions.
    SY> 	(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
    SY> 	ex-token-list.
    SY> 	(viper-get-ex-address-subr): convert registers to char data type.
	
    SY> 	* viper-util.el (viper-int-to-char,viper-char-equal): new
    SY> 	functions.
    SY> 	(viper-memq-char): use viper-int-to-char.
    SY> 	(viper-file-checked-in-p): use vc-locking-user, if vc doesn't have
    SY> 	vc-locking-state.
    SY> 	(viper-read-key): use viper-read-key-sequence.
	
    SY> 	* viper.el (viper-major-mode-modifier-list): added
    SY> 	inferior-emacs-lisp-mode.
    SY> 	(this-major-mode-requires-vi-state): new function that uses simple
    SY> 	heuristics to decide if vi state is appropriate.
    SY> 	(set-viper-state-in-major-mode): use this-major-mode-requires-vi-state.
    SY> 	(viper-non-hook-settings): don't advise read-key-sequence.
    SY> 	(viper-read-key-sequence): new function that replaces the
    SY> 	previously used advice to read-key-sequence.
	
    SY> 	* viper-cmd.el (viper-test-com-defun,viper-exec-change,
    SY> 	viper-exec-Change,viper-execute-com,viper-insert,viper-append,
    SY> 	viper-Append,viper-Insert,viper-open-line,viper-Open-line,
    SY> 	viper-open-line-at-point,viper-substitute,viper-overwrite,
    SY> 	viper-replace-char-subr,viper-forward-word,viper-forward-Word):
    SY> 	got rid of the negative character hack.
    SY> 	(viper-escape-to-state,viper-replace-state-exit-cmd):
    SY> 	use viper-read-key-sequence.
    SY> 	(viper-envelop-ESC-key): no need for ad-get-orig-definition.
    SY> 	(viper-minibuffer-standard-hook,viper-read-string-with-history):
    SY> 	don't override existing minibuffer-setup-hook.
    SY> 	(viper-mark-point,viper-goto-mark-subr,viper-brac-function):
    SY> 	convert registers to char data type. 
    SY> 	(viper-autoindent): use viper-indent-line.
	
    SY> 	* viper-keym.el: use viper-exec-key-in-emacs. 
	
    SY> 	* viper.texi: Added credits, new commands, like :make.
	
    SY> vm-6.94-pkg.tar.gz
    SY> ------------------
    SY> 2001-07-21  Steve Youngs  <youngs(a)xemacs.org>
    SY> 	* Sync with VM-6.94.
    SY> Installing These:
    SY> ================
    SY> Manually:
    SY> --------
    SY>   1) Download the packages that you want to install from: [1]
    SY>         /ftp.xemacs.org:/pub/xemacs/packages/
    SY>   2) Unpack them to: [2]
    SY>         /usr/local/lib/xemacs/xemacs-packages/
    SY>   3) Re-start XEmacs.
    SY> Using XEmacs Package Tools (XEmacs 21.[245].x):
    SY> ----------------------------------------------
    SY>   1) Tools -> Packages -> Add Download Site -> choose site
    SY>   2) Tools -> Packages -> List and Install
    SY>   3) Select the packages you wish to install (there are brief
    SY>      instructions at the bottom of the packages buffer).
    SY>   4) Packages -> Install/Remove Selected
    SY>   5) Re-start XEmacs.
    SY> Using XEmacs Package Tools (XEmacs 21.1.14):
    SY> -------------------------------------------
    SY>   1) Options -> Manage Packages -> Add Download Site -> choose site
    SY>   2) Options -> Manage Packages -> List and Install
    SY>   3 - 5) As per XEmacs 21.[245].x.
    SY> Footnotes: 
    SY> [1]  Or from a mirror near you.
    SY> [2]  Note:  Mule packages should be installed into:
    SY>         /usr/local/lib/xemacs/mule-packages/
 
    SY> -- 
    SY> |---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
    SY> |            XEmacs - It's not just an editor.             |
    SY> |                    It's a way of life.                   |
    SY> |------------------------------------<youngs(a)xemacs.org>---|
-- 
Adrian Aichner
 mailto:adrian@xemacs.org
 
http://www.xemacs.org/