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: Organizing the NEWS file a bit better Date: Tue, 07 Sep 2021 11:12:58 +0300 Message-ID: <83lf48pzw5.fsf@gnu.org> References: <87wnnwp3g8.fsf@gnus.org> <87tuiyqklv.fsf@mail.linkov.net> <87sfyije12.fsf@gnus.org> <87ilzejcrr.fsf@gnus.org> <83h7exr1fn.fsf@gnu.org> <83bl55qzqz.fsf@gnu.org> <834kaxq70x.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35104"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org, juri@linkov.net To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Sep 07 10:14:56 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 1mNWFs-0008vq-75 for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Sep 2021 10:14:56 +0200 Original-Received: from localhost ([::1]:41022 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNWFq-0005CX-AS for ged-emacs-devel@m.gmane-mx.org; Tue, 07 Sep 2021 04:14:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mNWDu-000325-0k for emacs-devel@gnu.org; Tue, 07 Sep 2021 04:12:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:40952) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mNWDt-0004Z3-De; Tue, 07 Sep 2021 04:12:53 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3374 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 1mNWDp-0000L9-82; Tue, 07 Sep 2021 04:12:53 -0400 In-Reply-To: (message from Stefan Kangas on Tue, 7 Sep 2021 08:47:19 +0200) 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:274218 Archived-At: > From: Stefan Kangas > Date: Tue, 7 Sep 2021 08:47:19 +0200 > Cc: Lars Ingebrigtsen , Juri Linkov , > Emacs developers > > Eli Zaretskii writes: > > > > Could you explain how you carry out archeology on etc/NEWS.27? How do > > > I find out who introduced this line: > > > > > > ** Emacs now uses GMP, the GNU Multiple Precision library. > > > > > > ? > > > > I don't understand what this question has to do with the markers, can > > you explain? > > Lars claimed that markers are better for preserving history. I > claimed that history is already lost at that point, so it is not very > important. I understood what Lars said to mean that the current markers don't affect any lines but their own. Thus, their removal doesn't affect any important stuff in the file. And I don't agree that history is already lost when we remove the markers.