From 3d3bfe6c7555f0ec1f37c6b69baab0bb660e269f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 26 Feb 2023 08:00:50 +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 28023d234..cfefc9f2c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -46,7 +46,7 @@ Detailed list of changes - When changing the cursor color via escape codes or remote control to a fixed color, do not reset cursor_text_color (:iss:`5994`) -- Input Method Extensions: Fix incorrect rendering of IME in-progress and commited text in some situations (:pull:`6049`) +- Input Method Extensions: Fix incorrect rendering of IME in-progress and committed text in some situations (:pull:`6049`) - Linux: Reduce minimum required OpenGL version from 3.3 to 3.1 + extensions (:iss:`2790`) @@ -54,7 +54,7 @@ Detailed list of changes - When reloading configuration, also reload custom MIME types from :file:`mime.types` config file (:pull:`6012`) -- launch: Allow specifying the state (fullscreen/maximized/minimized) for newly created OS Windows (:iss:`6026`) +- launch: Allow specifying the state (full screen/maximized/minimized) for newly created OS Windows (:iss:`6026`) - Sessions: Allow specifying the OS window state via the ``os_window_state`` directive (:iss:`5863`)