diff options
| author | Kenichi Handa | 2005-04-28 04:56:56 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-04-28 04:56:56 +0000 |
| commit | d469f5c370dbb6fac0e8d6687b47ccfcf96a13a5 (patch) | |
| tree | b63325079e4ee092d3242ec98af9a1e5e54d3877 /src | |
| parent | 9a38f8d5f3f466bd349eac89afa69f6dbaa0fb4b (diff) | |
| download | emacs-d469f5c370dbb6fac0e8d6687b47ccfcf96a13a5.tar.gz emacs-d469f5c370dbb6fac0e8d6687b47ccfcf96a13a5.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.unicode | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index ad8efe46a00..bc19b41e6d0 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2005-04-28 Benjamin Riefenstahl <b.riefenstahl@turtle-trading.net> | ||
| 2 | |||
| 3 | * w32select.c (validate_coding_system) | ||
| 4 | (setup_windows_coding_system): New functions. | ||
| 5 | (convert_to_handle_as_coded, Fw32_get_clipboard_data): Use | ||
| 6 | setup_windows_coding_system. | ||
| 7 | (setup_config, Fw32_get_clipboard_data): Use | ||
| 8 | validate_coding_system. | ||
| 9 | (Fx_selection_exists): Move call to setup_config to a place | ||
| 10 | were signals are allowed. | ||
| 11 | |||
| 12 | * lisp.h (Fcoding_system_base, Fcoding_system_eol_type) | ||
| 13 | (Fcheck_coding_system): Add declarations. | ||
| 14 | |||
| 15 | 2005-04-28 Kenichi Handa <handa@m17n.org> | ||
| 16 | |||
| 17 | * s/ms-w32.h (STDC_HEADERS): Sync with the change in | ||
| 18 | HEAD (2005-04-23). | ||
| 19 | |||
| 1 | 2005-04-25 Kenichi Handa <handa@m17n.org> | 20 | 2005-04-25 Kenichi Handa <handa@m17n.org> |
| 2 | 21 | ||
| 3 | * charset.c (load_charset_map_from_vector): Fix for the first | 22 | * charset.c (load_charset_map_from_vector): Fix for the first |