From: MORIOKA Tomohiko Date: Tue, 23 Feb 2021 13:37:25 +0000 (+0900) Subject: update. X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fest.git;a=commitdiff_plain;h=8fa10cf4bbb268eca933efba0083c5dd2efad363 update. --- diff --git a/ChangeLog b/ChangeLog index c372087..7400cfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2021-02-23 MORIOKA Tomohiko + + * cwiki-view.el (www-display-object-desc): + - Add CSS setting for `h1'. + - Use `chise-wiki-glyphwiki-glyph-image-url' instead of + `https://glyphwiki.org/glyph'; use SVG instead of 50px PNG. + +2021-02-22 MORIOKA Tomohiko + + * cwiki-common.el (chise-wiki-bitmap-glyph-image-url): New + variable. + (chise-wiki-legacy-bitmap-glyphs-url): Renamed from + `chise-wiki-bitmap-glyphs-url'; use "https://www.chise.org/glyphs" + instead of "http://www.chise.org/glyphs". + (chise-wiki-hng-bitmap-glyphs-url): Use + "https://image.hng-data.org/glyphs/HNG" instead of + "http://hng.chise.org/glyphs/HNG". + (chise-wiki-daijiten-bitmap-glyphs-url): Use + "https://image.hng-data.org/glyphs/daijiten" instead of + "http://hng.chise.org/glyphs/daijiten". + (chise-wiki-glyph-cgi-url): Use + "https://www.chise.org/chisewiki/glyph.cgi" instead of + "http://www.chise.org/chisewiki/glyph.cgi". + (www-format-encode-string): + - Add settings for `=>>daikanwa' and `===ucs@ks'. + - Use `chise-wiki-legacy-bitmap-glyphs-url' instead of + `chise-wiki-bitmap-glyphs-url'. + - Use `chise-wiki-bitmap-glyph-image-url' for glyph-image path of + JEF-CHINA3 instead of + http://kanji.zinbun.kyoto-u.ac.jp/db/CHINA3/Gaiji/; use + JEF-CHINA3/.png instead of CHINA3/Gaiji/.gif. + - Use https://mojikiban.ipa.go.jp/ instead of + http://mojikiban.ipa.go.jp/. + - Use chise-wiki-glyphwiki-glyph-image-url instead of + "http://glyphwiki.org/glyph"; use SVG instead of 100px PNG. + - Add setting for &(o-|G-|g2-|R-)KU(+|-);. + - Use "https://www.unicode.org/cgi-bin/refglyph?24-" instead + of "http://www.unicode.org/cgi-bin/refglyph?24-". + (coded-charset-GlyphWiki-id-alist): Add setting for + `===jis-x0208@1978'. + 2021-02-22 MORIOKA Tomohiko * cwiki-view.el (www-display-object-desc):