From ac6e47ef0ae2b61a5d8f3b5cc03edef01b57d44f Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 21 Jan 2003 23:13:14 +0000 Subject: [PATCH] *** empty log message *** --- nt/ChangeLog | 8 ++++++++ src/ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/nt/ChangeLog b/nt/ChangeLog index 0e7ed9caba4..491cc18a1aa 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,11 @@ +2003-01-21 Jason Rumney + + * icons/hand.cur: New file. + +2003-01-21 David Ponce + + * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource. + 2003-01-15 Andrew Innes * gmake.defs (CURDIR): Convert to native Windows format (with diff --git a/src/ChangeLog b/src/ChangeLog index b8c445aba3b..87b647e11a2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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. -- 2.39.2