From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v2] Add native image scaling (bug#33587) Date: Thu, 10 Jan 2019 21:50:34 +0200 Message-ID: <83woncgulx.fsf@gnu.org> References: <8336qb3upt.fsf@gnu.org> <20190102211241.GA53734@breton.holly.idiocy.org> <837efk335e.fsf@gnu.org> <20190104190914.GA61852@breton.holly.idiocy.org> <8336q82myq.fsf@gnu.org> <20190104224558.GA63257@breton.holly.idiocy.org> <20190110194250.GA22478@breton.holly.idiocy.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1547149757 32760 195.159.176.226 (10 Jan 2019 19:49:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2019 19:49:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 10 20:49:12 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ghgKG-0008PH-N6 for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2019 20:49:12 +0100 Original-Received: from localhost ([127.0.0.1]:40149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghgMN-0003hm-72 for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2019 14:51:23 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghgLi-0003h6-Iq for emacs-devel@gnu.org; Thu, 10 Jan 2019 14:50:43 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghgLg-0000Ij-0F; Thu, 10 Jan 2019 14:50:40 -0500 Original-Received: from [176.228.60.248] (port=1044 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ghgLf-0001CS-KD; Thu, 10 Jan 2019 14:50:39 -0500 In-reply-to: <20190110194250.GA22478@breton.holly.idiocy.org> (message from Alan Third on Thu, 10 Jan 2019 19:42:50 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232292 Archived-At: > Date: Thu, 10 Jan 2019 19:42:50 +0000 > From: Alan Third > Cc: emacs-devel@gnu.org > > I’ve pushed this to master as‐is. Thanks.