comparison src/ChangeLog @ 37725:7e55768d52fd

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 14 May 2001 13:35:09 +0000
parents 419538da0f94
children 1944a7ed9138
comparison
equal deleted inserted replaced
37724:3a5a6cd7ee9a 37725:7e55768d52fd
1 2001-05-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * xfaces.c (try_alternative_families): First try the FAMILY.
4 And if nothing is found in the end, try again with scalable fonts.
5 (try_font_list): Let try_alternative_families do a bit more of
6 the work. Only use FAMILY if it is not nil.
7 (syms_of_xfaces) <scalable-fonts-allowed>: Fix docstring.
8
1 2001-05-14 Gerd Moellmann <gerd@gnu.org> 9 2001-05-14 Gerd Moellmann <gerd@gnu.org>
2 10
3 * xterm.c (x_draw_glyphs): Fix compuation of rightmost x for 11 * xterm.c (x_draw_glyphs): Fix compuation of rightmost x for
4 full-width rows. 12 full-width rows.
5 13
6 * xfaces.c (split_font_name): Make sure to leave the loop 14 * xfaces.c (split_font_name): Make sure to leave the loop
7 with the right value of `i'. 15 with the right value of `i'.
8 16
9 * xfaces.c (split_font_name): Handle matrix transformations 17 * xfaces.c (split_font_name): Handle matrix transformations
10 in the pixel and point size fields of XLFD font names. 18 in the pixel and point size fields of XLFD font names.
11 (xlfd_point_size): Likewise. 19 (xlfd_point_size): Likewise.
12 20
13 2001-05-12 Eli Zaretskii <eliz@is.elta.co.il> 21 2001-05-12 Eli Zaretskii <eliz@is.elta.co.il>
14 22
15 * w32fns.c (w32_to_x_font): Change prototype to fit the 23 * w32fns.c (w32_to_x_font): Change prototype to fit the declaration.
16 declaration.
17 (x_to_w32_font): Add prototype. 24 (x_to_w32_font): Add prototype.
18 25
19 * regex.c (malloc, realloc, free) [emacs]: Undefine before 26 * regex.c (malloc, realloc, free) [emacs]: Undefine before
20 redefining, to avoid compiler warnings. 27 redefining, to avoid compiler warnings.
21 28