diff --git a/_build/slime b/_build/slime index a4f3471487d..735258a26bb 160000 --- a/_build/slime +++ b/_build/slime @@ -1 +1 @@ -Subproject commit a4f3471487db48f7289dc0ea019611d093e5ee7f +Subproject commit 735258a26bb97e85d25f39e4bef83c1f80c12f5d diff --git a/_build/sly b/_build/sly index 82b20a9a832..9c43bf65b96 160000 --- a/_build/sly +++ b/_build/sly @@ -1 +1 @@ -Subproject commit 82b20a9a83209b4dbfbfb62a1536896aed5f85f7 +Subproject commit 9c43bf65b967e12cef1996f1af5f0671d8aecbf4 diff --git a/nyxt.asd b/nyxt.asd index 7389c195858..78eba692453 100644 --- a/nyxt.asd +++ b/nyxt.asd @@ -111,8 +111,16 @@ The renderer is configured from NYXT_RENDERER or `*nyxt-renderer*'.")) clss spinneret slynk + slynk/arglists + slynk/fancy-inspector + slynk/indentation + slynk/mrepl + slynk/package-fu + slynk/stickers + slynk/trace-dialog sqlite swank + swank/exts trivia trivial-clipboard trivial-features diff --git a/source/changelog.lisp b/source/changelog.lisp index 6c8330cb370..222c08fc379 100644 --- a/source/changelog.lisp +++ b/source/changelog.lisp @@ -914,8 +914,11 @@ Nyxt version exists. It is only raised when the major version differs.") (:ul (:li "Simplify status bar CSS. Make URL area clickable."))) (:nsection :title "Bug fixes" - (:ul (:nxref :mode 'nyxt/mode/blocker:blocker-mode) - " ensures that hostlist files are loaded when missing."))) + (:ul + (:li (:nxref :mode 'nyxt/mode/blocker:blocker-mode) + " ensures that hostlist files are loaded when missing.") + (:li "Fix connection to Nyxt via commands " + (:code "start-swank") " and " (:code "start-slynk") ".")))) (define-version "4-pre-release-1" (:li "When on pre-release, push " (:code "X-pre-release")