Hey there everyone.
I have just added the following packages to the 'Pre-Releases'
directory:
NOTES
=====
there is a new package pgg
it is an [X]Emacs interface to various PGP implementations.
also autoloaded auto-mode-alist's have been added to most of the major
modes
New Packages in Pre-Release:
===========================
ada-1.11-pkg.tar.gz
cc-mode-1.31-pkg.tar.gz
fortran-modes-1.01-pkg.tar.gz
idlwave-1.27-pkg.tar.gz
mailcrypt-2.12-pkg.tar.gz
mh-e-1.16-pkg.tar.gz
os-utils-1.29-pkg.tar.gz
perl-modes-1.01-pkg.tar.gz
pgg-1.00-pkg.tar.gz *** New ***
prog-modes-1.67-pkg.tar.gz
psgml-1.34-pkg.tar.gz
python-modes-1.01-pkg.tar.gz
scheme-1.12-pkg.tar.gz
sh-script-1.16-pkg.tar.gz
sieve-1.10-pkg.tar.gz
texinfo-1.21-pkg.tar.gz
text-modes-1.53-pkg.tar.gz
textools-1.13-pkg.tar.gz
tramp-1.09-pkg.tar.gz
xemacs-base-1.70-pkg.tar.gz
Previously Announced Packages Still in Pre-Release:
==================================================
none
Detailed Changes:
================
ada-1.11-pkg.tar.gz
-------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.11 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* ada-mode.el: Add autoloaded auto-mode-alist association.
cc-mode-1.31-pkg.tar.gz
-----------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.31 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* cc-mode.el: Add autoloaded auto-mode-alist associations.
fortran-modes-1.01-pkg.tar.gz
-----------------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.01 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* fortran.el: Add autoloaded auto-mode-alist associations.
* f90.el: Ditto.
idlwave-1.27-pkg.tar.gz
-----------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.27 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* idlwave.el: Add autoloaded auto-mode-alist association.
mailcrypt-2.12-pkg.tar.gz
-------------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 2.12 released.
2002-10-03 Steve Youngs <youngs(a)xemacs.org>
* Makefile (MANUAL): Removed.
(EXTRA_SOURCES): Add README.dev, ChangeLog.1, WARNINGS
(AUTHOR_VERSION): Bump to 3.5.8.
2002-09-26 Brian Warner <warner(a)lothar.com>
* mailcrypt: Release mailcrypt 3.5.8
* mailcrypt.texi (VERSION): bumped to 3.5.8
* mailcrypt.el (mc-version): bumped to 3.5.8
* ANNOUNCE: update for 3.5.8
* NEWS: final updates for 3.5.8
2002-09-24 Brian Warner <warner(a)lothar.com>
* tests/remailer/Makefile.in (have-py-gnupg.stamp): check for
GnuPGInterface before attempting to run tests
* NEWS: mention remailer test framework
* configure.in (AC_OUTPUT): build tests/remailer/Makefile too
* NEWS: begin to write up changes for next release
* README.dev: explain regenerating keys/testcases a bit more
* mc-gpg.el (mc-gpg-always-fetch): Add missing defvar. Fixes
free-variable warning during byte-compiling. Default value is
'never, unlike pgp2 and pgp5, because mc-gpg-fetch-key is
unimplemented.
(mc-gpg-decrypt-region,mc-gpg-sign-region): Use keyid as index for
mc-activate-passwd, not key name. Thanks to Alexander Zangerl for
the catch. This is especially helpful for folks who use multiple
keys with the same name but with different passphrases: the wrong
cached passphrase would be used for the second key.
2002-07-30 Brian Warner <warner(a)lothar.com>
* mc-remail.el
(mc-remailer-preserved-headers, mc-rewrite-for-remailer): Merge
handling of Subject: header in with other preserved headers
instead of handling it specially. This should get Subject: put
into the ## section instead of the :: section, so most remailers
should copy it into the final message, allowing you to specify the
subject of the final plaintext email once more. Thanks to an
anonymous sourceforge bug submitter for the suggestion.
(mc-generic-pre-encrypt-function): Use Anon-To: instead of
Request-Remailing-To:, as the docs for modern remailers (defined
as MixMaster-2.9b33) prefers that command, even though they'll
still accept the old one. Remove the 'eric' remailer case (which
used Anon-Send-To:), because they've all gone away.
Note: I might have broken mixmaster 'Subject:' line support with
this change. It will be a few days before I can put together a
test setup to make sure I didn't.
2002-07-29 Brian Warner <warner(a)lothar.com>
* mailcrypt.texi (Remailer Quick Start): Update finger addresses
for remailer lists again, since frog's list seems to keep moving
around. Point at shinn, also mention noisebox and efga.
2002-07-23 Brian Warner <warner(a)lothar.com>
* mailcrypt.texi (Remailer Quick Start): Suggest
rlist(a)mixmaster.shinn.net too, point to mc-levien-file-name
docstring for details of the file format. Thanks to Jari Aalto for
the suggestion.
* mc-remail.el (mc-levien-file-name): Update docstring to suggest
'filter rlist(a)noisebox.remailer.org' to get the list, rather than
the defunct
publius.net site. Suggest rlist(a)mixmaster.shinn.net
too.
* mailcrypt.el (mc-temp-directory): Use (temp-directory),
temporary-file-directory, or "/tmp/", as available. Fixes error
when used from XEmacs21. Thanks to Peter Galbraith for the catch
and the patch.
2002-07-08 Brian Warner <warner(a)lothar.com>
* mailcrypt: Release mailcrypt 3.5.7
2002-07-07 Brian Warner <warner(a)lothar.com>
* ANNOUNCE: update for 3.5.7
* NEWS: finalized 3.5.7 change section
* mailcrypt.el (mc-version): bumped to 3.5.7
* mailcrypt.texi (VERSION): bumped to 3.5.7
* README.dev: Add my checklist for making a release.
2002-06-12 Brian Warner <warner(a)lothar.com>
* NEWS: summarize changes since 3.5.6
* mc-toplev.el (mc-mew-decrypt-message): remove unnecessary progn
(mc-mh-decrypt-message): Switch read-only off briefly when decrypting
mh-e buffers. Thanks to Peter Galbraith for the patch.
* mailcrypt.el (mc-modes-alist): add mew-summary-mode functions
* mc-toplev.el (mc-mew-decrypt-message): Add functions to decrypt
in Mew message buffers. No replace-with-decrypted functions yet,
this is just a hack which flips the read-only flag off while the
message is being processed. As a result the decrypted text simply
vanishes when you switch to a different message.
(mc-mew-summary-decrypt-message)
(mc-mew-summary-verify-signature)
(mc-mew-summary-snarf-keys): functions to use in mew-summary-mode,
which know how to switch to the right message buffer before doing
anything on the actual message.
(eval-when-compile): add some mew autoloads to shush compile warnings
2002-06-11 Brian Warner <warner(a)lothar.com>
* mc-toplev.el: start planning Mew functions
2002-06-10 Brian Warner <warner(a)lothar.com>
* mailcrypt.el (mc-version): bump to "3.5.6+" while we're
in-between releases. If you distribute such intermediate versions,
make sure they're clearly labeled as coming out of CVS.
(mc-modes-alist): add case for mew-draft-mode, behaves just like
message-mode.
* mailcrypt.texi (Hooking into Mew): added blurb about how to glue
into Mew, and why you might not want to.
* mailcrypt.el (mc-message-sigstatus): Added function to emit status
messages, is redefined by the test harness to compare output status
against expected values.
* mc-gpg.el: Use mc-message-sigstatus instead of raw message().
* README.dev: added notes on how to build from CVS, how to create
test cases.
mh-e-1.16-pkg.tar.gz
--------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.16 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* mh-comp.el: Add autoloaded auto-mode-alist association.
os-utils-1.29-pkg.tar.gz
------------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.29 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* arc-mode.el: Add autoloaded auto-mode-alist association.
perl-modes-1.01-pkg.tar.gz
--------------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.01 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* cperl-mode.el: Add autoloaded auto-mode-alist and
interpreter-mode-alist associations.
pgg-1.00-pkg.tar.gz *** New ***
-------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.00 released.
2002-10-05 Simon Josefsson <jas(a)extundo.com>
* pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
work.
2002-10-04 Ville Skyttä <ville.skytta(a)xemacs.org>
* Package moved to official location.
* Makefile (VERSION): Use two digits, change to 0.99.
* .cvsignore: New.
2002-10-04 Simon Josefsson <jas(a)extundo.com>
* pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
* pgg-pgp.el (pgg-pgp-verify-region): Inline
binary-write-decoded-region from MEL.
* pgg.texi: Document sign parameter. Remove luna stuff.
2002-10-04 Simon Josefsson <jas(a)extundo.com>
* pgg.el (pgg-encrypt-region): Support sign.
* pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2002-10-01 Simon Josefsson <jas(a)extundo.com>
* pgg-pgp.el: Don't require mel. Don't use luna.
(pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
(pgg-pgp-process-region): Use expand-file-name instead of concat.
(pgg-pgp-process-region): Don't use binary-funcall.
* pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
* pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
instead of concat.
* pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2002-09-29 Simon Josefsson <jas(a)extundo.com>
* pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
compile warnings.
* pgg.el (pgg-decrypt-region): Don't parse packet.
* pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2002-09-29 Daiki Ueno <ueno(a)unixuser.org>
* pgg.el: Remove dependency on calist.el.
2002-09-28 Simon Josefsson <jas(a)extundo.com>
* pgg.el (pgg-temporary-file-directory): New variable.
(pgg-verify-region): Don't assume set-buffer-multibyte exists.
* pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
(pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
* pgg-parse.el (pgg-char-int): Defalias.
(pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
(pgg-read-bytes, pgg-read-body): Use it.
(pgg-decode-packets): Don't use MEL, use base64-*.
(pgg-parse-armor): Don't assume set-buffer-multibyte exists.
(pgg-string-as-unibyte): Defalias.
(pgg-parse-armor-region): Use it.
* pgg-gpg.el (pgg-gpg-process-region): Use
pgg-temporary-file-directory.
* pgg-pgp5.el (pgg-scheme-verify-region): Inline
binary-write-decoded-region from MEL.
* pgg-pgp5.el, pgg-gpg.el: Don't require mel.
* pgg-parse.el (top-level): Remove dependency on static.el,
pccl.el, mel.el.
(pgg-parse-crc24, pgg-parse-crc24-string): Only define if
`define-ccl-program' is boundp, instead of using broken.
2002-09-28 Simon Josefsson <jas(a)extundo.com>
* New package, taken from APEL, FLIM and SEMI (EMIKO).
prog-modes-1.67-pkg.tar.gz
--------------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.67 released.
2002-10-06 Peter Osterlund <petero2(a)telia.com>
* p4.el (p4-diff2): When invoking p4-diff2 interactively, default
to showing the differences between the current rev and rev#
minus one.
* p4.el (p4-minor-map): Don't modify the global keymap, use
p4-minor-map instead.
* p4.el (p4-require-vc-p, p4-prev-toggle-fkn): Removed.
* p4.el (p4-print-with-rev-history-int): Renamed to p4-blame-int.
* p4.el (p4-activate-print-buffer, p4-blame-int): Colorize buffer
using font lock mode.
* p4.el (p4-font-lock-buffer): New function.
* p4.el (p4-blame-int): Display date and author information for
each source line.
* p4.el (p4-blame-int): Follow branches when assigning blame.
* p4.el (p4-resolve): If you switched directory to a different
depot, p4-resolve didn't work until you manually killed the
*p4 resolve* buffer.
2002-10-04 Ville Skyttä <ville.skytta(a)xemacs.org>
* rpm-spec-mode.el (rpm-spec-rpm-build-command):
New custom variable for configuring the rpm build command.
(rpm-build): Use `rpm-spec-rpm-build-command'.
(rpm-spec-initialize): Minor tweaks to initial spec file.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* awk-mode.el: Add autoloaded auto-mode-alist and
interpreter-mode-alist associations.
* asm-mode.el: Ditto.
* autoconf-mode.el: Ditto.
* eiffel.el: Ditto.
* icon.el: Ditto.
* make-mode.el: Ditto.
* pascal.el: Ditto.
* postscript.el: Ditto.
* prolog.el: Ditto.
* rexx-mode.el: Ditto.
* tcl.el: Ditto.
* vrml-mode.el: Ditto.
psgml-1.34-pkg.tar.gz
---------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.34 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* psgml.el: Add autoloaded auto-mode-alist associations.
* psgml-html.el: Ditto.
python-modes-1.01-pkg.tar.gz
----------------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.01 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* python-mode.el: Add autoloaded auto-mode-alist and
interpreter-mode-alist associations.
scheme-1.12-pkg.tar.gz
----------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.12 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* scheme.el: Add autoloaded auto-mode-alist and
interpreter-mode-alist associations.
sh-script-1.16-pkg.tar.gz
-------------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.16 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* sh-script.el: Add autoloaded auto-mode-alist and
interpreter-mode-alist associations.
sieve-1.10-pkg.tar.gz
---------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.10 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* sieve-mode.el: Add autoloaded auto-mode-alist association.
texinfo-1.21-pkg.tar.gz
-----------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.21 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* tex-mode.el: Add autoloaded auto-mode-alist associations.
* texinfo.el: Ditto.
text-modes-1.53-pkg.tar.gz
--------------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.53 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* image-mode.el: Add autoloaded auto-mode-alist associations.
* nroff-mode.el: Ditto.
* scribe.el: Ditto.
* winmgr-mode.el: Ditto.
* xrdb-mode.el: Ditto, plus add .ad to extensions.
textools-1.13-pkg.tar.gz
------------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.13 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* bibtex.el: Add autoloaded auto-mode-alist association.
tramp-1.09-pkg.tar.gz
---------------------
build error fixed
xemacs-base-1.70-pkg.tar.gz
---------------------------
2002-10-07 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.70 released.
2002-09-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* add-log.el: Add autoloaded auto-mode-alist associations.
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/
--
XEmacs Advocate | Do not try the patience of Wizards,
FreeBSD Devote | for they are subtle and quick to anger.
Perl Hacker | - Elric (Technomage) , Babylon 5.
Apache God | <mailto:rendhalver at xemacs.org> <GnuPG KeyID: AE51D190>