# HG changeset patch # User Juanma Barranquero # Date 1128956347 0 # Node ID 4bf70e5aa52d3d3b409c09e27b862ef99c4cefde # Parent c332e9c9e66d935c4ff0bf2d4f167c1c3d88be5b *** empty log message *** diff -r c332e9c9e66d -r 4bf70e5aa52d src/ChangeLog --- a/src/ChangeLog Mon Oct 10 14:52:50 2005 +0000 +++ b/src/ChangeLog Mon Oct 10 14:59:07 2005 +0000 @@ -1,3 +1,10 @@ +2005-10-10 Juanma Barranquero + + * frame.c (Fredirect_frame_focus): Fix typos in docstring. + (next_frame, prev_frame, set_term_frame_name): Make static. + + * window.c (Fwindow_tree): Fix spelling. + 2005-10-09 Romain Francoise * window.c (Fwindow_end): Don't try to redisplay if non-interactive. @@ -219,9 +226,9 @@ * systime.h (get_operating_system_release): ... here. - * xterm.c (set_vertical_scroll_bar): Move prototype ... - (handle_one_xevent): Refer to union field to match the type - required by the function definition. + * xterm.c (handle_one_xevent): Refer to union field to match the + type required by the function definition. + (set_vertical_scroll_bar): Move prototype ... * xterm.h: ... here.