From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel,gmane.emacs.diffs Subject: Re: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v Date: Sun, 18 Mar 2007 05:32:50 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174192436 2842 80.91.229.12 (18 Mar 2007 04:33:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 18 Mar 2007 04:33:56 +0000 (UTC) Cc: emacs-diffs@gnu.org, emacs-devel@gnu.org To: "Nick Roberts" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 18 05:33:53 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HSn5c-000326-3q for ged-emacs-devel@m.gmane.org; Sun, 18 Mar 2007 05:33:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSn6v-0004gl-Dm for ged-emacs-devel@m.gmane.org; Sat, 17 Mar 2007 23:35:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSn60-0003sg-MI for emacs-devel@gnu.org; Sun, 18 Mar 2007 00:34:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSn5z-0003p8-3P for emacs-devel@gnu.org; Sun, 18 Mar 2007 00:34:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSn5y-0003op-Nf for emacs-devel@gnu.org; Sat, 17 Mar 2007 23:34:14 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.175]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HSn4f-0008HL-DW for emacs-devel@gnu.org; Sun, 18 Mar 2007 00:32:53 -0400 Original-Received: by ug-out-1314.google.com with SMTP id j3so1174057ugf for ; Sat, 17 Mar 2007 21:32:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MvH/j8b9ztgOmp0Nyi0gQqiK7GmJ1LgsHDQIPaYLPbt+iRlLkz8GEOwtVS4zJTaxUaWKtTIw/ZtibL2qPRVPGQswVvf6/lDT/ELX8uGwVHybFbaFyW/ENap3710a3CB1u5f/NKCO1Hu6f2Uw3dG8WdwbBpI9hqtYhc03w+GXszQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nUnR514qgHLg/hgZob0VrgWGu7IkFrJ/jhpPfUtm1m77tbVVUPxqFOP31beq0VpdwjplguGP00J76SN8eJpQEcDchcIQpJ1iz0/sAZ/O8DKYGjEviFe01wxYjhY2EbpufbcYPjYBIEaWQRfryS8xslHUqbTJyDidwQ3XNwo3BsA= Original-Received: by 10.64.10.2 with SMTP id 2mr6143384qbj.1174192370860; Sat, 17 Mar 2007 21:32:50 -0700 (PDT) Original-Received: by 10.114.234.16 with HTTP; Sat, 17 Mar 2007 21:32:50 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68044 gmane.emacs.diffs:59265 Archived-At: On 3/18/07, Nick Roberts wrote: > @@ -11,23 +17,12 @@ > * autorevert.el (auto-revert-tail-handler): > Call after-revert-hook. > > -2007-03-17 Chong Yidong > - > - * simple.el (line-move-1): Respect > - `inhibit-line-move-field-capture' property. > - > -2007-03-16 Mark A. Hershberger > - > - * eshell/esh-mode.el (eshell-handle-ansi-color): New function. > - Add new option for eshell-output-filter-functions. > - > 2007-03-13 Chong Yidong Was this deletion on purpose? Juanma