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