1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

*** empty log message ***

This commit is contained in:
Stefan Monnier 2005-03-17 02:01:23 +00:00
parent b64b78ccfc
commit 11a646cddd

View file

@ -1,5 +1,10 @@
2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
* xmenu.c (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.
* coding.h (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use the
locale-coding-system, as was already done for WINDOWSNT.
* keyboard.c (read_char): Only do the 7-bit-meta -> 27-bit-meta
translation for chars in the 0-255 range.