emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/scroll-on-jump b1fd97c62d 1/2: Release 0.2, add changelog


From: ELPA Syncer
Subject: [nongnu] elpa/scroll-on-jump b1fd97c62d 1/2: Release 0.2, add changelog
Date: Sun, 22 Jan 2023 03:02:47 -0500 (EST)

branch: elpa/scroll-on-jump
commit b1fd97c62dfc3b4430f3a42f1f504fc231487c91
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Release 0.2, add changelog
---
 changelog.rst     | 23 +++++++++++++++++++++++
 scroll-on-jump.el |  2 +-
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/changelog.rst b/changelog.rst
new file mode 100644
index 0000000000..b336034ab1
--- /dev/null
+++ b/changelog.rst
@@ -0,0 +1,23 @@
+
+##########
+Change Log
+##########
+
+- Version 0.2 (2023-01-22)
+
+  - Add ``scroll-on-jump-mode-line-format`` to support overriding the 
mode-line while scrolling.
+  - Workaround bug in evil visual line mode.
+  - Fix error counting lines jumping to a point outside buffer range.
+  - Fix error detecting scroll changes.
+  - Fix smooth (pixel) scrolling not being used in most cases.
+  - Fix error passing out-of-range point to count-screen-lines.
+  - Fix visual glitch when used with next/previous line.
+  - Fix #1: Support wrapping functions that themselves scroll.
+  - Fix error where the pixel scroll was left a non-zero value.
+  - Fix recursive calls to animate scrolling.
+  - Fix the case when the windows buffer is not the current-buffer.
+  - Fix scrolling down when the point is at the beginning of the buffer.
+
+- Version 0.1 (2020-12-07)
+
+  Initial release.
diff --git a/scroll-on-jump.el b/scroll-on-jump.el
index baf19d0f8c..321538c6fe 100644
--- a/scroll-on-jump.el
+++ b/scroll-on-jump.el
@@ -6,7 +6,7 @@
 ;; Author: Campbell Barton <ideasman42@gmail.com>
 
 ;; URL: https://codeberg.com/ideasman42/emacs-scroll-on-jump
-;; Version: 0.1
+;; Version: 0.2
 ;; Package-Requires: ((emacs "26.2"))
 
 ;;; Commentary:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]