aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2003-01-21 23:13:14 +0000
committerJason Rumney2003-01-21 23:13:14 +0000
commitac6e47ef0ae2b61a5d8f3b5cc03edef01b57d44f (patch)
tree901d8a81b93c35fb78d7f9c3ea4c1425409dd05f /src
parent070e69d5d8fe9405e25a564e2babe24996b56c6a (diff)
downloademacs-ac6e47ef0ae2b61a5d8f3b5cc03edef01b57d44f.tar.gz
emacs-ac6e47ef0ae2b61a5d8f3b5cc03edef01b57d44f.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b8c445aba3b..87b647e11a2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,40 @@
12003-01-21 Jason Rumney <jasonr@gnu.org>
2
3 * w32fns.c (IDC_HAND): Define it if system headers don't.
4
52003-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
252003-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
12003-01-21 Richard Dawe <rich@phekda.freeserve.co.uk> (tiny change) 382003-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.