comparison 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
comparison
equal deleted inserted replaced
5684:0eb4e96fd261 5685:aa5f38ecb804
1 2012-09-16 Aidan Kehoe <kehoea@parhasard.net>
2
3 * editfns.c (Fformat_time_string):
4 Accept GNU's UNIVERSAL argument, which means we call gmtime()
5 instead of localtime(). Thanks for the report of org-mode
6 incompatibility, Matsl!
7
1 2012-09-07 Aidan Kehoe <kehoea@parhasard.net> 8 2012-09-07 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * file-coding.c: 10 * file-coding.c:
4 * file-coding.c (snarf_coding_system): 11 * file-coding.c (snarf_coding_system):
5 Take a new parameter, FIND_CODING_SYSTEM_P, which indicates that 12 Take a new parameter, FIND_CODING_SYSTEM_P, which indicates that