aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2005-04-28 04:56:56 +0000
committerKenichi Handa2005-04-28 04:56:56 +0000
commitd469f5c370dbb6fac0e8d6687b47ccfcf96a13a5 (patch)
treeb63325079e4ee092d3242ec98af9a1e5e54d3877
parent9a38f8d5f3f466bd349eac89afa69f6dbaa0fb4b (diff)
downloademacs-d469f5c370dbb6fac0e8d6687b47ccfcf96a13a5.tar.gz
emacs-d469f5c370dbb6fac0e8d6687b47ccfcf96a13a5.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog.unicode7
-rw-r--r--src/ChangeLog.unicode19
2 files changed, 26 insertions, 0 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode
index 7f1f179c2b6..b9e9a7d2ad6 100644
--- a/lisp/ChangeLog.unicode
+++ b/lisp/ChangeLog.unicode
@@ -1,3 +1,10 @@
12005-04-22 Kenichi Handa <handa@m17n.org>
2
3 * term/mac-win.el: Sync with the main trunk.
4 (mac-centraleurroman, mac-cyrillic): New charsets and coding
5 systems.
6 (mac-symbol, mac-dingbats): New charsets.
7
12005-04-21 Kenichi Handa <handa@m17n.org> 82005-04-21 Kenichi Handa <handa@m17n.org>
2 9
3 * international/characters.el: Set syntax of NBSP to punctuation. 10 * international/characters.el: Set syntax of NBSP to punctuation.
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 @@
12005-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
152005-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
12005-04-25 Kenichi Handa <handa@m17n.org> 202005-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