# HG changeset patch # User Kenichi Handa # Date 1172210628 0 # Node ID 7d8921cab8aa4f550b8281e6b119ef6b6734c03d # Parent 81fa456eb1dc7caa7ac9e74f6996563da5bc2625 *** empty log message *** diff -r 81fa456eb1dc -r 7d8921cab8aa src/ChangeLog.unicode --- a/src/ChangeLog.unicode Fri Feb 23 06:03:41 2007 +0000 +++ b/src/ChangeLog.unicode Fri Feb 23 06:03:48 2007 +0000 @@ -1,3 +1,17 @@ +2007-02-23 Kenichi Handa + + * alloc.c (Fgarbage_collect): If nextb->text->inhibit_shrinking is + nonzero, don't shrink the buffer nextb. + + * buffer.h (struct buffer_text): New member inhibit_shrinking. + + * coding.c (coding_alloc_by_making_gap): New arg offset. + (alloc_destination): Call coding_alloc_by_making_gap with the arg + offset. + (decode_coding_iso_2022): Update coding->safe_charsets. + (decode_coding_gap): Temporarily set + current_buffer->text->inhibit_shrinking to 1. + 2007-02-20 Kenichi Handa * xterm.c (x_draw_composite_glyph_string_foreground): Fix