OSDN Git Service

Merge branch 'master' into develop
[sie/sie.git] / document / releasenote / n20111201.html
index e5d9411..fc5d62c 100644 (file)
@@ -1,55 +1,55 @@
-<html>
-<head>
-<title>「SIE0.89」リリース - SIE</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<script defer="defer" type="text/javascript" src="http://sie.sourceforge.jp/sie-mini.js"></script>
-<link rel="stylesheet" type="text/css" href="http://sie.sourceforge.jp/instyle.css"></link>
-</head>
-<body>
-<p><object data="../sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>
-<h1>「SIE0.89」リリース - SIE</h1>
-<h2>0.89リリースについてのお知らせ</h2>
-<p>2011年11月9日、私たちSIEプロジェクトは、「SIE0.89」を正式に公開しました。今回の主な変更は、バグの修正です。</p>
-<h2>無料ダウンロード</h2>
-<p><a href="http://sourceforge.jp/projects/sie/downloads/54030/sie-089.zip/">sie-089.zipをダウンロード</a> (ZIP形式, 223.7 KB)</p>
-<h2>変更点</h2>
-<h3>version 0.88からの変更点</h3>
-<ol>
-<li>SVGColorをSVG1.1 2ndに合わせて修正</li>
-<li>_currentStyleの記述を不要なので削除</li>
-<li>SVGTextElementのdiplayやvisibilityについて整理</li>
-<li>SVGTextElementのdisplay処理を改良することで、軽量化</li>
-<li>Attrについて、軽量化のため、Nodeをapplyで呼び出さないように改良</li>
-<li>SVGTextElementについて、a要素に対応できるよう修正</li>
-<li>IE6に関して注意を促すためのコメントを追加</li>
-<li>opacityプロパティ(属性)に関して、祖先要素に適用できないバグを修正</li>
-<li>setPropertyメソッドのfont-sizeに関する修正と、getComputedStyleメソッドの修正</li>
-<li>getComputedStyleメソッドにおいて、font-sizeに%などの相対単位が使われていたときの対処</li>
-<li>SVGElementインターフェースの軽量化</li>
-<li>SpecのSVGColorもSVG1.1 2ndに合わせて修正</li>
-<li>ActiveXが無効化されたときXMLHttpRequestで処理 するようにした (beta fixed)</li>
-<li>文字列の処理をsubstringメソッドからsliceやsplitメソッドに変更した (beta fixed)</li>
-<li>パッケージからSubVersionのファイルを取り除いた (beta fixed)</li>
-</ol>
-<address><h2>このお知らせに関するご質問やご感想などがありましたら</h2>
-<p>以下のメールアドレスへメールを下さい。また、メールはオープンな議論をするために、原則、ウェブで公開されますのでご承知ください。</p>
-<p>公式メーリングリスト「Sie-developers」<a href="mailto:sie-developers@lists.sourceforge.jp">sie-developers@lists.sourceforge.jp </a>。</p>
-<p>&copy; Copyright 2009 dhrname(Eメールで<a href="mailto:dhrname@users.sourceforge.jp">dhrname@users.sourceforge.jp</a>)コードの著作権の許諾に関しては、次の文章に書かれています。(英文<a href="http://sie.sourceforge.jp/LICENCE.txt">LICENCE.txt</a>)。このページの許諾に関しても、同様のライセンスが適用されるものとします。</p></address>
-<!--/*SIE-SVG LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/
-/* ***** BEGIN LICENSE BLOCK *****
- * Version: MPL 1.1/GPL 2.0/LGPL 2.1
- *
- * The contents of this file are subject to the Mozilla Public License Version
- * 1.1 (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- * http://www.mozilla.org/MPL/
- *
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * Contributor(s):DHRNAME
- * ***** END LICENSE BLOCK ***** */-->
-    </body>
+<html>\r
+<head>\r
+<title>「SIE0.89」リリース - SIE</title>\r
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
+<script defer="defer" type="text/javascript" src="http://sie.sourceforge.jp/sie-mini.js"></script>\r
+<link rel="stylesheet" type="text/css" href="http://sie.sourceforge.jp/instyle.css"></link>\r
+</head>\r
+<body>\r
+<p><object data="../sie-logo.svg" type="image/svg+xml" width="100%" height="90"></object></p>\r
+<h1>「SIE0.89」リリース - SIE</h1>\r
+<h2>0.89リリースについてのお知らせ</h2>\r
+<p>2011年11月9日、私たちSIEプロジェクトは、「SIE0.89」を正式に公開しました。今回の主な変更は、バグの修正です。</p>\r
+<h2>無料ダウンロード</h2>\r
+<p><a href="http://sourceforge.jp/projects/sie/downloads/54030/sie-089.zip/">sie-089.zipをダウンロード</a> (ZIP形式, 223.7 KB)</p>\r
+<h2>変更点</h2>\r
+<h3>version 0.88からの変更点</h3>\r
+<ol>\r
+<li>SVGColorをSVG1.1 2ndに合わせて修正</li>\r
+<li>_currentStyleの記述を不要なので削除</li>\r
+<li>SVGTextElementのdiplayやvisibilityについて整理</li>\r
+<li>SVGTextElementのdisplay処理を改良することで、軽量化</li>\r
+<li>Attrについて、軽量化のため、Nodeをapplyで呼び出さないように改良</li>\r
+<li>SVGTextElementについて、a要素に対応できるよう修正</li>\r
+<li>IE6に関して注意を促すためのコメントを追加</li>\r
+<li>opacityプロパティ(属性)に関して、祖先要素に適用できないバグを修正</li>\r
+<li>setPropertyメソッドのfont-sizeに関する修正と、getComputedStyleメソッドの修正</li>\r
+<li>getComputedStyleメソッドにおいて、font-sizeに%などの相対単位が使われていたときの対処</li>\r
+<li>SVGElementインターフェースの軽量化</li>\r
+<li>SpecのSVGColorもSVG1.1 2ndに合わせて修正</li>\r
+<li>ActiveXが無効化されたときXMLHttpRequestで処理 するようにした (beta fixed)</li>\r
+<li>文字列の処理をsubstringメソッドからsliceやsplitメソッドに変更した (beta fixed)</li>\r
+<li>パッケージからSubVersionのファイルを取り除いた (beta fixed)</li>\r
+</ol>\r
+<address><h2>このお知らせに関するご質問やご感想などがありましたら</h2>\r
+<p>以下のメールアドレスへメールを下さい。また、メールはオープンな議論をするために、原則、ウェブで公開されますのでご承知ください。</p>\r
+<p>公式メーリングリスト「Sie-developers」<a href="mailto:sie-developers@lists.sourceforge.jp">sie-developers@lists.sourceforge.jp </a>。</p>\r
+<p>&copy; Copyright 2009 dhrname(Eメールで<a href="mailto:dhrname@users.sourceforge.jp">dhrname@users.sourceforge.jp</a>)コードの著作権の許諾に関しては、次の文章に書かれています。(英文<a href="http://sie.sourceforge.jp/LICENCE.txt">LICENCE.txt</a>)。このページの許諾に関しても、同様のライセンスが適用されるものとします。</p></address>\r
+<!--/*SIE-SVG LGPL2.1 & GPL1.1 & Mozilla Public Lisence*/\r
+/* ***** BEGIN LICENSE BLOCK *****\r
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1\r
+ *\r
+ * The contents of this file are subject to the Mozilla Public License Version\r
+ * 1.1 (the "License"); you may not use this file except in compliance with\r
+ * the License. You may obtain a copy of the License at\r
+ * http://www.mozilla.org/MPL/\r
+ *\r
+ * Software distributed under the License is distributed on an "AS IS" basis,\r
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\r
+ * for the specific language governing rights and limitations under the\r
+ * License.\r
+ *\r
+ * Contributor(s):DHRNAME\r
+ * ***** END LICENSE BLOCK ***** */-->\r
+    </body>\r
 </html>
\ No newline at end of file