# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1157869540 0 # Node ID 17ab810e09275eab8da6e9cb76bbb98e34910ea4 # Parent bc65e35e02f25c603bb211a33eb5a72405d0ac94 *** empty log message *** diff -r bc65e35e02f2 -r 17ab810e0927 src/ChangeLog --- a/src/ChangeLog Sun Sep 10 05:52:54 2006 +0000 +++ b/src/ChangeLog Sun Sep 10 06:25:40 2006 +0000 @@ -1,16 +1,16 @@ 2006-09-10 YAMAMOTO Mitsuharu - * src/mac.c [MAC_OSX] (sys_select): Check argument `nfds' more + * mac.c [MAC_OSX] (sys_select): Check argument `nfds' more rigidly. Make variable `ofds' static. Remove variable `maxfd'. - * src/macfns.c (Fx_file_dialog): Remove unused variable `f'. Call + * macfns.c (Fx_file_dialog): Remove unused variable `f'. Call check_mac. - * src/macmenu.c (Vmenu_updating_frame, syms_of_xmenu): - * src/w32menu.c (Vmenu_updating_frame, syms_of_xmenu): Apply + * macmenu.c (Vmenu_updating_frame, syms_of_xmenu): + * w32menu.c (Vmenu_updating_frame, syms_of_xmenu): Apply 2006-09-08 change for xmenu.c. - * src/xfns.c (Fx_file_dialog): Call check_x. + * xfns.c (Fx_file_dialog): Call check_x. 2006-09-10 Kim F. Storm