diff options
| author | Kim F. Storm | 2005-11-11 15:36:23 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-11-11 15:36:23 +0000 |
| commit | 8c41220cefa2a8cab4f65fbcdfe97fe08a2ecc10 (patch) | |
| tree | a698d631cb3d6ff881e28954c75569567500aa7c /src/ChangeLog | |
| parent | fcc38f6dbea421501d78db607628469ce3acb2fb (diff) | |
| download | emacs-8c41220cefa2a8cab4f65fbcdfe97fe08a2ecc10.tar.gz emacs-8c41220cefa2a8cab4f65fbcdfe97fe08a2ecc10.zip | |
(FATAL ERRORS): Fix infinite loop in redisplay
when displaying a non-breaking space in an overlay string.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c7af9a83701..cdba368c48a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2005-11-11 Kim F. Storm <storm@cua.dk> | 1 | 2005-11-11 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * doc.c (Fsubstitute_command_keys): Doc fix. | ||
| 4 | |||
| 3 | * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p. | 5 | * dispextern.h (struct it): New member ignore_overlay_strings_at_pos_p. |
| 4 | 6 | ||
| 5 | * xdisp.c (handle_stop): Skip overlay string handling if | 7 | * xdisp.c (handle_stop): Skip overlay string handling if |