| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: mlterm-lang | Distribution: openSUSE Tumbleweed |
| Version: 3.9.4 | Vendor: openSUSE |
| Release: 1.2 | Build date: Wed Jun 11 14:06:08 2025 |
| Group: System/Localization | Build host: reproducible |
| Size: 21581 | Source RPM: mlterm-3.9.4-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://mlterm.sourceforge.net/ | |
| Summary: Translations for package mlterm | |
Provides translations for the "mlterm" package.
BSD-3-Clause
* Wed Jun 11 2025 pgajdos@suse.com
- remove %suse_update_desktop_file usage
- modified sources
% mlterm.desktop
* Wed Jun 11 2025 pgajdos@suse.com
- version update to 3.9.4
* Support Shift+Control+v and Shift+Control+c to copy&paste via clipboard by default.
Drop -P/--clip/use_clipboard option.
Add --chsel/change_selection_immediately option in anything except xlib and wayland.
* Add COPY_CLIPBOARD shortcut key.
* Pressing '?' in copy mode searches for a string backward.
(https://github.com/arakiken/mlterm/issues/72)
* Support wp-primary-selection protocol in wayland.
* Support "exesel:" operation in ~/.mlterm/key in win32.
* Support libvte compatible library in win32. (See gtk/README)
* Support ConPTY in win32.
* Support Alternate Scroll Mode. (https://github.com/arakiken/mlterm/issues/80)
* Support P2=1 in sixel graphics. (https://github.com/arakiken/mlterm/issues/81)
* Support libpng to build mlimgloader if gdk-pixbuf is not found.
(https://github.com/arakiken/mlterm/issues/96)
* Support Emoji variation selectors 15 and 16. (https://github.com/arakiken/mlterm/issues/84)
* Add --conpty/use_conpty and --winsize/output_xtwinops_in_resizing options in win32.
* Add --norepkey/mod_keys_to_stop_mouse_report option.
* Add --clp/use_clipping option. (https://github.com/arakiken/mlterm/issues/132)
* Add tool/accessories/applycfg.sh and applyfontcfg.sh
(https://github.com/arakiken/mlterm/issues/71)
* Add "de", "fr", "es", "pt" and "jp106" to available values for "kbd"
input method argument.
* Add vte 0.78 API symbols to libvte compatible library.
* Change the default value of "xterm" entry in etc/termcap from "ut" to "kb=^H:ut".
* Update unicode property table (generated from UnicodeData.txt and
EastAsianWidth.txt) to version 15.1.0.
* Lot of bugfixes.
- modified patches
% etc.patch (refreshed)
- deleted patches
- mlterm-gcc14-08ba985.patch (upstreamed)
- mlterm-gcc14-20ab931.patch (upstreamed)
- mlterm-gcc14-3d38b72.patch (upstreamed)
- mlterm-gcc14-8aef4fa.patch (upstreamed)
- mlterm-gcc14-f971955.patch (upstreamed)
- added patches
https://github.com/arakiken/mlterm/commit/da9db7673ab7f5a9111533f7db7db2720643b35f
+ mlterm-gcc15.patch
* Sat Mar 15 2025 Marguerite Su <i@marguerite.su>
- let scim and uim be conditional, which are factory drop candidates
* Mon Aug 19 2024 pgajdos@suse.com
- fix build with gcc14 [bsc#1223886]
- added patches
https://github.com/arakiken/mlterm/commit/08ba9859717ed27384675bd687a35f4504701f27
+ mlterm-gcc14-08ba985.patch
https://github.com/arakiken/mlterm/commit/20ab931d5055dc5835154a75ca672fade478549f
+ mlterm-gcc14-20ab931.patch
https://github.com/arakiken/mlterm/commit/3d38b723e0e4a6dd434af2d49aca53890982a828
+ mlterm-gcc14-3d38b72.patch
https://github.com/arakiken/mlterm/commit/8aef4fae3add8e8acfafde831e0034f1b2879dea
+ mlterm-gcc14-8aef4fa.patch
https://github.com/arakiken/mlterm/commit/f971955cf54a721e6a53191c3b86fbdab4bfbfd5
+ mlterm-gcc14-f971955.patch
- do not build with -fpermissive anymore
* Fri May 03 2024 Michal Suchanek <msuchanek@suse.com>
- Build with -fpermissive to make buildable with gcc14 (boo#1223886)
* Fri Apr 19 2024 pgajdos@suse.com
- drop wnn subpackage (https://build.opensuse.org/request/show/1166015)
(FreeWnn seem to be no longer maintained)
* Thu Jul 13 2023 Michal Suchanek <msuchanek@suse.com>
- Disable wayland backend on 15.4 - fails to build.
* Fri Jun 23 2023 pgajdos@suse.com
- version update to 3.9.3
* mlterm-wl supports xdg-decoration.
* Add --disable-compact-truecolor option to ./configure script.
* Add vte 0.68 API symbols to libvte compatible library.
* Add libvterm 0.2 API symbols to libvterm compatible library.
* Add --sdpr / simple_scrollbar_dpr option.
(https://github.com/arakiken/mlterm/issues/64)
* Set "COLORTERM=truecolor" environmental variable.
(https://github.com/arakiken/mlterm/issues/36)
* Update unicode property table (generated from UnicodeData.txt and
EastAsianWidth.txt) to version 15.0.0.
* Support mosh-1.4.0.
- deleted patches
- CVE-2022-24130-c_sixel.c-Fix-segmentation-fault-when-the-repeat-cou.patch (upstreamed)
- mlfc-Fix-crash-with-more-than-1024-font-faces-installed.patch (upstreamed)
- mlterm-Fix-buffer-overflow-with-long-plugin-suffix.patch (upstreamed)
- mlterm-SDL2-UI-also-needs-math-libs.patch (upstreamed)
- mlterm-wayland-Detect-compiler-flags.patch (upstreamed)
* Fri Feb 24 2023 Michal Suchanek <msuchanek@suse.com>
- Build Wayland and SDL backends.
- Enable fcitx support
- Fix some crashes
+ CVE-2022-24130-c_sixel.c-Fix-segmentation-fault-when-the-repeat-cou.patch
+ mlterm-Fix-buffer-overflow-with-long-plugin-suffix.patch
+ mlfc-Fix-crash-with-more-than-1024-font-faces-installed.patch
- Fix some build problems
+ mlterm-SDL2-UI-also-needs-math-libs.patch
+ mlterm-wayland-Detect-compiler-flags.patch
* Mon Aug 08 2022 Dominique Leuenberger <dimstar@opensuse.org>
- Drop canna support: canna has not been maintained for a long time
and sec issues are not being addressed (bsc#1199280).
/usr/share/locale/ar/LC_MESSAGES/mlconfig.mo /usr/share/locale/de/LC_MESSAGES/mlconfig.mo /usr/share/locale/ja/LC_MESSAGES/mlconfig.mo /usr/share/locale/vi/LC_MESSAGES/mlconfig.mo /usr/share/locale/zh_TW/LC_MESSAGES/mlconfig.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Apr 20 22:27:34 2026