summaryrefslogtreecommitdiff
path: root/lwlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lwlib/ChangeLog')
-rw-r--r--lwlib/ChangeLog17
1 files changed, 10 insertions, 7 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog
index bc2c8b7f7a4..8543b2336c0 100644
--- a/lwlib/ChangeLog
+++ b/lwlib/ChangeLog
@@ -3,6 +3,10 @@
* xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets
(Bug #6127).
+2010-05-07 Chong Yidong <cyd@stupidchicken.com>
+
+ * Version 23.2 released.
+
2010-05-06 Glenn Morris <rgm@gnu.org>
* Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables.
@@ -28,17 +32,16 @@
XlwMenuRedisplay.
(display_menu_item): Replace ws->window with ws->pixmap, remove
call to XftDrawRect.
- (display_menu): Remove this and that argument. Remove
- just_compute_this_one_p. Fill pixmap at start and copy it to window
- at end.
+ (display_menu): Remove this and that argument.
+ Remove just_compute_this_one_p. Fill pixmap at start and copy it to
+ window at end.
(expose_cb): New function.
(make_windows_if_needed): Replace XCreateWindow with XtCreatePopup.
- Add eventhandler for expose to expose_cb. Remove creation of
- xft_draw.
+ Add eventhandler for expose to expose_cb. Remove creation of xft_draw.
(create_pixmap_for_menu): New function.
(remap_menubar): Pop down menus that aren't the same as in old_stack.
- Set width, heigh, x, y on widget with XtVaSetValues. Call
- create_pixmap_for_menu.
+ Set width, heigh, x, y on widget with XtVaSetValues.
+ Call create_pixmap_for_menu.
Replace XUnmapWindow with XtPopdown.
Remowe two last parameters to display_menu.
(map_event_to_widget_value, XlwMenuRedisplay, Key, Select)