aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2002-03-20 21:32:09 +0000
committerJason Rumney2002-03-20 21:32:09 +0000
commit47bcdab2b64387ed7dd97d784c36c08e2f4bd9e7 (patch)
tree43614bac6563b806ec9c95b58f78f0004b456817
parent4558a715e18531174e4ccada829fd45bb6b13152 (diff)
downloademacs-47bcdab2b64387ed7dd97d784c36c08e2f4bd9e7.tar.gz
emacs-47bcdab2b64387ed7dd97d784c36c08e2f4bd9e7.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c71fc737db2..d800704bf78 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-03-20 Jason Rumney <jasonr@gnu.org>
2
3 * frame.el (display-images-p): Do not explicitly check display type.
4
12002-03-20 pmr-sav <pmr-sav@hamm.pajato.com> 52002-03-20 pmr-sav <pmr-sav@hamm.pajato.com>
2 6
3 * mail-utils.el: 7 * 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 @@
3 Most of the following changes are still conditional on HAVE_IMAGES 3 Most of the following changes are still conditional on HAVE_IMAGES
4 which is not set by default on Windows. 4 which is not set by default on Windows.
5 5
6 * emacs.c (main) [WINDOWSNT]: Call init_xfns.
7
6 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame. 8 * w32fns.c (x_set_cursor_color): Set foreground of cursor, not frame.
7 (Fimage_size, Fimage_mask_p, XPutPixel): New functions. 9 (Fimage_size, Fimage_mask_p, XPutPixel): New functions.
8 (four_corners_best, x_clear_image_1, x_clear_image) 10 (four_corners_best, x_clear_image_1, x_clear_image)