emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 20 Mar 2002 16:19:27 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2540 emacs/src/ChangeLog:1.2541
*** emacs/src/ChangeLog:1.2540  Wed Mar 20 15:41:49 2002
--- emacs/src/ChangeLog Wed Mar 20 16:19:26 2002
***************
*** 1,5 ****
--- 1,23 ----
  2002-03-20  Jason Rumney  <address@hidden>
  
+       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  <address@hidden>
+ 
        * w32.c (init_winsock): Dynamically load new server and UDP
        socket functions.
        (socket_to_fd): New function.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]