XEmacs Packages have been pre-released (2012-01-10-15)

Norbert Koch viteno at xemacs.org
Tue Jan 10 09:43:51 EST 2012


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey there everyone.

I have just added the following packages to the 'Pre-Releases'
directory:

New Packages in Pre-Release:
===========================
Sun-1.17-pkg.tar.gz                     upstream version: none
cc-mode-1.47-pkg.tar.gz                 upstream version: 5.30.10
ede-1.04-pkg.tar.gz                     upstream version: 1.0pre4
edit-utils-2.45-pkg.tar.gz              upstream version: none
eudc-1.41-pkg.tar.gz                    upstream version: 1.32
mmm-mode-1.06-pkg.tar.gz                upstream version: 0.4.8
net-utils-1.57-pkg.tar.gz               upstream version: N/A
speedbar-1.30-pkg.tar.gz                upstream version: 1.0pre4
text-modes-2.01-pkg.tar.gz              upstream version: none
w3-1.36-pkg.tar.gz                      upstream version: 4.0pre47
xemacs-base-2.31-pkg.tar.gz             upstream version: none


Previously Announced Packages Still in Pre-Release:
==================================================
games-1.21-pkg.tar.gz                   upstream version: 2.00
leim-1.33-pkg.tar.gz                    upstream version: none
mh-e-1.33-pkg.tar.gz                    upstream version: 7.4.2
pgg-1.08-pkg.tar.gz                     upstream version: 0.1
prog-modes-2.25-pkg.tar.gz              upstream version: none
ruby-modes-1.05-pkg.tar.gz              upstream version: 1.8.7
x-symbol-1.13-pkg.tar.gz                upstream version: 4.5.1
xemacs-devel-1.82-pkg.tar.gz            upstream version: none


Detailed Changes:
================
- ------- ChangeLog Entries from xemacs-packages/Sun/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 1.17 released.

2011-12-30  Aidan Kehoe  <kehoea at parhasard.net>

	* sunpro-sparcworks.el:
	No longer require cl-19, Quiroz's CL compatibility package is long
	gone, (require 'cl) is good enough.



- ------- ChangeLog Entries from xemacs-packages/cc-mode/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 1.47 released.

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 1.46 released.



- ------- ChangeLog Entries from xemacs-packages/ede/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 1.04 released.

2011-12-30  Aidan Kehoe  <kehoea at parhasard.net>

	* ede.el (ede-load-cache):
	#'save-excursion before #'set-buffer here, this code is run at
	compile time (via (require 'ede), especially in semantic), and the
	naked set-buffer interacts badly with the byte-compiler.



- ------- ChangeLog Entries from xemacs-packages/edit-utils/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 2.45 released.



- ------- ChangeLog Entries from xemacs-packages/eudc/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 1.41 released.

2011-12-31  Aidan Kehoe  <kehoea at parhasard.net>

	* eudc.el (eudc-custom-generated-menu):
	Only call #'custom-menu-create if the menubar is available; avoids
	compilation problems when this code is evaluated as a result of
	(require 'eudc).



- ------- ChangeLog Entries from xemacs-packages/mmm-mode/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 1.06 released.



- ------- ChangeLog Entries from xemacs-packages/net-utils/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 1.57 released.



- ------- ChangeLog Entries from xemacs-packages/speedbar/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 1.30 released.



- ------- ChangeLog Entries from xemacs-packages/text-modes/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 2.01 released.



- ------- ChangeLog Entries from xemacs-packages/w3/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 1.36 released.

2011-12-31  Aidan Kehoe  <kehoea at parhasard.net>

	* lisp/w3-menu.el (w3-menu-edit-menu):
	Only call #'custom-menu-create if the menubar is available; avoids
	compilation problems when this code is evaluated as a result of
	(require 'w3-menu).



- ------- ChangeLog Entries from xemacs-packages/xemacs-base/ChangeLog -------

2012-01-10  Norbert Koch  <viteno at xemacs.org>

	* Makefile (VERSION): XEmacs package 2.31 released.

2011-12-30  Aidan Kehoe  <kehoea at parhasard.net>

	* advice.el (ad-set-arguments):
	* advice.el (ad-assemble-advised-definition):
	Use #'subst, not #'nsubst; advice constructed by macros may have
	shared structure, and any in-place modification will break this.





Installing These:
================

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

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


Footnotes: 
[1]  Note:  Mule packages should be installed into:
        /usr/local/lib/xemacs/mule-packages/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFPDE6y7yJLt8ORD7cRAgREAJoDirVvAWO4+FaQkxKhGSbX3fkH/gCdHpm0
Lx1dks5Dbr8QXowRgTTpXmE=
=ivip
-----END PGP SIGNATURE-----



More information about the XEmacs-Beta mailing list