comparison src/ChangeLog @ 42920:6e3dc2b37909

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Wed, 23 Jan 2002 22:03:26 +0000
parents 82930a88c1dd
children cfda21cc3efd
comparison
equal deleted inserted replaced
42919:2a546583564f 42920:6e3dc2b37909
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
4 for the code where people have often written n instead of nn. 14 for the code where people have often written n instead of nn.
5 15