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