# HG changeset patch # User Jason Rumney # Date 972853378 0 # Node ID 307c229d44bbc52ac8486a04cf0382d07cda8cd2 # Parent 075469a2c1c49e8a765b3efea9bbba84975ca9f5 *** empty log message *** diff -r 075469a2c1c4 -r 307c229d44bb src/ChangeLog --- a/src/ChangeLog Sun Oct 29 21:01:16 2000 +0000 +++ b/src/ChangeLog Sun Oct 29 21:02:58 2000 +0000 @@ -1,3 +1,18 @@ +2000-10-29 Jason Rumney + + * w32term.h (FONT_DESCENT): Negate descent of BDF fonts. + + * w32term.c (w32_bdf_per_char_metric): Negate descent. + (w32_cache_char_metrics): Handle possibility that 'x' does not + exist in a BDF font. + (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars. + + * w32bdf.h (bdffont): Add nchars. + + * w32bdf.c (set_bdf_font_info): Set it. + (w32_BDF_TextOut): Swap byte order of double byte characters. + (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars. + 2000-10-28 Eli Zaretskii * frame.c (Fframe_parameters): Fix the change from 2000-10-16: