aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0caca2a353b..d14994fc3f2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12005-01-20 Kim F. Storm <storm@cua.dk> 12005-01-20 Kim F. Storm <storm@cua.dk>
2 2
3 * xterm.c (x_draw_glyph_string_box): Fix last_x for full width rows.
4 Thanks to Chong Yidong <cyd@stupidchicken.com> for debugging this.
5
6 * macterm.c (x_draw_glyph_string_box): Likewise.
7
8 * w32term.c (x_draw_glyph_string_box): Likewise.
9
3 * indent.c (Fvertical_motion): Temporarily disable selective display. 10 * indent.c (Fvertical_motion): Temporarily disable selective display.
4 11
52005-01-19 Kim F. Storm <storm@cua.dk> 122005-01-19 Kim F. Storm <storm@cua.dk>