update.
[chise/est.git] / ChangeLog
1 2010-12-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
2
3         * cwiki-common.el: Assign new genre `person-name@ruimoku'.
4
5 2010-11-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
6
7         * cwiki-edit.el (www-edit-display-object-desc): Renamed from
8         `www-edit-display-char-desc'; add new argument `genre'.
9         (www-batch-edit): Modify for `www-edit-display-object-desc'.
10
11         * cwiki-common.el (est-object-genre): New function.
12         (www-format-apply-value): Use `est-object-genre' instead of
13         `concord-object-genre'.
14
15 2010-11-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
16
17         * cwiki-common.el (www-get-feature-value): Add error-handler for
18         `concord-object-get'.
19         (www-format-value-as-char-list): Refer feature
20         `object-representation-format' instead of `name'.
21         (www-format-apply-value): Modify to edit non-character object.
22
23         * cwiki-view.el (www-display-object-desc): Modify to edit
24         non-character object.
25         (www-display-feature-desc): Add new argument `genre'.
26
27 2010-11-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
28
29         * cwiki-common.el: Assign new genre `region@ruimoku'.
30
31 2010-11-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
32
33         * cwiki-view.el (www-display-object-desc): Don't display CHISE
34         IDS-Find for non-character object.
35
36         * cwiki-common.el: Modify genres of ruimoku.
37
38 2010-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
39
40         * cwiki-view.el (www-display-object-desc): Use
41         `www-uri-encode-object' instead of `www-uri-encode-char'.
42         (www-batch-view): Likewise.
43
44         * cwiki-common.el (www-uri-encode-object): Renamed from
45         `www-uri-encode-char'.
46         (www-format-value-as-char-list): Use `www-uri-encode-object'
47         instead of `www-uri-encode-char'.
48         (www-format-value-as-ids): Likewise.
49         (www-format-eval-unit): Likewise.
50
51 2010-11-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
52
53         * cwiki-common.el (www-uri-encode-char): Support non-character
54         object.
55         (www-format-value-as-char-list): Add link and readable
56         presentation for non-character object.
57
58 2010-11-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
59
60         * cwiki-set.el (www-batch-set): Encode `xemacs-chise-version'.
61
62         * cwiki-add.el (www-batch-add): Encode `xemacs-chise-version'.
63
64         * cwiki-edit.el (www-batch-edit): Encode `xemacs-chise-version'.
65
66         * cwiki-view.el (www-batch-view): Encode (emacs-version).
67
68 2010-11-10  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
69
70         * cwiki-common.el (www-format-apply-value): Rename argument
71         `uri-char' to `uri-object'.
72         (www-format-eval-feature-value): Rename argument `char' and
73         `uri-char' to `object' and `uri-object'.
74         (www-format-eval-unit): Likewise.
75         (www-format-eval-list): Likewise.
76
77 2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
78
79         * cwiki-view.el (www-display-object-desc): New function.
80
81         * cwiki-common.el (est-format-object): New function.
82
83 2010-10-14  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
84
85         * cwiki-common.el (www-get-genre): Abolished.
86         (www-get-feature-value): Don't use `www-get-genre'.
87
88 2010-10-12  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
89
90         * cwiki-common.el:
91         - Set `file-name-coding-system' to 'utf-8-mcs-er.
92         - Add settings to assign genres of Ruimoku.
93         (www-get-feature-value): Modify for non-character genres.
94         (www-uri-decode-object): Use `www-uri-decode-feature-name' for
95         objects of `feature' genre.
96
97         * cwiki-view.el (www-display-object-desc): Fix problem when
98         `object' is not a character.
99         (www-batch-view): Support general genres.
100
101 2010-09-15  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
102
103         * cwiki-common.el (www-get-genre): New function.
104         (www-get-feature-value): Renamed from `www-char-feature'.
105         (www-uri-decode-object): Renamed from `www-uri-decode-char'; add
106         new argument `genre'.
107
108         * cwiki-view.el (www-display-object-desc): Renamed from
109         `www-display-char-desc'; add new argument `genre'.
110
111         * cwiki-add.el (www-add-display-char-desc): Use
112         `www-uri-decode-object' instead of `www-uri-decode-char'.
113
114         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
115         Use `www-uri-decode-object' instead of `www-uri-decode-char'.
116         (www-parse-string-as-space-separated-ids): Likewise.
117         (www-set-display-char-desc): Likewise; use `www-get-feature-value'
118         instead of `www-char-feature'.
119
120         * cwiki-edit.el (www-edit-display-feature-input-box): Use
121         `www-get-feature-value' instead of `www-char-feature'.
122         (www-edit-display-char-desc): Use `www-uri-decode-object' instead
123         of `www-uri-decode-char'.
124
125 2010-09-13  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
126
127         * cwiki-add.el: New file.
128
129 2010-04-08  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
130
131         * cwiki-view.el (www-display-char-desc): Use
132         `chise-wiki-displayed-features' instead of `displayed-features'.
133
134         * cwiki-common.el (chise-wiki-displayed-features): New variable.
135         (char-feature-name-at-domain): Fix problem when `domain' is nil.
136         (char-feature-name-domain): New function.
137         (www-uri-make-feature-name-url): New function.
138         (www-format-props-to-string): Fix problem when :len's value is
139         string.
140         (www-format-eval-unit):
141         - When :feature is specified, prefer FEATURE@DOMAIN to FEATURE.
142         - When :feature is specified in value related format functions,
143           add the displayed feature-name to
144           `chise-wiki-displayed-features'.
145         - Support `name-url' and `domain-name'.
146
147 2010-04-07  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
148
149         * cwiki-view.el (www-display-feature-desc): Fix problem to display
150         non-ASCII characters in property `format'.
151
152 2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
153
154         * cwiki-view.el (www-display-char-desc): Use `www-feature-format'.
155         (www-display-feature-desc): Ditto.
156
157         * cwiki-common.el (www-feature-format): New function.
158         (www-format-eval-unit): Support `:feature' property for `value'
159         related functions and `name' function.
160
161 2010-04-06  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
162
163         * cwiki-common.el (www-feature-value-format): Search ancestors'
164         property if own property is not found.
165         (char-feature-name-parent): New function.
166         (www-format-feature-name*): Search ancestors' property if own
167         property is not found.
168
169 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
170
171         * cwiki-edit.el (www-edit-display-feature-desc): Display and
172         support editing of property `format'.
173
174         * cwiki-common.el (find-previous-defined-code-point): Fix problem
175         with `=ucs'.
176
177         * cwiki-view.el (www-display-feature-desc): Add edit button for
178         `format'.
179
180 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
181
182         * cwiki-common.el (www-feature-value-format): Add
183         `(prev-char) (next-char)' into default format of CCS feature.
184         (get-previous-code-point): New function.
185         (get-next-code-point): New function.
186         (find-previous-defined-code-point): New function.
187         (find-next-defined-code-point): New function.
188         (www-format-eval-unit): Support `prev-char' and `next-char'.
189
190 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
191
192         * cwiki-view.el (www-display-char-desc): Don't display "add
193         feature" button when running with simple mode.
194
195 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
196
197         * cwiki-set.el (www-set-display-feature-desc): Refer
198         `chise-wiki-view-url'.
199
200 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
201
202         * cwiki-view.el (www-display-feature-desc): Add new optional
203         argument `simple'; display "Edit" and "New Account" buttons when
204         running with simple mode; display "Simple" button when running
205         with edit mode.
206         (www-batch-view): Modify for `www-display-feature-desc' to support
207         mode.
208
209 2010-04-05  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
210
211         * cwiki-view.el (www-display-char-desc): Use <div> instead of <p>
212         to display feature in top-level.
213
214 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
215
216         * cwiki-set.el (chise-wiki-view-url): Use "view.cgi" instead of
217         "../view.cgi".
218
219         * cwiki-edit.el (chise-wiki-view-url): Use "view.cgi" instead of
220         "../view.cgi".
221
222         * cwiki-view.el (chise-wiki-edit-url): Use "edit.cgi" instead of
223         "edit/edit.cgi".
224         (chise-wiki-add-url): Use "add.cgi" instead of "edit/add.cgi".
225         (www-display-char-desc): Add new optional argument `simple';
226         display "Edit" and "New Account" buttons when running with simple
227         mode; display "Simple" button when running with edit mode.
228         (www-batch-view): Modify to support mode.
229
230         * cwiki-common.el (chise-wiki-edit-url): Changed to "edit.cgi".
231         (www-format-value): Add new optional argument `without-edit';
232         modify for `www-format-apply-value'.
233         (www-format-apply-value): Add new optional argument
234         `without-edit'; modify for `www-format-eval-list'.
235         (www-format-eval-feature-value): Add new optional arguments
236         `without-tags' and `without-edit'; modify for
237         `www-format-apply-value' and `www-format-eval-list'.
238         (www-format-eval-unit):
239         - Add new optional arguments `without-tags' and `without-edit';
240           modify for `www-format-eval-feature-value',
241           `www-format-apply-value' and `www-format-eval-list'.
242         - specify 'without-tags and 'without-edit for
243           `www-format-eval-list' in href part of `link'.
244         (www-format-eval-list): Add new optional arguments `without-tags'
245         and `without-edit'; modify for `www-format-eval-unit'.
246
247 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
248
249         * cwiki-common.el (www-format-eval-unit): Treat `string' as a
250         format specifier of feature-value.
251
252 2010-04-04  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
253
254         * cwiki-common.el (www-format-props-to-string): When `:len' is
255         specified, treat `:zero-padding' is specified.
256
257 2010-04-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
258
259         * cwiki-common.el (www-uri-encode-char): Use `=ruimoku-v6'.
260         (www-format-encode-string): Display `=ruimoku-v6' characters.
261
262         * cwiki-glyph.el (www-glyph-generate-png): Support `=ruimoku-v6'.
263         (www-glyph-display-png): Support RUI6-hhhh;
264
265 2010-04-02  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
266
267         * cwiki-common.el (www-uri-encode-char): Accept `=>zinbun-oracle'.
268         (www-format-encode-string):
269         - Display &A-ZOB-dddd;.
270         - Support `ideographic-combination'(合文) and
271           `ideographic-structure'.
272
273 2010-04-01  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
274
275         * cwiki-view.el (www-batch-view): Accept
276         "?char=&ENTITY-REFERENCE;".
277
278 2010-03-31  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
279
280         * cwiki-view.el (www-display-char-desc): Use
281         `char-feature-name-sans-versions' to avoid domain `$rev=latest'
282         when sort feature-names.
283
284 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
285
286         * cwiki-common.el (www-format-value-as-domain-list): New function.
287         (www-format-apply-value): Support `space-separated-domain-list'.
288         (char-GlyphWiki-id): Try to avoid uHHHH-{u|us}.
289
290 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
291
292         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): Add setting
293         for `=ucs@jis', `=jis-x0208@1978/-4pr' and `=jis-x0208@1978'.
294         (char-GlyphWiki-id): Use `char-feature' instead of `encode-char'.
295
296 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
297
298         * cwiki-view.el (www-display-char-desc): Add input form for CHISE
299         IDS-Find.
300
301 2010-03-29  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
302
303         * cwiki-view.el (www-display-char-desc): Try to display glyph of
304         GlyphWiki and link it.
305
306         * cwiki-common.el (coded-charset-GlyphWiki-id-alist): New
307         variable.
308         (char-GlyphWiki-id): New function.
309
310 2010-03-28  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
311
312         * cwiki-set.el (www-parse-string-as-kangxi-radical): New function.
313         (www-feature-parse-string): Support format `kangxi-radical'.
314
315         * cwiki-common.el (www-format-value-as-kangxi-radical): New
316         function.
317         (www-format-apply-value): Support format `kangxi-radical'.
318         (www-format-eval-unit): Support `kangxi-radical' as a value
319         format.
320
321 2010-03-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
322
323         * cwiki-common.el (www-format-value-default): New function.
324         (www-format-encode-string):
325         - Prefer `=gt' to `=cns11643-{1..7}'.
326         - Display &(G-)GT-Kddddd; entity references.
327         (www-format-apply-value):
328         - New implementation for format `string'.
329         - Use `www-format-value-default' for default format.
330
331         * cwiki-glyph.el (www-glyph-generate-png): Support `=gt-k'.
332         (www-glyph-display-png): Support GT-Kddddd.
333
334         * cwiki-set.el (www-parse-string-default): New implementation.
335         (www-set-display-feature-desc):
336         - New argument `format'.
337         - Display `value-format'.
338         (www-batch-set): Modify for the API change to set feature's
339         property.
340
341         * cwiki-view.el (www-display-char-desc): Display parents in the
342         header.
343         (www-display-feature-desc): Use `www-format-value' with default
344         format instead of `www-xml-format-list' and
345         `www-format-encode-string'.
346
347         * cwiki-edit.el (www-edit-display-feature-input-box): Add new
348         optional argument `value'.
349         (www-edit-display-feature-desc):
350         - Use `www-edit-display-feature-input-box' instead of
351           `www-edit-display-input-box'.
352         - Display `value-format'.
353
354 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
355
356         * cwiki-view.el (www-display-feature-desc): Display [edit] button
357         of `value-format'.
358
359 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
360
361         * cwiki-common.el (www-xml-format-unit): Escape `&'.
362
363 2010-03-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
364
365         * cwiki-common.el (www-format-encode-string): Display
366         &U-hhhhhhhh;.
367         (www-xml-format-props): Encode property value.
368         (www-xml-format-unit): Encode string.
369
370         * cwiki-edit.el (www-edit-display-feature-input-box): Escape <">.
371
372         * cwiki-view.el (www-display-feature-desc): Modify design of
373         [edit] button.
374
375 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
376
377         * cwiki-set.el (www-xml-to-stext-unit): Support
378         <link><ref>...</ref>...</link>.
379
380         * cwiki-common.el (www-xml-format-unit): Support tag style `ref'
381         in `link'.
382
383         * cwiki-view.el (www-display-feature-desc): Display `value-format'
384         and `format'.
385
386 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
387
388         * cwiki-common.el (www-format-feature-name-as-metadata): New
389         function.
390         (www-format-feature-name*): Use
391         `www-format-feature-name-as-metadata' for metadata features.
392
393 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
394
395         * cwiki-set.el (www-xml-parse-string): New function.
396         (www-xml-to-stext-props): New function.
397         (www-xml-to-stext-unit): New function.
398         (www-xml-to-stext-list): New function.
399         (www-stext-parse-xml-string): New function.
400         (www-parse-string-as-wiki-text): Use `www-stext-parse-xml-string'.
401
402         * cwiki-edit.el (www-edit-display-char-feature-default): Abolish.
403         (www-edit-display-char-feature-as-ucs): Abolish.
404         (www-edit-display-input-box): Add the first argument `object';
405         modify for `www-format-apply-value'.
406         (www-edit-display-feature-input-box): Modify input boxes; modify
407         for `www-format-value'.
408         (www-edit-display-feature-desc): Modify for
409         `www-edit-display-input-box'.
410
411         * cwiki-common.el (www-format-value): Add the first argument
412         `object' and the second argument `feature-name'; change argument
413         `variable' to be optional; modify for `www-format-apply-value'.
414         (www-format-apply-value): Add the first argument `object' and the
415         second argument `feature-name'; support format `wiki-text'.
416         (www-format-eval-feature-value): Modify for
417         `www-format-apply-value'.
418         (www-format-eval-unit): Likewise.
419         (www-xml-format-props): New function.
420         (www-xml-format-unit): New function.
421         (www-xml-format-list): New function.
422
423 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
424
425         * cwiki-set.el (www-set-display-char-desc):
426         - Setup property `additional-features' of feature `$object' when
427           feature value is stored.
428         - Mount additional-features.
429
430         * cwiki-view.el (www-char-display-feature-default): Abolished.
431         (www-char-display-feature-as-ucs): Abolished.
432         (www-display-char-desc): Mount additional-features.
433
434         * cwiki-common.el (www-feature-type): Support `*node' and
435         `*sources'.
436         (www-feature-value-format): Return `wiki-text' for type `stext'.
437         (www-format-apply-value): Don't set `default' even if a format is
438         not supported in this function.
439
440 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
441
442         * cwiki-set.el (www-parse-string-as-wiki-text): New function
443         [currently just a stub].
444         (www-feature-parse-string): Use `www-parse-string-as-wiki-text'.
445         (www-set-display-char-desc): Use
446         `char-feature-name-sans-versions'.
447
448         * cwiki-edit.el (www-edit-display-feature-input-box): New
449         function.
450         (www-edit-display-char-desc): Use
451         `www-edit-display-feature-input-box'.
452
453         * cwiki-view.el (www-display-char-desc): Use
454         `char-feature-name-sans-versions'.
455
456         * cwiki-common.el (char-feature-name-sans-versions): New function.
457
458 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
459
460         * cwiki-set.el (www-set-display-char-desc): Store new value into
461         FEATURE@$rev=latest; don't display `$rev=latest' domain features.
462
463         * cwiki-edit.el (www-edit-display-char-feature-default): Use
464         `www-char-feature' instead of `char-feature'.
465         (www-edit-display-char-feature-as-ucs): Likewise.
466         (www-edit-display-char-desc): Likewise; replace value of char-spec
467         with value of `www-char-feature'.
468
469         * cwiki-view.el (www-char-display-feature-default): Use
470         `www-char-feature' instead of `char-feature'.
471         (www-char-display-feature-as-ucs): Likewise.
472         (www-display-char-desc): Ignore `$rev=latest' domain features.
473
474         * cwiki-common.el (char-feature-name-at-domain): New function.
475         (www-char-feature): New function.
476         (www-format-encode-string): Use `www-char-feature' instead of
477         `char-feature'.
478         (www-format-eval-feature-value): Likewise.
479         (www-format-eval-unit): Likewise.
480
481 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
482
483         * cwiki-set.el (www-parse-string-default): New function.
484         (www-feature-parse-string):
485         - Support new format `string'.
486         - Use `www-parse-string-default' for `default'.
487
488 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
489
490         * cwiki-common.el (chise-wiki-glyph-cgi-url): New variable.
491         (www-uri-encode-char): Support `=>>gt'.
492         (www-format-encode-string):
493         - Use GT, Big5 and Big5-CDP fonts.
494         - Use http://www.unicode.org/cgi-bin/refglyph?24-hhhh to display
495           `=ucs@unicode' glyphs.
496         - Display &MCS-hhhhhhhh; with using child's glyph.
497
498         * cwiki-glyph.el: New file.
499
500 2010-03-18  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
501
502         * cwiki-common.el (chise-wiki-bitmap-glyphs-url): Renamed from
503         `chise-wiki-glyphs-url'.
504         (www-format-encode-string):
505         - Use `chise-wiki-bitmap-glyphs-url' instead of
506           `chise-wiki-glyphs-url'.
507         - Display &JC3-hhhh; and &ZOB-dddd;.
508
509 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
510
511         * cwiki-edit.el (www-edit-display-feature-desc): Use
512         `www-format-feature-name*' instead of `www-format-feature-name'.
513
514         * cwiki-common.el (www-uri-decode-char):
515         - Accept `:' again.
516         - Prefer `=>jis-x0208' and `=>jis-x0213-1' to `=big5' and
517           `=big5-cdp'.
518         - Fix problem when no CCSes are found.
519         (www-format-feature-name*): New function.
520         (www-format-feature-name): Use `www-format-feature-name*'.
521
522 2010-03-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
523
524         * cwiki-set.el (www-parse-string-as-space-separated-char-list):
525         Expect `string' to be encoded as URI.
526         (www-parse-string-as-space-separated-ids): Likewise.
527         (www-feature-parse-string): Likewise.
528         (www-set-display-char-desc): Expect `uri-char' to be encoded as
529         URI.
530         (www-set-display-feature-desc): Fix problem when `name@lang' is
531         not existed.
532         (www-batch-set): Don't use `decode-uri-string' for value of `char'
533         and feature-value.
534
535         * cwiki-edit.el (www-edit-display-char-desc): Expect `uri-char' to
536         be encoded as URI.
537         (www-batch-edit): Don't use `decode-uri-string' for value of
538         `char'.
539
540         * cwiki-view.el (www-display-char-desc): Expect `uri-char' to be
541         encoded as URI; encode `uri-char' if it is a non-encoded
542         character.
543         (www-batch-view): Don't use `decode-uri-string' for value of
544         `char'.
545
546         * cwiki-common.el (www-uri-decode-char): Expect char-rep to be
547         encoded as URI.
548         (www-uri-encode-char): Encode UCS characters as %XX encoding.
549         (www-format-feature-name-as-CCS): Insert space between
550         prefix (..., ===>, ==>, =>, =>>, =>>>, ..., =) and main-name.
551         (www-html-display-text): Don't escape "&" except "&GT-".
552
553 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
554
555         * cwiki-set.el (www-parse-string-as-space-separated-ids): New
556         function.
557         (www-parse-string-as-ku-ten): New function.
558         (www-feature-parse-string): Support `space-separated-ids' and
559         `ku-ten'.
560
561 2010-03-16  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
562
563         * cwiki-common.el (www-feature-value-format): Return
564         'space-separated-ids for `structure' type features.
565         (www-format-value-as-ids): New function.
566         (www-format-apply-value): Use `www-format-value-as-ids' for format
567         `space-separated-ids'.
568
569 2010-03-03  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
570
571         * cwiki-common.el, cwiki-edit.el, cwiki-set.el, cwiki-view.el: New
572         files.