aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 40d9e492fc1..280b828f738 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12001-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
12001-05-14 Gerd Moellmann <gerd@gnu.org> 92001-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
@@ -5,15 +13,14 @@
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
132001-05-12 Eli Zaretskii <eliz@is.elta.co.il> 212001-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