comparison lisp/ChangeLog @ 88699:dca7b491d37e

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 31 May 2002 13:04:49 +0000
parents 59ab6f887f33
children a3166d00b2d6
comparison
equal deleted inserted replaced
88698:97ff20849724 88699:dca7b491d37e
1 2002-05-31 Dave Love <fx@gnu.org>
2
3 * international/mule.el (unify-8859-on-encoding-mode)
4 (unify-8859-on-decoding-mode): Remove :init-value.
5
1 2002-05-31 Kenichi Handa <handa@etl.go.jp> 6 2002-05-31 Kenichi Handa <handa@etl.go.jp>
2 7
3 * international/fontset.el: Change registry for japanese-jisx0208 8 * international/fontset.el: Change registry for japanese-jisx0208
4 to "JISX0208*" in the default fontset. 9 to "JISX0208*" in the default fontset.
5 (font-encoding-alist): Add an entry for "JISX0208.1983" and 10 (font-encoding-alist): Add an entry for "JISX0208.1983" and
52 57
53 * desktop.el (desktop-save): Likewise. 58 * desktop.el (desktop-save): Likewise.
54 59
55 2002-05-26 Dave Love <fx@gnu.org> 60 2002-05-26 Dave Love <fx@gnu.org>
56 61
57 * mule.el (with-category-table): Use make-symbol. 62 * international/mule.el (with-category-table): Use make-symbol.
58 (coding-system-list): Use coding-system-aliases. 63 (coding-system-list): Use coding-system-aliases.
59 (make-translation-table): Don't deal with generic characters. 64 (make-translation-table): Don't deal with generic characters.
60 65
61 * mule-util.el: (coding-system-post-read-conversion) 66 * international/mule-util.el: (coding-system-post-read-conversion)
62 (coding-system-pre-write-conversion) 67 (coding-system-pre-write-conversion)
63 (coding-system-translation-table-for-decode) 68 (coding-system-translation-table-for-decode)
64 (coding-system-translation-table-for-encode): Get the right 69 (coding-system-translation-table-for-encode): Get the right
65 properties. 70 properties.
66 (with-coding-priority): New macro. 71 (with-coding-priority): New macro.