Mercurial > hg > xemacs-beta
comparison man/ChangeLog @ 5867:e0f1dfaa821e
Add the non-ASCII digit support, now #'parse-integer can handle it.
lisp/ChangeLog addition:
2015-03-08 Aidan Kehoe <kehoea@parhasard.net>
* mule/digit.el: New file, specifying integer weights for those
decimal digits specified by Unicode, and for the Latin characters
in ASCII.
* dumped-lisp.el (preloaded-file-list):
Dump this file, so those weights are available at runtime.
tests/ChangeLog addition:
2015-03-16 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Extend the tests for #'parse-integer, #'digit-char, #'digit-char-p
substantially, testing the Unicode decimal digits in detail.
src/ChangeLog addition:
2015-03-08 Aidan Kehoe <kehoea@parhasard.net>
* data.c (Fparse_integer):
Document a complication that arises when a leading minus sign has
a digit weight but is nonetheles interpreted as a minus.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 16 Mar 2015 00:28:18 +0000 |
parents | 15041705c196 |
children | 6174848f3e6c |
comparison
equal
deleted
inserted
replaced
5866:5ea790936de9 | 5867:e0f1dfaa821e |
---|---|
11 2015-02-23 Mike Kupfer <mike.kupfer@xemacs.org> | 11 2015-02-23 Mike Kupfer <mike.kupfer@xemacs.org> |
12 | 12 |
13 * internals/internals.texi (The Redisplay Mechanism): | 13 * internals/internals.texi (The Redisplay Mechanism): |
14 Add notes about pixel_to_glyph_translation and related code. | 14 Add notes about pixel_to_glyph_translation and related code. |
15 (pixel_to_glyph_translation): New section. | 15 (pixel_to_glyph_translation): New section. |
16 | |
17 2015-03-08 Aidan Kehoe <kehoea@parhasard.net> | |
18 | |
19 * lispref/strings.texi (Predicates for Characters): | |
20 Document `digit-char-p', `digit-char' here. | |
21 * lispref/strings.texi (String Conversion): | |
22 Document `parse-integer' here. | |
16 | 23 |
17 2014-03-28 Jerry James <james@xemacs.org> | 24 2014-03-28 Jerry James <james@xemacs.org> |
18 | 25 |
19 * Makefile.in: Do not build texinfo files. | 26 * Makefile.in: Do not build texinfo files. |
20 * texinfo/fdl.texi: | 27 * texinfo/fdl.texi: |