From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#20337: authors.el needs updating before 25.1 Date: Wed, 15 Apr 2015 12:57:28 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1429117097 9919 80.91.229.3 (15 Apr 2015 16:58:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Apr 2015 16:58:17 +0000 (UTC) To: 20337@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 15 18:58:09 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YiQdb-0006MU-Ch for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Apr 2015 18:58:07 +0200 Original-Received: from localhost ([::1]:33286 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiQda-0002NG-IZ for geb-bug-gnu-emacs@m.gmane.org; Wed, 15 Apr 2015 12:58:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiQdX-0002N7-To for bug-gnu-emacs@gnu.org; Wed, 15 Apr 2015 12:58:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YiQdX-0007Vm-4r for bug-gnu-emacs@gnu.org; Wed, 15 Apr 2015 12:58:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YiQdX-0007Vi-1b for bug-gnu-emacs@gnu.org; Wed, 15 Apr 2015 12:58:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YiQdW-0000ss-Oa for bug-gnu-emacs@gnu.org; Wed, 15 Apr 2015 12:58:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 15 Apr 2015 16:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 20337 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: X-Debbugs-Original-To: submit@debbugs.gnu.org Original-Received: via spool by submit@debbugs.gnu.org id=B.14291170513341 (code B ref -1); Wed, 15 Apr 2015 16:58:02 +0000 Original-Received: (at submit) by debbugs.gnu.org; 15 Apr 2015 16:57:31 +0000 Original-Received: from localhost ([127.0.0.1]:57293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YiQd1-0000ro-AC for submit@debbugs.gnu.org; Wed, 15 Apr 2015 12:57:31 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:39193 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YiQcz-0000rg-2D for submit@debbugs.gnu.org; Wed, 15 Apr 2015 12:57:29 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1YiQcy-0004Zx-6q; Wed, 15 Apr 2015 12:57:28 -0400 X-Spook: Commecen radar Downing Street IDEA Bruxelles Crowell Agfa X-Ran: `ib(>,Fa@&]Gz4p5{]UmEG,$6=mSrg"6{^XGFiv{v!|Om"TKVC41b[HXM]n= X-Hue: black X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:101565 Archived-At: Package: emacs Version: 25.0.50 authors.el will need updating before the next release. There's a FIXME comment, but I doubt that will get any attention. I suspect the main problem is going be that was previously eg "files.el" in the ChangeLog is now "lisp/files.el", which is going to make authors.el think it refers to two separate files. Things like authors-renamed-files-alist are set up on the basis of file names being relative to the old per-directory C'logs. The fact that old and new-style entries are mixed in the top-level ChangeLog.1 file is probably going to be especially problematic.