From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (smtp.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id A23621A008F8 for ; Fri, 25 Mar 2016 17:56:28 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 455F6B5D88C for ; Fri, 25 Mar 2016 18:33:05 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id C4B3418CC7F9 for ; Fri, 25 Mar 2016 18:33:05 +0900 (JST) Received: from [221.186.184.76] (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id B78B8120493; Fri, 25 Mar 2016 18:33:05 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id AD379120474 for ; Fri, 25 Mar 2016 18:33:00 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=fz1SDPyrSciVcz1FohUtbA/XAaA=; b=St/wzJkU8pAp2z15IB vfge6LdkEL0JIvXPFbUqhu+2WbuZQ2G4EOul7SYVkhkUkbs61d88jp/ClcEwe4t6 OaPvrV+ozdaWVVFg9SyaD7wiHBtTMnzFFhMuv2zokXhhn7Tj0icny6k0a+ueCvJ7 pzavwDQrJdrGAqJcGUo3Py+T4= Received: by filter0919p1mdw1.sendgrid.net with SMTP id filter0919p1mdw1.3795.56F505C716 2016-03-25 09:32:55.241469991 +0000 UTC Received: from herokuapp.com (ec2-54-147-185-255.compute-1.amazonaws.com [54.147.185.255]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id 89cqm3_6RKGZtzWJMcI69g for ; Fri, 25 Mar 2016 09:32:55.347 +0000 (UTC) Date: Fri, 25 Mar 2016 09:32:55 +0000 From: usa@garbagecollect.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 49179 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 11886 X-Redmine-Issue-Author: matsuda X-Redmine-Issue-Assignee: nagai X-Redmine-Sender: usa X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6Aq5O68/VUGO2ML9nM6BTOwenk8QLeyhk5Mp QAxDKlpZ8cafMyBsBjESh0kAfkRS5iA06kFW/FxucJoFfkoSOybV9Px+vr6DkP0Vz48zR2k3RrA4Fd Tk0AUboBk50oDMJ39gMa04i0q3n+pJW3hRY7slkYKFuikVJI7DmHpLOeWQ== X-ML-Name: ruby-core X-Mail-Count: 74562 Subject: [ruby-core:74562] [Ruby trunk Bug#11886] Font name typo in Tk library and samples X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #11886 has been updated by Usaku NAKAMURA. Backport changed from 2.1: REQUIRED, 2.2: REQUIRED, 2.3: REQUIRED to 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED ruby_2_1 r54278 merged revision(s) 54018. ---------------------------------------- Bug #11886: Font name typo in Tk library and samples https://bugs.ruby-lang.org/issues/11886#change-57689 * Author: Akira Matsuda * Status: Closed * Priority: Normal * Assignee: Hidetoshi Nagai * ruby -v: ruby 2.4.0dev (2015-12-27 trunk 53328) [x86_64-darwin14] * Backport: 2.1: DONE, 2.2: REQUIRED, 2.3: REQUIRED ---------------------------------------- There are some occurrences of "Helvetia 12 bold". Shouldn't this be "Helvetica"? ---Files-------------------------------- bug_11886.patch (3.18 KB) -- https://bugs.ruby-lang.org/