Hey there everyone.
I have just added the following packages to the 'Pre-Releases'
directory:
New Packages in Pre-Release:
===========================
bbdb-1.22-pkg.tar.gz
gnus-1.70-pkg.tar.gz
mail-lib-1.59-pkg.tar.gz
mh-e-1.22-pkg.tar.gz
pgg-1.03-pkg.tar.gz
tm-1.36-pkg.tar.gz
xemacs-devel-1.54-pkg.tar.gz
Previously Announced Packages Still in Pre-Release:
==================================================
ilisp-1.32-pkg.tar.gz
liece-1.12-pkg.tar.gz
mule-base-1.43-pkg.tar.gz
net-utils-1.32-pkg.tar.gz
prog-modes-1.73-pkg.tar.gz
texinfo-1.24-pkg.tar.gz
time-1.13-pkg.tar.gz
x-symbol-1.04-pkg.tar.gz
xemacs-base-1.77-pkg.tar.gz
Detailed Changes:
================
bbdb-1.22
---------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (REQUIRES): Add net-utils.
2003-03-09 Ben Wing <ben(a)xemacs.org>
* Makefile (DOCS_TEXINFO_EXTENSION): New.
Delete explicit compile:: and binkit: rules.
Don't add custom-load.elc to the list of generated elc's.
Use EXPLICIT_DOCS instead of explicitly giving the targets
and dependencies.
Eliminate the recursive building of the files using Makefile
(now deleted) in subdirectory texinfo/.
Use DOCS_TEXINFO_EXTENSION, since the docs are named .texinfo
rather than .texi.
* texi/Makefile: Delete.
2002-11-29 Ben Wing <ben(a)xemacs.org>
* .cvsignore: Remove files now handled automatically by CVS.
* lisp/.cvsignore: Ditto.
* Makefile: Use `compile' instead of hard-coded `all'.
* texinfo/Makefile: Use `compile' instead of hard-coded `all'.
2002-10-15 Ville Skyttä <scop(a)xemacs.org>
* Makefile (srckit): Remove.
(.PHONY): Ditto.
2002-10-14 Ville Skyttä <scop(a)xemacs.org>
* Makefile (MANUAL): Removed (unused).
2002-10-13 Ville Skyttä <scop(a)xemacs.org>
* Makefile (REQUIRES): Add indirect fsf-compat, eterm, and
sh-script requirements.
(PRELOADS): New, preload vm-version.
2002-07-15 Adrian Aichner <adrian(a)xemacs.org>
* lisp/bbdb-xemacs.el: It's XEmacs, not Xemacs.
gnus-1.70
---------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.70 released.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* Sync to upstream version 5.10.2
See the ChangeLog.upstream files for details.
* Makefile (AUTHOR_VERSION): Bump.
mail-lib-1.59
-------------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.59 released.
2003-05-13 Simon Josefsson <jas(a)extundo.com>
* smtpmail.el (smtpmail-open-stream): Don't hard code
starttls-program.
mh-e-1.22
---------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (REQUIRES): Add net-utils.
pgg-1.03
--------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.03 released.
2003-05-12 Simon Josefsson <jas(a)extundo.com>
* pgg.texi: Add .info extension to output filename, revert
2003-03-17 change below after xemacs-beta discussion.
2003-05-10 Ville Skyttä <scop(a)xemacs.org>
* pgg.el (pgg-temp-buffer-show-function): Reuse existing
visible output window if one is available.
2003-05-09 Simon Josefsson <jas(a)extundo.com>
* pgg.texi (Default user identity): Add.
2003-03-17 Simon Josefsson <jas(a)extundo.com>
* pgg.texi: Fix setfilename. Tiny patch by Frank Haun
<pille3003(a)fhaun.de>.
2003-04-29 Simon Josefsson <jas(a)extundo.com>
* pgg.el (run-at-time): Autoload it (fix xemacs compile
warnings).
2003-04-24 Dave Love <fx(a)gnu.org>
* pgg.el: Split eval-when-compile forms.
2003-04-20 Simon Josefsson <jas(a)extundo.com>
* pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
pgg-pgp.el: Fix license template.
2003-04-16 Dave Love <fx(a)gnu.org>
* pgg.el: Require cl when compiling.
2003-04-07 Jesper Harder <harder(a)ifa.au.dk>
* pgg.el (pgg-decrypt-region): Don't use
`insert-buffer', the docstring says "This function is meant for
the user to run interactively. Don't call it from programs!"
2003-04-06 Jesper Harder <harder(a)ifa.au.dk>
* pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
* pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
(pgg-pgp-snarf-keys-region): do.
* pgg-pgp5.el (pgg-pgp5-verify-region)
(pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
* pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
2003-04-03 Jesper Harder <harder(a)ifa.au.dk>
* pgg-gpg.el (pgg-gpg-process-region): do.
* pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
(pgg-pgp-snarf-keys-region): do.
* pgg-pgp5.el (pgg-pgp5-verify-region)
(pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
* pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
unsafe.
(pgg-temporary-file-directory): Remove.
2003-03-04 Jesper Harder <harder(a)ifa.au.dk>
* pgg.el (pgg-read-passphrase): Simplify.
2003-03-01 Satyaki Das <satyaki(a)theforce.stanford.edu>
(Trivial patch.)
* pgg-gpg.el (pgg-gpg-process-region): Insert process status into
errors-buffer. This produces a nicer error message in case of
problems.
2003-02-08 Simon Josefsson <jas(a)extundo.com>
* pgg-gpg.el (pgg-gpg-process-region): Don't blink. From Satyaki
Das <satyaki(a)chicory.stanford.edu>.
2003-03-09 Ben Wing <ben(a)xemacs.org>
* Makefile:
Delete explicit compile:: and binkit: rules.
Don't add custom-load.elc to the list of generated elc's.
Use STANDARD_DOCS instead of explicitly giving the targets
and dependencies.
2002-11-29 Ben Wing <ben(a)xemacs.org>
* .cvsignore: Remove files now handled automatically by CVS.
* Makefile: Use `compile' instead of hard-coded `all'.
tm-1.36
-------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.36 released.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (REQUIRES): Add sh-script, net-utils.
2003-03-30 Steve Youngs <youngs(a)xemacs.org>
* Makefile (EARLY_GENERATED_LISP): Revert previous change.
2003-03-22 Steve Youngs <youngs(a)xemacs.org>
* Makefile (EARLY_GENERATED_LISP): Explicitly set so we don't try
to build custom-loads, this package doesn't have any.
2003-03-21 Ben Wing <ben(a)xemacs.org>
* texi\.cvsignore: Add entries for *-ja*.html.
2003-03-09 Ben Wing <ben(a)xemacs.org>
* Makefile:
Delete explicit compile:: and binkit: rules.
Include Local.rules.inc at the beginning for access to
BUILD_WITHOUT_MULE, and put the include of XEmacs.rules at the
end.
Move the include of XEmacs.rules to the end of the file.
Use EXPLICIT_DOCS and move logic for computing this from
texi/Makefile.
* texi/Makefile: Delete.
xemacs-devel-1.54
-----------------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.54 released.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (REQUIRES): Add sh-script, net-utils.
Installing These:
================
Manually:
--------
1) Download the packages that you want to install from:
/ftp.xemacs.org:/pub/xemacs/beta/experimental/packages/
2) Unpack them to: [1]
/usr/local/lib/xemacs/xemacs-packages/
3) Re-start XEmacs.
Using XEmacs Package Tools (XEmacs 21.[245].x):
----------------------------------------------
1) Tools -> Packages -> Add Download Site -> Pre-Releases
2) Tools -> Packages -> List and Install
3) Select the packages you wish to install (there are brief
instructions at the bottom of the packages buffer).
4) Packages -> Install/Remove Selected
5) Re-start XEmacs.
Using XEmacs Package Tools (XEmacs 21.1.14):
-------------------------------------------
1) Options -> Manage Packages -> Add Download Site -> Pre-Releases
2) Options -> Manage Packages -> List and Install
3 - 5) As per XEmacs 21.[245].x.
Footnotes:
[1] Note: Mule packages should be installed into:
/usr/local/lib/xemacs/mule-packages/
'(norber t)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey there everyone.
I have just added the following packages to the 'Pre-Releases'
directory:
New Packages in Pre-Release:
===========================
bbdb-1.22-pkg.tar.gz
gnus-1.70-pkg.tar.gz
mail-lib-1.59-pkg.tar.gz
mh-e-1.22-pkg.tar.gz
pgg-1.03-pkg.tar.gz
tm-1.36-pkg.tar.gz
xemacs-devel-1.54-pkg.tar.gz
Previously Announced Packages Still in Pre-Release:
==================================================
ilisp-1.32-pkg.tar.gz
liece-1.12-pkg.tar.gz
mule-base-1.43-pkg.tar.gz
net-utils-1.32-pkg.tar.gz
prog-modes-1.73-pkg.tar.gz
texinfo-1.24-pkg.tar.gz
time-1.13-pkg.tar.gz
x-symbol-1.04-pkg.tar.gz
xemacs-base-1.77-pkg.tar.gz
Detailed Changes:
================
bbdb-1.22
- ---------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (REQUIRES): Add net-utils.
2003-03-09 Ben Wing <ben(a)xemacs.org>
* Makefile (DOCS_TEXINFO_EXTENSION): New.
Delete explicit compile:: and binkit: rules.
Don't add custom-load.elc to the list of generated elc's.
Use EXPLICIT_DOCS instead of explicitly giving the targets
and dependencies.
Eliminate the recursive building of the files using Makefile
(now deleted) in subdirectory texinfo/.
Use DOCS_TEXINFO_EXTENSION, since the docs are named .texinfo
rather than .texi.
* texi/Makefile: Delete.
2002-11-29 Ben Wing <ben(a)xemacs.org>
* .cvsignore: Remove files now handled automatically by CVS.
* lisp/.cvsignore: Ditto.
* Makefile: Use `compile' instead of hard-coded `all'.
* texinfo/Makefile: Use `compile' instead of hard-coded `all'.
2002-10-15 Ville Skyttä <scop(a)xemacs.org>
* Makefile (srckit): Remove.
(.PHONY): Ditto.
2002-10-14 Ville Skyttä <scop(a)xemacs.org>
* Makefile (MANUAL): Removed (unused).
2002-10-13 Ville Skyttä <scop(a)xemacs.org>
* Makefile (REQUIRES): Add indirect fsf-compat, eterm, and
sh-script requirements.
(PRELOADS): New, preload vm-version.
2002-07-15 Adrian Aichner <adrian(a)xemacs.org>
* lisp/bbdb-xemacs.el: It's XEmacs, not Xemacs.
gnus-1.70
- ---------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.70 released.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* Sync to upstream version 5.10.2
See the ChangeLog.upstream files for details.
* Makefile (AUTHOR_VERSION): Bump.
mail-lib-1.59
- -------------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.59 released.
2003-05-13 Simon Josefsson <jas(a)extundo.com>
* smtpmail.el (smtpmail-open-stream): Don't hard code
starttls-program.
mh-e-1.22
- ---------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (REQUIRES): Add net-utils.
pgg-1.03
- --------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.03 released.
2003-05-12 Simon Josefsson <jas(a)extundo.com>
* pgg.texi: Add .info extension to output filename, revert
2003-03-17 change below after xemacs-beta discussion.
2003-05-10 Ville Skyttä <scop(a)xemacs.org>
* pgg.el (pgg-temp-buffer-show-function): Reuse existing
visible output window if one is available.
2003-05-09 Simon Josefsson <jas(a)extundo.com>
* pgg.texi (Default user identity): Add.
2003-03-17 Simon Josefsson <jas(a)extundo.com>
* pgg.texi: Fix setfilename. Tiny patch by Frank Haun
<pille3003(a)fhaun.de>.
2003-04-29 Simon Josefsson <jas(a)extundo.com>
* pgg.el (run-at-time): Autoload it (fix xemacs compile
warnings).
2003-04-24 Dave Love <fx(a)gnu.org>
* pgg.el: Split eval-when-compile forms.
2003-04-20 Simon Josefsson <jas(a)extundo.com>
* pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
pgg-pgp.el: Fix license template.
2003-04-16 Dave Love <fx(a)gnu.org>
* pgg.el: Require cl when compiling.
2003-04-07 Jesper Harder <harder(a)ifa.au.dk>
* pgg.el (pgg-decrypt-region): Don't use
`insert-buffer', the docstring says "This function is meant for
the user to run interactively. Don't call it from programs!"
2003-04-06 Jesper Harder <harder(a)ifa.au.dk>
* pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
* pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
(pgg-pgp-snarf-keys-region): do.
* pgg-pgp5.el (pgg-pgp5-verify-region)
(pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
* pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
2003-04-03 Jesper Harder <harder(a)ifa.au.dk>
* pgg-gpg.el (pgg-gpg-process-region): do.
* pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
(pgg-pgp-snarf-keys-region): do.
* pgg-pgp5.el (pgg-pgp5-verify-region)
(pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
* pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
unsafe.
(pgg-temporary-file-directory): Remove.
2003-03-04 Jesper Harder <harder(a)ifa.au.dk>
* pgg.el (pgg-read-passphrase): Simplify.
2003-03-01 Satyaki Das <satyaki(a)theforce.stanford.edu>
(Trivial patch.)
* pgg-gpg.el (pgg-gpg-process-region): Insert process status into
errors-buffer. This produces a nicer error message in case of
problems.
2003-02-08 Simon Josefsson <jas(a)extundo.com>
* pgg-gpg.el (pgg-gpg-process-region): Don't blink. From Satyaki
Das <satyaki(a)chicory.stanford.edu>.
2003-03-09 Ben Wing <ben(a)xemacs.org>
* Makefile:
Delete explicit compile:: and binkit: rules.
Don't add custom-load.elc to the list of generated elc's.
Use STANDARD_DOCS instead of explicitly giving the targets
and dependencies.
2002-11-29 Ben Wing <ben(a)xemacs.org>
* .cvsignore: Remove files now handled automatically by CVS.
* Makefile: Use `compile' instead of hard-coded `all'.
tm-1.36
- -------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.36 released.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (REQUIRES): Add sh-script, net-utils.
2003-03-30 Steve Youngs <youngs(a)xemacs.org>
* Makefile (EARLY_GENERATED_LISP): Revert previous change.
2003-03-22 Steve Youngs <youngs(a)xemacs.org>
* Makefile (EARLY_GENERATED_LISP): Explicitly set so we don't try
to build custom-loads, this package doesn't have any.
2003-03-21 Ben Wing <ben(a)xemacs.org>
* texi\.cvsignore: Add entries for *-ja*.html.
2003-03-09 Ben Wing <ben(a)xemacs.org>
* Makefile:
Delete explicit compile:: and binkit: rules.
Include Local.rules.inc at the beginning for access to
BUILD_WITHOUT_MULE, and put the include of XEmacs.rules at the
end.
Move the include of XEmacs.rules to the end of the file.
Use EXPLICIT_DOCS and move logic for computing this from
texi/Makefile.
* texi/Makefile: Delete.
xemacs-devel-1.54
- -----------------
2003-05-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.54 released.
2003-05-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (REQUIRES): Add sh-script, net-utils.
Installing These:
================
Manually:
- --------
1) Download the packages that you want to install from:
/ftp.xemacs.org:/pub/xemacs/beta/experimental/packages/
2) Unpack them to: [1]
/usr/local/lib/xemacs/xemacs-packages/
3) Re-start XEmacs.
Using XEmacs Package Tools (XEmacs 21.[245].x):
- ----------------------------------------------
1) Tools -> Packages -> Add Download Site -> Pre-Releases
2) Tools -> Packages -> List and Install
3) Select the packages you wish to install (there are brief
instructions at the bottom of the packages buffer).
4) Packages -> Install/Remove Selected
5) Re-start XEmacs.
Using XEmacs Package Tools (XEmacs 21.1.14):
- -------------------------------------------
1) Options -> Manage Packages -> Add Download Site -> Pre-Releases
2) Options -> Manage Packages -> List and Install
3 - 5) As per XEmacs 21.[245].x.
Footnotes:
[1] Note: Mule packages should be installed into:
/usr/local/lib/xemacs/mule-packages/
'(norber t)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)
Comment: The XEmacs Development Team
iD8DBQE+wkwCgu3ywdHdhM0RAuD4AKCQVlE9sRtXnKQfxo5AzUY0qDLLDwCfQlez
bhGYoa7IppDT3ZU5+fxBFDM=
=VB3F
-----END PGP SIGNATURE-----