From: Jason Rumney Date: Wed, 20 Mar 2002 21:19:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3be38152af224044e1f178c78e23273178d34a81;p=emacs.git *** empty log message *** --- diff --git a/nt/ChangeLog b/nt/ChangeLog index ff62acf2924..2e0a20b6db5 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2002-03-20 Jason Rumney + + * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname) + (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers. + 2002-03-19 Kim F. Storm * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) diff --git a/src/ChangeLog b/src/ChangeLog index c9e8f58c4ec..a49ba764f27 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2002-03-20 Jason Rumney + + Most of the following changes are still conditional on HAVE_IMAGES + which is not set by default on Windows. + + * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame. + (Fimage_size, Fimage_mask_p, XPutPixel): New functions. + (four_corners_best, x_clear_image_1, x_clear_image) + (x_alloc_image_color, postprocess_image) + (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image) + (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows. + (init_xfns, syms_of_w32fns): Initialize image functions and constants. + + * w32gui.h (struct XImage): Define. + + * w32term.c (w32_read_socket) : Use XFASTINT to + extract mouse co-ordinates. + 2002-03-20 Jason Rumney * w32.c (init_winsock): Dynamically load new server and UDP