From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Carbon (22): PNGs broken Date: Sat, 3 May 2008 13:49:41 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209819007 14696 80.91.229.12 (3 May 2008 12:50:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 3 May 2008 12:50:07 +0000 (UTC) To: emacs- devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 03 14:50:39 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 1JsHCJ-0002Rl-3x for ged-emacs-devel@m.gmane.org; Sat, 03 May 2008 14:50:39 +0200 Original-Received: from localhost ([127.0.0.1]:46767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsHBb-0006O2-SK for ged-emacs-devel@m.gmane.org; Sat, 03 May 2008 08:49:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JsHBV-0006KX-IV for emacs-devel@gnu.org; Sat, 03 May 2008 08:49:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JsHBS-0006GA-SZ for emacs-devel@gnu.org; Sat, 03 May 2008 08:49:48 -0400 Original-Received: from [199.232.76.173] (port=52658 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JsHBS-0006Fx-OA for emacs-devel@gnu.org; Sat, 03 May 2008 08:49:46 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JsHBS-00061q-8i for emacs-devel@gnu.org; Sat, 03 May 2008 08:49:46 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so836407nfi.26 for ; Sat, 03 May 2008 05:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; bh=iJ5+pVUpAVEJ6CmTRAygBwrPxxK+emVGOuyHUKYlHkA=; b=vGYoy4RgmQ+s1emFhRY2rrdDXAVyXPqc+OYKoxQWzyFtbFqhYIOgaep6HT1O8JWRtD2Bj24kMuBguCN/EBHAIfqtPouQyxZyciL0Ey1GYMsba9kZXtUcT3AMBMzeWxXq8ChYQRObZuZ3+qXjgzFsith1I/RGFQnBpIj7arOanDE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; b=Ebg/v9fG4zEi9LuRwhD0fYrarXKmVYzhbT4VXOau863Krqkkz9dGGBF3Jd7AAAX+pnQHRsUJlDdcnRCB88nGjwuxRbsXjIybmduU2VBsXMZ5neLn124kPh92Qcak4HxoW6tvmMtlmsK5RbpWqI3vOhs0dvBPd6nMjqWaJsDdr8U= Original-Received: by 10.210.39.20 with SMTP id m20mr3914386ebm.126.1209818985282; Sat, 03 May 2008 05:49:45 -0700 (PDT) Original-Received: from ?194.81.245.128? ( [194.81.245.128]) by mx.google.com with ESMTPS id h6sm42254315nfh.29.2008.05.03.05.49.43 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 03 May 2008 05:49:44 -0700 (PDT) X-Mailer: Apple Mail (2.919.2) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:96374 Archived-At: The last set of check-ins that introduces Image I/O API use in the Carbon port (22 branch) broke PNG display; my PNGs are all blue-on- white now (both in tool-bar and when loaded in a buffer). I didn't specifically set USE_MAC_IMAGE_IO, so it is at its default (FALSE or not defined unless I'm mistaken). I can make one of the PNGs available and investigate further if that's required.