Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5186:b36d089cbed5
Don't error if describe-char-use-cache t and database not readable, descr-text
2010-04-02 Aidan Kehoe <kehoea@parhasard.net>
* descr-text.el (describe-char-unicode-data):
Don't give up if describe-char-use-cache is t and the database
isn't readable, warn and insert the entire UnicodeData.txt file
instead.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 02 Apr 2010 13:23:31 +0100 |
parents | 2e528066e2fc |
children | 77907bd57d25 |
comparison
equal
deleted
inserted
replaced
5185:e785e579b084 | 5186:b36d089cbed5 |
---|---|
1 2010-04-02 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * descr-text.el (describe-char-unicode-data): | |
4 Don't give up if describe-char-use-cache is t and the database | |
5 isn't readable, warn and insert the entire UnicodeData.txt file | |
6 instead. | |
7 | |
1 2010-04-01 Aidan Kehoe <kehoea@parhasard.net> | 8 2010-04-01 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * cl-seq.el (fill, sort*, merge): Move these functions to fns.c. | 10 * cl-seq.el (fill, sort*, merge): Move these functions to fns.c. |
4 (stable-sort): Make this docstring reflect the argument names used | 11 (stable-sort): Make this docstring reflect the argument names used |
5 in the #'sort* docstring. | 12 in the #'sort* docstring. |