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