• 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
c6aaa6b 2013-06-16 18:34:22 Muneyuki Noguchi

Add "m17nlib-use-candidate-window?" option to the m17nlib module.

* scm/m17nlib-custom.scm
- Use "m17nlib-use-candidate-window?" option.
* scm/m17nlib.scm
- Define "m17nlib-use-candidate-window?" option
based on the patch by icy in #25.

5b75743 2013-04-15 23:20:04 Muneyuki Noguchi

Merge pull request #24 from tagoh/master

Add XDG_RUNTIME_DIR support

a721742 2013-04-15 23:06:53 Muneyuki Noguchi

Merge pull request #24 from tagoh/master

Add XDG_RUNTIME_DIR support

8157f23 2013-04-15 11:54:11 Akira TAGOH

Update comments

767e6b1 2013-04-12 13:05:55 Akira TAGOH

Add XDG_RUNTIME_DIR support

Create a socket file under $XDG_RUNTIME_DIR/uim/socket if that env is available

d073233 2013-04-07 21:16:14 naota

LINGUAS should list language name on each line

intltool's Makefile.in.in looks up specified language code using:

http://bazaar.launchpad.net/~intltool/intltool/trunk/view/head:/Makefile.in.in#L59
> USER_LINGUAS=(snip)if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`"(snip)

This code snippet means that LINGUAS is expected to list each
supported language name on each line one by one.

This patch simply fix current LINGUAS to follow such manner and
let translation files properly generated.

2adc107 2013-04-07 20:08:46 Muneyuki Noguchi

Merge pull request #23 from naota/patch-1

LINGUAS should list language name on each line

b1c247a 2013-04-04 18:49:16 naota

LINGUAS should list language name on each line

intltool's Makefile.in.in looks up specified language code using:

http://bazaar.launchpad.net/~intltool/intltool/trunk/view/head:/Makefile.in.in#L59
> USER_LINGUAS=(snip)if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`"(snip)

This code snippet means that LINGUAS is expected to list each
supported language name on each line one by one.

This patch simply fix current LINGUAS to follow such manner and
let translation files properly generated.

f8a52f2 2013-03-31 19:51:12 Muneyuki Noguchi

Dump version post release.

* configure.ac
- dump version.

7e9d210 uim-1.8.5 2013-03-31 19:06:12 Muneyuki Noguchi

Update RELNOTE.

* RELNOTE
- Update from 1.8.4 to 1.8.5.

8e9bd39 2013-03-31 19:00:02 Muneyuki Noguchi

Add NEWS about uim-gtk.

* NEWS
- (Overview of changes from 1.8.4 to 1.8.5):
Add a fix on uim-gtk.

82e93c3 2013-03-30 13:19:40 KIHARA Hideto

Add NEWS about uim-tutcode.

* NEWS
- (Overview of changes from 1.8.4 to 1.8.5):
Add fix about uim-tutcode.

b0c7d6e 2013-03-29 07:45:32 KIHARA Hideto

Exclude non-hiragana chars from head of postfix katakana conversion target string.

* scm/tutcode.scm
- (tutcode-postfix-katakana-acquire-yomi):
Exclude non-hiragana chars from head.

aab34d2 2013-03-28 22:11:38 Muneyuki Noguchi

Add a section for 1.8.5.

* NEWS
- (Overview of changes from 1.8.4 to 1.8.5): New section.

38b43b2 2013-02-19 21:34:50 Muneyuki Noguchi

Avoid an infinite recursion in GTK+ immodule.

* gtk2/immodule/gtk-im-uim.c
- (update_cb): Apply the patch by tagoh.
Don't emit a 'preedit_changed' signal
when no preedit is started.

8329675 2013-02-19 21:27:30 Muneyuki Noguchi

Avoid an infinite recursion in GTK+ immodule.

* gtk2/immodule/gtk-im-uim.c
- (update_cb): Apply the patch by tagoh.
Don't emit a 'preedit_changed' signal
when no preedit is started.

5b46fd8 2013-01-26 09:11:59 KIHARA Hideto

Exclude non-hiragana chars from head of postfix katakana conversion target string.

* scm/tutcode.scm
- (tutcode-postfix-katakana-acquire-yomi):
Exclude non-hiragana chars from head.

02f72d8 2012-12-31 13:52:26 Muneyuki Noguchi

Update RELEASING.

* doc/RELEASING
- Replace the argument of git-clone.

505a6db 2012-12-31 13:52:17 Muneyuki Noguchi

Update RELNOTE.

* RELNOTE
- Update from 1.8.3 to 1.8.4.

86a3f21 2012-12-31 13:52:01 Muneyuki Noguchi

Remove empty subsections from NEWS.

* NEWS
- (Overview of changes from 1.8.3 to 1.8.4):
Remove empty subections Fixes and Others.

a33ac68 2012-12-31 13:51:37 KIHARA Hideto

Add NEWS about uim-tutcode.

* NEWS
- (Overview of changes from 1.8.3 to 1.8.4):
Add Enhancements about uim-tutcode.

a936d34 2012-12-31 13:51:11 Muneyuki Noguchi

Add a section for 1.8.4.

* NEWS
- (Overview of changes from 1.8.3 to 1.8.4): New section.

6d181a6 2012-12-30 15:57:26 Muneyuki Noguchi

Dump version post release.

* configure.ac
- dump version.

5e5530e uim-1.8.4 2012-12-30 14:53:35 Muneyuki Noguchi

Update RELEASING.

* doc/RELEASING
- Replace the argument of git-clone.

72bab93 2012-12-30 13:07:17 Muneyuki Noguchi

Update RELNOTE.

* RELNOTE
- Update from 1.8.3 to 1.8.4.

9a773a1 2012-12-30 12:29:01 Muneyuki Noguchi

Remove empty subsections from NEWS.

* NEWS
- (Overview of changes from 1.8.3 to 1.8.4):
Remove empty subections Fixes and Others.

5150f79 2012-12-30 12:27:12 Muneyuki Noguchi

Add NEWS about uim-xim.

* NEWS
- (Overview of changes from 1.8.3 to 1.8.4):
Add Enhancements about uim-xim.

494ac28 2012-12-27 19:48:26 KIHARA Hideto

Add NEWS about uim-tutcode.

* NEWS
- (Overview of changes from 1.8.3 to 1.8.4):
Add Enhancements about uim-tutcode.

b63ff42 2012-12-26 23:06:16 Muneyuki Noguchi

Replace the repository URL.

* .gitmodules
- (submodule "sigscheme"):
Replace Google Code URL with GitHub URL.
* uim/uim.h
- Ditto.
* sigscheme
- Update.

c73d5b2 2012-12-26 22:58:10 Kővágó Zoltán

add hungarian locale to xim