From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs/src ChangeLog Date: Thu, 11 Dec 2008 15:08:07 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229004547 32504 80.91.229.12 (11 Dec 2008 14:09:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Dec 2008 14:09:07 +0000 (UTC) Cc: Emacs Devel To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 11 15:10:10 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 1LAmEY-0000Aa-W2 for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 15:09:43 +0100 Original-Received: from localhost ([127.0.0.1]:43706 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAmDN-0001fS-Lk for ged-emacs-devel@m.gmane.org; Thu, 11 Dec 2008 09:08:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LAmD7-0001V3-5Z for emacs-devel@gnu.org; Thu, 11 Dec 2008 09:08:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LAmD5-0001UG-6r for emacs-devel@gnu.org; Thu, 11 Dec 2008 09:08:12 -0500 Original-Received: from [199.232.76.173] (port=45276 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LAmD5-0001UC-49 for emacs-devel@gnu.org; Thu, 11 Dec 2008 09:08:11 -0500 Original-Received: from an-out-0708.google.com ([209.85.132.245]:35451) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LAmD3-0005Pq-S3; Thu, 11 Dec 2008 09:08:10 -0500 Original-Received: by an-out-0708.google.com with SMTP id c38so443092ana.21 for ; Thu, 11 Dec 2008 06:08:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=BU29QvcMPi6G+SOvY0WN16V107GatSnrCYDPnqusdG4=; b=QjKpI2DLQnWjFVpsiP7BNFSDauPYpjB1mDErs6xmNIH9T1e/y94O6kac9OWCdW1g1R 5zRHsZz10G7DKvybONewHCeifhdC72rsLp62AlQ+3zJQ5BqsW2C6p21eTLBaAZ5wCrq5 eNxYcK6qFj17G8b4Bi/N7s1Hvk6PNCPAiKDMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=KkqXPu3qvKJCKuah2LGNhxcT+9zGWpKcfQ4JcwvKJebZJaL871TMsnKAi6rcoP9i9S NnfJbITXOq7Z6oGImIwZ8WYz4xqWJDQkAwtTAbnCPMLT2DVyEW5O3gwU78uLMTAdswcP l08ygJS/pft+9XgqurM4BpS3oXMFyCtM8wBdI= Original-Received: by 10.100.126.19 with SMTP id y19mr2028150anc.2.1229004487802; Thu, 11 Dec 2008 06:08:07 -0800 (PST) Original-Received: by 10.100.13.13 with HTTP; Thu, 11 Dec 2008 06:08:07 -0800 (PST) In-Reply-To: Content-Disposition: inline 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:106796 Archived-At: 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.? Thanks! Juanma