diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 24363969..eca46353 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -628,6 +628,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { // Manually process main and overlay files, since XSLTProcessor and // XMLHttpRequest don't allow access to chrome documents. tagMap["all"] = tagMap["all.xml"] = "all"; + tagMap["versions"] = tagMap["versions.xml"] = "versions"; let files = findHelpFile("all").map(function (doc) [f.value for (f in util.evaluateXPath("//dactyl:include/@href", doc))]); diff --git a/common/tests/functional/testHelpCommands.js b/common/tests/functional/testHelpCommands.js index 270e40c9..c8032cc6 100644 --- a/common/tests/functional/testHelpCommands.js +++ b/common/tests/functional/testHelpCommands.js @@ -17,7 +17,8 @@ var setupTest = function (test) { const HELP_FILES = ["all", "tutorial", "intro", "starting", "browsing", "buffer", "cmdline", "insert", "options", "pattern", "tabs", "hints", "map", "eval", "marks", "repeat", "autocommands", "print", "gui", - "styling", "message", "developer", "various", "faq", "index", "plugins"]; + "styling", "message", "developer", "various", "plugins", "faq", "versions", + "index"]; var testViHelpCommand_OpensIntroHelpPage = function () { assertHelpOpensPageWithTag({ diff --git a/pentadactyl/locale/en-US/intro.xml b/pentadactyl/locale/en-US/intro.xml index 5da41e46..e71f9d1c 100644 --- a/pentadactyl/locale/en-US/intro.xml +++ b/pentadactyl/locale/en-US/intro.xml @@ -110,6 +110,11 @@ FAQ: Frequently asked questions. +
  • + Version information: + A detailed list of differences between each of the released versions of + &dactyl.appName;. +
  • Index: An index of all commands and options.