diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 121fe76629e..0c69874e0b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-01-23 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (handle_single_display_spec): Fix handling of space | ||
| 4 | property on char from string: set *position rather than | ||
| 5 | it->current.pos. | ||
| 6 | (produce_stretch_glyph): Reduce width of stretch glyphs so they | ||
| 7 | don't get wider than the window (unless truncate-lines is on). | ||
| 8 | |||
| 1 | 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * xterm.c: Avoid allocating Lisp data from a signal handler. | 11 | * xterm.c: Avoid allocating Lisp data from a signal handler. |