From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: handa@gnu.org (K. Handa) Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r116195: Fix bug#16286 by the different way than revno:116158 to preserve the code detection behavior of 24.3. Date: Thu, 30 Jan 2014 21:27:52 +0900 Message-ID: <87txclvelz.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391084892 8201 80.91.229.3 (30 Jan 2014 12:28:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2014 12:28:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 30 13:28:20 2014 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 1W8qj8-0003Qo-Ds for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 13:28:14 +0100 Original-Received: from localhost ([::1]:48252 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8qj7-0000iG-VG for ged-emacs-devel@m.gmane.org; Thu, 30 Jan 2014 07:28:13 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8qj1-0000gj-9O for emacs-devel@gnu.org; Thu, 30 Jan 2014 07:28:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8qiw-0005Tu-OD for emacs-devel@gnu.org; Thu, 30 Jan 2014 07:28:07 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8qiw-0005Tq-L4 for emacs-devel@gnu.org; Thu, 30 Jan 2014 07:28:02 -0500 Original-Received: from fl1-60-237-79-26.iba.mesh.ad.jp ([60.237.79.26]:44253 helo=wanchai) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1W8qiw-0000F2-0K; Thu, 30 Jan 2014 07:28:02 -0500 Original-Received: from handa by wanchai with local (Exim 4.80) (envelope-from ) id 1W8qim-000119-Ve; Thu, 30 Jan 2014 21:27:53 +0900 In-Reply-To: (message from Stefan Monnier on Wed, 29 Jan 2014 09:35:51 -0500) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:169238 Archived-At: In article , Stefan Monnier writes: > > message: > > Fix bug#16286 by the different way than revno:116158 to preserve the code > > detection behavior of 24.3. > > modified: > > src/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1438 > > src/coding.c coding.c-20091113204419-o5vbwnq5f7feedwu-1077 > > src/coding.h coding.h-20091113204419-o5vbwnq5f7feedwu-1078 > > src/fileio.c fileio.c-20091113204419-o5vbwnq5f7feedwu-210 > Please include in your commit messages the same contents as the ChangeLog. Ah, I see. Could you tell me how to fix the commit log (if it's possible)? --- Kenichi Handa handa@gnu.org