comparison src/ChangeLog @ 5375:2fba45e5b48d

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 17 Mar 2011 20:17:19 +0000
parents d967d96ca043
children 4f39e57a82b4 ac37a5f7e5be
comparison
equal deleted inserted replaced
5373:b6e59ea11533 5375:2fba45e5b48d
1 2011-03-15 Aidan Kehoe <kehoea@parhasard.net>
2
3 * config.h.in (SUPPORT_CONFOUNDING_FUNCTIONS): New #define,
4 equivalent NEED_TO_HANDLE_21_4_CODE by default, describing whether
5 this XEmacs should support the old-eq, old-equal and related
6 functions and byte codes.
7 * bytecode.c (UNUSED):
8 Only interpret old-eq, old-equal, old-memq if
9 SUPPORT_CONFOUNDING_FUNCTIONS is defined.
10 * data.c:
11 Move Fold_eq to fns.c with the rest of the Fold_* functions.
12 * fns.c:
13 * fns.c (Fmemq):
14 * fns.c (memq_no_quit):
15 * fns.c (assoc_no_quit):
16 * fns.c (Frassq):
17 * fns.c (Fequal):
18 * fns.c (Fold_equal):
19 * fns.c (syms_of_fns):
20 Group old-eq, old-equal, old-memq etc together, surround them with
21 #ifdef SUPPORT_CONFOUNDING_FUNCTIONS.
22
1 2011-03-14 Aidan Kehoe <kehoea@parhasard.net> 23 2011-03-14 Aidan Kehoe <kehoea@parhasard.net>
2 24
3 * glyphs-eimage.c (png_instantiate): 25 * glyphs-eimage.c (png_instantiate):
4 Update the PNG handling code to work with versions of the library 26 Update the PNG handling code to work with versions of the library
5 where the png_info structure is no longer visible. Thank you for 27 where the png_info structure is no longer visible. Thank you for