diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2c96a985d8f..8a00cf2dbd4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 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, |