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