From: Kim F. Storm Date: Mon, 23 Jan 2006 13:13:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.90~4614 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ff4535b17963aab1ad08592b32e7c2e06c99839;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 121fe76629e..0c69874e0b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.