/[suikacvs]/webroot/swe/doc/swe-commit.en.atom.u8
Suika

Diff of /webroot/swe/doc/swe-commit.en.atom.u8

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by wakaba, Fri Nov 14 10:31:08 2008 UTC revision 1.77 by wakaba, Mon Sep 21 09:10:40 2009 UTC
# Line 1  Line 1 
1  <feed xmlns="http://www.w3.org/2005/Atom"><link href="http://suika.fam.cx/swe/doc/swe-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/swe/doc/readme" rel="related"></link><link href="http://suika.fam.cx/swe/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1226136651"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226136651</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T09:30:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog   8 Nov 2008 09:30:47 -0000  <feed xmlns="http://www.w3.org/2005/Atom"><link href="http://suika.fam.cx/swe/doc/swe-commit" hreflang="en" rel="self" type="application/atom+xml"></link><link href="http://suika.fam.cx/swe/doc/readme" rel="related"></link><link href="http://suika.fam.cx/swe/doc/readme#license" rel="license"></link><rights>This feed is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</rights><entry xml:id="entry-1253524239"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253524239</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T09:10:32Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog    21 Sep 2009 09:05:45 -0000
2    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
3    
4            * Lock.pm (check_lockability): Don't allow the same level of lock
5            type being locked twice to avoid deadlocks caused by same level of
6            locks.
7    
8    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 09:10:06 -0000
9            * Document.pm (repo, prop_untainted, untainted_prop, save_prop,
10            locked): New method.  Introduced the concept of &quot;tainted&quot; such
11            that we can access to the property in the locked code fragment
12            without being afraid to update the property using old values.
13            (get_or_create_graph_node): Updated to utilize |prop| family of
14            method with locks.
15    
16            * Graph.pm (repo, lock, unlock): New methods.
17            (add_nodes, create_node, schelling_update): Locks the database
18            before the modifications.
19    
20            * Repository.pm (graph, get_document_by_id): New methods.
21    
22            * Node.pm (repo): New method.
23    
24    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
25    
26    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 09:10:27 -0000
27            * main.pl: Made the graph node view to lock the database.
28    
29    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
30    
31    </content></entry><entry xml:id="entry-1253518229"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253518229</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T07:30:22Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   21 Sep 2009 07:28:38 -0000
32    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
33    
34            * DB.pm (id_lock): New method.
35    
36    ++ swe/lib/SWE/Object/ChangeLog 21 Sep 2009 07:29:26 -0000
37            * Document.pm (lock): Changed to use the $db-&gt;id_lock method to
38            obtain the lock object.
39    
40            * Node.pm (neighbor_documents): New method.
41    
42    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
43    
44    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:30:16 -0000
45            * main.pl: Moved most of remaining codes of graph node end point
46            processing to separate modules.
47    
48    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
49    
50    </content></entry><entry xml:id="entry-1253516987"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253516987</id><title>2009-09-21 Wakaba</title><updated>2009-09-21T07:09:38Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    21 Sep 2009 06:44:52 -0000
51    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
52    
53            * Document.pm (title, get_or_create_graph_node): New methods (made
54            from codes moved from main.pl).
55    
56    ++ swe/lib/suikawiki/ChangeLog  21 Sep 2009 07:09:35 -0000
57    2009-09-21  Wakaba  &lt;wakaba@suika.fam.cx&gt;
58    
59            * main.pl: Changed &quot;related&quot;/&quot;unrelated&quot; URLs to a |ping| end
60            point.  Moved most of graph node end point processing to separate
61            modules.
62    
63    </content></entry><entry xml:id="entry-1253436872"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253436872</id><title>2009-09-20 Wakaba</title><updated>2009-09-20T08:54:29Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    20 Sep 2009 08:53:58 -0000
64            * Graph.pm (schelling_update): Implemented.
65    
66    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
67    
68    </content></entry><entry xml:id="entry-1253426959"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253426959</id><title>2009-09-20 Wakaba</title><updated>2009-09-20T06:09:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    20 Sep 2009 06:08:30 -0000
69    2009-09-20  Wakaba  &lt;wakaba@suika.fam.cx&gt;
70    
71            * Graph.pm (add_nodes): Improved the way to determine the number
72            of added nodes.
73    
74    </content></entry><entry xml:id="entry-1253356523"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253356523</id><title>2009-09-19 Wakaba</title><updated>2009-09-19T10:35:16Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     19 Sep 2009 10:35:13 -0000
75            * main.pl: |$id_prop| had been unintentionally unset.
76    
77    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
78    
79    </content></entry><entry xml:id="entry-1253346230"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1253346230</id><title>2009-09-19 Wakaba</title><updated>2009-09-19T07:43:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     19 Sep 2009 07:43:34 -0000
80    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
81    
82            * main.pl: Added Google AdSense.
83    
84    ++ swe/styles/ChangeLog 19 Sep 2009 07:43:26 -0000
85    2009-09-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
86    
87            * sw.css: Added styles for Google AdSense.
88    
89    </content></entry><entry xml:id="entry-1252909412"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252909412</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:23:15Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/pages/ChangeLog     14 Sep 2009 06:23:13 -0000
90            * canvas.html: Set the default page name to &quot;(image)&quot;.
91    
92    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
93    
94    </content></entry><entry xml:id="entry-1252908996"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252908996</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:16:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     14 Sep 2009 06:15:55 -0000
95            * main.pl: Added names=&quot;&quot; parameter to canvas editor link.
96    
97    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
98    
99    ++ swe/pages/ChangeLog  14 Sep 2009 06:16:20 -0000
100            * canvas.html: Added names=&quot;&quot; parameter to specify the names of
101            new images.
102    
103    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
104    
105    </content></entry><entry xml:id="entry-1252908072"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252908072</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T06:00:54Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     14 Sep 2009 05:59:53 -0000
106            * main.pl: Added links to canvas editor.
107    
108    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
109    
110    ++ swe/pages/ChangeLog  14 Sep 2009 06:00:50 -0000
111            * canvas.html: New file (originally comes from Remove Canvas's
112            client.html).
113    
114    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
115    
116    </content></entry><entry xml:id="entry-1252897921"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252897921</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T03:11:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   14 Sep 2009 03:08:53 -0000
117            * DB.pm (id_prop): New method.
118    
119    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
120    
121    ++ swe/lib/SWE/Object/Document/ChangeLog        14 Sep 2009 03:10:40 -0000
122            * SWML.pm (to_text, to_text_media_type): Moved back to the
123            superclass.
124    
125            * CanvasInstructions.pm: New module.
126            
127    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
128    
129    ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 03:10:03 -0000
130            * Document.pm (prop): New method.
131            (content_media_type): Changed to return the real media type.
132            (to_xml_media_type, to_text_media_type, to_xml, to_html_fragment):
133            Changed to return appropriate default value.
134    
135    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
136    
137    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 03:11:39 -0000
138            * main.pl: Don't generate rel=alternate links if it is known that
139            the alternate is not available.
140    
141    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
142    
143    </content></entry><entry xml:id="entry-1252896060"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252896060</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T02:40:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   14 Sep 2009 02:38:21 -0000
144            * Lang.pm: Changed module names.
145    
146    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
147    
148    ++ swe/lib/SWE/Object/Document/ChangeLog        14 Sep 2009 02:40:50 -0000
149            * SWML.pm: New module.
150    
151    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
152    
153    ++ swe/lib/SWE/Object/ChangeLog 14 Sep 2009 02:40:09 -0000
154            * Document.pm: Added |rebless| method family.  Moved
155            SWML-to-HTML/XML/text convertion methods to another module.
156    
157            * Document/: New directory.
158    
159    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
160    
161    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:39:42 -0000
162            * main.pl: Call the |rebless| method on the SWE::Object::Document
163            module such that format-dependent methods can be invoked.
164    
165    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
166    
167    </content></entry><entry xml:id="entry-1252894392"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252894392</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T02:13:00Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   14 Sep 2009 02:12:58 -0000
168    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
169    
170            * Lang.pm: New module.
171    
172    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:12:48 -0000
173            * main.pl: Moved media type list to an external module.
174    
175    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
176    
177    </content></entry><entry xml:id="entry-1252893804"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252893804</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T02:03:16Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    14 Sep 2009 02:03:14 -0000
178            * Document.pm (to_html_fragment): New method.
179    
180    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
181    
182    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 02:03:01 -0000
183            * main.pl: Moved format=html processing to external module.
184    
185    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
186    
187    </content></entry><entry xml:id="entry-1252891592"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1252891592</id><title>2009-09-14 Wakaba</title><updated>2009-09-14T01:26:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    14 Sep 2009 01:25:50 -0000
188    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
189    
190            * Document.pm (to_xml, to_text): New methods.
191    
192    ++ swe/lib/suikawiki/ChangeLog  14 Sep 2009 01:25:42 -0000
193    2009-09-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
194    
195            * main.pl: Changed format=text and format=xml to obtain the text
196            or xml variant from SWE::Object::Document.  Changed format=text to
197            obtain the xml variant from SWE::Object::Document and then convert
198            into HTML.
199    
200    </content></entry><entry xml:id="entry-1248007097"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1248007097</id><title>2009-07-19 Wakaba</title><updated>2009-07-19T12:38:10Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     19 Jul 2009 12:37:49 -0000
201    2009-07-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
202    
203            * main.pl: Extended posturl API for the use of bookmarklet.
204    
205    </content></entry><entry xml:id="entry-1247972595"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247972595</id><title>2009-07-19 Wakaba</title><updated>2009-07-19T03:03:12Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        19 Jul 2009 03:02:59 -0000
206    2009-07-19  Wakaba  &lt;wakaba@suika.fam.cx&gt;
207    
208            * HashedIndex.pm (_for_each_id): Operator evaluation order was
209            wrong.
210    
211    </content></entry><entry xml:id="entry-1247399659"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247399659</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T11:54:15Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 11:54:12 -0000
212            * main.pl: Set the paragraph number to the posturl content.
213    
214    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
215    
216    </content></entry><entry xml:id="entry-1247396930"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247396930</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T11:08:47Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 11:08:44 -0000
217            * main.pl: Insert timestamp parameter of posturl.
218    
219    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
220    
221    </content></entry><entry xml:id="entry-1247396243"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247396243</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:57:21Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 10:57:18 -0000
222            * main.pl: Implemented new-document case of posturl method.
223    
224    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
225    
226    </content></entry><entry xml:id="entry-1247395578"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247395578</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:46:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    12 Jul 2009 10:46:07 -0000
227            * Document.pm (new_id): New method.
228    
229    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
230    
231    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:45:55 -0000
232            * main.pl: Moved the code to obtain the new ID to another module.
233    
234    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
235    
236    </content></entry><entry xml:id="entry-1247395065"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247395065</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:37:42Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    12 Jul 2009 10:37:22 -0000
237            * Document.pm (update_tfidf): New method copied from main.pl.
238    
239    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
240    
241    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:37:39 -0000
242            * main.pl (update_tfidf): Moved to another module.
243    
244    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
245    
246    </content></entry><entry xml:id="entry-1247394387"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247394387</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T10:26:21Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    12 Jul 2009 10:25:36 -0000
247    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
248    
249            * Document.pm: New module.
250    
251    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 10:25:59 -0000
252            * main.pl: Facted out the code to associate new pages names to the
253            document.
254    
255    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
256    
257    </content></entry><entry xml:id="entry-1247391940"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247391940</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T09:45:37Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   12 Jul 2009 09:45:07 -0000
258            * DB.pm (name_history, id_history): New methods.
259    
260    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
261    
262    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:45:31 -0000
263            * main.pl: Use $db's methods to instantiate id_history and
264            name_history databases.
265    
266    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
267    
268    </content></entry><entry xml:id="entry-1247389678"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247389678</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T09:07:55Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   12 Jul 2009 09:07:25 -0000
269    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
270    
271            * DB.pm (vc): New method.
272    
273    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 09:07:51 -0000
274            * main.pl: Obtain instances of version control object by invoking
275            the method of $db object.
276    
277    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
278    
279    </content></entry><entry xml:id="entry-1247389166"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247389166</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T08:59:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 08:59:20 -0000
280            * main.pl: posturl appending implemented.
281    
282    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
283    
284    </content></entry><entry xml:id="entry-1247387085"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247387085</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T08:24:42Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 08:24:39 -0000
285            * main.pl: Preparation for introducing posturl method.
286    
287    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
288    
289    </content></entry><entry xml:id="entry-1247386723"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247386723</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T08:18:39Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 08:18:35 -0000
290            * main.pl: Fact out the process to determine the document ID(s)
291            from the name, possibly converting the SuikaWiki3 document into
292            new format.
293    
294    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
295    
296    </content></entry><entry xml:id="entry-1247383880"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247383880</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T07:31:14Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog    12 Jul 2009 07:30:45 -0000
297    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
298    
299            * sw.css: Styling for js-inserted sections.
300    
301    ++ swe/scripts/ChangeLog        12 Jul 2009 07:31:10 -0000
302            * sw-sami.js: Improved where js-generated sections are inserted.
303    
304    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
305    
306    </content></entry><entry xml:id="entry-1247382933"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247382933</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T07:15:26Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 07:15:23 -0000
307            * main.pl: Create tfidf data when a page is created.
308    
309    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
310    
311    </content></entry><entry xml:id="entry-1247382413"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247382413</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T07:06:46Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 07:06:43 -0000
312            * main.pl: Update tfidf data when a page content is updated.
313    
314    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
315    
316    </content></entry><entry xml:id="entry-1247380434"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247380434</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T06:33:49Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 06:33:44 -0000
317            * main.pl Locks during the non-inverted index is updated.
318    
319    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
320    
321    </content></entry><entry xml:id="entry-1247379728"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247379728</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T06:22:06Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        12 Jul 2009 06:21:38 -0000
322            * HashedIndex.pm (lock, lock_file_name): New methods.
323    
324    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
325    
326    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 06:22:03 -0000
327            * main.pl: Locks the index database before the modification.
328    
329    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
330    
331    </content></entry><entry xml:id="entry-1247378662"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247378662</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T06:04:20Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   12 Jul 2009 06:04:15 -0000
332            * sw-sami.js: New script.  It loads search result and insert into
333            the document.
334    
335            * sw.js: Loads sw-sami.js.
336    
337    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
338    
339    </content></entry><entry xml:id="entry-1247374904"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247374904</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T05:01:42Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   12 Jul 2009 05:01:39 -0000
340    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
341    
342            * sw.js: Load sami-core.js.
343    
344    </content></entry><entry xml:id="entry-1247374191"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247374191</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T04:49:47Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     12 Jul 2009 04:49:44 -0000
345            * main.pl: Put the |script| element at the end of the |body|
346            element.
347    
348    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
349    
350    </content></entry><entry xml:id="entry-1247371223"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247371223</id><title>2009-07-12 Wakaba</title><updated>2009-07-12T04:00:21Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        12 Jul 2009 03:59:58 -0000
351    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
352    
353            * NamedText.pm (_get_file_name): Typo.
354    
355            * Lock.pm: Check whether any preferable locks are already taken or
356            not to avoid deadlocks.
357    
358            * IDGenerator.pm (get_next_id): Set lock_type to enable lock order
359            control.
360    
361            * IDLocks.pm (get_lock): Set lock_type to enable lock order
362            control.
363    
364    ++ swe/lib/suikawiki/ChangeLog  12 Jul 2009 04:00:17 -0000
365    2009-07-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
366    
367            * main.pl: Set |lock_type| to enable lock order control.
368    
369    </content></entry><entry xml:id="entry-1247310226"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1247310226</id><title>2009-07-11 Wakaba</title><updated>2009-07-11T11:03:44Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog    11 Jul 2009 11:03:40 -0000
370    2009-07-11  Wakaba  &lt;wakaba@suika.fam.cx&gt;
371    
372            * sw.css: Added .swe-info class.
373    
374    </content></entry><entry xml:id="entry-1237192113"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237192113</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T08:28:31Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     16 Mar 2009 08:28:29 -0000
375            * main.pl: Show the relatedness of pages in the list of neighbor
376            nodes.
377    
378    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
379    
380    </content></entry><entry xml:id="entry-1237189495"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237189495</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T07:44:53Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    16 Mar 2009 07:44:50 -0000
381            * Repository.pm (are_related_ids): Repeat the relearning process
382            until the right answer is deduced.
383    
384    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
385    
386    </content></entry><entry xml:id="entry-1237189204"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237189204</id><title>2009-03-16 Wakaba</title><updated>2009-03-16T07:39:59Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    16 Mar 2009 07:39:22 -0000
387    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
388    
389            * Repository.pm: New module.
390    
391    ++ swe/lib/suikawiki/ChangeLog  16 Mar 2009 07:39:54 -0000
392    2009-03-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
393    
394            * main.pl: Moved relatedness detection method into its own module.
395    
396    </content></entry><entry xml:id="entry-1237122433"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122433</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:11Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    15 Mar 2009 13:06:41 -0000
397            * Node.pm (document_id): New method.
398    
399    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
400    
401    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 13:07:01 -0000
402            * main.pl: Dump the name of neighbors.
403    
404    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
405    
406    </content></entry><entry xml:id="entry-1237122428"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237122428</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T13:07:06Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    15 Mar 2009 13:06:41 -0000
407            * Node.pm (document_id): New method.
408    
409    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
410    
411    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 13:07:01 -0000
412            * main.pl: Dump the name of neighbors.
413    
414    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
415    
416    </content></entry><entry xml:id="entry-1237121403"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237121403</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:50:01Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Object/ChangeLog    15 Mar 2009 12:49:18 -0000
417            * Graph.pm (get_node_by_id): New method.
418            (create_node): Changed to instantiate SWE::Object::Node.
419    
420            * Node.pm: New module.
421    
422    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
423    
424    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 12:49:58 -0000
425            * main.pl: Dump the list of neighbors.
426    
427    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
428    
429    </content></entry><entry xml:id="entry-1237120057"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237120057</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T12:27:35Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   15 Mar 2009 12:26:50 -0000
430            * DB.pm: Added graph and global property databases.
431    
432    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
433    
434    ++ swe/lib/SWE/Object/ChangeLog 15 Mar 2009 12:26:27 -0000
435            * Graph.pm: New module.
436    
437    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
438    
439    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 12:27:26 -0000
440            * main.pl: Graph generation moved to another module.  Implemented
441            graph/document association.
442    
443    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
444    
445    </content></entry><entry xml:id="entry-1237110139"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237110139</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T09:42:17Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        15 Mar 2009 09:41:26 -0000
446    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
447    
448            * NamedText.pm: New module.
449    
450    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 09:42:14 -0000
451            * main.pl: Implemented the graph generate method.
452    
453    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
454    
455    </content></entry><entry xml:id="entry-1237104442"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1237104442</id><title>2009-03-15 Wakaba</title><updated>2009-03-15T08:07:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   15 Mar 2009 08:06:01 -0000
456    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
457    
458            * DB.pm (id): New method.
459    
460    ++ swe/lib/suikawiki/ChangeLog  15 Mar 2009 08:07:12 -0000
461    2009-03-15  Wakaba  &lt;wakaba@suika.fam.cx&gt;
462    
463            * main.pl: Moved the codes to get idgenerator object to SWE::DB
464            module.  Also, preparation for the experiments for the graph
465            generation implementation.
466    
467    </content></entry><entry xml:id="entry-1236992624"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236992624</id><title>2009-03-14 Wakaba</title><updated>2009-03-14T01:03:40Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   14 Mar 2009 01:03:37 -0000
468            * sw.js: Added |title|s to the buttons.
469    
470    2009-03-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
471    
472    </content></entry><entry xml:id="entry-1236992515"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236992515</id><title>2009-03-14 Wakaba</title><updated>2009-03-14T01:01:52Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/scripts/ChangeLog   14 Mar 2009 01:01:18 -0000
473    2009-03-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
474    
475            * sw.js: Added a button to insert the current time.
476    
477    </content></entry><entry xml:id="entry-1236587122"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1236587122</id><title>2009-03-09 Wakaba</title><updated>2009-03-09T08:25:19Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Data/ChangeLog      9 Mar 2009 08:24:27 -0000
478            * FeatureVector.pm: Added support for parsing and operations.
479    
480    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
481    
482    ++ swe/lib/suikawiki/ChangeLog  9 Mar 2009 08:25:07 -0000
483            * main.pl: Added experimental support for learning of relatedness
484            of pages.
485    
486    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
487    
488    </content></entry><entry xml:id="entry-1235995769"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235995769</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T12:09:28Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   2 Mar 2009 12:08:28 -0000
489            * DB.pm: New module.
490    
491    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
492    
493    ++ swe/lib/suikawiki/ChangeLog  2 Mar 2009 12:09:18 -0000
494            * main.pl: Create an instance of the new SWE::DB module and obtain
495            references to database objects via that object for newly added
496            modes.
497    
498    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
499    
500    </content></entry><entry xml:id="entry-1235994311"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235994311</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T11:45:09Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/ChangeLog   2 Mar 2009 11:44:31 -0000
501    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
502    
503            * Data/: New directory.
504    
505    ++ swe/lib/SWE/Data/ChangeLog   2 Mar 2009 11:44:23 -0000
506    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
507    
508            * FeatureVector.pm: New module.
509    
510            * ChangeLog: New file.
511    
512    ++ swe/lib/suikawiki/ChangeLog  2 Mar 2009 11:45:04 -0000
513            * main.pl (update_tfidf): Use new module to support feature word
514            vectors.
515    
516    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
517    
518    </content></entry><entry xml:id="entry-1235979149"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1235979149</id><title>2009-03-02 Wakaba</title><updated>2009-03-02T07:32:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        2 Mar 2009 07:32:02 -0000
519    2009-03-01  Wakaba  &lt;wakaba@suika.fam.cx&gt;
520    
521            * HashedIndex.pm: New module.
522    
523            * IDGenerator.pm (get_last_id): New method.
524    
525    2009-01-12  Wakaba  &lt;wakaba@suika.fam.cx&gt;
526    
527            * SuikaWiki3LastModified.pm (get_data): Why this convertion was
528            necessary?
529    
530    ++ swe/lib/suikawiki/ChangeLog  2 Mar 2009 07:31:08 -0000
531    2009-03-02  Wakaba  &lt;wakaba@suika.fam.cx&gt;
532    
533            * main.pl (;search, ;terms): New modes.
534    
535    ++ swe/styles/ChangeLog 3 Feb 2009 03:44:04 -0000
536    2009-02-03  Wakaba  &lt;wakaba@suika.fam.cx&gt;
537    
538            * sw.css: Fixed a typo.
539    
540    </content></entry><entry xml:id="entry-1229403054"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1229403054</id><title>2008-12-16 Wakaba</title><updated>2008-12-16T04:50:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     16 Dec 2008 04:49:26 -0000
541    2008-12-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
542    
543            * main.pl: Adds .tools class to the page navigation, to
544            distinguish with same-name pages navigation.
545    
546    ++ swe/scripts/ChangeLog        16 Dec 2008 04:50:42 -0000
547    2008-12-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
548    
549            * sw.js: Added Hatena Star support.  Use method
550            |button.setAttribute ('type')| instead of attribute |button.type|
551            for WebKit/WinIE compatibility.
552    
553    </content></entry><entry xml:id="entry-1227589308"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227589308</id><title>2008-11-25 Wakaba</title><updated>2008-11-25T05:01:43Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     25 Nov 2008 05:01:39 -0000
554    2008-11-25  Wakaba  &lt;wakaba@suika.fam.cx&gt;
555    
556            * main.pl: Adds link to help page after the page content form.
557    
558    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
559    
560            * main.pl: Output last-modified date at the end of HTML
561            representation of an article.
562            
563    </content></entry><entry xml:id="entry-1227527153"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227527153</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T11:45:51Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/DB/ChangeLog        24 Nov 2008 11:43:31 -0000
564    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
565    
566            * IDHistory.pm, HashedHistory.pm: New modules.
567    
568    ++ swe/lib/suikawiki/ChangeLog  24 Nov 2008 11:45:32 -0000
569            * main.pl: Implemented history modes.  Records creation of pages
570            and modifications to id/name associations as history.
571    
572    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
573    
574    </content></entry><entry xml:id="entry-1227513662"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227513662</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T08:01:01Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/suikawiki/ChangeLog     24 Nov 2008 07:59:48 -0000
575    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
576    
577            * main.pl: New script (Code from sw.cgi
578            &lt;http://suika.fam.cx/gate/cvs/webroot/gate/2008/sw.cgi&gt;, with
579            minimum changes).
580    
581            * ChangeLog: New file.
582    
583    
584    ++ swe/lib/ChangeLog    24 Nov 2008 07:48:53 -0000
585    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
586    
587            * suikawiki/: New directory.
588    
589    </content></entry><entry xml:id="entry-1227511046"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1227511046</id><title>2008-11-24 Wakaba</title><updated>2008-11-24T07:17:24Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog       24 Nov 2008 07:17:06 -0000
590    2008-11-24  Wakaba  &lt;wakaba@suika.fam.cx&gt;
591    
592            * cvscommit.sh: Use |mkcommitfeed| command instead of
593            |mkcommitfeed.pl| in the same directory.
594    
595            * mkcommitfeed.pl: Removed (See
596            &lt;http://suika.fam.cx/commitfeed/readme&gt;).
597            
598    ++ swe/styles/ChangeLog 23 Nov 2008 08:21:28 -0000
599    2008-11-23  Wakaba  &lt;wakaba@suika.fam.cx&gt;
600    
601            * sw.css: Oops, class names were wrong.
602    
603    </content></entry><entry xml:id="entry-1226136651"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226136651</id><title>2008-11-08 Wakaba</title><updated>2008-11-08T09:30:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog       8 Nov 2008 09:30:47 -0000
604  2008-11-08  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2008-11-08  Wakaba  &lt;wakaba@suika.fam.cx&gt;
605    
606          * mkcommitfeed.pl: New file (copied from ../www/harusame/).          * mkcommitfeed.pl: New file (copied from ../www/harusame/).
# Line 140  Line 742 
742    
743  2008-11-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;  2008-11-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
744    
 </content></entry></feed>  
745    </content></entry><entry xml:id="entry-1226659854"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226659854</id><title>2008-11-14 Wakaba</title><updated>2008-11-14T10:50:48Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog      14 Nov 2008 10:50:41 -0000
746            * XML2HTML.pm: Added sw:replace support.  (The &quot;support&quot; simply
747            insertes the |by| attribute value in place of sw:replace element,
748            this is the most backward compatible way for existing contents.)
749    
750    2008-11-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
751    
752    ++ swe/styles/ChangeLog 14 Nov 2008 10:49:15 -0000
753            * sw.css: Old (SuikaWiki3) style rule was inherited
754            unintentionally for pre.code.
755    
756    2008-11-14  Wakaba  &lt;wakaba@suika.fam.cx&gt;
757    
758    </content></entry><entry xml:id="entry-1226807151"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226807151</id><title>2008-11-16 Wakaba</title><updated>2008-11-16T03:45:50Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/lib/SWE/Lang/ChangeLog      16 Nov 2008 03:45:25 -0000
759    2008-11-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
760    
761            * XML2HTML.pm (convert): Use a document fragment node as the
762            container instead of the article element.  Make the outermost
763            heading rank configurable.
764    
765    ++ swe/styles/ChangeLog 16 Nov 2008 03:45:45 -0000
766    2008-11-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
767    
768            * sw.css: Set the width of the title input field.
769    
770    </content></entry><entry xml:id="entry-1226815552"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226815552</id><title>2008-11-16 Wakaba</title><updated>2008-11-16T06:05:49Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ swe/styles/ChangeLog    16 Nov 2008 06:05:44 -0000
771            * sw.css: Added style rules for same-id page list.
772    
773    2008-11-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
774    
775    </content></entry><entry xml:id="entry-1226827412"><id>http://suika.fam.cx/swe/doc/swe-commit#entry-1226827412</id><title>2008-11-16 Wakaba</title><updated>2008-11-16T09:23:30Z</updated><author><name>Wakaba</name><email>wakaba@suika.fam.cx</email></author><content type="text">++ ChangeLog       16 Nov 2008 08:45:59 -0000
776    2008-11-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
777    
778            * scripts/: New directory.
779    
780    ++ swe/scripts/ChangeLog        16 Nov 2008 09:23:25 -0000
781    2008-11-16  Wakaba  &lt;wakaba@suika.fam.cx&gt;
782    
783            * sw.js: New file.
784    
785            * ChangeLog: New file.
786    
787    
788    </content></entry><updated>2009-09-21T09:10:32Z</updated></feed>

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.77

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24