# HG changeset patch # User Stefan Monnier # Date 989873583 0 # Node ID 2d969f61e620cc169e78648088e3ff29b957f925 # Parent f981769638816fc0b88caacbf0a0c6a6ce238a07 *** empty log message *** diff -r f98176963881 -r 2d969f61e620 src/ChangeLog --- a/src/ChangeLog Mon May 14 20:52:07 2001 +0000 +++ b/src/ChangeLog Mon May 14 20:53:03 2001 +0000 @@ -1,5 +1,8 @@ 2001-05-14 Stefan Monnier + * eval.c (Fdefvar): Only record (defvar ) in the load-history + in has no default value yet. + * xfaces.c (try_alternative_families): First try the FAMILY. And if nothing is found in the end, try again with scalable fonts. (try_font_list): Let try_alternative_families do a bit more of @@ -10,7 +13,7 @@ * xterm.c (note_mouse_highlight): Avoid changing the mouse pointer shape when show_mouse_face has already done it. - + * xterm.c (x_draw_glyphs): Fix computation of rightmost x for full-width rows.