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