b3c06f95991b53b5d2666b8ff4292f7a5f327207
[chise/est.git] / ChangeLog
1 2021-05-02  MORIOKA Tomohiko  <tomo.git@chise.org>
2
3         * cwiki-common.el (www-format-encode-string): Use
4         https://moji.or.jp/mojikibansearch/img/MJ/MJ<dddddd>.png instead
5         of https://mojikiban.ipa.go.jp/MJ<dddddd>.png as the URL of MJ
6         glyph-image.
7
8 2021-03-02  MORIOKA Tomohiko  <tomo.git@chise.org>
9
10         * cwiki-common.el (est-coded-charset-priority-list): Add
11         `=>ucs@cognate'.
12
13 2021-02-23  MORIOKA Tomohiko  <tomo.git@chise.org>
14
15         * cwiki-view.el (www-display-object-desc):
16         - Add CSS setting for `h1'.
17         - Use `chise-wiki-glyphwiki-glyph-image-url' instead of
18           `https://glyphwiki.org/glyph'; use SVG instead of 50px PNG.
19
20 2021-02-22  MORIOKA Tomohiko  <tomo.git@chise.org>
21
22         * cwiki-common.el (chise-wiki-bitmap-glyph-image-url): New
23         variable.
24         (chise-wiki-legacy-bitmap-glyphs-url): Renamed from
25         `chise-wiki-bitmap-glyphs-url'; use "https://www.chise.org/glyphs"
26         instead of "http://www.chise.org/glyphs".
27         (chise-wiki-hng-bitmap-glyphs-url): Use
28         "https://image.hng-data.org/glyphs/HNG" instead of
29         "http://hng.chise.org/glyphs/HNG".
30         (chise-wiki-daijiten-bitmap-glyphs-url): Use
31         "https://image.hng-data.org/glyphs/daijiten" instead of
32         "http://hng.chise.org/glyphs/daijiten".
33         (chise-wiki-glyph-cgi-url): Use
34         "https://www.chise.org/chisewiki/glyph.cgi" instead of
35         "http://www.chise.org/chisewiki/glyph.cgi".
36         (www-format-encode-string):     
37         - Add settings for `=>>daikanwa' and `===ucs@ks'.
38         - Use `chise-wiki-legacy-bitmap-glyphs-url' instead of
39           `chise-wiki-bitmap-glyphs-url'.
40         - Use `chise-wiki-bitmap-glyph-image-url' for glyph-image path of
41           JEF-CHINA3 instead of
42           http://kanji.zinbun.kyoto-u.ac.jp/db/CHINA3/Gaiji/; use
43           JEF-CHINA3/<HHHH>.png instead of CHINA3/Gaiji/<hhhh>.gif.
44         - Use https://mojikiban.ipa.go.jp/ instead of
45           http://mojikiban.ipa.go.jp/.
46         - Use chise-wiki-glyphwiki-glyph-image-url instead of
47           "http://glyphwiki.org/glyph"; use SVG instead of 100px PNG.
48         - Add setting for &(o-|G-|g2-|R-)KU(+<HHHH>|-<HHHHHHHH>);.
49         - Use "https://www.unicode.org/cgi-bin/refglyph?24-<HHHH>" instead
50           of "http://www.unicode.org/cgi-bin/refglyph?24-<HHHH>".
51         (coded-charset-GlyphWiki-id-alist): Add setting for
52         `===jis-x0208@1978'.
53
54 2021-02-22  MORIOKA Tomohiko  <tomo.git@chise.org>
55
56         * cwiki-view.el (www-display-object-desc):
57         - Use https://image.chise.org/openseadragon/openseadragon.min.js
58           instead of
59           http://hng.chise.org/openseadragon/openseadragon.min.js.
60         - Use https://image.chise.org/openseadragon/images/ instead of
61           http://hng.chise.org/openseadragon/images/.
62         - Use https://image.hng-data.org/images/HNG/<ddd>/card/<dddd>.jpg
63           instead of
64           http://hng.chise.org/images/HNG/<ddd>/card/<dddd>.jpg.        
65         - Use https://glyphwiki.org/ instead of http://glyphwiki.org/.
66         - Use https://www.chise.org/ids-find instead of
67           http://www.chise.org/ids-find.
68         - Use https://www.chise.org/hng-ids-find instead of
69           http://www.chise.org/hng-ids-find.
70
71 2021-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
72
73         * cwiki-common.el (www-uri-encode-object): Use
74         `www-uri-encode-feature-name' instead of
75         `est-uri-encode-feature-name-body'.
76
77 2021-02-08  MORIOKA Tomohiko  <tomo.git@chise.org>
78
79         * cwiki-common.el (est-coded-charset-priority-list): Use
80         `==[name]' instead of `=>>>[name]'.
81         (www-uri-decode-feature-name): Abolished; use implementation in
82         tomoyo-tools/chiset-common.el.
83         (www-uri-encode-feature-name): Likewise.
84
85 2020-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
86
87         * est-eval.el (est-eval-value-as-Web-yunzi-char): New function.
88         (est-eval-value-as-Web-yunzi-char-list): New function.
89         (est-eval-apply-value): Use
90         `est-eval-value-as-Web-yunzi-char-list' for format
91         `space-separated-Web-yunzi-char-list'.
92
93 2020-12-07  MORIOKA Tomohiko  <tomo.git@chise.org>
94
95         * cwiki-common.el (www-format-encode-string): Format
96         &(o-|G-|g2-|R-)HD-TK-dddddddd;
97
98 2020-10-21  MORIOKA Tomohiko  <tomo.git@chise.org>
99
100         * est-eval.el (est-eval-value-as-shuowen-radical): New function.
101         (est-eval-apply-value): Use `est-eval-value-as-shuowen-radical'
102         for format `shuowen-radical'.
103         (est-eval-unit): Treat `shuowen-radical' in a similar way to
104         `kangxi-radical'.
105
106 2020-10-05  MORIOKA Tomohiko  <tomo.git@chise.org>
107
108         * cwiki-common.el (est-coded-charset-priority-list): Add
109         `=ucs-var-010' and `=>ucs-itaiji-008'.
110         (www-format-encode-string): Format "&g2-M-ddddd;" to display with
111         GlyphWiki glyphs.
112         (coded-charset-GlyphWiki-id-alist): Add settings for
113         `=ucs-var-006', `=ucs-var-010', `=ucs-itaiji-004',
114         `=ucs-itaiji-005', `=ucs-itaiji-006', `=ucs-itaiji-007',
115         `=ucs-itaiji-008', `=>ucs-itaiji-002', `=>ucs-itaiji-003',
116         `=>ucs-itaiji-004', `=>ucs-itaiji-005', `=>ucs-itaiji-007',
117         `=>ucs-itaiji-008', `==gt', `==gt-k', `=+>big5-cdp',
118         `=>big5-cdp@iwds-1', `=>cbeta', `=big5-cdp-var-001',
119         `=big5-cdp-itaiji-003', `=>big5-cdp-itaiji-002',
120         `=>big5-cdp-itaiji-003' and `=>gt-k'; omit settings for
121         `==ucs@cns' and `=cns11643-*'; modify priority of
122         `=hanyo-denshi/ks', `=hanyo-denshi/tk', `=gt', `=daikanwa',
123         `=ruimoku-v6', `=>ruimoku-v6', `=ucs@iso' and `=ucs@unicode'; use
124         `=big5-cdp-var-00{3|5}' instead of `=big5-cdp-var-{3|5}'.
125         (char-GlyphWiki-id): Omit fallback code for `=cns11643-{1..7}'.
126
127 2020-06-15  MORIOKA Tomohiko  <tomo.git@chise.org>
128
129         * cwiki-common.el (www-format-encode-string): Format
130         &(A-)CDP-vddd-hhhh; and &(A-)M-ddddd; to display with GlyphWiki
131         glyphs.
132
133 2020-03-13  MORIOKA Tomohiko  <tomo.git@chise.org>
134
135         * cwiki-common.el (coded-charset-GlyphWiki-id-alist):   
136         - Add settings for `===mj', `==mj' `==ucs@JP/hanazono', `=mj' and
137           `=ucs@JP/hanazono'.
138         - Use uXXXX-j instead of uXXXX for `===ucs@jis', `==ucs@jis' and
139           `=ucs@jis'.
140         - Use uXXXX-jv instead of uXXXX for `=ucs@JP'.
141         (char-GlyphWiki-id): Use uXXXX-j instead of uXXXX for character
142         objects which have `=jis-x0208@1990', `=jis-x0212', `=jis-x0213-1'
143         and `=jis-x0213-2'.
144
145 2020-02-05  MORIOKA Tomohiko  <tomo.git@chise.org>
146
147         * cwiki-view.el (www-display-object-desc): For each character
148         object to represent HNG glyph-image, generate feature
149         `sources@gallica' and display them if the corresponding HNG-card
150         object has feature `->glyph-image@gallica'.
151
152 2019-10-30  MORIOKA Tomohiko  <tomo.git@chise.org>
153
154         * cwiki-view.el (www-display-object-desc): Add [HNG-data] button
155         for each character which has the corresponding HNG glyphs.
156
157 2019-10-26  MORIOKA Tomohiko  <tomo.git@chise.org>
158
159         * cwiki-view.el (www-display-object-desc): For genre `hng-card',
160         add a link to card image for the corresponding image-resource
161         page.
162
163 2019-05-02  MORIOKA Tomohiko  <tomo.git@chise.org>
164
165         * cwiki-common.el: Mount `abstract-glyph@iwds-1/confluented'.
166
167 2019-05-01  MORIOKA Tomohiko  <tomo.git@chise.org>
168
169         * cwiki-common.el: Mount `abstract-glyph@iwds-1'.
170
171 2019-03-30  MORIOKA Tomohiko  <tomo.git@chise.org>
172
173         * est-eval.el (daijiten-page-number-to-ndl-950498): New function.
174         (est-eval-value-as-daijiten-page): New function.
175         (est-eval-value-as-daijiten-page-list): New function.
176         (est-eval-apply-value): Use `est-eval-value-as-daijiten-page-list'
177         for format `space-separated-daijiten-page-list'.
178
179 2019-03-18  MORIOKA Tomohiko  <tomo.git@chise.org>
180
181         * cwiki-common.el (chise-wiki-daijiten-bitmap-glyphs-url): New
182         variable.
183         (est-coded-charset-priority-list): Add `==>daijiten'.
184         (www-format-encode-string): Add settings for `==daijiten',
185         `=daijiten' and `==>daijiten'; add code to display Daijiten
186         characters.
187
188 2019-03-15  MORIOKA Tomohiko  <tomo.git@chise.org>
189
190         * cwiki-common.el:
191         - Require `chiset-common'.
192         - Move `est-uri-decode-feature-name-body' and
193           `est-uri-encode-feature-name-body' to chiset-common.el.
194
195 2019-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
196
197         * cwiki-common.el (code-point): New genre.
198         (coded-character): New genre.
199         (glyph): New genre.
200
201 2018-12-20  MORIOKA Tomohiko  <tomo.git@chise.org>
202
203         * cwiki-view.el (www-display-object-desc): Use [RDF (Turtle)]
204         instead of [Turtle]; use [XML (old RDF)] instead of [RDF]; change
205         order of buttons.
206
207 2018-12-17  MORIOKA Tomohiko  <tomo.git@chise.org>
208
209         * cwiki-view.el (www-display-feature-desc): Fix problem when
210         uri-object is not specified; fix problem when property
211         `description' is not defined in the target feature.
212
213 2018-12-15  MORIOKA Tomohiko  <tomo.git@chise.org>
214
215         * cwiki-view.el: Require `concord-turtle-dump'.
216         (www-display-object-desc): Add [Turtle] button.
217         (www-batch-view-smart): Display Turtle for */index.ttl.
218
219 2018-10-19  MORIOKA Tomohiko  <tomo.git@chise.org>
220
221         * cwiki-view.el (www-display-object-desc): Add code to clickable
222         image of clipped source image for SW-JIGUGE[45]-ddddd character
223         objects.
224
225 2018-09-29  MORIOKA Tomohiko  <tomo.git@chise.org>
226
227         * cwiki-common.el (www-format-encode-string):
228         - Add code for &SW-JIGUGE[45]-ddddd;.
229         - Use "width: auto; max-height: 60px" instead of
230           "width: 48px; height: 48px" for HNG glyph images.
231
232 2018-09-08  MORIOKA Tomohiko  <tomo.git@chise.org>
233
234         * cwiki-common.el: Mount `{->|<-}HNG@{CN|JP}/{manuscript|printed}'
235         and `{->|<-}HNG@{KR|MISC}'.
236
237 2018-07-18  MORIOKA Tomohiko  <tomo.git@chise.org>
238
239         * cwiki-common.el: Assign genre `ud@zh-classical'.
240
241 2018-03-13  MORIOKA Tomohiko  <tomo.git@chise.org>
242
243         * cwiki-common.el (www-format-encode-string): Use
244         "http://mojikiban.ipa.go.jp/MJ%06d.png" instead of
245         "http://mojikiban.ipa.go.jp/search/MJ%06d".
246
247 2018-02-15  MORIOKA Tomohiko  <tomo.git@chise.org>
248
249         * est-eval.el (est-eval-apply-value): Support new format
250         `unordered-link-list'.
251         (est-eval-list): Add new optional argument `list-props'.
252
253 2018-01-31  MORIOKA Tomohiko  <tomo.git@chise.org>
254
255         * cwiki-common.el (char-GlyphWiki-id): Use `get-char-attribute'
256         instead of `char-feature'.
257
258 2017-12-09  MORIOKA Tomohiko  <tomo.git@chise.org>
259
260         * cwiki-common.el (www-format-encode-string): Display
261         "&A-cgnU+hhhh;".
262
263 2017-11-14  MORIOKA Tomohiko  <tomo.git@chise.org>
264
265         * cwiki-common.el (www-format-encode-string): Add setting of
266         `coded-charset-entity-reference-alist' for `=>big5-cdp'.
267
268 2017-11-11  MORIOKA Tomohiko  <tomo.git@chise.org>
269
270         * cwiki-common.el (www-format-encode-string):
271         - Add entity-reference setting for `==cbeta'.
272         - Display "&R-CBddddd;".
273         - Display "&g2-iddd+hhhh;".
274         - Fix alt property of img tag for "&CDP-iddd-hhhh;".
275         - Display "&g2-U-vddd+hhhh;".
276         (coded-charset-GlyphWiki-id-alist): Add settings for
277         `==ucs-itaiji-005' and `=>>adobe-japan1-{0..6}'.
278
279 2017-08-20  MORIOKA Tomohiko  <tomo.git@chise.org>
280
281         * cwiki-common.el (est-coded-charset-priority-list): Add
282         `=ucs-itaiji-004', `=ucs-itaiji-005', `=ucs-itaiji-006',
283         `=ucs-itaiji-007', `=ucs-itaiji-008', `=ucs-itaiji-009',
284         `=ucs-itaiji-010', `=ucs-itaiji-011', `=ucs-itaiji-084',
285         `=ucs-var-001', `=ucs-var-002', `=ucs-var-003', `=ucs-var-004',
286         `=>ucs-itaiji-002', `=>ucs-itaiji-003', `=>ucs-itaiji-004',
287         `=>ucs-itaiji-005', `=>ucs-itaiji-006' and `=>ucs-itaiji-007'.
288         (www-format-encode-string): Display "&(A-)CDP-iddd-hhhh;".
289         (coded-charset-GlyphWiki-id-alist): Add settings for
290         `=ucs-var-004', `=>ucs-itaiji-006', `=big5-cdp-itaiji-001',
291         `=big5-cdp-itaiji-002' and `=>big5-cdp-itaiji-001'.
292
293 2017-08-10  MORIOKA Tomohiko  <tomo.git@chise.org>
294
295         * cwiki-common.el (est-coded-charset-priority-list): Add settings
296         for `=+>ucs@iso', `=+>ucs@unicode', `===adobe-japan1',
297         `===cns11643-1', `===cns11643-2', `===cns11643-3',
298         `===cns11643-4', `===cns11643-5', `===cns11643-6' and
299         `===cns11643-7'.
300
301 2017-07-26  MORIOKA Tomohiko  <tomo.git@chise.org>
302
303         * cwiki-common.el (est-coded-charset-priority-list): Add
304         `=>ucs-itaiji-001'.
305         (www-format-encode-string): Display "&A-MJdddddd;",
306         "&A-U-iddd+hhhh;", "&g2-GT-Kddddd;", "&A-CDP-hhhh;" and
307         "&A-RUI6-hhhh;" entity references.
308         (coded-charset-GlyphWiki-id-alist): Add settings for
309         `=>ucs-itaiji-001', `=>big5-cdp', `=ruimoku-v6' and
310         `=>ruimoku-v6'.
311
312         * cwiki-view.el (www-display-object-desc): Fix problem about
313         "&GT-...;" in input boxes of IDS-Find.
314
315 2017-07-23  MORIOKA Tomohiko  <tomo.git@chise.org>
316
317         * cwiki-common.el (est-coded-charset-priority-list): Add
318         `=>ucs@iwds-1' and `=>ucs@component'.
319         (www-format-encode-string): Display "&A-compU+hhhh;" entity
320         references.
321
322 2016-11-17  MORIOKA Tomohiko  <tomo.git@chise.org>
323
324         * char-db-json.el (char-db-json-insert-relation-feature): Check
325         argument `value' to accept character object as the same as list of
326         characters.
327
328         * cwiki-view.el (www-display-object-desc): Check return value of
329         `www-get-feature-value' to accept character object as the same as
330         list of characters.
331
332         * cwiki-common.el (www-format-encode-string): Check return value
333         of `www-get-feature-value' to accept character object as the same
334         as list of characters.
335
336 2016-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
337
338         * cwiki-common.el (www-format-encode-string): Display
339         "&A-GT-Kddddd;" entity references.
340
341 2016-07-21  MORIOKA Tomohiko  <tomo.git@chise.org>
342
343         * est-eval.el (est-eval-value-as-created-works): Fix problem when
344         some items of value are omitted.
345
346 2016-06-29  MORIOKA Tomohiko  <tomo.git@chise.org>
347
348         * cwiki-view.el (www-display-object-desc): Add CSS setting for
349         image-list.
350
351         * est-eval.el (est-eval-value-as-image-resource): Add optional
352         argument `accept-full-image'.
353         (est-eval-value-as-image-object): New function.
354         (est-eval-value-as-image-list): New function.
355         (est-eval-apply-value): Use `est-eval-value-as-image-list' for
356         format `image-list'.
357
358         * est-format.el (est-format-unit): Treat `image-list' as the same
359         as `list'.
360
361 2016-06-29  MORIOKA Tomohiko  <tomo.git@chise.org>
362
363         * cwiki-view.el (www-display-object-desc): Change URL of HNG card
364         image from
365         "http://hng.chise.org/images/HNG/<nnn>/cards/<nnnn>.jpg" to
366         "http://hng.chise.org/images/HNG/<nnn>/card/<nnnn>.jpg".
367
368         * cwiki-common.el (www-format-encode-string): Display
369         &{G-|g2-|R-}RUI6-hhhh;.
370
371 2016-06-28  MORIOKA Tomohiko  <tomo.git@chise.org>
372
373         * cwiki-view.el (www-display-object-desc): For each character
374         object to represent HNG glyph-image, generate features
375         `sources@HNG/card' and `sources@zinbun/takuhon' and display them.
376
377 2016-06-15  MORIOKA Tomohiko  <tomo.git@chise.org>
378
379         * est-eval.el (est-eval-value-as-glyph-image): New function.
380         (est-eval-value-as-object): Use `est-eval-value-as-glyph-image'
381         for genre `glyph-image'.
382         (est-eval-value-as-location): New function.
383         (est-eval-value-as-name): New function.
384         (est-eval-value-as-location-list): New function.
385         (est-eval-value-as-name-list): New function.
386         (est-eval-apply-value):
387         - Use `est-eval-value-as-location-list' for format
388           `location-list'.
389         - Use `est-eval-value-as-name-list' for format `name-list'.
390
391         * cwiki-view.el (www-display-object-desc): Add code to display
392         image in head for genre `glyph-image'.
393
394 2016-06-14  MORIOKA Tomohiko  <tomo.git@chise.org>
395
396         * cwiki-common.el: Assign genre `glyph-image'.
397
398 2016-06-12  MORIOKA Tomohiko  <tomo.git@chise.org>
399
400         * est-eval.el (est-eval-value-as-character): New function.
401         (est-eval-value-as-char-list): New function.
402         (est-eval-apply-value): Add new format `char-list'.
403
404 2016-06-11  MORIOKA Tomohiko  <tomo.git@chise.org>
405
406         * est-eval.el (est-eval-value-as-image-resource): New function.
407         (est-eval-value-as-object): Use `est-eval-value-as-image-resource'
408         for `image-resource' genre.
409
410         * est-format.el (est-format-unit): Support `img' tag.
411
412 2016-06-09  MORIOKA Tomohiko  <tomo.git@chise.org>
413
414         * cwiki-view.el (www-display-object-desc): Use "...$.zoom-xywh="
415         instead of "...$zoom-xywh=" to specify image zooming.
416         (www-batch-view-smart): Likewise.
417
418 2016-06-09  MORIOKA Tomohiko  <tomo.git@chise.org>
419
420         * cwiki-view.el (www-display-object-desc):
421         - For each image segment, add link to the corresponding original
422           image with zooming.
423         - Implement zooming feature for `image-resource' genre.
424         - Use HNG-card page of EsT instead of HNG-card image as link from
425           HNG glyph-images.
426         (www-batch-view-smart): Support "...$zoom-xywh=" modifier for
427         `image-resource' genre.
428
429 2016-06-08  MORIOKA Tomohiko  <tomo.git@chise.org>
430
431         * cwiki-view.el (www-display-object-desc): Add code for genre
432         `hng-card' to display image of HNG-card.
433
434         * cwiki-common.el: Assign genre `hng-card'.
435
436 2016-06-08  MORIOKA Tomohiko  <tomo.git@chise.org>
437
438         * cwiki-view.el (www-display-object-desc):
439         - Add new argument `image-selection'.
440         - Add code to display image in head for genre `image-resource'.
441         (www-batch-view): Modify for interface change of
442         `www-display-object-desc'.
443
444 2016-06-07  MORIOKA Tomohiko  <tomo.git@chise.org>
445
446         * cwiki-common.el: Assign genre `image-resource'.
447
448 2016-06-01  MORIOKA Tomohiko  <tomo.git@chise.org>
449
450         * cwiki-view.el (www-display-object-desc): Add styles for
451         tooltips.
452
453         * cwiki-common.el (www-format-encode-string): Add "tooltip" and
454         "tooltiptext" for HNG images.
455
456 2016-05-08  MORIOKA Tomohiko  <tomo.git@chise.org>
457
458         * cwiki-view.el (www-batch-view-smart): Use
459         `char-db-json-char-data-with-variant' with readable mode.
460
461         * char-db-json.el (char-db-ignored-attributes): Add `composition'.
462         (char-db-json-insert-relation-feature): Use
463         `char-db-json-insert-char-spec' even if running with readable
464         mode.
465         (char-db-json-insert-char-features):    
466         - Delete line-breaking for `=>ucs' and `=>ucs*'.
467         - Delete setting for `japanese-radical', `ideographic-',
468           `->ideograph', `ideograph=', `original-ideograph-of',
469           `ancient-ideograph-of', `vulgar-ideograph-of',
470           `wrong-ideograph-of' and `ideographic-variants' because they
471           have been already abolished.
472         (what-char-definition-json): Use
473         `char-db-json-char-data-with-variant' with readable mode.
474
475 2016-05-05  MORIOKA Tomohiko  <tomo.git@chise.org>
476
477         * cwiki-common.el (est-coded-charset-priority-list): Add
478         `=ucs@unicode', `==ucs@unicode', `===ucs@unicode', `==>ucs@bucs',
479         `===daikanwa/+p' and `===gt'.
480
481         * char-db-json.el (char-db-json-insert-char-features): Add "@type"
482         based on glyph granularity.
483
484 2016-05-05  MORIOKA Tomohiko  <tomo.git@chise.org>
485
486         * char-db-json.el (char-db-json-insert-ccs-feature): Modify
487         layout.
488         (char-db-json-insert-relation-feature): Likewise.
489         (char-db-json-insert-char-features): Likewise; add "@context" and
490         "@id".
491
492 2016-05-04  MORIOKA Tomohiko  <tomo.git@chise.org>
493
494         * cwiki-view.el: Require `char-db-json'.
495         (www-display-object-desc): Add [JSON] button.
496         (www-batch-view-smart): Support "/data.json" API for character
497         genre.
498
499         * char-db-json.el: New file.
500
501 2016-05-02  MORIOKA Tomohiko  <tomo.git@chise.org>
502
503         * cwiki-common.el (www-format-encode-string): Display
504         "&A-IWDSU+xxxx;".
505
506 2016-04-30  MORIOKA Tomohiko  <tomo.git@chise.org>
507
508         * cwiki-view.el (www-display-object-desc): Add link for HNG-card
509         for HNG representative glyph-images.
510
511 2016-04-15  MORIOKA Tomohiko  <tomo.git@chise.org>
512
513         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): Decrease
514         preferences of `=jis-x0212', `=jis-x0213-1@2000',
515         `=jis-x0213-1@2004', `=jis-x0213-2', `=jef-china3',
516         `=jis-x0208@1978/1pr', `=jis-x0208@1978/-4pr' and
517         `=jis-x0208@1978'.
518
519 2016-04-14  MORIOKA Tomohiko  <tomo.git@chise.org>
520
521         * cwiki-common.el (coded-charset-GlyphWiki-id-alist):
522         - Add setting for `==cbeta'.
523         - Use "cbeta-" instead of "cb" as the prefix for `=cbeta'.
524
525 2016-04-12  MORIOKA Tomohiko  <tomo.git@chise.org>
526
527         * cwiki-common.el (www-format-encode-string): Display
528         "&U-vnnn-xxxx;"; omit support for "&{o|G|g2|R}-U-innn+xxxx;".
529         (coded-charset-GlyphWiki-id-alist): Add setting for
530         `==ucs@unicode'.
531
532 2016-04-06  MORIOKA Tomohiko  <tomo.git@chise.org>
533
534         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): Modify order
535         to prefer glyph-images (===foo) > abstract glyph-forms (==foo) >
536         detailed glyphs (=>>foo) > glyphs (=foo) > unified glyphs (=+>foo)
537         > abstract characters.
538
539 2016-04-05  MORIOKA Tomohiko  <tomo.git@chise.org>
540
541         * est-format.el (est-format-props): Don't apply
542         `www-format-encode-string' to the return value of
543         `est-format-unit' because it has already been encoded.
544
545 2016-03-19  MORIOKA Tomohiko  <tomo.git@chise.org>
546
547         * cwiki-common.el (est-coded-charset-priority-list): Add
548         `=ucs@unicode'.
549
550 2016-03-18  MORIOKA Tomohiko  <tomo.git@chise.org>
551
552         * cwiki-common.el (www-format-encode-string): Add setting for
553         `=mj' and `==mj'.
554         (coded-charset-GlyphWiki-id-alist): Don't prefer `=ucs' to other
555         CCSes.
556
557 2016-03-16  MORIOKA Tomohiko  <tomo.git@chise.org>
558
559         * cwiki-glyph.el (www-glyph-big5-to-ucs-pua): New function.
560         (www-glyph-generate-png): Use `www-glyph-big5-to-ucs-pua' as a
561         fall-back.
562         (www-glyph-display-png): Support HZK-hhhh.
563
564         * cwiki-common.el (www-format-encode-string):
565         - Support `=hanziku-{1..12}' and `=big5'.
566         - Display &G-CBddddd; and &g2-CBddddd;.
567         - Display &({o-|G-|g2-}){I|U}+hhhh;.
568         - Display &A-GT-ddddd;.
569
570 2016-03-16  MORIOKA Tomohiko  <tomo.git@chise.org>
571
572         * cwiki-view.el (www-display-object-desc): Add setting of CSS in
573         header.
574
575         * est-format.el (est-format-unit): For conversion of
576         `feature-name' unit, enclose '(a (:href ...) ...) with '(span
577         (:class "feature-name") ...)
578
579         * est-eval.el (est-eval-value-as-ids): New implementation.
580
581 2016-03-15  MORIOKA Tomohiko  <tomo.git@chise.org>
582
583         * cwiki-common.el (est-coded-charset-priority-list): Add `=mj',
584         `==mj', `===mj' and `=ucs-itaiji-003'.
585         (coded-charset-GlyphWiki-id-alist): Add setting for
586         `=ucs-itaiji-003' and `=koseki'.
587
588 2016-03-14  MORIOKA Tomohiko  <tomo.git@chise.org>
589
590         * cwiki-common.el (est-coded-charset-priority-list): Add
591         `=>cbeta'.
592         (www-format-encode-string): Support &A-CBddddd;
593
594 2016-02-11  MORIOKA Tomohiko  <tomo.git@chise.org>
595
596         * cwiki-common.el (est-coded-charset-priority-list): Add
597         `=ucs-itaiji-001'.
598         (coded-charset-GlyphWiki-id-alist): Prefer
599         `=ucs-var-{001|002|003}', `=ucs-itaiji-{002|084}' to `=ucs'; add
600         setting for `=ucs-itaiji-001'.
601
602 2015-11-22  MORIOKA Tomohiko  <tomo.git@chise.org>
603
604         * cwiki-common.el (est-coded-charset-priority-list): Add
605         `===ucs@iso'.
606         (www-format-encode-string): Use GlyphWiki to display SIP
607         characters.
608         (coded-charset-GlyphWiki-id-alist): Add setting for `==ucs@iso'.
609
610 2015-11-20  MORIOKA Tomohiko  <tomo.git@chise.org>
611
612         * cwiki-view.el (www-display-object-desc): Add input box for
613         http://www.chise.org/hng-ids-find.
614
615 2015-11-05  MORIOKA Tomohiko  <tomo.git@chise.org>
616
617         * cwiki-common.el (est-coded-charset-priority-list): New variable.
618         (www-uri-encode-object): Refer `est-coded-charset-priority-list'.
619         (www-format-encode-string): Support `=ucs-itaiji-nnn'.
620         (coded-charset-GlyphWiki-id-alist): Add setting for
621         `=ucs-var-001', `=ucs-var-002', `=ucs-var-003', `=ucs-itaiji-002',
622         `=ucs-itaiji-084', `=big5-cdp-var-3' and `=big5-cdp-var-5'.
623
624 2015-10-29  MORIOKA Tomohiko  <tomo.git@chise.org>
625
626         * cwiki-view.el (www-display-feature-desc): Decode return value of
627         `char-feature-property' [perhaps `char-feature-property' should
628         return decoded string].
629
630 2015-10-21  MORIOKA Tomohiko  <tomo.git@chise.org>
631
632         * cwiki-common.el (www-feature-format): Refer
633         char-feature-property `presentation-format'.
634
635 2015-09-28  MORIOKA Tomohiko  <tomo.git@chise.org>
636
637         * cwiki-common.el: Mount `->HNG' and `<-HNG'.
638         (chise-wiki-hng-bitmap-glyphs-url): New variable.
639         (www-format-encode-string):
640         - Format "&(o-|G-|g2-|R-)J0-hhhh;".
641         - Format "R-HD-*;".
642         - Format "&HNGdd-ddddd;".
643         - Format "&(o-|G-|g2-|R-)MJ-dddddd;".
644         - Format "&(G-|g2-|R-)CDP-hhhh;".
645
646 2014-11-21  MORIOKA Tomohiko  <tomo.git@chise.org>
647
648         * cwiki-common.el(www-uri-decode-feature-name):
649         - Decode repi.FOO to ===FOO.
650         - Decode rep2.FOO to ===FOO instead of ==FOO.
651         - Decode g2.FOO to ==FOO.
652         - Decode gi.FOO to ==FOO instead of =>>>FOO.
653         (www-uri-encode-feature-name):
654         - Encode ==FOO to g2.FOO instead of rep2.FOO.
655         - Encode ===FOO to repi.FOO.
656         (www-format-encode-string): Add setting for `=>>hanyo-denshi/*'
657         and `==hanyo-denshi/*'; support some ===FOO and ==FOO.
658         (coded-charset-GlyphWiki-id-alist): Add `==adobe-japan1-*',
659         `===adobe-japan1-*', `==ucs@jis', `===ucs@jis', `==ucs@cns',
660         `==daikanwa', `===daikanwa', `==ucs@ks' and `===ucs@ks'.
661         (char-GlyphWiki-id): Treat `=jis-x0213-2' as uXXXX.
662
663 2014-09-19  MORIOKA Tomohiko  <tomo.git@chise.org>
664
665         * est-eval.el (est-eval-value-as-domain-list): Fix problem about
666         ranges.
667         (est-eval-feature-value): Don't omit items of `sources'.
668
669 2014-06-19  MORIOKA Tomohiko  <tomo.git@chise.org>
670
671         * cwiki-view.el (www-display-object-desc): Support
672         `est-hide-cgi-mode'.
673         (www-display-feature-desc): Likewise.
674         (www-batch-view-smart): New function.
675
676         * cwiki-common.el (est-hide-cgi-mode): New variable.
677         (est-view-url-prefix): New variable.
678         (est-uri-decode-feature-name-body): New function.
679         (est-uri-encode-feature-name-body): New function.
680         (www-uri-decode-feature-name): Use
681         `est-uri-decode-feature-name-body'.
682         (www-uri-encode-feature-name): Use
683         `est-uri-encode-feature-name-body'.
684         (www-uri-make-feature-name-url): Add implementation for
685         `est-hide-cgi-mode'.
686         (www-uri-decode-object): Support `est-hide-cgi-mode'; use
687         `est-uri-decode-feature-name-body'.
688         (www-uri-encode-object): Support `est-hide-cgi-mode'; use
689         `est-uri-encode-feature-name-body'.
690         (www-uri-make-object-url): Add implementation for
691         `est-hide-cgi-mode'.
692
693         * est-format.el (est-format-unit): Support `est-hide-cgi-mode'.
694
695 2014-06-18  MORIOKA Tomohiko  <tomo.git@chise.org>
696
697         * cwiki-view.el (www-display-object-desc): Add new argument
698         `uri-feature-name'; if it is specified, display only the specified
699         feature with all items of the value.
700         (www-batch-view): Modify for `www-display-object-desc'.
701
702         * est-eval.el (est-eval-list-feature-items-limit): New variable.
703         (est-eval-feature-value): Use `est-eval-list-feature-items-limit';
704         don't omit items of feature value if
705         `est-eval-list-feature-items-limit' is nil.
706
707         * est-format.el (est-format-unit): Format `omitted'.
708
709         * cwiki-set.el (www-set-display-object-desc): Modify for
710         `www-display-object-desc'.
711
712         * cwiki-edit.el (www-edit-display-object-desc): Modify for
713         `www-display-object-desc'.
714
715 2014-05-26  MORIOKA Tomohiko  <tomo.git@chise.org>
716
717         * cwiki-common.el (www-uri-decode-feature-name): Decode `rep2.FOO'
718         to `==FOO'.
719         (www-uri-encode-feature-name): Encode `==FOO' to `rep2.FOO'.
720         (www-format-encode-string): Support `==cns11643-*'; support `==gt'
721         and `==ucs@unicode'.
722
723         * est-eval.el (est-eval-value-as-domain-list): Treat `zob1959' in
724         `source' as the same as `zob1968'.
725
726 2013-09-18  MORIOKA Tomohiko  <tomo.git@chise.org>
727
728         * cwiki-common.el (www-format-encode-string): Support
729         `=hanyo-denshi/*', `=adobe-japan1-6', `=big5-cdp', `=ucs@unicode'
730         and `=ucs@JP/hanazono'; support &{G|g2}-J{78|83|90|97|SP}-hhhh;.
731         (coded-charset-GlyphWiki-id-alist): Modify preference of
732         `=>>daikanwa' and `=ucs@ks'.
733
734         * cwiki-glyph.el (www-glyph-generate-png): Support
735         `=ucs@JP/hanazono'.
736         (www-glyph-display-png): Likewise.
737
738         * est-eval.el (est-eval-value-as-composition-list): New function.
739         (est-eval-value-as-decomposition-list): New function.
740         (est-eval-apply-value): Add new formats `decomposition',
741         `composition' and `unordered-composition-list'.
742
743 2013-09-02  MORIOKA Tomohiko  <tomo.git@chise.org>
744
745         * cwiki-common.el: Assign genre `entry@zh-classical' instead of
746         `morpheme-entry@zh-classical' and `sentence-entry@zh-classical'.
747
748 2013-08-27  MORIOKA Tomohiko  <tomo.git@chise.org>
749
750         * cwiki-common.el:
751         - Assign new genres `morpheme-entry@zh-classical',
752           `word-class@zh-classical', `morpheme@zh-classical',
753           `sentence@zh-classical' and `sentence-entry@zh-classical'.
754         - Mount char-feature `*instance@morpheme-entry/zh-classical'.
755
756 2012-12-20  MORIOKA Tomohiko  <tomo.git@chise.org>
757
758         * cwiki-common.el (www-feature-value-format): Refer
759         `value-presentation-format' as like as `value-format'.
760
761 2012-12-20  MORIOKA Tomohiko  <tomo.git@chise.org>
762
763         * est-rdf-view.el (est-rdf-encode-feature-name): Map domain to
764         xmlns-prefix; refer feature `rdf-namespace-prefix' and
765         `rdf-namespace-uri'; return '(<XMLNS-PREFIX> <XMLNS-URI>
766         <PREDICATE>) instead of '(<XMLNS-PREFIX> . <PREDICATE>).
767         (est-rdf-display-object-desc): Modify for
768         `est-rdf-encode-feature-name'.
769
770         * cwiki-view.el (www-display-feature-desc): Display
771         `value-presentation-format'.
772
773         * cwiki-edit.el (www-edit-display-feature-desc): Support
774         `value-presentation-format'.
775
776 2012-12-08  MORIOKA Tomohiko  <tomo.git@chise.org>
777
778         * est-rdf-view.el (est-rdf-encode-feature-name):        
779         - Use ".-." instead of "." for non-top `*'.
780         - Use "..." instead of "-" for `/'.
781         (est-rdf-display-object-desc): Support metadata feature.
782         (est-rdf-batch-view): Modify for `est-rdf-display-object-desc'.
783
784 2012-12-08  MORIOKA Tomohiko  <tomo.git@chise.org>
785
786         * cwiki-common.el: Use `*instance@ruimoku/bibliography/title'
787         instead of `instance@ruimoku/bibliography/title'.
788
789 2012-09-23  MORIOKA Tomohiko  <tomo.git@chise.org>
790
791         * cwiki-view.el (www-display-object-desc): Add a link-button for
792         RDF.
793
794 2012-09-22  MORIOKA Tomohiko  <tomo.git@chise.org>
795
796         * est-rdf-view.el: New file.
797
798 2012-09-15  MORIOKA Tomohiko  <tomo.git@chise.org>
799
800         * est-eval.el (est-eval-value-as-journal-volume): Add new optional
801         argument `short'.
802         (est-eval-value-as-journal-volumes): New function.
803         (est-eval-apply-value): Use `est-eval-value-as-journal-volumes'
804         for format `journal-volume-list'.
805         (est-eval-feature-value): Change limit size from 127 to 255.
806
807 2012-09-14  MORIOKA Tomohiko  <tomo.git@chise.org>
808
809         * est-eval.el (est-eval-value-as-journal-volume): Refer
810         `<-journal/volume*name'.
811         (est-eval-value-as-creators-names): Fix problem when string is
812         occurred in value.
813
814 2012-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
815
816         * est-eval.el (est-eval-value-as-journal-volume): Support book
817         object.
818         (est-eval-value-as-article): New implementation; use
819         `est-eval-value-as-book'; add journal-volume, page and date.
820         (est-eval-value-as-book): New implementation.
821
822         * est-format.el (est-format-list): Don't specify separator for
823         each child unit.
824
825 2012-09-13  MORIOKA Tomohiko  <tomo.git@chise.org>
826
827         * est-eval.el (est-eval-value-as-journal-volume): Use
828         `<-journal/volume', `<-journal/volume*volume' and
829         `<-journal/volume*number' if they are found.
830
831 2012-09-12  MORIOKA Tomohiko  <tomo.git@chise.org>
832
833         * cwiki-view.el (www-batch-view): Fix problem when decoding
834         URL-encoding of genre.
835
836         * cwiki-common.el (www-uri-decode-object): Use `decode-uri-string'
837         for value-part of object-representation.
838
839 2012-09-11  MORIOKA Tomohiko  <tomo.git@chise.org>
840
841         * cwiki-common.el (www-uri-encode-object): Add `=jis-x0213-2',
842         `=adobe-japan1', `=>>>adobe-japan1', `=>>>jis-x0208',
843         `=>>>jis-x0213-1', `=>>>jis-x0213-2', `=>>jis-x0213-1',
844         `=>>jis-x0213-2', `=>>adobe-japan1', `=+>jis-x0208',
845         `=+>jis-x0213-1', `=+>jis-x0213-2', `=+>adobe-japan1',
846         `=>>ucs@iso', `=>>ucs@unicode', `=>>ucs@jis', `=>>ucs@cns',
847         `=>>ucs@ks', `=>>>ucs@iso', `=>>>ucs@unicode', `=>>>ucs@jis',
848         `=>>>ucs@cns' and `=>>>ucs@ks' to ccs-list.
849         (coded-charset-GlyphWiki-id-alist): Add settings for
850         `=adobe-japan1-{0..5}', `=decomposition@cid',
851         `=decomposition@hanyo-denshi', `=hanyo-denshi/ks',
852         `=>>hanyo-denshi/ks', `=>>daikanwa', `=>>big5-cdp',
853         `=>>>jis-x0208', `=>>jis-x0208', `=+>jis-x0208',
854         `=>>>jis-x0208@1990', `=>>jis-x0208@1990', `=+>jis-x0208@1990',
855         `=>>>jis-x0208@1983', `=>>jis-x0208@1983' and `=+>jis-x0208@1983'.
856         (char-GlyphWiki-id): Support IVS representation.
857
858 2012-09-11  MORIOKA Tomohiko  <tomo.git@chise.org>
859
860         * est-eval.el (est-eval-value-as-journal-volume): Renamed from
861         `est-eval-journal-volume'.
862         (est-eval-value-as-article): New function.
863         (est-eval-value-as-book): New function.
864         (est-eval-value-as-object):     
865         - Use `est-eval-value-as-journal-volume' instead of
866           `est-eval-journal-volume'.
867         - Use function `est-eval-value-as-article' for genre
868           `article@ruimoku'.
869         - Use function `est-eval-value-as-book' for genre `book@ruimoku'.
870         (est-eval-value-as-object-list):
871         - Add new optional argument `subtype'; set it into property
872           :subtype.
873         - Fix problem when `value' is not a valid list.
874         (est-eval-value-as-creators-names): Add new optional argument
875         `subtype'; set it into property :subtype.
876         (est-eval-value-as-created-works): Likewise.
877         (est-eval-apply-value): Add new formats `unordered-list',
878         `unordered-creator-name-list' and `unordered-created-work-list'.
879
880 2012-09-10  MORIOKA Tomohiko  <tomo.git@chise.org>
881
882         * est-format.el (est-format-unit): Support :subtype property of
883         list node; if subtype `unordered-list' is specified, use <ul> tag.
884         (est-format-list): Likewise.
885
886 2012-09-09  MORIOKA Tomohiko  <tomo.git@chise.org>
887
888         * est-eval.el (est-eval-journal-volume): Use feature `date'
889         instead of `published/date'.
890         (est-eval-value-as-object): Refer feature `=name'.
891         (est-eval-value-as-creators-names): Use `->creator/name' instead
892         of `->name'.
893         (est-eval-value-as-created-works): Use `<-creator' instead of
894         `->created'.
895
896 2012-09-08  MORIOKA Tomohiko  <tomo.git@chise.org>
897
898         * cwiki-common.el: Assign new genres `journal-name@ruimoku',
899         `publisher@ruimoku' and `publisher-name@ruimoku'.
900         (www-feature-value-format): Use `space-separated' instead of
901         `space-separated-char-list' for type `relation'; use
902         `space-separated' as the default format.
903         (est-format-object): Add new optional argument `readable'; if the
904         optional argument `readable' is not nil, use feature-value of
905         `name', `=name' or `title' as object representation format.
906
907         * cwiki-view.el (www-display-object-desc): Run `est-format-object'
908         with `readable' option in header.
909
910 2012-09-06  MORIOKA Tomohiko  <tomo.git@chise.org>
911
912         * est-eval.el (est-eval-journal-volume): Use `year' feature of
913         `published/date' object.
914
915 2012-04-06  MORIOKA Tomohiko  <tomo.git@chise.org>
916
917         * cwiki-common.el (www-uri-decode-feature-name): Use
918         `decode-uri-string'.
919
920 2011-10-12  MORIOKA Tomohiko  <tomo.git@chise.org>
921
922         * cwiki-common.el (www-uri-decode-feature-name): Decode "o.foo" to
923         `=+>foo'.
924         (www-uri-encode-feature-name): Encode `=+>foo' to "o.foo".
925         (www-uri-encode-object): Add `=+>jis-x0208@1978', `=>ucs@iso',
926         `=>ucs@unicode', `=>ucs@jis', `=>ucs@cns' and `=>ucs@ks' to
927         ccs-list.
928         (www-format-encode-string): Support "&o-foo;", "&g2-GT-ddddd;" and
929         "&A-{UU+|U-}hhhh(h)*;".
930
931 2011-06-24  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
932
933         * cwiki-common.el (instance@ruimoku/bibliography/title): Mount
934         char-feature `instance@ruimoku/bibliography/title'.
935
936 2011-06-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
937
938         * cwiki-view.el (www-edit-display-feature-input-box):
939         - If argument `value' is a symbol and argument `format' is
940           `wiki-text', treat `value' as a list of a function.
941         - Use `est-format-list' instead of `www-format-value'.
942
943 2011-06-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
944
945         * est-eval.el (ruimoku-format-volume): New function.
946         (est-eval-journal-volume): New function.
947         (est-eval-value-as-object): Use `est-eval-journal-volume' for
948         genre `journal-volume@ruimoku'.
949         (est-eval-value-as-creators-names): New function.
950         (est-eval-value-as-created-works): New function.
951         (est-eval-apply-value): Use `est-eval-value-as-creators-names' for
952         `space-separated-creator-name-list'; use
953         `est-eval-value-as-created-works' for
954         `space-separated-created-work-list'.
955
956 2011-06-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
957
958         * est-format.el (est-format-unit): Change optional argument
959         `without-tags' to `output-format'; now `output-format' accepts
960         various formats such as 'html, 'plain-text and 'wiki-text instead
961         of nil and non-nil.
962         (est-format-list): Likewise.
963
964 2011-05-30  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
965
966         * est-eval.el (est-eval-value-default): Support `omitted' tag.
967         (est-eval-feature-value): Use `omitted' tag when length of value
968         is more than 128.
969         (est-eval-unit): Support `omitted' tag.
970
971 2010-12-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
972
973         * cwiki-view.el: (www-edit-display-feature-input-box): If
974         specified object is a symbol, treat it as a feature object.
975
976 2010-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
977
978         * est-format.el (est-format-unit): Accept <img>.
979
980 2010-12-11  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
981
982         * cwiki-add.el (www-add-display-feature-input-box): Abolished.
983         (www-add-display-object-desc): New implementation; use
984         `www-edit-display-object-desc'; add new argument `genre'.
985         (www-batch-add): Modify for `www-add-display-object-desc'.
986
987         * cwiki-edit.el: Add declaration to provide module `cwiki-edit'.
988
989 2010-12-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
990
991         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
992         Add argument `genre'.
993         (www-feature-parse-string): Likewise.
994         (www-set-display-object-desc):
995         - Support non-character genre objects.
996         - Use `www-display-object-desc'.
997         (www-set-display-feature-desc): Modify for
998         `www-feature-parse-string'.
999         (www-batch-set): Fixed.
1000
1001         * cwiki-edit.el (www-edit-display-feature-input-box): Moved to
1002         cwiki-view.el.
1003         (www-edit-display-object-desc): New implementation; use
1004         `www-display-object-desc'.
1005
1006         * cwiki-view.el (www-edit-display-feature-input-box): New function
1007         [moved from cwiki-edit.el].     
1008         (www-display-object-desc):
1009         - Add new optional arguments `uri-feature-name-to-edit' and
1010           `editing-format'; it `uri-feature-name-to-edit' is specified,
1011           input box is displayed and `editing-format' is used as the
1012           format to parse the input.    
1013         - Semantics of level 1 was changed to level 0, namely if `level'
1014           is 0, display header, otherwise don't display header.
1015
1016 2010-12-09  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1017
1018         * cwiki-edit.el (www-edit-display-object-desc): Support
1019         non-character objects.
1020         (www-edit-display-feature-desc): Add new optional argument
1021         `object-genre'.
1022         (www-batch-edit): Fix problem to edit feature of non-character
1023         objects.
1024
1025         * est-format.el (est-format-unit): Fix bug about `feature-name';
1026         modify for `www-uri-make-feature-name-url'.
1027
1028         * est-eval.el (est-eval-unit): Fix bug about `name-url'; modify
1029         for `www-uri-make-feature-name-url'.
1030
1031         * cwiki-common.el (www-uri-make-feature-name-url): Add new
1032         argument `uri-genre' to support non-character objects.
1033
1034         * cwiki-view.el (www-batch-view): Fix problem to edit feature of
1035         non-character objects.
1036
1037         * cwiki-set.el (www-set-display-object-desc): Renamed from
1038         `www-set-display-char-desc'; add new argument `genre'; rename
1039         optional argument `uri-char' to `uri-object'.
1040         (www-set-display-feature-desc): Rename optional argument
1041         `uri-char' to `uri-object'.
1042         (www-set-display-feature-desc): Likewise.
1043         (www-batch-set): Modify for `www-set-display-object-desc'.
1044
1045 2010-12-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1046
1047         * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Use
1048         http://www.chise.org/glyphs instead of
1049         http://chise.zinbun.kyoto-u.ac.jp/glyphs.
1050         (chise-wiki-glyph-cgi-url): Use
1051         http://www.chise.org/chisewiki/glyph.cgi instead of
1052         http://chise.zinbun.kyoto-u.ac.jp/chisewiki/glyph.cgi.
1053         (www-uri-make-object-url): New function.
1054         (www-format-char-img-style): New variable.
1055         (www-format-encode-string):
1056         - Add new optional argument `as-body'; if it is specified, "&" is
1057         encoded to "&amp;".
1058         - Specify style of <img> tags.
1059
1060         * cwiki-edit.el (www-edit-display-input-box): Abolished because it
1061         is not used.
1062
1063         * cwiki-format.el: New implementation based on `est-eval' and
1064         `est-format':
1065         (www-format-value-as-kuten): Abolished.
1066         (www-format-value-default): Abolished.
1067         (www-format-value-as-char-list): Abolished.
1068         (www-format-value-as-domain-list): Abolished.
1069         (www-format-value-as-ids): Abolished.
1070         (www-format-value-as-S-exp): Abolished.
1071         (www-format-value-as-HEX): Abolished.
1072         (www-format-value-as-kangxi-radical): Abolished.
1073         (www-format-value): If `object' is a symbol, it is decoded as
1074         `feature' object.
1075         (www-format-props-to-string): Abolished.
1076         (www-format-apply-value): New implementation; use
1077         `est-eval-apply-value' and `est-format-unit'.
1078         (www-format-eval-feature-value): Abolished.
1079         (www-format-eval-list): New implementation; use `est-eval-list'
1080         and `est-format-unit'.
1081
1082         * est-eval.el, est-format.el: New files.
1083
1084 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1085
1086         * cwiki-format.el (www-format-value-as-char-list): Use
1087         `object-representative-feature' instead of
1088         `object-representation-format'; use feature
1089         `object-representative-format' of genre object if
1090         `object-representative-feature' of genre object or `name' is not
1091         existed.
1092
1093 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1094
1095         * cwiki-format.el (www-format-value-as-CCS-default): Abolished
1096         because it is not used.
1097         (www-format-value-as-CCS-94x94): Ditto.
1098
1099 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1100
1101         * cwiki-set.el: Omit to require `cwiki-common'.
1102
1103         * cwiki-view.el, cwiki-edit.el, cwiki-add.el: Require
1104         `cwiki-format' instead of `cwiki-common' and `est-xml'.
1105
1106         * cwiki-common.el (www-format-value-as-kuten): Moved to
1107         cwiki-format.el.
1108         (www-format-value-default): Ditto.
1109         (www-format-value-as-char-list): Ditto.
1110         (www-format-value-as-domain-list): Ditto.
1111         (www-format-value-as-ids): Ditto.
1112         (www-format-value-as-S-exp): Ditto.
1113         (www-format-value-as-HEX): Ditto.
1114         (www-format-value-as-CCS-default): Ditto.
1115         (www-format-value-as-CCS-94x94): Ditto.
1116         (www-format-value-as-kangxi-radical): Ditto.
1117         (www-format-value): Ditto.
1118         (www-format-props-to-string): Ditto.
1119         (www-format-apply-value): Ditto.
1120         (www-format-eval-feature-value): Ditto.
1121         (www-format-eval-unit): Ditto.
1122         (www-format-eval-list): Ditto.
1123
1124         * cwiki-format.el: New file.
1125
1126 2010-12-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1127
1128         * cwiki-view.el, cwiki-edit.el, cwiki-add.el: Require 'est-xml.
1129
1130         * cwiki-common.el (www-xml-format-props): Moved to est-xml.el.
1131         (www-xml-format-unit): Ditto.
1132         (www-xml-format-list): Ditto.
1133
1134         * est-xml.el: New file.
1135
1136 2010-12-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1137
1138         * cwiki-common.el: Assign new genre `person-name@ruimoku'.
1139
1140 2010-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1141
1142         * cwiki-edit.el (www-edit-display-object-desc): Renamed from
1143         `www-edit-display-char-desc'; add new argument `genre'.
1144         (www-batch-edit): Modify for `www-edit-display-object-desc'.
1145
1146         * cwiki-common.el (est-object-genre): New function.
1147         (www-format-apply-value): Use `est-object-genre' instead of
1148         `concord-object-genre'.
1149
1150 2010-11-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1151
1152         * cwiki-common.el (www-get-feature-value): Add error-handler for
1153         `concord-object-get'.
1154         (www-format-value-as-char-list): Refer feature
1155         `object-representation-format' instead of `name'.
1156         (www-format-apply-value): Modify to edit non-character object.
1157
1158         * cwiki-view.el (www-display-object-desc): Modify to edit
1159         non-character object.
1160         (www-display-feature-desc): Add new argument `genre'.
1161
1162 2010-11-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1163
1164         * cwiki-common.el: Assign new genre `region@ruimoku'.
1165
1166 2010-11-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1167
1168         * cwiki-view.el (www-display-object-desc): Don't display CHISE
1169         IDS-Find for non-character object.
1170
1171         * cwiki-common.el: Modify genres of ruimoku.
1172
1173 2010-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1174
1175         * cwiki-view.el (www-display-object-desc): Use
1176         `www-uri-encode-object' instead of `www-uri-encode-char'.
1177         (www-batch-view): Likewise.
1178
1179         * cwiki-common.el (www-uri-encode-object): Renamed from
1180         `www-uri-encode-char'.
1181         (www-format-value-as-char-list): Use `www-uri-encode-object'
1182         instead of `www-uri-encode-char'.
1183         (www-format-value-as-ids): Likewise.
1184         (www-format-eval-unit): Likewise.
1185
1186 2010-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1187
1188         * cwiki-common.el (www-uri-encode-char): Support non-character
1189         object.
1190         (www-format-value-as-char-list): Add link and readable
1191         presentation for non-character object.
1192
1193 2010-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1194
1195         * cwiki-set.el (www-batch-set): Encode `xemacs-chise-version'.
1196
1197         * cwiki-add.el (www-batch-add): Encode `xemacs-chise-version'.
1198
1199         * cwiki-edit.el (www-batch-edit): Encode `xemacs-chise-version'.
1200
1201         * cwiki-view.el (www-batch-view): Encode (emacs-version).
1202
1203 2010-11-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1204
1205         * cwiki-common.el (www-format-apply-value): Rename argument
1206         `uri-char' to `uri-object'.
1207         (www-format-eval-feature-value): Rename argument `char' and
1208         `uri-char' to `object' and `uri-object'.
1209         (www-format-eval-unit): Likewise.
1210         (www-format-eval-list): Likewise.
1211
1212 2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1213
1214         * cwiki-view.el (www-display-object-desc): New function.
1215
1216         * cwiki-common.el (est-format-object): New function.
1217
1218 2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1219
1220         * cwiki-common.el (www-get-genre): Abolished.
1221         (www-get-feature-value): Don't use `www-get-genre'.
1222
1223 2010-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1224
1225         * cwiki-common.el:
1226         - Set `file-name-coding-system' to 'utf-8-mcs-er.
1227         - Add settings to assign genres of Ruimoku.
1228         (www-get-feature-value): Modify for non-character genres.
1229         (www-uri-decode-object): Use `www-uri-decode-feature-name' for
1230         objects of `feature' genre.
1231
1232         * cwiki-view.el (www-display-object-desc): Fix problem when
1233         `object' is not a character.
1234         (www-batch-view): Support general genres.
1235
1236 2010-09-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1237
1238         * cwiki-common.el (www-get-genre): New function.
1239         (www-get-feature-value): Renamed from `www-char-feature'.
1240         (www-uri-decode-object): Renamed from `www-uri-decode-char'; add
1241         new argument `genre'.
1242
1243         * cwiki-view.el (www-display-object-desc): Renamed from
1244         `www-display-char-desc'; add new argument `genre'.
1245
1246         * cwiki-add.el (www-add-display-char-desc): Use
1247         `www-uri-decode-object' instead of `www-uri-decode-char'.
1248
1249         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
1250         Use `www-uri-decode-object' instead of `www-uri-decode-char'.
1251         (www-parse-string-as-space-separated-ids): Likewise.
1252         (www-set-display-char-desc): Likewise; use `www-get-feature-value'
1253         instead of `www-char-feature'.
1254
1255         * cwiki-edit.el (www-edit-display-feature-input-box): Use
1256         `www-get-feature-value' instead of `www-char-feature'.
1257         (www-edit-display-char-desc): Use `www-uri-decode-object' instead
1258         of `www-uri-decode-char'.
1259
1260 2010-09-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1261
1262         * cwiki-add.el: New file.
1263
1264 2010-04-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1265
1266         * cwiki-view.el (www-display-char-desc): Use
1267         `chise-wiki-displayed-features' instead of `displayed-features'.
1268
1269         * cwiki-common.el (chise-wiki-displayed-features): New variable.
1270         (char-feature-name-at-domain): Fix problem when `domain' is nil.
1271         (char-feature-name-domain): New function.
1272         (www-uri-make-feature-name-url): New function.
1273         (www-format-props-to-string): Fix problem when :len's value is
1274         string.
1275         (www-format-eval-unit):
1276         - When :feature is specified, prefer FEATURE@DOMAIN to FEATURE.
1277         - When :feature is specified in value related format functions,
1278           add the displayed feature-name to
1279           `chise-wiki-displayed-features'.
1280         - Support `name-url' and `domain-name'.
1281
1282 2010-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1283
1284         * cwiki-view.el (www-display-feature-desc): Fix problem to display
1285         non-ASCII characters in property `format'.
1286
1287 2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1288
1289         * cwiki-view.el (www-display-char-desc): Use `www-feature-format'.
1290         (www-display-feature-desc): Ditto.
1291
1292         * cwiki-common.el (www-feature-format): New function.
1293         (www-format-eval-unit): Support `:feature' property for `value'
1294         related functions and `name' function.
1295
1296 2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1297
1298         * cwiki-common.el (www-feature-value-format): Search ancestors'
1299         property if own property is not found.
1300         (char-feature-name-parent): New function.
1301         (www-format-feature-name*): Search ancestors' property if own
1302         property is not found.
1303
1304 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1305
1306         * cwiki-edit.el (www-edit-display-feature-desc): Display and
1307         support editing of property `format'.
1308
1309         * cwiki-common.el (find-previous-defined-code-point): Fix problem
1310         with `=ucs'.
1311
1312         * cwiki-view.el (www-display-feature-desc): Add edit button for
1313         `format'.
1314
1315 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1316
1317         * cwiki-common.el (www-feature-value-format): Add
1318         `(prev-char) (next-char)' into default format of CCS feature.
1319         (get-previous-code-point): New function.
1320         (get-next-code-point): New function.
1321         (find-previous-defined-code-point): New function.
1322         (find-next-defined-code-point): New function.
1323         (www-format-eval-unit): Support `prev-char' and `next-char'.
1324
1325 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1326
1327         * cwiki-view.el (www-display-char-desc): Don't display "add
1328         feature" button when running with simple mode.
1329
1330 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1331
1332         * cwiki-set.el (www-set-display-feature-desc): Refer
1333         `chise-wiki-view-url'.
1334
1335 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1336
1337         * cwiki-view.el (www-display-feature-desc): Add new optional
1338         argument `simple'; display "Edit" and "New Account" buttons when
1339         running with simple mode; display "Simple" button when running
1340         with edit mode.
1341         (www-batch-view): Modify for `www-display-feature-desc' to support
1342         mode.
1343
1344 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1345
1346         * cwiki-view.el (www-display-char-desc): Use <div> instead of <p>
1347         to display feature in top-level.
1348
1349 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1350
1351         * cwiki-set.el (chise-wiki-view-url): Use "view.cgi" instead of
1352         "../view.cgi".
1353
1354         * cwiki-edit.el (chise-wiki-view-url): Use "view.cgi" instead of
1355         "../view.cgi".
1356
1357         * cwiki-view.el (chise-wiki-edit-url): Use "edit.cgi" instead of
1358         "edit/edit.cgi".
1359         (chise-wiki-add-url): Use "add.cgi" instead of "edit/add.cgi".
1360         (www-display-char-desc): Add new optional argument `simple';
1361         display "Edit" and "New Account" buttons when running with simple
1362         mode; display "Simple" button when running with edit mode.
1363         (www-batch-view): Modify to support mode.
1364
1365         * cwiki-common.el (chise-wiki-edit-url): Changed to "edit.cgi".
1366         (www-format-value): Add new optional argument `without-edit';
1367         modify for `www-format-apply-value'.
1368         (www-format-apply-value): Add new optional argument
1369         `without-edit'; modify for `www-format-eval-list'.
1370         (www-format-eval-feature-value): Add new optional arguments
1371         `without-tags' and `without-edit'; modify for
1372         `www-format-apply-value' and `www-format-eval-list'.
1373         (www-format-eval-unit):
1374         - Add new optional arguments `without-tags' and `without-edit';
1375           modify for `www-format-eval-feature-value',
1376           `www-format-apply-value' and `www-format-eval-list'.
1377         - specify 'without-tags and 'without-edit for
1378           `www-format-eval-list' in href part of `link'.
1379         (www-format-eval-list): Add new optional arguments `without-tags'
1380         and `without-edit'; modify for `www-format-eval-unit'.
1381
1382 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1383
1384         * cwiki-common.el (www-format-eval-unit): Treat `string' as a
1385         format specifier of feature-value.
1386
1387 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1388
1389         * cwiki-common.el (www-format-props-to-string): When `:len' is
1390         specified, treat `:zero-padding' is specified.
1391
1392 2010-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1393
1394         * cwiki-common.el (www-uri-encode-char): Use `=ruimoku-v6'.
1395         (www-format-encode-string): Display `=ruimoku-v6' characters.
1396
1397         * cwiki-glyph.el (www-glyph-generate-png): Support `=ruimoku-v6'.
1398         (www-glyph-display-png): Support RUI6-hhhh;
1399
1400 2010-04-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1401
1402         * cwiki-common.el (www-uri-encode-char): Accept `=>zinbun-oracle'.
1403         (www-format-encode-string):
1404         - Display &A-ZOB-dddd;.
1405         - Support `ideographic-combination'(合文) and
1406           `ideographic-structure'.
1407
1408 2010-04-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1409
1410         * cwiki-view.el (www-batch-view): Accept
1411         "?char=&ENTITY-REFERENCE;".
1412
1413 2010-03-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1414
1415         * cwiki-view.el (www-display-char-desc): Use
1416         `char-feature-name-sans-versions' to avoid domain `$rev=latest'
1417         when sort feature-names.
1418
1419 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1420
1421         * cwiki-common.el (www-format-value-as-domain-list): New function.
1422         (www-format-apply-value): Support `space-separated-domain-list'.
1423         (char-GlyphWiki-id): Try to avoid uHHHH-{u|us}.
1424
1425 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1426
1427         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): Add setting
1428         for `=ucs@jis', `=jis-x0208@1978/-4pr' and `=jis-x0208@1978'.
1429         (char-GlyphWiki-id): Use `char-feature' instead of `encode-char'.
1430
1431 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1432
1433         * cwiki-view.el (www-display-char-desc): Add input form for CHISE
1434         IDS-Find.
1435
1436 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1437
1438         * cwiki-view.el (www-display-char-desc): Try to display glyph of
1439         GlyphWiki and link it.
1440
1441         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): New
1442         variable.
1443         (char-GlyphWiki-id): New function.
1444
1445 2010-03-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1446
1447         * cwiki-set.el (www-parse-string-as-kangxi-radical): New function.
1448         (www-feature-parse-string): Support format `kangxi-radical'.
1449
1450         * cwiki-common.el (www-format-value-as-kangxi-radical): New
1451         function.
1452         (www-format-apply-value): Support format `kangxi-radical'.
1453         (www-format-eval-unit): Support `kangxi-radical' as a value
1454         format.
1455
1456 2010-03-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1457
1458         * cwiki-common.el (www-format-value-default): New function.
1459         (www-format-encode-string):
1460         - Prefer `=gt' to `=cns11643-{1..7}'.
1461         - Display &(G-)GT-Kddddd; entity references.
1462         (www-format-apply-value):
1463         - New implementation for format `string'.
1464         - Use `www-format-value-default' for default format.
1465
1466         * cwiki-glyph.el (www-glyph-generate-png): Support `=gt-k'.
1467         (www-glyph-display-png): Support GT-Kddddd.
1468
1469         * cwiki-set.el (www-parse-string-default): New implementation.
1470         (www-set-display-feature-desc):
1471         - New argument `format'.
1472         - Display `value-format'.
1473         (www-batch-set): Modify for the API change to set feature's
1474         property.
1475
1476         * cwiki-view.el (www-display-char-desc): Display parents in the
1477         header.
1478         (www-display-feature-desc): Use `www-format-value' with default
1479         format instead of `www-xml-format-list' and
1480         `www-format-encode-string'.
1481
1482         * cwiki-edit.el (www-edit-display-feature-input-box): Add new
1483         optional argument `value'.
1484         (www-edit-display-feature-desc):
1485         - Use `www-edit-display-feature-input-box' instead of
1486           `www-edit-display-input-box'.
1487         - Display `value-format'.
1488
1489 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1490
1491         * cwiki-view.el (www-display-feature-desc): Display [edit] button
1492         of `value-format'.
1493
1494 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1495
1496         * cwiki-common.el (www-xml-format-unit): Escape `&'.
1497
1498 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1499
1500         * cwiki-common.el (www-format-encode-string): Display
1501         &U-hhhhhhhh;.
1502         (www-xml-format-props): Encode property value.
1503         (www-xml-format-unit): Encode string.
1504
1505         * cwiki-edit.el (www-edit-display-feature-input-box): Escape <">.
1506
1507         * cwiki-view.el (www-display-feature-desc): Modify design of
1508         [edit] button.
1509
1510 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1511
1512         * cwiki-set.el (www-xml-to-stext-unit): Support
1513         <link><ref>...</ref>...</link>.
1514
1515         * cwiki-common.el (www-xml-format-unit): Support tag style `ref'
1516         in `link'.
1517
1518         * cwiki-view.el (www-display-feature-desc): Display `value-format'
1519         and `format'.
1520
1521 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1522
1523         * cwiki-common.el (www-format-feature-name-as-metadata): New
1524         function.
1525         (www-format-feature-name*): Use
1526         `www-format-feature-name-as-metadata' for metadata features.
1527
1528 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1529
1530         * cwiki-set.el (www-xml-parse-string): New function.
1531         (www-xml-to-stext-props): New function.
1532         (www-xml-to-stext-unit): New function.
1533         (www-xml-to-stext-list): New function.
1534         (www-stext-parse-xml-string): New function.
1535         (www-parse-string-as-wiki-text): Use `www-stext-parse-xml-string'.
1536
1537         * cwiki-edit.el (www-edit-display-char-feature-default): Abolish.
1538         (www-edit-display-char-feature-as-ucs): Abolish.
1539         (www-edit-display-input-box): Add the first argument `object';
1540         modify for `www-format-apply-value'.
1541         (www-edit-display-feature-input-box): Modify input boxes; modify
1542         for `www-format-value'.
1543         (www-edit-display-feature-desc): Modify for
1544         `www-edit-display-input-box'.
1545
1546         * cwiki-common.el (www-format-value): Add the first argument
1547         `object' and the second argument `feature-name'; change argument
1548         `variable' to be optional; modify for `www-format-apply-value'.
1549         (www-format-apply-value): Add the first argument `object' and the
1550         second argument `feature-name'; support format `wiki-text'.
1551         (www-format-eval-feature-value): Modify for
1552         `www-format-apply-value'.
1553         (www-format-eval-unit): Likewise.
1554         (www-xml-format-props): New function.
1555         (www-xml-format-unit): New function.
1556         (www-xml-format-list): New function.
1557
1558 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1559
1560         * cwiki-set.el (www-set-display-char-desc):
1561         - Setup property `additional-features' of feature `$object' when
1562           feature value is stored.
1563         - Mount additional-features.
1564
1565         * cwiki-view.el (www-char-display-feature-default): Abolished.
1566         (www-char-display-feature-as-ucs): Abolished.
1567         (www-display-char-desc): Mount additional-features.
1568
1569         * cwiki-common.el (www-feature-type): Support `*node' and
1570         `*sources'.
1571         (www-feature-value-format): Return `wiki-text' for type `stext'.
1572         (www-format-apply-value): Don't set `default' even if a format is
1573         not supported in this function.
1574
1575 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1576
1577         * cwiki-set.el (www-parse-string-as-wiki-text): New function
1578         [currently just a stub].
1579         (www-feature-parse-string): Use `www-parse-string-as-wiki-text'.
1580         (www-set-display-char-desc): Use
1581         `char-feature-name-sans-versions'.
1582
1583         * cwiki-edit.el (www-edit-display-feature-input-box): New
1584         function.
1585         (www-edit-display-char-desc): Use
1586         `www-edit-display-feature-input-box'.
1587
1588         * cwiki-view.el (www-display-char-desc): Use
1589         `char-feature-name-sans-versions'.
1590
1591         * cwiki-common.el (char-feature-name-sans-versions): New function.
1592
1593 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1594
1595         * cwiki-set.el (www-set-display-char-desc): Store new value into
1596         FEATURE@$rev=latest; don't display `$rev=latest' domain features.
1597
1598         * cwiki-edit.el (www-edit-display-char-feature-default): Use
1599         `www-char-feature' instead of `char-feature'.
1600         (www-edit-display-char-feature-as-ucs): Likewise.
1601         (www-edit-display-char-desc): Likewise; replace value of char-spec
1602         with value of `www-char-feature'.
1603
1604         * cwiki-view.el (www-char-display-feature-default): Use
1605         `www-char-feature' instead of `char-feature'.
1606         (www-char-display-feature-as-ucs): Likewise.
1607         (www-display-char-desc): Ignore `$rev=latest' domain features.
1608
1609         * cwiki-common.el (char-feature-name-at-domain): New function.
1610         (www-char-feature): New function.
1611         (www-format-encode-string): Use `www-char-feature' instead of
1612         `char-feature'.
1613         (www-format-eval-feature-value): Likewise.
1614         (www-format-eval-unit): Likewise.
1615
1616 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1617
1618         * cwiki-set.el (www-parse-string-default): New function.
1619         (www-feature-parse-string):
1620         - Support new format `string'.
1621         - Use `www-parse-string-default' for `default'.
1622
1623 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1624
1625         * cwiki-common.el (chise-wiki-glyph-cgi-url): New variable.
1626         (www-uri-encode-char): Support `=>>gt'.
1627         (www-format-encode-string):
1628         - Use GT, Big5 and Big5-CDP fonts.
1629         - Use http://www.unicode.org/cgi-bin/refglyph?24-hhhh to display
1630           `=ucs@unicode' glyphs.
1631         - Display &MCS-hhhhhhhh; with using child's glyph.
1632
1633         * cwiki-glyph.el: New file.
1634
1635 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1636
1637         * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Renamed from
1638         `chise-wiki-glyphs-url'.
1639         (www-format-encode-string):
1640         - Use `chise-wiki-bitmap-glyphs-url' instead of
1641           `chise-wiki-glyphs-url'.
1642         - Display &JC3-hhhh; and &ZOB-dddd;.
1643
1644 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1645
1646         * cwiki-edit.el (www-edit-display-feature-desc): Use
1647         `www-format-feature-name*' instead of `www-format-feature-name'.
1648
1649         * cwiki-common.el (www-uri-decode-char):
1650         - Accept `:' again.
1651         - Prefer `=>jis-x0208' and `=>jis-x0213-1' to `=big5' and
1652           `=big5-cdp'.
1653         - Fix problem when no CCSes are found.
1654         (www-format-feature-name*): New function.
1655         (www-format-feature-name): Use `www-format-feature-name*'.
1656
1657 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1658
1659         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
1660         Expect `string' to be encoded as URI.
1661         (www-parse-string-as-space-separated-ids): Likewise.
1662         (www-feature-parse-string): Likewise.
1663         (www-set-display-char-desc): Expect `uri-char' to be encoded as
1664         URI.
1665         (www-set-display-feature-desc): Fix problem when `name@lang' is
1666         not existed.
1667         (www-batch-set): Don't use `decode-uri-string' for value of `char'
1668         and feature-value.
1669
1670         * cwiki-edit.el (www-edit-display-char-desc): Expect `uri-char' to
1671         be encoded as URI.
1672         (www-batch-edit): Don't use `decode-uri-string' for value of
1673         `char'.
1674
1675         * cwiki-view.el (www-display-char-desc): Expect `uri-char' to be
1676         encoded as URI; encode `uri-char' if it is a non-encoded
1677         character.
1678         (www-batch-view): Don't use `decode-uri-string' for value of
1679         `char'.
1680
1681         * cwiki-common.el (www-uri-decode-char): Expect char-rep to be
1682         encoded as URI.
1683         (www-uri-encode-char): Encode UCS characters as %XX encoding.
1684         (www-format-feature-name-as-CCS): Insert space between
1685         prefix (..., ===>, ==>, =>, =>>, =>>>, ..., =) and main-name.
1686         (www-html-display-text): Don't escape "&" except "&GT-".
1687
1688 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1689
1690         * cwiki-set.el (www-parse-string-as-space-separated-ids): New
1691         function.
1692         (www-parse-string-as-ku-ten): New function.
1693         (www-feature-parse-string): Support `space-separated-ids' and
1694         `ku-ten'.
1695
1696 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1697
1698         * cwiki-common.el (www-feature-value-format): Return
1699         'space-separated-ids for `structure' type features.
1700         (www-format-value-as-ids): New function.
1701         (www-format-apply-value): Use `www-format-value-as-ids' for format
1702         `space-separated-ids'.
1703
1704 2010-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
1705
1706         * cwiki-common.el, cwiki-edit.el, cwiki-set.el, cwiki-view.el: New
1707         files.