diff options
author | Eli Zaretskii <eliz@gnu.org> | 2014-09-07 20:16:36 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2014-09-07 20:16:36 +0300 |
commit | 938aed6ef8c0f6ad609c791b1549580b261a5f12 (patch) | |
tree | fe615ff2c3eba6918caf7a297e5cd107644443b3 /src/ChangeLog | |
parent | 6ac5571c627d3f2e06ccd82a7926871065597e43 (diff) | |
download | emacs-938aed6ef8c0f6ad609c791b1549580b261a5f12.tar.gz |
Fix bug #18419 with disappearing line numbers when minibuffer is resized.
src/dispnew.c (prepare_desired_row): When MODE_LINE_P is zero,
always make sure the marginal areas of the row are in sync with
what the window wants.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a1d604b56d4..e834a2cc161 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2014-09-07 Eli Zaretskii <eliz@gnu.org> + + * dispnew.c (prepare_desired_row): When MODE_LINE_P is zero, + always make sure the marginal areas of the row are in sync with + what the window wants. (Bug#18419) + 2014-09-04 Eli Zaretskii <eliz@gnu.org> * data.c (set_internal): Use assq_no_quit, not Fassq, to find an |