comparison man/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 378a34562cbe
children 9f738305f80f
comparison
equal deleted inserted replaced
5253:b6a398dbb403 5254:1537701f08a1
1 2010-09-02 Aidan Kehoe <kehoea@parhasard.net>
2
3 * lispref/os.texi (Time Conversion):
4 Document the new #'format-time-string flags for Roman month
5 numbers.
6
1 2010-08-30 Aidan Kehoe <kehoea@parhasard.net> 7 2010-08-30 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * lispref/eval.texi (Evaluation, Multiple values): 9 * lispref/eval.texi (Evaluation, Multiple values):
4 Document our implementation of multiple values; point the reader 10 Document our implementation of multiple values; point the reader
5 to the CLTL or the Hyperspec for details of exactly when values 11 to the CLTL or the Hyperspec for details of exactly when values