From 0d4df875d587280c663dbdaf87d8c878b8b7ef90 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 27 Mar 2015 01:51:48 +1100 Subject: [PATCH] Remove "venkman" from :dialog. Venkman is sadly deceased. --- pentadactyl/NEWS | 7 ++++--- pentadactyl/content/config.js | 5 +---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/pentadactyl/NEWS b/pentadactyl/NEWS index f6f075cc..86c18e0d 100644 --- a/pentadactyl/NEWS +++ b/pentadactyl/NEWS @@ -1,6 +1,7 @@ 1.2pre: - • Remove 'jsdebugger' option. - • Remove defunct 'PrivateMode' autocommand. + • Removed defunct 'PrivateMode' autocommand. + • Removed 'jsdebugger' option. + • Removed "venkman" from :dialog. 1.1: • Vim runtime files: @@ -8,7 +9,7 @@ all Vim related files. - Vimball packages are no longer available. • Removed and mappings. - • Add :private command. + • Added :private command. • Better per-window private browsing support. • Removed 'private' option. diff --git a/pentadactyl/content/config.js b/pentadactyl/content/config.js index a9bf3dd0..e2f70204 100644 --- a/pentadactyl/content/config.js +++ b/pentadactyl/content/config.js @@ -61,10 +61,7 @@ var Config = Module("config", ConfigBase, { searchengines: ["Manage installed search engines", function () { window.openDialog("chrome://browser/content/search/engineManager.xul", "_blank", "chrome,dialog,modal,centerscreen"); }], selectionsource: ["View selection source", - function () { modules.buffer.viewSelectionSource(); }], - venkman: ["The JavaScript debugger", - function () { dactyl.assert("start_venkman" in window, "Venkman is not installed"); window.start_venkman() }, - () => "start_venkman" in window] + function () { modules.buffer.viewSelectionSource(); }] }, removeTab: function removeTab(tab) {