aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-06-28 10:10:41 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-06-28 10:10:41 -0400
commiteef00d04d7f04d352b0df8055de4058a15b653f1 (patch)
tree0a32ca64b568efc4bbc12bf6512c3d2d5597f406 /CHANGELOG.md
parent19549f6e25b51bb6e3b3850804ace591a6d29809 (diff)
downloadtextadept-eef00d04d7f04d352b0df8055de4058a15b653f1.tar.gz
textadept-eef00d04d7f04d352b0df8055de4058a15b653f1.zip
Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18a782d7..fa9a34c8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2757,7 +2757,7 @@ Changes:
* Renamed `_M.textadept` to [`textadept`][].
* New [`events.INITIALIZED`][] event.
* Renamed `buffer:get_style_name()` to `buffer.style_name`.
-* Renamed `ui.docstatusbar_text` to [`ui.bufstatusbar_text`][].
+* Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.
* Removed `textadept.bookmarks.BOOKMARK_COLOR`,
`textadept.editing.HIGHLIGHT_COLOR`, and `textadept.run.ERROR_COLOR` while
exposing their respective marker and indicator numbers for customization.
@@ -2778,7 +2778,6 @@ Changes:
[`ui`]: api.html#ui
[`textadept`]: api.html#textadept
[`events.INITIALIZED`]: api.html#events.INITIALIZED
-[`ui.bufstatusbar_text`]: api.html#ui.bufstatusbar_text
[`io` module]: api.html#io
[CDK]: http://invisible-island.net/cdk/cdk.html