# HG changeset patch # User Eli Zaretskii # Date 989661939 0 # Node ID f85fb95efc3888a1c70c031d37898981608c284b # Parent bc25122cbfe438dbfa969d5df7615f2252313f7c *** empty log message *** diff -r bc25122cbfe4 -r f85fb95efc38 src/ChangeLog --- a/src/ChangeLog Sat May 12 10:02:51 2001 +0000 +++ b/src/ChangeLog Sat May 12 10:05:39 2001 +0000 @@ -1,3 +1,18 @@ +2001-05-12 Eli Zaretskii + + * w32bdf.c (search_file_line, set_bdf_font_info, seek_char) + (w32_get_bdf_glyph): Cast between unsigned char and char when + passing arguments to subroutines, to shut up compiler warnings. + (w32_get_bdf_glyph): Don't mix signed and unsigned when calling + GET_HEX_VAL. + + * xfaces.c: Include keyboard.h before frame.h, not after it. + + * widget.c: Include keyboard.h before frame.h. + + * w32term.h (struct image, struct face): Forward declaration, to + avoid compiler warnings. + 2001-05-11 Gerd Moellmann * keyboard.c (read_key_sequence): Don't modify events when