diff options
author | Tom Hacohen <tom@stosb.com> | 2013-11-25 16:31:21 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-11-25 16:34:42 +0000 |
commit | e31472e8c32e7f74b4d8f9946e48bb00ef08117f (patch) | |
tree | 1cff57158e4a9cd3ebff270f98af39db0633b738 /ChangeLog | |
parent | 80844cbcd72d5c3c00104b8bf8f9c5e590bad2bc (diff) |
Entry: Fix scroller position to show cursor.
Before this commit, this would not always be the case.
I added a "scroll to cursor" for every change in entry size.
This is a further fix to T169. It's not exactly what described there,
but it's a similar issue I found while fixing it.
Somehow of a stage 2 for commit 80844cbcd72d5c3c00104b8bf8f9c5e590bad2bc.
This also adds changelog and news entries, as this issue is now fully fixed.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,9 @@ | |||
1 | 2013-11-25 Tom Hacohen | ||
2 | |||
3 | * Entry: Fixed issues with entry not scrolling to cursor. | ||
4 | |||
1 | 2013-11-05 Tom Hacohen | 5 | 2013-11-05 Tom Hacohen |
6 | |||
2 | * wsod: Fixed gdb hangs when generating backtraces. | 7 | * wsod: Fixed gdb hangs when generating backtraces. |
3 | 8 | ||
4 | 2013-10-07 Mike Blumenkrantz | 9 | 2013-10-07 Mike Blumenkrantz |