Mercurial > emacs
changeset 44048:a821e85866cd
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 20 Mar 2002 21:19:26 +0000 |
parents | 73645cbc79a7 |
children | 770a1adcce3e |
files | nt/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Wed Mar 20 21:17:56 2002 +0000 +++ b/nt/ChangeLog Wed Mar 20 21:19:26 2002 +0000 @@ -1,3 +1,8 @@ +2002-03-20 Jason Rumney <jasonr@gnu.org> + + * 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 <storm@cua.dk> * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
--- a/src/ChangeLog Wed Mar 20 21:17:56 2002 +0000 +++ b/src/ChangeLog Wed Mar 20 21:19:26 2002 +0000 @@ -1,3 +1,21 @@ +2002-03-20 Jason Rumney <jasonr@gnu.org> + + 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) <WM_XBUTTONUP>: Use XFASTINT to + extract mouse co-ordinates. + 2002-03-20 Jason Rumney <jasonr@gnu.org> * w32.c (init_winsock): Dynamically load new server and UDP