From takefu@airport.fm  Thu Jul 12 03:35:21 2012
Return-Path: <takefu@airport.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id DD235106564A
	for <freebsd-gnats-submit@freebsd.org>; Thu, 12 Jul 2012 03:35:20 +0000 (UTC)
	(envelope-from takefu@airport.fm)
Received: from ae-osaka.co.jp (unknown [IPv6:2001:3e0:4ec:a000::1])
	by mx1.freebsd.org (Postfix) with ESMTP id 8B9B28FC0C
	for <freebsd-gnats-submit@freebsd.org>; Thu, 12 Jul 2012 03:35:20 +0000 (UTC)
Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1])
	by ae-osaka.co.jp (Postfix) with ESMTP id 9C329D3AC1C
	for <freebsd-gnats-submit@freebsd.org>; Thu, 12 Jul 2012 12:35:19 +0900 (JST)
Received: from [IPv6:2001:3e0:4ec:a011:30f3:51f9:6607:9b20] (unknown [IPv6:2001:3e0:4ec:a011:30f3:51f9:6607:9b20])
	by ae-osaka.co.jp (Postfix) with ESMTPSA id 818F3D3AC1A
	for <freebsd-gnats-submit@freebsd.org>; Thu, 12 Jul 2012 12:35:19 +0900 (JST)
Message-Id: <4FFE45F7.2030804@airport.fm>
Date: Thu, 12 Jul 2012 12:35:19 +0900
From: Takefu <takefu@airport.fm>
To: freebsd-gnats-submit@freebsd.org
In-Reply-To: <201207120255.q6C2trwG096745@unbound.local.ae-osaka.co.jp>
Subject: [PATCH] `x' And, `q' displays at the blank and a correct display
 is not done.
References: <201207120255.q6C2trwG096745@unbound.local.ae-osaka.co.jp>

>Number:         169797
>Category:       misc
>Synopsis:       [PATCH] `x' And, `q' displays at the blank and a correct display is not done.
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 12 03:40:01 UTC 2012
>Closed-Date:    Thu May 16 20:34:28 UTC 2013
>Last-Modified:  Thu May 16 20:40:03 UTC 2013
>Originator:     Takefu
>Release:        FreeBSD 8.2-RELEASE-p9 amd64
>Organization:
FOX Amateur Radio Club
>Environment:
FreeBSD 8.2-RELEASE-p9
FreeBSD 9.0-RELEASE-p3
>Description:
`x' is iso04-wide-8x16.fnt,
`q' is iso05-8x16.fnt,
and space is displayed respectively.

It seems to disappear by a past change.

http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/share/syscons/fonts/iso04-wide-8x16.fnt?rev=1.2&content-type=text/x-cvsweb-markup
http://www.jp.freebsd.org/cgi/cvsweb.cgi/src/share/syscons/fonts/iso05-8x16.fnt?rev=1.2&content-type=text/x-cvsweb-markup

>How-To-Repeat:
>Fix:
--- iso04-wide-8x16.fnt.patch begins here ---
--- share/syscons/fonts/iso04-wide-8x16.fnt	2010-12-22 02:09:25.000000000 +0900
+++ iso04-wide-8x16.fnt	2012-07-12 11:49:52.000000000 +0900
@@ -42,7 +42,7 @@
 MP\/#``````````#<9F9F9F9F9@``````````?,;&QL;&QGP``````````-YC
 M8V-C8V-^8/````````![QL;&QL;&?@8/````````WG-C8&!@8/``````````
 M`'S&P'`<!L9\```````P,##\,#`P,#`V'```````````QL;&QL;&QGL`````
-M`````,;&QL;N?#@0``````````##P]O;V]O_9@``````````````````````
+M`````,;&QL;N?#@0``````````##P]O;V]O_9@``````````QNY\.#A\[L8`
 M`````````,/#9F8\&!@P,.````````#^Q@P8,&#&_@`````.&!@8&'!P&!@8
 M&`X`````&!@8&!@8&!@8&!@8`````'`8&!@8'AX8&!@8<`````!VW```````
 M````````````````````````````````````````````````````````````
--- iso04-wide-8x16.fnt.patch ends here ---

--- iso05-8x16.fnt.patch begins here ---
--- share/syscons/fonts/iso05-8x16.fnt	2010-12-22 02:09:25.000000000 +0900
+++ iso05-8x16.fnt	2012-07-12 11:53:37.000000000 +0900
@@ -40,7 +40,7 @@
 M`.!@8&QV9F9F9N8````````8&``X&!@8&!@\````````!@8`#@8&!@8&!F9F
 M/````.!@8&9L>'AL9N8````````X&!@8&!@8&!@\````````````[/[6UM;6
 MQ@```````````-QF9F9F9F8```````````!\QL;&QL9\````````````W&9F
-M9F9F?&!@\`````````````````````````````#<=F9@8&#P````````````
+M9F9F?&!@\````````';,S,S,S'P,#!X```````#<=F9@8&#P````````````
 M?,9@.`S&?````````!`P,/PP,#`P-AP```````````#,S,S,S,QV````````
 M````9F9F9F8\&````````````,;&UM;6_FP```````````#&;#@X.&S&````
 M````````QL;&QL;&?@8,^````````/[,&#!@QOX````````.&!@8<!@8&!@.
--- iso05-8x16.fnt.patch ends here ---
>Release-Note:
>Audit-Trail:

From: Takefu <takefu@airport.fm>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Cc:  
Subject: Re: misc/169797: [PATCH] `x' And, `q' displays at the blank and a
 correct display is not done.
Date: Mon, 16 Jul 2012 10:19:50 +0900

 iso05-8x16.fnt can be pointed out also with PR#72585.
 Moreover, it is not corrected still though it has been reported fairly before.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/169797: commit references a PR
Date: Fri, 10 May 2013 16:30:47 +0000 (UTC)

 Author: eadler
 Date: Fri May 10 16:30:39 2013
 New Revision: 250459
 URL: http://svnweb.freebsd.org/changeset/base/250459
 
 Log:
   Add the letter 'q' to the font iso05-8x16.fnt
   
   PR:	72585
   PR:	169797
   Submitted by:	Takefu <takefu@airport.fm>
   Submitted by:	Satoshi KImura <satosi.kimura@nifty.ne.jp>
 
 Modified:
   head/share/syscons/fonts/iso05-8x16.fnt
 
 Modified: head/share/syscons/fonts/iso05-8x16.fnt
 ==============================================================================
 --- head/share/syscons/fonts/iso05-8x16.fnt	Fri May 10 16:16:33 2013	(r250458)
 +++ head/share/syscons/fonts/iso05-8x16.fnt	Fri May 10 16:30:39 2013	(r250459)
 @@ -40,7 +40,7 @@ M`'S&_L#`QGP````````X;&1@\&!@8&#P```````
  M`.!@8&QV9F9F9N8````````8&``X&!@8&!@\````````!@8`#@8&!@8&!F9F
  M/````.!@8&9L>'AL9N8````````X&!@8&!@8&!@\````````````[/[6UM;6
  MQ@```````````-QF9F9F9F8```````````!\QL;&QL9\````````````W&9F
 -M9F9F?&!@\`````````````````````````````#<=F9@8&#P````````````
 +M9F9F?&!@\````````';,S,S,S'P,#!X```````#<=F9@8&#P````````````
  M?,9@.`S&?````````!`P,/PP,#`P-AP```````````#,S,S,S,QV````````
  M````9F9F9F8\&````````````,;&UM;6_FP```````````#&;#@X.&S&````
  M````````QL;&QL;&?@8,^````````/[,&#!@QOX````````.&!@8<!@8&!@.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/169797: commit references a PR
Date: Sun, 12 May 2013 04:35:08 +0000 (UTC)

 Author: eadler
 Date: Sun May 12 04:34:55 2013
 New Revision: 250553
 URL: http://svnweb.freebsd.org/changeset/base/250553
 
 Log:
   Add the letter 'x' to the font iso05-8x16.fnt
   
   PR:	169797
   Submitted by:	Takefu <takefu@airport.fm>
   MFC after:	3 days
 
 Modified:
   head/share/syscons/fonts/iso04-wide-8x16.fnt
 
 Modified: head/share/syscons/fonts/iso04-wide-8x16.fnt
 ==============================================================================
 --- head/share/syscons/fonts/iso04-wide-8x16.fnt	Sun May 12 04:24:25 2013	(r250552)
 +++ head/share/syscons/fonts/iso04-wide-8x16.fnt	Sun May 12 04:34:55 2013	(r250553)
 @@ -42,7 +42,7 @@ MS'@``.!@8&!F9FQX;&9FY@`````X&!@8&!@8&!@
  MP\/#``````````#<9F9F9F9F9@``````````?,;&QL;&QGP``````````-YC
  M8V-C8V-^8/````````![QL;&QL;&?@8/````````WG-C8&!@8/``````````
  M`'S&P'`<!L9\```````P,##\,#`P,#`V'```````````QL;&QL;&QGL`````
 -M`````,;&QL;N?#@0``````````##P]O;V]O_9@``````````````````````
 +M`````,;&QL;N?#@0``````````##P]O;V]O_9@``````````QNY\.#A\[L8`
  M`````````,/#9F8\&!@P,.````````#^Q@P8,&#&_@`````.&!@8&'!P&!@8
  M&`X`````&!@8&!@8&!@8&!@8`````'`8&!@8'AX8&!@8<`````!VW```````
  M````````````````````````````````````````````````````````````
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: eadler 
State-Changed-When: Mon May 13 03:03:29 UTC 2013 
State-Changed-Why:  
committed r250553 and r250459 


http://www.freebsd.org/cgi/query-pr.cgi?pr=169797 
Responsible-Changed-From-To: freebsd-bugs->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Mon May 13 03:03:47 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169797 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/169797: commit references a PR
Date: Thu, 16 May 2013 20:27:59 +0000 (UTC)

 Author: eadler
 Date: Thu May 16 20:27:30 2013
 New Revision: 250712
 URL: http://svnweb.freebsd.org/changeset/base/250712
 
 Log:
   MFC r250553:
   	Add the letter 'x' to the font iso05-8x16.fnt
   
   PR:	169797
 
 Modified:
   stable/9/share/syscons/fonts/iso04-wide-8x16.fnt
 Directory Properties:
   stable/9/share/   (props changed)
   stable/9/share/syscons/   (props changed)
 
 Modified: stable/9/share/syscons/fonts/iso04-wide-8x16.fnt
 ==============================================================================
 --- stable/9/share/syscons/fonts/iso04-wide-8x16.fnt	Thu May 16 20:27:30 2013	(r250711)
 +++ stable/9/share/syscons/fonts/iso04-wide-8x16.fnt	Thu May 16 20:27:30 2013	(r250712)
 @@ -42,7 +42,7 @@ MS'@``.!@8&!F9FQX;&9FY@`````X&!@8&!@8&!@
  MP\/#``````````#<9F9F9F9F9@``````````?,;&QL;&QGP``````````-YC
  M8V-C8V-^8/````````![QL;&QL;&?@8/````````WG-C8&!@8/``````````
  M`'S&P'`<!L9\```````P,##\,#`P,#`V'```````````QL;&QL;&QGL`````
 -M`````,;&QL;N?#@0``````````##P]O;V]O_9@``````````````````````
 +M`````,;&QL;N?#@0``````````##P]O;V]O_9@``````````QNY\.#A\[L8`
  M`````````,/#9F8\&!@P,.````````#^Q@P8,&#&_@`````.&!@8&'!P&!@8
  M&`X`````&!@8&!@8&!@8&!@8`````'`8&!@8'AX8&!@8<`````!VW```````
  M````````````````````````````````````````````````````````````
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/169797: commit references a PR
Date: Thu, 16 May 2013 20:27:38 +0000 (UTC)

 Author: eadler
 Date: Thu May 16 20:27:30 2013
 New Revision: 250711
 URL: http://svnweb.freebsd.org/changeset/base/250711
 
 Log:
   MFC r250553:
   	Add the letter 'x' to the font iso05-8x16.fnt
   
   PR:	169797
 
 Modified:
   stable/8/share/syscons/fonts/iso04-wide-8x16.fnt
 Directory Properties:
   stable/8/share/   (props changed)
   stable/8/share/syscons/   (props changed)
 
 Modified: stable/8/share/syscons/fonts/iso04-wide-8x16.fnt
 ==============================================================================
 --- stable/8/share/syscons/fonts/iso04-wide-8x16.fnt	Thu May 16 20:07:08 2013	(r250710)
 +++ stable/8/share/syscons/fonts/iso04-wide-8x16.fnt	Thu May 16 20:27:30 2013	(r250711)
 @@ -42,7 +42,7 @@ MS'@``.!@8&!F9FQX;&9FY@`````X&!@8&!@8&!@
  MP\/#``````````#<9F9F9F9F9@``````````?,;&QL;&QGP``````````-YC
  M8V-C8V-^8/````````![QL;&QL;&?@8/````````WG-C8&!@8/``````````
  M`'S&P'`<!L9\```````P,##\,#`P,#`V'```````````QL;&QL;&QGL`````
 -M`````,;&QL;N?#@0``````````##P]O;V]O_9@``````````````````````
 +M`````,;&QL;N?#@0``````````##P]O;V]O_9@``````````QNY\.#A\[L8`
  M`````````,/#9F8\&!@P,.````````#^Q@P8,&#&_@`````.&!@8&'!P&!@8
  M&`X`````&!@8&!@8&!@8&!@8`````'`8&!@8'AX8&!@8<`````!VW```````
  M````````````````````````````````````````````````````````````
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: eadler 
State-Changed-When: Thu May 16 20:34:27 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169797 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/169797: commit references a PR
Date: Thu, 16 May 2013 20:32:39 +0000 (UTC)

 Author: eadler
 Date: Thu May 16 20:32:28 2013
 New Revision: 250714
 URL: http://svnweb.freebsd.org/changeset/base/250714
 
 Log:
   MFC r250459:
   	Add the letter 'q' to the font iso05-8x16.fnt
   
   PR:	72585
   PR:	169797
 
 Modified:
   stable/8/share/syscons/fonts/iso05-8x16.fnt
 Directory Properties:
   stable/8/share/   (props changed)
   stable/8/share/syscons/   (props changed)
 
 Modified: stable/8/share/syscons/fonts/iso05-8x16.fnt
 ==============================================================================
 --- stable/8/share/syscons/fonts/iso05-8x16.fnt	Thu May 16 20:32:09 2013	(r250713)
 +++ stable/8/share/syscons/fonts/iso05-8x16.fnt	Thu May 16 20:32:28 2013	(r250714)
 @@ -40,7 +40,7 @@ M`'S&_L#`QGP````````X;&1@\&!@8&#P```````
  M`.!@8&QV9F9F9N8````````8&``X&!@8&!@\````````!@8`#@8&!@8&!F9F
  M/````.!@8&9L>'AL9N8````````X&!@8&!@8&!@\````````````[/[6UM;6
  MQ@```````````-QF9F9F9F8```````````!\QL;&QL9\````````````W&9F
 -M9F9F?&!@\`````````````````````````````#<=F9@8&#P````````````
 +M9F9F?&!@\````````';,S,S,S'P,#!X```````#<=F9@8&#P````````````
  M?,9@.`S&?````````!`P,/PP,#`P-AP```````````#,S,S,S,QV````````
  M````9F9F9F8\&````````````,;&UM;6_FP```````````#&;#@X.&S&````
  M````````QL;&QL;&?@8,^````````/[,&#!@QOX````````.&!@8<!@8&!@.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/169797: commit references a PR
Date: Thu, 16 May 2013 20:32:17 +0000 (UTC)

 Author: eadler
 Date: Thu May 16 20:32:09 2013
 New Revision: 250713
 URL: http://svnweb.freebsd.org/changeset/base/250713
 
 Log:
   MFC r250459:
   	Add the letter 'q' to the font iso05-8x16.fnt
   
   PR:	72585
   PR:	169797
 
 Modified:
   stable/9/share/syscons/fonts/iso05-8x16.fnt
 Directory Properties:
   stable/9/share/   (props changed)
   stable/9/share/syscons/   (props changed)
 
 Modified: stable/9/share/syscons/fonts/iso05-8x16.fnt
 ==============================================================================
 --- stable/9/share/syscons/fonts/iso05-8x16.fnt	Thu May 16 20:27:30 2013	(r250712)
 +++ stable/9/share/syscons/fonts/iso05-8x16.fnt	Thu May 16 20:32:09 2013	(r250713)
 @@ -40,7 +40,7 @@ M`'S&_L#`QGP````````X;&1@\&!@8&#P```````
  M`.!@8&QV9F9F9N8````````8&``X&!@8&!@\````````!@8`#@8&!@8&!F9F
  M/````.!@8&9L>'AL9N8````````X&!@8&!@8&!@\````````````[/[6UM;6
  MQ@```````````-QF9F9F9F8```````````!\QL;&QL9\````````````W&9F
 -M9F9F?&!@\`````````````````````````````#<=F9@8&#P````````````
 +M9F9F?&!@\````````';,S,S,S'P,#!X```````#<=F9@8&#P````````````
  M?,9@.`S&?````````!`P,/PP,#`P-AP```````````#,S,S,S,QV````````
  M````9F9F9F8\&````````````,;&UM;6_FP```````````#&;#@X.&S&````
  M````````QL;&QL;&?@8,^````````/[,&#!@QOX````````.&!@8<!@8&!@.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
