Next | Query returned 127 messages, browsing 101 to 110 | Previous

History of commit frequency

CVS Commit History:


   2014-07-19 11:03:04 by Ryo ONODERA | Files touched by this commit (9) | Package updated
Log message:
Update to 1.15.1785.102

* devel/ninja is required to build.

Changelog:
r271 2014-07-13 1.15.1834.102 - r265 2014-07-06 1.15.1828.102

You can check out Mozc r271 as follows.

gclient sync --revision=271

Summary of changes between 1.15.1834.102 (r271) and 1.15.1828.102 (r265).

    Build related changes:
        Ninja and GYP r1948 are now required to build Mozc for Android, NaCl, or \ 
Linux desktop. Note that you don't need to install Ninja manually, since \ 
depot_tools maintains pre-built Ninja binaries.
        A sample Dockerfile is now available at \ 
mozc/docker/ubuntu12.04/Dockerfile. It provides a reference build environment of \ 
Mozc for Android, NaCl, and Linux desktop. See BuildInDocker for details.
    Fixed issues:
        FIX: Use ninja on Linux ( Issue 222 )
        FIX: Inconsistency between visible candidate and actual commit in \ 
suggestion ( Issue 239 )
        FIX: Provide a Dockerfile to set up build environment for Android, NaCl, \ 
and Linux desktop ( Issue 240 )
    Commit summary:
        r271: Add an all-in-one Dockerfile to build Mozc for Android, NaCl, and \ 
Linux desktop (Ubuntu 12.04 edition)
        r270: Minor clean up in gyp file
        r269: Zero query suggestion shouldn't be triggered when committing with \ 
key event
        r268: Use Ninja to build Android, NaCl, and Linux Desktop binaries part 3
        r267: Use Ninja to build Android, NaCl, and Linux Desktop binaries part 2
        r266: Use Ninja to build Android, NaCl, and Linux Desktop binaries
        r265: Pull GYP r1948

r253 2014-07-06 1.15.1827.102 - r241 2014-06-28 1.15.1815.102

You can check out Mozc r253 as follows.

gclient sync --revision=253

Summary of changes between 1.15.1827.102 (r253) and 1.15.1815.102 (r241).

    Fixed issues:
        FIX: Menu item for MozcTool lacks text label in ibus-mozc ( Issue 233 )
        FIX: Explorer crashes when tsf-mozc is enabled on Windows 8.1 update1 ( \ 
Issue 236 )
    Commit summary:
        r253: Specify the absolute path of the project root directory for \ 
include directories
        r252: Disable ITfFnGetLinguisticAlternates until the root cause of \ 
Explorer crashes is addressed
        r251: Specify text label for the menu item of MozcTool in ibus-mozc
        r250: Do not pass incomplete types to STL containers
        r249: Explicitly include <unistd.h> for OSX
        r248: Stop using template to implement BasicCodeGenByteArrayStreamBuf
        r247: Explicity invoke bash for make-standalone-toolchain.sh
        r246: Make config_file_stream_test.cc more robust
        r245: Replace NULL with nullptr in mozc::NumberUtil
        r244: Enable Unicode 6 Emoji conversion by default for desktop (part 4)
        r243: Unify nested preprocessor conditions into one line (part 3)
        r242: Minor style fixes
        r241: Unify nested preprocessor conditions into one line (part 2)

r234 2014-06-22 1.15.1814.102 - r206 2014-05-24 1.15.1786.102

You can check out Mozc r234 as follows.

gclient sync --revision=234

Summary of changes between 1.15.1814.102 (r234) and 1.15.1786.102 (r206).

    Build related changes:
        'build_mozc.py build_tools' is deprecated. Mozc no longer requires \ 
2-pass build. ( Issue 223 )
    Fixed issues:
        FIX: Wrong key mapping for Numpad-End in mozc.el ( Issue 170 )
        FIX: mozc::converter::CandidateFilter drops candidates unexpectedly ( \ 
Issue 220 )
        FIX: Preceding text is not correctly extracted in ibus-mozc ( Issue 226 )
        FIX: Undo-Commit is not functional in ibus-mozc ( Issue 227 )
        FIX: NaCl-Mozc uses wrong version for downloadable dictionary
    Commit summary:
        r234: Ensure that the IPC client is configured before it is used in ibus-mozc
        r233: Teach ibus-mozc about the correct substring position when \ 
extracting surrounding text (part 2)
        r232: Teach ibus-mozc about the correct substring position when \ 
extracting surrounding text (part 1)
        r231: Enable Unicode 6 Emoji conversion by default for desktop (part 3)
        r230: Enable Unicode 6 Emoji conversion by default for desktop (part 2)
        r229: Enable Unicode 6 Emoji conversion by default for desktop
        r228: Unify nested preprocessor conditions into one line
        r227: Strictly check the range of the operands for integer operations \ 
performed in NumberUtil
        r226: Simplify test cases for SafeStrToDouble/SafeStrToFloat
        r225: Remove a redundant constant definition
        r224: UtilTest::StripWhiteSpaces should work with a single letter text.
        r223: Use different internal namespace for gflags
        r222: Fix the version check logic of the downloadable dictionary for \ 
NaCl-Mozc.
        r221: Do not use shell syntax in gyp (part 2)
        r220: Do not use shell syntax in gyp (part 1)
        r219: Use absolute path to teach the linker about a file location
        r218: Add a missing build dependency
        r217: Fix wrong reading for U+1F3C4
        r216: Fix key mapping for Numpad-End in mozc.el
        r215: Remove a redundant NULL initialization of unique_ptr
        r214: Stop using 2-pass build on OS X
        r213: Minor style fixes
        r212: Manage the root directory of protobuf for Java source in gyp \ 
rather than ant
        r211: Stop using 2-pass build except for OS X
        r210: Remove execute bit from files that shouldn't have it
        r209: Remove platform-dependent mozc::Encryptor part 2
        r208: Remove platform-dependent mozc::Encryptor
        r207: Fix the bug that Top_cost + cost_offset exceeds INT_MAX when lid \ 
is first/last name
        r206: Remove an obsolete directory that is no longer used
   2014-06-15 15:08:34 by Ryo ONODERA | Files touched by this commit (16)
Log message:
Update to 1.15.1785.102

* Based on PR pkg/48837 from tsutsui@, thank you.

The most important change for Japanese ibus-mozc users is:
>> FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+
>> (Issue 201)

Changelog:
r192 2014-05-16 1.15.1785.102

    Build related changes:
        Removed an undocumented option --channel_dev from build_mozc.py gyp
        Removed runtime dependency on OpenSSL on NaCl, Mac, and Linux ( Issue 215 ).
        Android build is now only tested with NDK r9d
        Debug_Android and Release_Android are deprecated. You can simply specify \ 
Debug and Android, respectively.
        Removed base/base.h. ( Issue 218 )
    New features and improvement for Android:
        Add Unicode 6 Emoji support with EmojiCapable annotation
        Add a menu item for Voice input in the input options menu
        User dictionary is now exportable
        Improved accessibility support
        Improved hardware keyboard support
        Use optimized layouts for:
            TYPE_TEXT_VARIATION_URI
            TYPE_TEXT_VARIATION_EMAIL_ADDRESS
            TYPE_TEXT_VARIATION_WEB_EMAIL_ADDRESS
        Long pressable UI elements now have three dots marker
    New features and improvement for Windows:
        Enable DirectWrite on Windows 7 and later
        Enable Color Emoji rendering on Windows 8.1 and later
        Implement more TSF interfaces
            ITfCandidateList
            ITfFnGetLinguisticAlternates
            ITfFnSearchCandidateProvider
            ITfFnReconversion
    Fixed issues:
        FIX: TF_E_NOLAYOUT is ignored in tsf-mozc on Windows
        FIX: Candidate window never disappears when TSF-aware Firefox loses \ 
keyboard focus
        FIX: Wrong event handling for special events in emacs-mozc
        FIX: Better support LEIM and fix document links in emacs-mozc
        FIX: Top of suggest/candidate item is displayed right behind preedit \ 
text ( Issue 147 )
        FIX: Candidates in overlay style are displayed sideways if \ 
header-line-format is non-nil ( Issue 196 )
        FIX: The initial mode of ibus-mozc shouldn't be Hiragana with IBus 1.5+ \ 
( Issue 201 )
        FIX: Compilation error due to text encoding with Visual C++ ( Issue 206 )
        FIX: Input methods are unavailable when guest-login (Chromium Issue 339318)
        FIX: Eisu Kana keys are not behaving properly (Chromium Issue 340194)
   2014-06-09 16:18:09 by Ryo ONODERA | Files touched by this commit (74)
Log message:
Recursive revbump from pulseaudio-5.0
   2014-05-18 09:42:24 by OBATA Akio | Files touched by this commit (3)
Log message:
fixes icon path for ibus-mozc with ibus-1.5.
   2014-05-09 09:37:28 by Thomas Klausner | Files touched by this commit (553)
Log message:
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
   2014-05-05 02:48:38 by Ryo ONODERA | Files touched by this commit (1155)
Log message:
Recursive revbump from x11/pixman
Fix PR pkg/48777
   2014-03-27 20:28:33 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Add used by
   2014-02-19 10:44:56 by Jonathan Perkin | Files touched by this commit (8)
Log message:
GCC_REQD should be appended to, not set.

Fixes issues where a newer GCC has been chosen by the user but the GCC_REQD
was forcing an older (and broken) one to be pulled regardless.
   2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568)
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
   2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | Package updated
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE=  33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE=  33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.

Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.

Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.

Whitespace cleanups and other nits corrected, where necessary.

Next | Query returned 127 messages, browsing 101 to 110 | Previous