summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2010-05-08 14:47:07 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2010-05-08 14:47:07 -0400
commit0235128c15aabd21b37e7a359b4932709471f156 (patch)
tree4f32e3a638c4e3d6e7d9c232b3e0b4b939368f54 /lwlib
parentca63fca5b669d42d8c131a1f33446d9a9d7795f6 (diff)
parent19ae0deb1c8c9475eb81daf7876cec5a44b5d5e0 (diff)
downloademacs-0235128c15aabd21b37e7a359b4932709471f156.tar.gz
Merge from emacs-23
Diffstat (limited to 'lwlib')
-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)