update.
[chise/est.git] / ChangeLog
1 2015-10-29  MORIOKA Tomohiko  <tomo.git@chise.org>
2
3         * cwiki-view.el (www-display-feature-desc): Decode return value of
4         `char-feature-property' [perhaps `char-feature-property' should
5         return decoded string].
6
7 2015-10-21  MORIOKA Tomohiko  <tomo.git@chise.org>
8
9         * cwiki-common.el (www-feature-format): Refer
10         char-feature-property `presentation-format'.
11
12 2015-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
13
14         * cwiki-common.el: Mount `->HNG' and `<-HNG'.
15         (chise-wiki-hng-bitmap-glyphs-url): New variable.
16         (www-format-encode-string):
17         - Format "&(o-|G-|g2-|R-)J0-hhhh;".
18         - Format "R-HD-*;".
19         - Format "&HNGdd-ddddd;".
20         - Format "&(o-|G-|g2-|R-)MJ-dddddd;".
21         - Format "&(G-|g2-|R-)CDP-hhhh;".
22
23 2014-11-21  MORIOKA Tomohiko  <tomo.git@chise.org>
24
25         * cwiki-common.el(www-uri-decode-feature-name):
26         - Decode repi.FOO to ===FOO.
27         - Decode rep2.FOO to ===FOO instead of ==FOO.
28         - Decode g2.FOO to ==FOO.
29         - Decode gi.FOO to ==FOO instead of =>>>FOO.
30         (www-uri-encode-feature-name):
31         - Encode ==FOO to g2.FOO instead of rep2.FOO.
32         - Encode ===FOO to repi.FOO.
33         (www-format-encode-string): Add setting for `=>>hanyo-denshi/*'
34         and `==hanyo-denshi/*'; support some ===FOO and ==FOO.
35         (coded-charset-GlyphWiki-id-alist): Add `==adobe-japan1-*',
36         `===adobe-japan1-*', `==ucs@jis', `===ucs@jis', `==ucs@cns',
37         `==daikanwa', `===daikanwa', `==ucs@ks' and `===ucs@ks'.
38         (char-GlyphWiki-id): Treat `=jis-x0213-2' as uXXXX.
39
40 2014-09-19  MORIOKA Tomohiko  <tomo.git@chise.org>
41
42         * est-eval.el (est-eval-value-as-domain-list): Fix problem about
43         ranges.
44         (est-eval-feature-value): Don't omit items of `sources'.
45
46 2014-06-19  MORIOKA Tomohiko  <tomo.git@chise.org>
47
48         * cwiki-view.el (www-display-object-desc): Support
49         `est-hide-cgi-mode'.
50         (www-display-feature-desc): Likewise.
51         (www-batch-view-smart): New function.
52
53         * cwiki-common.el (est-hide-cgi-mode): New variable.
54         (est-view-url-prefix): New variable.
55         (est-uri-decode-feature-name-body): New function.
56         (est-uri-encode-feature-name-body): New function.
57         (www-uri-decode-feature-name): Use
58         `est-uri-decode-feature-name-body'.
59         (www-uri-encode-feature-name): Use
60         `est-uri-encode-feature-name-body'.
61         (www-uri-make-feature-name-url): Add implementation for
62         `est-hide-cgi-mode'.
63         (www-uri-decode-object): Support `est-hide-cgi-mode'; use
64         `est-uri-decode-feature-name-body'.
65         (www-uri-encode-object): Support `est-hide-cgi-mode'; use
66         `est-uri-encode-feature-name-body'.
67         (www-uri-make-object-url): Add implementation for
68         `est-hide-cgi-mode'.
69
70         * est-format.el (est-format-unit): Support `est-hide-cgi-mode'.
71
72 2014-06-18  MORIOKA Tomohiko  <tomo.git@chise.org>
73
74         * cwiki-view.el (www-display-object-desc): Add new argument
75         `uri-feature-name'; if it is specified, display only the specified
76         feature with all items of the value.
77         (www-batch-view): Modify for `www-display-object-desc'.
78
79         * est-eval.el (est-eval-list-feature-items-limit): New variable.
80         (est-eval-feature-value): Use `est-eval-list-feature-items-limit';
81         don't omit items of feature value if
82         `est-eval-list-feature-items-limit' is nil.
83
84         * est-format.el (est-format-unit): Format `omitted'.
85
86         * cwiki-set.el (www-set-display-object-desc): Modify for
87         `www-display-object-desc'.
88
89         * cwiki-edit.el (www-edit-display-object-desc): Modify for
90         `www-display-object-desc'.
91
92 2014-05-26  MORIOKA Tomohiko  <tomo.git@chise.org>
93
94         * cwiki-common.el (www-uri-decode-feature-name): Decode `rep2.FOO'
95         to `==FOO'.
96         (www-uri-encode-feature-name): Encode `==FOO' to `rep2.FOO'.
97         (www-format-encode-string): Support `==cns11643-*'; support `==gt'
98         and `==ucs@unicode'.
99
100         * est-eval.el (est-eval-value-as-domain-list): Treat `zob1959' in
101         `source' as the same as `zob1968'.
102
103 2013-09-18  MORIOKA Tomohiko  <tomo.git@chise.org>
104
105         * cwiki-common.el (www-format-encode-string): Support
106         `=hanyo-denshi/*', `=adobe-japan1-6', `=big5-cdp', `=ucs@unicode'
107         and `=ucs@JP/hanazono'; support &{G|g2}-J{78|83|90|97|SP}-hhhh;.
108         (coded-charset-GlyphWiki-id-alist): Modify preference of
109         `=>>daikanwa' and `=ucs@ks'.
110
111         * cwiki-glyph.el (www-glyph-generate-png): Support
112         `=ucs@JP/hanazono'.
113         (www-glyph-display-png): Likewise.
114
115         * est-eval.el (est-eval-value-as-composition-list): New function.
116         (est-eval-value-as-decomposition-list): New function.
117         (est-eval-apply-value): Add new formats `decomposition',
118         `composition' and `unordered-composition-list'.
119
120 2013-09-02  MORIOKA Tomohiko  <tomo.git@chise.org>
121
122         * cwiki-common.el: Assign genre `entry@zh-classical' instead of
123         `morpheme-entry@zh-classical' and `sentence-entry@zh-classical'.
124
125 2013-08-27  MORIOKA Tomohiko  <tomo.git@chise.org>
126
127         * cwiki-common.el:
128         - Assign new genres `morpheme-entry@zh-classical',
129           `word-class@zh-classical', `morpheme@zh-classical',
130           `sentence@zh-classical' and `sentence-entry@zh-classical'.
131         - Mount char-feature `*instance@morpheme-entry/zh-classical'.
132
133 2012-12-20  MORIOKA Tomohiko  <tomo.git@chise.org>
134
135         * cwiki-common.el (www-feature-value-format): Refer
136         `value-presentation-format' as like as `value-format'.
137
138 2012-12-20  MORIOKA Tomohiko  <tomo.git@chise.org>
139
140         * est-rdf-view.el (est-rdf-encode-feature-name): Map domain to
141         xmlns-prefix; refer feature `rdf-namespace-prefix' and
142         `rdf-namespace-uri'; return '(<XMLNS-PREFIX> <XMLNS-URI>
143         <PREDICATE>) instead of '(<XMLNS-PREFIX> . <PREDICATE>).
144         (est-rdf-display-object-desc): Modify for
145         `est-rdf-encode-feature-name'.
146
147         * cwiki-view.el (www-display-feature-desc): Display
148         `value-presentation-format'.
149
150         * cwiki-edit.el (www-edit-display-feature-desc): Support
151         `value-presentation-format'.
152
153 2012-12-08  MORIOKA Tomohiko  <tomo.git@chise.org>
154
155         * est-rdf-view.el (est-rdf-encode-feature-name):        
156         - Use ".-." instead of "." for non-top `*'.
157         - Use "..." instead of "-" for `/'.
158         (est-rdf-display-object-desc): Support metadata feature.
159         (est-rdf-batch-view): Modify for `est-rdf-display-object-desc'.
160
161 2012-12-08  MORIOKA Tomohiko  <tomo.git@chise.org>
162
163         * cwiki-common.el: Use `*instance@ruimoku/bibliography/title'
164         instead of `instance@ruimoku/bibliography/title'.
165
166 2012-09-23  MORIOKA Tomohiko  <tomo.git@chise.org>
167
168         * cwiki-view.el (www-display-object-desc): Add a link-button for
169         RDF.
170
171 2012-09-22  MORIOKA Tomohiko  <tomo.git@chise.org>
172
173         * est-rdf-view.el: New file.
174
175 2012-09-15  MORIOKA Tomohiko  <tomo.git@chise.org>
176
177         * est-eval.el (est-eval-value-as-journal-volume): Add new optional
178         argument `short'.
179         (est-eval-value-as-journal-volumes): New function.
180         (est-eval-apply-value): Use `est-eval-value-as-journal-volumes'
181         for format `journal-volume-list'.
182         (est-eval-feature-value): Change limit size from 127 to 255.
183
184 2012-09-14  MORIOKA Tomohiko  <tomo.git@chise.org>
185
186         * est-eval.el (est-eval-value-as-journal-volume): Refer
187         `<-journal/volume*name'.
188         (est-eval-value-as-creators-names): Fix problem when string is
189         occurred in value.
190
191 2012-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
192
193         * est-eval.el (est-eval-value-as-journal-volume): Support book
194         object.
195         (est-eval-value-as-article): New implementation; use
196         `est-eval-value-as-book'; add journal-volume, page and date.
197         (est-eval-value-as-book): New implementation.
198
199         * est-format.el (est-format-list): Don't specify separator for
200         each child unit.
201
202 2012-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
203
204         * est-eval.el (est-eval-value-as-journal-volume): Use
205         `<-journal/volume', `<-journal/volume*volume' and
206         `<-journal/volume*number' if they are found.
207
208 2012-09-12  MORIOKA Tomohiko  <tomo.git@chise.org>
209
210         * cwiki-view.el (www-batch-view): Fix problem when decoding
211         URL-encoding of genre.
212
213         * cwiki-common.el (www-uri-decode-object): Use `decode-uri-string'
214         for value-part of object-representation.
215
216 2012-09-11  MORIOKA Tomohiko  <tomo.git@chise.org>
217
218         * cwiki-common.el (www-uri-encode-object): Add `=jis-x0213-2',
219         `=adobe-japan1', `=>>>adobe-japan1', `=>>>jis-x0208',
220         `=>>>jis-x0213-1', `=>>>jis-x0213-2', `=>>jis-x0213-1',
221         `=>>jis-x0213-2', `=>>adobe-japan1', `=+>jis-x0208',
222         `=+>jis-x0213-1', `=+>jis-x0213-2', `=+>adobe-japan1',
223         `=>>ucs@iso', `=>>ucs@unicode', `=>>ucs@jis', `=>>ucs@cns',
224         `=>>ucs@ks', `=>>>ucs@iso', `=>>>ucs@unicode', `=>>>ucs@jis',
225         `=>>>ucs@cns' and `=>>>ucs@ks' to ccs-list.
226         (coded-charset-GlyphWiki-id-alist): Add settings for
227         `=adobe-japan1-{0..5}', `=decomposition@cid',
228         `=decomposition@hanyo-denshi', `=hanyo-denshi/ks',
229         `=>>hanyo-denshi/ks', `=>>daikanwa', `=>>big5-cdp',
230         `=>>>jis-x0208', `=>>jis-x0208', `=+>jis-x0208',
231         `=>>>jis-x0208@1990', `=>>jis-x0208@1990', `=+>jis-x0208@1990',
232         `=>>>jis-x0208@1983', `=>>jis-x0208@1983' and `=+>jis-x0208@1983'.
233         (char-GlyphWiki-id): Support IVS representation.
234
235 2012-09-11  MORIOKA Tomohiko  <tomo.git@chise.org>
236
237         * est-eval.el (est-eval-value-as-journal-volume): Renamed from
238         `est-eval-journal-volume'.
239         (est-eval-value-as-article): New function.
240         (est-eval-value-as-book): New function.
241         (est-eval-value-as-object):     
242         - Use `est-eval-value-as-journal-volume' instead of
243           `est-eval-journal-volume'.
244         - Use function `est-eval-value-as-article' for genre
245           `article@ruimoku'.
246         - Use function `est-eval-value-as-book' for genre `book@ruimoku'.
247         (est-eval-value-as-object-list):
248         - Add new optional argument `subtype'; set it into property
249           :subtype.
250         - Fix problem when `value' is not a valid list.
251         (est-eval-value-as-creators-names): Add new optional argument
252         `subtype'; set it into property :subtype.
253         (est-eval-value-as-created-works): Likewise.
254         (est-eval-apply-value): Add new formats `unordered-list',
255         `unordered-creator-name-list' and `unordered-created-work-list'.
256
257 2012-09-10  MORIOKA Tomohiko  <tomo.git@chise.org>
258
259         * est-format.el (est-format-unit): Support :subtype property of
260         list node; if subtype `unordered-list' is specified, use <ul> tag.
261         (est-format-list): Likewise.
262
263 2012-09-09  MORIOKA Tomohiko  <tomo.git@chise.org>
264
265         * est-eval.el (est-eval-journal-volume): Use feature `date'
266         instead of `published/date'.
267         (est-eval-value-as-object): Refer feature `=name'.
268         (est-eval-value-as-creators-names): Use `->creator/name' instead
269         of `->name'.
270         (est-eval-value-as-created-works): Use `<-creator' instead of
271         `->created'.
272
273 2012-09-08  MORIOKA Tomohiko  <tomo.git@chise.org>
274
275         * cwiki-common.el: Assign new genres `journal-name@ruimoku',
276         `publisher@ruimoku' and `publisher-name@ruimoku'.
277         (www-feature-value-format): Use `space-separated' instead of
278         `space-separated-char-list' for type `relation'; use
279         `space-separated' as the default format.
280         (est-format-object): Add new optional argument `readable'; if the
281         optional argument `readable' is not nil, use feature-value of
282         `name', `=name' or `title' as object representation format.
283
284         * cwiki-view.el (www-display-object-desc): Run `est-format-object'
285         with `readable' option in header.
286
287 2012-09-06  MORIOKA Tomohiko  <tomo.git@chise.org>
288
289         * est-eval.el (est-eval-journal-volume): Use `year' feature of
290         `published/date' object.
291
292 2012-04-06  MORIOKA Tomohiko  <tomo.git@chise.org>
293
294         * cwiki-common.el (www-uri-decode-feature-name): Use
295         `decode-uri-string'.
296
297 2011-10-12  MORIOKA Tomohiko  <tomo.git@chise.org>
298
299         * cwiki-common.el (www-uri-decode-feature-name): Decode "o.foo" to
300         `=+>foo'.
301         (www-uri-encode-feature-name): Encode `=+>foo' to "o.foo".
302         (www-uri-encode-object): Add `=+>jis-x0208@1978', `=>ucs@iso',
303         `=>ucs@unicode', `=>ucs@jis', `=>ucs@cns' and `=>ucs@ks' to
304         ccs-list.
305         (www-format-encode-string): Support "&o-foo;", "&g2-GT-ddddd;" and
306         "&A-{UU+|U-}hhhh(h)*;".
307
308 2011-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
309
310         * cwiki-common.el (instance@ruimoku/bibliography/title): Mount
311         char-feature `instance@ruimoku/bibliography/title'.
312
313 2011-06-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
314
315         * cwiki-view.el (www-edit-display-feature-input-box):
316         - If argument `value' is a symbol and argument `format' is
317           `wiki-text', treat `value' as a list of a function.
318         - Use `est-format-list' instead of `www-format-value'.
319
320 2011-06-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
321
322         * est-eval.el (ruimoku-format-volume): New function.
323         (est-eval-journal-volume): New function.
324         (est-eval-value-as-object): Use `est-eval-journal-volume' for
325         genre `journal-volume@ruimoku'.
326         (est-eval-value-as-creators-names): New function.
327         (est-eval-value-as-created-works): New function.
328         (est-eval-apply-value): Use `est-eval-value-as-creators-names' for
329         `space-separated-creator-name-list'; use
330         `est-eval-value-as-created-works' for
331         `space-separated-created-work-list'.
332
333 2011-06-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
334
335         * est-format.el (est-format-unit): Change optional argument
336         `without-tags' to `output-format'; now `output-format' accepts
337         various formats such as 'html, 'plain-text and 'wiki-text instead
338         of nil and non-nil.
339         (est-format-list): Likewise.
340
341 2011-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
342
343         * est-eval.el (est-eval-value-default): Support `omitted' tag.
344         (est-eval-feature-value): Use `omitted' tag when length of value
345         is more than 128.
346         (est-eval-unit): Support `omitted' tag.
347
348 2010-12-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
349
350         * cwiki-view.el: (www-edit-display-feature-input-box): If
351         specified object is a symbol, treat it as a feature object.
352
353 2010-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
354
355         * est-format.el (est-format-unit): Accept <img>.
356
357 2010-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
358
359         * cwiki-add.el (www-add-display-feature-input-box): Abolished.
360         (www-add-display-object-desc): New implementation; use
361         `www-edit-display-object-desc'; add new argument `genre'.
362         (www-batch-add): Modify for `www-add-display-object-desc'.
363
364         * cwiki-edit.el: Add declaration to provide module `cwiki-edit'.
365
366 2010-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
367
368         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
369         Add argument `genre'.
370         (www-feature-parse-string): Likewise.
371         (www-set-display-object-desc):
372         - Support non-character genre objects.
373         - Use `www-display-object-desc'.
374         (www-set-display-feature-desc): Modify for
375         `www-feature-parse-string'.
376         (www-batch-set): Fixed.
377
378         * cwiki-edit.el (www-edit-display-feature-input-box): Moved to
379         cwiki-view.el.
380         (www-edit-display-object-desc): New implementation; use
381         `www-display-object-desc'.
382
383         * cwiki-view.el (www-edit-display-feature-input-box): New function
384         [moved from cwiki-edit.el].     
385         (www-display-object-desc):
386         - Add new optional arguments `uri-feature-name-to-edit' and
387           `editing-format'; it `uri-feature-name-to-edit' is specified,
388           input box is displayed and `editing-format' is used as the
389           format to parse the input.    
390         - Semantics of level 1 was changed to level 0, namely if `level'
391           is 0, display header, otherwise don't display header.
392
393 2010-12-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
394
395         * cwiki-edit.el (www-edit-display-object-desc): Support
396         non-character objects.
397         (www-edit-display-feature-desc): Add new optional argument
398         `object-genre'.
399         (www-batch-edit): Fix problem to edit feature of non-character
400         objects.
401
402         * est-format.el (est-format-unit): Fix bug about `feature-name';
403         modify for `www-uri-make-feature-name-url'.
404
405         * est-eval.el (est-eval-unit): Fix bug about `name-url'; modify
406         for `www-uri-make-feature-name-url'.
407
408         * cwiki-common.el (www-uri-make-feature-name-url): Add new
409         argument `uri-genre' to support non-character objects.
410
411         * cwiki-view.el (www-batch-view): Fix problem to edit feature of
412         non-character objects.
413
414         * cwiki-set.el (www-set-display-object-desc): Renamed from
415         `www-set-display-char-desc'; add new argument `genre'; rename
416         optional argument `uri-char' to `uri-object'.
417         (www-set-display-feature-desc): Rename optional argument
418         `uri-char' to `uri-object'.
419         (www-set-display-feature-desc): Likewise.
420         (www-batch-set): Modify for `www-set-display-object-desc'.
421
422 2010-12-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
423
424         * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Use
425         http://www.chise.org/glyphs instead of
426         http://chise.zinbun.kyoto-u.ac.jp/glyphs.
427         (chise-wiki-glyph-cgi-url): Use
428         http://www.chise.org/chisewiki/glyph.cgi instead of
429         http://chise.zinbun.kyoto-u.ac.jp/chisewiki/glyph.cgi.
430         (www-uri-make-object-url): New function.
431         (www-format-char-img-style): New variable.
432         (www-format-encode-string):
433         - Add new optional argument `as-body'; if it is specified, "&" is
434         encoded to "&amp;".
435         - Specify style of <img> tags.
436
437         * cwiki-edit.el (www-edit-display-input-box): Abolished because it
438         is not used.
439
440         * cwiki-format.el: New implementation based on `est-eval' and
441         `est-format':
442         (www-format-value-as-kuten): Abolished.
443         (www-format-value-default): Abolished.
444         (www-format-value-as-char-list): Abolished.
445         (www-format-value-as-domain-list): Abolished.
446         (www-format-value-as-ids): Abolished.
447         (www-format-value-as-S-exp): Abolished.
448         (www-format-value-as-HEX): Abolished.
449         (www-format-value-as-kangxi-radical): Abolished.
450         (www-format-value): If `object' is a symbol, it is decoded as
451         `feature' object.
452         (www-format-props-to-string): Abolished.
453         (www-format-apply-value): New implementation; use
454         `est-eval-apply-value' and `est-format-unit'.
455         (www-format-eval-feature-value): Abolished.
456         (www-format-eval-list): New implementation; use `est-eval-list'
457         and `est-format-unit'.
458
459         * est-eval.el, est-format.el: New files.
460
461 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
462
463         * cwiki-format.el (www-format-value-as-char-list): Use
464         `object-representative-feature' instead of
465         `object-representation-format'; use feature
466         `object-representative-format' of genre object if
467         `object-representative-feature' of genre object or `name' is not
468         existed.
469
470 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
471
472         * cwiki-format.el (www-format-value-as-CCS-default): Abolished
473         because it is not used.
474         (www-format-value-as-CCS-94x94): Ditto.
475
476 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
477
478         * cwiki-set.el: Omit to require `cwiki-common'.
479
480         * cwiki-view.el, cwiki-edit.el, cwiki-add.el: Require
481         `cwiki-format' instead of `cwiki-common' and `est-xml'.
482
483         * cwiki-common.el (www-format-value-as-kuten): Moved to
484         cwiki-format.el.
485         (www-format-value-default): Ditto.
486         (www-format-value-as-char-list): Ditto.
487         (www-format-value-as-domain-list): Ditto.
488         (www-format-value-as-ids): Ditto.
489         (www-format-value-as-S-exp): Ditto.
490         (www-format-value-as-HEX): Ditto.
491         (www-format-value-as-CCS-default): Ditto.
492         (www-format-value-as-CCS-94x94): Ditto.
493         (www-format-value-as-kangxi-radical): Ditto.
494         (www-format-value): Ditto.
495         (www-format-props-to-string): Ditto.
496         (www-format-apply-value): Ditto.
497         (www-format-eval-feature-value): Ditto.
498         (www-format-eval-unit): Ditto.
499         (www-format-eval-list): Ditto.
500
501         * cwiki-format.el: New file.
502
503 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
504
505         * cwiki-view.el, cwiki-edit.el, cwiki-add.el: Require 'est-xml.
506
507         * cwiki-common.el (www-xml-format-props): Moved to est-xml.el.
508         (www-xml-format-unit): Ditto.
509         (www-xml-format-list): Ditto.
510
511         * est-xml.el: New file.
512
513 2010-12-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
514
515         * cwiki-common.el: Assign new genre `person-name@ruimoku'.
516
517 2010-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
518
519         * cwiki-edit.el (www-edit-display-object-desc): Renamed from
520         `www-edit-display-char-desc'; add new argument `genre'.
521         (www-batch-edit): Modify for `www-edit-display-object-desc'.
522
523         * cwiki-common.el (est-object-genre): New function.
524         (www-format-apply-value): Use `est-object-genre' instead of
525         `concord-object-genre'.
526
527 2010-11-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
528
529         * cwiki-common.el (www-get-feature-value): Add error-handler for
530         `concord-object-get'.
531         (www-format-value-as-char-list): Refer feature
532         `object-representation-format' instead of `name'.
533         (www-format-apply-value): Modify to edit non-character object.
534
535         * cwiki-view.el (www-display-object-desc): Modify to edit
536         non-character object.
537         (www-display-feature-desc): Add new argument `genre'.
538
539 2010-11-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
540
541         * cwiki-common.el: Assign new genre `region@ruimoku'.
542
543 2010-11-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
544
545         * cwiki-view.el (www-display-object-desc): Don't display CHISE
546         IDS-Find for non-character object.
547
548         * cwiki-common.el: Modify genres of ruimoku.
549
550 2010-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
551
552         * cwiki-view.el (www-display-object-desc): Use
553         `www-uri-encode-object' instead of `www-uri-encode-char'.
554         (www-batch-view): Likewise.
555
556         * cwiki-common.el (www-uri-encode-object): Renamed from
557         `www-uri-encode-char'.
558         (www-format-value-as-char-list): Use `www-uri-encode-object'
559         instead of `www-uri-encode-char'.
560         (www-format-value-as-ids): Likewise.
561         (www-format-eval-unit): Likewise.
562
563 2010-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
564
565         * cwiki-common.el (www-uri-encode-char): Support non-character
566         object.
567         (www-format-value-as-char-list): Add link and readable
568         presentation for non-character object.
569
570 2010-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
571
572         * cwiki-set.el (www-batch-set): Encode `xemacs-chise-version'.
573
574         * cwiki-add.el (www-batch-add): Encode `xemacs-chise-version'.
575
576         * cwiki-edit.el (www-batch-edit): Encode `xemacs-chise-version'.
577
578         * cwiki-view.el (www-batch-view): Encode (emacs-version).
579
580 2010-11-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
581
582         * cwiki-common.el (www-format-apply-value): Rename argument
583         `uri-char' to `uri-object'.
584         (www-format-eval-feature-value): Rename argument `char' and
585         `uri-char' to `object' and `uri-object'.
586         (www-format-eval-unit): Likewise.
587         (www-format-eval-list): Likewise.
588
589 2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
590
591         * cwiki-view.el (www-display-object-desc): New function.
592
593         * cwiki-common.el (est-format-object): New function.
594
595 2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
596
597         * cwiki-common.el (www-get-genre): Abolished.
598         (www-get-feature-value): Don't use `www-get-genre'.
599
600 2010-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
601
602         * cwiki-common.el:
603         - Set `file-name-coding-system' to 'utf-8-mcs-er.
604         - Add settings to assign genres of Ruimoku.
605         (www-get-feature-value): Modify for non-character genres.
606         (www-uri-decode-object): Use `www-uri-decode-feature-name' for
607         objects of `feature' genre.
608
609         * cwiki-view.el (www-display-object-desc): Fix problem when
610         `object' is not a character.
611         (www-batch-view): Support general genres.
612
613 2010-09-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
614
615         * cwiki-common.el (www-get-genre): New function.
616         (www-get-feature-value): Renamed from `www-char-feature'.
617         (www-uri-decode-object): Renamed from `www-uri-decode-char'; add
618         new argument `genre'.
619
620         * cwiki-view.el (www-display-object-desc): Renamed from
621         `www-display-char-desc'; add new argument `genre'.
622
623         * cwiki-add.el (www-add-display-char-desc): Use
624         `www-uri-decode-object' instead of `www-uri-decode-char'.
625
626         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
627         Use `www-uri-decode-object' instead of `www-uri-decode-char'.
628         (www-parse-string-as-space-separated-ids): Likewise.
629         (www-set-display-char-desc): Likewise; use `www-get-feature-value'
630         instead of `www-char-feature'.
631
632         * cwiki-edit.el (www-edit-display-feature-input-box): Use
633         `www-get-feature-value' instead of `www-char-feature'.
634         (www-edit-display-char-desc): Use `www-uri-decode-object' instead
635         of `www-uri-decode-char'.
636
637 2010-09-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
638
639         * cwiki-add.el: New file.
640
641 2010-04-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
642
643         * cwiki-view.el (www-display-char-desc): Use
644         `chise-wiki-displayed-features' instead of `displayed-features'.
645
646         * cwiki-common.el (chise-wiki-displayed-features): New variable.
647         (char-feature-name-at-domain): Fix problem when `domain' is nil.
648         (char-feature-name-domain): New function.
649         (www-uri-make-feature-name-url): New function.
650         (www-format-props-to-string): Fix problem when :len's value is
651         string.
652         (www-format-eval-unit):
653         - When :feature is specified, prefer FEATURE@DOMAIN to FEATURE.
654         - When :feature is specified in value related format functions,
655           add the displayed feature-name to
656           `chise-wiki-displayed-features'.
657         - Support `name-url' and `domain-name'.
658
659 2010-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
660
661         * cwiki-view.el (www-display-feature-desc): Fix problem to display
662         non-ASCII characters in property `format'.
663
664 2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
665
666         * cwiki-view.el (www-display-char-desc): Use `www-feature-format'.
667         (www-display-feature-desc): Ditto.
668
669         * cwiki-common.el (www-feature-format): New function.
670         (www-format-eval-unit): Support `:feature' property for `value'
671         related functions and `name' function.
672
673 2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
674
675         * cwiki-common.el (www-feature-value-format): Search ancestors'
676         property if own property is not found.
677         (char-feature-name-parent): New function.
678         (www-format-feature-name*): Search ancestors' property if own
679         property is not found.
680
681 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
682
683         * cwiki-edit.el (www-edit-display-feature-desc): Display and
684         support editing of property `format'.
685
686         * cwiki-common.el (find-previous-defined-code-point): Fix problem
687         with `=ucs'.
688
689         * cwiki-view.el (www-display-feature-desc): Add edit button for
690         `format'.
691
692 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
693
694         * cwiki-common.el (www-feature-value-format): Add
695         `(prev-char) (next-char)' into default format of CCS feature.
696         (get-previous-code-point): New function.
697         (get-next-code-point): New function.
698         (find-previous-defined-code-point): New function.
699         (find-next-defined-code-point): New function.
700         (www-format-eval-unit): Support `prev-char' and `next-char'.
701
702 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
703
704         * cwiki-view.el (www-display-char-desc): Don't display "add
705         feature" button when running with simple mode.
706
707 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
708
709         * cwiki-set.el (www-set-display-feature-desc): Refer
710         `chise-wiki-view-url'.
711
712 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
713
714         * cwiki-view.el (www-display-feature-desc): Add new optional
715         argument `simple'; display "Edit" and "New Account" buttons when
716         running with simple mode; display "Simple" button when running
717         with edit mode.
718         (www-batch-view): Modify for `www-display-feature-desc' to support
719         mode.
720
721 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
722
723         * cwiki-view.el (www-display-char-desc): Use <div> instead of <p>
724         to display feature in top-level.
725
726 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
727
728         * cwiki-set.el (chise-wiki-view-url): Use "view.cgi" instead of
729         "../view.cgi".
730
731         * cwiki-edit.el (chise-wiki-view-url): Use "view.cgi" instead of
732         "../view.cgi".
733
734         * cwiki-view.el (chise-wiki-edit-url): Use "edit.cgi" instead of
735         "edit/edit.cgi".
736         (chise-wiki-add-url): Use "add.cgi" instead of "edit/add.cgi".
737         (www-display-char-desc): Add new optional argument `simple';
738         display "Edit" and "New Account" buttons when running with simple
739         mode; display "Simple" button when running with edit mode.
740         (www-batch-view): Modify to support mode.
741
742         * cwiki-common.el (chise-wiki-edit-url): Changed to "edit.cgi".
743         (www-format-value): Add new optional argument `without-edit';
744         modify for `www-format-apply-value'.
745         (www-format-apply-value): Add new optional argument
746         `without-edit'; modify for `www-format-eval-list'.
747         (www-format-eval-feature-value): Add new optional arguments
748         `without-tags' and `without-edit'; modify for
749         `www-format-apply-value' and `www-format-eval-list'.
750         (www-format-eval-unit):
751         - Add new optional arguments `without-tags' and `without-edit';
752           modify for `www-format-eval-feature-value',
753           `www-format-apply-value' and `www-format-eval-list'.
754         - specify 'without-tags and 'without-edit for
755           `www-format-eval-list' in href part of `link'.
756         (www-format-eval-list): Add new optional arguments `without-tags'
757         and `without-edit'; modify for `www-format-eval-unit'.
758
759 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
760
761         * cwiki-common.el (www-format-eval-unit): Treat `string' as a
762         format specifier of feature-value.
763
764 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
765
766         * cwiki-common.el (www-format-props-to-string): When `:len' is
767         specified, treat `:zero-padding' is specified.
768
769 2010-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
770
771         * cwiki-common.el (www-uri-encode-char): Use `=ruimoku-v6'.
772         (www-format-encode-string): Display `=ruimoku-v6' characters.
773
774         * cwiki-glyph.el (www-glyph-generate-png): Support `=ruimoku-v6'.
775         (www-glyph-display-png): Support RUI6-hhhh;
776
777 2010-04-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
778
779         * cwiki-common.el (www-uri-encode-char): Accept `=>zinbun-oracle'.
780         (www-format-encode-string):
781         - Display &A-ZOB-dddd;.
782         - Support `ideographic-combination'(合文) and
783           `ideographic-structure'.
784
785 2010-04-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
786
787         * cwiki-view.el (www-batch-view): Accept
788         "?char=&ENTITY-REFERENCE;".
789
790 2010-03-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
791
792         * cwiki-view.el (www-display-char-desc): Use
793         `char-feature-name-sans-versions' to avoid domain `$rev=latest'
794         when sort feature-names.
795
796 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
797
798         * cwiki-common.el (www-format-value-as-domain-list): New function.
799         (www-format-apply-value): Support `space-separated-domain-list'.
800         (char-GlyphWiki-id): Try to avoid uHHHH-{u|us}.
801
802 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
803
804         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): Add setting
805         for `=ucs@jis', `=jis-x0208@1978/-4pr' and `=jis-x0208@1978'.
806         (char-GlyphWiki-id): Use `char-feature' instead of `encode-char'.
807
808 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
809
810         * cwiki-view.el (www-display-char-desc): Add input form for CHISE
811         IDS-Find.
812
813 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
814
815         * cwiki-view.el (www-display-char-desc): Try to display glyph of
816         GlyphWiki and link it.
817
818         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): New
819         variable.
820         (char-GlyphWiki-id): New function.
821
822 2010-03-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
823
824         * cwiki-set.el (www-parse-string-as-kangxi-radical): New function.
825         (www-feature-parse-string): Support format `kangxi-radical'.
826
827         * cwiki-common.el (www-format-value-as-kangxi-radical): New
828         function.
829         (www-format-apply-value): Support format `kangxi-radical'.
830         (www-format-eval-unit): Support `kangxi-radical' as a value
831         format.
832
833 2010-03-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
834
835         * cwiki-common.el (www-format-value-default): New function.
836         (www-format-encode-string):
837         - Prefer `=gt' to `=cns11643-{1..7}'.
838         - Display &(G-)GT-Kddddd; entity references.
839         (www-format-apply-value):
840         - New implementation for format `string'.
841         - Use `www-format-value-default' for default format.
842
843         * cwiki-glyph.el (www-glyph-generate-png): Support `=gt-k'.
844         (www-glyph-display-png): Support GT-Kddddd.
845
846         * cwiki-set.el (www-parse-string-default): New implementation.
847         (www-set-display-feature-desc):
848         - New argument `format'.
849         - Display `value-format'.
850         (www-batch-set): Modify for the API change to set feature's
851         property.
852
853         * cwiki-view.el (www-display-char-desc): Display parents in the
854         header.
855         (www-display-feature-desc): Use `www-format-value' with default
856         format instead of `www-xml-format-list' and
857         `www-format-encode-string'.
858
859         * cwiki-edit.el (www-edit-display-feature-input-box): Add new
860         optional argument `value'.
861         (www-edit-display-feature-desc):
862         - Use `www-edit-display-feature-input-box' instead of
863           `www-edit-display-input-box'.
864         - Display `value-format'.
865
866 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
867
868         * cwiki-view.el (www-display-feature-desc): Display [edit] button
869         of `value-format'.
870
871 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
872
873         * cwiki-common.el (www-xml-format-unit): Escape `&'.
874
875 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
876
877         * cwiki-common.el (www-format-encode-string): Display
878         &U-hhhhhhhh;.
879         (www-xml-format-props): Encode property value.
880         (www-xml-format-unit): Encode string.
881
882         * cwiki-edit.el (www-edit-display-feature-input-box): Escape <">.
883
884         * cwiki-view.el (www-display-feature-desc): Modify design of
885         [edit] button.
886
887 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
888
889         * cwiki-set.el (www-xml-to-stext-unit): Support
890         <link><ref>...</ref>...</link>.
891
892         * cwiki-common.el (www-xml-format-unit): Support tag style `ref'
893         in `link'.
894
895         * cwiki-view.el (www-display-feature-desc): Display `value-format'
896         and `format'.
897
898 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
899
900         * cwiki-common.el (www-format-feature-name-as-metadata): New
901         function.
902         (www-format-feature-name*): Use
903         `www-format-feature-name-as-metadata' for metadata features.
904
905 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
906
907         * cwiki-set.el (www-xml-parse-string): New function.
908         (www-xml-to-stext-props): New function.
909         (www-xml-to-stext-unit): New function.
910         (www-xml-to-stext-list): New function.
911         (www-stext-parse-xml-string): New function.
912         (www-parse-string-as-wiki-text): Use `www-stext-parse-xml-string'.
913
914         * cwiki-edit.el (www-edit-display-char-feature-default): Abolish.
915         (www-edit-display-char-feature-as-ucs): Abolish.
916         (www-edit-display-input-box): Add the first argument `object';
917         modify for `www-format-apply-value'.
918         (www-edit-display-feature-input-box): Modify input boxes; modify
919         for `www-format-value'.
920         (www-edit-display-feature-desc): Modify for
921         `www-edit-display-input-box'.
922
923         * cwiki-common.el (www-format-value): Add the first argument
924         `object' and the second argument `feature-name'; change argument
925         `variable' to be optional; modify for `www-format-apply-value'.
926         (www-format-apply-value): Add the first argument `object' and the
927         second argument `feature-name'; support format `wiki-text'.
928         (www-format-eval-feature-value): Modify for
929         `www-format-apply-value'.
930         (www-format-eval-unit): Likewise.
931         (www-xml-format-props): New function.
932         (www-xml-format-unit): New function.
933         (www-xml-format-list): New function.
934
935 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
936
937         * cwiki-set.el (www-set-display-char-desc):
938         - Setup property `additional-features' of feature `$object' when
939           feature value is stored.
940         - Mount additional-features.
941
942         * cwiki-view.el (www-char-display-feature-default): Abolished.
943         (www-char-display-feature-as-ucs): Abolished.
944         (www-display-char-desc): Mount additional-features.
945
946         * cwiki-common.el (www-feature-type): Support `*node' and
947         `*sources'.
948         (www-feature-value-format): Return `wiki-text' for type `stext'.
949         (www-format-apply-value): Don't set `default' even if a format is
950         not supported in this function.
951
952 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
953
954         * cwiki-set.el (www-parse-string-as-wiki-text): New function
955         [currently just a stub].
956         (www-feature-parse-string): Use `www-parse-string-as-wiki-text'.
957         (www-set-display-char-desc): Use
958         `char-feature-name-sans-versions'.
959
960         * cwiki-edit.el (www-edit-display-feature-input-box): New
961         function.
962         (www-edit-display-char-desc): Use
963         `www-edit-display-feature-input-box'.
964
965         * cwiki-view.el (www-display-char-desc): Use
966         `char-feature-name-sans-versions'.
967
968         * cwiki-common.el (char-feature-name-sans-versions): New function.
969
970 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
971
972         * cwiki-set.el (www-set-display-char-desc): Store new value into
973         FEATURE@$rev=latest; don't display `$rev=latest' domain features.
974
975         * cwiki-edit.el (www-edit-display-char-feature-default): Use
976         `www-char-feature' instead of `char-feature'.
977         (www-edit-display-char-feature-as-ucs): Likewise.
978         (www-edit-display-char-desc): Likewise; replace value of char-spec
979         with value of `www-char-feature'.
980
981         * cwiki-view.el (www-char-display-feature-default): Use
982         `www-char-feature' instead of `char-feature'.
983         (www-char-display-feature-as-ucs): Likewise.
984         (www-display-char-desc): Ignore `$rev=latest' domain features.
985
986         * cwiki-common.el (char-feature-name-at-domain): New function.
987         (www-char-feature): New function.
988         (www-format-encode-string): Use `www-char-feature' instead of
989         `char-feature'.
990         (www-format-eval-feature-value): Likewise.
991         (www-format-eval-unit): Likewise.
992
993 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
994
995         * cwiki-set.el (www-parse-string-default): New function.
996         (www-feature-parse-string):
997         - Support new format `string'.
998         - Use `www-parse-string-default' for `default'.
999
1000 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1001
1002         * cwiki-common.el (chise-wiki-glyph-cgi-url): New variable.
1003         (www-uri-encode-char): Support `=>>gt'.
1004         (www-format-encode-string):
1005         - Use GT, Big5 and Big5-CDP fonts.
1006         - Use http://www.unicode.org/cgi-bin/refglyph?24-hhhh to display
1007           `=ucs@unicode' glyphs.
1008         - Display &MCS-hhhhhhhh; with using child's glyph.
1009
1010         * cwiki-glyph.el: New file.
1011
1012 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1013
1014         * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Renamed from
1015         `chise-wiki-glyphs-url'.
1016         (www-format-encode-string):
1017         - Use `chise-wiki-bitmap-glyphs-url' instead of
1018           `chise-wiki-glyphs-url'.
1019         - Display &JC3-hhhh; and &ZOB-dddd;.
1020
1021 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1022
1023         * cwiki-edit.el (www-edit-display-feature-desc): Use
1024         `www-format-feature-name*' instead of `www-format-feature-name'.
1025
1026         * cwiki-common.el (www-uri-decode-char):
1027         - Accept `:' again.
1028         - Prefer `=>jis-x0208' and `=>jis-x0213-1' to `=big5' and
1029           `=big5-cdp'.
1030         - Fix problem when no CCSes are found.
1031         (www-format-feature-name*): New function.
1032         (www-format-feature-name): Use `www-format-feature-name*'.
1033
1034 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1035
1036         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
1037         Expect `string' to be encoded as URI.
1038         (www-parse-string-as-space-separated-ids): Likewise.
1039         (www-feature-parse-string): Likewise.
1040         (www-set-display-char-desc): Expect `uri-char' to be encoded as
1041         URI.
1042         (www-set-display-feature-desc): Fix problem when `name@lang' is
1043         not existed.
1044         (www-batch-set): Don't use `decode-uri-string' for value of `char'
1045         and feature-value.
1046
1047         * cwiki-edit.el (www-edit-display-char-desc): Expect `uri-char' to
1048         be encoded as URI.
1049         (www-batch-edit): Don't use `decode-uri-string' for value of
1050         `char'.
1051
1052         * cwiki-view.el (www-display-char-desc): Expect `uri-char' to be
1053         encoded as URI; encode `uri-char' if it is a non-encoded
1054         character.
1055         (www-batch-view): Don't use `decode-uri-string' for value of
1056         `char'.
1057
1058         * cwiki-common.el (www-uri-decode-char): Expect char-rep to be
1059         encoded as URI.
1060         (www-uri-encode-char): Encode UCS characters as %XX encoding.
1061         (www-format-feature-name-as-CCS): Insert space between
1062         prefix (..., ===>, ==>, =>, =>>, =>>>, ..., =) and main-name.
1063         (www-html-display-text): Don't escape "&" except "&GT-".
1064
1065 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1066
1067         * cwiki-set.el (www-parse-string-as-space-separated-ids): New
1068         function.
1069         (www-parse-string-as-ku-ten): New function.
1070         (www-feature-parse-string): Support `space-separated-ids' and
1071         `ku-ten'.
1072
1073 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1074
1075         * cwiki-common.el (www-feature-value-format): Return
1076         'space-separated-ids for `structure' type features.
1077         (www-format-value-as-ids): New function.
1078         (www-format-apply-value): Use `www-format-value-as-ids' for format
1079         `space-separated-ids'.
1080
1081 2010-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1082
1083         * cwiki-common.el, cwiki-edit.el, cwiki-set.el, cwiki-view.el: New
1084         files.