comparison src/ChangeLog @ 70072:46e10feaefd1

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 18 Apr 2006 08:13:49 +0000
parents 08c02110e935
children 1694af098666
comparison
equal deleted inserted replaced
70071:84e6726893ef 70072:46e10feaefd1
1 2006-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * image.c (x_create_bitmap_from_data) [MAC_OS]: Don't check return
4 value of xmalloc.
5
6 * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc)
7 (create_apple_event_from_event_ref, xrm_get_preference_database)
8 (cfstring_create_normalized): Don't check return value of xmalloc.
9
10 * macselect.c (get_scrap_target_type_list, defer_apple_events)
11 (copy_scrap_flavor_data, mac_handle_service_event): Don't check
12 return value of xmalloc/xrealloc.
13
14 * macterm.c (XCreateGC, x_per_char_metric, xlfdpat_create)
15 (init_font_name_table, init_font_name_table, mac_do_list_fonts)
16 (XLoadQueryFont, mac_store_apple_event): Don't check
17 return value of xmalloc.
18
1 2006-04-17 Kim F. Storm <storm@cua.dk> 19 2006-04-17 Kim F. Storm <storm@cua.dk>
2 20
3 * window.c (coordinates_in_window): On the vertical border, 21 * window.c (coordinates_in_window): On the vertical border,
4 calculate the row number measured from the top of the window, not 22 calculate the row number measured from the top of the window, not
5 the top of the frame. 23 the top of the frame.