diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-06-19 22:10:57 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-06-19 22:10:57 +0200 |
commit | 4f4050696105381b5893f594d719569817a861a3 (patch) | |
tree | 8a63d119ecd53cca19305183acb9eed73aece408 /lwlib | |
parent | 86ace8fcd71bdb34543b9a99b490d94c24b05bb3 (diff) | |
download | emacs-4f4050696105381b5893f594d719569817a861a3.tar.gz |
Fix typos in ChangeLogs.
Diffstat (limited to 'lwlib')
-rw-r--r-- | lwlib/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 54f7c6088cf..02cc0063936 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -248,7 +248,7 @@ (xaw_update_one_widget): Reformat and remove dead code. (xaw_scrollbar_scroll, xaw_scrollbar_jump, xaw_create_scrollbar) (xaw_update_scrollbar): Remove (not used). - (make_dialog): Change from K&R to prototype. Remove dead code. + (make_dialog): Change from K&R to prototype. Remove dead code. (xaw_creation_table): Remove scrollbar entry. 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu> @@ -357,7 +357,7 @@ (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 + 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. @@ -422,7 +422,7 @@ (make_windows_if_needed): Set max_rest_width and xft_draw in windows[i]. (openXftFont): New. - (XlwMenuInitialize): Call openXftFont if HAVE_XFT. If mw->menu.font + (XlwMenuInitialize): Call openXftFont if HAVE_XFT. If mw->menu.font is not set, load font fixed and save it in xlwmenu_default_font. (XlwMenuInitialize): Set max_rest_width and xft_draw in windows[0]. (XlwMenuClassInitialize): Initialize xlwmenu_default_font. @@ -430,7 +430,7 @@ windows[0].xft_draw if xft_font is set. (XlwMenuDestroy): Destroy all xft_draw and close xft_font. (facename_changed): New. - (XlwMenuSetValues): Call facename_changed. If face name did change, + (XlwMenuSetValues): Call facename_changed. If face name did change, close old fonts and destroy xft_draw:s. Then create new ones. * xlwmenu.h (XtNfaceName, XtCFaceName, XtNdefaultFace, |