changeset 68353:585bb942eb2b

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 23 Jan 2006 13:13:42 +0000
parents de7cc6d3013b
children 2e3377217d77
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <storm@cua.dk>
+
+	* 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  <monnier@iro.umontreal.ca>
 
 	* xterm.c: Avoid allocating Lisp data from a signal handler.