aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-05-28 01:32:09 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-05-28 01:32:09 -0400
commit016a786eddabc2060dc52a75a8db7b77d737116c (patch)
treec4c1a157a40f492a14c8529995653ff31f3eda67 /CHANGELOG.md
parent051cbbb22737b7e1937bd12a5f222779de6cd982 (diff)
downloadtextadept-016a786eddabc2060dc52a75a8db7b77d737116c.tar.gz
textadept-016a786eddabc2060dc52a75a8db7b77d737116c.zip
Textadept's menus may be edited in-place via the `textadept.menu` module.
Any changes, even incremental ones, are reflected immediately. As a result, removed `set_menubar()` and `set_contextmenus()` from API.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03925900..ce06ae03 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -179,8 +179,7 @@ Changes:
that do not flash the "black box" on Windows.
* Added read-only access to the current key chain via [`keys.keychain`][].
* Renamed "hypertext" lexer and its corresponding module to "html".
-* Added configurable tab context menus via
- [`textadept.menu.set_contextmenus()`][].
+* Added configurable tab context menus via `textadept.menu.set_contextmenus()`.
* New GUI theme for Mac OSX.
* [Experimental] Merged separate lexer states into Textadept's Lua state.
* Updated to [Lua][] 5.2.3.
@@ -194,7 +193,6 @@ Changes:
[`ui.maximized`]: api/ui.html#maximized
[OSX environment variables]: 02_Installation.html#Environment.Variables
[`keys.keychain`]: api/keys.html#keychain
-[`textadept.menu.set_contextmenus()`]: api/textadept.menu.html#set_contextmenus
[Lua]: http://lua.org
[Scintilla]: http://scintilla.org