diff options
author | 2020-06-28 10:10:41 -0400 | |
---|---|---|
committer | 2020-06-28 10:10:41 -0400 | |
commit | eef00d04d7f04d352b0df8055de4058a15b653f1 (patch) | |
tree | 0a32ca64b568efc4bbc12bf6512c3d2d5597f406 /CHANGELOG.md | |
parent | 19549f6e25b51bb6e3b3850804ace591a6d29809 (diff) | |
download | textadept-eef00d04d7f04d352b0df8055de4058a15b653f1.tar.gz textadept-eef00d04d7f04d352b0df8055de4058a15b653f1.zip |
Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
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 |