diff options
| author | Kim F. Storm | 2006-01-23 13:13:42 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-01-23 13:13:42 +0000 |
| commit | 1ff4535b17963aab1ad08592b32e7c2e06c99839 (patch) | |
| tree | d30061cd6f2469814b573f4760d508ecbc297f8b /src | |
| parent | 0a4871997c099bcc11efeb29593f0907ad1cefe7 (diff) | |
| download | emacs-1ff4535b17963aab1ad08592b32e7c2e06c99839.tar.gz emacs-1ff4535b17963aab1ad08592b32e7c2e06c99839.zip | |
*** empty log message ***
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. |