* To compile with ja-freewnn-lib-1.11alpha22, small patches
added for mainly with adding include directive:
---
+#include <unistd.h>
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
----
the patches are listed below.
patch-cmd_kinput2.c
patch-lib_Canna.c
patch-lib_ConvCtrl.c
patch-lib_KIProto.c
patch-lib_XimpProto.c
patch-lib_ctext.c
patch-lib_wnnlib.c
See ChangeLog, ChangeLog.en
(too many lines to be listed here)
Please note minimum security fixes had been updated after
1.10 was committed, so not really whole thing between 1.10
and 1.1.1-a021
- And more, a021 to a022 (CVS version) equivalent patches
- Thus
PKGNAME= ja-FreeWnn-{lib,server}-1.11alpha22
- DESTDIR support (That's why a022 patches added)
- package structure adjusted
from (-lib -dict -server -server-bin) to (-lib -server)
for minimum modification from DISTFILE to pkgsrc.
- some common VARIABLES have been moved to ja-freewnn-lib/Makefile.common
ja-freewnn-dict/{DESCR,Makefile,PLIST}
ja-freewnn-server-bin/{DESCR,Makefile}
Removed
ja-freewnn-lib/Makefile.common
More variables moved in
ja-freewnn-lib/patches
70 files added for a021 -> a022 updates
ja-freewnn-server/PLIST
- some executable moved sbin to bin
by following line in Makefile
+CONFIGURE_ARGS+= --disable-traditional-layout
- 23 of dictionary files in share/wnn/ja_JP/dic
moved from ja-freewnn-dict/PLIST to ja-freewnn-server/PLIST
Thanks obache@ for correcting/proofreading for above Changes.
The new features of scim-tables are the the next tables who are included:
Kirshenbaum input method for emacs
polytonic Greek added
Hebrew added
Hindi-remington added
Hindi-inscript improved
Marathi-remington added
Punjabi-remington added
Russian Yawerty improved
Tamil-tamil99 added
Uyghu-standard added
Uyghu-romanized added
Chinese Cangjie 6 added
Chinese ZhuYin improved
Chinese ZhuYin-Big improved
Chinese Cantonese improved
Based on PR#44989 by YAMASHIRO, Jun. add a missing PLIST entry.
Overview of changes from 1.7.0-alpha to 1.7.0
=============================================
* Fixes
- Generic IM
* Fix sort order of Wubi86 and Zhengma tables in 1.7.0-alpha
- GTK+3 bridge
* Avoid repeated changes of subwindow size in some annotation text
Overview of changes from 1.6.x to 1.7.0-alpha
=============================================
* New features
- GTK+3 bridge
- uim-candwin-gtk3
- uim-candwin-tbl-gtk3
- uim-dict-gtk3
- uim-im-switcher-gtk3
- uim-input-pad-ja-gtk3
- uim-pref-gtk3
- uim-toolbar-gtk3
- uim-toolbar-gtk3-systray
* Support GTK+3
- uim-toolbar-applet-gnome3
* Support GNOME3
* Fixes
- uim Scheme library
* Fix im-acquire-text brokeness
- uim-toolbar-qt4
* Fix bug: Can't set starting position of Qt4 toolbar (#34034)
- uim-notify
* Fix compilation with libnotify >= 0.7.0
- uim-tutcode
* Fix behavior with interactive bushu conversion
- uim-skk
* Fix crash upon an illegal line in SKK dictionary
- Emacs bridge
* Don't disturb other leim's modelines (#35318)
- Qt4 bridge
* Fix crash of applications upon exit when widget style of
QGtkStyle is used
- uim-dict-gtk
* Fix a minor bug
* Enhancements
- uim-tutcode
* Postfix mazegaki conversion
* Postfix bushu conversion
* Add inflection support for postfix and prefix mazegaki conversion
* Kanji code (JIS/Kuten/Unicode) input mode
* History input mode
- libuim
* Support locale with EUC-JIS-2004 and EUC-JISX0213 encodings
- generic-predict
* Add support for completion with Google Suggest
* Others
- GTK+2 bridge
* Discard support for version below 2.14.
patch provided by YAMASHIRO, Jun via PR#44861.
pkgsrc changelog:
* remove "canna" option from default.
Overview of changes from 1.6.0 to 1.6.1
=======================================
* Fixes
- IM management system
* Fix crash while switching to the IM which has been once used but
then disabled and re-enabled again by "Enabled input methods"
widget of uim-pref.
- uim-skk
* Don't crash with malformed words having brackets which are not
intended for skk-henkan-strict-okuri-precedence.
- libuim-skk.so
* Fix possible contamination of dictionary files of SKK-JISYO and
tutcode's mazegaki dictionary when user switches between uim-skk
and uim-tutcode dynamically.
* Enhancements
- uim-tutcode
* Interactive bushu conversion
* Postfix bushu conversion in yomi of mazegaki.
* Completion
* Input prediction in mazegaki conversion
* Input prediction in bushu conversion
* Kanji combination guide on completion and input prediction
* Another symbol (kigou) input mode like "KI"
* Add function to redisplay last auto help
* Show kanji on auto help
* Show hint kanji for intermediate sequence on virtual keyboard
- uim-pref
* Add configuration 'uim-pref-suppress-dot-uim-warning-dialog?'
(Set this variable #t in ~/.uim if you'd like to suppress the
dialog)
- uim.el
* Support Emacs24 (by Kan-Ru Chen, #31539)
* Others
- Enable compilation even when the home directory of chrooted build
environment is non-writable (e.g. nobody user)
- tcode, trycode, and hangul modules are no longer enabled by
default. Use more sophisticated tutcode and byeoru modules
instead.
* Release 1.3.2
* Add --with-gtk=2.0|3.0|no configure option.
* Fix build with ibus-1.4.
* Use minput_list() instead of mdatabase_list().
* Make class name parsing robuster.
* Add "~/.m17n.d/" to observed-paths.
* Use wildcard pattern in default.xml to set the default value.
* Lower the rank of si-samanala engine.
* Read default config from a file.
* Use gnome-autogen.sh to generate configure and Makefiles.
* Don't compile m17nutil.c twice for engine and setup.
* Use ibus_m17n_scan_engine_name() to simplify the code.
* Assign separate GType to each m17n engine to make config per-class.
* Clear errno to 0 before calling strtol/strtoul.
* Simplify AltGr handling.
* Give higher rank for all Indic engines.
* Use MInputContext::arg and remove the table for ic and engine.
* Don't init IBusBus in print_engines_xml().
* Fix bug in ibus_m17n_engine_reset.
* Add code coderview.settings.
ChangeLog:
Do not normalize keyevent on romaja keyboard
Dynamic hangul keyboard listing
Normalize keyval for position before use
Ignore modifier keys only when they are in hanja key list
Clear preedit text on ibus_hangul_engine_reset()
Update lookup table managing code
Add a new feature
commit the candidate when it clicked by the user.
issue #921
0.0.12
* add dubeolsik yetgeul keyboard
* make sebeolsik yetgeul keyboard layout conform to HWP
* add API to get builtin keyboard list
* use Unicode jamo for incomplete syllable
* gettextize
* bug fix for Unicode 5.2
* fix wrong characters in ahnmatae(#31548)
* add command line tool hangul
0.0.11
* fixed preedit string bug: #315256
* added Ahnmatae method
* updated hanja frequency data and reordered hanja table according to it:
#315200
* fixed bugs in hanja data
* updated old hangul jamo combination table according to Unicode standard 5.2:
#315127
Random summary of changes:
14.2
- Support multiple dictionaries.
- Support "tooltip".
- Support UNICODE display.
- Support face colors.
- Support character input by code number.
- Improve JIX X 0213 support.
14.1
- Support CDB directly.
- Improve info.
- Improve dynamic completion.
- Display character code.
- Various conversion improvements.
2010-11-03 IRIE Shinsuke <irieshinsuke@yahoo.co.jp>
* Version0.2.1
* Added support for vim-mode
* Added libexec directories to search paths for `ibus-agent-file-name'
* Changed to execute fallback command in latin mode to simulate original
behavior for the key event (IBus issue #1058)
* Modified custom types of `ibus-kana-onbiki-x-keysym' and
`ibus-kana-onbiki-key-symbol' so that they can be disabled
* Modified to reset cursor color in consideration of color themes
* Modified not to unnecessarily set cursor color for non-X frame
* Modified not to unnecessarily check current buffer while command is running
* Fixed bug: Keymap might not be updated when switching input focus from
non-X frame to X frame
* Fixed bug: ibus-mode is abnormally exited when automatically turning off
monitor for power saving
* Fixed bug: If starting emacs-w3m in one of multiple frames, ibus-mode's
keymaps are incorrectly disabled in one of the other buffers
* Fixed problem (maybe): ibus-el-agent crashes if failing to connect to
X display when ibus-mode starts or display is changed (RH bug #627358)
- New tables which was not include in original:
+ array30, array30-big, wubi-haifeng
- Table removed from original version because of license issues:
+ zhengma, ziranma
- Add package review ID
- Add build tag for el6
* Fri Nov 19 2010 Ding-Yi Chen <dchen at redhat.com> - 1.3.9.2
- Fixed Bug 652909
- Added back a Changlog item that mention Nils Philippsen's change.
- Apply Jim Huang's patch for zh_TW.po
* Fri Nov 12 2010 Ding-Yi Chen <dchen at redhat.com> - 1.3.8
- Quick fix for f15 and ibus-1.4 build
- Version scheme change.
Fixed deleting voiced consonants. (#1148)
Fixed romaji_typing_rule and kana_typing_rule receives UTF-8 keys. (#1146)
Fixed the custom tables with new keys.
Fixed SEGV when key tables are customized in new gconf.
Added a warning for ibus.
Supported ibus.engine.update_preedit_text_with_mode
Changes:
* Fix compatible issues with gnome-do and chromium-browser.
* Fix XIM compatible issue in ppc64 platform.
* Fix some build problems with gtk3
* Sort input method in setup with strcoll
* Fix some problem in Makefile for NteBSD
ChangeLog
Comment out test-keymap test case.
Limit typing rate to 800 hits/minutes, and fix make distcheck error.
Catch exceptions from os.kill.
Fix CPU 100% usage with signal.SIGCHLD
Fix keyval and state in __keycode_button_clicked_cb
Destroy existing connection before creating a new connection, and only create the fake context once.
Move the candidate window just above the cursor when the window and a preedit string overlap.
Remove compiler warnings.
Enable key snooper by default again, except Chrome/Chromium browsers, to fix application compatibility issues like 1068.
Always consume the hotkey, even if the hotkey associated engine already activated.
Fix race condition in bus_ibus_impl_create_engine()
Fix a build error of IBus-1.0.gir with gobject-introspection 0.9.6
Fix a typo.
Remove unused dbus-1 package in gir includes
Implement stress tool for ibus.
Fix a build error with GTK3 gdkkeysyms.h
Update gu.po from Sweta Kothari <swkothar@redhat.com>
Fix g_assertion failure in bus_ibus_impl_{load,save}_global_engine_name functions.
Add some comments about registry
Add Emacs modeline for .c and .h files.
Move the log handler code from bus/main.cc to src/ibusshare.cc.
Add codereview.settings.
Add time info in log message from satorux@chromium.org
Fix memory leak in ibus_input_context_process_key_event by Fujiwarat
Fix segv in bus_engine_proxy_process_key_event_reply_cb
Set CFLAGS to "-Wall -Werror" in autogen.sh
Fix property issue.
Update fr.po
Fix a build warning
Packagesd by Ryo ONODERA in pkgsrc-wip, import requested via PR#43819.
multiskkserv is a skk server which can use multiple dictionaries.
This server uses cdb format as the dictionary format. cdb is the
efficient and constant (i.e. cannot add, delete, modify) database
format by Dan J. Bernstein, which I think is the appropriate format
for the system-wide constant dictionary storage.
Based on PR#43872 by YAMASHIRO, Jun.
some fixes and improvements by me.
uim Changelog:
- New IM uim-social-ime
- New IM uim-ajax-ime
- New IM uim-yahoo-jp
- Support Wubi86 and ZhengMa tables with Generic IM
- Improved uim-tutcode with many nice features with table style
candidate window
- Stable Qt4 bridge
- Annotation system
- Internal plugin system reorganization
- uim-elatin enhancement
- Japanese multiple-segment IM enhancement
This project provide a table that defines Telex/VNI Input Method phrases for
Vietnamese. Most of Vietnamese in North Vietnam use Telex Typing, but VNI
typing in South Vietnam.
[Changes]
- Input style of ibus-chewing is decommissioned under ibus >=1.3.
Now the input style is determined solely on the setting of
"Embed preedit in application window" in IBus.
- Resolves: #608991, #632043
- Fixed Issue 1022: chewing commit some text in reset method
(patched by Peng Huang).
- Fixed Issue 1032: [ibus-chewing] Chewing not commit some single Chinese
char into application when press enter.
- Rewrite CMake modules to make them cleaner, and documents in cmake module
help format.
- [For developer and distro maintainer]
Various targets changed. Use 'make help' to obtain a list of available
targets.
Packaged by Ryo ONODERA in pkgsrc-wip.
A part of import request by PR#43818.
dbskkd-cdb is a dictionary server for SKK Japanese Input Method
system. For building the executable file, TinyCDB is required.
Packaged by Ryo ONODERA in pkgsrc-wip.
A part of import request by PR#43818.
A basic set of Kana-Kanji conversion dictionary developed by SKK project.
This package is cdb format dictionary for dbskkd-cdb and so on.
* Added some acronyms.
* Fixed the default selection in GtkTreeView.
* Don't load kbdui/foo.so in addition to kbdui/foo.la.
* Added debian build.
* Fixed#1 input-pad.pc doesn't include gtk+-2.0