X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2FChangeLog;h=87ee78f8e154c68ab9db7cbb1dd1e0580270f307;hb=d61a16e0ac1308c5a56f846c666e6c94fff5311a;hp=835ca62a067b405eb32e233a2d19d1479997ae27;hpb=3c29d5becc04e3a075d88499236487c3916ef108;p=chise%2Fxemacs-chise.git- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 835ca62..87ee78f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,82 @@ -2009-05-13 MORIOKA Tomohiko +2009-09-01 MORIOKA Tomohiko + + * mule/mule-coding.el (coded-charset-entity-reference-alist): Add + settings for `=>>jis-x0213-1@2000' and `=>>jis-x0213-1@2004'. + +2009-08-30 MORIOKA Tomohiko + + * mule/mule-charset.el (default-coded-charset-priority-list): Add + `=>>jis-x0208', `=>>jis-x0213-1', `=>jis-x0208' and + `=>jis-x0213-1'. + +2009-08-28 MORIOKA Tomohiko + + * mule/mule-conf.el (=>>jis-x0208): New coded-charset for XEmacs + CHISE. + (=>jis-x0208): Use `=>>jis-x0208' as the mother. + +2009-08-28 MORIOKA Tomohiko + + * mule/mule-conf.el (=>>jis-x0213-1): Renamed from + `<==>jis-x0213-1'. + (=>>jis-x0213-1@2000): Renamed from `<==>jis-x0213-1@2000'. + (=>>jis-x0213-1@2004): Renamed from `<==>jis-x0213-1@2004'. + (=>jis-x0208): Renamed from `<=>jis-x0208'. + (<=>jis-x0208): New alias for `=>jis-x0208'. + (=>jis-x0208@1997): Renamed from `<=>jis-x0208@1997'. + (<=>jis-x0208@1997): New alias for `=>jis-x0208@1997'. + (=>jis-x0213-1): Renamed from `<=>jis-x0213-1'. + (<=>jis-x0213-1): New alias for `=>jis-x0213-1'. + (=>jis-x0213-1@2000): Renamed from `<=>jis-x0213-1@2000'. + (<=>jis-x0213-1@2000): New alias for `=>jis-x0213-1@2000'. + (=>jis-x0213-1@2004): Renamed from `<=>jis-x0213-1@2004'. + (<=>jis-x0213-1@2004): New alias for `=>jis-x0213-1@2004'. + (=>>gt): Renamed from `<==>gt'. + (<==>gt): New alias for `=>>gt'. + +2009-08-27 MORIOKA Tomohiko + + * mule/mule-coding.el: (coded-charset-entity-reference-alist): + - Use `=jis-x0213-1@2000' instead of `japanese-jisx0213-1' + - Use `=jis-x0213-2' instead of `japanese-jisx0213-2'. + - Use `<=>jis-x0208@1997' instead of `=jis-x0208@1997'. + - Add settings for `<=>jis-x0213-1@2000' and + `<=>jis-x0213-1@2004'. + + * mule/mule-conf.el (=jis-x0208@1978/-4X): New coded-charset for + XEmacs CHISE. + (<==>jis-x0213-1): Likewise. + (<==>jis-x0213-1@2000): Likewise. + (<==>jis-x0213-1@2004): Likewise. + (<=>jis-x0208): Add property `=>iso-ir 168'. + (<=>jis-x0208@1997): Likewise. + (<=>jis-x0213-1): Use `<==>jis-x0213-1' instead of `=jis-x0213-1' + as the mother; add property `=>iso-ir 228'. + (<=>jis-x0213-1@2000): Modify DOC-string; fix `registry'; add + property `=>iso-ir 228'. + (<=>jis-x0213-1@2004): Modify DOC-string; fix `registry'; add + property `=>iso-ir 233'. + (<==>gt): Renamed from `<=>gt'. + (<=>gt): New alias for `<==>gt'. + +2009-08-25 MORIOKA Tomohiko + + * mule/mule-conf.el (<=>jis-x0208): New coded-charset for XEmacs + CHISE. + (<=>jis-x0208@1997): Renamed from `=jis-x0208@1997'; use + `<=>jis-x0208' as the mother. + (<=>jis-x0213-1): New coded-charset for XEmacs CHISE. + (<=>jis-x0213-1@2000): Ditto. + (<=>jis-x0213-1@2004): Ditto. + +2009-06-22 MORIOKA Tomohiko + + * mule/mule-coding.el (coded-charset-entity-reference-alist): Add + settings for `<=>gt'. + + * mule/mule-conf.el (<=>gt): New coded-charset for XEmacs CHISE. + +2009-04-07 MORIOKA Tomohiko * mule/mule-conf.el (=jis-x0208@1978): Specify `=>iso-ir' in XEmacs CHISE. @@ -1468,6 +1546,36 @@ * files.el (insert-file-contents-literally): Treat file as binary; call file-name-handlers. [sync with Emacs 20.3.10] +2008-12-28 Vin Shelton + + * XEmacs 21.4.22 is released + +2008-12-30 Vin Shelton + + * easy-mmode.el: Added easy-mmode.el so autoload.el will work + during building even if no packages are found. + +2008-05-13 Aidan Kehoe + + * printer.el (generic-print-region): + (generic-print-buffer): + Use #'valid-device-type-p instead of #'valid-specifier-tag-p to + check if the msprinter device is available, now that msprinter is + always available as a specifier tag. + +2008-12-24 Vin Shelton + + * about.el: Add Francisco to my bio! + +2008-12-23 Vin Shelton + + * autoload.el: Move operator definitions to autoload-operators.el + in the xemacs-base package. + +2007-11-22 Vin Shelton + + * about.el (about-hacker-contribution): Updated my bio. + 2007-10-07 Vin Shelton * XEmacs 21.4.21 is released