diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2095530c7ad..d34f4602481 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-01-24 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt. | ||
| 4 | If region left to draw is not what was expected, mark the frame as | ||
| 5 | garbaged. | ||
| 6 | |||
| 7 | * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect. | ||
| 8 | Combine the regions returned by BeginPaint and GetUpdateRect. | ||
| 9 | |||
| 1 | 2002-01-23 Jason Rumney <jasonr@gnu.org> | 10 | 2002-01-23 Jason Rumney <jasonr@gnu.org> |
| 2 | 11 | ||
| 3 | * w32term.c (x_update_window_begin): Only hide caret if | 12 | * w32term.c (x_update_window_begin): Only hide caret if |