aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-spell.c
Commit message (Collapse)AuthorAgeFilesLines
* Port Empathy code to GSettings, remove EmpathyConfDanielle Madeley2010-06-181-11/+13
|
* empathy_spell_check: remove debug message if there is no languages configuredGuillaume Desmottes2009-12-111-1/+0
| | | | It floods debug logs.
* Ignoring non installed languagesFelix Kaser2009-10-211-1/+6
| | | | Languages which are in the gconf setting but are not installed any more are ignored, fixes bug #598954
* empathy-spell: remove trailing tabsGuillaume Desmottes2009-06-251-2/+2
|
* empathy-spell: update FSF addressGuillaume Desmottes2009-05-181-2/+2
|
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
| | | | svn path=/trunk/; revision=1967
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-12/+11
| | | | svn path=/trunk/; revision=1066
* Cleanup the spell code.Xavier Claessens2008-04-221-19/+20
| | | | svn path=/trunk/; revision=1031
* Use enchant instead of aspell. Fixes bug #460624 (Frederic Peters).Xavier Claessens2008-04-221-72/+66
| | | | svn path=/trunk/; revision=1030
* Move modules that make no sense to be used in other applicaton from ↵Xavier Claessens2008-03-141-1/+0
| | | | | | libempathy-gtk/ to src/ svn path=/trunk/; revision=789
* Move empathy-conf to libempathy-gtk. libempathy do not depend directly on ↵Xavier Claessens2008-01-231-1/+1
| | | | | | gconf anymore. svn path=/trunk/; revision=597
* Rename all filenames starting with "gossip" by "empathy", change namespaceXavier Claessens2007-06-221-0/+452
2007-06-22 Xavier Claessens <xclaesse@gmail.com> * libempathy/*.[ch]: * libempathy-gtk/*.[ch]: * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy", change namespace of all gossip_*() functions to empathy_*(). Fixes bug #444490 (Mario Danic, Xavier Claessens). svn path=/trunk/; revision=170