diff src/ChangeLog @ 109174:01e36ca71747

Fix compilation for Motif/Lesstif. * xmenu.c (set_frame_menubar, create_and_show_popup_menu) (create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog) unless USE_LUCID.
author Jan D <jan.h.d@swipnet.se>
date Thu, 08 Jul 2010 12:35:54 +0200
parents d8a16c4fa9b1
children fdb79ffbe27c
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jul 08 12:29:51 2010 +0200
+++ b/src/ChangeLog	Thu Jul 08 12:35:54 2010 +0200
@@ -1,3 +1,9 @@
+2010-07-08  Jan Djärv  <jan.h.d@swipnet.se>
+
+	* xmenu.c (set_frame_menubar, create_and_show_popup_menu)
+	(create_and_show_dialog): Don't call apply_systemfont_to_(menu|dialog)
+	unless USE_LUCID.
+
 2010-07-08  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* xdisp.c (store_mode_line_noprop_char): Remove K&R alternative declaration.