From 016a786eddabc2060dc52a75a8db7b77d737116c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 28 May 2014 01:32:09 -0400 Subject: 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. --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3