- Oct 30, 2010
- Oct 01, 2010
- Sep 29, 2010
-
-
chrender authored
- Added default README.txt.
-
chrender authored
- Added BSD copyright notice.
-
chrender authored
- Added and adapted changelog from the 0.6 fizmo package.
-
chrender authored
- Implemented [More] prompt. - Improved z_ucs output to screen interface to also work with non-newline-separated lines.
-
chrender authored
- Fixed hyphenation char limit. - Added handling of hyphenation for words len < 4.
-
chrender authored
- Removed wrong z_ucs_rchar invocation, making refresh counts in cell-interface work again. - Added " to word separator chars.
-
- Sep 28, 2010
-
-
chrender authored
- Created separate function "get_path_for_locale" to get path for requested locale. This allows detection whether a locale is supported at all. - Adapted "create_locale_module" function to use "get_path_for_locale" function.
-
chrender authored
- Added "get_interface_name" and "get_interface_version" prototypes for sound interface.
-
chrender authored
- Added "i18n_libfizmo_INVALID_VALUE_P0S_FOR_PARAMETER_P1S" parameter. - Altered cell-interface error codes to allow new error message code "i18n_libfizmo_INVALID_VALUE_P0S_FOR_PARAMETER_P1S" to fit in line. - Added localized values for now parameter check error message.
-
chrender authored
- Improved parsing of numbers for configuarion options (strtol instead of atoi for improved error detection and explicit false/true and yes/no checks).
-
chrender authored
- Improved wordwrap to correctly process dashes in words by implementing a separate "word_start" index.
-
chrender authored
- Added output of sound interface name and version for info command.
-
chrender authored
- Made hyphenation skip the correct (TeX-defined) amount of letters at start and end of word.
-
chrender authored
- Registered stream and abort function as soon as a new interface is registered. This fixes the output of error message while parsing configuration parameters. - Added output of error messages in case of problems during config parameters parsing.
-
- Aug 13, 2010