Skip to content

Commit c384769

Browse files
committed
Add missing translation for the changes in 1.5.1.
1 parent 0f9268e commit c384769

File tree

1 file changed

+24
-31
lines changed

1 file changed

+24
-31
lines changed

CHANGELOG.ja.rdoc

Lines changed: 24 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -179,38 +179,31 @@
179179

180180
* バグの修正
181181

182-
* エンコーディング自動認識において発生しうるメモリリークを修正.
182+
* エンコーディング自動認識において発生しうるメモリリークを修正
183183
Tim Elliottに感謝!
184-
* homebrew はインストールしたら、extconf は homebrew のパスを読む。
185-
* Inconsistent behavior of Nokogiri 1.5.0 Java #620
186-
* Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
187-
* XML::Attr nodes are not allowed to be added as node children, so an
188-
exception is raised. #558
189-
* No longer defensively "pickle" adjacent text nodes on
190-
Node#add_next_sibling and Node#add_previous_sibling calls. #595.
191-
* Java version inconsistency: it returns nil for empty attributes #589
192-
* to_xhtml incorrectly generates <p /></p> when tag is empty #557
193-
* Document#add_child now accepts a Node, NodeSet, DocumentFragment,
194-
or String. #546.
195-
* Document#create_element now recognizes namespaces containing
196-
non-word characters (like "SOAP-ENV"). This is mostly relevant to
197-
users of Builder, which calls Document#create_element for nearly
198-
everything. #531.
199-
* File encoding broken in 1.5.0 / jruby / windows #529
200-
* Java version does not return namespace defs as attrs for ::HTML #542
201-
* Bad file descriptor with Nokogiri 1.5.0 #495
202-
* remove_namespace! doesn't work in pure java version #492
203-
* The Nokogiri Java native build throws a null pointer exception when
204-
ActiveSupport's .blank? method is called directly on a parsed object.
205-
#489
206-
* 1.5.0 Not using correct character encoding #488
207-
* Raw XML string in XML Builder broken on JRuby #486
208-
* Nokogiri 1.5.0 XML generation broken on JRuby #484
209-
* Do not allow multiple root nodes. #550
210-
* Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
211-
* Node#to_xml does not override :save_with if it is provided. #505
212-
* Node#set is a private method (JRuby). #564 (thanks, Nick Sieger!)
213-
* C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
184+
* homebrew がインストールされていたら、extconf は homebrew のパスを読む。
185+
* Java版の一貫性のない挙動 #620
186+
* JRuby (1.6.4/5) で Nokogiri::XML::Node を継承できなかった #560
187+
* XML::Attr ノードは子ノードとして追加できないので例外を出す #558
188+
* Node#add_next_sibling と Node#add_previous_sibling で隣接テキストノードをdupする条件を緩和 #595
189+
* Java版の一貫性のない挙動: 空の属性値をnilとして返していた #589
190+
* to_xhtml が要素が空のときに <p /></p> と誤ったタグを生成していた #557
191+
* Document#add_child が Node, NodeSet, DocumentFragment および
192+
String を受け付けるようになった #546
193+
* Document#create_element が("SOAP-ENV"のように)非単語構成文字を含む名前空間を認識するようになった. これは主に Builder を使う際に効いてくる. Builder はほぼすべてのものに Document#create_element を適用するためである #531
194+
* ファイルエンコーディングが効かなかった (1.5.0 / jruby / windows) #529
195+
* Java版において、<html>タグに含まれる名前空間定義を属性として返さなかった #542
196+
* Nokogiri 1.5.0で Bad file descriptor が発生していた #495
197+
* remove_namespace! がpure Java版で動かなかった #492
198+
* Javaネイティブ版でパースされたオブジェクトに対して ActiveSupport の .blank? メソッドを呼ぶと null pointer exception が発生していた #489
199+
* 1.5.0 で正しい文字エンコーディングが仕様されなかった #488
200+
* XML Builder に生のXML文字列を渡した際の問題 (JRuby) #486
201+
* Nokogiri 1.5.0でXML生成が壊れていた (JRuby) #484
202+
* ルートノードを複数持つことを認めない #550
203+
* カスタムXPath関数を修正 #606 (Juan Wajnermanに感謝!)
204+
* Node#to_xml で :save_with が指定されている場合は上書きしないように修正 #505
205+
* Node#set をプライベートメソッドに (JRuby) #564 (Nick Siegerに感謝!)
206+
* C14nの整理と Node#canonicalize (Ivan Pirlikに感謝!) #563
214207

215208

216209
=== 1.5.0 / 2011年7月1日

0 commit comments

Comments
 (0)