From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] array index bug in 'hangul.el' Date: Mon, 11 Aug 2008 09:55:34 +0900 Message-ID: References: <9d644d9b0808092302g33d75c15l746d01d735d49130@mail.gmail.com> <9d644d9b0808101729l5b414df0i362c539f26ce41a6@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1218416175 25219 80.91.229.12 (11 Aug 2008 00:56:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Aug 2008 00:56:15 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: "Jihyun Cho" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 11 02:57:06 2008 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 1KSLiM-0001oZ-CI for ged-emacs-devel@m.gmane.org; Mon, 11 Aug 2008 02:56:50 +0200 Original-Received: from localhost ([127.0.0.1]:50127 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSLhQ-0002Rs-9h for ged-emacs-devel@m.gmane.org; Sun, 10 Aug 2008 20:55:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSLhL-0002PJ-MQ for emacs-devel@gnu.org; Sun, 10 Aug 2008 20:55:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSLhJ-0002Mn-U7 for emacs-devel@gnu.org; Sun, 10 Aug 2008 20:55:47 -0400 Original-Received: from [199.232.76.173] (port=37000 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSLhJ-0002MY-Kf for emacs-devel@gnu.org; Sun, 10 Aug 2008 20:55:45 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:60405) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSLhJ-0008Kk-9B for emacs-devel@gnu.org; Sun, 10 Aug 2008 20:55:45 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m7B0tbgd019326; Mon, 11 Aug 2008 09:55:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m7B0tbA1012678; Mon, 11 Aug 2008 09:55:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m7B0tYFF011704; Mon, 11 Aug 2008 09:55:34 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KSLh8-0005WJ-G4; Mon, 11 Aug 2008 09:55:34 +0900 In-reply-to: <9d644d9b0808101729l5b414df0i362c539f26ce41a6@mail.gmail.com> (jihyun.jo@gmail.com) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:102275 Archived-At: In article <9d644d9b0808101729l5b414df0i362c539f26ce41a6@mail.gmail.com>, "Jihyun Cho" writes: > 2008/8/10, Juanma Barranquero : > > On Sun, Aug 10, 2008 at 08:02, Jihyun Cho wrote: > > > > > This patch adjust an index of array. > > > > Could you please add a suitable ChangeLog entry? > > > > Juanma > > > It is a simple bug. > An array size is 6. But I refer to the last element as 6. I committed the change with a proper ChangeLog entry. But, when you provide a patch next time, please add a ChangeLog entry too. --- Kenichi Handa handa@ni.aist.go.jp