Mercurial > emacs
changeset 44051:47a5ce833561
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 20 Mar 2002 21:32:09 +0000 |
parents | 6deaf7b2eb00 |
children | 28bd7ea81b05 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Mar 20 21:31:03 2002 +0000 +++ b/lisp/ChangeLog Wed Mar 20 21:32:09 2002 +0000 @@ -1,3 +1,7 @@ +2002-03-20 Jason Rumney <jasonr@gnu.org> + + * frame.el (display-images-p): Do not explicitly check display type. + 2002-03-20 pmr-sav <pmr-sav@hamm.pajato.com> * mail-utils.el:
--- a/src/ChangeLog Wed Mar 20 21:31:03 2002 +0000 +++ b/src/ChangeLog Wed Mar 20 21:32:09 2002 +0000 @@ -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)