From dae49d788ec69272f81a36ea20fa18bb0b0489c0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 1 Apr 2023 10:51:32 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bddce387a..ce8d18e81 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -73,7 +73,7 @@ Detailed list of changes - Linux: A new option :opt:`linux_bell_theme` to control which sound theme is used for the bell sound (:pull:`4858`) - ssh kitten: Change the syntax of glob patterns slightly to match common usage - elsewhere. Now the syntax is the same a "extendedglob" in most shells. + elsewhere. Now the syntax is the same as "extendedglob" in most shells. - hints kitten: Allow copying matches to named buffers (:disc:`6073`) @@ -82,7 +82,7 @@ Detailed list of changes - Wayland KDE: Fix selecting in un-focused OS window not working correctly (:iss:`6095`) -- X11: Fix a crash if the X server requests clipboard data after we have relinquished the clipboard (:iss:`5650`) +- Linux X11: Fix a crash if the X server requests clipboard data after we have relinquished the clipboard (:iss:`5650`) - Allow stopping of URL detection at newlines via :opt:`url_excluded_characters` (:iss:`6122`)