diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 693ddb3bf57..d9e64625393 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 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. |
| @@ -219,9 +226,9 @@ | |||
| 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 | ||