Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4560:017044266245
Automated merge with file:/Sources/xemacs-21.5-checked-out
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 25 May 2008 22:06:30 +0200 |
parents | bd1a68c34d44 a78d697ccd2c |
children | 1c6cf8aa798b |
comparison
equal
deleted
inserted
replaced
4559:bd1a68c34d44 | 4560:017044266245 |
---|---|
1 2008-05-25 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * descr-text.el: New. | |
4 Taken from GNU's GPLV2 version of 2007-02-14, with modifications | |
5 for XEmacs support and extensions for Unihan.txt support and | |
6 db/dbm caches. | |
7 * simple.el (what-cursor-position): | |
8 Support an optional prefix argument, as does GNU, calling | |
9 #'describe-char to giving more detail on the character at point, | |
10 notably from UnicodeData and (in our case, optionally) Unihan.txt. | |
11 * syntax.el (syntax-after): | |
12 Make this available for the sake of #'describe-char. | |
13 * mule/mule-cmds.el (iso-2022-control-alist): | |
14 Make this available, for the sake of #'encoded-string-description | |
15 and #'describe-char. | |
16 * mule/mule-cmds.el (encoded-string-description): | |
17 Make this available, for the sake of #'describe-char. | |
18 * unicode.el (unicode-error-default-translation-table): | |
19 Make this a char table of type generic, not of type char. Makes it | |
20 possible to have the relevant logic in #'describe-char reasonably | |
21 clear; also, and this is undocumented, makes it much easier to | |
22 implement #'frob-unicode-errors-region. I should document this, | |
23 and revise #'frob-unicode-errors-region. | |
24 | |
1 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> | 25 2008-05-21 Aidan Kehoe <kehoea@parhasard.net> |
2 | 26 |
3 * mule/mule-coding.el (make-8-bit-choose-category): | 27 * mule/mule-coding.el (make-8-bit-choose-category): |
4 Merge my change of 2008-05-14 to the query-coding-region code. | 28 Merge my change of 2008-05-14 to the query-coding-region code. |
5 | 29 |