summaryrefslogtreecommitdiff
path: root/inputmethod
AgeCommit message (Collapse)AuthorFilesLines
2012-02-21Update to 14.4ryoon3-7/+9
Changelog: * Simplify skk-isearch * Add some menu items * Display input mode indicator near cursor position * Get annotation from DictionaryServices on Mac OS X * Get annotation from other program * Make $ behavior changable * Remove some combination from skk-azik.el * Improve Tan-Kanji transform * Add skk-search-web.el * Other bugfixes
2012-02-18Update uim to 1.7.3.obache5-20/+19
Based on PR 46030 by YAMASHIRO, Jun. (enable commented out wnn4 option additionally) Overview of changes from 1.7.2 to 1.7.3 ======================================= * Fixes - Qt4 bridge * Fix im-delete-text in QTextEdit * Build fix for NetBSD ([uim-ja 322]) - uim-m17nlib * Don't discard key release event when input mode is off (#45734) * Fix crashes with some IMs (regressed in 1.7.0-alpha). * Others - Generic build fix for GNU/Hurd ([uim-ja 310]) Overview of changes from 1.7.1 to 1.7.2 ======================================= * Fixes - libuim * Fix crash in im-acquire-text with selection - uim-pref-qt4 * Fix build failure when --as-needed is used (#40385, Julian Taylor) * Enhancements - Qt4 bridge * Support text acquisition API with QTextEdit * Others - Plug very minor memory leak in uim-xim - Plug very minor file descriptor leak in libuim-custom Overview of changes from 1.7.0 to 1.7.1 ======================================= * Fixes - uim-tutcode * Fix behavior when on-key and off-key are different - uim-dict-gtk - uim-dict-gtk3 * Fix compilation with Canna >= 3.7 - fileio.scm * Fix for files with no newline at the end * Enhancements - uim-byeoru * Speedup in conversion by change of system dictionary format * Introduce a new way to define a personal dictionary - uim-tutcode * Show stroke help temporarily by keys in kanji combination guide * Support bushu composition which consists of three or more bushu on auto help * Use bushu.help file on auto help and bushu conversion - uim-toolbar-gtk3-systray - uim-toolbar-gtk-systray * gnome-shell support - uim-notify * Support dynamic reconfiguration of the agent selection * Others - Make uim functional when --disable-notify is set at configure
2012-02-18Bugs of iconv should be fixed in NetBSD-6 and later, not require GNU iconv.obache1-8/+5
2012-02-06Revbump forwiz55-105/+110
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24Kill empty section in man page. Bump revision.joerg3-2/+14
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd4-8/+8
2012-01-18Revbump after updating db5adam3-6/+6
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache6-12/+12
2012-01-07Fixes PLIST for Linux and HP-UX.obache2-12/+43
2012-01-07Exactly pass bdb library name to configure so that unwanted system bdb librariesobache1-1/+2
will not be picked up.
2011-12-27Restrict acceptable emacs version to 20 and 21.obache1-1/+2
For 22 and 23, this package must be updated to 0.75 (or later).
2011-12-17Improve portablility for Japanese man dir.obache2-10/+4
2011-12-17inputmethod/sskinput: DragonFly-specific handling of PLISTmarino2-3/+11
DragonFly dumps the documention in man1 instead of cat1. (Not sure why it's different from NetBSD). PLIST substitution handles both cases.
2011-12-16Need to check requirement of math library for atan2(3).obache4-4/+90
2011-12-15inputmethod/ibus-handwrite: Directly link libraries as required for ld v2.22marino1-1/+2
2011-12-15inputmethod/gcin: Directly link libraries as required for default ld v2.22marino2-4/+4
2011-12-14inputmethod/unicom-im: bad patch, bad mastersitemarino3-5/+7
The mastersite resolves to a parking domain, causing the html page to be interpreted as a tarball download which doesn't pass the checksum of course. Luckily this tarball is backed up at NetBSD, so remove the mastersite so it can fall back to NetBSD. Secondly, a patch from 2007 was mispelled and was never included into the distinfo. Obviously it built anyway, but the patch was renamed and the distinfo file regenerated.
2011-12-07Canuum stupidly thinks that curses calls are in termcap.roy1-2/+8
Teach it otherwise.
2011-12-07Fix tparm calls to the POSIX standard.roy3-3/+43
Remove non-standard resetterm call as it calls reset_shell_mode anyway.
2011-12-06Uses C++-2011 featuresjoerg1-1/+6
2011-12-06Update gtk-im-libthai to 0.2.1.obache3-10/+10
0.2.1 (2011-11-20) ===== - Multiarch-aware installation
2011-12-04Update ibus-table-chines to 1.3.5.obache3-24/+6
[Changes] - Merge Caius Chance's branch for DYNAMIC_ADJUST - Dependency update to cmake-0.8.1
2011-12-04* change *.glade to *.uiobache4-15/+29
* add gtk3 support * support both ibus 1.3 & 1.4. * fix crash with mouse capture * fix build problem. * swtich to GPLv3.
2011-12-04Update ibus-chewing to 1.3.10.obache3-23/+10
[Changes] - Fixed Bug 726335 (Google issue 1281)- [abrt] ibus-chewing-1.3.9.2-3.fc15: g_atomic_int_get: Process /usr/libexec/ibus-engine-chewing was killed by signal 11 (SIGSEGV) using patch from Scott Tsai - Fixed Bug 727018 - ibus compose file needs a symbol tag for gnome-shell - Fixed characters duplication problem (Google issue 1245, GitHub ibus-chewing issue 2) - Fixed KP-Enter not been able to commit preedit buffer. (Google issue 1303, GitHub ibus-chewing issue 4) - Depends on cmake-fedora now. - Fixed issue 1274, which is addressed by yusake's comments on d9009bf. - Add compile flag for GNOME3. - Add command line option: showFlags - ibus-gnome special symbol - Thanks Fred Chien's patch against that candidate window cannot be closed with escape key since selected tone. - Thanks Fourdollar's patch for Fix plain zhuyin with space as selection problem. - Remove support for ibus-1.2 and prior.
2011-12-03* Add devel/gdbm_compat buildlink on Linux.sbd3-3/+23
* Respect LDFLAGS. Bump PKGREVISION
2011-11-26Fix build with newer GCCjoerg4-1/+36
2011-11-17Update MASTER_SITESryoon1-2/+2
2011-11-13Revert some part of last commit acciently, partial changes.obache2-8/+2
2011-11-13Bump ABI for SCIM, new dependency on libltdl.obache23-45/+52
2011-11-13Update scim to 1.4.11.obache6-25/+52
* multi monitor support * translation update. * some build fixes
2011-11-13tell location for boost to configure.obache1-1/+2
2011-11-10Bump PKGREVISION from libhangul shlib bumped.obache1-2/+2
2011-11-10Update ibus-hangul to 1.3.2.obache3-11/+10
release 1.3.2 * Check whether hic is transliteration method or not * Ignore key event with only specific modifiers * Use GETTEXT_PACKAGE in ibus-setup-hangul * issue: #1210 hangul_keyboard_list should be moved
2011-11-10Update imhangul to 2.0.0.obache3-15/+14
approved by minskim@ (and thanks for English translation from a Korean NEWS). 2.0.0 * imhangul-2.0 is for Gtk+-2.0 * #315984 A backspace doesn't delete a character in Firefox 4.0 * #315980 A keyboard name is not translated because of a discrepency between imhangul and libhangul * #306326 Add a configuration option to designate a key to switch between Korean and English - Set a string recognized by gtk_accelerator_parse() in imhangul.conf * Fix a bug in the simple input method in Gtk - Show the "preedit string" when invoked with Ctrl+Shift+u 0.9.16 * Support 2-Set old Korean, 3-Set old Korean, and Ahnmatae keyboards * Allow Korean input with a non-qwerty US system keyboard 0.9.15 * Support a Roman keyboard (requires libhangul>=0.0.10) * Bug fix: #305211 A strange behavior of a backspace in a gtkhtml window
2011-11-10Update nabi to 0.99.9.obache3-10/+19
approved by miskim@ (and thanks for English transration from a Korean NEWS). nabi-0.99.9 * Bug fix: #315977 A backspace doesn't delete a character in firefox4 * Bug fix: #315744 In the Korean mode, a space is appended at the end in Wine 1.2 * In using GtkStatusIcon - Fix the problem of the white background issue in the tray icon in Ubuntu 10.10 nabi-0.99.8 * Add an Ubuntu theme * Fix bugs in the Colemak keyboard (#315056, #315058) * Update the list of dynamic keyboard (requires libhangul>=0.0.12) - Support the 2-Set old Korean and Ahnmatae keyboards * Add an option to use a customized fontset in the over-the-spot mode * Override the system keymap in default (Handle the issue when a non-qwerty keyboard is selected) * Add an option to sepcify a theme at build time * Refactor code nabi-0.99.7 * Implement a Chinese-character-only mode * Allow Korean input even when the locales of an application and nabi differ * Enable "preedit string" drawing without a fontset in X Windows * Support the Colemak keyboard * Bug fixes nabi-0.99.6 * Bug fix: #305368 nabi doesn't appear in the notification area - Fix a problem that nabi does not appear automatically in the notification area in recent distributions nabi-0.99.5 * Support a Roman keyboard (requires libhangul>=0.0.10) * Support pango 1.16 and below (to support CentOS 5.3) * Bug fix: #305339 a bug resetting the input status configuration nabi-0.99.4 * Add an "Revert to Default" button in the configuration window * Add an option to start in the Korean mode * Allow to turn off the tray icon * Fix a freeze when an Enter is typed in the Korean mode in gvim * Implement "string conversion" (not yet supported in Xlib) * Refactoring and bug fixes
2011-11-10Update libhangul to 0.1.0 (shlib major bumped).obache3-14/+11
approved by minskim@. 0.1.0 * add new API for keycode normalization * remove deprecated API * add supports for freebsd * update some test codes
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd46-87/+92
2011-10-21Move find-prefix.mk line.ryoon1-2/+2
2011-10-12Uodate to 14.3ryoon2-6/+6
* bug fix * refactoring.
2011-10-08Update scim-chewing to 0.3.4.obache2-7/+7
What's New in SCIM-chewing 0.3.4 --------------------------------------------------------- * Handle 0-9, "+-*/" keys, Enter and '.' in keypad. * Handle F1-F18 keys properly. * Fix the unexpected behavior on candidate phrases in Google search bar browsed by Firefox. * Be aware of the "Keyboard Layout" setting in SCIM, Thus, users can use a French AZERTY or German QWERTZ without having to switch to a US layout beforehand.
2011-10-08Update libchewing to 0.3.3.obache2-6/+6
What's New in libchewing 0.3.3 --------------------------------------------------------- * Fix memory access violation. * Improved Python binding. * Merged with libchewing-data project. (r455) * Improved random key stroke tester. * Fix the handling of phonetic symbols in Hsu's keyboard. * Fix unexpected candidate disorder when doing symbol choice. * Revised phrase choice from rearward logic. * Fix cross compilation. * Improved shell script to merge changes form libchewing-data. * Successful stories: . Google ChromeOS provides built-in Chewing IM support . MeeGo platform provides built-in Chewing IM support
2011-10-07Update ibus-skk to 1.3.9.obache3-7/+10
Update to 1.3.9. Fix XML entity reference. Update to 1.3.8. Update virtkbd module to check engine's typing mode. Don't connect to eekboard-server if enable_virtual_keyboard is false. Support virtual keyboard. Define hotkeys and icon-symbol in description. Don't start auto conversion if there is no preceding input (Issue#36). Don't handle ctrl+g in non-converting state (Issue#35). Ignore errors when locale module doesn't provide bindtextdomain (Issue#34).
2011-10-07Update scim-thai to 0.1.2.obache2-7/+6
Version 0.1.2 (2011-06-27) ============= - Update gettext support using autopoint. - Fix compiling error when libthai is installed in non-standard location. - Improve linker flags handling.
2011-10-07Update gtk-im-libthai to 0.2.0.obache3-27/+20
0.2.0 (2011-06-17) ===== - Ported to GTK+ 3 (GTK+ 2 is still supported in the mean time) - Fix bug with level 3 and level 5 keys
2011-09-21Transitive closure for RUBY_VERSION_SUPPORTED=18.joerg2-2/+5
2011-09-17Add missing patches at updated to 0.1.3.obache2-0/+28
2011-09-17Update scim-input-pad to 0.1.3.obache3-10/+51
The new features of scim-input-pad are the the next tables who are included: korea.pad includes from Korean the letters, Hangul Jamo, Hangul Compatibility Jamo, Halfwith/fullwith arabian.pad includes the Arabian script armenian.pad includes the Armenian script georgian.pad includes the Georgian script from Georgia russian.pad includes the Russian script hebrew.pad includes the Hebrew script from Israel india_bengali.pad includes the Bengali script from India india_chiki.pad includes the Ol Chiki script from India india_devanagari.pad includes the Devanagari script from India india_gujarati.pad includes the Gujarati script from India india_gurmukhi.pad includes the Gurmukhi script from India india_kannada.pad includes the Kannada script from India india_lepcha.pad includes the Lepcha script from India india_limbu.pad includes the Limbu script from India india_malayalam.pad includes the Malayalam script from India india_oriya.pad includes the Oriya script from India india_saurashtra.pad includes the Saurashtra script from India india_sinhala.pad includes the Sinhala script from India india_syloti_nagri.pad includes the Syloti Nagri script from India india_tamil.pad includes the Tamil script from India india_telugu includes the Telugu script from India balinese.pad includes the Balinese script from Indonesia buginese.pad includes the Buginese script from Sulawesi in Indonesia cham.pad includes the Cham script from Vietnam and Cambodia kayah.pad includes the Kayah Li script from the Karen in Myanmar (Birma) and in Thailand khmer.pad includes the Khmer script from Cambodia mongolian.pad includes the Mongolian script from Mongolia lao.pad includes the Lao script from Laos myanmar.pad includes the Myamar script from Birma philipine_buhid.pad includes the Buhid script from the Philipines philipine_hanunoo.pad includes the Hanunoo script from the Philipines philipine_tagalog.pad includes the Tagalog script from the Philipines tai_lue.pad includes the old Thai script from China, Thailand,Birma and Vietnam rejang.pad includes the Rejang script from Sumatra in Indonesia sundanese.pad includes the Sundanese script from west Java in Indonesia tai_le.pad includes the new Thai script from China, Thailand,Birma and Vietnam thai.pad includes the Thai script from Thailand tibet.pad includes the Tibet script from Tibet ethiopic.pad includes the ethiopian script from ethiopia
2011-09-14Remove stupid make check from configure to fix build on SunOS.hans2-1/+16
2011-09-14Fix build on SunOS.hans5-2/+78