Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5685:aa5f38ecb804
Accept GNU's UNIVERSAL argument to #'format-time-string.
src/ChangeLog addition:
2012-09-16 Aidan Kehoe <kehoea@parhasard.net>
* editfns.c (Fformat_time_string):
Accept GNU's UNIVERSAL argument, which means we call gmtime()
instead of localtime(). Thanks for the report of org-mode
incompatibility, Matsl!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 16 Sep 2012 21:43:21 +0100 |
parents | dae33b5feffe |
children | b6c506c30f93 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Sep 08 16:33:48 2012 +0100 +++ b/src/ChangeLog Sun Sep 16 21:43:21 2012 +0100 @@ -1,3 +1,10 @@ +2012-09-16 Aidan Kehoe <kehoea@parhasard.net> + + * editfns.c (Fformat_time_string): + Accept GNU's UNIVERSAL argument, which means we call gmtime() + instead of localtime(). Thanks for the report of org-mode + incompatibility, Matsl! + 2012-09-07 Aidan Kehoe <kehoea@parhasard.net> * file-coding.c: