I have just uploaded new Sumo packages. They'll be available at a
mirror near you shortly. Actually, they're probably already there, my
whole family came down with bad head colds the other day which is why
this announcement is a couple of days late.
As an added bonus this time around, I have created tar.gz's _and_
tar.bz2's.
Updated Packages since last Sumo:
================================
bbdb-1.13-pkg.tar.gz
--------------------
2001-07-01 Steve Youngs <youngs(a)xemacs.org>
* Import BBDB 2.32
build-1.02-pkg.tar.gz
---------------------
2001-05-19 Adrian Aichner <adrian(a)xemacs.org>
* build.el (build-with-MS): Use build-report-version-file after
setting is.
2001-05-13 Adrian Aichner <adrian(a)xemacs.org>
* build.el (build-from-CVS): Name buffer correctly.
* build.el (build-tarball-site): Update download sites from
XEmacs-21.4.2/etc/FTP.
* build.el (build-with-MS): Use version.sh of directory we build
in and customize build-report-version-file accordingly (without
saving in order to stay out of build-report's way).
* build.el (build-with-MS-make-commandline): Removed.
2001-04-30 Adrian Aichner <adrian(a)xemacs.org>
* build.el (build-version-number): Don't skip over first
character, which used to be r (for release).
2001-04-30 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (VERSION): Start at 1.01 for now.
* README: Document discontinuation of CVS keywords Name and Date
and their use via cvs update -r rMAJOR-MINOR -kv.
* build.el (build-version-number): Substitute version manually.
* build.el (build-version-date): Substitute date manually.
* build.texi: Substitute version and date manually.
2001-04-29 Steve Youngs <youngs(a)xemacs.org>
* Makefile (AUTHOR_VERSION): Changed to '1.78'.
(ELCS): Removed 'build-report.elc'.
(REQUIRES): Add xemacs-base, pcl-cvs, dired, w3 & prog-modes.
2001-04-28 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (VERSION): r1-78 is released.
* .cvsignore: Ignore the usual autogenerated files.
2001-04-26 Steve Youngs <youngs(a)xemacs.org>
* build.el: Autoload 'ring-insert-at-beginning, efs-copy-file'.
2001-04-25 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (VERSION): r1-77 is released.
* Makefile (CATEGORY): Change from comm to libs.
* build.el (build-with-MS): Generate config.inc for XEmacs 21
minor versions > 2.
2001-04-19 Adrian Aichner <adrian(a)xemacs.org>
* Makefile (VERSION): r1-76 is released.
* README: Update documentation.
calc-1.16-pkg.tar.gz
--------------------
2001-05-12 Karl M. Hegbloom <karlheg(a)hegbloom.net>
* calc.el (calc-quit): Guard against kbuf eq nil
2001-05-11 Ben Wing <ben(a)xemacs.org>
* Makefile:
Fix to compile in the absence of an installed package tree.
2001-04-16 Felicia Neff <fn(a)panix.com>
* calc.texinfo: Fix up @direntry.
2001-04-11 Nick V. Pakoulin <npak(a)ispras.ru>
* calc.el (calc-init-base): Added support for numeric keypad.
cc-mode-1.25-pkg.tar.gz
-----------------------
2001-05-11 Martin Stjernholm <bug-cc-mode(a)gnu.org>
* cc-langs.el (c-switch-label-key): Regexp fix.
dired-1.11-pkg.tar.gz
---------------------
2001-06-03 Michael Sperber [Mr. Preprocessor]
<sperber(a)informatik.uni-tuebingen.de>
* fixup.el (load-path): Use DIFFMODEDIR.
* Makefile.dired (DIFFMODEDIR): Introduce.
* dired.el (dired-recursive-delete-directory): Make the
directory-and-no-symlink test more efficient.
2001-05-30 Gregory Neil Shapiro <gshapiro(a)gshapiro.net>
* dired.el (dired-recursive-delete-directory): Don't recurse into
symlinks.
edit-utils-1.62-pkg.tar.gz
--------------------------
2001-07-01 Steve Youngs <youngs(a)xemacs.org>
* search-buffers.el: New file.
* ibuffer.el: New file.
* Makefile (ELCS): Add ibuffer.elc, search-buffers.elc.
2001-05-20 Ben Wing <ben(a)xemacs.org>
* scroll-in-place.el (scroll-command-groups):
Put scroll-up-one and scroll-down-one in their own group so they
don't interact badly with pageup/down.
2001-05-11 Ben Wing <ben(a)xemacs.org>
* func-menu.el: typo fix.
* recent-files.el: autoload the init function.
2001-04-20 Karl M. Hegbloom <karlheg(a)microsharp.com>
* id-select.el (id-select-thing-with-mouse): Use `own-selection' in
newest XEmacs.
2001-04-21 Ben Wing <ben(a)xemacs.org>
* func-menu.el:
* func-menu.el (fume-add-menubar-entry):
* func-menu.el (fume-do-add-menubar-entry): New.
* func-menu.el (fume-update-menubar-entry): When invoked from
find-file-hooks, delay creation of menubar entry until XEmacs
becomes idle. This way, func-menu will not intrude when files are
loaded temporarily (e.g. as part of patch-to-change-log).
efs-1.26-pkg.tar.gz
-------------------
2001-06-09 Michael Sperber [Mr. Preprocessor]
<sperber(a)informatik.uni-tuebingen.de>
* RELEASE: 1.20pre2
* Makefile (GENERATED): Add custom-load AFTER including
XEmacs.rules.
* efs.el (efs-send-progress-off): Add this variable to support ftp
clients that display fancy progress bars instead of hash marks.
(efs-good-msgs): Ignore "Progress bar off" message.
(efs-guess-hash-mark-size): Send "progress off" command if so
desired.
(efs-process-handle-line): Back out introduction of
`efs-cmd-ok-cmds-p'. The new logic was flawed.
2001-06-03 Michael Sperber [Mr. Preprocessor]
<sperber(a)informatik.uni-tuebingen.de>
* efs.el (efs-month-and-time-regexp): Allow a space in time specs
such as 5:13. This is needed eg. on
ftp.microsoft.com.
(efs-slash-local-paths): Add.
(efs-adjust-local-path): Rename from `efs-quote-local-paths' and
extend to handle `efs-slash-local-paths'.
2001-06-01 Steve Youngs <youngs(a)xemacs.org>
* Makefile (GENERATED): Add custom-load.elc.
(all): Ditto.
2001-05-17 Michael Sperber [Mr. Preprocessor]
<sperber(a)informatik.uni-tuebingen.de>
* RELEASE: 1.20pre1
2001-05-17 Michael Sperber [Mr. Preprocessor]
<sperber(a)informatik.uni-tuebingen.de>
* efs.el (efs-skip-msgs-alist): Create, generalizing
`efs-skip-msgs'. This hopefully will cure the gratuitous "EPSV
not understood" messages spewed out by some ftp clients.
(efs-skip-cmd-msg-p): Create.
(efs-cmd-ok-cmds-msgs-alist): Create, generalizing
`efs-cmd-ok-cmds' and `efs-cmd-ok-msgs'.
(efs-process-handle-line): Use above.
(efs-send-cmd): Handle null directory to avoid arg count mismatch.
(efs-good-msgs): Shorten "hash mark" regexp.
(efs-hash-mark-msgs): Shorten "hash mark" regexp.
2001-05-06 Michael Sperber [Mr. Preprocessor]
<sperber(a)informatik.uni-tuebingen.de>
* efs.el (efs-write-region): Restore `buffer-modified-p' on all
conditions.
fsf-compat-1.09-pkg.tar.gz
--------------------------
2001-04-28 Steve Youngs <youngs(a)xemacs.org>
* goto-addr.el: Added.
ilisp-1.19-pkg.tar.gz
---------------------
2001-07-05 Steve Youngs <youngs(a)xemacs.org>
* Makefile: Don't use symlinks for copying hyperspec.el
(compile): Fix up Ben's patch that I wiped out.
2001-07-04 Steve Youngs <youngs(a)xemacs.org>
* Makefile: Remove a couple of spurious '/'.
2001-07-01 Steve Youngs <youngs(a)xemacs.org>
* Import ilisp 5.11.1
2001-05-11 Ben Wing <ben(a)xemacs.org>
* Makefile (compile):
* ilisp-mak.el ((not (file-exists-p "ilcompat.el"))):
Fix to compile in the absence of an installed package tree.
mail-lib-1.39-pkg.tar.gz
------------------------
2001-06-16 Simon Josefsson <jas(a)extundo.com>
Emacs 21 sync.
* browse-url.el (toplevel): Add 2000, 2001 to copyright. Sync
comments.
(browse-url-browser-function): Fix doc.
(browse-url-browser-function): Rename "kfm" to "KDE". Add GNOME.
(browse-url-new-window-flag): Renamed from
`browse-url-new-window-p'.
(browse-url-new-window-p): Defalias.
(browse-url-filename-alist): Add DOS *:\* magic.
(browse-url-kde-program, browse-url-kde-args): Add variable.
(browse-url-url-at-point): Remove conditioning.
(browse-url-maybe-new-window): New macro.
(browse-url-file-url, browse-url): Use `dolist'.
(browse-url-at-mouse): Use `mouse-set-point' instead of previous
more complicated logic.
(browse-url-event-buffer, browse-url-event-point): Removed.
(browse-url-netscape): Use ` instead of (list ...).
(browse-url-gnome-moz-arguments): New variable.
(browse-url-gnome-moz): New function.
(browse-url-kde): Renamed from `browse-url-kfm'.
(browse-url-kfm): Defalias.
(browse-url-{netscape,mosaic,cci,w3,lynx-emacs,mail}): Use
`browse-url-maybe-new-window' macro.
2001-06-08 Matt Curtin <cmcurtin(a)interhack.net>
Integrated new function graciously supplied by
Mikael Hedin <mikael.hedin(a)irf.se>.
* browse-url.el: Added Galeon support.
2001-05-27 Don Pellegrino <donpellegrino(a)computer.org>
* smtpmail.el (smtpmail-auth-supported): Add `login'.
(smtpmail-via-smtp): Check for `login' mech properly.
2001-05-15 Simon Josefsson <simon(a)josefsson.org>
Emacs 21 sync.
* rfc822.el (rfc822-bad-address): Remove \n\t from message.
(rfc822-looking-at): Use `set-match-data' instead of
`store-match-data'.
(rfc822-snarf-word):
(rfc822-snarf-subdomain):
(rfc822-addresses):
(rfc822-addresses-1): Remove \0177-\377 from regexp. (It didn't
work as intended, matching ascii > 127 (think mule), and it also
generated unnecessary complaints on mail addresses.)
(rfc822-addresses-1): Allow multiple "." inside RFC822 strings.
(rfc822-addresses-1): More error handling.
(rfc822-addresses): Remove old hack to ignore bad addresses. The
old hack behaves badly on e.g.
"lcm36651(a)uxa.cso.uiuc.edu (Hi! ;)), jas(a)pdc.kth.se"
while without the hack it works better, you get an RFC822 comment
containing an error message.
(top level): Remove 1993 copyright (was probably the earlier
XEmacs modification).
mailcrypt-2.09-pkg.tar.gz
-------------------------
2001-07-01 Steve Youngs <youngs(a)xemacs.org>
* Import mailcrypt 3.5.6
2001-05-06 Brian Warner <warner(a)lothar.com>
* mc-gpg.el (mc-gpg-lookup-key): Change key-regexp to tolerate
extra fields at the end of lines emitted by --with-colons mode.
Needed to handle new output format in gnupg-1.0.5, otherwise you
get "No GPG secret key for xxx" errors.
net-utils-1.17-pkg.tar.gz
-------------------------
2001-07-05 Adrian Aichner <adrian(a)xemacs.org>
* webjump.el (webjump-sample-sites): Update webster site.
2001-07-03 Stephen J. Turnbull <stephen(a)xemacs.org>
* emacsbug.el(report-emacs-bug-address): Move comment closer.
Change to "xemacs-beta(a)cvs.xemacs.org" to improve response time.
2001-05-12 Steve Youngs <youngs(a)xemacs.org>
* feedmail.el: Sync with version 10.
pc-1.20-pkg.tar.gz
------------------
2001-05-11 Ben Wing <ben(a)xemacs.org>
* pending-del.el: declare more commands triggering pending deletion.
pcl-cvs-1.54-pkg.tar.gz
-----------------------
2001-04-12 Mike Sperber <mike(a)xemacs.org>
* pcl-cvs.el (cvs-mode-diff): Remove call to
`cvs-prepare-diff-mode'.
Use diff-mode again.
* cvs-compat.el (cvs-prepare-diff-mode): Remove again.
* Makefile (REQUIRES): Add prog-modes.
prog-modes-1.39-pkg.tar.gz
--------------------------
2001-06-18 Ben Wing <ben(a)xemacs.org>
* diff-mode.el:
* diff-mode.el (diff-jump-to-old-file-flag): Removed.
* diff-mode.el (diff-jump-to-old-file): New.
* diff-mode.el ('diff-jump-to-old-file-flag): New.
* diff-mode.el (diff-update-on-the-fly-flag): Removed.
* diff-mode.el (diff-update-on-the-fly): New.
* diff-mode.el ('diff-update-on-the-fly-flag): New.
* diff-mode.el (diff-begin-in-read-only-mode): New.
* diff-mode.el (diff-metify-map): New.
* diff-mode.el (diff-mode-map): New.
* diff-mode.el (diff-goto-source):
* diff-mode.el (diff-mode):
Reapply patch.
2001-05-20 Ben Wing <ben(a)xemacs.org>
* diff-mode.el:
* diff-mode.el (diff-jump-to-old-file-flag): Removed.
* diff-mode.el (diff-jump-to-old-file): New.
* diff-mode.el (diff-update-on-the-fly-flag): Removed.
* diff-mode.el (diff-update-on-the-fly): New.
* diff-mode.el (diff-begin-in-read-only-mode): New.
* diff-mode.el (diff-metify-map): New.
* diff-mode.el (diff-mode-map): New.
* diff-mode.el (diff-goto-source):
* diff-mode.el (diff-mode):
Eliminate nonstandard -flag ending on variables.
Add var to control whether we begin in read-only mode; FALSE
by default (principle of least surprise; and do not assume that
people opening any file named .diff have no interest in editing
it).
Comment out bogus behavior of setting the selection in
diff-goto-source.
Fix keymap-hacking tricks.
2001-04-11 Barry Warsaw <bwarsaw@anthem>
* python-mode.el: Bumping to version 4.0 since we now support only
XEmacs 21.1 and Emacs 20.7, although not all of the compatibility
code for older Emacsen has been removed. Specifically, the old
"make sure we have a current custom.el library" stuff is removed,
as is the hack-around for an NTEmacs 19.34.6 make-temp-name bug.
Updated much of the Commentary section in the initial comments.
Much more importantly, I've integrated Ken Manheimer's pdbtrack
stuff, which is way cool. When enabled (as by default), this
turns on the overlay arrow when pdb is entered, either in the
shell buffer or in the *Python* buffer. Specifically:
(py-mode-map): Added C-c C-d to toggle pdb tracking.
(py-pdbtrack-do-tracking-p): New user customizable variable to
control whether overlay arrow tracking is enabled or not. This
variable is buffer local and is turned on by default.
(py-pdbtrack-minor-mode-string): The string that's added to the
minor mode alist when actually doing pdb overlay arrow tracking.
User customizable.
(py-pdbtrack-toggle-stack-tracking, turn-on-pdbtrack,
turn-off-pdbtrack): New commands to control pdb tracking.
(py-pdbtrack-is-tracking-p): Helper variable used to control the
display of py-pdbtrack-minor-mode-string. Set to true when the
overlay arrow is enabled, and false when it's disabled.
(py-pdbtrack-stack-entry-regexp, py-pdbtrack-input-prompt,
py-pdbtrack-track-range): Inherited from pdbtrack.el and renamed.
(py-pdbtrack-overlay-arrow, py-pdbtrack-track-stack-file): New
functions which actually do the tracking.
(py-shell): Add py-pdbtrack-track-stack-file to
comint-output-filter-functions.
Finally, add py-pdbtrack-track-stack-file to
comint-output-filter-functions at the file level. This and the
py-shell addition should ensure that pdb tracking is installed
regardless of the order of operation.
Also, add py-pdbtrack-minor-mode-string to minor-mode-alist.
reftex-1.23-pkg.tar.gz
----------------------
2001-06-08 Carsten Dominik <dominik(a)astro.uva.nl>
* reftex 4.16.
semantic-1.06-pkg.tar.gz
------------------------
2001-05-26 Karl M. Hegbloom <karlheg(a)hegbloom.net>
* semantic-c.el (semantic-toplevel-c-bovine-table): typo
speedbar-1.20-pkg.tar.gz
------------------------
2001-06-01 Enrico Scholz <enrico.scholz(a)informatik.tu-chemnitz.de>
* speedbar.el (speedbar-find-selected-file): Use regexp-quote.
text-modes-1.31-pkg.tar.gz
--------------------------
2001-06-18 Ben Wing <ben(a)xemacs.org>
* hexl.el:
* hexl.el (hexl): New.
* hexl.el (hexl-iso):
* hexl.el (hexl-follow-ascii): New.
* hexl.el (hexl-ascii-extent): New.
* hexl.el (hexl-mode):
* hexl.el (hexl-after-revert-hook):
* hexl.el (hexl-save-buffer):
* hexl.el (hexl-mode-exit):
* hexl.el (hexl-current-address):
* hexl.el (hexl-address-to-marker):
* hexl.el (hexl-goto-address):
* hexl.el (hexl-scroll-up):
* hexl.el (hexlify-buffer):
* hexl.el (dehexlify-buffer):
* hexl.el (hexl-hex-char-to-integer):
* hexl.el (hexl-oct-char-to-integer):
* hexl.el (hexl-insert-hex-char):
* hexl.el (hexl-insert-hex-string): New.
* hexl.el (hexl-insert-octal-char):
* hexl.el (hexl-follow-ascii-find): New.
* hexl.el (hexl-mode-map):
Sync with FSF 21.0.103. Now works on MS Windows.
tm-1.28-pkg.tar.gz
------------------
2001-06-18 Ben Wing <ben(a)xemacs.org>
* texi\Makefile (info):
Fix to compile in the absence of an installed package tree.
2001-05-11 Ben Wing <ben(a)xemacs.org>
* texi\Makefile (info):
* texi\Makefile (dvi):
Fix to compile in the absence of an installed package tree.
vc-1.27-pkg.tar.gz
------------------
2001-04-26 Albert L. Ting <alt(a)artisan.com>
* vc.el (vc-do-command):
(vc-revert-buffer):
Fix a bug that could cause files to be moved to another
directory.
2001-04-26 Albert L. Ting <alt(a)artisan.com>
* vc-hooks.el (vc-mode-face): New.
(vc-mode-ext): New.
(vc-mode-line): Use them.
vc-cc-1.16-pkg.tar.gz
---------------------
2001-06-21 Ben Wing <ben(a)xemacs.org>
* Makefile (ELCS): Compile the newly named files, not the old ones.
2001-06-19 Ben Wing <ben(a)xemacs.org>
* vc-cc-hooks.el: Renamed from vc-hooks.el.
* vc-cc.el: Renamed from vc.el.
Removed all autoloads from these files and renamed them, so that
there will be no more conflict with vc. Changed provides and
requires in these files accordingly. Added a messages about
how you need to explicitly load vc-cc if you want it.
w3-1.20-pkg.tar.gz
------------------
2001-06-18 Ben Wing <ben(a)xemacs.org>
* Makefile (all):
Fix to compile in the absence of an installed package tree.
2001-05-11 Ben Wing <ben(a)xemacs.org>
* Makefile (PRELOADS):
* Makefile (stylesheet):
Fix to compile in the absence of an installed package tree.
xemacs-base-1.55-pkg.tar.gz
---------------------------
2001-05-20 Adrian Aichner <adrian(a)xemacs.org>
* compile.el (compilation-setup): Properly make
`mouse-track-click-hook' local in compile.el.
2001-05-13 Adrian Aichner <adrian(a)xemacs.org>
* compile.el (compilation-setup): Add
`compile-mouse-maybe-goto-error' to global value of
`mouse-track-click-hook' to fix mouse-track-insert between
buffers.
2001-05-11 Ben Wing <ben(a)xemacs.org>
* compile.el (compilation-find-file): warning fix.
* sort.el:
* sort.el (sort-regexp-history): New.
* sort.el (sort-regexp-fields):
* sort.el (sort-regexp-fields-numerically):
* sort.el (sort-columns-subprocess): snarf the region before asking questions.
2001-04-23 Ben Wing <ben(a)xemacs.org>
* compile.el (compilation-shell-minor-mode):
Remember to localize the menubar before adding to it.
2001-04-21 Ben Wing <ben(a)xemacs.org>
* sort.el: need autoload for sort-regexp-fields-numerically.
2001-04-21 Ben Wing <ben(a)xemacs.org>
* add-log.el (change-log-mode):
Fix paragraph filling to correctly handle descriptor lines
(those beginning with e.g. * add-log.el (change-log-mode):).
* add-log.el (patch-to-change-log):
Don't error if patch blank.
2001-04-20 Ben Wing <ben(a)xemacs.org>
* sort.el:
* sort.el (sort): New.
* sort.el (sort-subr):
* sort.el (sort-fields):
* sort.el (sort-regexp-fields):
* sort.el (sort-regexp-fields-numerically): New.
* sort.el (sort-columns):
Synch with FSF 20.7.
Add new arg for compare fun to `sort-subr', `sort-regexp-fields'.
New command `sort-regexp-fields-numerically'.
2001-04-10 Ben Wing <ben(a)xemacs.org>
* add-log.el (patch-to-change-log):
Fix warnings. Make sure font-lock-auto-fontify is not
turned off when visiting ChangeLogs, so that they end up
font-locked when all is done. Anchor file-re1 at begline
to avoid problems when the diff itself contains `Index:'.
xemacs-devel-1.36-pkg.tar.gz
----------------------------
2001-05-21 Martin Buchholz <martin(a)xemacs.org>
* hide-copyleft.el (hide-copyleft-region):
Remove (presumably) ancient debugging statement assigning to `x'.
2001-05-22 Didier Verna <didier(a)xemacs.org>
* Patcher 2.5 is released.
2001-05-16 Didier Verna <didier(a)xemacs.org>
* Patcher 2.4 is released.
2001-05-11 Steve Youngs <youngs(a)xemacs.org>
* ibuffer.el: New.
2001-05-07 Didier Verna <didier(a)xemacs.org>
* Patcher 2.2 is released.
2001-04-26 Steve Youngs <youngs(a)xemacs.org>
* Makefile (REQUIRES): Add mail-lib.
2001-04-25 Didier Verna <didier(a)xemacs.org>
* Patcher 2.1 is released.
2001-04-12 Steve Youngs <youngs(a)xemacs.org>
* patcher.el: New
2001-04-10 Ben Wing <ben(a)xemacs.org>
* docref.el: Use correct name for hook.
xslt-process-1.04-pkg.tar.gz
----------------------------
2001-06-18 Ben Wing <ben(a)xemacs.org>
* Makefile:
Fix to compile in the absence of an installed package tree.
2001-04-30 Ovidiu Predescu <ovidiu(a)cup.hp.com>
* Makefile: Define the proper paths where the files should go.
* lisp/xslt-process.el (xslt-process-find-xslt-directory):
Modified to take into account the XEmacs packaging scheme.
2001-04-17 Steve Youngs <youngs(a)xemacs.org>
* Makefile: Add 'ELCS_1', 'ELCS_1_FILES', 'DATA_FILES' &
'EXTRA_SOURCES' sections.
egg-its-1.26-pkg.tar.gz
-----------------------
2001-05-07 Yoshiki Hayashi <yoshiki(a)xemacs.org>
* egg-cwnn-leim.el: chinese-egg-pinyin should call
egg-pinyin-activate.
* egg.el: Don't override C-\\ when one of leim feature is present.
2001-05-07 Katsumi Yamaoka <yamaoka(a)jpl.org>
* egg.el (its:all-completions): Remove too much `if'.
mule-base-1.39-pkg.tar.gz
----------------------
2001-05-23 Katsumi Yamaoka <yamaoka(a)jpl.org>
* japan-util.el (japanese-symbol-table): Fix a rule for a japanese
hyphen character.
(japanese-hankaku): Prefer the charset `jisx0201' when the
optional argument `ascii-only' is not specified.
(japanese-hankaku-region): Ditto.
2001-05-11 Alexey Mahotkin <alexm(a)hsys.msk.ru>
* mule-diag.el: Fix list-coding-systems.
skk-1.19-pkg.tar.gz
-------------------
2001-06-18 Ben Wing <ben(a)xemacs.org>
* texi\Makefile (all):
Fix to compile in the absence of an installed package tree.
2001-05-11 Ben Wing <ben(a)xemacs.org>
* texi\Makefile (all):
Fix to compile in the absence of an installed package tree.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|