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