[ANNOUNCE] Updated Packages Released.
[email protected] (Rendhalver [Peter Brown]) Sun, 15 Sep 2002 13:49:55 +1000
| Newsgroups | gmane.emacs.xemacs.announce |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello. The following XEmacs packages have just been released. Note: we have split the psgml package in two=20 the new package psgml-dtds contains the dtd's from the original psgml package.=20 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 cc-mode-1.30-pkg.tar.gz edit-utils-1.93-pkg.tar.gz ilisp-1.28-pkg.tar.gz mail-lib-1.49-pkg.tar.gz net-utils-1.28-pkg.tar.gz ocaml-0.03-pkg.tar.gz prog-modes-1.65-pkg.tar.gz ps-print-1.08-pkg.tar.gz psgml-1.33-pkg.tar.gz psgml-dtds-1.02-pkg.tar.gz *** New *** reftex-1.28-pkg.tar.gz text-modes-1.52-pkg.tar.gz time-1.12-pkg.tar.gz tramp-1.08-pkg.tar.gz view-process-1.12-pkg.tar.gz xemacs-base-1.68-pkg.tar.gz Detailed Changes: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D cc-mode-1.30-pkg.tar.gz - ----------------------- 2002-09-06 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.30 released. 2002-08-31 Ville Skytt=E4 <[email protected]> * cc-engine.el (c-parse-state): Fix problem in finding out the parenthesis state around the indentation position. Patch from Martin Stjernholm (author). edit-utils-1.93-pkg.tar.gz - -------------------------- 2002-09-06 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.93 released. 2002-09-03 Ren=E9 Kyllingstad <[email protected]> * desktop.el (desktop-enable-save-on-exit): New variable. Partial sync with GNU Emacs 21.2. Small tweaks to the submitted patch by <[email protected]>. ilisp-1.28-pkg.tar.gz - --------------------- 2002-08-26 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.28 released. 2002-08-23 Steve Youngs <[email protected]> * Makefile (REQUIRES): Add sh-script. 2002-07-15 Adrian Aichner <[email protected]> * docs/ilisp-refcard.tex: It's XEmacs, not Xemacs. 2002-07-15 Adrian Aichner <[email protected]> * HISTORY (Version): * cl-ilisp.lisp: mail-lib-1.49-pkg.tar.gz - ------------------------ 2002-09-06 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.49 released. 2002-09-02 Ville Skytt=E4 <[email protected]> * Makefile (REQUIRES): Self-require. * highlight-headers.el: Use browse-url to open URLs, provide obsolete aliases for backwards compatibility. net-utils-1.28-pkg.tar.gz - ------------------------- 2002-08-29 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.28 released. 2002-08-27 Ville Skytt=E4 <[email protected]> * Makefile (REQUIRES): Add fsf-compat, eterm and sh-script, they're indirectly required. 2002-08-19 Steve Youngs <[email protected]> * xemacsbug.el (report-xemacs-bug): Show the correct key bindings for MH-e. ocaml-0.03-pkg.tar.gz - --------------------- 2002-08-26 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 0.03 released. 2002-08-21 Ville Skytt=E4 <[email protected]> * Sync package with upstream 3.06. * Makefile (AUTHOR_VERSION): 3.06. * caml.el (caml-find-in-match): Handle "end". prog-modes-1.65-pkg.tar.gz - -------------------------- 2002-08-29 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.65 released. 2002-08-28 Ville Skytt=E4 <[email protected]> * javascript-mode.el: Make it work with GNU Emacs too, fontify keywords immediately after '('. Contributed by Stefan Schlee <[email protected]>. 2002-08-26 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.64 released. 2002-08-21 Ville Skytt=E4 <[email protected]> * inf-ruby.el: Sync with upstream version 1.3.2.2. See inlined change log for detailed changes. * inf-ruby.el.upstream: Ditto. 2002-08-15 Peter Osterlund <[email protected]> * p4.el (p4-prev-toggle-fkn, p4-exec-p4, substitute-key-definition): Do not autoload. Autoloading causes unnecessary overhead for those not using p4.el without really helping those who do use it. ps-print-1.08-pkg.tar.gz - ------------------------ 2002-08-29 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.08 released. 2002-08-27 Ville Skytt=E4 <[email protected]> * ps-print.el: Check emacs-major-version in addition to emacs-minor-version when deciding stuff at compile time. This disables setq'ing ps-print-color-p to nil based on wrong information, as well as defun's ps-color-device as obviously meant on XEmacs >=3D 20. (ps-print-color-p): Add autoload cookie to make "Options->Printing->Color Printing" widget work. psgml-1.33-pkg.tar.gz - --------------------- 2002-09-06 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.33 released. 2002-09-01 Ville Skytt=E4 <[email protected]> * psgml-html.el: Cure antisocial behaviour of defining font-lock-variable-name-face and font-lock-reference-face on load, use html-helper-significant-tag-face and html-helper-link-face instead. Make these and a couple of others with defface, and put them into psgml-html-faces customization group. (psgml-html): Add psgml-html- prefix. (psgml-html-faces): New customization group. (html-helper-bold-face): New (defface). (html-helper-italic-face): Ditto. (html-helper-underline-face): Ditto. (html-helper-strikethrough-face): New. (html-helper-link-face): New (was font-lock-reference-face). (html-helper-significant-tag-face): New (was font-lock-variable-name-face). (html-font-lock-keywords): Use the new faces. 2002-08-26 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.32 released. 2002-08-23 Ville Skytt=E4 <[email protected]> * Split the package in two, moving all DTDs into psgml-dtds. * psgml.el (sgml-data-directory): Prefer psgml-dtds' data-directory over psgml's and sgml's. * iso88591.map: Moved here from etc/ to match upstream package layout. * etc/*: Remove. * Makefile: Remove DTD-related stuff. psgml-dtds-1.02-pkg.tar.gz *** New *** - -------------------------- 2002-08-29 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.02 released. 2002-08-27 Ville Skytt=E4 <[email protected]> * Makefile (REQUIRES): Add xemacs-base, eterm, fsf-compat and sh-script; they're indirectly required. =09 * package-info.in (description): Add missing quote. 2002-08-26 Ville Skytt=E4 <[email protected]> * package-info.in (description): The DTDs aren't obsolete, but the package is deprecated. 2002-08-26 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.01 released. 2002-08-22 Ville Skytt=E4 <[email protected]> * Package created, moved DTDs from the psgml package here. reftex-1.28-pkg.tar.gz - ---------------------- 2002-08-29 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.28 released. 2002-08-26 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.27 released. 2002-08-20 Carsten Dominik <[email protected]> * reftex-cite.el (reftex-bib-or-thebib): New function, for better support of the Chapterbib package. 2002-08-17 Carsten Dominik <[email protected]> * reftex.el (reftex-syntax-table): Preinitialize syntax table for use outside reftex-mode. * reftex.el (reftex-syntax-table-for-bib): Preinitialize syntax table for use outside reftex-mode. text-modes-1.52-pkg.tar.gz - -------------------------- 2002-09-06 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.52 released. 2002-08-29 Ville Skytt=E4 <[email protected]> * flyspell.el: Sync with upstream. (flyspell-auto-correct-binding): New. (flyspell-mouse-map): Use flyspell-auto-correct-binding. 2002-08-23 Jari Aalto <[email protected]> * folding.el: 1.10 (folding-uninstall-hooks): 2.105=20 Removed `interactive' status. (folding-install-hooks): 2.105=20 Removed `interactive' status. (folding-uninstall): New user function. time-1.12-pkg.tar.gz - -------------------- 2002-08-26 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.12 released. 2002-08-19 David A. Panariti <[email protected]> * time.el (display-time-convert-num): Added 'echo-help to display current date when mouse pointer is over modeline time extents. tramp-1.08-pkg.tar.gz - --------------------- 2002-08-26 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.08 released. 2002-08-17 Adrian Aichner <[email protected]> * Makefile (TEXI_FILES): Add Japanese files. view-process-1.12-pkg.tar.gz - ---------------------------- 2002-08-26 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.12 released. 2002-08-17 Ville Skytt=E4 <[email protected]> * view-process-mode.el: Docstring typo fixes, thanks to Reuben Thomas. * view-process-mode.el: Checkdoc fixes. * view-process-xemacs.el: Ditto. * view-process-system-specific.el: Ditto. xemacs-base-1.68-pkg.tar.gz - --------------------------- 2002-09-06 Rendhalver [Peter Brown] <[email protected]> * Makefile (VERSION): XEmacs package 1.68 released. 2002-08-29 Norbert Koch <[email protected]> * comint.el (comint-dynamic-complete-as-filename): Make the directory suffix dependent on the system-type. (comint-dynamic-complete-filename): Remove unnecessary binding. 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 XEmacs Advocate | Do not try the patience of Wizards, FreeBSD Devote | for they are subtle and quick to anger. Perl Hacker | - Elric (Technomage) , Babylon 5. Apache God | <mailto:rendhalver at xemacs.org> <GnuPG KeyID: AE51D= 190> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) Comment: Signed by Rendhalver part of the XEmacs team. iD8DBQE9hABgkNWo665R0ZARAgUaAKCdU5Pk7shIgcbT1IoNZ3eHHNWukwCeO1QU TMzJnB43+sVCN5mE7dJaQLo=3D =3D/HEs -----END PGP SIGNATURE-----