# HG changeset patch # User Kim F. Storm # Date 1138022022 0 # Node ID 585bb942eb2bfe5e38dc39345964b1531b3374f0 # Parent de7cc6d3013b76982f5418215ae30feeb111cc8e *** empty log message *** diff -r de7cc6d3013b -r 585bb942eb2b src/ChangeLog --- a/src/ChangeLog Mon Jan 23 04:05:59 2006 +0000 +++ b/src/ChangeLog Mon Jan 23 13:13:42 2006 +0000 @@ -1,3 +1,11 @@ +2006-01-23 Kim F. Storm + + * xdisp.c (handle_single_display_spec): Fix handling of space + property on char from string: set *position rather than + it->current.pos. + (produce_stretch_glyph): Reduce width of stretch glyphs so they + don't get wider than the window (unless truncate-lines is on). + 2006-01-22 Stefan Monnier * xterm.c: Avoid allocating Lisp data from a signal handler.