comparison 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
comparison
equal deleted inserted replaced
33039:075469a2c1c4 33040:307c229d44bb
1 2000-10-29 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.h (FONT_DESCENT): Negate descent of BDF fonts.
4
5 * w32term.c (w32_bdf_per_char_metric): Negate descent.
6 (w32_cache_char_metrics): Handle possibility that 'x' does not
7 exist in a BDF font.
8 (W32_TEXTOUT): w32_BDF_TextOut wants number of bytes not chars.
9
10 * w32bdf.h (bdffont): Add nchars.
11
12 * w32bdf.c (set_bdf_font_info): Set it.
13 (w32_BDF_TextOut): Swap byte order of double byte characters.
14 (w32_load_bdf_font): Set double_byte_p based on bdf_font->nchars.
15
1 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il> 16 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2 17
3 * frame.c (Fframe_parameters): Fix the change from 2000-10-16: 18 * frame.c (Fframe_parameters): Fix the change from 2000-10-16:
4 don't override the colors in frame's param_alist, unless they are 19 don't override the colors in frame's param_alist, unless they are
5 unspecified. 20 unspecified.