From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97188 invoked by alias); 2 Dec 2018 21:34:26 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 97171 invoked by uid 89); 2 Dec 2018 21:34:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy= X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 02 Dec 2018 21:34:24 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id D9B3C33E52; Sun, 2 Dec 2018 16:34:22 -0500 (EST) Received: from anthias (d91-128-244-185.cust.tele2.at [91.128.244.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 5A65033E4F; Sun, 2 Dec 2018 16:34:22 -0500 (EST) Date: Sun, 02 Dec 2018 21:34:00 -0000 From: Gerald Pfeifer To: Iain Buclaw cc: gcc-patches Subject: Re: [wwwdocs] Add D language to news, frontends, release notes, and readings. In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-IsSubscribed: yes X-SW-Source: 2018-12/txt/msg00052.txt.bz2 On Sun, 2 Dec 2018, Iain Buclaw wrote: > I assume that the notes on the about.html page are all that are > needed to commit and push? Yes, they *should*. If you run into anything that's missing or have any questions, just let me know and I'll (a) help directly and (b) see how to improve the docs. Gerald