From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: 23.0.50; Image support disabled by default? Date: Wed, 23 Jan 2008 09:44:08 -0700 Message-ID: References: <87sl0o5wtf.GNU's_Not_Unix!%yavor@gnu.org> Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1201108892 23608 80.91.229.12 (23 Jan 2008 17:21:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2008 17:21:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yavor Doganov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 23 18:21:50 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 1JHjI7-0001ar-K3 for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 18:21:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHjHh-0000is-NP for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2008 12:21:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHjHd-0000hR-1C for emacs-devel@gnu.org; Wed, 23 Jan 2008 12:21:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHjHb-0000gj-9t for emacs-devel@gnu.org; Wed, 23 Jan 2008 12:21:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHjHa-0000gX-T6 for emacs-devel@gnu.org; Wed, 23 Jan 2008 12:21:03 -0500 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHjHW-0007Sd-3B; Wed, 23 Jan 2008 12:20:58 -0500 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m0NHKv5J032519; Wed, 23 Jan 2008 12:20:57 -0500 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0NHKvWk010516; Wed, 23 Jan 2008 12:20:57 -0500 Original-Received: from opsy.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m0NHKusY030878; Wed, 23 Jan 2008 12:20:56 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id A4EB75089A7; Wed, 23 Jan 2008 09:44:08 -0700 (MST) X-Attribution: Tom In-Reply-To: <87sl0o5wtf.GNU's_Not_Unix!%yavor@gnu.org> (Yavor Doganov's message of "Wed\, 23 Jan 2008 18\:30\:20 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:87382 Archived-At: >>>>> "Yavor" == Yavor Doganov writes: Yavor> Was this intended or it happened by accident? I imagine that the Yavor> majority of the users want support for as many image formats as Yavor> possible. It was an accident. Sorry about that, I overlooked how the variable test were written in this case. Yavor> 2008-01-23 Yavor Doganov (tiny change) Yavor> * configure.in: Use OPTION_DEFAULT_ON for xpm, jpeg, tiff, Yavor> gif, png and rsvg. I think this should go in. Tom