From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/src ChangeLog Date: Thu, 11 Dec 2008 10:12:03 -0500 Message-ID: <87tz9aiw58.fsf@cyd.mit.edu> References: <49412C13.1080600@f2s.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1229008512 15361 80.91.229.12 (11 Dec 2008 15:15:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 15:15:12 +0000 (UTC) Cc: Juanma Barranquero , Jason Rumney , Emacs Devel To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 16:16:15 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 1LAnGn-0003dJ-FD for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 16:16:05 +0100 Original-Received: from localhost ([127.0.0.1]:60276 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAnFb-00048i-VE for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 10:14:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAnCq-0002z9-5D for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:12:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAnCp-0002ye-56 for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:11:59 -0500 Original-Received: from [199.232.76.173] (port=35942 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAnCo-0002yY-Ux for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:11:59 -0500 Original-Received: from cyd.mit.edu ([18.115.2.24]:36373) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAnCn-00078v-JI; Thu, 11 Dec 2008 10:11:57 -0500 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 338BA57E04B; Thu, 11 Dec 2008 10:12:03 -0500 (EST) In-Reply-To: <49412C13.1080600@f2s.com> (Jason Rumney's message of "Thu, 11 Dec 2008 23:04:51 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106800 Archived-At: Jason Rumney writes: > Juanma Barranquero wrote: >> On Thu, Dec 11, 2008 at 14:02, Jason Rumney wrote: >> >> >>> +2008-12-11 Jason Rumney >>> + >>> + * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer >>> + size for surrogates. >>> + >>> >> >> Are you aware that you just fixed #872/#1179/etc.? > > No, the bug I was fixing was a different one, but since it seems to be > an underlying bug in the OS, I'm not surprised that it caused problems > elsewhere. I'm not sure what your statement means. Does it mean 872/1179 etc are effectively fixed even though it was not your intention, or that they still need separate fixes?