# HG changeset patch # User Kenichi Handa # Date 1114664216 0 # Node ID bf4846baba9a9a9c537c3e084c3f3c6660758ca4 # Parent a1ee5124bb20e55c46f4cdfde50eadc3bff54a44 *** empty log message *** diff -r a1ee5124bb20 -r bf4846baba9a lisp/ChangeLog.unicode --- a/lisp/ChangeLog.unicode Thu Apr 28 04:56:25 2005 +0000 +++ b/lisp/ChangeLog.unicode Thu Apr 28 04:56:56 2005 +0000 @@ -1,3 +1,10 @@ +2005-04-22 Kenichi Handa + + * term/mac-win.el: Sync with the main trunk. + (mac-centraleurroman, mac-cyrillic): New charsets and coding + systems. + (mac-symbol, mac-dingbats): New charsets. + 2005-04-21 Kenichi Handa * international/characters.el: Set syntax of NBSP to punctuation. diff -r a1ee5124bb20 -r bf4846baba9a src/ChangeLog.unicode --- a/src/ChangeLog.unicode Thu Apr 28 04:56:25 2005 +0000 +++ b/src/ChangeLog.unicode Thu Apr 28 04:56:56 2005 +0000 @@ -1,3 +1,22 @@ +2005-04-28 Benjamin Riefenstahl + + * w32select.c (validate_coding_system) + (setup_windows_coding_system): New functions. + (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use + setup_windows_coding_system. + (setup_config, Fw32_get_clipboard_data): Use + validate_coding_system. + (Fx_selection_exists): Move call to setup_config to a place + were signals are allowed. + + * lisp.h (Fcoding_system_base, Fcoding_system_eol_type) + (Fcheck_coding_system): Add declarations. + +2005-04-28 Kenichi Handa + + * s/ms-w32.h (STDC_HEADERS): Sync with the change in + HEAD (2005-04-23). + 2005-04-25 Kenichi Handa * charset.c (load_charset_map_from_vector): Fix for the first