From: Jason Rumney Date: Wed, 20 Mar 2002 21:32:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~16056 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=47bcdab2b64387ed7dd97d784c36c08e2f4bd9e7;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c71fc737db2..d800704bf78 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-03-20 Jason Rumney + + * frame.el (display-images-p): Do not explicitly check display type. + 2002-03-20 pmr-sav * mail-utils.el: diff --git a/src/ChangeLog b/src/ChangeLog index a49ba764f27..3fa5b07cecc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3,6 +3,8 @@ Most of the following changes are still conditional on HAVE_IMAGES which is not set by default on Windows. + * emacs.c (main) [WINDOWSNT]: Call init_xfns. + * 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)