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