# HG changeset patch # User Gerd Moellmann # Date 964190153 0 # Node ID 30a1fe434150c9cc25bda96cf4d6202527a73547 # Parent 8f11e306dc02a98dd113b49a20f45f2c90c1d733 *** empty log message *** diff -r 8f11e306dc02 -r 30a1fe434150 src/ChangeLog --- a/src/ChangeLog Fri Jul 21 14:34:19 2000 +0000 +++ b/src/ChangeLog Fri Jul 21 14:35:53 2000 +0000 @@ -1,3 +1,25 @@ +2000-07-21 Gerd Moellmann + + * window.c (foreach_window): Instead of a fake variable argument + list, take one USER_DATA argument. + (foreach_window_1): Likewise, and call callback functions with two + args, the window and USER_DATA. + (struct check_window_data): New struct. + (check_window_containing): Use it. + (window_from_coordinates): Set up a struct check_window_data for + foreach_window. + (add_window_to_list, freeze_window_start): Change parameters + according to new calling convention. + + * window.h (foreach_window): Change prototype. + + * buffer.c (Fprevious_overlay_change): Avoid memory leak. + +2000-07-21 Eli Zaretskii + + * xmenu.c (menu_help_callback): Call show_help_echo with + additional arguments OBJECT and POS. + 2000-07-21 Kenichi Handa * data.c (Faset): Allow storing any multibyte character in a