Mercurial > emacs
changeset 57716:794d9f52bb22
* gtkutil.c: Put empty line between comment and function body.
(xg_destroy_widgets): Renamed from remove_from_container. Just
destroy all widgets in list. Argument wcont removed.
(xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets
instead of remove_from_container.
(xg_display_close, xg_create_tool_bar, update_frame_tool_bar)
(free_frame_tool_bar): Add comment.
* xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME
is not NULL before strcmp.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Tue, 26 Oct 2004 19:48:37 +0000 |
parents | cdc48cdd5b0e |
children | d198f03d3ba5 |
files | src/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Oct 26 19:48:07 2004 +0000 +++ b/src/ChangeLog Tue Oct 26 19:48:37 2004 +0000 @@ -1,3 +1,16 @@ +2004-10-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * gtkutil.c: Put empty line between comment and function body. + (xg_destroy_widgets): Renamed from remove_from_container. Just + destroy all widgets in list. Argument wcont removed. + (xg_update_menubar, xg_update_submenu): Call xg_destroy_widgets + instead of remove_from_container. + (xg_display_close, xg_create_tool_bar, update_frame_tool_bar) + (free_frame_tool_bar): Add comment. + + * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAME + is not NULL before strcmp. + 2004-10-26 Kim F. Storm <storm@cua.dk> * callint.c (Fcall_interactively): Add 'U' code to get the