[ANNOUNCE] Updated Packages Released.
Steve Youngs <[email protected]> Fri, 05 Jul 2002 22:01:38 +1000
| Newsgroups | gmane.emacs.xemacs.announce |
|---|---|
| Organization | The XEmacs Development Team |
| 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 auctex-1.32-pkg.tar.gz bbdb-1.21-pkg.tar.gz clearcase-1.04-pkg.tar.gz edit-utils-1.89-pkg.tar.gz gnats-1.15-pkg.tar.gz gnus-1.62-pkg.tar.gz ilisp-1.27-pkg.tar.gz liece-1.06-pkg.tar.gz lookup-1.12-pkg.tar.gz *** Mule *** mule-base-1.42-pkg.tar.gz *** Mule *** net-utils-1.27-pkg.tar.gz prog-modes-1.59-pkg.tar.gz text-modes-1.48-pkg.tar.gz tm-1.34-pkg.tar.gz w3-1.25-pkg.tar.gz xemacs-base-1.65-pkg.tar.gz xemacs-devel-1.46-pkg.tar.gz xslt-process-1.09-pkg.tar.gz Detailed Changes: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D auctex-1.32-pkg.tar.gz - ---------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.32 released. 2002-06-10 Adrian Aichner <[email protected]> * texi/Makefile (distclean): Convert to double-colon. bbdb-1.21-pkg.tar.gz - -------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.21 released. 2002-06-12 Steve Youngs <[email protected]> * lisp/bbdb-vm.el (bbdb/vm-set-auto-folder-alist): Typo fix. clearcase-1.04-pkg.tar.gz - ------------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.04 released. 2002-05-24 Patrik Hagglund <[email protected]> * clearcase.el (clearcase-vxpath-get-version-in-buffer): Fix Emacs 20 compatibility buglet. edit-utils-1.89-pkg.tar.gz - -------------------------- Simply file permission changes. gnats-1.15-pkg.tar.gz - --------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.15 released. 2002-06-10 Adrian Aichner <[email protected]> * texi/Makefile (distclean): Convert to double-colon. gnus-1.62-pkg.tar.gz - -------------------- Simply file permission changes. ilisp-1.27-pkg.tar.gz - --------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.27 released. 2002-06-15 Steve Youngs <[email protected]> * Makefile (compile): Use 'BOOT_XEMACS' so we can build in the absence of an installed package tree. 2002-06-10 Adrian Aichner <[email protected]> * Makefile (HTML_FILES): Removed. * Makefile (HTML_DEP): Removed. * Makefile (html): New. liece-1.06-pkg.tar.gz - --------------------- Note: This version of Liece contains a small bug which causes a problem with PCL-CVS. Basically, you can't run Liece and=20 PCL-CVS together. The Liece maintainer is aware of the=20 problem and is working on a fix. 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.06 released. 2002-06-08 Adrian Aichner <[email protected]> * Makefile.lisp: Include XEmacs.rules. * liece-commands.el (liece-command-nickname): Use truncate-string-to-width instead of non-existent truncate-string. * liece.el (liece-open-server): Ditto. lookup-1.12-pkg.tar.gz *** Mule *** - ---------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.12 released. 2002-06-10 Adrian Aichner <[email protected]> * Makefile (distclean): Convert to double-colon. mule-base-1.42-pkg.tar.gz *** Mule *** - ------------------------- Simply file permission changes. net-utils-1.27-pkg.tar.gz - ------------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.27 released. * net-utils.el: Remove $Log keyword and some of the entries that are in the ChengeLog. 2002-06-24 Adrian Aichner <[email protected]> * 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. prog-modes-1.59-pkg.tar.gz - -------------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.59 released. 2002-06-23 Ville Skytt=E4 <[email protected]> * 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=E4 <[email protected]> * 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=E4 <[email protected]> * cperl-mode.el (cperl-syntaxify-unwind): Docstring typo fix, thanks to Reuben Thomas. 2002-06-07 Martin Schwenke <[email protected]> * 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=E4 <[email protected]> * ruby-mode.el: Sync with upstream version 1.25.2.10. * ruby-mode.el.upstream: Ditto. text-modes-1.48-pkg.tar.gz - -------------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.48 released. 2002-06-13 Ville Skytt=E4 <[email protected]> * 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=E4 <[email protected]> * package-info.in (provides): Add po-mode. 2002-06-11 Steve Youngs <[email protected]> * Makefile (ELCS): Add po-mode.elc. * po-mode.el: New file. 2002-06-09 Stephen J. Turnbull <[email protected]> * xpm-mode.el (xpm-init): Toolbar specs go with buffer, not frame. tm-1.34-pkg.tar.gz - ------------------ 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.34 released. 2002-06-10 Adrian Aichner <[email protected]> * texi/Makefile (distclean): Convert to double-colon. w3-1.25-pkg.tar.gz - ------------------ 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.25 released. 2002-06-10 Adrian Aichner <[email protected]> * texi/Makefile (distclean): Convert to double-colon. xemacs-base-1.65-pkg.tar.gz - --------------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.65 released. 2002-06-22 Ville Skytt=E4 <[email protected]> * 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.46-pkg.tar.gz - ---------------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.46 released. 2002-06-24 Didier Verna <[email protected]> * patcher.el: patcher 3.2 is released. 2002-06-09 Adrian Aichner <[email protected]> * Makefile (clean): New. Hook in texi/Makefile. * Makefile (distclean): New. Ditto. xslt-process-1.09-pkg.tar.gz - ---------------------------- 2002-06-27 Steve Youngs <[email protected]> * Makefile (VERSION): XEmacs package 1.09 released. 2002-06-26 Steve Youngs <[email protected]> * Makefile (all): Change target for building docs to "doc".=20 2002-06-26 Steve Youngs <[email protected]> * doc/Makefile: Make inclusion of XEmacs.rules dependent on whether or not "html" was specified as the target.=20 (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 <[email protected]> * 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 <[email protected]> * Makefile (HTML_FILES): Removed. * Makefile (HTML_DEP): Removed. * Makefile (html): New. Delegate to doc/Makefile. * Makefile (distclean): New. Ditto. 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. Footnotes:=20 [1] Or from a mirror near you. [2] Note: Mule packages should be installed into: /usr/local/lib/xemacs/mule-packages/ =20 - --=20 |---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---| | XEmacs - It's not just an editor. | | It's a way of life. | |------------------------------------<[email protected]>---| -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) Comment: The XEmacs Development Team. iD8DBQE9JYqejNKQaxDVycURAl16AKCVPcGfVlszK4unTbkVNnfTbP2BpgCdFICs lXjPXS8Ejwyz2Er10kNKKdo=3D =3D06Wh -----END PGP SIGNATURE-----