-----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:
===========================
prog-modes-2.23-pkg.tar.gz upstream version: none
Previously Announced Packages Still in Pre-Release:
==================================================
edit-utils-2.44-pkg.tar.gz upstream version: none
games-1.21-pkg.tar.gz upstream version: 2.00
leim-1.32-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
text-modes-2.00-pkg.tar.gz upstream version: none
x-symbol-1.13-pkg.tar.gz upstream version: 4.5.1
xemacs-base-2.30-pkg.tar.gz upstream version: none
xemacs-devel-1.82-pkg.tar.gz upstream version: none
Detailed Changes:
================
- ------- ChangeLog Entries from xemacs-packages/prog-modes/ChangeLog -------
2011-05-11 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 2.23 released.
2011-05-11 Didier Verna <didier(a)xemacs.org>
* cl-indent.el: Subclause-aware loop indentation from Slime.
(lisp-indent-loop-subclauses): New customizable user option.
(common-lisp-indent-function): Trampoline directly to
common-lisp-indent-function-1. Loop indentation is now picked up
by the normal machinery instead of being special-case'd here.
(lisp-indent-loop): New function. Choose between the old naive
indentation and the new subclause-aware version based on
lisp-indent-loop-subclauses.
(common-lisp-indent-body-introducing-loop-macro-keyword):
(common-lisp-indent-prefix-loop-macro-keyword):
(common-lisp-indent-clause-joining-loop-macro-keyword):
(common-lisp-indent-indented-loop-macro-keyword):
(common-lisp-indent-indenting-loop-macro-keyword):
(common-lisp-indent-loop-macro-else-keyword): New variables.
Regular expressions for identifying loop parts.
(common-lisp-indent-parse-state-depth):
(common-lisp-indent-parse-state-start):
(common-lisp-indent-parse-state-prev): New functions. Parse state
accessors.
(common-lisp-indent-loop-macro-1): New function. Subclause aware
loop indentation.
(common-lisp-indent-loop-advance-past-keyword-on-line): Utility
used by the above.
2011-05-11 Didier Verna <didier(a)xemacs.org>
From Nikodemus Siivola.
* cl-indent.el (common-lisp-loop-type): New function. Replaces
extended-loop-p.
(common-lisp-loop-part-indentation): Use common-lisp-loop-type to
decide how to indent, supporting both "split" and "unsplit"
styles.
(lisp-loop-keyword-indentation):
(lisp-loop-forms-indentation): Deleted. Pointless now that both
split and unsplit styles work automatically.
(extended-loop-p): Deleted.
(lisp-simple-loop-indentation): Change default to 2.
(common-lisp-loop-part-indentation): Return (<indent>
<loop-start>) instead of <indent> for non-simple loops. This lets
calculate-lisp-indent know that the following lines of the loop
might be indented differently, fixing indent-sexp for loops.
(common-lisp-indent-function-1): Remove bogus special casing of
,(...) and ,@(...). Even if backquote was being indented as data,
the escaped forms are evaluated, and hence should be indented as
lisp code.
(lisp-indent-259): Don't throw to exit with normal-indent if
processing a tail that isn't a cons. Doing that breaks (... &rest
foo) specs.
(common-lisp-indent-function-1): Don't take `default' for a
tentative defun, unlike anything else starting with `def'.
2011-05-11 Didier Verna <didier(a)xemacs.org>
* cl-indent.el: Whitespace cleanup.
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)
iD8DBQFNyuYagu3ywdHdhM0RAlWyAJsE+DwA7JOjKbFYEGlyY22wL8KCuQCgjylN
vXizqyaC6cJDeGNTWh3OVoc=
=s0FY
-----END PGP SIGNATURE-----
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Ar an cúigiú lá is fiche de mí Aibréan, scríobh Richard:
> On Sun, Apr 24, 2011 at 12:43:54PM +0100, Aidan Kehoe wrote:
>
> .. somehow a bug slipped through, was trying to use "s" to generate
> both zen and san which can not work. New version attached.
OK, I’ve double-checked the mapping with the table on page 366 of Daniels
and Bright’s ‘The World’s Writing Systems’, and it looks good, though you
include several letters they don’t have.
--
“Apart from the nine-banded armadillo, man is the only natural host of
Mycobacterium leprae, although it can be grown in the footpads of mice.”
-- Kumar & Clark, Clinical Medicine, summarising improbable leprosy research
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hi,
Looking into different things to merge in from GNU Emacs I have
stumbled on that GNU Emacs now has syntax.el. XEmacs has that too but
it contains stuff that GNU Emacs has in subr.el. So I'm considering
moving what we now have in syntax.el to subr.el to make room for the
GNU Emacs version of syntax.el.
I guess that the GNU Emacs syntax.el would go into some package
instead of being dumped!? xemacs-base?
Comments?
Yours
--
%% Mats
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
from xemacs repository this time
win32.o: In function `mswindows_read_link_1':
/home/esj/xemacs/src/win32.c:513: undefined reference to `_IID_IPersistFile'
/home/esj/xemacs/src/win32.c:571: undefined reference to `_IID_IPersistFile'
collect2: ld returned 1 exit status
back here again. did I miss an update?
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
Hi there --
In my recent merging of the trunk code into the carbon repository, it came
up that Andrew Choi included non-default toolbar icons, and these didn’t
merge cleanly with the files with recently-added copyright information. So I
replaced them with the files in the trunk. The ones Choi used are
unquestionably better, but I don’t know if they’re his, and given how much
we worried about the copyright of *everything else*, it seems unhelpful to
presume.
So, yeah. Given that Carbon is on its way out from Apple’s perspective and
that we never got the legal advice that would have meant we’d be happy to go
ahead with making a release of it, I’m not sure how much further we should
take that repository. Opinions?
Best,
Aidan
--
“Apart from the nine-banded armadillo, man is the only natural host of
Mycobacterium leprae, although it can be grown in the footpads of mice.”
-- Kumar & Clark, Clinical Medicine, summarising improbable leprosy research
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta
ACTIVITY SUMMARY (2011-05-03 - 2011-05-10)
XEmacs Issue Tracking System at http://tracker.xemacs.org/XEmacs/its/
To view or respond to any of the issues listed below, click on the issue
number. Do NOT respond to this message.
514 open ( +1) / 249 closed ( +0) / 763 total ( +1)
Open issues with patches: 11
Average duration of open issues: 857 days.
Median duration of open issues: 892 days.
Open Issues Breakdown
new 182 ( +0)
deferred 6 ( +0)
napping 4 ( +0)
verified 53 ( +1)
assigned 151 ( +0)
committed 28 ( +0)
documented 3 ( +0)
done/needs work 24 ( +0)
Issues Created Or Reopened (1)
______________________________
Build --with-database=berkdb,gdbm fails 2011-05-03
http://tracker.xemacs.org/XEmacs/its/issue765 created stephen
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta