comparison src/ChangeLog @ 5192:635f4b506855

Call internal_hash() with its new arg, Win32-specific code, fixing build src/ChangeLog addition: 2010-04-06 Aidan Kehoe <kehoea@parhasard.net> * toolbar-msw.c (allocate_toolbar_item_id) (mswindows_output_toolbar): * menubar-msw.c (allocate_menu_item_id, checksum_menu_item): * glyphs-msw.c (mswindows_image_instance_hash): * fontcolor-msw.c (mswindows_color_instance_equal): * device-msw.c (hash_devmode): Call internal_hash() with the correct number of arguments, declare various hash methods with the correct number of arguments, fixing the Win32 build. Thank you Vin.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 06 Apr 2010 15:08:22 +0100
parents 71ee43b8a74d
children 41ac827cb71b
comparison
equal deleted inserted replaced
5191:71ee43b8a74d 5192:635f4b506855
1 2010-04-06 Aidan Kehoe <kehoea@parhasard.net>
2
3 * toolbar-msw.c (allocate_toolbar_item_id)
4 (mswindows_output_toolbar):
5 * menubar-msw.c (allocate_menu_item_id, checksum_menu_item):
6 * glyphs-msw.c (mswindows_image_instance_hash):
7 * fontcolor-msw.c (mswindows_color_instance_equal):
8 * device-msw.c (hash_devmode):
9 Call internal_hash() with the correct number of arguments, declare
10 various hash methods with the correct number of arguments, fixing
11 the Win32 build. Thank you Vin.
12
1 2010-04-04 Ben Wing <ben@xemacs.org> 13 2010-04-04 Ben Wing <ben@xemacs.org>
2 14
3 * font-mgr.c: 15 * font-mgr.c:
4 * font-mgr.c (fc_standard_properties): 16 * font-mgr.c (fc_standard_properties):
5 * font-mgr.c (Ffc_pattern_p): 17 * font-mgr.c (Ffc_pattern_p):