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