-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey there everyone.
I have just added the following packages to the 'Pre-Releases'
directory: (With a bit of luck there'll be new SUMOs in a week or
so.)
New Packages in Pre-Release:
===========================
edit-utils-1.79-pkg.tar.gz
ibuffer-1.02-pkg.tar.gz
latin-unity-0.99-pkg.tar.gz (Mule) *** New Package ***
mmm-mode-1.00-pkg.tar.gz *** New Package ***
mule-ucs-1.02-pkg.tar.gz (Mule)
prog-modes-1.51-pkg.tar.gz
xemacs-devel-1.42-pkg.tar.gz
Previously Announced Packages Still in Pre-Release:
==================================================
clearcase-1.03-pkg.tar.gz
dictionary-1.07-pkg.tar.gz
edict-1.13-pkg.tar.gz
ediff-1.36-pkg.tar.gz
eudc-1.36-pkg.tar.gz
footnote-1.14-pkg.tar.gz
net-utils-1.24-pkg.tar.gz
ps-print-1.03-pkg.tar.gz
psgml-1.27-pkg.tar.gz
text-modes-1.38-pkg.tar.gz
tramp-1.03-pkg.tar.gz
viper-1.32-pkg.tar.gz
xemacs-base-1.59-pkg.tar.gz
Detailed Changes:
================
edit-utils-1.79-pkg.tar.gz
- --------------------------
2002-02-24 Steve Youngs <youngs(a)xemacs.org>
* package-info.in (provides): Remove ibuffer.
ibuffer-1.02-pkg.tar.gz
- -----------------------
2002-02-28 John Paul Wallington <jpw(a)xemacs.org>
* ibuffer.el (ibuffer-filter-format-alist): fix type, add group.
(toplevel): define-ibuffer-column major-mode: add name.
(toplevel): define-ibuffer-column name: fix indentation.
2002-02-26 Adrian Aichner <adrian(a)xemacs.org>
* ibuf-ext.el (ibuffer-occur-engine): Use compatibility functions
`ibuffer-line-beginning' and `ibuffer-line-end'.
2002-02-26 John Paul Wallington <jpw(a)xemacs.org>
* ibuf-ext.el (ibuffer-do-occur): don't quote ibuffer-marked-char
argument in ibuffer-set-mark call.
2002-02-26 John Paul Wallington <jpw(a)xemacs.org>
* ibuffer.el (ibuffer-operate-menu-data): fix entries for
ibuffer-do-shell-command-pipe, ibuffer-do-shell-command-pipe-replace.
2002-02-26 John Paul Wallington <jpw(a)xemacs.org>
* ibuffer.el (ibuffer-formats): change defaults again.
2002-02-26 John Paul Wallington <jpw(a)xemacs.org>
* ibuffer.el (ibuffer-formats): change defaults, in particular
use major-mode column.
(ibuffer-default-sorting-mode): add mode-name choice.
(ibuffer-toggle-sorting-modes): new customizable variable.
(ibuffer-mode-map): add binding for ibuffer-do-sort-by-mode-name.
(ibuffer-mode-sort-menu): add entry for ibuffer-do-sort-by-mode-name.
(toplevel): define-ibuffer-column major-mode.
* ibuf-ext.el (ibuffer-toggle-sorting-mode): use
ibuffer-toggle-sorting-modes. More verbose message.
(toplevel): define-ibuffer-sorter mode-name.
2002-02-25 John Paul Wallington <jpw(a)xemacs.org>
* ibuffer.el (ibuffer-shrink-to-fit): use ibuffer-window-list.
(ibuffer-help-buffer-modes): new customizable variable.
(ibuffer-fontification-alist): use it.
* ibuf-ext.el (ibuffer-mark-help-buffers): use it.
2002-02-25 John Paul Wallington <jpw(a)xemacs.org>
* ibuffer.el (ibuffer-fontification-alist): add hyper-apropos-mode.
* ibuf-ext.el (ibuffer-toggle-sorting-mode): docfix.
(ibuffer-mark-help-buffers): add hyper-apropos-mode.
2002-02-24 John Paul Wallington <jpw(a)xemacs.org>
* ibuffer.el (ibuffer-marked-face): replace defface and defvar
with defcustom.
(ibuffer-deletion-face): ditto.
(ibuffer-title-face): ditto.
(ibuffer-read-only-buffer-face): ditto.
(ibuffer-special-buffer-face): ditto.
(ibuffer-hidden-buffer-face): ditto.
(ibuffer-help-buffer-face): ditto.
(ibuffer-dired-buffer-face): ditto.
(ibuffer-header-line-face): changed foreground colours.
2002-02-24 Adrian Aichner <adrian(a)xemacs.org>
* ibuffer.el (ibuffer-fontification-alist): Fix 'info-mode to
'Info-mode (compatible with GNU Emacs 21.1+), add 'Info-edit-mode.
2002-02-24 Adrian Aichner <adrian(a)xemacs.org>
* ibuffer.el (ibuffer-fontify-region-function): Use `find-face'
under XEmacs to support faces lacking variable of same name
(e.g. italic or font-lock-warning-face).
2002-02-24 John Paul Wallington <jpw(a)xemacs.org>
* ibuffer.el (ibuffer-button-1): new variable.
(ibuffer-button-2): ditto.
(ibuffer-name-map): use them.
(ibuffer-mode-name-map): use ibuffer-button-2.
2002-02-24 John Paul Wallington <jpw(a)xemacs.org>
* ibuffer.el (ibuffer-shrink-to-fit): omit window argument in
pos-visible-in-window-p call.
(ibuffer-confirm-operation-on): use ibuffer-shrink-to-fit.
From Adrian Aichner <adrian(a)xemacs.org>
(ibuffer-make-temp-file): use ibuffer-make-temp-file from
ibuffer.el v2.6.
(ibuffer-set-header-line-format): define it if header-line-format is
bound.
latin-unity-0.99-pkg.tar.gz (Mule) *** New Package ***
- ---------------------------
- From the TeXinfo docs...
Mule suffers from a design defect that causes it to consider the ISO
Latin character sets to be disjoint. This results in oddities such as
files containing both ISO 8859/1 and ISO 8859/15 codes, and using ISO
2022 control sequences to switch between them, as well as more plausible
but often unnecessary combinations like ISO 8859/1 with ISO 8859/2.
This can be very annoying when sending messages or even in simple
editing on a single host. Latin-Unity works around the problem by
converting as many characters as possible to use a single Latin coded
character set before saving the buffer.
mmm-mode-1.00-pkg.tar.gz *** New Package ***
- ------------------------
- From the README...
MMM Mode is a minor mode for Emacs that allows Multiple Major Modes
(hence the name) to coexist in one buffer. It is particularly
well-suited to editing embedded code, such as Mason server-side
Perl, or HTML output in CGI scripts.
mule-ucs-1.02-pkg.tar.gz (Mule)
- ------------------------
2002-02-07 Stephen J. Turnbull <stephen(a)xemacs.org>
* un-define.el (un-define-change-charset-order): Improve docstring.
2002-02-06 Stephen J. Turnbull <stephen(a)xemacs.org>
* un-define.el (un-define-change-charset-order): Autoload. Improve
docstring.
prog-modes-1.51-pkg.tar.gz
- --------------------------
2002-02-23 Ville Skyttä <ville.skytta(a)xemacs.org>
* modula2.el: Sync with FSF 21.1.
* package-info.in (provides): Added modula2.
2002-02-21 Ville Skyttä <ville.skytta(a)xemacs.org>
* php-mode.el (php-file-patterns): Re-added autoload cookie.
2002-02-21 Ville Skyttä <ville.skytta(a)xemacs.org>
* php-mode.el: Sync with upstream 1.0.2.
2002-02-21 Ville Skyttä <ville.skytta(a)xemacs.org>
* sql.el: Sync with upstream 1.6.5, with trailing ^Ms removed.
2002-02-21 Steve Youngs <youngs(a)xemacs.org>
* Makefile (MAINTAINER): Change to Ville Skyttä
<ville.skytta(a)xemacs.org>.
2002-02-19 Ville Skyttä <ville.skytta(a)xemacs.org>
* javascript-mode.el: New file.
* package-info.in (provides): Added javascript-mode.
* Makefile (ELCS): Added javascript-mode.elc.
xemacs-devel-1.42-pkg.tar.gz
- ----------------------------
2002-02-25 Didier Verna <didier(a)xemacs.org>
* Patcher 3.0 is released.
2002-02-22 Steve Youngs <youngs(a)xemacs.org>
* package-info.in: Add patch-keywords.
* Makefile (REQUIRES): Add gnus for 'patch-keywords.el'.
(ELCS): Add patch-keywords.elc
2002-01-18 Adrian Aichner <adrian(a)xemacs.org>
* patch-keywords.el (patch-keywords-insert): Don't abbreviate
numeric keywords.
2002-01-17 Steve Youngs <youngs(a)xemacs.org>
* patch-keywords.el (patch-keywords): Update doc string.
2002-01-16 Adrian Aichner <adrian(a)xemacs.org>
* patch-keywords.el (patch-keywords): Use full release numbers.
(patch-keywords-insert): Use last digit of numeric keyword.
2002-01-15 Adrian Aichner <adrian(a)xemacs.org>
* patch-keywords.el: Typo fix.
(patch-keywords-message-beginning-of-line): Use
`patch-keywords-in-header-p' in older gnus-versions < 5.090004.
(patch-keywords-insert): Supply version argument to
`gnus-continuum-version'. It wasn't optional in gnus-versions
< 5.090004.
2002-01-14 Steve Youngs <youngs(a)xemacs.org>
* patch-keywords.el: New.
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/
- --
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: The XEmacs Development Team.
iD8DBQE8feO7jNKQaxDVycURAkP2AKCYcbFldNqjgkuxJMN5DtYR53BRzACfeIKS
HPHZs0b9Huk28EUo4evv86U=
=UIhD
-----END PGP SIGNATURE-----