2008-08-21 Chong Yidong <cyd@stupidchicken.com>
+ * xfaces.c (x_update_menu_appearance): Check validity of menu font
+ before using it.
+
* puresize.h (BASE_PURESIZE): Increase to 1250000.
2008-08-20 Adrian Robert <Adrian.B.Robert@gmail.com>
}
if (face->font
+ /* On Solaris 5.8, it's been reported that the `menu' face
+ can be unspecified here, during startup. Why this
+ happens remains unknown. -- cyd */
+ && FONTP (LFACE_FONT (lface))
&& (!UNSPECIFIEDP (LFACE_FAMILY (lface))
|| !UNSPECIFIEDP (LFACE_FOUNDRY (lface))
|| !UNSPECIFIEDP (LFACE_SWIDTH (lface))