comparison src/ChangeLog @ 68353:585bb942eb2b

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 23 Jan 2006 13:13:42 +0000
parents 4f0831b0d1ba
children db3ba0142623
comparison
equal deleted inserted replaced
68352:de7cc6d3013b 68353:585bb942eb2b
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.
4 (x_error_message): New var to replace x_error_message_string. 12 (x_error_message): New var to replace x_error_message_string.
5 (x_error_catcher, x_catch_errors, x_catch_errors_unwind) 13 (x_error_catcher, x_catch_errors, x_catch_errors_unwind)