comparison lisp/ChangeLog @ 3173:a2331a8fccb5

[xemacs-hg @ 2005-12-24 21:59:18 by aidan] Call set-current-locale on startup, to better allow the language environment init code to work out what it should do. Reverts a bug I introduced on 2005-12-17.
author aidan
date Sat, 24 Dec 2005 21:59:21 +0000
parents c112a340ac91
children 588878f5a654
comparison
equal deleted inserted replaced
3172:c112a340ac91 3173:a2331a8fccb5
1 2005-12-24 Aidan Kehoe <kehoea@parhasard.net>
2
3 * mule/mule-cmds.el (set-language-environment-coding-systems):
4 * mule/mule-cmds.el (init-locale-at-early-startup):
5 Call set-current-locale (the wrapper for setlocale(3)) before
6 checking the current locale, because the C code doesn't.
7
1 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> 8 2005-12-24 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * mule/chinese.el: 10 * mule/chinese.el:
4 Make euc-cn available as a coding system alias for cn-gb-2312, for 11 Make euc-cn available as a coding system alias for cn-gb-2312, for
5 the sake of consistency with euc-jp, euc-ko and the FSF. 12 the sake of consistency with euc-jp, euc-ko and the FSF.