From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/src ChangeLog Date: Thu, 11 Dec 2008 23:04:51 +0800 Message-ID: <49412C13.1080600@f2s.com> 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: ger.gmane.org 1229007999 13336 80.91.229.12 (11 Dec 2008 15:06:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 15:06:39 +0000 (UTC) Cc: Emacs Devel , Jason Rumney To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 16:07:43 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 1LAn7l-0007nr-P7 for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 16:06:46 +0100 Original-Received: from localhost ([127.0.0.1]:59270 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAn6a-0005yZ-Am for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 10:05:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAn6W-0005xJ-1s for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:05:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAn6V-0005wN-5S for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:05:27 -0500 Original-Received: from [199.232.76.173] (port=55192 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAn6V-0005wF-0W for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:05:27 -0500 Original-Received: from ti-out-0910.google.com ([209.85.142.191]:10025) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAn6U-00062i-9N for emacs-devel@gnu.org; Thu, 11 Dec 2008 10:05:26 -0500 Original-Received: by ti-out-0910.google.com with SMTP id u5so736542tia.10 for ; Thu, 11 Dec 2008 07:05:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=b92LbceEqUDlpBebM0cFBND9ycehAjxI+MjghJTxH0A=; b=TU3BxqcSDAwiWYLa+iFGCBuHf3eB2wdzc28wxvfAZ6ZgGdarV1GtDgTd+k2yWdYei+ YPe0z5pB/5ztSUvOAtxskdpZvX6hex/9Yot5IDJBmjVwB9Uh22cS4xTHWB3I3Mso3dJn ROPGocEdHIUViy+wSPndpqDtm5aRhkB3ilr4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=C3gsRGytwkkK3KJWjfi2ilYO9xHhKArKQU9PXzEkHrLA4IM/rtpuiSpQGzH7rjVwKk dL2r2O6vmB8tM9BquH0fBjbph21yA0zDzNimnMiTjlJtpoRBkB51EptwhP4W+p4uR8gq 1n46I5GQpAFPKMmFA1stni2vE/szUc1tXy9aY= Original-Received: by 10.110.41.17 with SMTP id o17mr417906tio.27.1229007924090; Thu, 11 Dec 2008 07:05:24 -0800 (PST) Original-Received: from ?192.168.1.3? ([124.13.223.53]) by mx.google.com with ESMTPS id y3sm1136949tia.20.2008.12.11.07.05.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Dec 2008 07:05:22 -0800 (PST) User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:106798 Archived-At: 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.