summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2009-06-12Relincensed under LGPLSuren A. Chilingaryan
2008-12-15Provide GPL disclaimers with all sourcesSuren A. Chilingaryan
- Add GPL disclaimers to all sources - Suppress gcc-4.2 warnings
2007-06-27Engines reworkSuren A. Chilingaryan
- LibGuess support for far east language autodetection - Support for LibRCD 0.1.9 supporting ISO-8859-1 strings - Fixing wrong encodings names returned by Enca - Engine plugins naming scheme is altered - New API functions: rccEngineGetInfo, rccEngineGetAutoCharsetByName - Most of languages are no more hardcoded, but moved to the configuration - RCD engine is added to Belarusian language (I hope it should work) - Some encoding names are fixed in configuration - Support for external libiconv - Support for libcharset - Find UI interface language from LC_MESSAGES locale - Simple compilation fix (Thanx to D. Panov)
2007-05-09FreeBSD fixesSuren A. Chilingaryan
- Autoconf: try to locate libraries in /usr/local - Autoconf: Help FreeBSD to locate BerkeleyDB - Autoconf: Search for dlopen in libc library - Autoconf: Support of --disable-bdb option is added to configure script - Fixed compilation with missing dlopen functionality - Suppress various warnings
2006-04-09Autogen scripts fixupSuren A. Chilingaryan
2005-08-09 - Russian Engine is really renamedSuren A. Chilingaryan
- Translate to English is fixed - Default charset for "all" languages - Support for per-class additional and dissabled charsets - Use 'GetSomethingNumber' instead of 'GetSomethingList'. 'GetSomethingList' functions are depricated. - rccUiGetSomethingName gets id's on the input instead of names
2005-07-19FixesSuren A. Chilingaryan
- Fixed several errors in doxygen documentation - Initializing locale in rcclocale (if setlocale return 'C') - Calling Configure before anything else in rccRecode
2005-07-18DocumentationSuren A. Chilingaryan
- Some small doxygen descriptions are added