• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A multilingual input method framework


RSS
Rev. Time Author
62d5e31 uim-0.4.7 2005-06-26 02:20:01 tkng

Release 0.4.7

dafad51 2005-06-25 23:25:57 yamamoto

* fep/escseq.c(check_escseq) : fix to check escape sequence accurately

06ac9cd 2005-06-24 00:56:50 ekato

* xim/convdisp.cpp (PeWin::get_fontsize) : Cope with font size
with three digits.

baaba11 2005-06-23 00:50:23 ekato

* uim/uim.c (uim_release_context) : Plug leak.
(uim_quit) : Ditto.
* xim/ximim.cpp (XimIM::FreeComposeTree) : Ditto.

ac1050e 2005-06-22 23:39:48 ekato

* uim/skk-dic.c (compose_line_parts) : Plug leak.

31495da 2005-06-22 19:36:15 ekato

* uim/skk-dic.c (nth_candidate) : Plug leak.
(compose_line_parts) : Ditto.

b42e94a 2005-06-21 16:36:26 ekato

* uim-xim : Improve packet handling with async
(on-demand-synchronous) event flow.

* xim/xim.h (class Connection) : Remove unused OnPushPacket()
member. Add setter and getter for new mPreeditCaretSyncFlag
member. Remove mPendingRxQ member. Add xim_preedit_start_reply()
and xim_preedit_caret_reply() member. Rename clear_pending_rx()
as clear_pending_queue().
* xim/connection.h (class XConnection) : Add new member function
writePendingPacket(), writePassivePacket(), and
writeNormalPacket().
* xim/connection.cpp (XConnection::writePendingPacket) : New
function divided from writeProc().
(XConnection::writePassivePacket) : Ditto.
(XConnection::writeNormalPacket) : Ditto.
(XConnection::writeProc) : Simplify.
* xim/ximtrans.cpp (Connection::OnRecv) : Handle
XIM_PREEDIT_CARET_REPLY.
(Connection::setPreeditCaretSyncFlag) : New.
(Connection::unsetPreeditCaretSyncFlag) : Ditto.
(Connection::hasPreeditCaretSyncFlag) : Ditto.
(Connection::xim_forward_event) : Don't use mPendingRxQ.
(Connection::xim_sync_reply) : Ditto.
(Connection::xim_preedit_start_reply) : Remove unused parameter.
(Connection::xim_preedit_caret_reply) : New function.
(Connection::clear_pending_queue) : Renamed from
clear_pending_rx().
* xim/convdisp.cpp (ConvdispOs::update_preedit) : Send
XIM_PREEDIT_CARET packet.

38663e3 2005-06-21 14:40:53 yamaken

* scm/util.scm
- (ucs-to-utf8-string): Fix lacking closing paren enbuged in r899

5695e9e 2005-06-21 05:39:35 yamaken

* scm/util.scm
- (ucs-to-utf8-string): Cosmetic change

1340645 2005-06-21 02:27:00 tkng

* scm/util.scm:
-(ucs-to-utf8-string): New function. Thanks to Park Jae-hyeon.

d26f4e5 2005-06-20 10:35:48 yamaken

* scm/init.scm
- (load-modules):
* Recover backward compatible behavior of LIBUIM_VANILLA=1. The
behavior is needed by any unit tests defined in ./tests

- disable ~/.uim, user customs, lazy loading, loading modules

* Add new behavior of LIBUIM_VANILLA=2 as introduced in r893.

- disable ~/.uim, user customs and lazy loading, but enable
loading modules

* test.sh.in
- Rewrite LIBUIM_VANILLA=1 with LIBUIM_VANILLA=2 to follow above
change
* doc/api-doc/uim-devel.db
- Rewrite explanation of LIBUIM_VANILLA roughly

d6031b5 2005-06-20 03:21:20 tkng

* release 0.4.7beta1.

aee6915 2005-06-20 02:03:44 tkng

* scm/init.scm:
-(load-modules): Call load-enabled-modules even if LIBUIM_VANILLA is set
to 1. This will fix the bug that we cannot test except 'direct' input
method with test.sh.

a7df64c 2005-06-19 05:53:02 ekato

* xim/convdisp.h (class Convdisp) : Add new public member
get_locale_name();
* xim/convdisp.cpp (gXftFontLocale) : New variable.
(init_default_xftfont) : Store a locale infomation for gXftFont.
(update_default_xftfont) : Ditto.
(class PeWin) : Remove redundant mXftFontName member.
(PeWin::PeWin) : Set gXftFont according to working locale.
(PeWin::set_xftfont) : Change mXftFont with considering locale.
(Convdisp::get_locale_name) : New function.

9b83a99 2005-06-19 03:52:07 yamaken

* scm/util.scm
- (delete, alist-delete): Fix default comparison procedure = with
equal? as described in SRFI-1. Thanks for the report Park Jae-hyeon
* uim/slib.c
- (inteql): New static function for R5RS compatible "=" procedure
- (init_subrs): Prepare future replacement of "=" procedure as
disabled code. Binding "=" with inteql() causes some error, so I
disabled it for now. It will be enabled in uim 0.5.x series

5ed6e5e 2005-06-18 22:54:35 ekato

* xim/ximserver.cpp (InputContext::createUimContext) : Fix
unwanted free() of a string while invoking reload_uim().

d4cfb0d 2005-06-18 22:19:02 kzk

* scm/anthy.scm
- (anthy-proc-transposing-state): commit transposing string in pressing
the keys which are not the transposing-trigger.

1a9f739 2005-06-18 21:49:27 ekato

* xim/convdisp.cpp (PeWIn::set_xftfont) : Fix to use
XFT_PIXEL_SIZE not XFT_SIZE.

f350ea1 2005-06-17 12:32:09 ekato

* configure.ac : Use AM_LANGINFO_CODESET instead of checking
langinfo.h. Fix some duplicate check with AC_CHECK_HEADERS.
* fep/str.c (get_enc): Restore old code for system without
nl_langinfo(CODESET);

afea41a 2005-06-16 20:54:44 yamamoto

* configure.ac: add langinfo.h and utmp.h to AC_CHECK_HEADERS
* fep/uim-fep.c (my_forkpty) : use login_tty instead of ioctl to compile on Cygwin

dddce10 2005-06-16 20:43:45 ekato

* uim/skk-dic.c (numeric_kanji_with_position_conv) : Fix for #3
numeric conversion.
(numeric_kanji_for_check_conv) : Fix for #5 numeric conversion.

9d5e9e9 2005-06-16 01:05:17 tkng

* RELEASING: New file for release manual.

0cdbb4e 2005-06-15 13:52:14 yamamoto

* fep/Makefile.am: add README.key
* fep/{uim-fep.c,escseq.c}:
Change behavior of redirection.
Add signal handlers of SIGTSTP and SIGCOUT.

37f1b35 2005-06-15 06:07:27 omote

* xim/Makefile.am: Add uim-xim.1 into EXTRA_DIST.

d66ca77 2005-06-14 15:31:17 ekato

* uim/skk-dic.c : Update skk_isalpha macro.

47cf331 2005-06-14 14:59:07 ekato

* uim/skk-dic.c : Don't use isalpha(3), islower(3), and isascii(3)
in ctype.h to avoid unwanted behavior with some locales on some
systems. More cosmetic changes.

1bdea9d 2005-06-14 07:49:50 tkng

* configure.ac: Release 0.4.7alpha1.

10f2bfe 2005-06-13 16:05:17 ekato

* uim/skk-dic.c : Cosmetic changes.

8f61aad 2005-06-13 01:55:04 omote

* xim/uim-xim.1: Manpage for uim-xim. Thanks to Wesley J. Landaker
<wjl@icecavern.net>.(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=300487)
* xim/Makefile.am: Add man1_MANS section for uim-xim.1.

8e6d7d5 2005-06-09 12:18:45 ekato

* scm/skk-custom.scm : Fix skk-candidate-op-count for ddskk-like
behavior.