Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5254:1537701f08a1
Support Roman month numbers, #'format-time-string
src/ChangeLog addition:
2010-09-02 Aidan Kehoe <kehoea@parhasard.net>
* strftime.c (roman_upper, roman_lower, strftime):
Implement Roman month numbers, as used in central and eastern
Europe.
* editfns.c (Fformat_time_string):
Document two new escapes, to allow uppercase and lowercase Roman
month numbers. Remove documentation of a bug that we didn't
actually have.
* text.h (Qtime_function_encoding): We know the text encoding
coming from strftime(), because we always use the one in
strftime.c. Don't use Qnative.
man/ChangeLog addition:
2010-09-02 Aidan Kehoe <kehoea@parhasard.net>
* lispref/os.texi (Time Conversion):
Document the new #'format-time-string flags for Roman month
numbers.
| author | Aidan Kehoe <kehoea@parhasard.net> |
|---|---|
| date | Thu, 02 Sep 2010 12:00:06 +0100 |
| parents | b6a398dbb403 |
| children | b5611afbcc76 |
comparison
equal
deleted
inserted
replaced
| 5253:b6a398dbb403 | 5254:1537701f08a1 |
|---|---|
| 1 2010-09-02 Aidan Kehoe <kehoea@parhasard.net> | |
| 2 | |
| 3 * strftime.c (roman_upper, roman_lower, strftime): | |
| 4 Implement Roman month numbers, as used in central and eastern | |
| 5 Europe. | |
| 6 * editfns.c (Fformat_time_string): | |
| 7 Document two new escapes, to allow uppercase and lowercase Roman | |
| 8 month numbers. Remove documentation of a bug that we didn't | |
| 9 actually have. | |
| 10 * text.h (Qtime_function_encoding): We know the text encoding | |
| 11 coming from strftime(), because we always use the one in | |
| 12 strftime.c. Don't use Qnative. | |
| 13 | |
| 1 2010-09-01 Aidan Kehoe <kehoea@parhasard.net> | 14 2010-09-01 Aidan Kehoe <kehoea@parhasard.net> |
| 2 | 15 |
| 3 * fns.c (list_merge, list_array_merge_into_list) | 16 * fns.c (list_merge, list_array_merge_into_list) |
| 4 (list_array_merge_into_array): | 17 (list_array_merge_into_array): |
| 5 Avoid algorithmic complexity surprises when checking for | 18 Avoid algorithmic complexity surprises when checking for |
