From unknown Thu Aug 14 18:37:39 2025 X-Loop: don@donarmstrong.com Subject: bug#1007: Emacs 22.3 Windows Draw/Redraw Issues Reply-To: Jason Rumney , 1007@debbugs.gnu.org Resent-From: Jason Rumney Original-Sender: Jason Rumney Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Fri, 19 Sep 2008 21:15:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1007 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12218584656798 (code B ref -1); Fri, 19 Sep 2008 21:15:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-3.6 required=4.0 tests=AWL,BAYES_00, MURPHY_DRUGS_REL8,PUSSY,RCVD_IN_DNSWL_LOW autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 19 Sep 2008 21:07:45 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m8JL7gUm006792 for ; Fri, 19 Sep 2008 14:07:43 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgnCX-00059f-QC for bug-gnu-emacs@gnu.org; Fri, 19 Sep 2008 17:07:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgnCV-00058x-Ry for bug-gnu-emacs@gnu.org; Fri, 19 Sep 2008 17:07:41 -0400 Received: from [199.232.76.173] (port=35042 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgnCV-00058s-Nk for bug-gnu-emacs@gnu.org; Fri, 19 Sep 2008 17:07:39 -0400 Received: from mu-out-0910.google.com ([209.85.134.187]:27146) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgnCV-0004OR-Fp for bug-gnu-emacs@gnu.org; Fri, 19 Sep 2008 17:07:39 -0400 Received: by mu-out-0910.google.com with SMTP id i2so493495mue.6 for ; Fri, 19 Sep 2008 14:07:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding:sender; bh=BCpO1PHoPonkcBFge4Gd6XZmXMtynl8ws5Lgmwhwhyo=; b=iLMCD+4W4n9oYG1pOh2EuFUBvD9UzWxOO5BC7Vn+xswUdCKgIhOb9HZeFQtJ2jNMZX VP+KPmeA8Lc56WdizTCLNXDCGrmNJzend2Mwf5HJNhLKxgjAj3jLRGefTiWx8HcU7t0k jK5pbf93KQbXacaiF+o7MATrFCVbRg27uUflQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :sender; b=XRWNJLIDdpr6jxb1KvydlJc5vHTXEjGv2AIBuOVx62+pToYrd6/dmnkKeZuWE8RcJ9 XRTsglQUiPkH/VeKRTuYIKX39bcJ0b4pSQA+DF8C5GAvYUl8hIbTXbUdLr5PkIBt8Lym oCKPbabP9XPIwjoulUoIrM7xWRp+cU1J8sqa8= Received: by 10.181.21.6 with SMTP id y6mr584416bki.50.1221858457058; Fri, 19 Sep 2008 14:07:37 -0700 (PDT) Received: from ?192.168.249.36? ( [83.67.23.108]) by mx.google.com with ESMTPS id d2sm1593056nfc.20.2008.09.19.14.07.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 19 Sep 2008 14:07:36 -0700 (PDT) Message-ID: <48D41466.7020600@gnu.org> Date: Sat, 20 Sep 2008 05:06:46 +0800 From: Jason Rumney User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: "Ng, Andrew" CC: emacs-devel@gnu.org, bug-gnu-emacs@gnu.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Jason Rumney X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Ng, Andrew wrote: > I have come across various draw/redraw problems with Emacs on Windows, > particular since ClearType support was enabled. These problems annoyed > me sufficiently that I decided to fix them myself. I have tried to get > these fixes submitted previously, but with no success thus far. > Hi Andrew, I did apply a minimum subset of the patches you submitted that was required to eliminate all bugs reported before the date I applied the patch. This was done at the last minute before 22.2 was released (thus the reason why I tried to reduce the impact of your changes), and since there were no reports after 22.2 was released, this was never revisited. The Emacs 22 branch is effectively dead with the release of 22.3 AFAIK, and the font handling in Emacs 23 is completely different, so if patches are still required, they are likely to be completely different. From jasonrumney@gmail.com Sun Dec 28 20:41:52 2008 Received: (at control) by emacsbugs.donarmstrong.com; 29 Dec 2008 04:41:52 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.187]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id mBT4fmig032503 for ; Sun, 28 Dec 2008 20:41:50 -0800 Received: by ti-out-0910.google.com with SMTP id b6so3376314tic.1 for ; Sun, 28 Dec 2008 20:41:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=gZbluheYhHWNGtyYY50xLYb8k6fU7zmG00VGGoXvTC0=; b=PGsoGYq13mWVVcDKzlcvArsoI4S467QRfTLuBUaN2b7OrM9emoH98VcsCa1VuAh8/j e9Us31skTU3qW3Op12hyR3Cx5aD+CTkXB7RdjlcJByuFly6sCq9x/ieDPhtfvSyIq/2+ WxxufGYrDaAkWBKlKX8yazuwiebimzV0TiwVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=mg/reUNalNqCRtz1EIZN5HIzQJvTXKbwLu8OAt5+9EYCpZmnw4PhQrsaTWWsucWnDJ 8lulr9Akm57vEnnYiFQuAHVTYzf3IVl/eoBTraPRydWhpM8zcWXo76ke0CsvJg+wvdWY wE/RRkco5wY81Hi8+LoHumWAucpdhev6zrWWY= Received: by 10.110.53.19 with SMTP id b19mr4472423tia.53.1230525708161; Sun, 28 Dec 2008 20:41:48 -0800 (PST) Received: from ?192.168.249.26? ([118.101.232.139]) by mx.google.com with ESMTPS id i9sm10668085tid.5.2008.12.28.20.41.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 28 Dec 2008 20:41:47 -0800 (PST) Sender: Jason Rumney Message-ID: <495854E6.3020002@gnu.org> Date: Mon, 29 Dec 2008 12:41:10 +0800 From: Jason Rumney User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 To: control@debbugs.gnu.org Subject: bug#1005 does not seem to apply to Emacs 23 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit found 1005 22.3 notfound 1005 23.0.60 From jasonrumney@gmail.com Thu Jan 1 00:22:14 2009 Received: (at control) by emacsbugs.donarmstrong.com; 1 Jan 2009 08:22:15 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n018MBOO000791 for ; Thu, 1 Jan 2009 00:22:12 -0800 Received: by ti-out-0910.google.com with SMTP id b6so4384570tic.1 for ; Thu, 01 Jan 2009 00:22:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:resent-from:resent-to :resent-date:resent-message-id:resent-user-agent:message-id:date :from:user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=0l1oAvSbH9aVrBAb6V5g2Ze7d8EyCW4SdJK5Q4VHiiU=; b=H6AB8PIrybQUB0vQW0C7X+jj1wRCMY9igAHcEJc0QESENWKavUacVSupQYWGFXHOY+ X9AA57g1xjzCmokeoB4wE1G0X1mqO+/iX/He3XjxKzsTUvmD5kk5q9wLgEc05vzdFjew pfQU9DqiyqsaP8JDosDhVCXx3TAAzoabsDxrA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:resent-from:resent-to:resent-date:resent-message-id :resent-user-agent:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; b=ad9aZWpMjGbKOaV6kYvNtz/+reJ9DcCJro3D0upXFKBBPiXkbVdWFtUWwbL7qTEW0W Jqj2j9q3v/pZ+ObcPt6L+bIyK/Z/mT1aumplMDasGymEPDDHztiPi29i/zkGAZYEzuhK nnNsdLPRlVLFk+eF9pwfCv2606UkSwFcvYJ0g= Received: by 10.110.2.2 with SMTP id 2mr6527166tib.55.1230798130559; Thu, 01 Jan 2009 00:22:10 -0800 (PST) Received: from ?192.168.249.27? ([118.101.235.115]) by mx.google.com with ESMTPS id b4sm9139047tic.22.2009.01.01.00.22.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 01 Jan 2009 00:22:10 -0800 (PST) Sender: Jason Rumney Resent-From: Jason Rumney Resent-To: control@debbugs.gnu.org Resent-Date: Thu, 1 Jan 2009 16:21:39 +0800 Resent-Message-Id: <495C7D13.4010809@f2s.com> Resent-User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Message-ID: <495C2893.3050404@f2s.com> Date: Thu, 01 Jan 2009 10:21:07 +0800 From: Jason Rumney User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: control@donarmstrong.com Subject: 22.x only bugs and more Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit notfound 1005 23.0.60 found 1005 22.3 tags 1005 +wontfix tags 201 +wontfix tag 687 +patch From jasonrumney@gmail.com Sat Aug 1 02:25:45 2009 Received: (at control) by emacsbugs.donarmstrong.com; 1 Aug 2009 09:25:45 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.0 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mail-pz0-f191.google.com (mail-pz0-f191.google.com [209.85.222.191]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n719Pf7K030942 for ; Sat, 1 Aug 2009 02:25:42 -0700 Received: by pzk29 with SMTP id 29so1741860pzk.19 for ; Sat, 01 Aug 2009 02:25:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:message-id :date:from:user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=VsjY07ObWWJlSyS9Lv84CUFQe12fpMQ/lX7nORW/dG8=; b=SY+agdsJUuf/BRdmAsaH7MNlE1qepXDC5AAuNVbqbfvkgaw/59nYFOZXC9DS+vrBgG CPJM2+DX3RxgiH0bAAOIMc8HdHUjBKIDfs+/K616e+dWD53ogFSKqq9sP4YEzxwafzgt B4+Wc/vk7D6SQoX0jaI3lW61CeZzwVb0oSFJw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=hGul2XA0pAw1EKs2Pu4h78aCFMri5ZJhpead8fjWPpEdT6arKpaxJY2tPcJMYWa4Oz YfhAv+mo4BRS3aTaWs7wFTpHLu04CBb1uKpbQHlr7QHit49CokZZQdH2snnzMyrEgbod sUcCOcqBqgTpK8OiNu4ZSchBb66Xtkez0l2Cw= Received: by 10.114.201.10 with SMTP id y10mr2989978waf.95.1249118735779; Sat, 01 Aug 2009 02:25:35 -0700 (PDT) Received: from wanchan.jasonrumney.net ([118.101.136.103]) by mx.google.com with ESMTPS id l38sm6886911waf.18.2009.08.01.02.25.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 01 Aug 2009 02:25:35 -0700 (PDT) Sender: Jason Rumney Received: from wanchan.jasonrumney.net (localhost [127.0.0.1]) by wanchan.jasonrumney.net (Postfix) with ESMTP id C5DB3787 for ; Sat, 1 Aug 2009 17:25:32 +0800 (MYT) Message-ID: <4A740A0C.4000201@gnu.org> Date: Sat, 01 Aug 2009 17:25:32 +0800 From: Jason Rumney User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: control@debbugs.gnu.org Subject: Close 22.x bugs already fixed in 23.1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit close 201 close 1005 close 2950 close 3478