diff options
| author | Jason Rumney | 2002-03-20 21:19:26 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-03-20 21:19:26 +0000 |
| commit | 3be38152af224044e1f178c78e23273178d34a81 (patch) | |
| tree | e99624420f897334e28d1e692759b381d0eecd01 /src | |
| parent | ac849ba44bea60ecf5246a9f758a080bd67b1a70 (diff) | |
| download | emacs-3be38152af224044e1f178c78e23273178d34a81.tar.gz emacs-3be38152af224044e1f178c78e23273178d34a81.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c9e8f58c4ec..a49ba764f27 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,23 @@ | |||
| 1 | 2002-03-20 Jason Rumney <jasonr@gnu.org> | 1 | 2002-03-20 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | Most of the following changes are still conditional on HAVE_IMAGES | ||
| 4 | which is not set by default on Windows. | ||
| 5 | |||
| 6 | * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame. | ||
| 7 | (Fimage_size, Fimage_mask_p, XPutPixel): New functions. | ||
| 8 | (four_corners_best, x_clear_image_1, x_clear_image) | ||
| 9 | (x_alloc_image_color, postprocess_image) | ||
| 10 | (x_create_x_image_and_pixmap, x_destroy_x_image, xbm_load_image) | ||
| 11 | (x_from_x_colors, x_disable_image, pbm_load): Adapt for Windows. | ||
| 12 | (init_xfns, syms_of_w32fns): Initialize image functions and constants. | ||
| 13 | |||
| 14 | * w32gui.h (struct XImage): Define. | ||
| 15 | |||
| 16 | * w32term.c (w32_read_socket) <WM_XBUTTONUP>: Use XFASTINT to | ||
| 17 | extract mouse co-ordinates. | ||
| 18 | |||
| 19 | 2002-03-20 Jason Rumney <jasonr@gnu.org> | ||
| 20 | |||
| 3 | * w32.c (init_winsock): Dynamically load new server and UDP | 21 | * w32.c (init_winsock): Dynamically load new server and UDP |
| 4 | socket functions. | 22 | socket functions. |
| 5 | (socket_to_fd): New function. | 23 | (socket_to_fd): New function. |