# HG changeset patch # User Jason Rumney # Date 979344245 0 # Node ID 67f917367b4936b91ee8626bcceaca8b1a1c48d9 # Parent 912ea0b8e09b557826981062be13868bf008ea11 *** empty log message *** diff -r 912ea0b8e09b -r 67f917367b49 src/ChangeLog --- a/src/ChangeLog Sat Jan 13 00:03:17 2001 +0000 +++ b/src/ChangeLog Sat Jan 13 00:04:05 2001 +0000 @@ -1,3 +1,32 @@ +2001-01-13 Jason Rumney + + * w32fns.c (Fimage_size, image_ascent, lookup_image) + (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR, parse_image_spec) + (xbm_format, xpm_format, pbm_format, png_format, jpeg_format) + (tiff_format, gif_format, gs_format): Adapt to change of image + margins. + + * w32term.c (x_produce_image_glyph, x_draw_image_foreground) + (x_draw_image_relief, x_draw_image_foreground_1) + (x_draw_image_glyph_string): Adapt to change of image margins. + + * w32.c (init_environment, sys_shutdown, sys_pipe): Remove unused + variables. + + * w32bdf.c (search_file_line, get_cached_font_char) + (cache_char_offset, create_offscreen_bitmap): Remove unused variables. + + * w32inevt.c (w32_console_toggle_lock_key): Add parentheses. + + * w32fns.c (x_to_w32_color, x_set_icon_name, xlfd_strip_height) + (w32_list_synthesized_fonts, lookup_image, Fx_file_dialog) + (Fw32_send_sys_command): Remove unused variables. + (w32_msg_pump): Add parentheses. + + * w32term.c (w32_fill_rect, w32_read_socket, x_bitmap_icon) + (x_new_fontset, x_calc_absolute_position, x_iconify_frame): + Add parentheses. + 2001-01-12 Gerd Moellmann * xdisp.c (Vtool_bar_button_margin): Replaces tool_bar_button_margin.