Chagneglog:
* Remove GNU Emacs 22 support
16.1 supports GNU Emacs 22.
* Add GNU Emacs 26 support
Use encode-coding-string() instead of obsolete string-make-unibyte().
* Support Ruby 2.4
Support bayesian/bskk with Ruby 2.4.
* Select window management
skk-candidate-buffer-delete-other-windows as nil disables
windows management.
* Candidates display with SPC key
skk-show-candidates-nth-henkan-char should be 2 or greater.
* A number of Candidates
Specify a number as skk-henkan-number-to-display-candidates.
Do not use skk-henkan-show-candidates-rows, it is obsolete.
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
Many of these definitely do not depend on readline.
So there must be a different underlying problem, and that
should be tracked down instead of papering over it.
Solves:
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline
The missing specification is obvious on DragonFly because there's
no publically accessible version of readline in base.
Changelog:
** MELPA install
** Support Emacs 25
*** Add skk-help-make-usage as wrapper macro
** Development environment
*** Converted from CVS to Git
*** Add test and uninstall target to Makefile and make.bat
** Documentation
*** Rename READMEs/REAME to README.md
*** Convert READMEs/* to UTF-8
*** Generation of PDF file from skk.texi
**** Convert skk.texi to UTF-8
**** Create makepdf.bat and makepdf.sh scripts to PDF generation
** Add prefix ccc- to ccc.el functions etc.
** Remove queue-m.el, use cons() instead
** Remove skk-annotation-browser-function variable
** Add keyboard type nicola-colemak and omelet-colemak
Changelog:
2.17.2288.102 - 2.17.2313.102 / 2016-01-03 - 2016-01-10
Summary of changes between 2.17.2288.102 and 2.17.2313.102 as follows.
Third party libraries:
None.
Build related changes:
None.
Major changes:
Update system dictionary.
Status icons for OS X are updated with Noto font.
Fixed issues:
#344: Support icon_prop_key entry in ibus-mozc
#345: Mozc for Android keeps crashing
#347: Software keyboard is not rendered correctly on Android 6 if non-material theme is selected
#350: Status icon is not updated when using Windows Store Apps in desktop mode on Windows 10
#351: Mozc cannot be activated in the search box on the task bar when configured to be the default IME on Windows 10
Following issues are not completely fixed yet, but at least worked around.
#348: DirectWrite may fail to render text in certain enviromnents
#349: Word suggestion can be unexpectedly suppressed on Chromium
Total commits:
29 commits.
2.17.2285.102 - 2.17.2287.102 / 2016-01-01 - 2016-01-02
Summary of changes between 2.17.2285.102 and 2.17.2287.102 as follows.
Third party libraries:
None.
Build related changes:
None.
Major changes:
None.
Fixed issues:
None.
Total commits:
4 commits.
2.17.2241.102 - 2.17.2284.102 / 2015-11-15 - 2015-12-31
Summary of changes between 2.17.2241.102 and 2.17.2284.102 as follows.
Third party libraries:
fontTools: 5ba7d98 -> 8724513
Build related changes:
Reference Dockerfile for Fedora now uses Fedora 23 base image.
Default SDKROOT for OS X build is switched from macosx10.8 to macosx10.9.
Major changes:
CalculatorRewriter is now triggered not only by inputs end with = but also by inputs start with =. For instance, now =1+1 triggers CalculatorRewriter. See the commit message of 5d423b0b and its unittests as for how it works.
Performance improvements in LOUDS. See commits 3591f5e7 and cac14650 for details.
Fixed issues:
#317: session_handler_scenario_test is flaky in Linux build on Travis-CI
#341: 1d*= should not trigger language-aware rewriter
Total commits:
48 commits.
* Buildlink libX11 to ibus-python to fix build
Changelog:
1.5.13
src: Use cache file for compose table for launching time 7241f66 d5bf50c 706ba01 97e28cc
Add SetCursorLocationRelative D-Bus method (Daiki Ueno) (Rui Matos) b51c620
1.5.12
check for x11 for the ui too (Marc-Antoine Perennou) c0ced65
ibus-daemon update user cache when user observed path is updated 1d67867
panel: Constrain the candidate area to the current monitor bounds (Alexey Kotlyarov) 4a8024b
panel: Fix the default position of property panel with dual monitors 3ebeb65
setup: Fix PyGIWarning: GdkX11 was imported without specifying a version 49f3a73
engine: Change language code from ISO 639-2 to ISO 639-1 in simple.xml 3af58fa
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.