Mozc Changelog

What's new in Mozc 1.12.1599.102

Nov 2, 2013
  • FIX: Wrong conversion caused by number rewriter
  • FIX: A user cannot turn on Mozc by clicking Mozc mode icon on the langbar on Windows 8+
  • FIX: User dictionary importer for MS-IME does not work on Windows 8+
  • FIX: A user cannot launch mozc_tool from the language bar when Internet Explorer is focused on Windows 8+
  • FIX: The mode icon may not be rendered properly when classic theme is used on Windows
  • FIX: A crash bug caused by strlen(NULL) on Mac.
  • Reduce the file size of connection.txt ( Issue 71 )
  • Fix a crash issue in keyevent handling at mozc.el ( Issue 170 )
  • Remove Chromium OS specific code from ibus-mozc ( Issue 194 )
  • Support gyp r1667 and later ( Issue 198 )
  • Support IBus 1.5.4 ( Issue 199 )
  • Update dictionary
  • Support Adobe Reader and Adobe Flash running under protected mode on Windows
  • Extend "did you mean" feature as pseudo direct mode
  • Unsupport ChromeOS build, which was replaced with NaCl based Mozc
  • Move check-out location of protobuf from protobuf/files/ to third_party/protobuf/
  • Remove built-time dependency on Cygwin on Windows

New in Mozc 1.11.1522.102 (Aug 28, 2013)

  • FIX: Safari crashes when surrounding text is requested.
  • FIX: Mode symbol on the mode indicator is not rendered on Windows.
  • FIX: Caret position is not updated after commit in WPF's TextBox on Windows.
  • FIX: UI is not placed at proper position when HiDPI is enabled on Windows 8.1
  • FIX: GDI handles are not destroyed when classic theme is selected on Windows.
  • FIX: Fails to connect to mozc_renderer from explorer.exe on Windows.
  • Enable Touch-optimized on-screen keyboard on Windows 8+.
  • Enable a developer to configure ibus-mozc path and/or ibus-mozc icon path at build time for GNU/Linux build. See the build instruction about how to customize them. ( Issue 41 )
  • Add Session command for ConvertPrevPage and ConvertNextPage ( Issue 188 )
  • Remove ibus-mozc-chewing (Issue 194)
  • Remove ibus-mozc-pinyin (Issue 194)

New in Mozc 1.11.1502.102 (Jul 17, 2013)

  • Fixes cursor movement issue on Emacs 24 ( Issue 168 )
  • Support numpad keys in mozc.el ( Issue 170 )
  • Fix build failure on Windows ( Issue 185 , Issue 191)
  • Support GCC 4.8.0 ( Issue 186 )
  • Fix build failure when use_libprotobuf=1 is specified ( Issue 189 )
  • Support Emacs 24 in mozc.el ( Issue 190 )
  • Development of ibus-mozc is now in maintenance mode (Issue 194)
  • Intorduce Mode Indicator for Windows
  • Support per-user input mode for Windows 8 (TSF-mozc)
  • Support InputScope for Windows 8 (TSF-mozc)
  • Support surrounding text on Windows, Mac, LInux and NaCl
  • Enable a developer to configure document directory and/or Zinnia model file path at build time for GNU/Linux build. See the build instruction about how to customize them.
  • Dictionary update

New in Mozc 1.10.1390.102 (Mar 29, 2013)

  • Check Qt version in GNU/Linux build ( Issue 183 )
  • Add missing semicolon for ibus-mozc ( Issue 184 )
  • Remove unnecessary dependency on libzinnia from Android build.

New in Mozc 1.10.1389.102 (Mar 28, 2013)

  • Support IBus 1.5 ( Issue 161 )
  • Support Mac OS X 10.8 as a build environment ( Issue 166 , Issue 176)
  • Fix build failure on Windows ( Issue 173 )
  • Increase opaque buffer size for x32 ( Issue 177 )
  • Check physycal monitor area in mozc_renderer ( Issue 180 )
  • Add missing properties for gnome-shell ( Issue 182 )
  • Switch to Protocol Buffers 2.5
  • Switch to Ninja from msbuild to build Mozc for Windows
  • Support Android build
  • Unsupport Visual C++ 2008

New in Mozc 1.6.1187.102 (Aug 31, 2012)

  • Remove an undocumented build option --use_libprotobuf ( Issue 14 )
  • If you want to use system-installed protobuf, use following style instead.
  • GYP_DEFINES="use_libprotobuf=1" python build_mozc.py gyp
  • Stop using SetRect API on Mac ( Issue 91 ).
  • Remove scim-mozc from the repository ( Issue 131 ).
  • Remove Debian-specific files from the repository (Issue 132).
  • ibus-mozc now requires IBus 1.4.1 or higher ( Issue 156 ).
  • Refactor build-time data dependency including test data set ( Issue 162 )
  • Add a configuration option to specify the SDK version for Mac (Issue 166)
  • Add experimental support for Clang (Issue 166)
  • All warnings found by Clang revision 159409 have been fixed or suppressed.
  • Supported Preference button on ibus-setup. ( Issue 169 )
  • Update the license header on base/scoped_ptr.h ( Issue 171 )
  • Implement X11 selection event monitor in ibus-mozc to improve the availability of reverse conversion. ( Issue 172 )
  • libxcb-xfixes0-dev is now required to build ibus-mozc by default. You can still remove this dependency as follows.
  • GYP_DEFINES="enable_x11_selection_monitor=0" python build_mozc.py gyp
  • ibus-mozc now detects locale ja_JP.utf8 as well as ja_JP.UTF-8.
  • Stop using RX by default.
  • Support Visual C++ 2012 to build Mozc except for protobuf:379.