aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-03-11 22:50:30 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-03-11 22:50:30 -0400
commit21fe6139c683240c6be4718e448c4915b2fc1021 (patch)
tree2ffb5879684cd60adabff8c418dfb68c12e67555 /CHANGELOG.md
parentb9d6697007bc10244f542fc8d3b6386823bd99c3 (diff)
downloadtextadept-21fe6139c683240c6be4718e448c4915b2fc1021.tar.gz
textadept-21fe6139c683240c6be4718e448c4915b2fc1021.zip
Replaced `buffer.style_name` table with `buffer:name_of_style()`.
This requires Scintilla changeset 429993cf4429.
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 13eabff0..5ef765cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2609,7 +2609,7 @@ Changes:
* Renamed `gui` to [`ui`][].
* Renamed `_M.textadept` to [`textadept`][].
* New [`events.INITIALIZED`][] event.
-* Renamed `buffer:get_style_name()` to [`buffer.style_name`][].
+* Renamed `buffer:get_style_name()` to `buffer.style_name`.
* Renamed `ui.docstatusbar_text` to [`ui.bufstatusbar_text`][].
* Removed `textadept.bookmarks.BOOKMARK_COLOR`,
`textadept.editing.HIGHLIGHT_COLOR`, and `textadept.run.ERROR_COLOR` while
@@ -2631,7 +2631,6 @@ Changes:
[`ui`]: api.html#ui
[`textadept`]: api.html#textadept
[`events.INITIALIZED`]: api.html#events.INITIALIZED
-[`buffer.style_name`]: api.html#buffer.style_name
[`ui.bufstatusbar_text`]: api.html#ui.bufstatusbar_text
[`io` module]: api.html#io
[CDK]: http://invisible-island.net/cdk/cdk.html