aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2025-06-30 16:39:33 +0200
committerJonas Bernoulli <jonas@bernoul.li>2025-06-30 16:39:33 +0200
commit1f5f15558f8899dac082dbd82e8ff15f4b58efe7 (patch)
tree65a7df7f8161a38623b51b135439296624c8e1ef /CHANGELOG
parent453c7876e7c13467de58741dee93dfd7c527dc56 (diff)
Restore window-start after refreshing a buffer
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8d99b3e..5ab8e3c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
# -*- mode: org -*-
* v4.3.7 UNRELEASED
+- Refreshing a buffer causes its content to be recreated, which can
+ result in scrolling. Now we attempt to restore the display-start
+ positions of the windows displaying the buffer. #5403
+
- When running ~git~ for side-effects and that signals an error, we
did not augment the error message to inform the user that the full
output can be found in the process buffer. When the error is not