Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5221:ac6846067766
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 30 May 2010 15:16:07 +0100 |
parents | 2d0937dc83cf 2157ecaedc1d |
children | 18c0b5909d16 |
comparison
equal
deleted
inserted
replaced
5219:2d0937dc83cf | 5221:ac6846067766 |
---|---|
34 #'length and return nil if the list is circular. | 34 #'length and return nil if the list is circular. |
35 | 35 |
36 * byte-optimize.el (equalp): This needs | 36 * byte-optimize.el (equalp): This needs |
37 byte-optimize-binary-predicate as its optimizer, as do the other | 37 byte-optimize-binary-predicate as its optimizer, as do the other |
38 equality predicates. | 38 equality predicates. |
39 | |
40 2010-05-30 Aidan Kehoe <kehoea@parhasard.net> | |
41 | |
42 * subr.el (float-time): Add this function, available in editfns.c | |
43 in GNU. | |
39 | 44 |
40 2010-05-16 Aidan Kehoe <kehoea@parhasard.net> | 45 2010-05-16 Aidan Kehoe <kehoea@parhasard.net> |
41 | 46 |
42 * files.el (default-file-system-ignore-case): | 47 * files.el (default-file-system-ignore-case): |
43 Move this to fileio.c, where it's a constant boolean variable | 48 Move this to fileio.c, where it's a constant boolean variable |