gspell

log

age author description
2006-12-23 Marco Barisione The "language" property was only writeabledefault tip
2006-12-23 Marco Barisione Test the "language" property
2006-12-23 Marco Barisione Test g_spell_checker_store_replacement()
2006-12-22 Marco Barisione Test g_spell_checker_clear_session()
2006-12-21 Marco Barisione Test g_spell_checker_get_language()
2006-12-21 Marco Barisione Some tests intended for the en_UK checker were executed on the en_US checker
2006-12-21 Marco Barisione Test the checker returned passing NULL to g_spell_checker_new()
2006-12-20 Marco Barisione Renamed GSpellCheckerLanguage to GSpellLanguage
2006-12-20 Marco Barisione Print some more info about what we are testing
2006-12-20 Marco Barisione Free all the allocated memory if something fails
2006-12-20 Marco Barisione Test pwl management
2006-12-20 Marco Barisione Allow to overwrite the pwl directory using the environment variable G_SPELL_PWL_DIR
2006-12-19 Marco Barisione Save the dictionaries and other stuff in .gspell-2.0 instead of .enchant
2006-12-19 Marco Barisione Create the dictionary directory if it does not exist
2006-12-19 Marco Barisione Create the EnchantPwl even if the pwl file does not exist
2006-12-19 Marco Barisione Test session management
2006-12-19 Marco Barisione Removed session and pwl management from the providers
2006-12-18 Marco Barisione Replaced strcmp() with streq()
2006-12-18 Marco Barisione Test g_spell_checker_language_to_string()
2006-12-18 Marco Barisione Added some missing ";"
2006-12-18 Marco Barisione en_UK is before en_US in the sorted language list
2006-12-18 Marco Barisione The type of GSpellCheckerLanguage was registered as GeditEncoding
2006-12-18 Marco Barisione Renamed dummy-backend to dummy-provider
2006-12-18 Marco Barisione Added more tests
2006-12-18 Marco Barisione Added support for multiple languages to the dummy provider
2006-12-18 Marco Barisione g_spell_checker_language_from_tag() returns the language that matches exactly the tag and not always the one matching the generic tag
2006-12-16 Marco Barisione Removed the prototype of the soundex function as it does not exist
2006-12-16 Marco Barisione Use G_GNUC_MAY_ALIAS to avoid breaking strict-aliasing rules
2006-12-16 Marco Barisione Dulicate the string returned by g_getenv() because it's const
2006-12-16 Marco Barisione GSpellCheckerLanguage is now a boxed type
2006-12-15 Marco Barisione Destroy the spell checker
2006-12-15 Marco Barisione Use the dummy backend in the test
2006-12-15 Marco Barisione Added a dummy enchant backend to test GSpell
2006-12-15 Marco Barisione Allow to overwrite the backend directory using the environment variable G_SPELL_BACKEND_DIR
2006-12-15 Marco Barisione Changed the indentation style
2006-12-15 Marco Barisione Load the providers from PREFIX/lib/gspell-2.0 instead of PREFIX/lib/enchant
2006-12-15 Marco Barisione Merge
2006-12-15 Marco Barisione Added some simple tests
2006-12-15 Marco Barisione Removed an unuseful g_return_if_fail() in g_spell_checker_get_property()
2006-12-15 Marco Barisione Handle PROP_LANGUAGE in g_spell_checker_set_property()
2006-12-15 Marco Barisione Added G_PARAM_WRITEABLE to the "language" property
2006-12-15 Marco Barisione Make the GSpellCheckerLanguage accepted by g_spell_checker_new() constant
2006-12-14 Marco Barisione Added the code from Enchant
2006-12-13 Marco Barisione Changed the name of the GSpellChecker objects from "spell" to "checker"
2006-12-13 Marco Barisione lazy_init() does not accept anymore a language
2006-12-13 Marco Barisione Renamed active_lang to language
2006-12-13 Marco Barisione g_spell_checker_new() accepts a GSpellCheckerLanguage
2006-12-13 Marco Barisione The language property can be set
2006-12-13 Marco Barisione Removed g_spell_checker_set_language(), the language is now a construct only property
2006-12-13 Marco Barisione Renamed g_spell_checker_add_word_to_personal() to g_spell_checker_add_word_to_pwl()
2006-12-13 Marco Barisione Removed the checks for NULL dicts after a call to lazy_init(), as lazy_init() is already doing it
2006-12-13 Marco Barisione Changed the return type of g_spell_checker_add_word_to_personal() from gboolean to void
2006-12-13 Marco Barisione Changed the return type of g_spell_checker_(add_word_to|clear)_session() from gboolean to void
2006-12-13 Marco Barisione Changed the return type of g_spell_checker_store_replacement() from gboolean to void
2006-12-13 Marco Barisione Renamed g_spell_checker_set_correction() to g_spell_checker_store_replacement()
2006-12-13 Marco Barisione Reorganized the function prototypes
2006-12-13 Marco Barisione Changed the signal names as proposed by Paolo
2006-12-13 Marco Barisione Added "/*< public >*/" to the signals in GSpellCheckerClass
2006-12-13 Marco Barisione Added padding to GSpellCheckerClass for future expansion
2006-12-13 Marco Barisione Changed the indentation of the signals to match the glib style

To download these repositories, get Mercurial and then type something like:

hg clone http://techn.ocracy.org/repository-name/

You can also click the "zip" or "gz" links to get an archive of the latest revision without installing anything.

The change logs of the repositories are aggregated at techn.ocracy.org/planet.

We have also some darcs repositories at techn.ocracy.org/darcs.