Mercurial > emacs
changeset 49373:495c910c5a06
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 21 Jan 2003 23:13:14 +0000 |
parents | 7f36caf0f51a |
children | 4d1d2489581e |
files | nt/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 45 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jasonr@gnu.org> + + * icons/hand.cur: New file. + +2003-01-21 David Ponce <david@dponce.com> + + * emacs.rc (32649): Declare hand cursor resource. + 2003-01-15 Andrew Innes <andrewi@gnu.org> * gmake.defs (CURDIR): Convert to native Windows format (with
--- 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 <jasonr@gnu.org> + + * w32fns.c (IDC_HAND): Define it if system headers don't. + +2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> + + * 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 <david@dponce.com> + + * 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 <handa@m17n.org> 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 <rich@phekda.freeserve.co.uk> (tiny change) * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.