Skip to content

Commit 2609489

Browse files
committed
changelog: Move rename entries to 3.0.0 heading.
1 parent d36db03 commit 2609489

File tree

1 file changed

+64
-10
lines changed

1 file changed

+64
-10
lines changed

source/changelog.lisp

+64-10
Original file line numberDiff line numberDiff line change
@@ -569,15 +569,7 @@ the selection, and the string to paste instead of the clipboard (respectively)."
569569
(:li (:code "peval") " and " (:code "pflet") " renamed to " (:nxref :function 'ps-eval) " and "
570570
(:nxref :function 'ps-labels) " (respectively).")
571571
(:li "Add " (:nxref :function 'ffi-add-context-menu-command)
572-
" to add custom context menu commands.")
573-
(:li "Rename " (:code "prompter:return-actions") " to "
574-
(:nxref :function 'prompter:actions-on-return) ".")
575-
(:li "Rename " (:code "prompter:marks-actions") " to "
576-
(:nxref :function 'prompter:actions-on-marks) ".")
577-
(:li "Rename " (:code "prompter:selection-actions") " to "
578-
(:nxref :function 'prompter:actions-on-current-suggestion) ".")
579-
(:li "Rename " (:code "prompter:multi-selection-p") " to "
580-
(:nxref :function 'prompter:enable-marks-p) "."))
572+
" to add custom context menu commands."))
581573

582574
(:h3 "Bug fixes")
583575
(:ul
@@ -625,6 +617,60 @@ auto-mode-rules.lisp)."))
625617
(:li "Startup is more robust against corrupted history files.")
626618
(:li (:code "diff-mode") " is removed."))
627619

620+
(:h3 "Bindings")
621+
(:ul
622+
(:li "Add " (:nxref :command 'nyxt/prompt-buffer-mode:set-action-on-current-suggestion)
623+
", bound to " (:code "C-c C-j") "by default.")
624+
(:li (:code "return-selection") " renamed to "
625+
(:nxref :command 'nyxt/prompt-buffer-mode:run-action-on-return-over-marks)
626+
". The default keybinding is the same.")
627+
(:li (:code "cancel-input") " renamed to "
628+
(:nxref :command 'nyxt/prompt-buffer-mode:exit-prompt-buffer)
629+
". The default keybinding is the same.")
630+
(:li (:code "toggle-mark-all") " renamed to "
631+
(:nxref :command 'nyxt/prompt-buffer-mode:mark-complement)
632+
". The default keybinding is the same.")
633+
(:li (:code "toggle-mark-backwards") " renamed to "
634+
(:nxref :command 'nyxt/prompt-buffer-mode:mark-backwards)
635+
". The default keybinding is the same.")
636+
(:li (:code "toggle-mark") " renamed to "
637+
(:nxref :command 'nyxt/prompt-buffer-mode:mark-forward)
638+
". The default keybinding is the same.")
639+
(:li (:code "select-next-source") " renamed to "
640+
(:nxref :command 'nyxt/prompt-buffer-mode:next-source)
641+
". The default keybinding is the same.")
642+
(:li (:code "select-previous-source") " renamed to "
643+
(:nxref :command 'nyxt/prompt-buffer-mode:previous-source)
644+
". The default keybinding is the same.")
645+
(:li (:code "select-next-page") " renamed to "
646+
(:nxref :command 'nyxt/prompt-buffer-mode:next-page)
647+
". The default keybinding is the same.")
648+
(:li (:code "select-previous-page") " renamed to "
649+
(:nxref :command 'nyxt/prompt-buffer-mode:previous-page)
650+
". The default keybinding is the same.")
651+
(:li (:code "select-last") " renamed to "
652+
(:nxref :command 'nyxt/prompt-buffer-mode:last-suggestion)
653+
". The default keybinding is the same.")
654+
(:li (:code "select-first") " renamed to "
655+
(:nxref :command 'nyxt/prompt-buffer-mode:first-suggestion)
656+
". The default keybinding is the same.")
657+
(:li (:code "select-next") " renamed to "
658+
(:nxref :command 'nyxt/prompt-buffer-mode:next-suggestion)
659+
". The default keybinding is the same.")
660+
(:li (:code "select-previous") " renamed to "
661+
(:nxref :command 'nyxt/prompt-buffer-mode:previous-suggestion)
662+
". The default keybinding is the same.")
663+
(:li (:code "return-marks-action") " renamed to "
664+
(:nxref :command 'nyxt/prompt-buffer-mode:set-action-on-return)
665+
". The default keybinding is the same.")
666+
(:li (:code "run-selection-action") " renamed to "
667+
(:nxref :command 'nyxt/prompt-buffer-mode:run-action-on-current-suggestion)
668+
". The default keybinding is the same.")
669+
(:li (:code "toggle-selection-actions-enabled") " renamed to "
670+
(:nxref :command
671+
'nyxt/prompt-buffer-mode:toggle-actions-on-current-suggestion-enabled)
672+
". The default keybinding is the same."))
673+
628674
(:h3 "Programming interface")
629675
(:ul
630676
(:li "Generate methods instead of functions in " (:nxref :function 'define-parenscript)
@@ -654,7 +700,15 @@ regular commands, such as "
654700
(:li (:nxref :command 'set-url) " and " (:nxref :command 'set-url-new-buffer) " accept the "
655701
(:code ":URL") " keyword argument and load it when provided.")
656702
(:li "New " (:nxref :function 'ffi-height) " and " (:nxref :function 'ffi-width)
657-
" methods to unify most of the height & width methods used before."))
703+
" methods to unify most of the height & width methods used before.")
704+
(:li "Rename " (:code "prompter:return-actions") " to "
705+
(:nxref :function 'prompter:actions-on-return) ".")
706+
(:li "Rename " (:code "prompter:marks-actions") " to "
707+
(:nxref :function 'prompter:actions-on-marks) ".")
708+
(:li "Rename " (:code "prompter:selection-actions") " to "
709+
(:nxref :function 'prompter:actions-on-current-suggestion) ".")
710+
(:li "Rename " (:code "prompter:multi-selection-p") " to "
711+
(:nxref :function 'prompter:enable-marks-p) "."))
658712

659713
(:h3 "Bug fixes")
660714
(:ul

0 commit comments

Comments
 (0)