Mercurial > emacs
comparison src/ChangeLog @ 47173:06302ff9b201
2002-08-30 Andrew Choi <akochoi@shaw.ca>
* macterm.c (expose_overlaps): New function (merge code from
xterm.c).
(expose_window): Use it to fix the display of overlapping
rows (merge code from xterm.c).
author | Andrew Choi <akochoi@shaw.ca> |
---|---|
date | Sat, 31 Aug 2002 00:53:12 +0000 |
parents | 95bca2c923b7 |
children | 4defb27e6876 |
comparison
equal
deleted
inserted
replaced
47172:dfcd4fdf6fb0 | 47173:06302ff9b201 |
---|---|
3 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed. | 3 * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed. |
4 (get_window_cursor_type): Don't use them. | 4 (get_window_cursor_type): Don't use them. |
5 (syms_of_xdisp): Remove intern, staticpro, and defvar for them. | 5 (syms_of_xdisp): Remove intern, staticpro, and defvar for them. |
6 | 6 |
7 2002-08-30 Andrew Choi <akochoi@shaw.ca> | 7 2002-08-30 Andrew Choi <akochoi@shaw.ca> |
8 | |
9 * macterm.c (expose_overlaps): New function (merge code from | |
10 xterm.c). | |
11 (expose_window): Use it to fix the display of overlapping | |
12 rows (merge code from xterm.c). | |
8 | 13 |
9 * macfns.c (Qbox): Add extern declaration. | 14 * macfns.c (Qbox): Add extern declaration. |
10 | 15 |
11 2002-08-30 Juanma Barranquero <lektu@terra.es> | 16 2002-08-30 Juanma Barranquero <lektu@terra.es> |
12 | 17 |