diff options
| author | Joakim Verona | 2013-07-02 22:46:17 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-07-02 22:46:17 +0200 |
| commit | 3718127221fbbc31f8ebd027ab7c95403dbe9118 (patch) | |
| tree | ef422898f3344c8f94f6ecf63eb583122bbf2bd8 /lwlib/ChangeLog | |
| parent | 1ce45b902c67b8a0dda8d71bd2812de29a9988a6 (diff) | |
| parent | a3b49114c186d84404226af75ae7905bd1cd018f (diff) | |
| download | emacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.tar.gz emacs-3718127221fbbc31f8ebd027ab7c95403dbe9118.zip | |
Merge branch 'trunk' into xwidget
Conflicts:
src/window.c
Diffstat (limited to 'lwlib/ChangeLog')
| -rw-r--r-- | lwlib/ChangeLog | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 54f7c6088cf..a9e424ac4b3 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-06-30 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix minor problems found by static checking. | ||
| 4 | * lwlib-Xaw.h (xaw_update_one_value, xaw_popup_menu): | ||
| 5 | * lwlib-Xlw.h (xlw_update_one_value, xlw_pop_instance): | ||
| 6 | * lwlib.h (lw_allow_resizing, lw_set_main_areas) [!USE_MOTIF]: | ||
| 7 | Now const. | ||
| 8 | |||
| 1 | 2012-10-06 Ulrich Müller <ulm@gentoo.org> | 9 | 2012-10-06 Ulrich Müller <ulm@gentoo.org> |
| 2 | 10 | ||
| 3 | * Makefile.in (AR, ARFLAGS): Get values from configure. | 11 | * Makefile.in (AR, ARFLAGS): Get values from configure. |
| @@ -248,7 +256,7 @@ | |||
| 248 | (xaw_update_one_widget): Reformat and remove dead code. | 256 | (xaw_update_one_widget): Reformat and remove dead code. |
| 249 | (xaw_scrollbar_scroll, xaw_scrollbar_jump, xaw_create_scrollbar) | 257 | (xaw_scrollbar_scroll, xaw_scrollbar_jump, xaw_create_scrollbar) |
| 250 | (xaw_update_scrollbar): Remove (not used). | 258 | (xaw_update_scrollbar): Remove (not used). |
| 251 | (make_dialog): Change from K&R to prototype. Remove dead code. | 259 | (make_dialog): Change from K&R to prototype. Remove dead code. |
| 252 | (xaw_creation_table): Remove scrollbar entry. | 260 | (xaw_creation_table): Remove scrollbar entry. |
| 253 | 261 | ||
| 254 | 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu> | 262 | 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu> |
| @@ -357,7 +365,7 @@ | |||
| 357 | (display_menu_item): Replace ws->window with ws->pixmap, remove | 365 | (display_menu_item): Replace ws->window with ws->pixmap, remove |
| 358 | call to XftDrawRect. | 366 | call to XftDrawRect. |
| 359 | (display_menu): Remove this and that argument. | 367 | (display_menu): Remove this and that argument. |
| 360 | Remove just_compute_this_one_p. Fill pixmap at start and copy it to | 368 | Remove just_compute_this_one_p. Fill pixmap at start and copy it to |
| 361 | window at end. | 369 | window at end. |
| 362 | (expose_cb): New function. | 370 | (expose_cb): New function. |
| 363 | (make_windows_if_needed): Replace XCreateWindow with XtCreatePopup. | 371 | (make_windows_if_needed): Replace XCreateWindow with XtCreatePopup. |
| @@ -422,7 +430,7 @@ | |||
| 422 | (make_windows_if_needed): Set max_rest_width and xft_draw | 430 | (make_windows_if_needed): Set max_rest_width and xft_draw |
| 423 | in windows[i]. | 431 | in windows[i]. |
| 424 | (openXftFont): New. | 432 | (openXftFont): New. |
| 425 | (XlwMenuInitialize): Call openXftFont if HAVE_XFT. If mw->menu.font | 433 | (XlwMenuInitialize): Call openXftFont if HAVE_XFT. If mw->menu.font |
| 426 | is not set, load font fixed and save it in xlwmenu_default_font. | 434 | is not set, load font fixed and save it in xlwmenu_default_font. |
| 427 | (XlwMenuInitialize): Set max_rest_width and xft_draw in windows[0]. | 435 | (XlwMenuInitialize): Set max_rest_width and xft_draw in windows[0]. |
| 428 | (XlwMenuClassInitialize): Initialize xlwmenu_default_font. | 436 | (XlwMenuClassInitialize): Initialize xlwmenu_default_font. |
| @@ -430,7 +438,7 @@ | |||
| 430 | windows[0].xft_draw if xft_font is set. | 438 | windows[0].xft_draw if xft_font is set. |
| 431 | (XlwMenuDestroy): Destroy all xft_draw and close xft_font. | 439 | (XlwMenuDestroy): Destroy all xft_draw and close xft_font. |
| 432 | (facename_changed): New. | 440 | (facename_changed): New. |
| 433 | (XlwMenuSetValues): Call facename_changed. If face name did change, | 441 | (XlwMenuSetValues): Call facename_changed. If face name did change, |
| 434 | close old fonts and destroy xft_draw:s. Then create new ones. | 442 | close old fonts and destroy xft_draw:s. Then create new ones. |
| 435 | 443 | ||
| 436 | * xlwmenu.h (XtNfaceName, XtCFaceName, XtNdefaultFace, | 444 | * xlwmenu.h (XtNfaceName, XtCFaceName, XtNdefaultFace, |