Mercurial > emacs
changeset 33040:307c229d44bb
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sun, 29 Oct 2000 21:02:58 +0000 |
parents | 075469a2c1c4 |
children | 10bc9f620b67 |
files | src/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
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: