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: Emacs 29.2 released Date: Thu, 18 Jan 2024 15:00:13 +0200 Message-ID: <837ck6yexu.fsf@gnu.org> References: <83ttnaaojz.fsf@gnu.org> <87wms6voab.fsf@yahoo.com> <838r4mygg1.fsf@gnu.org> <87sf2uvmsj.fsf@yahoo.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24202"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jan 18 14:01:15 2024 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 1rQS1C-00067Q-Pm for ged-emacs-devel@m.gmane-mx.org; Thu, 18 Jan 2024 14:01:14 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rQS0T-0006Lq-DE; Thu, 18 Jan 2024 08:00:29 -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 1rQS0M-0006LO-8L for emacs-devel@gnu.org; Thu, 18 Jan 2024 08:00:22 -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 1rQS0K-0003GK-ID; Thu, 18 Jan 2024 08:00:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=lvYov7hO1dlk7iisPree1yJbyitRHB2ZuKNG3GXLyT8=; b=JEMpYLnSlKjR haPpXFYPOxp2zy8oG9cnMeDPvM8C+ke56tDZhL6Bt3b5j++MsfmWrOrLWv8qzC0s6vu4pnYC4yPcb m1bwE3ybXX/rIcblQDqIGYqP6XSaP7tPIqAm4fE6g1i9lyRhDAirMg7ysvZCKaeAU/LdQlsE7tKcC KA5hquRWqEGepdleUJcDmWEm/xJ7eJ5j+EoEx2sXU0slwaU9V27xXyDAqVvPqThDeDGrL4wTKK5fq T6kiyp1yb/sBu0oq1ZsuRSdSPfer4ennKeDwG2tWiyHLu3Syhsx57OEZMzpencJJAWo4KqpBErbak eB3Noe+fz26TZZmO8yh64w==; In-Reply-To: <87sf2uvmsj.fsf@yahoo.com> (message from Po Lu on Thu, 18 Jan 2024 20:38:52 +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:315085 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Thu, 18 Jan 2024 20:38:52 +0800 > > Eli Zaretskii writes: > > > What do you mean by "the DJGPP packages" in this context? > > Packages assembled in the same format as the packages available on the > DJGPP FTP site, which are ZIP archives that can be unpacked in any > directory and executed directly from there. They are just ZIP archives produced from a directory where Emacs was built, plus a few files that describe the package. I will probably produce the files for Emacs 29.2 in a couple of days.