]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
2002-08-30 Andrew Choi <akochoi@shaw.ca>
[gnu-emacs] / src / ChangeLog
index e0321af6b0fd1d578f07cc0c705c36f5e0cf8ff8..086c5463c7f5c688260c03ce21ca73a97efd76e9 100644 (file)
@@ -1,5 +1,23 @@
+2002-08-31  Kim F. Storm  <storm@cua.dk>
+
+       * xdisp.c (Valternate_cursor_type, Qalternate_cursor_type): Removed.
+       (get_window_cursor_type): Don't use them.
+       (syms_of_xdisp): Remove intern, staticpro, and defvar for them.
+
+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).
+
+       * macfns.c (Qbox): Add extern declaration.
+
 2002-08-30  Juanma Barranquero  <lektu@terra.es>
 
+       * w32fns.c (Qbox): Make extern.
+       (syms_of_w32fns): Remove initialization of Qbox.
+
        * xfns.c (Fx_open_connection): Fix error message. Patch from Rune
        Kleveland <runekl@viewpoint.no>.