From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Drop "experimental" status of --with-cairo ? Date: Wed, 19 Jun 2019 00:10:45 -0700 Organization: UCLA Computer Science Department Message-ID: <388b42f8-5721-48a2-2648-3bdf716de6a6@cs.ucla.edu> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------04606BFDA72865E9ACE385D2" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="67822"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 Cc: Emacs Development To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 09:11:04 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 esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hdUkJ-000HUw-VA for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2019 09:11:04 +0200 Original-Received: from localhost ([::1]:35498 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdUkI-0004UV-U6 for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2019 03:11:02 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56904) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hdUkD-0004UC-Bc for Emacs-devel@gnu.org; Wed, 19 Jun 2019 03:10:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hdUkC-0005iw-4g for Emacs-devel@gnu.org; Wed, 19 Jun 2019 03:10:57 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:58770) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hdUkB-0005iV-Q7 for Emacs-devel@gnu.org; Wed, 19 Jun 2019 03:10:56 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id D0F81161CE1; Wed, 19 Jun 2019 00:10:53 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id EMk3kSBN6sAv; Wed, 19 Jun 2019 00:10:48 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id C27F4161CE2; Wed, 19 Jun 2019 00:10:48 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 1nsKcj9sE2BF; Wed, 19 Jun 2019 00:10:48 -0700 (PDT) Original-Received: from [192.168.1.9] (cpe-23-242-74-103.socal.res.rr.com [23.242.74.103]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 9974C161C58; Wed, 19 Jun 2019 00:10:48 -0700 (PDT) In-Reply-To: Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:237880 Archived-At: This is a multi-part message in MIME format. --------------04606BFDA72865E9ACE385D2 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit YAMAMOTO Mitsuharu wrote: > I suggest dropping the word > "(experimental)" from configure.ac, and encourage people (especially > those who previously tried --with-cairo but abandoned) to try it again > to iron out remaining issues. The first part's easy enough; I installed the attached. Thanks for working on this. --------------04606BFDA72865E9ACE385D2 Content-Type: text/x-patch; name="0001-with-cairo-is-no-longer-experimental.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-with-cairo-is-no-longer-experimental.patch" >From 50c5d5621cb5e6d7c86829ac4b776d81e47b2189 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 19 Jun 2019 00:06:39 -0700 Subject: [PATCH] --with-cairo is no longer experimental Suggested by YAMAMOTO Mitsuharu in: https://lists.gnu.org/r/emacs-devel/2019-06/msg00686.html * configure.ac: Do not say --with-cairo is experimental. * etc/NEWS: Say that --with-cairo is no longer experimental. --- configure.ac | 2 +- etc/NEWS | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a2e66c3f49..be5c4e35b1 100644 --- a/configure.ac +++ b/configure.ac @@ -430,7 +430,7 @@ AC_DEFUN OPTION_DEFAULT_ON([rsvg],[don't compile with SVG image support]) OPTION_DEFAULT_ON([lcms2],[don't compile with Little CMS support]) OPTION_DEFAULT_ON([libsystemd],[don't compile with libsystemd support]) -OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing (experimental)]) +OPTION_DEFAULT_OFF([cairo],[compile with Cairo drawing]) OPTION_DEFAULT_ON([xml2],[don't compile with XML parsing support]) OPTION_DEFAULT_OFF([imagemagick],[compile with ImageMagick image support]) OPTION_DEFAULT_ON([json], [don't compile with native JSON support]) diff --git a/etc/NEWS b/etc/NEWS index 65dc095052..bf92a551a5 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -49,6 +49,10 @@ functions 'json-serialize', 'json-insert', 'json-parse-string', and 'json-parse-buffer' are typically much faster than their Lisp counterparts from json.el. +** The configure option --with-cairo is no longer experimental. +This builds Emacs with Cairo drawing, and supports built-in printing +when Emacs is built with GTK+. + ** Emacs no longer defaults to using ImageMagick to display images, due to security and stability concerns. To override the default, use 'configure --with-imagemagick'. -- 2.17.1 --------------04606BFDA72865E9ACE385D2--