From eef00d04d7f04d352b0df8055de4058a15b653f1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 28 Jun 2020 10:10:41 -0400 Subject: Renamed `ui.bufstatusbar_text` to `ui.buffer_statusbar_text`. --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3