* 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)