summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOLPetr Viktorin2015-01-301-3/+0
| | | | | | | | | When using IT_PROG_INTLTOOL using the gettect automake macros isn't necessary. To make matters worse, when mixing the marcos both try to generate po/Makefile.in.in. Recent versions of intltool detect when gettext won and bails when building. See e.g. similar bug in gdm: https://bugzilla.gnome.org/show_bug.cgi?id=711818
* Add configure --with-python optionChangwoo Ryu2014-10-131-1/+6
| | | | It could be used to select python2 or python3
* Version up to 1.5.01.5.0Choe Hwanjin2014-10-121-2/+2
|
* Use AC_PROG_MKDIR_P instead of AM_PROG_MKDIR_PChoe Hwanjin2014-09-261-0/+1
| | | | The 'AM_PROG_MKDIR_P' macro is deprecated.
* Version up to 1.4.21.4.2Choe Hwanjin2013-01-261-1/+1
|
* Don't use ENV variable in Makefile (NetBSD problem)Choe Hwanjin2013-01-131-2/+2
| | | | | | | | NetBSD uses ENV variable for shell option. So our makefile should not override ENV variable. We use ENV_PROG instead Issue: http://code.google.com/p/ibus/issues/detail?id=1029
* Release 1.4.11.4.1Choe Hwanjin2012-04-161-1/+1
|
* Install symbolic link to ibus-setup-hangul in bindirChoe Hwanjin2012-02-121-0/+2
| | | | | ibus-setup scan $(libexecdir) to find setup executables. So it is better to install ibus-setup-hangul into $(libexecdir).
* Release 1.4.01.4.0Choe Hwanjin2012-01-101-2/+2
|
* Merge branch 'master' of git://github.com/lidaobing/ibus-hangulChoe Hwanjin2011-10-171-1/+1
|\
| * port to ibus 1.4LI Daobing2011-10-011-1/+1
| | | | | | | | fix #1317: http://code.google.com/p/ibus/issues/detail?id=1317
* | release 1.3.21.3.2Choe Hwanjin2011-10-171-1/+1
| |
* | Check whether hic is transliteration method or notChoe Hwanjin2011-10-171-1/+1
|/ | | | | | | Normalizing keyval is applied only when the hic is in transliteration mode. The information about the input method logic should be retrieved from libhangul hic. So we use new API from libhangul 0.1.0.
* Add and update copyright noticesChoe Hwanjin2011-03-061-5/+5
|
* ibus-setup-hangul also should be generated by MakeChoe Hwanjin2011-03-051-1/+0
|
* issue: #1210 hangul_keyboard_list should be movedChoe Hwanjin2011-03-051-1/+0
| | | | | | | | | | hangul_keyboard_list is architecture dependent file, so it should be installed in ${pkglibdir} or its subdir. I made it installed in ${pkglibdir}/setup. config.py will be created by Makefile not configure. Variable ${pkglibdir} is suitable for Make, but python will not expand it correctly. It's better for Make to generate config.py so that Make expand the variables.
* version up to 1.3.1Choe Hwanjin2011-02-261-2/+2
|
* Dynamic hangul keyboard listingChoe Hwanjin2011-02-261-1/+1
| | | | | | Using libhangul 0.0.12, ibus-setup-hangul will show hangul keyboard list from libhangul dynamically. So after this, when the libhangul updated, ibus-setup-hangul will show newly added hangul keyboard automatically.
* release 1.3.0.201003291.3.0.20100329Choe Hwanjin2010-03-291-1/+1
|
* Check ibus >= 1.2.99Peng Huang2010-02-041-1/+1
|
* Update Setup dialogChoe Hwanjin2009-12-131-1/+2
| | | | | | | | | * Add hanja key configuration ui * Migrate to GtkBuilder: use intltool, change ui filename * Update po files * Issue #689 http://code.google.com/p/ibus/issues/detail?id=689 https://bugzilla.redhat.com/show_bug.cgi?id=493509
* use libhangul 0.0.10 to enable romaja methodChoe Hwanjin2009-10-311-1/+1
|
* Add symbol character table featureChoe Hwanjin2009-09-191-0/+1
| | | | | * add symbol.txt data file * look up symbol table file first, then hanja table.
* Merge branch 'master' of git://github.com/phuang/ibus-hangul1.2.0.20090617Choe Hwanjin2009-06-201-3/+5
|\
| * Modify process_key_event method and bump version.Peng Huang2009-06-141-3/+5
| |
* | check libhangul version on configure stageChoe Hwanjin2009-06-141-1/+1
|/ | | | | | ibus-hangul may depend on libhangul version, so we need to check it, or ibus-hangul will not work as expected. See this bug: https://bugzilla.redhat.com/show_bug.cgi?id=501212
* Use bindtextdomain to specify localedirChoe Hwanjin2009-03-211-0/+1
| | | | | Set textdomain dir to localedir which is spcified on configure stage. config.py file has the prefix configuration.
* Implement ibus-setup-hangulChoe Hwanjin2009-03-071-0/+5
| | | | | ibus-setup-hangul is written in python as other engines are. And it uses glade as well.
* Fix problem when create hangul.xml.Huang Peng2009-02-061-1/+1
|
* re-implement it in c language.c_implHuang Peng2009-02-051-29/+7
|
* Rename anthy to hangulHuang Peng2008-08-151-9/+9
|
* Change ibus_micro_version to 1.0.1.1.20080812Huang Peng2008-08-121-1/+1
|
* Refine coding style.Huang Peng2008-08-091-6/+6
|
* Add python-config.py.Huang Peng2008-08-091-2/+6
|
* Rename anthy.engine to anthy.engine.inHuang Peng2008-07-181-0/+1
|
* Remove empty line.Huang Peng2008-06-301-1/+0
|
* Import ibus-anthy projiect.Huang Peng2008-06-301-6/+33
|
* Add icon.Huang Peng2008-06-291-0/+1
|
* Use GPLv2.Huang Peng2008-06-291-10/+9
|
* Add a template engine - enchant.Huang Peng2008-06-291-0/+5
|
* Import IBus template project.Huang Peng2008-06-291-0/+69