+
Skip to content

Releases: uim/uim

uim 1.9.6 - 2025-05-16

16 May 13:49

Choose a tag to compare

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.

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

06 May 06:15

Choose a tag to compare

Fixes

  • GTK+ 3: Fixed a build problem.

Thanks

  • hazen2215

Contributors

$ git shortlog -sn 1.9.4..
     2	Sutou Kouhei
     1	hazen2215

uim 1.9.4 - 2025-05-06

06 May 04:37

Choose a tag to compare

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

04 May 09:04

Choose a tag to compare

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

04 May 00:42

Choose a tag to compare

Improvements

  • Qt: Changed to use metadata.json from metadata.desktop because
    metadata.desktop is deprecated.

  • 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

13 Apr 09:22

Choose a tag to compare

Improvements

  • Anthy: Added support for anthy-unicode.

Fixes

  • Qt: Fixed a bug that Qt5 candidate windows is used with Qt6
    applications.

Thanks

  • Takao Fujiwara

  • yyyjajp

uim 1.9.0

23 Feb 08:12
@kou kou

Choose a tag to compare

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.

  • Qt4: Changed to use Qt style input focus handling.

  • Qt3: Improved input pad.

  • configure: Improved OpenSSL checks.

  • 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.

    • GH-155
    • GH-201
    • Reported by Lasath Fernando
    • Patch by Keith Bowes
  • Fixed wrong cast for isspace().

  • 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.

  • Qt3: Set missing captions.

  • 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

19 Aug 00:38
@kou kou

Choose a tag to compare

What's New in 1.8.9

  • Improve build processs
  • Add support for newer Emacs
  • Improve Qt support
  • Improve uim-fep to support WSL and Neovim

See NEWS for the fully detailed changes.

1.8.8

11 May 21:37
@kou kou

Choose a tag to compare

Overview of changes from 1.8.7 to 1.8.8

  • Fixes
    • build
      • Fix a build error with --with-libgcroots=installed
        [GitHub #130][Reported by HIGUCHI Daisuke]
    • uim-qt5
      • Fix a build error
        [GitHub #129][Reported by HIGUCHI Daisuke]

1.8.7

10 May 07:45
@kou kou

Choose a tag to compare

Overview of changes from 1.8.6 to 1.8.7

  • Fixes

    • uim-skk
      • Fix a socket clean bug
        [GitHub #32][Reported by HIGUCHI Daisuke]
      • Fix wrong close call
        [GitHub #55][Patch by zephyrus00jp]
    • uim-qt4
      • Add a missing include
        [GitHub #38][Patch by Raphael Kubo da Costa]
    • uim.el
      • Fix a bug that other minor mode key bindings are ignored on Emacs 24
        [GitHub #51][Reported by Araeos]
      • Fix a bug that Shift+Arrow doesn't work
        [GitHub #116][Reported by Vladimir Panteleev]
    • uim-gtk3
      • Fix a bug that the candidate windows isn't shown
        [GitHub #76][Patch by Konosuke Watanab]
  • Enhancements

    • all
      • Add "Keywords" to .desktop
        [GitHub #57][Patch by HIGUCHI Daisuke]
    • uim-gtk
      • Improve GTK+ 3 support
        [GitHub #35][Patch by e-kato]
      • Support libpanel-applet 3.14 or later
        [GitHub #48][Patch by Dmitry Shachnev]
      • Support Wayland backend
        [GitHub #71][Reported by Thibaut Girka]
    • uim-fep
      • Use UTF-8 for comment encoding
        [GitHub #46][Patch by Felix Janda]
    • uim-qt5
      • Make workable
    • uim-social-ime
      • Remove because the service was disruption
    • uim.el
      • Support autoload
        [GitHub #121][Patch by Arun Isaac]
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载