comparison lisp/ChangeLog @ 5220:2157ecaedc1d

Add `float-time', implemented in Lisp. 2010-05-30 Aidan Kehoe <kehoea@parhasard.net> * subr.el (float-time): Add this function, available in editfns.c in GNU.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 30 May 2010 15:14:29 +0100
parents cdca98f2d36f
children ac6846067766
comparison
equal deleted inserted replaced
5212:4f98237e23fc 5220:2157ecaedc1d
1 2010-05-30 Aidan Kehoe <kehoea@parhasard.net>
2
3 * subr.el (float-time): Add this function, available in editfns.c
4 in GNU.
5
1 2010-05-16 Aidan Kehoe <kehoea@parhasard.net> 6 2010-05-16 Aidan Kehoe <kehoea@parhasard.net>
2 7
3 * files.el (default-file-system-ignore-case): 8 * files.el (default-file-system-ignore-case):
4 Move this to fileio.c, where it's a constant boolean variable 9 Move this to fileio.c, where it's a constant boolean variable
5 initialised at dump time. 10 initialised at dump time.