diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0962308155e..2622787d3aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,8 +6,9 @@ | |||
| 6 | 6 | ||
| 7 | * keyboard.c (command_loop_1): Adapt call to Fselect_frame. | 7 | * keyboard.c (command_loop_1): Adapt call to Fselect_frame. |
| 8 | 8 | ||
| 9 | * frame.c (do_switch_frame, Fselect_frame): Delete unused arg no_enter. | 9 | * frame.c (Fhandle_switch_frame, Fselect_frame): Delete unused arg |
| 10 | (set-mouse-position, set-mouse-pixel-position, iconify-frame): | 10 | no_enter. |
| 11 | (Fset_mouse_position, Fset_mouse_pixel_position, Ficonify_frame): | ||
| 11 | Adapt to above change. | 12 | Adapt to above change. |
| 12 | 13 | ||
| 13 | 2005-06-10 Juanma Barranquero <lekktu@gmail.com> | 14 | 2005-06-10 Juanma Barranquero <lekktu@gmail.com> |