aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2004-12-30 12:45:22 +0000
committerKenichi Handa <[email protected]>2004-12-30 12:45:22 +0000
commitc243063e8eb7c0f2aa4186da113ef0e677072a5e (patch)
treed4eb8ff243f484e9b8723323b010cfb9621d845e /src
parent004f48da21e0158d1623f7d3bc7a3cf69696884e (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4bc9e69ce1..eabe023a24 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
+2004-12-30 Kenichi Handa <[email protected]>
+
+ * fileio.c (Finsert_file_contents): Don't use
+ current_buffer->buffer_file_coding_system even if REPLACE is
+ non-nil. Call Qafter_insert_file_set_coding with the second arg
+ VISIT.
+
+ * fontset.h (struct font_info): New members space_width and
+ average_width.
+
+ * frame.h (struct frame): New member space_width.
+ (FRAME_SPACE_WIDTH): New macro.
+
+ * xterm.h (struct x_display_info): New member Xatom_AVERAGE_WIDTH.
+
+ * xterm.c (x_new_font): Set FRAME_COLUMN_WIDTH to
+ fontp->average_width, not FONT_WIDTH. Set FRAME_SPACE_WIDTH to
+ fontp-?space_width..
+ (x_load_font): Calculate fontp->space_width and
+ fontp->average_width.
+ (x_term_init): Initialize dpyinfo->Xatom_AVERAGE_WIDTH.
+
+ * xdisp.c (x_produce_glyphs): Calculate tab width by
+ FRAME_SPACE_WIDTH, not FRAME_COLUMN_WIDTH.
+
2004-12-29 Sanghyuk Suh <[email protected]>
* macterm.c (SelectionRange): Add Xcode position apple event struct.