Hello.
New Sumo packages have just been released, which you can grab at the
normal places (the mirrors will pick them up in a day or so).
This will be my last package release because I'm moving on to do the
XEmacs Beta releases
Ville Skyttä <ville.skytta(a)xemacs.org> and Peter Brown [Rendhalver]
<rendhalver(a)xemacs.org> will be taking care of the XEmacs Packages
from now on.
Happy hacking, folks!
Updated or New Packages Released Since the Last Sumo:
====================================================
apel-1.24-pkg.tar.gz
auctex-1.32-pkg.tar.gz
bbdb-1.21-pkg.tar.gz
build-1.06-pkg.tar.gz
clearcase-1.04-pkg.tar.gz
edit-utils-1.89-pkg.tar.gz
ess-1.02-pkg.tar.gz *** New Package ***
gnats-1.15-pkg.tar.gz
gnus-1.62-pkg.tar.gz
ibuffer-1.08-pkg.tar.gz
ilisp-1.27-pkg.tar.gz
lookup-1.12-pkg.tar.gz *** Mule ***
mail-lib-1.47-pkg.tar.gz
mule-base-1.42-pkg.tar.gz *** Mule ***
net-utils-1.27-pkg.tar.gz
pc-1.25-pkg.tar.gz
pcl-cvs-1.63-pkg.tar.gz
prog-modes-1.60-pkg.tar.gz
ps-print-1.04-pkg.tar.gz
sieve-1.07-pkg.tar.gz
text-modes-1.48-pkg.tar.gz
tm-1.34-pkg.tar.gz
vc-1.33-pkg.tar.gz
vc-cc-1.21-pkg.tar.gz
vm-7.07-pkg.tar.gz
w3-1.25-pkg.tar.gz
xemacs-base-1.66-pkg.tar.gz
xemacs-devel-1.47-pkg.tar.gz
xslt-process-1.10-pkg.tar.gz
Detailed Changes:
================
apel-1.24-pkg.tar.gz
--------------------
2002-07-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.24 released.
2002-07-13 Daiki Ueno <daiki(a)xemacs.org>
* mcs-xm.el (encode-mime-charset-string): Use `defun' instead of
`defsubst'
2002-07-10 Adrian Aichner <adrian(a)xemacs.org>
* emu.el: Conditionalise defalias 'tl:overlay-buffer on
'tl:overlay-buffer, not 'tl:overlay-put.
auctex-1.32-pkg.tar.gz
----------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.32 released.
2002-06-10 Adrian Aichner <adrian(a)xemacs.org>
* texi/Makefile (distclean): Convert to double-colon.
bbdb-1.21-pkg.tar.gz
--------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.21 released.
2002-06-12 Steve Youngs <youngs(a)xemacs.org>
* lisp/bbdb-vm.el (bbdb/vm-set-auto-folder-alist): Typo fix.
build-1.06-pkg.tar.gz
---------------------
2002-07-20 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.06 released.
2002-07-19 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (AUTHOR_VERSION): Sync with `build-version-number' in
build.el.
* build.el: Use `message-or-box' instead of `message'. Rename
"Back" button to "Go Back". Set `custom-mode' after
`widget-setup'. Use `build-call-process'.
* build.el (build-version): Use `message-or-box' instead of `message'.
* build.el (build-cvs-available-p): New.
* build.el (build-cvs-xemacs-repository): Update to user `cvs'.
* build.el (build-cvs-working-dir-naming):
* build.el (build-cvs-login): Use `build-call-process'.
* build.el (build-from-what): Change from `defvar' to `defcustom'.
* build.el (build-from-CVS): Check for existence of
`build-cvs-checkout-dir'.
* build.el (build): Add support for build-settings via "Load",
"Delete", and "Save" buttons. Use `build-call-process'.
* build.el (build-call-process): New.
* build.el (build-with-what): Change from `defvar' to `defcustom'.
* build.el (build-with-GNU): Fix "Go Back" button action.
* build.el (build-settings-save-custom-group): New.
* build.el (build-settings-load): New.
2002-07-16 Adrian Aichner <adrian(a)xemacs.org>
* .cvsignore: Add generated .info* and .html files.
2002-07-04 Adrian Aichner <adrian(a)xemacs.org>
* build.el (build-make-target-doc-paragraph): Update docstring.
* build.el (build-make-target-paragraph): Ditto.
* build.el (build-settings): Ditto.
* build.el (build-make-macro-paragraph): Match ..._DIR variable
definitions inside comments in xemacs.mak to handle them
generically.
* build.el (build-make-customize): Remove special ..._DIR variable
handling cruft.
2002-07-03 Adrian Aichner <adrian(a)xemacs.org>
* build.el (build-with-MS-has-config-inc): New.
* build.el (build-from-CVS): Replace all NL and TAB in
`widget-insert' arguments to \n and \t to avoid inadvertent
reformatting.
* build.el (build-from-tarballs): Ditto.
* build.el (build): Ditto.
* build.el (build-with-GNU): Ditto.
* build.el (build-build-report): Ditto.
* build.el (build-with-MS): Ditto. Set
`build-with-MS-has-config-inc' according to
`build-report-version-file'. Pass `build-make-get-option-string'
to `build-make' only when build-with-MS-has-config-inc is nil.
* build.el (build-make-sym-to-opt): Add #### comment.
* build.el (build-make-set-value): Improve updating of
`build-make-options' from customized variables.
2002-06-24 Adrian Aichner <adrian(a)xemacs.org>
* build.el: Update of Id CVS keyword.
* build.el (build-version-number): Doc fix.
* build.el (build-cvs-checkout-dir): Default to nil.
* build.el (build-tarball-dir): Actualize default.
* build.el (build-tarball-prefix): Ditto.
* build.el (build-tarball-set): Provide custom tags for constants.
* build.el (build-tarball-expand): Use `expand-file-name' instead
of `concat'.
* build.el (build-tarball-get-all): Doc fix.
* build.el (build-tarball-expand-all): Ditto.
* build.el (build-with-MS-make-options): Provide working default.
2002-06-03 Adrian Aichner <adrian(a)xemacs.org>
* build.texi (Build Installation): Update pxref according to
change in XEmacs manual.
2002-05-26 Adrian Aichner <adrian(a)xemacs.org>
* build.el: Update copyright years.
* build.el (build-version-number): Update to 2.00.
* build.el (build-version-date): Update to 2002-05-26.
* build.el (build-cvs-set-var-and-update-buffer): New.
* build.el (build-cvs-checkout-options-validate): Use new
build-cvs-set-var-and-update-buffer.
* build.el (build-cvs-options): Ditto.
* build.el (build-cvs-update-options): Ditto.
* build.el (build-cvs-checkout-parent-dir): Default to
(temp-directory). Use new build-cvs-set-var-and-update-buffer.
* build.el (build-cvs-xemacs-module): Change from defcustom to
defconst.
* build.el (build-cvs-checkout-dir): Change from defcustom to
defvar.
* build.el (build-cvs-use-pcl-cvs): Use new
build-cvs-set-var-and-update-buffer.
* build.el (build-cvs-xemacs-release): Ditto. Add choices for
known releases.
* build.el (build-cvs-xemacs-repository): Update to repository at
SunSITE.dk.
* build.el (build-cvs-login): This works now.
* build.el (build-cvs-working-dir-naming): New. Use new
build-cvs-set-var-and-update-buffer.
* build.el (build-cvs-update): Add -A switch for update to latest
sources.
* build.el (build-from-CVS): Set `build-cvs-checkout-dir' from
`build-cvs-working-dir-naming'. Display build-cvs settings and
general explanations in widget interface.
* build.el (build-tarball-dest): Use (temp-directory).
* build.el (build-tarball-site): Updated from
http://www.xemacs.org/Download/ as of 2002-03-07.
* build.el (build): Add documentation links to defgroup. Test
availability of cvs and initialize GUI accordingly. Add more user
information to widget interface.
* build.el (build-with-GNU): Back button to take build-from-what
into account. Rename "Customize ..." to "Browse ..." in buttons.
* build.el (build-with-MS): Ditto.
* build.el (build-build-report): Back button to take
build-with-what into account. Rename "Customize ..." to "Browse
..."
in buttons.
* build.el (build-with-MS): Ditto.
* build.el (build-make-alist): Fix typo.
* build.el (build-settings): New. Reserved for future use.
* build.texi: Update copyright years.
* build.texi (Top): Update release version and date information.
* build.texi (Build Installation): Add Windows 2000.
* build.texi (Build XEmacs): Add information about Info and HTML
documentation. Document cvs availability check.
* build.texi (Build XEmacs From CVS): Document CVS login, which
works now.
* build.texi (Build XEmacs With GNU Tools): Add some cindex
entries.
* build.texi (Build XEmacs With Microsoft Tools): Ditto. Document
change of "Customize ..." to "Browse ..." in buttons.
* build.texi (Generate XEmacs Build Report): Document change of
"Customize ..." to "Browse ..." in buttons.
clearcase-1.04-pkg.tar.gz
-------------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.04 released.
2002-05-24 Patrik Hagglund <patha(a)softlab.ericsson.se>
* clearcase.el (clearcase-vxpath-get-version-in-buffer): Fix Emacs
20 compatibility buglet.
edit-utils-1.89-pkg.tar.gz
--------------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.89 released.
2002-05-23 Jeff Mincy <jeff(a)delphioutpost.com>
* completion.el (save-completions-to-file): Kill the
" *completion-save-buffer*" buffer.
(load-completions-from-file): Ditto.
ess-1.02-pkg.tar.gz *** New Package ***
-------------------
This is a new package. ESS --- Emacs Speaks Statistics
A programming and inferior mode package for (X)Emacs
intended for interacting with statistical software packages
(primarily S(plus), R, XLisp-Stat, SAS, and Stata), for data
analysis and statistical software development
gnats-1.15-pkg.tar.gz
---------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.15 released.
2002-06-10 Adrian Aichner <adrian(a)xemacs.org>
* texi/Makefile (distclean): Convert to double-colon.
gnus-1.62-pkg.tar.gz
--------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.62 released.
2002-06-06 Simon Josefsson <jas(a)extundo.com>
* message.el (message-send-mail-with-sendmail): Improve error message.
2002-06-06 Kai Großjohann <Kai.Grossjohann(a)CS.Uni-Dortmund.DE>
* message.el (message-interactive): Change default from nil to t.
Better to be safe than to be fast.
2002-06-05 Kai Großjohann <Kai.Grossjohann(a)CS.Uni-Dortmund.DE>
* message.el (message-send-mail-with-sendmail): Check return value
from call-process-region.
ibuffer-1.08-pkg.tar.gz
-----------------------
2002-07-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.08 released.
2002-07-03 John Paul Wallington <jpw(a)xemacs.org>
* ibuffer.el (ibuffer-mode-map): Reorder entries so "View" will
show v as its keybinding in Operate menu.
(ibuffer-mode): Disable paren highlighting in the Ibuffer buffer.
ilisp-1.27-pkg.tar.gz
---------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.27 released.
2002-06-15 Steve Youngs <youngs(a)xemacs.org>
* Makefile (compile): Use 'BOOT_XEMACS' so we can build in the
absence of an installed package tree.
2002-06-10 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (HTML_FILES): Removed.
* Makefile (HTML_DEP): Removed.
* Makefile (html): New.
2002-06-04 Will Deakin <wbd(a)xemacs.org>
* sync with 5.12.0 release
lookup-1.12-pkg.tar.gz *** Mule ***
----------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.12 released.
2002-06-10 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (distclean): Convert to double-colon.
mail-lib-1.47-pkg.tar.gz
------------------------
2002-07-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.47 released.
2002-06-30 Ville Skyttä <ville.skytta(a)xemacs.org>
* browse-url.el (browse-url-delete-temp-file):
Convert comments to docstring.
(browse-url-netscape-send)
(browse-url-lynx-emacs): Docstring fixes.
2002-06-30 Simon Josefsson <jas(a)extundo.com>
* browse-url.el (browse-url-opera): Fix doc.
* mail-extr.el: Sync up with Emacs.
(mail-extr): Add :prefix.
(mail-extr-full-name-prefixes): purecopy. fix :type.
(mail-extr-mailbox-match-case-fold): Remove variable, this is now
the default.
(mail-extr-delete-char): Removed (obsolete v19 stuff).
(mail-extr-skip-whitespace-forward):
(mail-extr-skip-whitespace-backward):
(mail-extr-nuke-char-at):
(mail-extr-safe-move-sexp):
(mail-extr-undo-backslash-quoting): Defsubst.
(mail-extr-nuke-outside-range): Doc fix.
(mail-extr-last): Removed (obsoleted by `last').
(mail-extract-address-components): New optional argument ALL.
(mail-extract-address-components): MAJOR changes, unclear rationale.
(mail-extr-voodoo): MAJOR changes, unclear rationale.
(all-top-level-domains): Renamed to mail-extr-all-top-level-domains.
(mail-extr-all-top-level-domains): Updated.
(what-domain): Use m-e-a-t-l-d.
mule-base-1.42-pkg.tar.gz *** Mule ***
-------------------------
Just file permission changes in this release.
net-utils-1.27-pkg.tar.gz
-------------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.27 released.
2002-06-26 Steve Youngs <youngs(a)xemacs.org>
* net-utils.el: Remove $Log keyword and some of the entries that
are in the ChengeLog.
2002-06-24 Adrian Aichner <adrian(a)xemacs.org>
* net-utils.el (traceroute-program-options): Fix custom type
(repeat string).
* net-utils.el (ping-program-options): Ditto.
* net-utils.el (ipconfig-program-options): Ditto.
* net-utils.el (netstat-program-options): Ditto.
* net-utils.el (arp-program-options): Ditto.
* net-utils.el (route-program-options): Ditto.
* net-utils.el (nslookup-program-options): Ditto.
* net-utils.el (ftp-program-options): Ditto.
2002-06-04 Steve Youngs <youngs(a)xemacs.org>
* xemacsbug.el (report-xemacs-bug-extra-headers): New.
(report-xemacs-bug-beta-extra-headers): New.
(report-xemacs-bug): Use them.
Test whether using a beta XEmacs with 'xemacs-betaname'.
pc-1.25-pkg.tar.gz
------------------
2002-06-04 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.25 released.
2002-05-17 Ville Skyttä <ville.skytta(a)xemacs.org>
* pending-del.el (delete-selection-mode):
New variable alias for GNU Emacs compatibility.
pcl-cvs-1.63-pkg.tar.gz
-----------------------
2002-06-21 Christian Schmitt <Christian.Schmitt(a)dresdner-bank.com>
* pcl-cvs-defs.el (cvs-version): Call CVS using `cvs-program'.
2002-06-04 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.63 released.
2002-06-02 Steve Youngs <youngs(a)xemacs.org>
* cvs-log.el ("CVS-Log"): Wrap Jeff's patch in a test for xemacs
because his patch breaks GNU/Emacs.
prog-modes-1.60-pkg.tar.gz
--------------------------
2002-07-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.60 released.
2002-07-11 Ville Skyttä <ville.skytta(a)xemacs.org>
* rpm-spec-mode.el: Add --nodeps stuff.
(rpm-spec-nodeps): New.
(rpm-toggle-nodeps): New.
(rpm-spec-mode-map): Add entry for -nodeps.
(rpm-spec-mode-menu): Ditto.
(rpm-build): Handle -nodeps.
2002-07-06 Ville Skyttä <ville.skytta(a)xemacs.org>
* rpm-spec-mode.el: Docstring fixes, cleanups.
(rpm-spec-user-full-name): New.
(rpm-spec-user-mail-address): New.
(rpm-add-change-log-entry): Use the new customizables.
(rpm-insert-packager): Ditto.
2002-06-23 Ville Skyttä <ville.skytta(a)xemacs.org>
* cperl-mode.el (cperl-fix-line-spacing): Add missing \ in [ t].
* cperl-mode.el: Typo and docstring fixes.
* icon.el (icon-mode):
Check for existence of hs-special-modes-alist before using it.
* icon.el: checkdoc-fixed.
2002-06-22 Ville Skyttä <ville.skytta(a)xemacs.org>
* make-mode.el: Partial sync with GNU Emacs 21.2.
(makefile-mode): Change customization group name to "makefile".
(makefile): New name for customization group.
(makefile-fill-paragraph): New.
(makefile-mode-abbrev-table): New.
2002-06-17 Ville Skyttä <ville.skytta(a)xemacs.org>
* cperl-mode.el (cperl-syntaxify-unwind): Docstring typo fix,
thanks to Reuben Thomas.
2002-06-07 Martin Schwenke <martin(a)meltin.net>
* eiffel.el:
(eif-end-matching-keywords): now insists that "once" is followed by
whitespace and that the next character is not a double-quote. This
fixes indentation and eif-end-of-feature bugs. It also works for
SmallEiffel's once manifest strings.
* eiffel.el:
Changed name of file to eiffel.el - fixed various comments and the
provide.
Removed D. Colnet from copyright. A recent exchange confirmed
that I haven't merged any of his changes.
Clarified eif-short bug is under *GNU* Emacs 19.34.
2002-06-08 Ville Skyttä <ville.skytta(a)xemacs.org>
* ruby-mode.el: Sync with upstream version 1.25.2.10.
* ruby-mode.el.upstream: Ditto.
2002-06-05 Ville Skyttä <ville.skytta(a)xemacs.org>
* eiffel.el: New version from Martin Schwenke.
* eiffel3.el: Remove, obsoleted by Martin's version.
* Makefile (ELCS): Add eiffel.elc, remove eiffel3.elc.
* package-info.in (provides): Add eiffel-mode, remove eiffel3.
2002-06-03 Steve Youngs <youngs(a)xemacs.org>
* verilog-mode.el (verilog-mode): Add missing ';' in autoload
cookie.
(verilog-version): Add autoload cookie.
(verilog-customize): Ditto.
2002-05-21 Ville Skyttä <ville.skytta(a)xemacs.org>
* sql-mode.el: Add .sql files to auto-mode-alist.
* javascript-mode.el (javascript-mode): Fix prototype function
indentation, from Sebastian Delmont <sdelmont(a)zonageek.com>.
Sebastian's comments:
It looks like cc-mode doesn't like JavaScript's prototype
function declarations. This triggers indentation errors in a few
cases, since the indentation engine considers the function block
as a brace-list entry, and it won't detect language constructs
(i.e. "if", "switch", etc) inside it. Here's a gnu.emacs.bug
thread that discusses the problem, and proposes a solution:
http://groups.google.com/groups?hl=en&lr=&th=bae37c6e427b29db&...
ps-print-1.04-pkg.tar.gz
------------------------
2002-06-10 Vin Shelton <acs(a)xemacs.org>
* Makefile: Include XEmacs.rules before testing BUILD_WITHOUT_MULE
2002-06-10 Mike Fabian <mfabian(a)suse.de>
* ps-mule.el (ps-mule-string-encoding): use find-coding-system
for XEmacs where coding-system-p is used in Emacs.
* ps-mule.el (ps-mule-begin-job): assume that
enable-multibyte-character is always t because this variable
exists only for compatibility with Emacs and does not change
the behaviour of XEmacs.
* ps-mule.el: define a few aliases for coding systems which
have different names in Emacs.
* ps-mule.el (ps-mule-font-info-database-ps):
use ps-mule-encode-8bit instead of ps-mule-encode-7bit for the
Korean Munhwa-Bold-KSC-EUC-H font.
* ps-mule.el (ps-mule-font-info-database-bdf):
prefer gulim24.bdf over hanglm24.bdf (looks better).
use ps-mule-encode-8bit instead of ps-mule-encode-7bit for the
chinese-sisheng bdf fonts.
sieve-1.07-pkg.tar.gz
---------------------
2002-06-04 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.07 released.
2002-05-21 Simon Josefsson <jas(a)extundo.com>
* sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
name (makes it work with recent Cyrus timsieved).
text-modes-1.48-pkg.tar.gz
--------------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.48 released.
2002-06-13 Ville Skyttä <ville.skytta(a)xemacs.org>
* Makefile (ELCS): Add css-mode.elc.
* package-info.in (provides): Add css-mode.
* css-mode.el, css-mode.el.upstream: New files.
2002-06-13 Ville Skyttä <ville.skytta(a)xemacs.org>
* package-info.in (provides): Add po-mode.
2002-06-11 Steve Youngs <youngs(a)xemacs.org>
* Makefile (ELCS): Add po-mode.elc.
* po-mode.el: New file.
2002-06-09 Stephen J. Turnbull <stephen(a)xemacs.org>
* xpm-mode.el (xpm-init): Toolbar specs go with buffer, not frame.
2002-05-25 Ville Skyttä <ville.skytta(a)xemacs.org>
* apache-mode.el (apache-font-lock-keywords):
Add some missing keywords and values for apache-ssl, mod_ssl
and mod_perl.
2002-05-15 Rendhalver [Peter Brown] <rendhalver(a)xemacs.org>
* apache-mode.el (apache-font-lock-keywords): added new keywords
from apache-2.0.36
tm-1.34-pkg.tar.gz
------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.34 released.
2002-06-10 Adrian Aichner <adrian(a)xemacs.org>
* texi/Makefile (distclean): Convert to double-colon.
vc-1.33-pkg.tar.gz
------------------
2002-06-04 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.33 released.
2002-05-25 Steve Youngs <youngs(a)xemacs.org>
* package-info.in (provides): Update to include all provides.
vc-cc-1.21-pkg.tar.gz
---------------------
2002-06-04 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.21 released.
2002-05-25 Steve Youngs <youngs(a)xemacs.org>
* package-info.in (provides): Use "vc-cc" not "vc".
vm-7.07-pkg.tar.gz
------------------
2002-06-08 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 7.07 released.
2002-06-07 Steve Youngs <youngs(a)xemacs.org>
* Sync with VM-7.07
* Makefile (PRELOADS): Don't preload vm-misc.el.
(MANUAL): Remove.
(EXTRA_OBJS): Include vm.el and vm.elc.
(EXTRA_SOURCES): Ditto.
(vm.elc): Create a byte-compiled file.
w3-1.25-pkg.tar.gz
------------------
2002-06-27 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.25 released.
2002-06-10 Adrian Aichner <adrian(a)xemacs.org>
* texi/Makefile (distclean): Convert to double-colon.
xemacs-base-1.66-pkg.tar.gz
---------------------------
2002-07-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.66 released.
2002-07-09 Hrvoje Niksic <hniksic(a)xemacs.org>
* ffap.el (ffap-read-file-or-url): Return the current directory
if the user's input equals the current directory.
2002-06-22 Ville Skyttä <ville.skytta(a)xemacs.org>
* compile.el: Partial sync with GNU Emacs 21.2.
(compilation-error-screen-columns): New.
(compile-buffer-substring): New.
(compilation-setup):
Buffer-localize compilation-error-screen-columns.
(compilation-next-error-locus):
Use compilation-error-screen-columns.
xemacs-devel-1.47-pkg.tar.gz
----------------------------
2002-07-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.47 released.
2002-07-02 Didier Verna <didier(a)xemacs.org>
* Patcher 3.3.1 is released (oups, bugfix release).
2002-07-02 Didier Verna <didier(a)xemacs.org>
* Patcher 3.3 is released.
2002-06-24 Didier Verna <didier(a)xemacs.org>
* patcher.el: patcher 3.2 is released.
2002-06-09 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (clean): New. Hook in texi/Makefile.
* Makefile (distclean): New. Ditto.
2002-06-09 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (distclean): Convert to double-colon according to
XEmacs.rules change.
xslt-process-1.10-pkg.tar.gz
----------------------------
2002-07-14 Steve Youngs <youngs(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.10 released.
* doc/Makefile (.texi.dvi): Add -o option to dvips so people's
printers don't start churning out pages during a build.
2002-06-26 Steve Youngs <youngs(a)xemacs.org>
* Makefile (all): Change target for building docs to "doc".
2002-06-26 Steve Youngs <youngs(a)xemacs.org>
* doc/Makefile: Make inclusion of XEmacs.rules dependent on
whether or not "html" was specified as the target.
(PS): Removed.
(PDF): Removed.
(.texi.dvi): Also build the .pdf and .ps files here.
(.dvi.ps): Removed.
(all): Just do "info" and "dvi" because "dvi" does
"pdf" and "ps"
(.texi.pdf): Removed.
(ps): Removed.
(pdf): Removed.
2002-06-09 Adrian Aichner <adrian(a)xemacs.org>
* doc/Makefile (HTML_FILES): New.
* doc/Makefile (HTML_DEP): New.
* doc/Makefile: Include XEmacs.rules.
* doc/Makefile (.texi.html): Removed.
* doc/Makefile (all): Make double-colon, remove html from
dependencies.
* doc/Makefile (html): Remove.
* doc/Makefile (homepage): Process HTML_DEP, not HTML.
* doc/Makefile (html): Removed.
* doc/Makefile (clean): Add HTML_FILES.
* doc/Makefile (distclean): Make double-colon.
2002-06-09 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (HTML_FILES): Removed.
* Makefile (HTML_DEP): Removed.
* Makefile (html): New. Delegate to doc/Makefile.
* Makefile (distclean): New. Ditto.
Installing These:
================
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.
Footnotes:
[1] Or from a mirror near you.
[2] 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>---|