From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lute Kamstra Newsgroups: gmane.emacs.devel Subject: Mentioning Emacs' AUTHORS file in admin/make-tarball.txt. Date: Fri, 05 Sep 2003 11:04:40 +0200 Organization: CWI, Amsterdam Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063271950 25062 80.91.224.253 (11 Sep 2003 09:19:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2003 09:19:10 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Sep 11 11:19:08 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19xNbY-0004OQ-00 for ; Thu, 11 Sep 2003 11:19:08 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19xNcJ-0003Dm-00 for ; Thu, 11 Sep 2003 11:19:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19xNXC-0006kb-IN for emacs-devel@quimby.gnus.org; Thu, 11 Sep 2003 05:14:38 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19xNVE-0006K1-7C for emacs-devel@gnu.org; Thu, 11 Sep 2003 05:12:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19xNVA-0006HN-1M for emacs-devel@gnu.org; Thu, 11 Sep 2003 05:12:32 -0400 Original-Received: from [192.16.191.8] (helo=hera.cwi.nl) by monty-python.gnu.org with esmtp (Exim 4.22) id 19xNV9-0006H4-0n for emacs-devel@gnu.org; Thu, 11 Sep 2003 05:12:31 -0400 Original-Received: from occarina.pna.cwi.nl (occarina.pna.cwi.nl [192.16.184.200]) by hera.cwi.nl with ESMTP id LAA05432 for ; Thu, 11 Sep 2003 11:12:29 +0200 (MEST) Original-Received: (from lute@localhost) by occarina.pna.cwi.nl (8.12.8/8.12.5) id h8B9CTg8003923 for emacs-devel@gnu.org; Thu, 11 Sep 2003 11:12:29 +0200 X-Authentication-Warning: occarina.pna.cwi.nl: lute set sender to Lute.Kamstra@cwi.nl using -f Resent-To: emacs-devel@gnu.org Resent-From: Lute Kamstra Resent-Message-ID: Resent-User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Resent-Date: Thu, 11 Sep 2003 11:12:29 +0200 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Original-Lines: 11 Resent-Date: Thu, 11 Sep 2003 05:12:31 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16290 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16290 It just occurred to me that admin/make-tarball.txt doesn't mention Emacs' AUTHORS file. As I understand it, this file needs to be regenerated before a release. What about the following entry? 3. Regenerate Emacs' AUTHORS file (M-x load-file RET lisp/emacs-lisp/authors.el RET, then M-x authors RET, then save the *Authors* buffer). This may require fixing syntactically incorrect ChangeLog entries beforehand. Lute.