aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9cd3520dcb6..d49a0e6c0fc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-05-14 Stefan Monnier <monnier@cs.yale.edu> 12001-05-14 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * eval.c (Fdefvar): Only record (defvar <var>) in the load-history
4 in <var> has no default value yet.
5
3 * xfaces.c (try_alternative_families): First try the FAMILY. 6 * xfaces.c (try_alternative_families): First try the FAMILY.
4 And if nothing is found in the end, try again with scalable fonts. 7 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 8 (try_font_list): Let try_alternative_families do a bit more of
@@ -10,7 +13,7 @@
10 13
11 * xterm.c (note_mouse_highlight): Avoid changing the mouse 14 * xterm.c (note_mouse_highlight): Avoid changing the mouse
12 pointer shape when show_mouse_face has already done it. 15 pointer shape when show_mouse_face has already done it.
13 16
14 * xterm.c (x_draw_glyphs): Fix computation of rightmost x for 17 * xterm.c (x_draw_glyphs): Fix computation of rightmost x for
15 full-width rows. 18 full-width rows.
16 19