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