comparison src/ChangeLog @ 65977:4bf70e5aa52d

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 10 Oct 2005 14:59:07 +0000
parents 543b18532c51
children 3733ed3530ec
comparison
equal deleted inserted replaced
65976:c332e9c9e66d 65977:4bf70e5aa52d
1 2005-10-10 Juanma Barranquero <lekktu@gmail.com>
2
3 * frame.c (Fredirect_frame_focus): Fix typos in docstring.
4 (next_frame, prev_frame, set_term_frame_name): Make static.
5
6 * window.c (Fwindow_tree): Fix spelling.
7
1 2005-10-09 Romain Francoise <romain@orebokech.com> 8 2005-10-09 Romain Francoise <romain@orebokech.com>
2 9
3 * window.c (Fwindow_end): Don't try to redisplay if non-interactive. 10 * window.c (Fwindow_end): Don't try to redisplay if non-interactive.
4 11
5 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 12 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
217 224
218 * process.c (get_operating_system_release): Move prototype ... 225 * process.c (get_operating_system_release): Move prototype ...
219 226
220 * systime.h (get_operating_system_release): ... here. 227 * systime.h (get_operating_system_release): ... here.
221 228
222 * xterm.c (set_vertical_scroll_bar): Move prototype ... 229 * xterm.c (handle_one_xevent): Refer to union field to match the
223 (handle_one_xevent): Refer to union field to match the type 230 type required by the function definition.
224 required by the function definition. 231 (set_vertical_scroll_bar): Move prototype ...
225 232
226 * xterm.h: ... here. 233 * xterm.h: ... here.
227 234
228 * fns.c (internal_equal, seed_random): Fix prototypes. 235 * fns.c (internal_equal, seed_random): Fix prototypes.
229 (internal_equal): Add missing parameter. 236 (internal_equal): Add missing parameter.