diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4bc9e69ce12..eabe023a24e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2004-12-30 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * fileio.c (Finsert_file_contents): Don't use | ||
| 4 | current_buffer->buffer_file_coding_system even if REPLACE is | ||
| 5 | non-nil. Call Qafter_insert_file_set_coding with the second arg | ||
| 6 | VISIT. | ||
| 7 | |||
| 8 | * fontset.h (struct font_info): New members space_width and | ||
| 9 | average_width. | ||
| 10 | |||
| 11 | * frame.h (struct frame): New member space_width. | ||
| 12 | (FRAME_SPACE_WIDTH): New macro. | ||
| 13 | |||
| 14 | * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH. | ||
| 15 | |||
| 16 | * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to | ||
| 17 | fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to | ||
| 18 | fontp-?space_width.. | ||
| 19 | (x_load_font): Calculate fontp->space_width and | ||
| 20 | fontp->average_width. | ||
| 21 | (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH. | ||
| 22 | |||
| 23 | * xdisp.c (x_produce_glyphs): Calculate tab width by | ||
| 24 | FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH. | ||
| 25 | |||
| 1 | 2004-12-29 Sanghyuk Suh <han9kin@mac.com> | 26 | 2004-12-29 Sanghyuk Suh <han9kin@mac.com> |
| 2 | 27 | ||
| 3 | * macterm.c (SelectionRange): Add Xcode position apple event struct. | 28 | * macterm.c (SelectionRange): Add Xcode position apple event struct. |