Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lwlib/ChangeLog Sat May 08 11:42:56 2010 -0700 +++ b/lwlib/ChangeLog Sat May 08 14:47:07 2010 -0400 @@ -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)