[ANNOUNCE] Updated Packages Released

Norbert Koch <[email protected]> Sun, 31 Aug 2003 09:36:00 +0200
Newsgroups gmane.emacs.xemacs.announce
Message-ID <[email protected]>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello.

The following XEmacs packages have just been released.

Updated or New Packages:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
calendar-1.21-pkg.tar.gz         author-version: 21.4
cc-mode-1.39-pkg.tar.gz          author-version: 5.30.6
ecb-1.10-pkg.tar.gz              author-version: 1.95.1
edict-1.15-pkg.tar.gz            author-version: 0.9.9
edit-utils-2.07-pkg.tar.gz       author-version: 21.4
hyperbole-1.12-pkg.tar.gz        author-version: 4.18
idlwave-1.30-pkg.tar.gz          author-version: 5.1
leim-1.21-pkg.tar.gz             author-version: 21.4
mail-lib-1.60-pkg.tar.gz         author-version: 21.4
oo-browser-1.03-pkg.tar.gz       author-version: 4.08
os-utils-1.32-pkg.tar.gz         author-version: 21.4
prog-modes-1.83-pkg.tar.gz       author-version: 21.4
psgml-1.41-pkg.tar.gz            author-version: 1.3.1
reftex-1.30-pkg.tar.gz           author-version: 4.21
text-modes-1.63-pkg.tar.gz       author-version: 21.4
tramp-1.16-pkg.tar.gz            author-version: 2.0.35
xemacs-devel-1.58-pkg.tar.gz     author-version: 21.4
xslide-1.08-pkg.tar.gz           author-version: 0.2.2


Detailed Changes:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
calendar-1.21
- -------------
2003-08-28  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.21 released.

2003-08-28  Steve Youngs  <[email protected]>

	* calendar.el (calendar-mode-map): Bind backspace to
	`scroll-other-window-down'.

2003-08-19  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.20 released.

2003-08-12  David A. Panariti  <[email protected]>

	* appt.el - Changes to support included diaries.
	(appt-make-list-hook): Added hook var to support
	included diaries.
	(appt-diary-entries): Added optional parameter to control clearing
	of `appt-time-msg-list', which was moved here from `appt-make-list'.
	(appt-included-diary-entries): Added to support included diaries.
	(appt-initialize): Remove nil'ing of `appt-time-msg-list'.
	(appt-make-list): Calls `appt-make-list-hook'.


cc-mode-1.39
- ------------
2003-08-26  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.39 released.

2003-08-26  Martin Stjernholm  <[email protected]>

	* cc-cmds.el (c-electric-brace): Work around for a misfeature in
	`expand-abbrev' which caused electric keywords like "else" to
	disappear if an open brace was typed directly afterwards.

2003-08-26  Martin Stjernholm  <[email protected]>

	* cc-vars.el (c-extra-types-widget): The doc string is mandatory
	in `define-widget'.

	* cc-align.el, cc-langs.el (c-lineup-math): Don't align the
	operators "!=3D", "<=3D" and ">=3D" as assignment operators.

	(c-assignment-operators): New language constant that only contains
	the assignment operators.

	(c-assignment-op-regexp): New language variable used by
	`c-lineup-math'.

2003-08-26  Martin Stjernholm  <[email protected]>

	* cc-engine.el (c-just-after-func-arglist-p): Safeguard against
	unbalanced sexps.

2003-08-03  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.38 released.

2003-08-03  Martin Stjernholm  <[email protected]>

	* cc-mode.el (c-init-language-vars-for): Add argument MODE.
	Renamed from c-init-c-language-vars'.
	(c-initialize-cc-mode): Change accordingly.
	(c-common-init): Ditto.
	(c-mode): Ditto.
	(c++-mode): Use function.
	(objc-mode): Ditto.
	(java-mode): Ditto.
	(idl-mode): Ditto.
	(pike-mode): Ditto.
	(awk-mode): Ditto.

2003-08-01  Martin Stjernholm  <[email protected]>

	* cc-engine.el (c-end-of-current-token): Return whether or not the
	point moved.

	(c-search-decl-header-end): Don't trip up on operator identifiers
	in C++ and operators like =3D=3D in all languages.

	* cc-engine.el (c-backward-to-decl-anchor): Detect leading labels
	correctly.

2003-07-17  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.37 released.

2003-07-16  Martin Stjernholm  <[email protected]>

	* cc-defs.el (c-langelem-sym, c-langelem-pos, c-langelem-2nd-pos):
	Added accessor functions for syntactic elements.

2003-07-09  Martin Stjernholm  <[email protected]>

	* cc-engine.el (c-literal-faces): Declare as a variable since it
	might be modified.

	* cc-langs.el: (c++-make-template-syntax-table,
	c-syntactic-ws-start, c-syntactic-ws-end): Gave more consistent
	names to these language constants.

2003-07-08  Martin Stjernholm  <[email protected]>

	* cc-engine.el (c-guess-basic-syntax): Do not do hidden buffer
	changes; there's third party code that calls this function
	directly.

2003-07-07  Martin Stjernholm  <[email protected]>

	* cc-fonts.el (javadoc-font-lock-keywords,
	autodoc-font-lock-keywords): Don't byte compile on font lock
	initialization when running from byte compiled files.

2003-07-06  Alan Mackenzie  <[email protected]>

	* cc-engine.el: Fix AWK mode indentation when previous statement
	ends with auto-increment "++".

2003-07-06  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.36 released.

2003-07-05  Martin Stjernholm  <[email protected]>

	* cc-langs.el, cc-styles.el (c-style-alist, c-lang-variable-inits,
	c-lang-variable-inits-tail): The values of these are changed, so
	declare them as variables and not constants.

	* cc-mode.el: Fixed some autoload problems: Try to ensure that the
	entry for ".c" extension comes before the one for ".C" on
	`auto-mode-alist', to behave better on case insensitive OS:es.
	Fixed incorrect entries that were added to
	`interpreter-mode-alist'.  Moved the autoload directives for AWK
	to the top level since they aren't recognized anywhere else.  Do
	not use the new AWK mode doc in the autoload form for the old AWK
	mode.

2003-07-04  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.35 released.

2003-07-03  Martin Stjernholm  <[email protected]>

	* Update to CC Mode 5.30.


ecb-1.10
- --------
2003-07-18  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.10 released.

2003-07-18  Klaus Berndl  <[email protected]>

	* Sync with current upstream 1.95.1, see NEWS for details.

2003-07-08  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.09 released.

2003-07-08  Klaus Berndl  <[email protected]>

	* Sync with current upstream 1.95, see NEWS for details.



edict-1.15
- ----------
2003-08-05  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.15 released.

2003-08-05  Stephen J. Turnbull  <[email protected]>

	* package-info.in: Style conformance for description.

2003-07-02  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.14 released.

2003-04-29  Stephen J. Turnbull  <[email protected]>

	* edict-update.el (edict-update): To do comment.
	(edict-update-setup-stage): Handle local mirror properly.
	(edict-update-cleanup-stage): Make comment describe reality.


edit-utils-2.07
- ---------------
2003-08-28  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 2.07 released.

2003-08-28  Jake Colman  <[email protected]>

	* edit-utils.texi: Replaced references to '.emacs file' with the
	more generic 'initialization file'.

2003-08-26  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 2.06 released.

2003-08-20  Ren=E9 Kyllingstad  <[email protected]>

	* func-menu.el (fume-python-fully-qualified-names): New.
	* func-menu.el (fume-find-next-python-function-name):
          use fume-python-fully-qualified-names

2003-08-14  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 2.05 released.

2003-08-14  Jake Colman  <[email protected]>

	* edit-utils.texi (Top):  Completed the documentation of most of
	the menu items.
	* edit-utils.texi (Navigating the Window Ring):
	* edit-utils.texi (Where Was I):
	* edit-utils.texi (Abbreviation List):
	* edit-utils.texi (id-select):
	* edit-utils.texi (makesum):
	* edit-utils.texi (man):
	* edit-utils.texi (outl-mouse):
	* edit-utils.texi (page-ext):
	* edit-utils.texi (page-ext-keys):
	* edit-utils.texi (page-ext-using):
	* edit-utils.texi (page-ext-addr):
	* edit-utils.texi (Specifically): New.
	* edit-utils.texi (Redo):
	* edit-utils.texi (Scrolling In Place):
	* edit-utils.texi (sip-features):
	* edit-utils.texi (sip-commands):
	* edit-utils.texi (sip-install):
	* edit-utils.texi (sip-customize):
	* edit-utils.texi (Line Numbering):
	* edit-utils.texi (Vertical Mode):
	* edit-utils.texi (Getting the Mouse Out of the Way):
	* edit-utils.texi (Blinking Cursor):
	* edit-utils.texi (Speeding Up Fontlock):
	* edit-utils.texi (Lazy Fontlocking):
	* edit-utils.texi (Another Lazy Fontlocker):
	* edit-utils.texi (mic-paren):
	* edit-utils.texi (paren):
	* edit-utils.texi (shell-font):
	* edit-utils.texi (Hooks Invoked After Saving):
	* edit-utils.texi (Indivisible Blocks of Text):
	* edit-utils.texi (Table and Array Editor):
	* edit-utils.texi (Big Menubar):
	* edit-utils.texi (Floating Toolbar):

2003-08-13  Stephen J. Turnbull  <[email protected]>

	* edit-utils.texi: Add Jake's copyright notice, change license.
	(Copying): New node, explains the doclicense problem.
	(XEmacs License): Change name from `Copying'.
	(Top):
	(Comparing Windows):
	(The Toolbar Utilities):
	Fixup references to `Copying' and `XEmacs License'.

	(Completion): Shut up makeinfo.

2003-08-11  Jake Colman  <[email protected]>

	* edit-utils.texi (Top): Documentation for the following sections:
	'File Management', 'Session Management' and 'Abbreviations'.
	* edit-utils.texi (Detached Minibuffers):
	* edit-utils.texi (Convenient Buffer Switching):
	* edit-utils.texi (iswitchb-cust):
	* edit-utils.texi (iswitchb-my-keys): Removed.
	* edit-utils.texi (Changing the Display):
	* edit-utils.texi (Permanent Buffers):
	* edit-utils.texi (Self-Resizing Minibuffer):
	* edit-utils.texi (Searching Many Buffers):
	* edit-utils.texi (Meaningful Unique Names):
	* edit-utils.texi (Navigating the Window Ring):
	* edit-utils.texi (Auto-Revert Usage):
	* edit-utils.texi (Backup Directory):
	* edit-utils.texi (Bookmark):
	* edit-utils.texi (Desktop):
	* edit-utils.texi (Recent File Navigation):
	* edit-utils.texi (recentf-cust):
	* edit-utils.texi (Example): New.
	* edit-utils.texi (Save Configuration):
	* edit-utils.texi (Save History):
	* edit-utils.texi (Save Places):
	* edit-utils.texi (Where Was I):
	* edit-utils.texi (Completion):
	* edit-utils.texi (Dynamic Abbreviations):
	* edit-utils.texi (Hippie Expand):
	* edit-utils.texi (Interactive Completion):
	* edit-utils.texi (Template Insertion):
	* edit-utils.texi (Power Macros):
	* edit-utils.texi (Align):
	* edit-utils.texi (Align Usage):
	* edit-utils.texi (Allout):
	* edit-utils.texi (The Toolbar Editor):
	* edit-utils.texi (Toolbar Portability):

2003-08-08  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 2.04 released.

2003-08-07  Jake Colman  <[email protected]>

	* edit-utils.texi (Top): Documentation for the 'Buffer and Window
	Management' packages.
	* edit-utils.texi (Comparing Windows):
	* edit-utils.texi (Detached Minibuffers):
	* edit-utils.texi (Convenient Buffer Switching):
	* edit-utils.texi (Customization):
	* edit-utils.texi (iswitchb-my-keys): New.
	* edit-utils.texi (Changing the Display):
	* edit-utils.texi (Regexp Matching):
	* edit-utils.texi (Replacement for read-buffer):
	* edit-utils.texi (Permanent Buffers):
	* edit-utils.texi (Self-Resizing Minibuffer):
	* edit-utils.texi (Searching Many Buffers):
	* edit-utils.texi (Meaningful Unique Names):
	* edit-utils.texi (Navigating the Window Ring):
	* edit-utils.texi (History):
	* edit-utils.texi (Related Packages):
	* edit-utils.texi (Reverting Buffers):
	* edit-utils.texi (Auto-Revert Usage):
	* edit-utils.texi (Power Macros):
	* edit-utils.texi (Align Usage):
	* edit-utils.texi (Allout):

2003-08-06  Jake Colman  <[email protected]>

	* Makefile (ELCS): New package allout
	* edit-utils.texi (Top): documentation for allout
	* edit-utils.texi (Vertical Mode):
	* edit-utils.texi (Align):
	* edit-utils.texi (Align Usage):
	* edit-utils.texi (Allout):
	* package-info.in: New package allout

2003-08-06  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 2.03 released.

2003-08-06  Jake Colman  <[email protected]>

	* edit-utils.texi (Top): Added documentation for align,
	autorevert, and power-macros.
	* edit-utils.texi (Meaningful Unique Names):
	* edit-utils.texi (Navigating the Window Ring):
	* edit-utils.texi (Reverting Buffers):
	* edit-utils.texi (Auto-Revert Usage):
	* edit-utils.texi (Power Macros):
	* edit-utils.texi (Line Numbering):
	* edit-utils.texi (Vertical Mode):
	* edit-utils.texi (Align):
	* edit-utils.texi (Align Usage):

2003-08-01  Jake Colman  <[email protected]>

	* Makefile (ELCS): Added two libraries: autorevert and align
	* package-info.in: update provides
	* autorevert.el: new
	* align.el: new



hyperbole-1.12
- --------------
2003-08-03  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.12 released.

2003-07-25  Jake Colman  <[email protected]>

	* man/hyperbole.texi: Generate a proper info dir entry

2003-07-22  Mats Lidell  <[email protected]>

	* wrolo-menu.el (infodock-wrolo-menu): Fix bug with bad function
	in menu item: rolo-edit=20
	(infodock-wrolo-menu): Link fixed to hyperbole Rolo manual.

	* hui-mini.el (hyperbole): Use hyperbole-on-menubar.

	* hinit.el (hyperbole-on-menubar): Visibility is customizable.
	(hyperb:init): Use hyperbole-on-menubar.

	* hpath.el (hpath:display-where): Customizable.=20
	(hpath:find-alist): Added eog, oowriter, oocalc.

	* hui-menu.el (hui-menu-options): Uses hyperb:customize for
	general package customization.

	* hyperbole.el (hyperb:customize): Helper. Brings up customize for
	the package.

	* hsite-ex.el (smart-scroll-proportional): Customizable.

	* hyperbole.el (hyperb:find-file-urls-mode): Customizable.
	(hyperbole): Created group.

2003-07-02  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.11 released.

2003-06-30  Mats Lidell  <[email protected]>

	* Makefile (EARLY_GENERATED_LISP): hsite.el is generated.

2003-06-28  Adrian Aichner  <[email protected]>

	* package-info.in: Use description from SF Project Summary page.

2003-06-28  Mats Lidell  <[email protected]>

	* hversion.el:  Know about gtk.

	* hui-mini.el (hui:menus): Use xemacs-discuss. Disable the other
	lists.

	* hui-menu.el (infodock-hyperbole-menu): Use
	xemacs-discuss. Disable the other lists.

	* hui-em19-b.el: Know about gtk.

	* hibtypes.el (hyp-address): Use xemacs-discuss.

	* Makefile: The xemacs package style.


idlwave-1.30
- ------------
2003-08-17  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.30 released.

2003-08-13  Norbert Koch  <[email protected]>

	* Makefile (REQUIRES): Add mail-lib to have browse-url around.

2003-03-09  Carsten Dominik  <[email protected]>
        Upgrade to IDLWAVE version 5.1.


leim-1.21
- ---------
2003-07-02  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.21 released.

2003-05-15  Stephen J. Turnbull  <[email protected]>

	* quail.el (quail-directory-name): Fix docstring typo.


mail-lib-1.60
- -------------
2003-08-26  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.60 released.

2003-08-21  Christian Schmitt  <[email protected]>

	* browse-url.el (browse-url-mozilla): Make Mozilla browser work
	under Windows.


oo-browser-1.03
- ---------------
2003-08-08  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.03 released.

2003-08-06  Jake Colman  <[email protected]>

	* Make-Env (PRELOADS): added  br-env.elc to PRELOADS

2003-07-31  Jake Colman  <[email protected]>

	* Makefile (EXTRA_SOURCES): removed man/im directory from list of
	EXTRA_SOURCES=20

2003-07-30  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.02 released.

2003-07-29  Jake Colman  <[email protected]>

	* man/oo-browser.texi: Documentation tweak
	* man/oo-browser.texi (Eiffel Specifics):

2003-07-29  Jake Colman  <[email protected]>

	* br-menu.el (br-menu-common-preamble): Removed 'Support' menu option
	* br.el: Replaced defvar with defcustom
	* br.el (oo-browser): New.
	* br.el (br-inherited-features-flag):
	* br.el (br-invert-ancestors):
	* br.el (br-keep-viewed-classes):
	* br.el (br-report-bug):


os-utils-1.32
- -------------
2003-08-28  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.32 released.

2003-08-28  Jake Colman  <[email protected]>

	* Makefile (EXPLICIT_DOCS): New.  Added texi documentation.



prog-modes-1.83
- ---------------
2003-08-19  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.83 released.

2003-08-18  Ville Skytt=E4  <[email protected]>

	* rpm-spec-mode.el: Add %check section (rpm >=3D 4.1.1).
	Fix/sync XEmacs/GNU -style face docstrings.
	Add support for highlighting specfile section markers.

2003-08-05  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.82 released.

2003-08-03  Ville Skytt=E4  <[email protected]>

	* rpm-spec-mode.el (rpm-build): Set EMACS=3Dt in environment
	to emulate `compilation-mode'.
	(rpm-spec-faces): Add "rpm-spec-" prefix.

2003-06-27  Damien Nad=E9  <[email protected]>

	* rpm-spec-mode.el (rpm-spec-field-value): Fix macro expansion.

2003-07-21  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.81 released.

2003-07-21  Stephen J. Turnbull  <[email protected]>

	* package-info.in (provides): Add 'make-mode.

2003-07-21  Stephen J. Turnbull  <[email protected]>

	* make-mode.el (make-mode): Library should `provide' own name.

2003-07-02  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.80 released.

2003-06-27  Damien Nade  <[email protected]>

	* rpm-spec-mode.el: New customization options.
	(rpm-spec-default-release): New.
	(rpm-spec-default-epoch): New.
	(rpm-spec-default-build-section): New.
	(rpm-spec-default-install-section): New.
	(rpm-spec-default-clean-section): New.
	(rpm-spec-default-buildroot): New.
	(rpm-spec-mode-new-file-hook): New.

2003-06-27  Ville Skytt=E4  <[email protected]>

	* rpm-spec-mode.el (rpm-spec-font-lock-keywords):
	Allow underscores in tags (eg. for Summary(en_US)).
	(auto-mode-alist): Use rpm-spec-mode for *.spec.in too.


psgml-1.41
- ----------
2003-08-29  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.41 released.

2003-08-29  Ville Skytt=E4  <[email protected]>

	* psgml-html.el: Bring FSF's address up to date.
	(psgml-html): Include self in the hypermedia customization group.
	(html-helper-address-string): Don't query the address here.



reftex-1.30
- -----------
2003-08-14  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.30 released.

2003-08-11  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.29 released.

2002-08-17  Carsten Dominik  <[email protected]>

	Upgrade to version 4.21.



text-modes-1.63
- ---------------
2003-08-26  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.63 released.

2003-08-25  Ville Skytt=E4  <[email protected]>

	* apache-mode.el (apache-font-lock-keywords):
	Add mod_python keywords.

2003-07-14  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.62 released.

2003-07-11  Rodney Sparapani <[email protected]>

	* rtf-support.el (rtf-map-chars): Added support for form-feeds.


tramp-1.16
- ----------
2003-07-21  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.16 released.


xemacs-devel-1.58
- -----------------
2003-08-19  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.58 released.

2003-08-15  Adrian Aichner  <[email protected]>

	* patch-keywords.el: Autoload patch-review defgroup for easier
	integration of patch-keywords.

2003-08-06  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.57 released.

2003-08-06  Didier Verna  <[email protected]>

	* Patcher 3.5.2 is released.

2003-07-30  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.56 released.

2003-07-29  Didier Verna  <[email protected]>

	* Patcher 3.5 is released.


xslide-1.08
- -----------
2003-08-08  Norbert Koch  <[email protected]>

	* Makefile (VERSION): XEmacs package 1.08 released.

2003-08-05  Ville Skytt=E4  <[email protected]>

	* Sync with upstream 0.2.2.  See ChangeLog.upstream.



Installing These:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Manually:
- --------
  1) Download the packages that you want to install from: [1]
        /ftp.xemacs.org:/pub/xemacs/packages/
  2) Unpack them to: [2]
        /usr/local/lib/xemacs/xemacs-packages/
  3) Re-start XEmacs.

Using XEmacs Package Tools (XEmacs 21.[245].x):
- ----------------------------------------------
  1) Tools -> Packages -> Add Download Site -> choose site
  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 -> choose site
  2) Options -> Manage Packages -> List and Install
  3 - 5) As per XEmacs 21.[245].x.


norbert.

Footnotes:=20
[1]  Or from a mirror near you.

[2]  Note:  Mule packages should be installed into:
        /usr/local/lib/xemacs/mule-packages/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/UaCVgu3ywdHdhM0RAhclAKCsD6CvtceeyvnnqIdLF4jBXIi7kgCdGhzu
ysQUub/YO/E3aI6ggfhOeNs=3D
=3DXX6U
-----END PGP SIGNATURE-----