From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kelvin White Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 24.4.90 Date: Tue, 17 Feb 2015 13:42:17 -0500 Message-ID: References: <87mw4c6gjn.fsf@petton.fr> <83twyk5wlw.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1424198545 13711 80.91.229.3 (17 Feb 2015 18:42:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2015 18:42:25 +0000 (UTC) Cc: Nicolas Petton , Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 17 19:42:25 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YNn6G-0000jV-7Y for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2015 19:42:24 +0100 Original-Received: from localhost ([::1]:46841 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNn6F-0002FG-IY for ged-emacs-devel@m.gmane.org; Tue, 17 Feb 2015 13:42:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNn6B-0002F0-QB for emacs-devel@gnu.org; Tue, 17 Feb 2015 13:42:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YNn6B-0005Ey-2t for emacs-devel@gnu.org; Tue, 17 Feb 2015 13:42:19 -0500 Original-Received: from mail-qa0-x22d.google.com ([2607:f8b0:400d:c00::22d]:33757) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YNn69-0005EG-Re; Tue, 17 Feb 2015 13:42:17 -0500 Original-Received: by mail-qa0-f45.google.com with SMTP id j7so27582585qaq.4; Tue, 17 Feb 2015 10:42:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=SrL4apfJYshr7Z8ohyy0jwcObXq4dmYyTLG+p2Hpd0E=; b=XJuwDsWYt5MSRpbJXOYIZ3FvGJKSNM63ZJ0TdcOQ5mTB0YvJ3caHCUeJ4f/uPjoqZe Mc247vHikBTR/H+kEh04MjalCNTqoRd6QuG/OWiy5lIQTrPfttplFkqkvxh9saMV9cgN rCReRtZTt/ISEExoyVqIXWUeeeQHLZ0Zy+7BakOU/jUwlxRCVLmbM7z5DFh/ndGo1txI OLF6IZB137CnS/wa5n952AmiTZJ473NO8hJIgIUg7yKtwIRo1ELpd1weuxncf49VumIY XwNMQ6Y6bHo0DqB3I8a3bTo8An5mAYCRFSknPUE6zesoK3zv0Pvdu9P2G+HBn1Bi/hoY gIGA== X-Received: by 10.140.146.6 with SMTP id 6mr3700444qhs.44.1424198537461; Tue, 17 Feb 2015 10:42:17 -0800 (PST) Original-Received: by 10.140.93.20 with HTTP; Tue, 17 Feb 2015 10:42:17 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: YjTA3vqqaQKMNW_Wb3b0GKY8aws X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::22d X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183205 Archived-At: On Tue, Feb 17, 2015 at 1:28 PM, Kelvin White wrote: > Eli Zaretskii wrote: >>> From: Nicolas Petton >>> Date: Tue, 17 Feb 2015 10:19:56 +0100 >>> >>> The first pretest for what will be the 24.5 release of Emacs >>> (the extensible text editor) is available at >>> >>> ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-24.4.90.tar.xz >> >> Thanks! >> >> I'd suggest that changes on the emacs-24 branch will from now till the >> release be limited to regressions since 24.4, and preferably even >> those should be pushed only after asking here or on bug-gnu-emacs. >> >> > That being said, I need to fix a regression that breaks some elpa packages > due to the version header being missing in erc.el. Anyone see any reason > why I shouldn't install this patch? > > + ;; Version: 5.3 version fix has been installed.