From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Cursor in Splash Screen bug Date: Fri, 30 Aug 2002 18:55:33 -0600 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020830143057.852D.LEKTU@terra.es> <5xznv4h1d4.fsf@kfs2.cua.dk> <20020830193251.B2BC.LEKTU@terra.es> <5xbs7jkhhv.fsf@kfs2.cua.dk> Reply-To: akochoi@shaw.ca NNTP-Posting-Host: localhost.gmane.org Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1030755406 5751 127.0.0.1 (31 Aug 2002 00:56:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 31 Aug 2002 00:56:46 +0000 (UTC) Cc: lektu@terra.es, seagull@fastmail.fm, emacs-pretest-bug@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17kwZB-0001Ue-00 for ; Sat, 31 Aug 2002 02:56:45 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17kx6B-0004h3-00 for ; Sat, 31 Aug 2002 03:30:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kwaa-00046e-00; Fri, 30 Aug 2002 20:58:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17kwY8-0003n3-00 for emacs-devel@gnu.org; Fri, 30 Aug 2002 20:55:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17kwY6-0003k0-00 for emacs-devel@gnu.org; Fri, 30 Aug 2002 20:55:39 -0400 Original-Received: from shawidc-mo1.cg.shawcable.net ([24.71.223.10] helo=pd5mo1so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.10) id 17kwY5-0003iV-00; Fri, 30 Aug 2002 20:55:37 -0400 Original-Received: from pd3mr1so.prod.shaw.ca (pd3mr1so-ser.prod.shaw.ca [10.0.141.177]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1O009KDNWOX4@l-daemon>; Fri, 30 Aug 2002 18:55:36 -0600 (MDT) Original-Received: from pn2ml3so.prod.shaw.ca (pn2ml3so-qfe0.prod.shaw.ca [10.0.121.147]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H1O008B8NWOWZ@l-daemon>; Fri, 30 Aug 2002 18:55:36 -0600 (MDT) Original-Received: from localhost.shawmail (h24-71-203-212.cg.shawcable.net [24.71.203.212]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.6 (built Apr 26 2002)) with ESMTP id <0H1O006SHNWMDA@l-daemon>; Fri, 30 Aug 2002 18:55:36 -0600 (MDT) In-Reply-To: <5xbs7jkhhv.fsf@kfs2.cua.dk> Original-To: storm@cua.dk Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7195 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7195 Hi, > > [Kim: thank you for updating the Mac code!] > > Pls. notice that the following change still needs to be merged. > > * w32term.c (expose_overlaps): New function. > (expose_window): Use it to fix the display of overlapping rows. I've just taken care of this in macterm.c. > Also, code to display a hbar cursor need to be added. I'll work on the cursor stuffs when I can. Andrew.