From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Lilja Newsgroups: gmane.emacs.devel Subject: Re: For 23.1 release ... please. Date: Thu, 31 Jul 2008 16:08:37 +0200 Message-ID: References: <20080715124409.GA6211@vmlinux.org> <6161f3180807160825t7014be0au266dfb38ca929313@mail.gmail.com> <20080717005341.GA26458@vmlinux.org> <488CB24F.7010707@vmlinux.org> <87ljzi179l.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217513383 24165 80.91.229.12 (31 Jul 2008 14:09:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 14:09:43 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 16:10:31 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KOYqw-0003Pl-TX for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 16:10:03 +0200 Original-Received: from localhost ([127.0.0.1]:34456 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOYq2-0005hZ-J3 for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 10:09:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOYpr-0005dq-Fw for emacs-devel@gnu.org; Thu, 31 Jul 2008 10:08:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOYpq-0005dP-Mk for emacs-devel@gnu.org; Thu, 31 Jul 2008 10:08:55 -0400 Original-Received: from [199.232.76.173] (port=39541 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOYpq-0005dL-Ik for emacs-devel@gnu.org; Thu, 31 Jul 2008 10:08:54 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:54619 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KOYpq-0004hP-3l for emacs-devel@gnu.org; Thu, 31 Jul 2008 10:08:54 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KOYpm-0001lC-Nf for emacs-devel@gnu.org; Thu, 31 Jul 2008 14:08:50 +0000 Original-Received: from h-60-61.a163.cust.bahnhof.se ([79.136.60.61]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2008 14:08:50 +0000 Original-Received: from mindcooler by h-60-61.a163.cust.bahnhof.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2008 14:08:50 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: h-60-61.a163.cust.bahnhof.se User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: <87ljzi179l.fsf@stupidchicken.com> X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101794 Archived-At: Chong Yidong wrote: > Joachim Nilsson writes: > >> PING? >> >> This patch, now with a ChangeLog entry, could be quite useful to get >> into the release. > > Checked in. Thanks. > > > Isn't this bug also present on the 22-branch? I usually stay with the trunk but when I compiled it a few days ago it was unfortunately too slow (yes, I'm on Windows for this project) so I performed a checkout from the 22-branch instead and built and used that and I noticed I got this behaviour in a C++ function definition: void TransparentBlit(HBITMAP bitmap, HDC hdc, int nXDest, int nYDest, int nWidth, int nHeight, int nXSrc, int nYSrc) when I was expecting this: void TransparentBlit(HBITMAP bitmap, HDC hdc, int nXDest, int nYDest, int nWidth, int nHeight, int nXSrc, int nYSrc) Hope the leading space on my last snippest is preserved when posting... - Eric