Mercurial > emacs
comparison src/ChangeLog @ 50301:c0f3ec529c05
Allow building on Mac OS X again after Kim's merging of display code.
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Mon, 24 Mar 2003 19:59:08 +0000 |
parents | 53cf1a79b0f5 |
children | c2d003df000c |
comparison
equal
deleted
inserted
replaced
50300:7e4e15b857f3 | 50301:c0f3ec529c05 |
---|---|
1 2003-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 | |
1 2003-03-24 John Paul Wallington <jpw@gnu.org> | 22 2003-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 |
4 empty, then redisplay it like other windows. | 25 empty, then redisplay it like other windows. |
5 | 26 |