comparison src/ChangeLog @ 60659:7c1548d32609

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 17 Mar 2005 02:01:23 +0000
parents daacc07136fb
children 45eae91a385d
comparison
equal deleted inserted replaced
60658:2b7e54e81973 60659:7c1548d32609
1 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca> 1 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
4
5 * coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
6 locale-coding-system, as was already done for WINDOWSNT.
2 7
3 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta 8 * keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
4 translation for chars in the 0-255 range. 9 translation for chars in the 0-255 range.
5 10
6 2005-03-16 Lute Kamstra <lute@gnu.org> 11 2005-03-16 Lute Kamstra <lute@gnu.org>