comparison src/ChangeLog @ 101155:9e5f8e946d21

* font.c (font_clear_prop): If clearing the family, clear the font width index too. * xfaces.c (Finternal_set_lisp_face_attribute): Revert last change.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 13 Jan 2009 20:02:34 +0000
parents 706175eda1de
children 825f62fa0199
comparison
equal deleted inserted replaced
101154:7b7c30fbeecd 101155:9e5f8e946d21
1 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
2
3 * font.c (font_clear_prop): If clearing the family, clear the font
4 width index too.
5
6 * xfaces.c (Finternal_set_lisp_face_attribute): Revert last
7 change.
8
1 2009-01-12 Juanma Barranquero <lekktu@gmail.com> 9 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
2 10
3 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro. 11 * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.
4 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci 12 (do_play_sound): Use it. Don't pass a hardcoded buffer size to mci
5 functions, use sizeof. 13 functions, use sizeof.