Mercurial > emacs
comparison src/ChangeLog @ 35289:67f917367b49
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 13 Jan 2001 00:04:05 +0000 |
parents | 80050ac10dbf |
children | 73522d043f0b |
comparison
equal
deleted
inserted
replaced
35288:912ea0b8e09b | 35289:67f917367b49 |
---|---|
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. |
4 (build_desired_tool_bar_string): Handle Vtool_bar_button_margin | 33 (build_desired_tool_bar_string): Handle Vtool_bar_button_margin |
5 being a pair of margins. | 34 being a pair of margins. |