comparison src/ChangeLog @ 5471:00e79bbbe48f

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Mon, 14 Feb 2011 22:43:46 +0100
parents 0af042a0c116 70b15ac66ee5
children e79980ee5efe
comparison
equal deleted inserted replaced
5470:0af042a0c116 5471:00e79bbbe48f
1 2011-02-10 Aidan Kehoe <kehoea@parhasard.net>
2
3 * fns.c (shortest_length_among_sequences):
4 This was buggy, it always errored if the last argument was
5 circular, even if other arguments were non-circular. Correct that.
6
7 2011-02-09 Aidan Kehoe <kehoea@parhasard.net>
8
9 * alloc.c (Facons):
10 * alloc.c (Fobject_memory_usage):
11 * alloc.c (syms_of_alloc):
12 * faces.c (complex_vars_of_faces):
13 * lisp.h:
14 * mc-alloc.c (Fmc_alloc_memory_usage):
15 Rename acons() to Facons(), make it visible to Lisp. Change uses
16 of the function in C accordingly.
17
1 2011-02-07 Aidan Kehoe <kehoea@parhasard.net> 18 2011-02-07 Aidan Kehoe <kehoea@parhasard.net>
2 19
3 * keymap.c (describe_map_sort_predicate): Correct the order of 20 * keymap.c (describe_map_sort_predicate): Correct the order of
4 arguments to map_keymap_sort_predicate() here. Thanks again, Mats. 21 arguments to map_keymap_sort_predicate() here. Thanks again, Mats.
5 22