comparison lisp/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 7a1c4c523603
comparison
equal deleted inserted replaced
3723:a44f0c573e7a 3724:1fe680cefdb7
1 2006-12-06 Aidan Kehoe <kehoea@parhasard.net>
2
3 * simple.el (what-cursor-position):
4 For non-ASCII characters, give details on what a character maps to
5 in Unicode, and its Mule charsets and codes, instead of simply its
6 integer code point in this XEmacs.
7
1 2006-11-30 Mike Sperber <mike@xemacs.org> 8 2006-11-30 Mike Sperber <mike@xemacs.org>
2 9
3 * code-files.el (insert-file-contents): Call the file-name handler 10 * code-files.el (insert-file-contents): Call the file-name handler
4 from Lisp, not from `insert-file-contents-internal', which is too late. 11 from Lisp, not from `insert-file-contents-internal', which is too late.
5 12