comparison src/ChangeLog @ 103743:5c9fcfe64010

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 07 Jul 2009 06:27:23 +0000
parents ef4a24ec292c
children 143908a11f1f
comparison
equal deleted inserted replaced
103742:ffed171dcaeb 103743:5c9fcfe64010
1 2009-07-07 Kenichi Handa <handa@m17n.org>
2
3 * character.h (unibyte_has_multibyte_table): Delete extern.
4 (UNIBYTE_CHAR_HAS_MULTIBYTE_P): Delete it.
5
6 * charset.c (Fset_charset_priority): Update charset_unibyte.
7 (syms_of_charset): Initialize charset_unibyte.
8
9 * character.c (unibyte_has_multibyte_table): Delete it.
10 (multibyte_char_to_unibyte): Use CHAR_TO_BYTE8 instead of checking
11 charset_unibyte.
12 (multibyte_char_to_unibyte_safe): Likewise.
13 (Funibyte_char_to_multibyte): Don't check charset_unibyte.
14
15 * xdisp.c (get_next_display_element): Decode it->c by
16 charset_unibyte.
17 (x_produce_glyphs): Likewise.
18
19 * .gdbinit (xcharset): Fix the treating $arg0.
20
1 2009-07-04 Eli Zaretskii <eliz@gnu.org> 21 2009-07-04 Eli Zaretskii <eliz@gnu.org>
2 22
3 Emulation of `getloadavg' on MS-Windows. 23 Emulation of `getloadavg' on MS-Windows.
4 * w32.c: Include float.h 24 * w32.c: Include float.h
5 (g_b_init_get_native_system_info, g_b_init_get_system_times) 25 (g_b_init_get_native_system_info, g_b_init_get_system_times)