update.
[chise/est.git] / ChangeLog
1 2016-11-17  MORIOKA Tomohiko  <tomo.git@chise.org>
2
3         * char-db-json.el (char-db-json-insert-relation-feature): Check
4         argument `value' to accept character object as the same as list of
5         characters.
6
7         * cwiki-view.el (www-display-object-desc): Check return value of
8         `www-get-feature-value' to accept character object as the same as
9         list of characters.
10
11         * cwiki-common.el (www-format-encode-string): Check return value
12         of `www-get-feature-value' to accept character object as the same
13         as list of characters.
14
15 2016-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
16
17         * cwiki-common.el (www-format-encode-string): Display
18         "&A-GT-Kddddd;" entity references.
19
20 2016-07-21  MORIOKA Tomohiko  <tomo.git@chise.org>
21
22         * est-eval.el (est-eval-value-as-created-works): Fix problem when
23         some items of value are omitted.
24
25 2016-06-29  MORIOKA Tomohiko  <tomo.git@chise.org>
26
27         * cwiki-view.el (www-display-object-desc): Add CSS setting for
28         image-list.
29
30         * est-eval.el (est-eval-value-as-image-resource): Add optional
31         argument `accept-full-image'.
32         (est-eval-value-as-image-object): New function.
33         (est-eval-value-as-image-list): New function.
34         (est-eval-apply-value): Use `est-eval-value-as-image-list' for
35         format `image-list'.
36
37         * est-format.el (est-format-unit): Treat `image-list' as the same
38         as `list'.
39
40 2016-06-29  MORIOKA Tomohiko  <tomo.git@chise.org>
41
42         * cwiki-view.el (www-display-object-desc): Change URL of HNG card
43         image from
44         "http://hng.chise.org/images/HNG/<nnn>/cards/<nnnn>.jpg" to
45         "http://hng.chise.org/images/HNG/<nnn>/card/<nnnn>.jpg".
46
47         * cwiki-common.el (www-format-encode-string): Display
48         &{G-|g2-|R-}RUI6-hhhh;.
49
50 2016-06-28  MORIOKA Tomohiko  <tomo.git@chise.org>
51
52         * cwiki-view.el (www-display-object-desc): For each character
53         object to represent HNG glyph-image, generate features
54         `sources@HNG/card' and `sources@zinbun/takuhon' and display them.
55
56 2016-06-15  MORIOKA Tomohiko  <tomo.git@chise.org>
57
58         * est-eval.el (est-eval-value-as-glyph-image): New function.
59         (est-eval-value-as-object): Use `est-eval-value-as-glyph-image'
60         for genre `glyph-image'.
61         (est-eval-value-as-location): New function.
62         (est-eval-value-as-name): New function.
63         (est-eval-value-as-location-list): New function.
64         (est-eval-value-as-name-list): New function.
65         (est-eval-apply-value):
66         - Use `est-eval-value-as-location-list' for format
67           `location-list'.
68         - Use `est-eval-value-as-name-list' for format `name-list'.
69
70         * cwiki-view.el (www-display-object-desc): Add code to display
71         image in head for genre `glyph-image'.
72
73 2016-06-14  MORIOKA Tomohiko  <tomo.git@chise.org>
74
75         * cwiki-common.el: Assign genre `glyph-image'.
76
77 2016-06-12  MORIOKA Tomohiko  <tomo.git@chise.org>
78
79         * est-eval.el (est-eval-value-as-character): New function.
80         (est-eval-value-as-char-list): New function.
81         (est-eval-apply-value): Add new format `char-list'.
82
83 2016-06-11  MORIOKA Tomohiko  <tomo.git@chise.org>
84
85         * est-eval.el (est-eval-value-as-image-resource): New function.
86         (est-eval-value-as-object): Use `est-eval-value-as-image-resource'
87         for `image-resource' genre.
88
89         * est-format.el (est-format-unit): Support `img' tag.
90
91 2016-06-09  MORIOKA Tomohiko  <tomo.git@chise.org>
92
93         * cwiki-view.el (www-display-object-desc): Use "...$.zoom-xywh="
94         instead of "...$zoom-xywh=" to specify image zooming.
95         (www-batch-view-smart): Likewise.
96
97 2016-06-09  MORIOKA Tomohiko  <tomo.git@chise.org>
98
99         * cwiki-view.el (www-display-object-desc):
100         - For each image segment, add link to the corresponding original
101           image with zooming.
102         - Implement zooming feature for `image-resource' genre.
103         - Use HNG-card page of EsT instead of HNG-card image as link from
104           HNG glyph-images.
105         (www-batch-view-smart): Support "...$zoom-xywh=" modifier for
106         `image-resource' genre.
107
108 2016-06-08  MORIOKA Tomohiko  <tomo.git@chise.org>
109
110         * cwiki-view.el (www-display-object-desc): Add code for genre
111         `hng-card' to display image of HNG-card.
112
113         * cwiki-common.el: Assign genre `hng-card'.
114
115 2016-06-08  MORIOKA Tomohiko  <tomo.git@chise.org>
116
117         * cwiki-view.el (www-display-object-desc):
118         - Add new argument `image-selection'.
119         - Add code to display image in head for genre `image-resource'.
120         (www-batch-view): Modify for interface change of
121         `www-display-object-desc'.
122
123 2016-06-07  MORIOKA Tomohiko  <tomo.git@chise.org>
124
125         * cwiki-common.el: Assign genre `image-resource'.
126
127 2016-06-01  MORIOKA Tomohiko  <tomo.git@chise.org>
128
129         * cwiki-view.el (www-display-object-desc): Add styles for
130         tooltips.
131
132         * cwiki-common.el (www-format-encode-string): Add "tooltip" and
133         "tooltiptext" for HNG images.
134
135 2016-05-08  MORIOKA Tomohiko  <tomo.git@chise.org>
136
137         * cwiki-view.el (www-batch-view-smart): Use
138         `char-db-json-char-data-with-variant' with readable mode.
139
140         * char-db-json.el (char-db-ignored-attributes): Add `composition'.
141         (char-db-json-insert-relation-feature): Use
142         `char-db-json-insert-char-spec' even if running with readable
143         mode.
144         (char-db-json-insert-char-features):    
145         - Delete line-breaking for `=>ucs' and `=>ucs*'.
146         - Delete setting for `japanese-radical', `ideographic-',
147           `->ideograph', `ideograph=', `original-ideograph-of',
148           `ancient-ideograph-of', `vulgar-ideograph-of',
149           `wrong-ideograph-of' and `ideographic-variants' because they
150           have been already abolished.
151         (what-char-definition-json): Use
152         `char-db-json-char-data-with-variant' with readable mode.
153
154 2016-05-05  MORIOKA Tomohiko  <tomo.git@chise.org>
155
156         * cwiki-common.el (est-coded-charset-priority-list): Add
157         `=ucs@unicode', `==ucs@unicode', `===ucs@unicode', `==>ucs@bucs',
158         `===daikanwa/+p' and `===gt'.
159
160         * char-db-json.el (char-db-json-insert-char-features): Add "@type"
161         based on glyph granularity.
162
163 2016-05-05  MORIOKA Tomohiko  <tomo.git@chise.org>
164
165         * char-db-json.el (char-db-json-insert-ccs-feature): Modify
166         layout.
167         (char-db-json-insert-relation-feature): Likewise.
168         (char-db-json-insert-char-features): Likewise; add "@context" and
169         "@id".
170
171 2016-05-04  MORIOKA Tomohiko  <tomo.git@chise.org>
172
173         * cwiki-view.el: Require `char-db-json'.
174         (www-display-object-desc): Add [JSON] button.
175         (www-batch-view-smart): Support "/data.json" API for character
176         genre.
177
178         * char-db-json.el: New file.
179
180 2016-05-02  MORIOKA Tomohiko  <tomo.git@chise.org>
181
182         * cwiki-common.el (www-format-encode-string): Display
183         "&A-IWDSU+xxxx;".
184
185 2016-04-30  MORIOKA Tomohiko  <tomo.git@chise.org>
186
187         * cwiki-view.el (www-display-object-desc): Add link for HNG-card
188         for HNG representative glyph-images.
189
190 2016-04-15  MORIOKA Tomohiko  <tomo.git@chise.org>
191
192         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): Decrease
193         preferences of `=jis-x0212', `=jis-x0213-1@2000',
194         `=jis-x0213-1@2004', `=jis-x0213-2', `=jef-china3',
195         `=jis-x0208@1978/1pr', `=jis-x0208@1978/-4pr' and
196         `=jis-x0208@1978'.
197
198 2016-04-14  MORIOKA Tomohiko  <tomo.git@chise.org>
199
200         * cwiki-common.el (coded-charset-GlyphWiki-id-alist):
201         - Add setting for `==cbeta'.
202         - Use "cbeta-" instead of "cb" as the prefix for `=cbeta'.
203
204 2016-04-12  MORIOKA Tomohiko  <tomo.git@chise.org>
205
206         * cwiki-common.el (www-format-encode-string): Display
207         "&U-vnnn-xxxx;"; omit support for "&{o|G|g2|R}-U-innn+xxxx;".
208         (coded-charset-GlyphWiki-id-alist): Add setting for
209         `==ucs@unicode'.
210
211 2016-04-06  MORIOKA Tomohiko  <tomo.git@chise.org>
212
213         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): Modify order
214         to prefer glyph-images (===foo) > abstract glyph-forms (==foo) >
215         detailed glyphs (=>>foo) > glyphs (=foo) > unified glyphs (=+>foo)
216         > abstract characters.
217
218 2016-04-05  MORIOKA Tomohiko  <tomo.git@chise.org>
219
220         * est-format.el (est-format-props): Don't apply
221         `www-format-encode-string' to the return value of
222         `est-format-unit' because it has already been encoded.
223
224 2016-03-19  MORIOKA Tomohiko  <tomo.git@chise.org>
225
226         * cwiki-common.el (est-coded-charset-priority-list): Add
227         `=ucs@unicode'.
228
229 2016-03-18  MORIOKA Tomohiko  <tomo.git@chise.org>
230
231         * cwiki-common.el (www-format-encode-string): Add setting for
232         `=mj' and `==mj'.
233         (coded-charset-GlyphWiki-id-alist): Don't prefer `=ucs' to other
234         CCSes.
235
236 2016-03-16  MORIOKA Tomohiko  <tomo.git@chise.org>
237
238         * cwiki-glyph.el (www-glyph-big5-to-ucs-pua): New function.
239         (www-glyph-generate-png): Use `www-glyph-big5-to-ucs-pua' as a
240         fall-back.
241         (www-glyph-display-png): Support HZK-hhhh.
242
243         * cwiki-common.el (www-format-encode-string):
244         - Support `=hanziku-{1..12}' and `=big5'.
245         - Display &G-CBddddd; and &g2-CBddddd;.
246         - Display &({o-|G-|g2-}){I|U}+hhhh;.
247         - Display &A-GT-ddddd;.
248
249 2016-03-16  MORIOKA Tomohiko  <tomo.git@chise.org>
250
251         * cwiki-view.el (www-display-object-desc): Add setting of CSS in
252         header.
253
254         * est-format.el (est-format-unit): For conversion of
255         `feature-name' unit, enclose '(a (:href ...) ...) with '(span
256         (:class "feature-name") ...)
257
258         * est-eval.el (est-eval-value-as-ids): New implementation.
259
260 2016-03-15  MORIOKA Tomohiko  <tomo.git@chise.org>
261
262         * cwiki-common.el (est-coded-charset-priority-list): Add `=mj',
263         `==mj', `===mj' and `=ucs-itaiji-003'.
264         (coded-charset-GlyphWiki-id-alist): Add setting for
265         `=ucs-itaiji-003' and `=koseki'.
266
267 2016-03-14  MORIOKA Tomohiko  <tomo.git@chise.org>
268
269         * cwiki-common.el (est-coded-charset-priority-list): Add
270         `=>cbeta'.
271         (www-format-encode-string): Support &A-CBddddd;
272
273 2016-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
274
275         * cwiki-common.el (est-coded-charset-priority-list): Add
276         `=ucs-itaiji-001'.
277         (coded-charset-GlyphWiki-id-alist): Prefer
278         `=ucs-var-{001|002|003}', `=ucs-itaiji-{002|084}' to `=ucs'; add
279         setting for `=ucs-itaiji-001'.
280
281 2015-11-22  MORIOKA Tomohiko  <tomo.git@chise.org>
282
283         * cwiki-common.el (est-coded-charset-priority-list): Add
284         `===ucs@iso'.
285         (www-format-encode-string): Use GlyphWiki to display SIP
286         characters.
287         (coded-charset-GlyphWiki-id-alist): Add setting for `==ucs@iso'.
288
289 2015-11-20  MORIOKA Tomohiko  <tomo.git@chise.org>
290
291         * cwiki-view.el (www-display-object-desc): Add input box for
292         http://www.chise.org/hng-ids-find.
293
294 2015-11-05  MORIOKA Tomohiko  <tomo.git@chise.org>
295
296         * cwiki-common.el (est-coded-charset-priority-list): New variable.
297         (www-uri-encode-object): Refer `est-coded-charset-priority-list'.
298         (www-format-encode-string): Support `=ucs-itaiji-nnn'.
299         (coded-charset-GlyphWiki-id-alist): Add setting for
300         `=ucs-var-001', `=ucs-var-002', `=ucs-var-003', `=ucs-itaiji-002',
301         `=ucs-itaiji-084', `=big5-cdp-var-3' and `=big5-cdp-var-5'.
302
303 2015-10-29  MORIOKA Tomohiko  <tomo.git@chise.org>
304
305         * cwiki-view.el (www-display-feature-desc): Decode return value of
306         `char-feature-property' [perhaps `char-feature-property' should
307         return decoded string].
308
309 2015-10-21  MORIOKA Tomohiko  <tomo.git@chise.org>
310
311         * cwiki-common.el (www-feature-format): Refer
312         char-feature-property `presentation-format'.
313
314 2015-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
315
316         * cwiki-common.el: Mount `->HNG' and `<-HNG'.
317         (chise-wiki-hng-bitmap-glyphs-url): New variable.
318         (www-format-encode-string):
319         - Format "&(o-|G-|g2-|R-)J0-hhhh;".
320         - Format "R-HD-*;".
321         - Format "&HNGdd-ddddd;".
322         - Format "&(o-|G-|g2-|R-)MJ-dddddd;".
323         - Format "&(G-|g2-|R-)CDP-hhhh;".
324
325 2014-11-21  MORIOKA Tomohiko  <tomo.git@chise.org>
326
327         * cwiki-common.el(www-uri-decode-feature-name):
328         - Decode repi.FOO to ===FOO.
329         - Decode rep2.FOO to ===FOO instead of ==FOO.
330         - Decode g2.FOO to ==FOO.
331         - Decode gi.FOO to ==FOO instead of =>>>FOO.
332         (www-uri-encode-feature-name):
333         - Encode ==FOO to g2.FOO instead of rep2.FOO.
334         - Encode ===FOO to repi.FOO.
335         (www-format-encode-string): Add setting for `=>>hanyo-denshi/*'
336         and `==hanyo-denshi/*'; support some ===FOO and ==FOO.
337         (coded-charset-GlyphWiki-id-alist): Add `==adobe-japan1-*',
338         `===adobe-japan1-*', `==ucs@jis', `===ucs@jis', `==ucs@cns',
339         `==daikanwa', `===daikanwa', `==ucs@ks' and `===ucs@ks'.
340         (char-GlyphWiki-id): Treat `=jis-x0213-2' as uXXXX.
341
342 2014-09-19  MORIOKA Tomohiko  <tomo.git@chise.org>
343
344         * est-eval.el (est-eval-value-as-domain-list): Fix problem about
345         ranges.
346         (est-eval-feature-value): Don't omit items of `sources'.
347
348 2014-06-19  MORIOKA Tomohiko  <tomo.git@chise.org>
349
350         * cwiki-view.el (www-display-object-desc): Support
351         `est-hide-cgi-mode'.
352         (www-display-feature-desc): Likewise.
353         (www-batch-view-smart): New function.
354
355         * cwiki-common.el (est-hide-cgi-mode): New variable.
356         (est-view-url-prefix): New variable.
357         (est-uri-decode-feature-name-body): New function.
358         (est-uri-encode-feature-name-body): New function.
359         (www-uri-decode-feature-name): Use
360         `est-uri-decode-feature-name-body'.
361         (www-uri-encode-feature-name): Use
362         `est-uri-encode-feature-name-body'.
363         (www-uri-make-feature-name-url): Add implementation for
364         `est-hide-cgi-mode'.
365         (www-uri-decode-object): Support `est-hide-cgi-mode'; use
366         `est-uri-decode-feature-name-body'.
367         (www-uri-encode-object): Support `est-hide-cgi-mode'; use
368         `est-uri-encode-feature-name-body'.
369         (www-uri-make-object-url): Add implementation for
370         `est-hide-cgi-mode'.
371
372         * est-format.el (est-format-unit): Support `est-hide-cgi-mode'.
373
374 2014-06-18  MORIOKA Tomohiko  <tomo.git@chise.org>
375
376         * cwiki-view.el (www-display-object-desc): Add new argument
377         `uri-feature-name'; if it is specified, display only the specified
378         feature with all items of the value.
379         (www-batch-view): Modify for `www-display-object-desc'.
380
381         * est-eval.el (est-eval-list-feature-items-limit): New variable.
382         (est-eval-feature-value): Use `est-eval-list-feature-items-limit';
383         don't omit items of feature value if
384         `est-eval-list-feature-items-limit' is nil.
385
386         * est-format.el (est-format-unit): Format `omitted'.
387
388         * cwiki-set.el (www-set-display-object-desc): Modify for
389         `www-display-object-desc'.
390
391         * cwiki-edit.el (www-edit-display-object-desc): Modify for
392         `www-display-object-desc'.
393
394 2014-05-26  MORIOKA Tomohiko  <tomo.git@chise.org>
395
396         * cwiki-common.el (www-uri-decode-feature-name): Decode `rep2.FOO'
397         to `==FOO'.
398         (www-uri-encode-feature-name): Encode `==FOO' to `rep2.FOO'.
399         (www-format-encode-string): Support `==cns11643-*'; support `==gt'
400         and `==ucs@unicode'.
401
402         * est-eval.el (est-eval-value-as-domain-list): Treat `zob1959' in
403         `source' as the same as `zob1968'.
404
405 2013-09-18  MORIOKA Tomohiko  <tomo.git@chise.org>
406
407         * cwiki-common.el (www-format-encode-string): Support
408         `=hanyo-denshi/*', `=adobe-japan1-6', `=big5-cdp', `=ucs@unicode'
409         and `=ucs@JP/hanazono'; support &{G|g2}-J{78|83|90|97|SP}-hhhh;.
410         (coded-charset-GlyphWiki-id-alist): Modify preference of
411         `=>>daikanwa' and `=ucs@ks'.
412
413         * cwiki-glyph.el (www-glyph-generate-png): Support
414         `=ucs@JP/hanazono'.
415         (www-glyph-display-png): Likewise.
416
417         * est-eval.el (est-eval-value-as-composition-list): New function.
418         (est-eval-value-as-decomposition-list): New function.
419         (est-eval-apply-value): Add new formats `decomposition',
420         `composition' and `unordered-composition-list'.
421
422 2013-09-02  MORIOKA Tomohiko  <tomo.git@chise.org>
423
424         * cwiki-common.el: Assign genre `entry@zh-classical' instead of
425         `morpheme-entry@zh-classical' and `sentence-entry@zh-classical'.
426
427 2013-08-27  MORIOKA Tomohiko  <tomo.git@chise.org>
428
429         * cwiki-common.el:
430         - Assign new genres `morpheme-entry@zh-classical',
431           `word-class@zh-classical', `morpheme@zh-classical',
432           `sentence@zh-classical' and `sentence-entry@zh-classical'.
433         - Mount char-feature `*instance@morpheme-entry/zh-classical'.
434
435 2012-12-20  MORIOKA Tomohiko  <tomo.git@chise.org>
436
437         * cwiki-common.el (www-feature-value-format): Refer
438         `value-presentation-format' as like as `value-format'.
439
440 2012-12-20  MORIOKA Tomohiko  <tomo.git@chise.org>
441
442         * est-rdf-view.el (est-rdf-encode-feature-name): Map domain to
443         xmlns-prefix; refer feature `rdf-namespace-prefix' and
444         `rdf-namespace-uri'; return '(<XMLNS-PREFIX> <XMLNS-URI>
445         <PREDICATE>) instead of '(<XMLNS-PREFIX> . <PREDICATE>).
446         (est-rdf-display-object-desc): Modify for
447         `est-rdf-encode-feature-name'.
448
449         * cwiki-view.el (www-display-feature-desc): Display
450         `value-presentation-format'.
451
452         * cwiki-edit.el (www-edit-display-feature-desc): Support
453         `value-presentation-format'.
454
455 2012-12-08  MORIOKA Tomohiko  <tomo.git@chise.org>
456
457         * est-rdf-view.el (est-rdf-encode-feature-name):        
458         - Use ".-." instead of "." for non-top `*'.
459         - Use "..." instead of "-" for `/'.
460         (est-rdf-display-object-desc): Support metadata feature.
461         (est-rdf-batch-view): Modify for `est-rdf-display-object-desc'.
462
463 2012-12-08  MORIOKA Tomohiko  <tomo.git@chise.org>
464
465         * cwiki-common.el: Use `*instance@ruimoku/bibliography/title'
466         instead of `instance@ruimoku/bibliography/title'.
467
468 2012-09-23  MORIOKA Tomohiko  <tomo.git@chise.org>
469
470         * cwiki-view.el (www-display-object-desc): Add a link-button for
471         RDF.
472
473 2012-09-22  MORIOKA Tomohiko  <tomo.git@chise.org>
474
475         * est-rdf-view.el: New file.
476
477 2012-09-15  MORIOKA Tomohiko  <tomo.git@chise.org>
478
479         * est-eval.el (est-eval-value-as-journal-volume): Add new optional
480         argument `short'.
481         (est-eval-value-as-journal-volumes): New function.
482         (est-eval-apply-value): Use `est-eval-value-as-journal-volumes'
483         for format `journal-volume-list'.
484         (est-eval-feature-value): Change limit size from 127 to 255.
485
486 2012-09-14  MORIOKA Tomohiko  <tomo.git@chise.org>
487
488         * est-eval.el (est-eval-value-as-journal-volume): Refer
489         `<-journal/volume*name'.
490         (est-eval-value-as-creators-names): Fix problem when string is
491         occurred in value.
492
493 2012-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
494
495         * est-eval.el (est-eval-value-as-journal-volume): Support book
496         object.
497         (est-eval-value-as-article): New implementation; use
498         `est-eval-value-as-book'; add journal-volume, page and date.
499         (est-eval-value-as-book): New implementation.
500
501         * est-format.el (est-format-list): Don't specify separator for
502         each child unit.
503
504 2012-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
505
506         * est-eval.el (est-eval-value-as-journal-volume): Use
507         `<-journal/volume', `<-journal/volume*volume' and
508         `<-journal/volume*number' if they are found.
509
510 2012-09-12  MORIOKA Tomohiko  <tomo.git@chise.org>
511
512         * cwiki-view.el (www-batch-view): Fix problem when decoding
513         URL-encoding of genre.
514
515         * cwiki-common.el (www-uri-decode-object): Use `decode-uri-string'
516         for value-part of object-representation.
517
518 2012-09-11  MORIOKA Tomohiko  <tomo.git@chise.org>
519
520         * cwiki-common.el (www-uri-encode-object): Add `=jis-x0213-2',
521         `=adobe-japan1', `=>>>adobe-japan1', `=>>>jis-x0208',
522         `=>>>jis-x0213-1', `=>>>jis-x0213-2', `=>>jis-x0213-1',
523         `=>>jis-x0213-2', `=>>adobe-japan1', `=+>jis-x0208',
524         `=+>jis-x0213-1', `=+>jis-x0213-2', `=+>adobe-japan1',
525         `=>>ucs@iso', `=>>ucs@unicode', `=>>ucs@jis', `=>>ucs@cns',
526         `=>>ucs@ks', `=>>>ucs@iso', `=>>>ucs@unicode', `=>>>ucs@jis',
527         `=>>>ucs@cns' and `=>>>ucs@ks' to ccs-list.
528         (coded-charset-GlyphWiki-id-alist): Add settings for
529         `=adobe-japan1-{0..5}', `=decomposition@cid',
530         `=decomposition@hanyo-denshi', `=hanyo-denshi/ks',
531         `=>>hanyo-denshi/ks', `=>>daikanwa', `=>>big5-cdp',
532         `=>>>jis-x0208', `=>>jis-x0208', `=+>jis-x0208',
533         `=>>>jis-x0208@1990', `=>>jis-x0208@1990', `=+>jis-x0208@1990',
534         `=>>>jis-x0208@1983', `=>>jis-x0208@1983' and `=+>jis-x0208@1983'.
535         (char-GlyphWiki-id): Support IVS representation.
536
537 2012-09-11  MORIOKA Tomohiko  <tomo.git@chise.org>
538
539         * est-eval.el (est-eval-value-as-journal-volume): Renamed from
540         `est-eval-journal-volume'.
541         (est-eval-value-as-article): New function.
542         (est-eval-value-as-book): New function.
543         (est-eval-value-as-object):     
544         - Use `est-eval-value-as-journal-volume' instead of
545           `est-eval-journal-volume'.
546         - Use function `est-eval-value-as-article' for genre
547           `article@ruimoku'.
548         - Use function `est-eval-value-as-book' for genre `book@ruimoku'.
549         (est-eval-value-as-object-list):
550         - Add new optional argument `subtype'; set it into property
551           :subtype.
552         - Fix problem when `value' is not a valid list.
553         (est-eval-value-as-creators-names): Add new optional argument
554         `subtype'; set it into property :subtype.
555         (est-eval-value-as-created-works): Likewise.
556         (est-eval-apply-value): Add new formats `unordered-list',
557         `unordered-creator-name-list' and `unordered-created-work-list'.
558
559 2012-09-10  MORIOKA Tomohiko  <tomo.git@chise.org>
560
561         * est-format.el (est-format-unit): Support :subtype property of
562         list node; if subtype `unordered-list' is specified, use <ul> tag.
563         (est-format-list): Likewise.
564
565 2012-09-09  MORIOKA Tomohiko  <tomo.git@chise.org>
566
567         * est-eval.el (est-eval-journal-volume): Use feature `date'
568         instead of `published/date'.
569         (est-eval-value-as-object): Refer feature `=name'.
570         (est-eval-value-as-creators-names): Use `->creator/name' instead
571         of `->name'.
572         (est-eval-value-as-created-works): Use `<-creator' instead of
573         `->created'.
574
575 2012-09-08  MORIOKA Tomohiko  <tomo.git@chise.org>
576
577         * cwiki-common.el: Assign new genres `journal-name@ruimoku',
578         `publisher@ruimoku' and `publisher-name@ruimoku'.
579         (www-feature-value-format): Use `space-separated' instead of
580         `space-separated-char-list' for type `relation'; use
581         `space-separated' as the default format.
582         (est-format-object): Add new optional argument `readable'; if the
583         optional argument `readable' is not nil, use feature-value of
584         `name', `=name' or `title' as object representation format.
585
586         * cwiki-view.el (www-display-object-desc): Run `est-format-object'
587         with `readable' option in header.
588
589 2012-09-06  MORIOKA Tomohiko  <tomo.git@chise.org>
590
591         * est-eval.el (est-eval-journal-volume): Use `year' feature of
592         `published/date' object.
593
594 2012-04-06  MORIOKA Tomohiko  <tomo.git@chise.org>
595
596         * cwiki-common.el (www-uri-decode-feature-name): Use
597         `decode-uri-string'.
598
599 2011-10-12  MORIOKA Tomohiko  <tomo.git@chise.org>
600
601         * cwiki-common.el (www-uri-decode-feature-name): Decode "o.foo" to
602         `=+>foo'.
603         (www-uri-encode-feature-name): Encode `=+>foo' to "o.foo".
604         (www-uri-encode-object): Add `=+>jis-x0208@1978', `=>ucs@iso',
605         `=>ucs@unicode', `=>ucs@jis', `=>ucs@cns' and `=>ucs@ks' to
606         ccs-list.
607         (www-format-encode-string): Support "&o-foo;", "&g2-GT-ddddd;" and
608         "&A-{UU+|U-}hhhh(h)*;".
609
610 2011-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
611
612         * cwiki-common.el (instance@ruimoku/bibliography/title): Mount
613         char-feature `instance@ruimoku/bibliography/title'.
614
615 2011-06-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
616
617         * cwiki-view.el (www-edit-display-feature-input-box):
618         - If argument `value' is a symbol and argument `format' is
619           `wiki-text', treat `value' as a list of a function.
620         - Use `est-format-list' instead of `www-format-value'.
621
622 2011-06-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
623
624         * est-eval.el (ruimoku-format-volume): New function.
625         (est-eval-journal-volume): New function.
626         (est-eval-value-as-object): Use `est-eval-journal-volume' for
627         genre `journal-volume@ruimoku'.
628         (est-eval-value-as-creators-names): New function.
629         (est-eval-value-as-created-works): New function.
630         (est-eval-apply-value): Use `est-eval-value-as-creators-names' for
631         `space-separated-creator-name-list'; use
632         `est-eval-value-as-created-works' for
633         `space-separated-created-work-list'.
634
635 2011-06-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
636
637         * est-format.el (est-format-unit): Change optional argument
638         `without-tags' to `output-format'; now `output-format' accepts
639         various formats such as 'html, 'plain-text and 'wiki-text instead
640         of nil and non-nil.
641         (est-format-list): Likewise.
642
643 2011-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
644
645         * est-eval.el (est-eval-value-default): Support `omitted' tag.
646         (est-eval-feature-value): Use `omitted' tag when length of value
647         is more than 128.
648         (est-eval-unit): Support `omitted' tag.
649
650 2010-12-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
651
652         * cwiki-view.el: (www-edit-display-feature-input-box): If
653         specified object is a symbol, treat it as a feature object.
654
655 2010-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
656
657         * est-format.el (est-format-unit): Accept <img>.
658
659 2010-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
660
661         * cwiki-add.el (www-add-display-feature-input-box): Abolished.
662         (www-add-display-object-desc): New implementation; use
663         `www-edit-display-object-desc'; add new argument `genre'.
664         (www-batch-add): Modify for `www-add-display-object-desc'.
665
666         * cwiki-edit.el: Add declaration to provide module `cwiki-edit'.
667
668 2010-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
669
670         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
671         Add argument `genre'.
672         (www-feature-parse-string): Likewise.
673         (www-set-display-object-desc):
674         - Support non-character genre objects.
675         - Use `www-display-object-desc'.
676         (www-set-display-feature-desc): Modify for
677         `www-feature-parse-string'.
678         (www-batch-set): Fixed.
679
680         * cwiki-edit.el (www-edit-display-feature-input-box): Moved to
681         cwiki-view.el.
682         (www-edit-display-object-desc): New implementation; use
683         `www-display-object-desc'.
684
685         * cwiki-view.el (www-edit-display-feature-input-box): New function
686         [moved from cwiki-edit.el].     
687         (www-display-object-desc):
688         - Add new optional arguments `uri-feature-name-to-edit' and
689           `editing-format'; it `uri-feature-name-to-edit' is specified,
690           input box is displayed and `editing-format' is used as the
691           format to parse the input.    
692         - Semantics of level 1 was changed to level 0, namely if `level'
693           is 0, display header, otherwise don't display header.
694
695 2010-12-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
696
697         * cwiki-edit.el (www-edit-display-object-desc): Support
698         non-character objects.
699         (www-edit-display-feature-desc): Add new optional argument
700         `object-genre'.
701         (www-batch-edit): Fix problem to edit feature of non-character
702         objects.
703
704         * est-format.el (est-format-unit): Fix bug about `feature-name';
705         modify for `www-uri-make-feature-name-url'.
706
707         * est-eval.el (est-eval-unit): Fix bug about `name-url'; modify
708         for `www-uri-make-feature-name-url'.
709
710         * cwiki-common.el (www-uri-make-feature-name-url): Add new
711         argument `uri-genre' to support non-character objects.
712
713         * cwiki-view.el (www-batch-view): Fix problem to edit feature of
714         non-character objects.
715
716         * cwiki-set.el (www-set-display-object-desc): Renamed from
717         `www-set-display-char-desc'; add new argument `genre'; rename
718         optional argument `uri-char' to `uri-object'.
719         (www-set-display-feature-desc): Rename optional argument
720         `uri-char' to `uri-object'.
721         (www-set-display-feature-desc): Likewise.
722         (www-batch-set): Modify for `www-set-display-object-desc'.
723
724 2010-12-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
725
726         * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Use
727         http://www.chise.org/glyphs instead of
728         http://chise.zinbun.kyoto-u.ac.jp/glyphs.
729         (chise-wiki-glyph-cgi-url): Use
730         http://www.chise.org/chisewiki/glyph.cgi instead of
731         http://chise.zinbun.kyoto-u.ac.jp/chisewiki/glyph.cgi.
732         (www-uri-make-object-url): New function.
733         (www-format-char-img-style): New variable.
734         (www-format-encode-string):
735         - Add new optional argument `as-body'; if it is specified, "&" is
736         encoded to "&amp;".
737         - Specify style of <img> tags.
738
739         * cwiki-edit.el (www-edit-display-input-box): Abolished because it
740         is not used.
741
742         * cwiki-format.el: New implementation based on `est-eval' and
743         `est-format':
744         (www-format-value-as-kuten): Abolished.
745         (www-format-value-default): Abolished.
746         (www-format-value-as-char-list): Abolished.
747         (www-format-value-as-domain-list): Abolished.
748         (www-format-value-as-ids): Abolished.
749         (www-format-value-as-S-exp): Abolished.
750         (www-format-value-as-HEX): Abolished.
751         (www-format-value-as-kangxi-radical): Abolished.
752         (www-format-value): If `object' is a symbol, it is decoded as
753         `feature' object.
754         (www-format-props-to-string): Abolished.
755         (www-format-apply-value): New implementation; use
756         `est-eval-apply-value' and `est-format-unit'.
757         (www-format-eval-feature-value): Abolished.
758         (www-format-eval-list): New implementation; use `est-eval-list'
759         and `est-format-unit'.
760
761         * est-eval.el, est-format.el: New files.
762
763 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
764
765         * cwiki-format.el (www-format-value-as-char-list): Use
766         `object-representative-feature' instead of
767         `object-representation-format'; use feature
768         `object-representative-format' of genre object if
769         `object-representative-feature' of genre object or `name' is not
770         existed.
771
772 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
773
774         * cwiki-format.el (www-format-value-as-CCS-default): Abolished
775         because it is not used.
776         (www-format-value-as-CCS-94x94): Ditto.
777
778 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
779
780         * cwiki-set.el: Omit to require `cwiki-common'.
781
782         * cwiki-view.el, cwiki-edit.el, cwiki-add.el: Require
783         `cwiki-format' instead of `cwiki-common' and `est-xml'.
784
785         * cwiki-common.el (www-format-value-as-kuten): Moved to
786         cwiki-format.el.
787         (www-format-value-default): Ditto.
788         (www-format-value-as-char-list): Ditto.
789         (www-format-value-as-domain-list): Ditto.
790         (www-format-value-as-ids): Ditto.
791         (www-format-value-as-S-exp): Ditto.
792         (www-format-value-as-HEX): Ditto.
793         (www-format-value-as-CCS-default): Ditto.
794         (www-format-value-as-CCS-94x94): Ditto.
795         (www-format-value-as-kangxi-radical): Ditto.
796         (www-format-value): Ditto.
797         (www-format-props-to-string): Ditto.
798         (www-format-apply-value): Ditto.
799         (www-format-eval-feature-value): Ditto.
800         (www-format-eval-unit): Ditto.
801         (www-format-eval-list): Ditto.
802
803         * cwiki-format.el: New file.
804
805 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
806
807         * cwiki-view.el, cwiki-edit.el, cwiki-add.el: Require 'est-xml.
808
809         * cwiki-common.el (www-xml-format-props): Moved to est-xml.el.
810         (www-xml-format-unit): Ditto.
811         (www-xml-format-list): Ditto.
812
813         * est-xml.el: New file.
814
815 2010-12-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
816
817         * cwiki-common.el: Assign new genre `person-name@ruimoku'.
818
819 2010-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
820
821         * cwiki-edit.el (www-edit-display-object-desc): Renamed from
822         `www-edit-display-char-desc'; add new argument `genre'.
823         (www-batch-edit): Modify for `www-edit-display-object-desc'.
824
825         * cwiki-common.el (est-object-genre): New function.
826         (www-format-apply-value): Use `est-object-genre' instead of
827         `concord-object-genre'.
828
829 2010-11-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
830
831         * cwiki-common.el (www-get-feature-value): Add error-handler for
832         `concord-object-get'.
833         (www-format-value-as-char-list): Refer feature
834         `object-representation-format' instead of `name'.
835         (www-format-apply-value): Modify to edit non-character object.
836
837         * cwiki-view.el (www-display-object-desc): Modify to edit
838         non-character object.
839         (www-display-feature-desc): Add new argument `genre'.
840
841 2010-11-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
842
843         * cwiki-common.el: Assign new genre `region@ruimoku'.
844
845 2010-11-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
846
847         * cwiki-view.el (www-display-object-desc): Don't display CHISE
848         IDS-Find for non-character object.
849
850         * cwiki-common.el: Modify genres of ruimoku.
851
852 2010-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
853
854         * cwiki-view.el (www-display-object-desc): Use
855         `www-uri-encode-object' instead of `www-uri-encode-char'.
856         (www-batch-view): Likewise.
857
858         * cwiki-common.el (www-uri-encode-object): Renamed from
859         `www-uri-encode-char'.
860         (www-format-value-as-char-list): Use `www-uri-encode-object'
861         instead of `www-uri-encode-char'.
862         (www-format-value-as-ids): Likewise.
863         (www-format-eval-unit): Likewise.
864
865 2010-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
866
867         * cwiki-common.el (www-uri-encode-char): Support non-character
868         object.
869         (www-format-value-as-char-list): Add link and readable
870         presentation for non-character object.
871
872 2010-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
873
874         * cwiki-set.el (www-batch-set): Encode `xemacs-chise-version'.
875
876         * cwiki-add.el (www-batch-add): Encode `xemacs-chise-version'.
877
878         * cwiki-edit.el (www-batch-edit): Encode `xemacs-chise-version'.
879
880         * cwiki-view.el (www-batch-view): Encode (emacs-version).
881
882 2010-11-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
883
884         * cwiki-common.el (www-format-apply-value): Rename argument
885         `uri-char' to `uri-object'.
886         (www-format-eval-feature-value): Rename argument `char' and
887         `uri-char' to `object' and `uri-object'.
888         (www-format-eval-unit): Likewise.
889         (www-format-eval-list): Likewise.
890
891 2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
892
893         * cwiki-view.el (www-display-object-desc): New function.
894
895         * cwiki-common.el (est-format-object): New function.
896
897 2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
898
899         * cwiki-common.el (www-get-genre): Abolished.
900         (www-get-feature-value): Don't use `www-get-genre'.
901
902 2010-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
903
904         * cwiki-common.el:
905         - Set `file-name-coding-system' to 'utf-8-mcs-er.
906         - Add settings to assign genres of Ruimoku.
907         (www-get-feature-value): Modify for non-character genres.
908         (www-uri-decode-object): Use `www-uri-decode-feature-name' for
909         objects of `feature' genre.
910
911         * cwiki-view.el (www-display-object-desc): Fix problem when
912         `object' is not a character.
913         (www-batch-view): Support general genres.
914
915 2010-09-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
916
917         * cwiki-common.el (www-get-genre): New function.
918         (www-get-feature-value): Renamed from `www-char-feature'.
919         (www-uri-decode-object): Renamed from `www-uri-decode-char'; add
920         new argument `genre'.
921
922         * cwiki-view.el (www-display-object-desc): Renamed from
923         `www-display-char-desc'; add new argument `genre'.
924
925         * cwiki-add.el (www-add-display-char-desc): Use
926         `www-uri-decode-object' instead of `www-uri-decode-char'.
927
928         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
929         Use `www-uri-decode-object' instead of `www-uri-decode-char'.
930         (www-parse-string-as-space-separated-ids): Likewise.
931         (www-set-display-char-desc): Likewise; use `www-get-feature-value'
932         instead of `www-char-feature'.
933
934         * cwiki-edit.el (www-edit-display-feature-input-box): Use
935         `www-get-feature-value' instead of `www-char-feature'.
936         (www-edit-display-char-desc): Use `www-uri-decode-object' instead
937         of `www-uri-decode-char'.
938
939 2010-09-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
940
941         * cwiki-add.el: New file.
942
943 2010-04-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
944
945         * cwiki-view.el (www-display-char-desc): Use
946         `chise-wiki-displayed-features' instead of `displayed-features'.
947
948         * cwiki-common.el (chise-wiki-displayed-features): New variable.
949         (char-feature-name-at-domain): Fix problem when `domain' is nil.
950         (char-feature-name-domain): New function.
951         (www-uri-make-feature-name-url): New function.
952         (www-format-props-to-string): Fix problem when :len's value is
953         string.
954         (www-format-eval-unit):
955         - When :feature is specified, prefer FEATURE@DOMAIN to FEATURE.
956         - When :feature is specified in value related format functions,
957           add the displayed feature-name to
958           `chise-wiki-displayed-features'.
959         - Support `name-url' and `domain-name'.
960
961 2010-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
962
963         * cwiki-view.el (www-display-feature-desc): Fix problem to display
964         non-ASCII characters in property `format'.
965
966 2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
967
968         * cwiki-view.el (www-display-char-desc): Use `www-feature-format'.
969         (www-display-feature-desc): Ditto.
970
971         * cwiki-common.el (www-feature-format): New function.
972         (www-format-eval-unit): Support `:feature' property for `value'
973         related functions and `name' function.
974
975 2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
976
977         * cwiki-common.el (www-feature-value-format): Search ancestors'
978         property if own property is not found.
979         (char-feature-name-parent): New function.
980         (www-format-feature-name*): Search ancestors' property if own
981         property is not found.
982
983 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
984
985         * cwiki-edit.el (www-edit-display-feature-desc): Display and
986         support editing of property `format'.
987
988         * cwiki-common.el (find-previous-defined-code-point): Fix problem
989         with `=ucs'.
990
991         * cwiki-view.el (www-display-feature-desc): Add edit button for
992         `format'.
993
994 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
995
996         * cwiki-common.el (www-feature-value-format): Add
997         `(prev-char) (next-char)' into default format of CCS feature.
998         (get-previous-code-point): New function.
999         (get-next-code-point): New function.
1000         (find-previous-defined-code-point): New function.
1001         (find-next-defined-code-point): New function.
1002         (www-format-eval-unit): Support `prev-char' and `next-char'.
1003
1004 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1005
1006         * cwiki-view.el (www-display-char-desc): Don't display "add
1007         feature" button when running with simple mode.
1008
1009 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1010
1011         * cwiki-set.el (www-set-display-feature-desc): Refer
1012         `chise-wiki-view-url'.
1013
1014 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1015
1016         * cwiki-view.el (www-display-feature-desc): Add new optional
1017         argument `simple'; display "Edit" and "New Account" buttons when
1018         running with simple mode; display "Simple" button when running
1019         with edit mode.
1020         (www-batch-view): Modify for `www-display-feature-desc' to support
1021         mode.
1022
1023 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1024
1025         * cwiki-view.el (www-display-char-desc): Use <div> instead of <p>
1026         to display feature in top-level.
1027
1028 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1029
1030         * cwiki-set.el (chise-wiki-view-url): Use "view.cgi" instead of
1031         "../view.cgi".
1032
1033         * cwiki-edit.el (chise-wiki-view-url): Use "view.cgi" instead of
1034         "../view.cgi".
1035
1036         * cwiki-view.el (chise-wiki-edit-url): Use "edit.cgi" instead of
1037         "edit/edit.cgi".
1038         (chise-wiki-add-url): Use "add.cgi" instead of "edit/add.cgi".
1039         (www-display-char-desc): Add new optional argument `simple';
1040         display "Edit" and "New Account" buttons when running with simple
1041         mode; display "Simple" button when running with edit mode.
1042         (www-batch-view): Modify to support mode.
1043
1044         * cwiki-common.el (chise-wiki-edit-url): Changed to "edit.cgi".
1045         (www-format-value): Add new optional argument `without-edit';
1046         modify for `www-format-apply-value'.
1047         (www-format-apply-value): Add new optional argument
1048         `without-edit'; modify for `www-format-eval-list'.
1049         (www-format-eval-feature-value): Add new optional arguments
1050         `without-tags' and `without-edit'; modify for
1051         `www-format-apply-value' and `www-format-eval-list'.
1052         (www-format-eval-unit):
1053         - Add new optional arguments `without-tags' and `without-edit';
1054           modify for `www-format-eval-feature-value',
1055           `www-format-apply-value' and `www-format-eval-list'.
1056         - specify 'without-tags and 'without-edit for
1057           `www-format-eval-list' in href part of `link'.
1058         (www-format-eval-list): Add new optional arguments `without-tags'
1059         and `without-edit'; modify for `www-format-eval-unit'.
1060
1061 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1062
1063         * cwiki-common.el (www-format-eval-unit): Treat `string' as a
1064         format specifier of feature-value.
1065
1066 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1067
1068         * cwiki-common.el (www-format-props-to-string): When `:len' is
1069         specified, treat `:zero-padding' is specified.
1070
1071 2010-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1072
1073         * cwiki-common.el (www-uri-encode-char): Use `=ruimoku-v6'.
1074         (www-format-encode-string): Display `=ruimoku-v6' characters.
1075
1076         * cwiki-glyph.el (www-glyph-generate-png): Support `=ruimoku-v6'.
1077         (www-glyph-display-png): Support RUI6-hhhh;
1078
1079 2010-04-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1080
1081         * cwiki-common.el (www-uri-encode-char): Accept `=>zinbun-oracle'.
1082         (www-format-encode-string):
1083         - Display &A-ZOB-dddd;.
1084         - Support `ideographic-combination'(合文) and
1085           `ideographic-structure'.
1086
1087 2010-04-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1088
1089         * cwiki-view.el (www-batch-view): Accept
1090         "?char=&ENTITY-REFERENCE;".
1091
1092 2010-03-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1093
1094         * cwiki-view.el (www-display-char-desc): Use
1095         `char-feature-name-sans-versions' to avoid domain `$rev=latest'
1096         when sort feature-names.
1097
1098 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1099
1100         * cwiki-common.el (www-format-value-as-domain-list): New function.
1101         (www-format-apply-value): Support `space-separated-domain-list'.
1102         (char-GlyphWiki-id): Try to avoid uHHHH-{u|us}.
1103
1104 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1105
1106         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): Add setting
1107         for `=ucs@jis', `=jis-x0208@1978/-4pr' and `=jis-x0208@1978'.
1108         (char-GlyphWiki-id): Use `char-feature' instead of `encode-char'.
1109
1110 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1111
1112         * cwiki-view.el (www-display-char-desc): Add input form for CHISE
1113         IDS-Find.
1114
1115 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1116
1117         * cwiki-view.el (www-display-char-desc): Try to display glyph of
1118         GlyphWiki and link it.
1119
1120         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): New
1121         variable.
1122         (char-GlyphWiki-id): New function.
1123
1124 2010-03-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1125
1126         * cwiki-set.el (www-parse-string-as-kangxi-radical): New function.
1127         (www-feature-parse-string): Support format `kangxi-radical'.
1128
1129         * cwiki-common.el (www-format-value-as-kangxi-radical): New
1130         function.
1131         (www-format-apply-value): Support format `kangxi-radical'.
1132         (www-format-eval-unit): Support `kangxi-radical' as a value
1133         format.
1134
1135 2010-03-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1136
1137         * cwiki-common.el (www-format-value-default): New function.
1138         (www-format-encode-string):
1139         - Prefer `=gt' to `=cns11643-{1..7}'.
1140         - Display &(G-)GT-Kddddd; entity references.
1141         (www-format-apply-value):
1142         - New implementation for format `string'.
1143         - Use `www-format-value-default' for default format.
1144
1145         * cwiki-glyph.el (www-glyph-generate-png): Support `=gt-k'.
1146         (www-glyph-display-png): Support GT-Kddddd.
1147
1148         * cwiki-set.el (www-parse-string-default): New implementation.
1149         (www-set-display-feature-desc):
1150         - New argument `format'.
1151         - Display `value-format'.
1152         (www-batch-set): Modify for the API change to set feature's
1153         property.
1154
1155         * cwiki-view.el (www-display-char-desc): Display parents in the
1156         header.
1157         (www-display-feature-desc): Use `www-format-value' with default
1158         format instead of `www-xml-format-list' and
1159         `www-format-encode-string'.
1160
1161         * cwiki-edit.el (www-edit-display-feature-input-box): Add new
1162         optional argument `value'.
1163         (www-edit-display-feature-desc):
1164         - Use `www-edit-display-feature-input-box' instead of
1165           `www-edit-display-input-box'.
1166         - Display `value-format'.
1167
1168 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1169
1170         * cwiki-view.el (www-display-feature-desc): Display [edit] button
1171         of `value-format'.
1172
1173 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1174
1175         * cwiki-common.el (www-xml-format-unit): Escape `&'.
1176
1177 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1178
1179         * cwiki-common.el (www-format-encode-string): Display
1180         &U-hhhhhhhh;.
1181         (www-xml-format-props): Encode property value.
1182         (www-xml-format-unit): Encode string.
1183
1184         * cwiki-edit.el (www-edit-display-feature-input-box): Escape <">.
1185
1186         * cwiki-view.el (www-display-feature-desc): Modify design of
1187         [edit] button.
1188
1189 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1190
1191         * cwiki-set.el (www-xml-to-stext-unit): Support
1192         <link><ref>...</ref>...</link>.
1193
1194         * cwiki-common.el (www-xml-format-unit): Support tag style `ref'
1195         in `link'.
1196
1197         * cwiki-view.el (www-display-feature-desc): Display `value-format'
1198         and `format'.
1199
1200 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1201
1202         * cwiki-common.el (www-format-feature-name-as-metadata): New
1203         function.
1204         (www-format-feature-name*): Use
1205         `www-format-feature-name-as-metadata' for metadata features.
1206
1207 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1208
1209         * cwiki-set.el (www-xml-parse-string): New function.
1210         (www-xml-to-stext-props): New function.
1211         (www-xml-to-stext-unit): New function.
1212         (www-xml-to-stext-list): New function.
1213         (www-stext-parse-xml-string): New function.
1214         (www-parse-string-as-wiki-text): Use `www-stext-parse-xml-string'.
1215
1216         * cwiki-edit.el (www-edit-display-char-feature-default): Abolish.
1217         (www-edit-display-char-feature-as-ucs): Abolish.
1218         (www-edit-display-input-box): Add the first argument `object';
1219         modify for `www-format-apply-value'.
1220         (www-edit-display-feature-input-box): Modify input boxes; modify
1221         for `www-format-value'.
1222         (www-edit-display-feature-desc): Modify for
1223         `www-edit-display-input-box'.
1224
1225         * cwiki-common.el (www-format-value): Add the first argument
1226         `object' and the second argument `feature-name'; change argument
1227         `variable' to be optional; modify for `www-format-apply-value'.
1228         (www-format-apply-value): Add the first argument `object' and the
1229         second argument `feature-name'; support format `wiki-text'.
1230         (www-format-eval-feature-value): Modify for
1231         `www-format-apply-value'.
1232         (www-format-eval-unit): Likewise.
1233         (www-xml-format-props): New function.
1234         (www-xml-format-unit): New function.
1235         (www-xml-format-list): New function.
1236
1237 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1238
1239         * cwiki-set.el (www-set-display-char-desc):
1240         - Setup property `additional-features' of feature `$object' when
1241           feature value is stored.
1242         - Mount additional-features.
1243
1244         * cwiki-view.el (www-char-display-feature-default): Abolished.
1245         (www-char-display-feature-as-ucs): Abolished.
1246         (www-display-char-desc): Mount additional-features.
1247
1248         * cwiki-common.el (www-feature-type): Support `*node' and
1249         `*sources'.
1250         (www-feature-value-format): Return `wiki-text' for type `stext'.
1251         (www-format-apply-value): Don't set `default' even if a format is
1252         not supported in this function.
1253
1254 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1255
1256         * cwiki-set.el (www-parse-string-as-wiki-text): New function
1257         [currently just a stub].
1258         (www-feature-parse-string): Use `www-parse-string-as-wiki-text'.
1259         (www-set-display-char-desc): Use
1260         `char-feature-name-sans-versions'.
1261
1262         * cwiki-edit.el (www-edit-display-feature-input-box): New
1263         function.
1264         (www-edit-display-char-desc): Use
1265         `www-edit-display-feature-input-box'.
1266
1267         * cwiki-view.el (www-display-char-desc): Use
1268         `char-feature-name-sans-versions'.
1269
1270         * cwiki-common.el (char-feature-name-sans-versions): New function.
1271
1272 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1273
1274         * cwiki-set.el (www-set-display-char-desc): Store new value into
1275         FEATURE@$rev=latest; don't display `$rev=latest' domain features.
1276
1277         * cwiki-edit.el (www-edit-display-char-feature-default): Use
1278         `www-char-feature' instead of `char-feature'.
1279         (www-edit-display-char-feature-as-ucs): Likewise.
1280         (www-edit-display-char-desc): Likewise; replace value of char-spec
1281         with value of `www-char-feature'.
1282
1283         * cwiki-view.el (www-char-display-feature-default): Use
1284         `www-char-feature' instead of `char-feature'.
1285         (www-char-display-feature-as-ucs): Likewise.
1286         (www-display-char-desc): Ignore `$rev=latest' domain features.
1287
1288         * cwiki-common.el (char-feature-name-at-domain): New function.
1289         (www-char-feature): New function.
1290         (www-format-encode-string): Use `www-char-feature' instead of
1291         `char-feature'.
1292         (www-format-eval-feature-value): Likewise.
1293         (www-format-eval-unit): Likewise.
1294
1295 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1296
1297         * cwiki-set.el (www-parse-string-default): New function.
1298         (www-feature-parse-string):
1299         - Support new format `string'.
1300         - Use `www-parse-string-default' for `default'.
1301
1302 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1303
1304         * cwiki-common.el (chise-wiki-glyph-cgi-url): New variable.
1305         (www-uri-encode-char): Support `=>>gt'.
1306         (www-format-encode-string):
1307         - Use GT, Big5 and Big5-CDP fonts.
1308         - Use http://www.unicode.org/cgi-bin/refglyph?24-hhhh to display
1309           `=ucs@unicode' glyphs.
1310         - Display &MCS-hhhhhhhh; with using child's glyph.
1311
1312         * cwiki-glyph.el: New file.
1313
1314 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1315
1316         * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Renamed from
1317         `chise-wiki-glyphs-url'.
1318         (www-format-encode-string):
1319         - Use `chise-wiki-bitmap-glyphs-url' instead of
1320           `chise-wiki-glyphs-url'.
1321         - Display &JC3-hhhh; and &ZOB-dddd;.
1322
1323 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1324
1325         * cwiki-edit.el (www-edit-display-feature-desc): Use
1326         `www-format-feature-name*' instead of `www-format-feature-name'.
1327
1328         * cwiki-common.el (www-uri-decode-char):
1329         - Accept `:' again.
1330         - Prefer `=>jis-x0208' and `=>jis-x0213-1' to `=big5' and
1331           `=big5-cdp'.
1332         - Fix problem when no CCSes are found.
1333         (www-format-feature-name*): New function.
1334         (www-format-feature-name): Use `www-format-feature-name*'.
1335
1336 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1337
1338         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
1339         Expect `string' to be encoded as URI.
1340         (www-parse-string-as-space-separated-ids): Likewise.
1341         (www-feature-parse-string): Likewise.
1342         (www-set-display-char-desc): Expect `uri-char' to be encoded as
1343         URI.
1344         (www-set-display-feature-desc): Fix problem when `name@lang' is
1345         not existed.
1346         (www-batch-set): Don't use `decode-uri-string' for value of `char'
1347         and feature-value.
1348
1349         * cwiki-edit.el (www-edit-display-char-desc): Expect `uri-char' to
1350         be encoded as URI.
1351         (www-batch-edit): Don't use `decode-uri-string' for value of
1352         `char'.
1353
1354         * cwiki-view.el (www-display-char-desc): Expect `uri-char' to be
1355         encoded as URI; encode `uri-char' if it is a non-encoded
1356         character.
1357         (www-batch-view): Don't use `decode-uri-string' for value of
1358         `char'.
1359
1360         * cwiki-common.el (www-uri-decode-char): Expect char-rep to be
1361         encoded as URI.
1362         (www-uri-encode-char): Encode UCS characters as %XX encoding.
1363         (www-format-feature-name-as-CCS): Insert space between
1364         prefix (..., ===>, ==>, =>, =>>, =>>>, ..., =) and main-name.
1365         (www-html-display-text): Don't escape "&" except "&GT-".
1366
1367 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1368
1369         * cwiki-set.el (www-parse-string-as-space-separated-ids): New
1370         function.
1371         (www-parse-string-as-ku-ten): New function.
1372         (www-feature-parse-string): Support `space-separated-ids' and
1373         `ku-ten'.
1374
1375 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1376
1377         * cwiki-common.el (www-feature-value-format): Return
1378         'space-separated-ids for `structure' type features.
1379         (www-format-value-as-ids): New function.
1380         (www-format-apply-value): Use `www-format-value-as-ids' for format
1381         `space-separated-ids'.
1382
1383 2010-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1384
1385         * cwiki-common.el, cwiki-edit.el, cwiki-set.el, cwiki-view.el: New
1386         files.