comparison lisp/ChangeLog @ 3970:949ac151a10d

[xemacs-hg @ 2007-05-20 20:09:20 by aidan] Test that all listed langenv input methods exist; comment out those we can't support while using 21.4 to compile our packages.
author aidan
date Sun, 20 May 2007 20:09:40 +0000
parents a7c03016302e
children 1af222c75869
comparison
equal deleted inserted replaced
3969:a7c03016302e 3970:949ac151a10d
1 2007-05-20 Aidan Kehoe <kehoea@parhasard.net>
2
3 * mule/devanagari.el ("Devanagari"):
4 * mule/ethiopic.el ("Ethiopic"):
5 * mule/hebrew.el ("Hebrew"):
6 * mule/lao.el ("Lao"):
7 * mule/tibetan.el ("Tibetan"):
8 * mule/vietnamese.el ("Vietnamese"):
9 The Hebrew input method we don't provide, for less than stellar
10 reasons; we should reconsider when and if we get bidi support.
11 The other input methods require changes to mule-category.el that
12 21.4 doesn't have, and as such supporting them in the packages is
13 mostly impossible. I've commented out the references to them in
14 the corresponding language environment.
15
16 * mule/mule-category.el (define-category):
17 Add an optional argument to define-category, taken from GNU; it's
18 still only a partial implementation, though. This whole file is
19 chaos.
20 * mule/mule-category.el (make-category-table): New.
21 Trivial implementation, for GNU compatibility.
22
1 2007-05-20 Stephen J. Turnbull <stephen@xemacs.org> 23 2007-05-20 Stephen J. Turnbull <stephen@xemacs.org>
2 24
3 * gutter-items.el (progress-feedback-with-label): Clarify docstring. 25 * gutter-items.el (progress-feedback-with-label): Clarify docstring.
4 26
5 2007-05-13 Adrian Aichner <adrian@xemacs.org> 27 2007-05-13 Adrian Aichner <adrian@xemacs.org>