diff options
| author | Kenichi Handa | 2007-02-23 06:03:48 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-02-23 06:03:48 +0000 |
| commit | 55a5664de23c07003d4d2584fc065619609500b6 (patch) | |
| tree | 2a60ff6b8d971c946a5663c2dd104d11a2e29f2a /src/ChangeLog.unicode | |
| parent | dc7b4525e5d0251a6da13b28354b245906adf42b (diff) | |
| download | emacs-55a5664de23c07003d4d2584fc065619609500b6.tar.gz emacs-55a5664de23c07003d4d2584fc065619609500b6.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog.unicode')
| -rw-r--r-- | src/ChangeLog.unicode | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode index 532d81fa74b..28bbf9f9219 100644 --- a/src/ChangeLog.unicode +++ b/src/ChangeLog.unicode | |||
| @@ -1,3 +1,17 @@ | |||
| 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 |