# HG changeset patch # User Andrew Choi # Date 998388945 0 # Node ID 12fcb93284dba7ccd8456096929abb34a16216e8 # Parent f035ca54b24a48cf2a7eb1778f419a801f25d443 2001-08-21 Andrew Choi * INSTALL: Add to the note on using -opt speed in MPW the function macterm.c (x_draw_hollow_cursor). diff -r f035ca54b24a -r 12fcb93284db mac/ChangeLog --- a/mac/ChangeLog Tue Aug 21 10:06:09 2001 +0000 +++ b/mac/ChangeLog Tue Aug 21 10:15:45 2001 +0000 @@ -1,5 +1,8 @@ 2001-08-21 Andrew Choi + * INSTALL: Add to the note on using -opt speed in MPW the function + macterm.c (x_draw_hollow_cursor). + * 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, diff -r f035ca54b24a -r 12fcb93284db mac/INSTALL --- a/mac/INSTALL Tue Aug 21 10:06:09 2001 +0000 +++ b/mac/INSTALL Tue Aug 21 10:15:45 2001 +0000 @@ -93,8 +93,9 @@ When Emacs is built with "-opt speed" enabled in makefile.MPW, optimization causes the functions reset_buffer_local_variables in -buffer.c and syms_of_lread in lread.c to crash. Avoid this by -enclosing them in the following pragmas. +buffer.c, syms_of_lread in lread.c, and x_draw_hollow_cursor in +macterm.c to crash. Avoid this by enclosing them in the following +pragmas. #pragma options opt off