From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Indentation of def* Date: Fri, 15 Oct 2021 13:42:15 +0300 Message-ID: <838ryuk1rs.fsf@gnu.org> References: <878ryw1ptl.fsf@gnus.org> <871r4nn9ty.fsf@yahoo.com> <87ilxzzwn1.fsf@gnus.org> <878ryvzw7s.fsf@gnus.org> <87h7djlskn.fsf@yahoo.com> <87v91zyfiy.fsf@gnus.org> <87wnmfkd7p.fsf@yahoo.com> <87bl3rka3n.fsf@yahoo.com> <877defjhqr.fsf@yahoo.com> <83ilxykcht.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3414"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, larsi@gnus.org, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 15 12:44:33 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mbKhV-0000hZ-KI for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Oct 2021 12:44:33 +0200 Original-Received: from localhost ([::1]:45556 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbKhU-0005E3-GM for ged-emacs-devel@m.gmane-mx.org; Fri, 15 Oct 2021 06:44:32 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58506) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbKfJ-0001vo-3j for emacs-devel@gnu.org; Fri, 15 Oct 2021 06:42:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41248) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbKfI-0003FT-Lw; Fri, 15 Oct 2021 06:42:16 -0400 Original-Received: from [87.69.77.57] (port=4301 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbKfI-00023S-5e; Fri, 15 Oct 2021 06:42:16 -0400 In-Reply-To: (message from Stefan Kangas on Fri, 15 Oct 2021 03:35:04 -0500) 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:277103 Archived-At: > From: Stefan Kangas > Date: Fri, 15 Oct 2021 03:35:04 -0500 > Cc: luangruo@yahoo.com, larsi@gnus.org, emacs-devel@gnu.org > > Eli Zaretskii writes: > > > We don't make such announcements in NEWS. That file describes the > > changes actually done in the version with which it comes. If there > > _is_ a change we make in preparation for some future action, then we > > can indeed tell that in NEWS. > > I was thinking of something like this line from etc/NEWS.27: > > ** The ftx font backend driver is now obsolete and will be removed in > Emacs 28. > > AFAIK, the above message was just informational and came with no > functional changes. No, the underlying actual change was that the ftx font backend is obsolete.