diff options
| author | Jason Rumney | 2000-09-29 21:18:19 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-09-29 21:18:19 +0000 |
| commit | c70c6b58c075dd455a85025396e7cd1e1b5a188a (patch) | |
| tree | 0194f2b8a1f97daa330c43dc0d9800f7f20a81f7 /src | |
| parent | f02149ce31f6cb125a721dd5e8836302a7742280 (diff) | |
| download | emacs-c70c6b58c075dd455a85025396e7cd1e1b5a188a.tar.gz emacs-c70c6b58c075dd455a85025396e7cd1e1b5a188a.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5a3b7b466d9..f2bc27171b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2000-09-29 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (w32_char_font_type, w32_encode_char) | ||
| 4 | (x_produce_glyphs): Distinguish single and multibyte BDF fonts. | ||
| 5 | (w32_bdf_per_char_metric): New function. | ||
| 6 | (w32_per_char_metric): Use it. | ||
| 7 | (x_draw_glyph_string_background): Always draw background for BDF | ||
| 8 | glyphs. | ||
| 9 | |||
| 10 | * w32bdf.h (glyph_struct, cache_bitmap): Cache bitmap data, not | ||
| 11 | GDI object which is a scarce resource. | ||
| 12 | |||
| 13 | * w32bdf.c (search_file_line): Fix skipping of whitespace. | ||
| 14 | (get_quoted_string): Fix limit on memchr search. | ||
| 15 | (set_bdf_font_info): Use unsigned chars. Negate yoffset. | ||
| 16 | (w32_init_bdf_font): Initialize codepoint and bitmap heaps. | ||
| 17 | (w32_free_bdf_font): Free bitmaps and codepoints on heaps. | ||
| 18 | (get_cached_font_char, cache_char_offset): Use macro | ||
| 19 | BDF_CODEPOINT_RANGE_COVER_P. | ||
| 20 | (cache_char_offset): Use HeapAlloc to allocate codepoints on own heap. | ||
| 21 | (clear_cached_bitmap_slots): New function. | ||
| 22 | (GET_HEX_VALUE): G-Z, g-z are not hex. | ||
| 23 | (w32_get_bdf_glyph): Convert to DIB format. Return bytes read. | ||
| 24 | (get_bitmap_with_cache): Use new cache implementation. | ||
| 25 | (create_offscreen_bitmap): New function. | ||
| 26 | (w32_BDF_TextOut): Use it. Draw glyphs as DIBs. | ||
| 27 | |||
| 28 | * w32term.c (x_produce_glyphs): If the distance from the current | ||
| 29 | position to the next tab stop is less than a canonical character | ||
| 30 | width, use the tab stop after that. | ||
| 31 | (x_draw_glyphs): Handle case START and END are out of bounds more | ||
| 32 | carefully. | ||
| 33 | (x_clear_mouse_face): Block/unblock input. | ||
| 34 | (x_display_and_set_cursor): Don't show a hollow box cursor for | ||
| 35 | buffers whose cursor_type is nil. | ||
| 36 | |||
| 1 | 2000-09-29 Gerd Moellmann <gerd@gnu.org> | 37 | 2000-09-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 38 | ||
| 3 | * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar | 39 | * xfns.c (x_set_tool_bar_lines): Clear frame when tool bar |