]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Fri, 23 Feb 2007 06:03:48 +0000 (06:03 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 23 Feb 2007 06:03:48 +0000 (06:03 +0000)
src/ChangeLog.unicode

index 532d81fa74b817bb5751f8f2c1e4e64a270ddb86..28bbf9f92197314c49f6849875d6c5b27ab7cffa 100644 (file)
@@ -1,3 +1,17 @@
+2007-02-23  Kenichi Handa  <handa@m17n.org>
+
+       * 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  <handa@m17n.org>
 
        * xterm.c (x_draw_composite_glyph_string_foreground): Fix