diff options
| author | Jason Rumney | 2001-01-13 00:04:05 +0000 |
|---|---|---|
| committer | Jason Rumney | 2001-01-13 00:04:05 +0000 |
| commit | 8edb0a6fb70af8aa228ec8f526245982114dfbb9 (patch) | |
| tree | 613a480a575e2183fa99f1ace1e107d5eec8bddc /src/ChangeLog | |
| parent | d6ff54d52ff06a8bf18fa1e26261449ecb12ca0f (diff) | |
| download | emacs-8edb0a6fb70af8aa228ec8f526245982114dfbb9.tar.gz emacs-8edb0a6fb70af8aa228ec8f526245982114dfbb9.zip | |
(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.
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d9432a3e88c..476f35b25c6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,32 @@ | |||
| 1 | 2001-01-13 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (Fimage_size, image_ascent, lookup_image) | ||
| 4 | (IMAGE_POSITIVE_INTEGER_VALUE_OR_PAIR, parse_image_spec) | ||
| 5 | (xbm_format, xpm_format, pbm_format, png_format, jpeg_format) | ||
| 6 | (tiff_format, gif_format, gs_format): Adapt to change of image | ||
| 7 | margins. | ||
| 8 | |||
| 9 | * w32term.c (x_produce_image_glyph, x_draw_image_foreground) | ||
| 10 | (x_draw_image_relief, x_draw_image_foreground_1) | ||
| 11 | (x_draw_image_glyph_string): Adapt to change of image margins. | ||
| 12 | |||
| 13 | * w32.c (init_environment, sys_shutdown, sys_pipe): Remove unused | ||
| 14 | variables. | ||
| 15 | |||
| 16 | * w32bdf.c (search_file_line, get_cached_font_char) | ||
| 17 | (cache_char_offset, create_offscreen_bitmap): Remove unused variables. | ||
| 18 | |||
| 19 | * w32inevt.c (w32_console_toggle_lock_key): Add parentheses. | ||
| 20 | |||
| 21 | * w32fns.c (x_to_w32_color, x_set_icon_name, xlfd_strip_height) | ||
| 22 | (w32_list_synthesized_fonts, lookup_image, Fx_file_dialog) | ||
| 23 | (Fw32_send_sys_command): Remove unused variables. | ||
| 24 | (w32_msg_pump): Add parentheses. | ||
| 25 | |||
| 26 | * w32term.c (w32_fill_rect, w32_read_socket, x_bitmap_icon) | ||
| 27 | (x_new_fontset, x_calc_absolute_position, x_iconify_frame): | ||
| 28 | Add parentheses. | ||
| 29 | |||
| 1 | 2001-01-12 Gerd Moellmann <gerd@gnu.org> | 30 | 2001-01-12 Gerd Moellmann <gerd@gnu.org> |
| 2 | 31 | ||
| 3 | * xdisp.c (Vtool_bar_button_margin): Replaces tool_bar_button_margin. | 32 | * xdisp.c (Vtool_bar_button_margin): Replaces tool_bar_button_margin. |