# HG changeset patch # User Jason Rumney # Date 1043190794 0 # Node ID 495c910c5a06c7ae3867d6102b6a3b2007615a6a # Parent 7f36caf0f51a5f9ed2e39011a205a7b252f43748 *** empty log message *** diff -r 7f36caf0f51a -r 495c910c5a06 nt/ChangeLog --- a/nt/ChangeLog Tue Jan 21 23:09:27 2003 +0000 +++ b/nt/ChangeLog Tue Jan 21 23:13:14 2003 +0000 @@ -1,3 +1,11 @@ +2003-01-21 Jason Rumney + + * icons/hand.cur: New file. + +2003-01-21 David Ponce + + * emacs.rc (32649): Declare hand cursor resource. + 2003-01-15 Andrew Innes * gmake.defs (CURDIR): Convert to native Windows format (with diff -r 7f36caf0f51a -r 495c910c5a06 src/ChangeLog --- a/src/ChangeLog Tue Jan 21 23:09:27 2003 +0000 +++ b/src/ChangeLog Tue Jan 21 23:13:14 2003 +0000 @@ -1,3 +1,40 @@ +2003-01-21 Jason Rumney + + * w32fns.c (IDC_HAND): Define it if system headers don't. + +2003-01-21 KOBAYASHI Yasuhiro + + * w32term.h (struct w32_output): New member hand_cursor. + (WM_EMACS_SETCURSOR): New message definition. + + * w32term.c (note_mode_line_highlight): Delete #if 0 to enable + function w32_define_cursor. + (note_mouse_highlight): Initialize, setup cursor accoding to mouse + position, change member name output_data.x to output_data.w32 and + add function w32_define_cursor. + (show_mouse_face): Delete #if 0 to enable function w32_define_cursor + and change member name output_data.x to output_data.w32. + (w32_initialize_display_info): Setup + dpyinfo->vertical_scroll_bar_cursor. + + * w32fns.c (Vx_hand_shape): New variable. + (w32_wnd_proc): Add message entries for WM_SETCURSOR and + WM_EMACS_SETCURSOR. + (x-create-frame): Setup Cursor types. + +2003-01-21 David Ponce + + * w32term.c (w32_encode_char): For DIM=1 charset, set + ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c + x_encode_char change by Kenichi Handa on + 2002-09-30. + (w32_draw_relief_rect): Declare all args. + (w32_define_cursor): New. + + * w32fns.c (w32_load_cursor): New function. + (w32_init_class): Use it. + (x_put_x_image): Declare all args. + 2003-01-21 Richard Dawe (tiny change) * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.