• 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
d4f640c 2012-02-26 14:26:46 nogu.dev

* Makefile.am
- Specify with RELEASE_TAG.

24df2dc 2012-02-26 14:23:58 nogu.dev

* Makefile.am
- RELEASE_BRAMCH

96da18f 2012-02-26 11:51:35 nogu.dev

* Makefile.am
- Replace `svn log with `git log'

a467eba 2012-02-26 11:44:38 nogu.dev

* tools/gnuify-changelog.pl
- Support `git log'.

8494dcc 2012-02-26 11:42:04 nogu.dev

* make-dist.sh
- Replace `svn export' with `git submodule'

b5534e9 2012-02-26 10:49:46 nogu.dev

* make-wc.sh
- Check out master branch after updating submodule.

7edc1bb 2012-02-26 01:18:34 nogu.dev

* make-wc.sh
- Use Git instead of Subversion.

f4f7c75 2012-02-26 00:51:01 nogu.dev

* .gitmodules
* sigscheme
- Add libgcroots as a submodule.

c329768 2012-02-19 09:09:46 deton.kih

* scm/trycode.scm
- (trycode-rule): Copy comments from original definition.

453c13c 2012-02-19 09:03:44 deton.kih

* scm/trycode.scm
- (trycode-rule): Update: add 10 kanji.

90ee598 2012-02-19 09:00:37 deton.kih

* scm/trycode.scm
- (trycode-rule): Reorder.

ef946e9 2012-02-16 22:13:44 nogu.dev

* notify/uim-knotify4.cpp
- Don't include kdemacros.h because it is unneeded.
- (send_knotify): Output messages to stderr.

c1ecc91 2012-02-14 15:53:45 ek.kato

* configure.ac
* uim/uim.h
- Post release version bump.

f3fa7d2 2012-02-14 11:18:45 ek.kato

* Merge r7454 from trunk.

9a55ea3 2012-02-14 11:16:43 ek.kato

* emacs/uim-el-agent.c (main) : Set locale.
* emacs/im.c (output_default_im_engine) : Use LC_CTYPE.
* emacs/context.c (create_uim_agent_context) : Ditto.

d78516d 2012-02-14 10:00:22 ek.kato

* Merge r7451 from trunk.

c4b85f8 2012-02-14 09:59:20 ek.kato

* qt4/immodule/plugin.cpp (UimInputContextPlugin::create)
- Use LC_CTYPE instead for LC_ALL for NetBSD compatibility.

0a51dac 2012-02-14 00:51:43 ek.kato

* NEWS
* RELNOTE
- Merge r7448 from 1.7 branch.

099c46c 2012-02-14 00:49:33 ek.kato

* RELNOTE
* NEWS
- Update for 1.7.3.

c8ce5f6 2012-02-13 13:34:23 ek.kato

* Merge r7446 from trunk.

70336b8 2012-02-13 13:33:29 ek.kato

* qt4/immodule/quiminputcontextplugin.pro.in
- (LIBS) : Fix linking libuim-counted-init if LINK is set to use
libtool ([uim-ja 322]).

cf059c1 2012-02-11 19:11:04 nogu.dev

* uim/uim-posix.c
- (c_get_config_path): Remove unused variable "exist".

4e7e059 2012-02-11 19:10:55 nogu.dev

* uim/iconv.c
- (uim_iconv_code_conv): Remove unused variable "err".

e3a5a97 2012-02-11 19:10:45 nogu.dev

* uim/agent.c
- (main): Check return value of fgets().

46d78f8 2012-02-11 19:10:35 nogu.dev

* uim/uim-helper-server.c
- (init_server_fd): Check return value of fchown().

9aba359 2012-02-11 19:10:19 nogu.dev

* xim/helper.cpp
- (send_im_list): Check return value of asprintf.
GLIBC version of asprintf doesn't set the 1st arguments to NULL
even on failure. Note that free(NULL) does nothing.
* xim/locale.cpp
- (get_valid_locales, all_locales): Ditto.
* xim/main.cpp
- (init_supported_locales): Ditto.
* xim/ximserver.cpp
- (InputContext::switch_system_global_im, InputContext::update_prop_list,
InputContext::update_prop_label): Ditto.

01f7f4e 2012-02-08 22:09:57 ek.kato

* Merge r7439 from trunk.

8195996 2012-02-08 22:09:32 ek.kato

* po/ja.po : s/注釈/註釈/

8520959 2012-02-08 10:30:34 ek.kato

* Merge r7436, r7437 from trunk.

041fca4 2012-02-08 10:27:41 ek.kato

* uim/m17nlib.c
- (get_right_of_cursor)
- (get_selected_candidate)
- (get_right_of_candidate)
- Bug fix for making uim_lisp str from invalid pointer.