aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Choi2002-06-18 05:33:25 +0000
committerAndrew Choi2002-06-18 05:33:25 +0000
commit2d97ff8cf6090dcd93722f7a459fc52def6070ee (patch)
tree85bda883210144cbb5c4ad9fdd47cf39a376f1c1 /src/ChangeLog
parent566da2e7e0334302e623f21dbf0a2605563ccf9f (diff)
downloademacs-2d97ff8cf6090dcd93722f7a459fc52def6070ee.tar.gz
emacs-2d97ff8cf6090dcd93722f7a459fc52def6070ee.zip
2002-06-17 Andrew Choi <akochoi@shaw.ca>
* macterm.c (mac_scroll_area): Set foreground and backcolor to black and white before scrolling. Restore frame background and foreground color after scrolling. (do_window_update): Call XClearWindow before calling expose_frame. (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL of frame.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 76f09a4712c..0e91dbca804 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12002-06-17 Andrew Choi <akochoi@shaw.ca> 12002-06-17 Andrew Choi <akochoi@shaw.ca>
2 2
3 * macterm.c (mac_scroll_area): Set foreground and backcolor to
4 black and white before scrolling. Restore frame background and
5 foreground color after scrolling.
6 (do_window_update): Call XClearWindow before calling expose_frame.
7 (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
8 FRAME_FOREGROUND_PIXEL of frame.
9
3 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil, 10 * macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
4 test Mac command key as <ALT> key. 11 test Mac command key as <ALT> key.
5 12