diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 92a7ed4ec09..2095530c7ad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2002-01-23 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (x_update_window_begin): Only hide caret if | ||
| 4 | w32_use_visible_system_caret is set. | ||
| 5 | (x_update_window_end): Only show caret if | ||
| 6 | w32_use_visible_system_caret is set. | ||
| 7 | (syms_of_w32term): Handle SystemParametersInfo call failing. | ||
| 8 | |||
| 9 | * w32fns.c (syms_of_w32fns): Initialize w32_visible_system_caret_hwnd. | ||
| 10 | |||
| 1 | 2002-01-22 Richard M. Stallman <rms@gnu.org> | 11 | 2002-01-22 Richard M. Stallman <rms@gnu.org> |
| 2 | 12 | ||
| 3 | * unexelf.c (unexec): Define n so as to cause compilation error | 13 | * unexelf.c (unexec): Define n so as to cause compilation error |