aboutsummaryrefslogtreecommitdiffstats
path: root/lwlib
diff options
context:
space:
mode:
authorJuanma Barranquero2014-03-03 05:57:26 +0100
committerJuanma Barranquero2014-03-03 05:57:26 +0100
commit35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099 (patch)
treee62433e0952c3192f466f1334180683d6334f8c3 /lwlib
parent542a38406dd041c1870760c792e0d05e1d0d9e39 (diff)
downloademacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.tar.gz
emacs-35e951cd4bee5ef9c4e3158bd7cf13c24fc4b099.zip
*/ChangeLog: Trivial fixes.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/ChangeLog8
1 files changed, 3 insertions, 5 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index 458956a2417..2a865f7165c 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -297,8 +297,7 @@
297 (lw_create_widget, lw_pop_all_widgets, lw_show_busy) 297 (lw_create_widget, lw_pop_all_widgets, lw_show_busy)
298 (lw_refigure_widget, lw_allow_resizing): Remove alternative K&R 298 (lw_refigure_widget, lw_allow_resizing): Remove alternative K&R
299 declarations. 299 declarations.
300 * lwlib-Xlw.c (xlw_update_one_widget): 300 * lwlib-Xlw.c (xlw_update_one_widget, xlw_pop_instance): Likewise.
301 (xlw_pop_instance): Likewise.
302 * lwlib-Xaw.c (xaw_update_one_widget, xaw_pop_instance): 301 * lwlib-Xaw.c (xaw_update_one_widget, xaw_pop_instance):
303 Likewise. 302 Likewise.
304 * lwlib-Xm.c (P_): Remove. 303 * lwlib-Xm.c (P_): Remove.
@@ -474,7 +473,7 @@
474 XtCDefaultFace): New. 473 XtCDefaultFace): New.
475 474
476 * xlwmenuP.h (_window_state): Add max_rest_width and xft_draw. 475 * xlwmenuP.h (_window_state): Add max_rest_width and xft_draw.
477 (_XlwMenu_part): Add faceName,xft_fg, xft_bg, xft_disabled_fg and 476 (_XlwMenu_part): Add faceName, xft_fg, xft_bg, xft_disabled_fg and
478 xft_font. 477 xft_font.
479 478
4802010-03-10 Chong Yidong <cyd@stupidchicken.com> 4792010-03-10 Chong Yidong <cyd@stupidchicken.com>
@@ -596,8 +595,7 @@
596 595
597 * xlwmenuP.h (_XlwMenu_part): Add fontSet resource. 596 * xlwmenuP.h (_XlwMenu_part): Add fontSet resource.
598 597
599 * xlwmenu.c (string_width): 598 * xlwmenu.c (string_width, MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto.
600 (MENU_FONT_HEIGHT, MENU_FONT_ASCENT): Ditto.
601 (display_menu_item, make_drawing_gcs, XlwMenuInitialize) 599 (display_menu_item, make_drawing_gcs, XlwMenuInitialize)
602 (XlwMenuSetValues): Use font if fontSet is NULL, use only 600 (XlwMenuSetValues): Use font if fontSet is NULL, use only
603 font for !HAVE_X_I18N. 601 font for !HAVE_X_I18N.