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: CSS contrast (#30295) (was Re: Heads-up: Emacs 26.1 RC1) Date: Tue, 20 Mar 2018 21:17:58 +0200 Message-ID: <83muz2lfo9.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1521573391 1541 195.159.176.226 (20 Mar 2018 19:16:31 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 20 Mar 2018 19:16:31 +0000 (UTC) Cc: johnw@gnu.org, tom@tromey.com, emacs-devel@gnu.org To: Richard Copley Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 20 20:16:26 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eyMkE-0000Gl-FO for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2018 20:16:26 +0100 Original-Received: from localhost ([::1]:51433 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyMmH-0002Iw-I3 for ged-emacs-devel@m.gmane.org; Tue, 20 Mar 2018 15:18:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52109) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyMlc-0002IZ-8R for emacs-devel@gnu.org; Tue, 20 Mar 2018 15:17:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyMlb-0006H1-HS for emacs-devel@gnu.org; Tue, 20 Mar 2018 15:17:52 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyMlW-00068V-UU; Tue, 20 Mar 2018 15:17:46 -0400 Original-Received: from [176.228.60.248] (port=1074 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1eyMlW-00029p-Bg; Tue, 20 Mar 2018 15:17:46 -0400 In-reply-to: (message from Richard Copley on Tue, 20 Mar 2018 19:02:27 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:223861 Archived-At: > From: Richard Copley > Date: Tue, 20 Mar 2018 19:02:27 +0000 > Cc: John Wiegley , Tom Tromey , > Emacs Development > > I can implement both suggestions (only one would be needed); they will > be one- or two-line changes which hopefully qualify as "tiny" for > contribution policy purposes. One- or two-line changes should be okay. Thanks.