Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3724:1fe680cefdb7
[xemacs-hg @ 2006-12-06 21:28:47 by aidan]
lisp/ChangeLog addition:
2006-12-04 Aidan Kehoe <kehoea@parhasard.net>
* simple.el (what-cursor-position):
For non-ASCII characters, give details on what a character maps to
in Unicode, and its Mule charsets and codes, instead of simply its
integer code point in this XEmacs.
src/ChangeLog addition:
2006-12-04 Aidan Kehoe <kehoea@parhasard.net>
* text.c (Fsplit_char):
Make split-char available on non-Mule builds, taking out a
superfluous call to get-charset to make that possible.
author | aidan |
---|---|
date | Wed, 06 Dec 2006 21:28:54 +0000 |
parents | a0adf5f08c44 |
children | 6765f2581182 |
comparison
equal
deleted
inserted
replaced
3723:a44f0c573e7a | 3724:1fe680cefdb7 |
---|---|
1 2006-12-06 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * text.c (Fsplit_char): | |
4 Make split-char available on non-Mule builds, taking out a | |
5 superfluous call to get-charset to make that possible. | |
6 | |
1 2006-11-30 Mike Sperber <mike@xemacs.org> | 7 2006-11-30 Mike Sperber <mike@xemacs.org> |
2 | 8 |
3 * fileio.c (Finsert_file_contents_internal): Don't call the | 9 * fileio.c (Finsert_file_contents_internal): Don't call the |
4 file-name handler for `insert-file-contents' from here, which is | 10 file-name handler for `insert-file-contents' from here, which is |
5 too late. Instead, do it from Lisp.SSper | 11 too late. Instead, do it from Lisp.SSper |