From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: New Eglot release Date: Sun, 05 Mar 2023 15:56:29 +0000 Message-ID: <87v8jfw5si.fsf@posteo.net> References: <87a60sjneo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7033"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: =?utf-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 05 16:57:07 2023 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 1pYqjS-0001gy-Qi for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Mar 2023 16:57:06 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pYqiz-00013a-5r; Sun, 05 Mar 2023 10:56:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYqix-00013O-81 for emacs-devel@gnu.org; Sun, 05 Mar 2023 10:56:35 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pYqiv-0001kc-BE for emacs-devel@gnu.org; Sun, 05 Mar 2023 10:56:35 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id DEF83240183 for ; Sun, 5 Mar 2023 16:56:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1678031789; bh=gmI227LMv9Kg4FYzbOKUquS3oA9QuxZqJ/rpW9+xFE4=; h=From:To:Cc:Subject:Date:From; b=hLMoX7SlrUNZ+11owdlPrWvwUTHwjoPiTOM/xpCNEH7fMv+U4hXHlon/hCpRSLlc+ 4x46H/g0O+iK/k4t06be28FOpVAI+87sN9pkX+f0qR2i+ND2kzvX/acLID2Aavr8jI HmpYPULa0BBddl4Ri5aVOErFq/ZlluKPMK+2u4OU9LPjJXYvWKFnSUB4yxa+JSAiBO lV3WduUMY+YLV2sFI0YJ60DCxE0XQguLVjM+xVrQV6g4KUXYDXEhXQSM+h+9t9O+4F Xaj2AD+bc+GUgdU9E07G2XMiDSEX3Px4gC6+zeDmhuPaOK/tpZku2nr120x62R3ysx bVOJq7jNip4CQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PV5t533LDz9rxH; Sun, 5 Mar 2023 16:56:29 +0100 (CET) In-Reply-To: <87a60sjneo.fsf@gmail.com> (=?utf-8?Q?=22Jo=C3=A3o_T=C3=A1vor?= =?utf-8?Q?a=22's?= message of "Sat, 04 Mar 2023 20:02:07 +0000") Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303987 Archived-At: Jo=C3=A3o T=C3=A1vora writes: > Hello, > > After some significant work done to Eglot in emacs-29 the last few > weeks, I'd like to make the 1.12 release so people can use it from GNU > ELPA in older Emacs versions. > > However, one question remains from the merge: where to put > Eglot-specific NEWS describing the latest user-visible changes?? > > I'm not opposed to putting them in Emacs's own NEWS file, except that > for this Emacs 29 version it'd be a bit akward, since Eglot just made it > in, so the existing NEWS is about Eglot's appearance, not about what > changed recently. > > I think, someone suggested /etc/EGLOT-NEWS at the time. That could > work, I guess. But would anyone read it? Would using a "News" section in eglot.el (along the same lines of the "Commentary" section) make sense here? elpa-admin.el should pick this up when generating news for elpa.gnu.org. > Also, it'd be nice that it'd go somewhere where the description of the > package in https://elpa.gnu.org/ can pick it up. > > Jo=C3=A3o --=20 Philip Kaludercic