Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.6.5: error improvements and Doxygen API docs #351

Merged
merged 11 commits into from
Jan 8, 2024
Merged

Version 2.6.5: error improvements and Doxygen API docs #351

merged 11 commits into from
Jan 8, 2024

Conversation

rrthomas
Copy link
Owner

@rrthomas rrthomas commented Jan 7, 2024

  • enchant.h: consistently spell the encoding “UTF-8” not sometimes “UTF8”
  • Allow error messages to be invalid UTF-8 (fix propagate error messages from aspell  #350)
  • enchant: print error message when a dictionary is not available
  • Add debug logging of provider error messages
  • README: small language tweak
  • Add Doxygen documentation to release tarball (fix Generate HTML documentation for APIs #183)
  • Bump version to 2.6.5 and add NEWS
  • Add Doxygen documentation to git, so it will be shown on website
  • Hunspell: ignore irrelevant C++ warning

Sometimes the invalid character is the problem.

Add a warning message to the API documentation.
As in enchant-lsmod. Use the same wording as there (it’s better).
Also fold enchant_broker_set_error into its only caller. The function itself
did not check its arguments, but its caller does.
Need to upgrade the tarball format to POSIX 1003.1-1988.
The only one that had any effect was --with-hunspell-dir. Remove its
implementation. Hunspell users can either use DICPATH, or place dictionaries
in the standard Enchant user directory.
@rrthomas rrthomas merged commit 0a516e1 into rrthomas:master Jan 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

propagate error messages from aspell Generate HTML documentation for APIs
1 participant