diff options
| author | Andrew Choi | 2001-08-21 10:06:09 +0000 |
|---|---|---|
| committer | Andrew Choi | 2001-08-21 10:06:09 +0000 |
| commit | f9e25d0c969f4d9fda329bab70c6d0a30dafb15f (patch) | |
| tree | d7ed1be09bbfbd28eee026a13716dbf34d430738 /mac/ChangeLog | |
| parent | 6ea3db8a109343832a5da4458bb5259481c3058e (diff) | |
| download | emacs-f9e25d0c969f4d9fda329bab70c6d0a30dafb15f.tar.gz emacs-f9e25d0c969f4d9fda329bab70c6d0a30dafb15f.zip | |
2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk>
* src/macterm.c (mac_scroll_area): Call CopyBits with local
coordinates and portBits instead of global coordinates and
screenBits. Set fore color and back color to black and white,
respectively, before calling CopyBits.
* src/macterm.c (local_to_global_coord): Comment out.
Diffstat (limited to 'mac/ChangeLog')
| -rw-r--r-- | mac/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog index a009e66060c..e927b53bc91 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2001-08-21 Andrew Choi <akochoi@cse.cuhk.edu.hk> | ||
| 2 | |||
| 3 | * src/macterm.c (mac_scroll_area): Call CopyBits with local | ||
| 4 | coordinates and portBits instead of global coordinates and | ||
| 5 | screenBits. Set fore color and back color to black and white, | ||
| 6 | respectively, before calling CopyBits. | ||
| 7 | |||
| 8 | * src/macterm.c (local_to_global_coord): Comment out. | ||
| 9 | |||
| 1 | 2001-07-26 Andrew Choi <akochoi@i-cable.com> | 10 | 2001-07-26 Andrew Choi <akochoi@i-cable.com> |
| 2 | 11 | ||
| 3 | * inc/macterm.h (x_display_list): Declare extern. | 12 | * inc/macterm.h (x_display_list): Declare extern. |