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

Rewrite enchant and enchant-lsmod commands in Vala #397

Closed
wants to merge 4 commits into from
Closed

Rewrite enchant and enchant-lsmod commands in Vala #397

wants to merge 4 commits into from

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    ffc3224 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7795507 View commit details
    Browse the repository at this point in the history
  3. Rewrite 'enchant' and 'enchant-lsmod' in Vala (fix #372)

    Use GLib’s option parsing for enchant but not enchant-lsmod (see #378).
    
    This commit also includes updates to the GLib VAPI.
    
    Remove enchant_get_user_language from the public API, as it’s now trivial,
    and was probably not applicable to all applications anyway.
    rrthomas committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    06f1352 View commit details
    Browse the repository at this point in the history
  4. Make ‘loc’ target work in each top-level subdirectory

    But don’t make it a recursive target, so we still get an overall count when
    running it at the top level.
    rrthomas committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5d0a042 View commit details
    Browse the repository at this point in the history