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