Introduction
Scim-hangul is a SCIM IMEngine module for inputing korean scripts. Scim-hangul
is for native speakers, not for foreigners. If you don't want to learn korean
keyboard layout, use scim-table :)
Feature
This engine supports 2 beolsik, 3 beolsik final, 3 beolsik 390, 3 beolsik
no-shift and etc. You can input chinese character (hanja) with F9 key when you
have preedit string.
Check other korean input methods here:
http://wiki.kldp.org/wiki.php/KoreanInputMethod
Scim-bridge is wrapper library for SCIM, written in C. It is firstly written to
solve problems occured by the ABI transition of GNU libstdc++ between 3.* branch
and 4.* branch. That's not the problem in the most of cases because you usually
used the same compiler for SCIM and GUI apps.
This input method engine is developed to support the Array 30 input method in
SCIM framework. SCIM Array 30 Input Method Engine provides with all the
functions of Array 30, including 1st and 2nd level short codes, special codes,
and symbol input.
scim-anthy is a SCIM IMEngine module for anthy.
SCIM is Smart Common Input Method platform, it provides user friendly/full
featured user interface and development platform to make input method
developer's life easier.
Anthy is a system for Japanese input method.
It converts Hiragana text to Kana Kanji mixed text.
scim-anthy provides some usefull user interfaces for Anthy using SCIM.
Currently the SCIM project has a wide range of input methods (some may need
other libraries), covering more than 30 languages, including
(Simplified/Traditional) Chinese, Japanese, Korean and many European languages.
What's more, Composing/Dead key support is one of the built-in features.
In addition, several projects have been established to design IMEngines for
SCIM and others supply their own SCIM plugins.
What's New in libchewing 0.3.2
---------------------------------------------------------
* Add gcc visibility support to hide private APIs.
* APIs and Headers refactoring.
* Doxygen-friendly API documentation.
* New binary data manipulation approach to dramatically reduce storage
usage and loading time via memory mapping. (enabled by default)
* New word segmentation method based on mmseg.
* Improved auto-learn new phrases method.
* Improved test suite and added simple benchmark program.
* Option to indicate the behavior for phrase choice to be rearward
or not.
* New APIs to enumerate supported keyboard types.
* Repair improper memory access.
* API united in Win32 and UNIX world.
* Initial Pythin binding support.
* Merged with libchewing-data project. (r342)
* Canonical debugging messages.
* Successful stories:
. OpenBSD porting
. ibus-chewing : chewing engine for ibus input method framework.
. UIM-chewing leveraging libchewing 0.3.x development branch.
What's New in libchewing 0.3.1
----------------------------------------------------------
* New keyboard layout DACHEN_CP26.
* Add key '`' to open symbol table.
* Erase candidate and reset its length when 'Esc' key is handled.
* Closes candidate window when user pressed 'Up' key.
* Doing select at the end of edit buffer works on the
last phrase (interval).
* Improved reminding message text.
* Sync with libchewingdata project.
* A new HanYu-PinYin mapping table
* More robust behavior when IM crashes.
* Allow '#' comment and blank line in tsi.src.
* Fix chewing switch between Full/Half mode and cursor moves one space in
gedit.
* Fix when list available phrases to choice, user's own phrases are
not included.
* Release PgUp/PgDn key event to running applications.
* Fix portability issues on FreeBSD.
* Fix incorrect initialization.
* Fix pinyin key order, put "shun" before "shuo".
* Fix various potenital boffer overflow bugs.
* Fix various memory leaks.
* chewing_set_PinYinMethod to support multiple PinYin methods.
* chewing_handle_CtrlOption was removed.
* New structure SymbolEntry.
* Rename selectAreaLen to candPerPage.
* Added bEasySymbolInput.
What's New in libchewing 0.3.0
----------------------------------------------------------
* This is a new development branch differing a lot from
0.2.x series, and breaks API/ABI for new features.
* UTF-8 based language engine core for common Unicode
environment.
* Porting layer for POSIX/Unix-like and Win32 to reduce the
redundant porting process.
* New API design for better consistency.
* Merge the efforts from libchewing-data subproject, which
means various phrases have been reviewed and corrected.
* Zuin fixes and symbol improvements.
* Support key 'j' / 'k' for paging in selection mode.
* Fix some internal memory management bugs and leaks.
* Improved internal test suite.
* New binary-form of user hash data to speed up loading and
solve hash data corruption.
* Better calculating of internal tree and phone constants.
* Revised tsi.src for richer phrases and avoiding crashes.
* Merge phone and phrase from CNS11643.
* Reduce the amount for the expose for internal symbols.
* Improved Han-Yu PinYin to use table-lookup implementation.
* Experimental frequency-evaluation. (re-compute chewing
lifetime)
* Implement the choice mechanism for pair symbols.
* Improved Tab handling to allow the switching over different
frequency orders of candidated phrases.
* New auxiliary module for simpler API uses.
* Experimental memory-mapping based binary data handling to
speed up data loading.
* Successful stories:
. Sun Solaris 10 U2 and 11 will provide built-in Chewing
IM support.
. OXIM input method suite from OpenDesktop/OSSI provides
Chewing support as its default input method.
. New Win32-Chewing subproject to provide efficient input
mthod solution on Microsoft Windows platforms.
While here, add DESTDIR support and relax bdb dependency from db3 to db2-4.
0.2.6: 2004/09/20
---------------------
1. Remove the "-release" flag from libtool, such that the naming convention
of libtabe/libbims is changed to be: libtabe.so.X.X.X/libbims.so.X.X.X.
Add release number information into utilities.
Thanks to Roger So <roger.so@sw-linux.com>.
2. Porting to DB3-3.3.11: DB->stat() only takes 3 arguements.
Thanks to Pofeng Lee <informer@ns1.m2000.idv.tw>
Rui-Xiang Guo <rxg@ms25.url.com.tw>
3. Change the "rm $(PACKDB)" from "make clean" to "make distclean".
Thanks to Kuang-che Wu <kcwu@ck.tp.edu.tw>.
4. Fix several memory leakage problem.
Thanks to Kuang-che Wu <kcwu@ck.tp.edu.tw>.
5. Add util/tsiguess.c.
Add API: tabeChunkInfoFree(), tabeChunkInfoNew(), tabeTsiInfoNew(),
tabeTsiInfoFree().
Thanks to Pofeng Lee <informer@ns1.m2000.idv.tw>.
6. Add bims facility: user add Tsi by hand and store to user DB files.
Thanks to Eric Cheng <eric@fractal.myip.org>.
7. Add bims facility: simple algorithm to learn new phrase input by user.
Thanks to Pofeng Lee <informer@ns1.m2000.idv.tw>.
8. A quick fix for segfault when there is no ~/.xcin/*.db
Fixed by Geoffrey Lee <snailtalk@linux-mandrake.com>
9. Fixed the bug of signed/unsigned TsiInfo->refcount ( µüÀW 0 bug )
Found by FixeShao-yu Cheng <eric@netgenes.org>
Fixed by Kuang-che Wu <kcwu@ck.tp.edu.tw>
10. By <thhsieh@linux.org.tw>
Fix a bug in libtabe/util/tsiguess: Do not always try to open
$HOME/.xcin/newdb. But one can use the flag "-u" to specify the
path of user defined DB file.
11. Fix bug in tabe_tsi.c: tabeChunkSegmentationComplex():
the same floating point number precision problem found in bims.c.
Speed up and clean up tsiguess.c and tabe_tsi.c
By Kuang-che Wu <kcwu@ck.tp.edu.tw>
12. Set DB_FLAG_READONLY or DB_FLAG_NOUNPACK_YIN flags in
tsidump, tsiguess, tsiyincheck, tsiyindump utilities when necessary.
By Kuang-che Wu <kcwu@ck.tp.edu.tw>
13. Support Berkeley DB 4.
Thansks to Cheng-Lung Sung <clsung@dragon2.net>.
14. Builds without libbims if configure --without-x
Builds with specific BerkeleyDB lib name if configure --with-db-name
tsipackdb.in try all db*_dump, don't check db version anymore
15. Add bimsToggleTsiGuess() and bimsToggleNoTsiGuess() functions.
Update autotools files.
* Add dependency m17n-contrib for m17nlib option.
It is required for icons.
* Remove m17-*.png icon files from PLIST and generate/delete symbolic links at
install/deinstall.
XXX: symbolic links may be broken/missing when update m17n-contrib.
XXX: There is no chance to invoke relink at the time.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
which makes the stdlib.h prototype goes away. Avoid this by forcing real
system calls.
Remove a static declaration that is shadowing an extern, resulting in
the creation of a text relocation.
Based on patch from Yamashiro, Jun in tech-pkg-ja@.
While here, deprecate curses and x11 option then introduce uim-fep and xim
option to exactly enable/disable those features.
Overview of changes from 1.5.4 to 1.5.5
=======================================
* Enhancements
- uim-anthy
- uim-anthy-utf8
* Learn transposing Katakana/Hiragana string (bug #18630)
- misc Japanese IM
* AZIK roma-kana table update
* Don't use "nwa", "nwi", "nwu", "nwe", "nwo" roma-kana sequences
by default
- uim-pref-gtk
- uim-pref-qt
* Reduced startup time
* Fixes
- GTK+ bridge
- uim.el
- uim-skk
- uim-look
* Plug memory leaks
- uim-dict-gtk
* Fix warning with GTK+-2.14.x
Overview of changes from 1.5.3 to 1.5.4
=======================================
* Enhancements
- Generic IM
* Cache candidates to improve the performance
* Add an option to show candidate window automatically when
multiple candidates are found
- uim-tutcode
* New symbol (kigou) input mode
- GTK+ bridge
- Qt{3,4} bridge
- XIM bridge
* Improve the performance upon activating the window with large
number of candidates
* Fixes
- uim.el
* Plug memory leak.
* Ignore 'd' command if valid uim-default-im-engine is defined
- uim-fep
* Fix compilation with Solaris' cc
- uim-skk
* Fix handling in non-matching upper case character in
skk-proc-state-direct.
- uim-pref-gtk
* Fix warning with GTK+-2.14.x
Overview of changes from 1.5.2 to 1.5.3
=======================================
* Fixes
- Qt4 bridge (experimental)
* [CRITICAL] Fix bug with Qt4 >= 4.4.1, which makes applications
infinite loop at the startup
* [CRITICAL] Fix uim-helper handling which could cause unexpected crashes
* Fix key press with shift, control, alt, and meta keys
- uim-xim
* Fix some minor protocol errors
- uim.el
* Improve minibuffer editing
- uim-tutcode
* Fix out-of-range error when candidates are longer than
tutcode-heading-label-char-list
* Others
- uim-toolbar-gtk-systray
* Adjust ythickness of the buttons
- uim-pref-gtk
* Add vertical scrollbar for the setting pane
Overview of changes from 1.5.1 to 1.5.2
=======================================
* Enhancements
- Enable input method rotation by hotkeys
- uim-trycode
* Updated the composition table to 2008-04-18 version
* Fixes
- uim.el
* [CRITICAL] Fix breaking minor-mode-map-alist in some cases.
* [CRITICAL] Fix uim-el-helper-agent
* Fix displaying candidates when a right-hand neighbor
character of the cursor is a horizontal-tab
- uim-xim
* Fix Japanese kana-keyboard input hack to distinguish 'kana_RO'
key and backslash key
- uim-canna
* Don't disable libuim functionality even when canna server is
stopped.
- uim-elatin
* Fix problem when only elatin IM is loaded.
- uim-prime
* Fix crash when input mode is forced to set as app-mode by
toolbar menu while "Enable vi-cooperative mode" is off.
Add CANNA_ENV to SCRIPTS_ENV for imake.
This is only affect to canna-server, as reported by MOCHIDA Shuji by PR 40349.
Bump PKGREVISION of canna-server package.
Changes since 0.15:
- Updated German translation.
- Fixed memory leak.
- Added simplified Chinese input.
- Added themes.
- Added symbol input using consonants.
- Switched to use libhangul.
created or not. Packages that include other ELP's buildlink3.mk must define
EMACS_BUILDLINK. Other packages don't create wrappers, which reduces build
time a lot.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users. Be DEPENDS to it. This should
address pkg/37146 by Aleksey Cheusov.
While here convert some emacs lisp packages to user-destdir.
Patch provided by Yamashiro Jun in PR 38811.
Changelog 1.4.2 to 1.5.1:
* Add new inputmethods:
elatin -- Emacs-style Latin characters input method
look -- Predictive input method for English
anthy-utf8 (unsupported in this package)
sj3 (unsupported in this package)
wnn (unsupported in this package)
* Add Qt4 IM module(unsupported in this package)
* Various API and ABI changes (see doc/COMPATIBILITY)
* Bugfix and many internal changes.
Package changelog:
* Add new options.mk options:
gnome: GNOME applet
prime: inputmethod/prime
m17nlib: devel/m17n-lib
No need, done by pkgsrc USE_LOCALEDIR feature.
modify-itlocaledir expet GNU sed (options and patterns).
Folliwing situations rise PLIST mismatch:
* using GNU sed, PKGLOCALEDIR != share
* sed accept options, but can't interprete patterns as expected. PR 38847.
Bump PKGREVISION.
tomoe-gtk is a GUI library for tomoe that online handwriting recognition engine.
It offers GTK+ GUI parts and is useful for making another applications using
tomoe.
Tomoe is originally a handwriting character recognition engine.
Current Tomoe does not only provide handwriting recognition engine but also
provide other character searching API such as searching by readings, stroke
counts, radicals, valiations and so on.