Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 2633:b921e3d0ac3e
[xemacs-hg @ 2005-03-04 21:59:42 by aidan]
Add encode-char and decode-char functions, for wider Mule compatibility.
They do unicode-to-char and char-to-unicode, and are implemented in Mule-UCS
and GNU Emacs.
author | aidan |
---|---|
date | Fri, 04 Mar 2005 21:59:43 +0000 |
parents | 1ea43ec83f12 |
children | c86fcce8b14b |
comparison
equal
deleted
inserted
replaced
2632:a94fafdc4b7d | 2633:b921e3d0ac3e |
---|---|
1 2005-03-04 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * unicode.el (decode-char): New. This is what the FSF Mule API | |
4 calls unicode-to-char. The API of the function is more general, | |
5 but support for anything beyond Unicode isn't implemented, and I | |
6 can't see why it would be, given that make-char does a fine job | |
7 already. | |
8 * unicode.el (encode-char): New. This is what the FSF Mule calls | |
9 char-to-unicode. | |
10 | |
1 2005-02-28 Simon Josefsson <jas@extundo.com> | 11 2005-02-28 Simon Josefsson <jas@extundo.com> |
2 | 12 |
3 * about.el (xemacs-hackers): Add jas. | 13 * about.el (xemacs-hackers): Add jas. |
4 (about-other-current-hackers): Likewise. | 14 (about-other-current-hackers): Likewise. |
5 (about-url-alist): Add URL for jas. | 15 (about-url-alist): Add URL for jas. |