comparison src/ChangeLog.unicode @ 90775:7d8921cab8aa

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Fri, 23 Feb 2007 06:03:48 +0000
parents 8380fb3b4013
children c5ab22abb1ec
comparison
equal deleted inserted replaced
90774:81fa456eb1dc 90775:7d8921cab8aa
1 2007-02-23 Kenichi Handa <handa@m17n.org>
2
3 * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is
4 nonzero, don't shrink the buffer nextb.
5
6 * buffer.h (struct buffer_text): New member inhibit_shrinking.
7
8 * coding.c (coding_alloc_by_making_gap): New arg offset.
9 (alloc_destination): Call coding_alloc_by_making_gap with the arg
10 offset.
11 (decode_coding_iso_2022): Update coding->safe_charsets.
12 (decode_coding_gap): Temporarily set
13 current_buffer->text->inhibit_shrinking to 1.
14
1 2007-02-20 Kenichi Handa <handa@m17n.org> 15 2007-02-20 Kenichi Handa <handa@m17n.org>
2 16
3 * xterm.c (x_draw_composite_glyph_string_foreground): Fix 17 * xterm.c (x_draw_composite_glyph_string_foreground): Fix
4 indexing into elements of s->cmp and s->char2b. 18 indexing into elements of s->cmp and s->char2b.
5 19