I've uploaded some test packages to
ftp.xemacs.org/xemacs/beta/incoming.
You can use:
(setq package-get-remote '(("ftp.xemacs.org"
"xemacs/beta/incoming")))
to get the packages.
psgml has been updated in CVS but is not included due to some
packaging problems.
Please test the packages and report any problems asap.
Thanks,
Andreas
P.S. Here're all infos:
Major updates:
- texinfo synch with Emacs 20.6 (package texinfo)
- sokoban Level 15 is now usable (package games)
- new mic-paren.el version (package edit-utils)
- idlwave version 3.15 (package idlwave)
- reftex version 4.11 (package reftex)
Minor updates:
- Fixed some texinfo files (package tm)
- Fixed installation bug (package gnus)
- Fixes for browse-url, sendmail and mail-utils (package mail-lib)
- Support autoconf in add-log; various fixes for compile.el (package
xemacs-base)
- Documentation update (package xemacs-devel)
- Installation fixes for image-mode (package text-mode)
- Fixes for jka-compr.el on Windows and crypt's usage of bzip2
(package os-utils)
- Documentation update for view-process (package view-process)
- Cosmetics for ediff (package ediff)
- Fixed eiffel's usage of font-lock (package prog-modes)
- Synch vc-hooks with FSF Emacs 20.5 (package vc)
- Fixes for viper (package viper)
What is _not_ in there (yet)
- New version of cperl-mode (volunteer needed)
- vcursor.el
- Gnus 5.8.x (wait for higher .x?/Volunteer needed)
- Your favorite package that you always use your own copy from FSF
20.4/20.5/pre-releease for instead of our version (volunteer
needed)
- AucTex 9.9 (Soren Dayton volunteered)
- latest ilisp (server unavailable/volunteer need)
- de roe.
The files are:
284343 ediff-1.25-pkg.tar.gz
587295 edit-utils-1.46-pkg.tar.gz
32496 games-1.12-pkg.tar.gz
1871619 gnus-1.45-pkg.tar.gz
263618 idlwave-1.2-pkg.tar.gz
36080 locale-1.16-pkg.tar.gz
147426 mail-lib-1.29-pkg.tar.gz
180219 os-utils-1.20-pkg.tar.gz
603933 prog-modes-1.24-pkg.tar.gz
328213 reftex-1.18-pkg.tar.gz
133107 texinfo-1.19-pkg.tar.gz
210836 text-modes-1.24-pkg.tar.gz
331165 tm-1.22-pkg.tar.gz
86546 vc-1.23-pkg.tar.gz
60189 view-process-1.09-pkg.tar.gz
192512 viper-1.19-pkg.tar.gz
441744 xemacs-base-1.38-pkg.tar.gz
78949 xemacs-devel-1.26-pkg.tar.gz
ChangeLog entries:
Index: comm/gnus/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/comm/gnus/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 2000/01/07 14:38:35 1.23
+++ ChangeLog 2000/02/13 15:28:05 1.24
@@ -1,3 +1,9 @@
+2000-02-13 Gunnar Evermann <ge204(a)eng.cam.ac.uk>
+
+ * Makefile (DATA_2_FILES): Install etc/smilies/*.x?m instead of
+ only *.xpm.
+ From Yoshiaki Kasahara <kasahara(a)nc.kyushu-u.ac.jp>
+
2000-01-07 Andreas Jaeger <aj(a)suse.de>
* Makefile: Removed mailheader.el.
Index: comm/tm/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/comm/tm/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 1999/02/06 12:51:01 1.12
+++ ChangeLog 2000/03/27 14:07:04 1.13
@@ -1,3 +1,11 @@
+2000-03-27 Andreas Jaeger <aj(a)suse.de>
+
+ * texi/tm-mh-e-en.texi: Fix xref and pxref. Patch by Mats Lidell
+ <Mats.Lidell(a)contactor.se>.
+ * texi/tm-view-en.texi: Likewise.
+ * texi/tm-edit-en.texi: Likewise.
+ * gnus-mime-en.texi: Likewise.
+
1999-02-06 SL Baur <steve(a)xemacs.org>
* Makefile: Fix lib-src/ regexp.
Index: games/games/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/games/games/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 1998/06/13 03:47:31 1.4
+++ ChangeLog 2000/03/27 14:07:56 1.5
@@ -1,3 +1,11 @@
+2000-03-23 Charles G Waldman <cgw(a)alum.mit.edu>
+
+ * sokoban.el: (sokoban-block-on-target) New constant
+ (sokoban-get-level-data) add support for sokoban-block-on-target
+ (sokoban-get-floor) Ditto
+ (sokoban-init-buffer) Ditto
+ (sokoban-move) Ditto
+
1998-06-04 Glynn Clements <glynn(a)sensei.co.uk>
* sokoban.el: Added `undo' feature.
Index: libs/mail-lib/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/libs/mail-lib/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.29
diff -u -r1.26 -r1.29
--- ChangeLog 2000/01/18 08:05:13 1.26
+++ ChangeLog 2000/03/27 12:13:20 1.29
@@ -1,3 +1,30 @@
+2000-03-13 Matt Curtin <cmcurtin(a)interhack.net>
+
+ * browse-url.el: Included change suggested by Baoqiu Cui
+ <cbaoqiu(a)Cs.SunySB.EDU> to prevent a call that will fail to
+ `set-text-properties'. Fixed the check for the Windoze
+ display in `browse-url-netscape'. Fixed the XEmacs interface to
+ the default browser for Windoze.
+
+2000-03-05 Kyle Jones <kyle_jones(a)wonderworks.com>
+
+ * sendmail.el (mail-send): call expand-abbrev only if parent
+ function is called interactively. Previously expand-abbrev was
+ called in all cases.
+
+ (mail-to): ditto.
+ (mail-subject): ditto.
+ (mail-cc): ditto.
+ (mail-bcc): ditto.
+ (mail-fcc): ditto.
+ (mail-reply-to): ditto.
+ (mail-text): ditto.
+
+2000-02-16 Yoshiki Hayashi <yoshiki(a)xemacs.org>
+
+ * mail-utils.el (rmail-dont-reply-to): Fix the case for
+ multiple comma separated addresses. Patch from Gerd.
+
2000-01-05 Yoshiki Hayashi <t90553(a)mail.ecc.u-tokyo.ac.jp>
* mail-utils.el: Synch with FSF 20.5.
Index: libs/xemacs-base/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/libs/xemacs-base/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.42
diff -u -r1.37 -r1.42
--- ChangeLog 2000/01/20 09:48:21 1.37
+++ ChangeLog 2000/02/28 10:54:27 1.42
@@ -1,3 +1,37 @@
+2000-02-28 Martin Buchholz <martin(a)xemacs.org>
+
+ * add-log.el (change-log-name): Remove VMS support.
+
+2000-02-28 Akim Demaille <akim(a)epita.fr>
+
+ * add-log.el (add-log-current-defun): Add support for Autoconf
+ mode.
+
+2000-02-21 Andreas Jaeger <aj(a)suse.de>
+
+ * compile.el (grep-find-use-xargs): Move defvar before usage.
+
+2000-02-14 Barry Wilkes <bew(a)bcs.org.uk>
+
+ * compile.el : Added grep-find command (+ associated variables)
+ from FSF Emacs. Only one change to FSF code required, namely to
+ use read-shell-command rather than read-from-minibuffer in
+ grep-find.
+
+2000-02-16 Yoshiki Hayashi <yoshiki(a)xemacs.org>
+
+ * compile.el: Delete garbage.
+
+2000-02-12 Andreas Jaeger <aj(a)suse.de>
+
+ * compile.el (compilation-set-window-height): Did not take into
+ account left/right toolbars when checking that window was not
+ split horizontally.
+ Patch by Sean MacLennan <seanm(a)storm.ca>.
+ (compilation-find-file): Check if there's an existing buffer first.
+ (compare-file-to-buffer): New.
+ Patch by Jason Kim <jason(a)meta4.net>.
+
2000-01-19 Yoshiki Hayashi <yoshiki(a)xemacs.org>
* passwd.el (passwd-insecure-display): Remove face
Index: libs/xemacs-devel/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/libs/xemacs-devel/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 2000/01/13 08:14:09 1.16
+++ ChangeLog 2000/03/04 16:51:08 1.17
@@ -1,3 +1,7 @@
+2000-03-04 Martin Buchholz <martin(a)xemacs.org>
+
+ * profile.el: Doc fixes.
+
2000-01-13 Andreas Jaeger <aj(a)suse.de>
* regexp-opt.el: Moved to package xemacs-base since other packages
Index: mule/locale/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/mule/locale/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 1999/05/13 15:36:31 1.8
+++ ChangeLog 2000/03/10 07:41:59 1.9
@@ -1,3 +1,8 @@
+2000-03-06 Yoshiki Hayashi <yoshiki(a)xemacs.org>
+
+ * start-files/ja/locale-start.el (command-line-do-help):
+ Update translation.
+
1999-05-11 SL Baur <steve(a)gneiss.etl.go.jp>
* Makefile (DATA_6_FILES): Add french splash screen.
Index: oa/edit-utils/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/oa/edit-utils/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 2000/01/19 12:48:59 1.44
+++ ChangeLog 2000/02/23 09:42:55 1.45
@@ -1,3 +1,7 @@
+2000-02-23 Andreas Jaeger <aj(a)suse.de>
+
+ * mic-paren.el: Version 2.3 from Klaus Berndl.
+
2000-01-19 Adrian Aichner <aichner(a)ecf.teradyne.com>
* bookmark.el (bookmark-completing-read): Use new argument default
Index: oa/text-modes/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/oa/text-modes/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 2000/01/15 13:02:27 1.17
+++ ChangeLog 2000/02/21 12:03:59 1.18
@@ -1,3 +1,10 @@
+2000-02-14 Stephen J. Turnbull <stephen(a)xemacs.org>
+
+ * image-mode.el (image-external-viewer): Remove variable.
+ (image-external-viewer-list): New variable.
+ (image-start-external-viewer): Search `image-external-viewer-list'
+ at run-time, rather than set `image-external-viewer' at load-time.
+
2000-01-15 Andreas Jaeger <aj(a)xemacs.org>
* flyspell.el (global-flyspell-mode): Reverted last patch for now
Index: os/os-utils/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/os/os-utils/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.18
diff -u -r1.16 -r1.18
--- ChangeLog 1999/12/04 13:00:02 1.16
+++ ChangeLog 2000/03/27 13:11:14 1.18
@@ -1,3 +1,13 @@
+2000-02-23 Jan Vroonhof <vroonhof(a)math.ethz.ch>
+
+ * jka-compr.el: Globally replace 'no-conversion with 'binary
+
+2000-02-09 Martin Buchholz <martin(a)xemacs.org>
+
+ * crypt.el (crypt-build-encoding-alist): Remove bzip2 `--quiet'
+ option, not available before bzip2 0.9.5.
+ Fix two byte-compiler warnings.
+
1999-09-20 James LewisMoss <dres(a)ioa.com>
* crypt.el (crypt-build-encoding-alist): Add bzip2 data to
Index: os/view-process/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/os/view-process/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 1998/01/25 06:15:28 1.2
+++ ChangeLog 2000/03/27 13:59:57 1.3
@@ -1,3 +1,26 @@
+2000-03-23 Charles G Waldman <cgw(a)alum.mit.edu>
+
+ * view-process-mode.el: (doc-strings) correct spelling and
+ grammar
+ (View-process-mark-childs) rename to
+ View-process-mark-children
+ (View-process-mark-childs-in-current-line) rename to
+ View-process-mark-children-in-current-line
+ (View-process-highlight-recursive-all-childs) rename
+ to View-process-highlight-recursive-all-children (although
+ this function is commented out)
+
+ * view-process-xemacs.el (View-process-region-menu)
+ rename "Mark Childs" to "Mark Children", fix spelling of
"exclude"
+ (View-process-marked-menu) Ditto
+ (View-process-non-region-menu) Ditto
+
+ *view-process-system-specific.el (doc-strings) correct
+ spelling and grammar
+ (View-process-field-name-descriptions-linux) Add descriptions
+ for "RN", "R<", "S<", "SN". Correct
spelling of "privileged".
+ Reword akward description ot "STACKP".
+
1998-01-24 SL Baur <steve(a)altair.xemacs.org>
* Makefile (VERSION): Update to package standard 1.0.
Index: prog/ediff/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/prog/ediff/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 1999/12/15 17:20:19 1.17
+++ ChangeLog 2000/02/28 06:00:08 1.18
@@ -1,3 +1,7 @@
+2000-2-28 Michael Kifer <kifer(a)cs.sunysb.edu>
+ * ediff-wind.el: minor comment changes.
+ * ediff.el: copyright notice date fix.
+
1999-12-15 Gunnar Evermann <ge204(a)eng.cam.ac.uk>
* ediff-help.el (ediff-customize): Add autoload cookie.
Index: prog/idlwave/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/prog/idlwave/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 2000/01/12 09:56:38 1.2
+++ ChangeLog 2000/02/04 11:27:06 1.3
@@ -1,3 +1,7 @@
+2000-02-04 Carsten Dominik <dominik(a)astro.uva.nl>
+
+ * idlwave 3.15.
+
2000-01-12 Andreas Jaeger <aj(a)suse.de>
* idlwave 3.13 from Carsten Dominik imported.
Index: prog/prog-modes/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/prog/prog-modes/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 2000/01/19 13:48:46 1.22
+++ ChangeLog 2000/03/10 07:37:07 1.23
@@ -1,3 +1,9 @@
+2000-03-06 Yoshiki Hayashi <yoshiki(a)xemacs.org>
+
+ * eiffel3.el (eif-init-color): Don't change font-lock-comment-face
+ and font-lock-string-face.
+ (Top level): Ditto.
+
2000-01-19 Akim Demaille <akim(a)epita.fr>
* autoconf-mode.el (autoconf-font-lock-keywords): Support `A._DEFUN'
Index: prog/vc/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/prog/vc/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 2000/01/08 17:40:03 1.14
+++ ChangeLog 2000/02/17 06:13:18 1.15
@@ -1,3 +1,7 @@
+2000-02-16 Yoshiki Hayashi <yoshiki(a)xemacs.org>
+
+ * vc-hooks.el: Synch with FSF 20.5.
+
1999-09-05 Richard Stallman <rms(a)gnu.org>
* vc.el (vc-annotate-display): Treat 2-digit years under 70 as 20YY.
Index: wp/reftex/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/wp/reftex/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 2000/01/07 14:22:46 1.8
+++ ChangeLog 2000/02/04 11:34:26 1.9
@@ -1,3 +1,7 @@
+2000-02-04 Carsten Dominik <dominik(a)astro.uva.nl>
+
+ * reftex 4.11.
+
2000-01-07 Andreas Jaeger <aj(a)suse.de>
* reftex 4.10 from Carsten Dominik.
Index: wp/texinfo/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/wp/texinfo/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.15
diff -u -r1.12 -r1.15
--- ChangeLog 2000/01/20 09:14:23 1.12
+++ ChangeLog 2000/03/24 09:16:42 1.15
@@ -1,3 +1,16 @@
+2000-03-18 Yoshiki Hayashi <yoshiki(a)xemacs.org>
+
+ * texinfmt.el (texinfo-format-refill): Use new paragraph-separate
+ and paragraph-start.
+
+2000-03-01 Yoshiki Hayashi <yoshiki(a)xemacs.org>
+
+ * texnfo-upd.el: Synched with FSF 20.6.
+
+2000-01-28 Yoshiki Hayashi <yoshiki(a)xemacs.org>
+
+ * texinfmt.el (texinfo-format-uref): Don't parse argument twice.
+
2000-01-19 Yoshiki Hayashi <yoshiki(a)xemacs.org>
* informat.el: (Info-validate-error-buffer): New variable.
Index: wp/viper/ChangeLog
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/wp/viper/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 1999/12/07 17:32:41 1.14
+++ ChangeLog 2000/02/28 06:02:28 1.15
@@ -1,3 +1,14 @@
+2000-2-28 Michael Kifer <kifer(a)cs.sunysb.edu>
+ * viper-cmd.el (viper-envelop-ESC-key): added the option to
+ translate all ESC key sequences.
+ (viper-goto-mark-subr): restore markers for files for which
+ they were saved.
+ * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
+ * viper-util.el (viper-set-replace-overlay-glyphs,
+ viper-set-replace-overlay): always check if the replacement
+ overlay is live.
+ * viper.el (viper-vi-state-mode-list): added major modes.
+
1999-12-06 Michael Kifer <kifer(a)cs.sunysb.edu>
* viper-cmd.el (viper-minibuffer-standard-hook,
--
Andreas Jaeger
SuSE Labs aj(a)suse.de
private aj(a)arthur.rhein-neckar.de