Releases: uim/uim
uim 1.9.6 - 2025-05-16
Improvements
-
configure
: Changed the default value of
--enable-default-toolkit
. It detects the default toolkit
automatically by default. -
GTK+ 3: Simplified.
-
GTK+ 2: Added again.
- GH-236
- Patch by hazen2215
Fixes
- sqlite3: Added missing
libuim-scm.la
dependency.
Thanks
- hazen2215
Contributors
$ git shortlog -sn 1.9.5..
10 Sutou Kouhei
1 dai
1 hazen2215
uim 1.9.5 - 2025-05-06
Fixes
- GTK+ 3: Fixed a build problem.
- GH-237
- Patch by hazen2215
Thanks
- hazen2215
Contributors
$ git shortlog -sn 1.9.4..
2 Sutou Kouhei
1 hazen2215
uim 1.9.4 - 2025-05-06
Improvements
-
Suppressed
incompatible-pointer-types
warnings.- Reported by SteelDynamite
-
Updated bundled SigScheme to 0.9.3.
-
Dropped support for GTK+ 2.
Thanks
- SteelDynamite
Contributors
$ git shortlog -sn 1.9.3..
18 Sutou Kouhei
uim 1.9.3
Improvements
- Updated bundled SigScheme 0.9.2 that is C23 ready. GCC 15 uses C23
by default.- Reported by SteelDynamite
Thanks
- SteelDynamite
Contributors
$ git shortlog -sn 1.9.2..
4 Sutou Kouhei
uim 1.9.2
Improvements
-
Qt: Changed to use
metadata.json
frommetadata.desktop
because
metadata.desktop
is deprecated.- GH-230
- Patch by 이신혁
-
Qt: Specified
cmake_minimum_required()
explicitly for CMake 4.- GH-231
- Reported by SteelDynamite
Thanks
-
이신혁
-
SteelDynamite
Contributors
$ git shortlog -sn 1.9.1..
5 Sutou Kouhei
1 이신혁
uim 1.9.1
uim 1.9.0
Improvements
-
Emacs: Changed to use
set-face-underline
because
set-face-underline-p
is removed in Emacs 29. -
NetBSD: Added workaround for NetBSD-i386-9.1 with gcc-7.5.0 and
-O2
.- GH-140
- Reported by OBATA Akio
-
NetBSD: Improved
sockcred
detection.- GH-209
- Reported by OBATA Akio
-
NetBSD: Avoided to redefine
_OPENBSD_SOURCE
.- GH-210
- Reported by OBATA Akio
-
NetBSD: Added support for NetBSD 5.0 or later.
- GH-211
- Reported by OBATA Akio
-
Qt4: Added support for surrogate pairs.
- GH-213
- Patch by OBATA Akio
-
Qt4: Changed to use Qt style input focus handling.
- GH-214
- Patch by OBATA Akio
-
Qt3: Improved input pad.
- GH-215
- Patch by OBATA Akio
-
configure: Improved OpenSSL checks.
- GH-198
- Patch by Sam James
-
Qt6: Added support for Qt 6.
Fixes
-
SKK: Fixed numeric converted string not null terminated.
-
Fixed
snprintf()
check with C99 compilers.- GH-187
- Patch by Florian Weimer
-
Qt5: Fixed a crash bug with Wayland.
-
Fixed wrong cast for
isspace()
.- GH-202
- Patch by OBATA Akio
-
GTK: Fixed a bug that mode indicator uses wrong background color.
-
Qt: Fixed a bug that multiarch isn't detected correctly.
- GH-205
- Patch by Eli Schwartz
-
Qt3: Fixed an off-by-one error.
- GH-208
- Patch by OBATA Akio
-
Qt3: Set missing captions.
- GH-212
- Patch by OBATA Akio
-
ipa-x-sampa: Fixed wrong defintions.
Thanks
- toshjp
- SATO Tatsuya
- Florian Weimer
- OBATA Akio
- Lasath Fernando
- Keith Bowes
- Kusanagi Kouichi
- Eli Schwartz
- Sam James
- toimine
- yyyjajp
1.8.9
1.8.8
1.8.7
Overview of changes from 1.8.6 to 1.8.7
-
Fixes
-
Enhancements