branch: externals/topspace commit 2d412231ef51020355b0def66afc02b7df7e0673 Author: Trevor Pogue <trevorpo...@gmail.com> Commit: GitHub <nore...@github.com>
Update links in changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d8ea33942..8a173adb31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ ### New features ### Bugs fixed -* [](): Make `recenter-top-bottom' act correctly when it moves point to bottom and top space is added to get there +* [#2](https://github.com/trevorpogue/topspace/pull/2): Make `recenter-top-bottom' act correctly when it moves point to bottom and top space is added to get there ### Changes -* [2584138](https://github.com/trevorpogue/topspace/commit/25841387a5d0300ea49356b9781c357b84df20bd): Raise topspace-center-position default to an objectively better position +* [2584138](https://github.com/trevorpogue/topspace/commit/25841387a5d0300ea49356b9781c357b84df20bd): Raise topspace-center-position default to a subjectively better position ## 0.1.1 (2021-02-22) @@ -25,10 +25,10 @@ ## 0.1.0 (2021-02-19) ### New features -* [8ce487b](https://github.com/trevorpogue/topspace/tree/8ce487bd3d36a568bd2b1cb9a2e53b7e02c4474e): Make mode work for any scrolling command by using add-advice with scroll-up, scroll-down, and recenter +* [#1](https://github.com/trevorpogue/topspace/pull/1): Make mode work for any scrolling command by using add-advice with scroll-up, scroll-down, and recenter ### Bugs fixed -* [8ce487b](https://github.com/trevorpogue/topspace/tree/8ce487bd3d36a568bd2b1cb9a2e53b7e02c4474e): Stabilize, clean up, and add performance optimizations to code to make it ready for submission to MELPA +* [#1](https://github.com/trevorpogue/topspace/pull/1): Stabilize, clean up, and add performance optimizations to code to make it ready for submission to MELPA ### Changes * [e5b65ec](https://github.com/trevorpogue/topspace/commit/e5b65eccf92571163aa1b6bd738be22d8e0ad1a5): Change project name from vertical-center-mode to topspace