diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0d44f31fb04..9245e81a536 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-05-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (handle_single_display_spec): Return 1 for left-margin | ||
| 4 | and right-margin display specs even if the spec is invalid or we | ||
| 5 | are on a TTY, and thus unable to display on the fringes. That's | ||
| 6 | because the text with the property will not be displayed anyway, | ||
| 7 | so we need to signal to the caller that this is a "replacing" | ||
| 8 | display spec. This fixes display when the spec is invalid or we | ||
| 9 | are on a TTY. | ||
| 10 | |||
| 1 | 2012-05-09 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2012-05-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | * unexaix.c (make_hdr): Fix typo in prototype. | 13 | * unexaix.c (make_hdr): Fix typo in prototype. |