aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Choi2003-03-24 19:59:08 +0000
committerAndrew Choi2003-03-24 19:59:08 +0000
commit365fa1b37dd1b61fb384c4ce9fe3b43c91a627e2 (patch)
tree17fc1662d746075bcd58901719384e10c9b4d818 /src/ChangeLog
parent73ceba9f1a70558433cb9962a9e5255482b561dc (diff)
downloademacs-365fa1b37dd1b61fb384c4ce9fe3b43c91a627e2.tar.gz
emacs-365fa1b37dd1b61fb384c4ce9fe3b43c91a627e2.zip
Allow building on Mac OS X again after Kim's merging of display code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f356ee5515b..d4ae917d9b1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,24 @@
12003-03-24 Andrew Choi <akochoi@shaw.ca>
2
3 * config.in [MAC_OSX]: Do not redefine bcopy, bzero, and bcmp.
4
5 * dispextern.h [HAVE_CARBON]: Include Carbon.h.
6
7 * fns.c [MAC_OSX]: Do not redefine vector.
8
9 * keyboard.c [MAC_OSX]: Handle SIGINT with interrupt_signal.
10
11 * macgui.h: Remove definition of No_Cursor.
12
13 * macterm.h: Include Carbon.h. Replace (struct Cursor *) by
14 Cursor.
15
16 * xdisp.c: Define No_Cursor.
17 (x_write_glyphs, notice_overwritten_cursor)
18 (draw_phys_cursor_glyph, note_mode_line_or_margin_highlight)
19 (note_mouse_highlight): Remove Mac-specific code.
20 (note_mouse_highlight): Use bcmp instead of == to compare Cursors.
21
12003-03-24 John Paul Wallington <jpw@gnu.org> 222003-03-24 John Paul Wallington <jpw@gnu.org>
2 23
3 * xdisp.c (redisplay_window): If mini window's buffer is not 24 * xdisp.c (redisplay_window): If mini window's buffer is not