From e70b421bda55b84b0c3250e8311f02989f602938 Mon Sep 17 00:00:00 2001 From: Peter Lilley Date: Oct 22 2021 23:35:35 +0000 Subject: [PATCH 1/3] ibus section in i18n.adoc --- diff --git a/modules/release-notes/pages/desktop/i18n.adoc b/modules/release-notes/pages/desktop/i18n.adoc new file mode 100644 index 0000000..143a505 --- /dev/null +++ b/modules/release-notes/pages/desktop/i18n.adoc @@ -0,0 +1,14 @@ +include::{partialsdir}/entities.adoc[] + +[[sect-i18n]] += Internationalization + +[[ibus-1.5.25]] +== IBus 1.5.25 +IBus 1.5.25 will use the `transfiletriggerin` script to generate the cache file instead of the `posttrans` script. Previously, each IBus language engine has run the `posttrans` script to run `ibus write-cache` to cache their component files in /usr/share/ibus/component whenever the package is installed. Now, `ibus write-cache` is moved to the `transfiletriggerin` script in IBus core package and the script will be executed only one time per the Fedora installation. + +In IBus 1.5.25, the compose file supports the include directive in the user compose file ($XDG_CONFIG_HOME/ibus/Compose, $XDG_CONFIG_HOME/gtk-3.0/Compose or $HOME/.XCompose) + +IBus compose feature now follows the link:++https://blog.gtk.org/2021/03/24/input-revisited/++[GTK4 compose pre-edit style]. + +The emoji shortcut key is now `Ctrl-period` to follow the latest GTK defaults. However, this is customizable with `ibus-setup` utility. From 22e195a554ab659e5bd2006b8bc707969c2234ca Mon Sep 17 00:00:00 2001 From: Peter Lilley Date: Oct 22 2021 23:52:34 +0000 Subject: [PATCH 2/3] update nav with i18n page --- diff --git a/modules/release-notes/nav.adoc b/modules/release-notes/nav.adoc index e78b623..cba2822 100644 --- a/modules/release-notes/nav.adoc +++ b/modules/release-notes/nav.adoc @@ -13,6 +13,7 @@ include::{partialsdir}/entities.adoc[] *** xref:sysadmin/System_Utilities.adoc[System Utilities] *** xref:sysadmin/Printing_Scanning.adoc[Printing and Scanning] ** xref:desktop/Desktop_index.adoc[Desktop Users] +*** xref:desktop/I18n.adoc[Internationalization] ** xref:developers/Developers.adoc[Developers] *** xref:developers/Development_Tools.adoc[Development Tools] *** xref:developers/Development_Binutils.adoc[Binutils] diff --git a/modules/release-notes/pages/desktop/I18n.adoc b/modules/release-notes/pages/desktop/I18n.adoc new file mode 100644 index 0000000..143a505 --- /dev/null +++ b/modules/release-notes/pages/desktop/I18n.adoc @@ -0,0 +1,14 @@ +include::{partialsdir}/entities.adoc[] + +[[sect-i18n]] += Internationalization + +[[ibus-1.5.25]] +== IBus 1.5.25 +IBus 1.5.25 will use the `transfiletriggerin` script to generate the cache file instead of the `posttrans` script. Previously, each IBus language engine has run the `posttrans` script to run `ibus write-cache` to cache their component files in /usr/share/ibus/component whenever the package is installed. Now, `ibus write-cache` is moved to the `transfiletriggerin` script in IBus core package and the script will be executed only one time per the Fedora installation. + +In IBus 1.5.25, the compose file supports the include directive in the user compose file ($XDG_CONFIG_HOME/ibus/Compose, $XDG_CONFIG_HOME/gtk-3.0/Compose or $HOME/.XCompose) + +IBus compose feature now follows the link:++https://blog.gtk.org/2021/03/24/input-revisited/++[GTK4 compose pre-edit style]. + +The emoji shortcut key is now `Ctrl-period` to follow the latest GTK defaults. However, this is customizable with `ibus-setup` utility. diff --git a/modules/release-notes/pages/desktop/i18n.adoc b/modules/release-notes/pages/desktop/i18n.adoc deleted file mode 100644 index 143a505..0000000 --- a/modules/release-notes/pages/desktop/i18n.adoc +++ /dev/null @@ -1,14 +0,0 @@ -include::{partialsdir}/entities.adoc[] - -[[sect-i18n]] -= Internationalization - -[[ibus-1.5.25]] -== IBus 1.5.25 -IBus 1.5.25 will use the `transfiletriggerin` script to generate the cache file instead of the `posttrans` script. Previously, each IBus language engine has run the `posttrans` script to run `ibus write-cache` to cache their component files in /usr/share/ibus/component whenever the package is installed. Now, `ibus write-cache` is moved to the `transfiletriggerin` script in IBus core package and the script will be executed only one time per the Fedora installation. - -In IBus 1.5.25, the compose file supports the include directive in the user compose file ($XDG_CONFIG_HOME/ibus/Compose, $XDG_CONFIG_HOME/gtk-3.0/Compose or $HOME/.XCompose) - -IBus compose feature now follows the link:++https://blog.gtk.org/2021/03/24/input-revisited/++[GTK4 compose pre-edit style]. - -The emoji shortcut key is now `Ctrl-period` to follow the latest GTK defaults. However, this is customizable with `ibus-setup` utility. From 59cb46caf1d8c443998fa6d78dbc31c4040b2017 Mon Sep 17 00:00:00 2001 From: Peter Lilley Date: Oct 22 2021 23:57:49 +0000 Subject: [PATCH 3/3] minor edit to ibus page --- diff --git a/modules/release-notes/pages/desktop/I18n.adoc b/modules/release-notes/pages/desktop/I18n.adoc index 143a505..06fde4e 100644 --- a/modules/release-notes/pages/desktop/I18n.adoc +++ b/modules/release-notes/pages/desktop/I18n.adoc @@ -11,4 +11,4 @@ In IBus 1.5.25, the compose file supports the include directive in the user comp IBus compose feature now follows the link:++https://blog.gtk.org/2021/03/24/input-revisited/++[GTK4 compose pre-edit style]. -The emoji shortcut key is now `Ctrl-period` to follow the latest GTK defaults. However, this is customizable with `ibus-setup` utility. +The emoji shortcut key is now `Ctrl-period` to follow the latest GTK convention. However, this is customizable with `ibus-setup` utility.