comparison src/ChangeLog @ 49373:495c910c5a06

*** empty log message ***
author Jason Rumney <jasonr@gnu.org>
date Tue, 21 Jan 2003 23:13:14 +0000
parents 39c6ce120372
children 3ccdcc00a902
comparison
equal deleted inserted replaced
49372:7f36caf0f51a 49373:495c910c5a06
1 2003-01-21 Jason Rumney <jasonr@gnu.org>
2
3 * w32fns.c (IDC_HAND): Define it if system headers don't.
4
5 2003-01-21 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
6
7 * w32term.h (struct w32_output): New member hand_cursor.
8 (WM_EMACS_SETCURSOR): New message definition.
9
10 * w32term.c (note_mode_line_highlight): Delete #if 0 to enable
11 function w32_define_cursor.
12 (note_mouse_highlight): Initialize, setup cursor accoding to mouse
13 position, change member name output_data.x to output_data.w32 and
14 add function w32_define_cursor.
15 (show_mouse_face): Delete #if 0 to enable function w32_define_cursor
16 and change member name output_data.x to output_data.w32.
17 (w32_initialize_display_info): Setup
18 dpyinfo->vertical_scroll_bar_cursor.
19
20 * w32fns.c (Vx_hand_shape): New variable.
21 (w32_wnd_proc): Add message entries for WM_SETCURSOR and
22 WM_EMACS_SETCURSOR.
23 (x-create-frame): Setup Cursor types.
24
25 2003-01-21 David Ponce <david@dponce.com>
26
27 * w32term.c (w32_encode_char): For DIM=1 charset, set
28 ccl->reg[2] to -1 before calling ccl_driver. (Sync. with xterm.c
29 x_encode_char change by Kenichi Handa <handa@m17n.org> on
30 2002-09-30.
31 (w32_draw_relief_rect): Declare all args.
32 (w32_define_cursor): New.
33
34 * w32fns.c (w32_load_cursor): New function.
35 (w32_init_class): Use it.
36 (x_put_x_image): Declare all args.
37
1 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change) 38 2003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change)
2 39
3 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG. 40 * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
4 41
5 2003-01-21 Jan D. <jan.h.d@swipnet.se> 42 2003-01-21 Jan D. <jan.h.d@swipnet.se>