<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/misc, branch master</title>
<subtitle>Ruby GIT repository</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/'/>
<entry>
<title>* misc/rdoc-mode.el: added.</title>
<updated>2009-09-18T01:11:30+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-09-18T01:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=d4ec07bda86b5e0238ac3529bae5bb492965cc75'/>
<id>d4ec07bda86b5e0238ac3529bae5bb492965cc75</id>
<content type='text'>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24991 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@24991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* misc/ruby-style.el: It is too late to set c-file-style in</title>
<updated>2009-06-24T02:41:57+00:00</updated>
<author>
<name>knu</name>
<email>knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-06-24T02:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=11f5073edf137f83e907a2b3311d36131fac291c'/>
<id>11f5073edf137f83e907a2b3311d36131fac291c</id>
<content type='text'>
  c-mode-hook (at least on Emacs 23).  Call c-set-style instead.



git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  c-mode-hook (at least on Emacs 23).  Call c-set-style instead.



git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* lib/irb/completion.rb (IRB::InputCompletor::Operators): Add</title>
<updated>2009-04-03T05:04:02+00:00</updated>
<author>
<name>knu</name>
<email>knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2009-04-03T05:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=3c58deb87f8a95d0f0871235bec8273e6ee76d55'/>
<id>3c58deb87f8a95d0f0871235bec8273e6ee76d55</id>
<content type='text'>
  overloadable negative operators.

* lib/irb/ruby-lex.rb (RubyLex#lex_init): Support overloadable
  negative operators.

* lib/irb/ruby-lex.rb (RubyLex#identify_identifier): Minus signs
  need to be escaped in regexp character class.

* misc/ruby-mode.el (ruby-font-lock-keywords, ruby-parse-partial):
  Support overloadable negative operators.



git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  overloadable negative operators.

* lib/irb/ruby-lex.rb (RubyLex#lex_init): Support overloadable
  negative operators.

* lib/irb/ruby-lex.rb (RubyLex#identify_identifier): Minus signs
  need to be escaped in regexp character class.

* misc/ruby-mode.el (ruby-font-lock-keywords, ruby-parse-partial):
  Support overloadable negative operators.



git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* misc/ruby-mode.el: added comment to mention newer version</title>
<updated>2008-12-23T18:23:15+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-12-23T18:23:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=b508145f0ff72afdc211cf5d67b9296b0424b615'/>
<id>b508145f0ff72afdc211cf5d67b9296b0424b615</id>
<content type='text'>
  bundled with Emacs 23 or later.  a patch from Phil Hagelberg
  &lt;phil at hagelb.org&gt; in [ruby-core:20838].

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  bundled with Emacs 23 or later.  a patch from Phil Hagelberg
  &lt;phil at hagelb.org&gt; in [ruby-core:20838].

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* misc/ruby-style.el (ruby-style-c-mode): buffer may not have file</title>
<updated>2008-10-09T14:53:26+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-10-09T14:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=8f9ff538a1f1d8c4d636758e1d297fc1472c0442'/>
<id>8f9ff538a1f1d8c4d636758e1d297fc1472c0442</id>
<content type='text'>
  name.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  name.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* misc/ruby-mode.el: safe custimizable variables.</title>
<updated>2008-09-26T09:24:31+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-09-26T09:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=a05871e9187ac2a31fea16ee04743ac12e1ead97'/>
<id>a05871e9187ac2a31fea16ee04743ac12e1ead97</id>
<content type='text'>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19582 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@19582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* misc/ruby-mode.el (ruby-keyword-end-re): emacs21 support.  a</title>
<updated>2008-09-22T23:09:21+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-09-22T23:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=050811002aff42ab2546d97bd7e75d3d761496d4'/>
<id>050811002aff42ab2546d97bd7e75d3d761496d4</id>
<content type='text'>
  patch from Hiroshi Moriyama &lt;hiroshi at kvd.biglobe.ne.jp&gt; in
  [ruby-dev:36471].

* misc/ruby-mode.el (ruby-in-ppss-context-p): ditto.

* misc/ruby-mode.el (ruby-here-doc-end-syntax):

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  patch from Hiroshi Moriyama &lt;hiroshi at kvd.biglobe.ne.jp&gt; in
  [ruby-dev:36471].

* misc/ruby-mode.el (ruby-in-ppss-context-p): ditto.

* misc/ruby-mode.el (ruby-here-doc-end-syntax):

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* misc/emacs-mode.el: don't set case-fold-search globally to nil;</title>
<updated>2008-09-06T22:38:08+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-09-06T22:38:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=c6cd3dbe4aa049f71d0b55db6100bf2bf5ca4fd7'/>
<id>c6cd3dbe4aa049f71d0b55db6100bf2bf5ca4fd7</id>
<content type='text'>
  instead just set it when we need it.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  instead just set it when we need it.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* misc/ruby-mode.el: fix a variable-name error.</title>
<updated>2008-09-06T22:37:17+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-09-06T22:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=5afdba242da73679ccf98a272eb1b52ba4aec868'/>
<id>5afdba242da73679ccf98a272eb1b52ba4aec868</id>
<content type='text'>
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19207 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@19207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* misc/*.el: untabify, for interal consistency and consistency</title>
<updated>2008-09-06T22:36:10+00:00</updated>
<author>
<name>matz</name>
<email>matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-09-06T22:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/kanarip/public_git/ruby.git/commit/?id=62b4f2dc0930819e6ba08abbbc183e68c0b4794c'/>
<id>62b4f2dc0930819e6ba08abbbc183e68c0b4794c</id>
<content type='text'>
  with standard Emacs elisp files.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  with standard Emacs elisp files.

git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
