comparison lwlib/ChangeLog @ 108375:973b5bc5fcfe

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 08 May 2010 14:47:07 -0400
parents 38a6beebdf4a bfc8980754ed
children 247a650c5ccd
comparison
equal deleted inserted replaced
108374:f043f612f6da 108375:973b5bc5fcfe
1 2010-05-08 Jan Djärv <jan.h.d@swipnet.se> 1 2010-05-08 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets 3 * xlwmenu.c (XlwMenuDestroy): Remove XtDestroyWidget on subwidgets
4 (Bug #6127). 4 (Bug #6127).
5
6 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
7
8 * Version 23.2 released.
5 9
6 2010-05-06 Glenn Morris <rgm@gnu.org> 10 2010-05-06 Glenn Morris <rgm@gnu.org>
7 11
8 * Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables. 12 * Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables.
9 13
26 30
27 * xlwmenu.c: Include Shell.h, remove duplicate declaration of 31 * xlwmenu.c: Include Shell.h, remove duplicate declaration of
28 XlwMenuRedisplay. 32 XlwMenuRedisplay.
29 (display_menu_item): Replace ws->window with ws->pixmap, remove 33 (display_menu_item): Replace ws->window with ws->pixmap, remove
30 call to XftDrawRect. 34 call to XftDrawRect.
31 (display_menu): Remove this and that argument. Remove 35 (display_menu): Remove this and that argument.
32 just_compute_this_one_p. Fill pixmap at start and copy it to window 36 Remove just_compute_this_one_p. Fill pixmap at start and copy it to
33 at end. 37 window at end.
34 (expose_cb): New function. 38 (expose_cb): New function.
35 (make_windows_if_needed): Replace XCreateWindow with XtCreatePopup. 39 (make_windows_if_needed): Replace XCreateWindow with XtCreatePopup.
36 Add eventhandler for expose to expose_cb. Remove creation of 40 Add eventhandler for expose to expose_cb. Remove creation of xft_draw.
37 xft_draw.
38 (create_pixmap_for_menu): New function. 41 (create_pixmap_for_menu): New function.
39 (remap_menubar): Pop down menus that aren't the same as in old_stack. 42 (remap_menubar): Pop down menus that aren't the same as in old_stack.
40 Set width, heigh, x, y on widget with XtVaSetValues. Call 43 Set width, heigh, x, y on widget with XtVaSetValues.
41 create_pixmap_for_menu. 44 Call create_pixmap_for_menu.
42 Replace XUnmapWindow with XtPopdown. 45 Replace XUnmapWindow with XtPopdown.
43 Remowe two last parameters to display_menu. 46 Remowe two last parameters to display_menu.
44 (map_event_to_widget_value, XlwMenuRedisplay, Key, Select) 47 (map_event_to_widget_value, XlwMenuRedisplay, Key, Select)
45 (pop_up_menu): Remowe two last parameters to display_menu. 48 (pop_up_menu): Remowe two last parameters to display_menu.
46 (XlwMenuRealize): Call create_pixmap_for_menu, set w and pixmap. 49 (XlwMenuRealize): Call create_pixmap_for_menu, set w and pixmap.