<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/tk/lib, branch ruby-1.9.1-376-11.fc13</title>
<subtitle>Ruby GIT repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/'/>
<entry>
<title>merges r24180 from trunk into ruby_1_9_1.</title>
<updated>2009-07-26T15:31:55+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-07-26T15:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=6dc0f848408a86c3c3fed9790b7c1e48974ef56b'/>
<id>6dc0f848408a86c3c3fed9790b7c1e48974ef56b</id>
<content type='text'>
--
* ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().
  Extend usage pattern of grid_column()/grid_row().

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
--
* ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves().
  Extend usage pattern of grid_column()/grid_row().

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r21472 from trunk into ruby_1_9_1.</title>
<updated>2009-01-15T15:35:57+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-01-15T15:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=44c797f83da4b51f3aed4b8ae53dbafd4d6a21be'/>
<id>44c797f83da4b51f3aed4b8ae53dbafd4d6a21be</id>
<content type='text'>
* ext/tk/lib/tk.rb: use Encoding.find("locale") instaed of
  Encoding.locale_charmap

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/tk/lib/tk.rb: use Encoding.find("locale") instaed of
  Encoding.locale_charmap

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r21406 from trunk into ruby_1_9_1.</title>
<updated>2009-01-12T13:32:06+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-01-12T13:32:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=d605f1e59685982e1f9371f8f7cbab646ecc410b'/>
<id>d605f1e59685982e1f9371f8f7cbab646ecc410b</id>
<content type='text'>
* ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/tk/lib/tk.rb: rescue abnormal Encoding.locale_charmap value.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20903 from trunk into ruby_1_9_1.</title>
<updated>2008-12-24T04:10:12+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-12-24T04:10:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=9be191355f2408065c5115526e2eb31faed8c1d0'/>
<id>9be191355f2408065c5115526e2eb31faed8c1d0</id>
<content type='text'>
* ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (&gt; Tk8.4.9).

* ext/tk/sample/demos-jp/widget: set encoding to a demo-code string to
  avoid garbled text on the Code Window.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (&gt; Tk8.4.9).

* ext/tk/sample/demos-jp/widget: set encoding to a demo-code string to
  avoid garbled text on the Code Window.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20476 and r20479 from trunk into ruby_1_9_1.</title>
<updated>2008-12-04T08:55:38+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-12-04T08:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=1d5d1f6ba1b670594dcc1e91097edb317092ab8c'/>
<id>1d5d1f6ba1b670594dcc1e91097edb317092ab8c</id>
<content type='text'>
* ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat
  'parent' and 'variable' options on a Hash argument.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat
  'parent' and 'variable' options on a Hash argument.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20475 from trunk into ruby_1_9_1.</title>
<updated>2008-12-04T08:55:28+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-12-04T08:55:28+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=497b15746fd820e166973bb93420b46ca616e0e0'/>
<id>497b15746fd820e166973bb93420b46ca616e0e0</id>
<content type='text'>
* ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]
* ext/tk/tcltklib.c: update RELEASE_DATE

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]
* ext/tk/tcltklib.c: update RELEASE_DATE

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20349 from trunk into ruby_1_9_1.</title>
<updated>2008-11-30T09:22:56+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-11-30T09:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=eb3c43d0830eec497618fcf66c260d0fcb556e0b'/>
<id>eb3c43d0830eec497618fcf66c260d0fcb556e0b</id>
<content type='text'>
* ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb:
  fix many bugs. Now, those work properly.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb:
  fix many bugs. Now, those work properly.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>merges r20299 and r20303 from trunk into ruby_1_9_1.</title>
<updated>2008-11-22T14:52:52+00:00</updated>
<author>
<name>yugui</name>
<email>yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-11-22T14:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=9907dbb3415affa0a204c31ffa956a5af3bfeeba'/>
<id>9907dbb3415affa0a204c31ffa956a5af3bfeeba</id>
<content type='text'>
* ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb:
  fix NameError bug.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb:
  fix NameError bug.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/tk/lib/tk.rb: support Encoding.default_internal.</title>
<updated>2008-10-19T23:22:10+00:00</updated>
<author>
<name>nagai</name>
<email>nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-19T23:22:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=c71cb320ca9fea3ff23789c60edfb3fc033f6f35'/>
<id>c71cb320ca9fea3ff23789c60edfb3fc033f6f35</id>
<content type='text'>
* ext/tk/tcltklib.c: ditto.
* ext/tk/extconf.rb: improve the strategy for searching Tcl/Tk headers.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ext/tk/tcltklib.c: ditto.
* ext/tk/extconf.rb: improve the strategy for searching Tcl/Tk headers.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/tk/lib/tkextlib/tile/treeview.rb: cannot configure tags.</title>
<updated>2008-06-19T07:08:06+00:00</updated>
<author>
<name>nagai</name>
<email>nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-06-19T07:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=2b53e89b8c96d26d1c1dd31b773dcd6221ad40d7'/>
<id>2b53e89b8c96d26d1c1dd31b773dcd6221ad40d7</id>
<content type='text'>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
