Develop and Download Open Source Software

Browse CVS Repository

Annotation of /tombo/htdocs/rss.rdf

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.17 - (hide annotations) (download) (as text)
Tue Feb 21 13:14:30 2006 UTC (18 years, 1 month ago) by hirami
Branch: MAIN
Changes since 1.16: +22 -15 lines
File MIME type: application/rdf+xml
2.0a4 released

1 hirami 1.1 <?xml version="1.0" encoding="utf-8" ?>
2     <rdf:RDF
3     xmlns="http://purl.org/rss/1.0/"
4     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5     xmlns:dc="http://purl.org/dc/elements/1.1/"
6     xml:lang="ja">
7    
8     <channel rdf:about="http://tombo.sourceforge.jp/tombo.rdf">
9     <title>TOMBO announce</title>
10     <link>http://tombo.sourceforge.jp</link>
11     <description>メモ管理ツールTOMBO リリース情報、お知らせ等を提供しています</description>
12     <items>
13     <rdf:Seq>
14 hirami 1.17 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200602212130"/>
15 hirami 1.16 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200602180030"/>
16 hirami 1.15 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200602160100"/>
17 hirami 1.14 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200602141700"/>
18 hirami 1.13 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200602121330"/>
19 hirami 1.12 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200602120030"/>
20 hirami 1.11 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200601150100"/>
21 hirami 1.10 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200504100730"/>
22     <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200504100700"/>
23 hirami 1.9 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200504042300"/>
24 hirami 1.8 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200411220000"/>
25 hirami 1.7 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200411210300"/>
26 hirami 1.6 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200410170100"/>
27 hirami 1.4 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200410030100"/>
28 hirami 1.3 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200409152200"/>
29 hirami 1.2 <rdf:li rdf:resource="http://tombo.sourceforge.jp/history.html#200409110350"/>
30 hirami 1.1 </rdf:Seq>
31     </items>
32     </channel>
33 hirami 1.17 <item rdf:about="http://tombo.sourceforge.jp/history.html#200602212130">
34     <title>TOMBO 2.0 alpha 4をテスト公開しました。</title>
35     <link>http://tombo.sourceforge.jp/history.html#200602212130</link>
36     <description>
37     <p>ご指摘いただいたバグをまた少し直してalpha 4として公開しました。人柱の皆様、御協力、御指摘ありがとうございます。</p>
38     <p>
39     また、人柱となって頂けるありがたい方は、2.0 alphaのページから持っていってください。
40     </p>
41    
42     <p>
43     a4での残:
44     </p>
45     <ul>
46     <li>折り返しの切替え</li>
47     <li>右クリックメニュー</li>
48     <li>閲覧専用モード</li>
49     </ul>
50     </description>
51     <dc:date>2006-02-21T21:30:00+09:00</dc:date>
52     <dc:subject>release</dc:subject>
53     </item>
54 hirami 1.16 <item rdf:about="http://tombo.sourceforge.jp/history.html#200602180030">
55     <title>TOMBO 1.17をリリースしました。</title>
56     <link>http://tombo.sourceforge.jp/history.html#200602180030</link>
57     <description>
58     <p>
59     TOMBO 1.17をリリースしました。1.17はバグFIXバージョンです。
60     </p>
61    
62     <ul>
63     <li>FIX: 暗号化されたファイルがテキストアイコンで表示される</li>
64     <li>FIX: -rootパラメータが効かない</li>
65     <li>FIX: PocketPC2000でプロパティダイアログが表示されない</li>
66     <li>FIX: H/PCで初期化時に落ちる</li>
67     </ul>
68    
69     </description>
70     <dc:date>2006-02-18T00:30:00+09:00</dc:date>
71     <dc:subject>release</dc:subject>
72     </item>
73 hirami 1.15 <item rdf:about="http://tombo.sourceforge.jp/history.html#200602160100">
74     <title>TOMBO 2.0 alpha 3をテスト公開しました。</title>
75     <link>http://tombo.sourceforge.jp/history.html#200602160100</link>
76     <description>
77     <p>ご指摘いただいたバグをまた少し直してalpha 3として公開しました。人柱の皆様、御協力、御指摘ありがとうございます。</p>
78     <p>
79     また、人柱となって頂けるありがたい方は、2.0 alphaのページから持っていってください。
80     </p>
81    
82     <ul>
83     <li>リサイズまわり、水平スクロールバーの表示まわりをいろいろ修正</li>
84     <li>PocketPC版、H/PC版初リリース</li>
85     </ul>
86    
87     </description>
88     <dc:date>2006-02-16T01:00:00+09:00</dc:date>
89     <dc:subject>release</dc:subject>
90     </item>
91 hirami 1.14 <item rdf:about="http://tombo.sourceforge.jp/history.html#200602141700">
92     <title>アンケート項目を追加しました。</title>
93     <link>http://tombo.sourceforge.jp/history.html#200602141700</link>
94     <description>
95     <p>
96     アンケートの設問を2問追加しました。
97     仮想フォルダに関する質問と、ドキュメントに関する質問です。
98     忌憚のない御意見お聞かせください。
99     </p>
100    
101     </description>
102     <dc:date>2006-02-14T17:00:00+09:00</dc:date>
103     <dc:subject>misc</dc:subject>
104     </item>
105 hirami 1.13 <item rdf:about="http://tombo.sourceforge.jp/history.html#200602121330">
106     <title>レジストリの削除について捕捉</title>
107     <link>http://tombo.sourceforge.jp/history.html#200602121330</link>
108     <description>
109     <p>
110     すいません、ドキュメントに一部誤りがありました。
111     </p>
112    
113     <p>
114     レジストリの削除方法ですが、Readme.txtではReaseReg.exeとなっていますが、
115     RegErase.exeの誤りです。RegErase.exeはTombo.exeと同じフォルダに置かれ
116     ているはずです。
117     </p>
118    
119     </description>
120     <dc:date>2006-02-12T13:30:00+09:00</dc:date>
121     <dc:subject>misc</dc:subject>
122     </item>
123 hirami 1.12 <item rdf:about="http://tombo.sourceforge.jp/history.html#200602120030">
124     <title>TOMBO 1.16をリリースしました。</title>
125     <link>http://tombo.sourceforge.jp/history.html#200602120030</link>
126     <description>
127     <p>
128     TOMBO 1.16をリリースしました。1.16からはレジストリに依存しなくなっています。
129     </p>
130    
131     <ul>
132     <li>オプションの保存をレジストリからファイルに変更</li>
133     <li>直前に開いていたファイルを開くオプションを追加</li>
134     <li>メモのUnicode/UTF-8での保存・読み込み対応</li>
135     <li>ファイル名を暗号化している際に、同一フォルダに異なるパスワードのファイルがあると開けない問題への対応</li>
136     <li>右クリック時にタップしたファイルではなく、選択しているファイルが削除される問題の修正</li>
137     <li>暗号化/復号時のメモリリークの修正</li>
138     </ul>
139    
140     </description>
141     <dc:date>2006-02-12T00:30:00+09:00</dc:date>
142     <dc:subject>release</dc:subject>
143     </item>
144 hirami 1.11 <item rdf:about="http://tombo.sourceforge.jp/history.html#200601150100">
145     <title>TOMBO 1.15をリリースしました。</title>
146     <link>http://tombo.sourceforge.jp/history.html#200601150100</link>
147     <description>
148     <p>
149     W-ZERO3に対応させた1.15をリリースしました。
150     </p>
151    
152     <ul>
153     <li>WILLCOM W-ZERO3対応</li>
154     <li>横画面モード時にペインのリサイズがうまくいかない不具合の修正</li>
155     <li>内部で使用しているUTF-8処理の不具合の修正</li>
156     <li>検索時、"暗号メモも対象とする"を選択しても対象とならない不具合の修
157     正</li>
158     </ul>
159     </description>
160     <dc:date>2006-01-15T01:00:00+09:00</dc:date>
161     <dc:subject>release</dc:subject>
162     </item>
163 hirami 1.10 <item rdf:about="http://tombo.sourceforge.jp/history.html#200504100730">
164     <title>TOMBO 2.0 alpha 2をテスト公開しました。</title>
165     <link>http://tombo.sourceforge.jp/history.html#200504100730</link>
166     <description>
167     <p>2.0についてご指摘いただいたバグを少し直してalpha 2として公開しました。人柱の皆様、御協力ありがとうございます。</p>
168    
169     <ul>
170     <li>IME ON時にフォントサイズがおかしくなるバグの修正</li>
171     <li>保存時にNoをすると落ちるバグの修正</li>
172     </ul> </description>
173     <dc:date>2005-04-10T07:30:00+09:00</dc:date>
174     <dc:subject>release</dc:subject>
175     </item>
176     <item rdf:about="http://tombo.sourceforge.jp/history.html#200504100700">
177     <title>TOMBO 1.14をリリースしました。</title>
178     <link>http://tombo.sourceforge.jp/history.html#200504100700</link>
179     <description>
180     <p>1.13から少し間が空いてしまいましたが、1.14はバグFIXバージョンとなります。</p>
181    
182     <p>変更点:</p>
183     <ul>
184     <li>暗号化時にファイル名をランダムにした際にツリーの並び順が狂うバグのFIX</li>
185     <li>ホールドで文字列を貼り付けようとしたらずれるバグのFIX</li>
186     <li>tdtが残るバグのFIX</li>
187     <li>検索時に暗号化メモを対象からはずすオプションが効かないバグのFIX</li>
188     </ul> </description>
189     <dc:date>2005-04-10T07:00:00+09:00</dc:date>
190     <dc:subject>release</dc:subject>
191     </item>
192 hirami 1.9 <item rdf:about="http://tombo.sourceforge.jp/history.html#200504042300">
193     <title>TOMBO 2.0 alpha 1 for desktopをテスト公開します。</title>
194     <link>http://tombo.sourceforge.jp/history.html#200504042300</link>
195     <description>
196     <p>2.0のテストバージョンを作成しました。お時間ある方はテストに御協力ください。</p>
197    
198     <p>
199     エディタまわりでいただいている御要望に(将来的に)対応可能なように、2.0ではエディタ部分を完全に書き直しました。現状ですとまだあまりメリットないかもしれませんが安定動作しないと機能追加もないのでバク出し目的で公開します。基本的な部分でもまだ実装が終わっていませんので、テスト以外の目的の場合には1.x系列を御利用ください。
200     </p>
201    
202     <p>ダウンロードは<a href="alpha.html">テスト版</a>からお願いします。</p> </description>
203     <dc:date>2005-04-04T23:00:00+09:00</dc:date>
204     <dc:subject>release</dc:subject>
205     </item>
206 hirami 1.8 <item rdf:about="http://tombo.sourceforge.jp/history.html#200411220000">
207     <title>1.13 PocketPC版でバグが発見されました。</title>
208     <link>http://tombo.sourceforge.jp/history.html#200411220000</link>
209     <description>
210     <p>ごめんなさいごめんなさいごめんなさいごめんなさい</p>
211    
212     <p>
213     1.13のPocketPC版でバグが発見されたため、暫定修正版をSNAPSHOTとして公開
214     しました。PocketPC版をお使いで、1.13をダウンロードされた方は大変お手
215     数ですがSNAPSHOT版を取得ください。
216     </p>
217    
218     <p>
219     修正版は<a href="http://prdownloads.sourceforge.jp/tombo/12286/Tombo_20041121.zip">TOMBO_20041121.zip</a>です。
220     PocketPC以外については影響ありませんので1.13を御利用ください。
221     </p>
222     </description>
223     <dc:date>2004-11-22T00:00:00+09:00</dc:date>
224     <dc:subject>release</dc:subject>
225     </item>
226 hirami 1.7 <item rdf:about="http://tombo.sourceforge.jp/history.html#200411210300">
227     <title>TOMBO 1.13をリリースしました。</title>
228     <link>http://tombo.sourceforge.jp/history.html#200411210300</link>
229     <description>
230     <p>1.13では要望の強かったファイル名への暗号化に対応しています。</p>
231     <p>オプションを有効にすると暗号メモについてはファイル名をヘッドライン
232     からではなく、ランダムに生成するようになります。これによりパスワードを
233     知らない人はファイル名から内容を推測することすらできなくなります。
234     もちろん、TOMBOで開いた場合にはパスワードを入力することによりこれまで
235     のバージョン同様、ツリーにヘッドラインが表示されます。</p>
236    
237     <p>変更点:</p>
238     <ul>
239     <li>暗号メモ作成時にファイル名をヘッドラインではなく、ランダムに作成す
240     る機能を追加</li>
241     <li>タップ&amp;ホールドで張り付けを行ったときに、カーソルをタップした
242     位置に移動するように変更</li>
243     </ul>
244    
245     <p>
246     既に存在している暗号メモについては、オプション設定後に一旦暗号化を解除
247     してから再度暗号化してください。
248     </p>
249     </description>
250     <dc:date>2004-11-21T03:00:00+09:00</dc:date>
251     <dc:subject>release</dc:subject>
252     </item>
253 hirami 1.6 <item rdf:about="http://tombo.sourceforge.jp/history.html#200410170100">
254     <title>TOMBO 1.12をリリースしました。</title>
255     <link>http://tombo.sourceforge.jp/history.html#200410170100</link>
256     <description>
257     <p>Windows Mobile(PocketPC)2004 SecondEditionのVGAに対応した1.14をリリース
258     しました。</p>
259    
260     <p>変更点</p>
261     <ul>
262     <li>PocketPC 2003SE VGA版を追加</li>
263     <li>VGAサポート</li>
264     <li>ランドスケープモードのサポート</li>
265     <li>ツールバー非表示オプションの追加(デスクトップ版)</li>
266     </ul>
267    
268     <p>VGA対応版は別バイナリとしてpktpc_arm_jp.zipの中に収録しています。通
269     常版も動きますが、上記のメリットは得られませんので御注意下さい。</p> </description>
270     <dc:date>2004-10-17T01:00:00+09:00</dc:date>
271     <dc:subject>release</dc:subject>
272     </item>
273 hirami 1.4 <item rdf:about="http://tombo.sourceforge.jp/history.html#200410030100">
274     <title>TOMBO 1.11をリリースしました。</title>
275     <link>http://tombo.sourceforge.jp/history.html#200410030100</link>
276     <description>
277     <p>1.9以降でメモリ破壊をおこすバグが発見されたため、バグFIX版の1.11をリリースしました。</p>
278    
279     <p>変更点</p>
280     <ul>
281 hirami 1.5 <li>メモリ破壊による不安定動作が起こる問題の修正</li>
282     <li>Windows98SEでダイアログの表示が化ける問題の修正</li>
283     <li>HPC版でAlt-Tap時に違うメモが選択される問題の修正</li>
284     <li>フィルタ定義ダイアログで"↓"ボタンが効かない問題の修正</li>
285     <li>メモを閉じた時にダイアログを表示しないオプションの追加</li>
286     <li>閲覧モード時にCtrl-Cが効かない問題の修正</li>
287 hirami 1.4 </ul>
288    
289    
290     </description>
291     <dc:date>2004-10-03T01:00:00+09:00</dc:date>
292     <dc:subject>release</dc:subject>
293     </item>
294 hirami 1.3 <item rdf:about="http://tombo.sourceforge.jp/history.html#200409152200">
295     <title>TOMBO 1.10をリリースしました。</title>
296     <link>http://tombo.sourceforge.jp/history.html#200409152200</link>
297     <description>
298     <p>TOMBO 1.9に比較的影響が大きいと思われるバグが発見されたため、
299     バグFIX版のTOMBO 1.10をリリースしました。</p>
300    
301     <p>変更点</p>
302     <ul>
303     <li>エディットビューで複数行選択ができないバグのFIX</li>
304     <li>ブックマークメニューが国際化されていないバグのFIX</li>
305     <li>英語版メッセージの更新</li>
306     </ul>
307    
308     </description>
309     <dc:date>2004-09-15T22:00:00+09:00</dc:date>
310     <dc:subject>release</dc:subject>
311     </item>
312 hirami 1.2 <item rdf:about="http://tombo.sourceforge.jp/history.html#200409110350">
313     <title>TOMBO 1.9をリリースしました。</title>
314     <link>http://tombo.sourceforge.jp/history.html#200409110350</link>
315     <description>
316     <p>TOMBO 1.9をリリースしました。1.9ではメッセージ部分の国際化および外部アプリケーションとの連携機能が追加されています。</p>
317    
318     <p>メッセージの国際化対応に伴い、インストール時にTombo.exeだけでなくメッセージファイルもコピーする必要があります。同梱のTomboMsg.txtをTombo.exeと同じフォルダにコピーしてください。</p>
319    
320     <p>また、外部アプリの起動についてはアプリケーションがバックアップファイルを作成する場合、暗号化してもバックアップファイルが平文のまま残ることにより暗号化の意味がなくなってしまう可能性があります。使用するアプリがバックアップファイルを作成しないことを確認してご利用ください。</p>
321    
322     <p>Palm-Size PC版については原則本バージョンを最終リリースとします。申し訳ありませんがご理解よろしくお願いします。</p>
323     </description>
324     <dc:date>2004-09-11T03:50:00+09:00</dc:date>
325     <dc:subject>release</dc:subject>
326     </item>
327 hirami 1.1 </rdf:RDF>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26