Mercurial > emacs
diff src/ChangeLog @ 33040:307c229d44bb
*** empty log message ***
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Sun, 29 Oct 2000 21:02:58 +0000 |
| parents | b81a0bbc5682 |
| children | f7a3d4e0ddb5 |
line wrap: on
line diff
--- 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 <jasonr@gnu.org> + + * 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 <eliz@is.elta.co.il> * frame.c (Fframe_parameters): Fix the change from 2000-10-16:
