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: Release branch emacs-29 Date: Tue, 29 Nov 2022 22:00:45 +0200 Message-ID: <83pmd5ledu.fsf@gnu.org> References: <83wn7flz9f.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="23737"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, johnw@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Nov 29 21:01:06 2022 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 1p06mw-00062C-J9 for ged-emacs-devel@m.gmane-mx.org; Tue, 29 Nov 2022 21:01:06 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p06mC-0003JX-JV; Tue, 29 Nov 2022 15:00:20 -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 1p06m4-0003IC-Ic for emacs-devel@gnu.org; Tue, 29 Nov 2022 15:00:13 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p06m4-0000my-87; Tue, 29 Nov 2022 15:00:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=LRjH3dJahLz6WXvZUj8k3lcQCWwW/kcmZ96fMQHnM9c=; b=TX5dcHFKnx9XWvnbUhij DGe2JhRDRiftkNufFVY3Mf4PcxOZE9zZ3IIG87MyWl6DNVbc4Nir02FJFTrfKhiyGX+tG6Q7eCQ1M JCHrKeAaA7Y6bYXcB8ONzdnUlWzNqcmMSNCFBd7dRyvcK5XPzf3EEOnEf1MYwEopDaJ6lGSDRiotS u6WdJlp03xM9Rh019k5G8yCrKtmorT68G84qf3Ba2cNV7NWpagIZ/VAHM5RDk1hY5V/B1LyxRaxin 1TVC9w+fmPtYIdwGf15nIkcfwm+JU22oDwPWR/ffG88lOatQoREWDClD68A94uTSWwA9Dvpv7vPxk C76iZYlk5WUC0A==; Original-Received: from [87.69.77.57] (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 1p06m3-0006Tz-EM; Tue, 29 Nov 2022 15:00:12 -0500 In-Reply-To: (message from Stefan Kangas on Tue, 29 Nov 2022 11:24:47 -0800) 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:300725 Archived-At: > From: Stefan Kangas > Date: Tue, 29 Nov 2022 11:24:47 -0800 > Cc: John Wiegley > > Eli Zaretskii writes: > > > From now on please install bug fixes to the emacs-29 branch (they will be > > merged to master soon enough), while new features and improvements in > > existing features should be installed on master. > > Now that we have sorted out all copyright assignment details, I have > pushed a new version of scratch/use-package. Everything that we do not > have a copyright assignment for has been checked and correctly marked > with "Copyright-paperwork-exempt: yes". What is the status of the manual? I don't see any FIXMEs or notes what else should be done -- is it finished? Also, I see no announcement on NEWS for use-package -- did I miss it? > On that branch are the following newly added files: > > ├── doc > │   └── misc > │   └── use-package.texi > ├── lisp > │   └── use-package > │   ├── bind-chord.el > │   ├── bind-key.el > │   ├── use-package-bind-key.el > │   ├── use-package-chords.el > │   ├── use-package-core.el > │   ├── use-package-delight.el > │   ├── use-package-diminish.el > │   ├── use-package-ensure-system-package.el > │   ├── use-package-ensure.el > │   ├── use-package-jump.el > │   ├── use-package-lint.el > │   └── use-package.el > └── test > └── lisp > └── use-package > ├── use-package-chords-tests.el > └── use-package-tests.el > > 7 directories, 15 files Btw, I'm quite surprised to see that it's such a large package. > Is it preferred that I merge to master or emacs-29 at this point? To emacs-29, please. But it looks like you forked the branch from master, so you will have to redo that by forking from emacs-29, or else you will have merge conflicts and/or will undo stuff that was fixed on the release branch and not yet merged to master. Thanks.