From: Juanma Barranquero Date: Mon, 10 Oct 2005 14:59:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~6700 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04bc79457e5c97febd4fdb3d9b5a6df754a66086;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 693ddb3bf57..d9e64625393 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.