1. Jun 17, 2021
    • Marc Durdin's avatar
      fix(developer): kmconvert help match reality · f8a49bd0
      Marc Durdin authored
      Cherry-pick from #5298.
      
      kmconvert built-in help was missing `-targets`, and the parameter
      checking was skipping the last parameter (which only mattered if the
      last parameter was `-nologo`, but still...).
      f8a49bd0
  2. Jun 10, 2021
  3. Jun 09, 2021
  4. Jun 08, 2021
  5. Jun 07, 2021
  6. Jun 04, 2021
  7. Jun 03, 2021
    • Eberhard Beilharz's avatar
      fix(linux): Exclude s390x from package builds for ibus-keyman · 64b77c98
      Eberhard Beilharz authored
      ibus-keyman depends on keyman-keyboardprocessor which we don't
      build for s390x because we currently don't support big-endian.
      We only build for the same architectures as keyman-keyboardprocessor.
      
      (cherry picked from commit f0e2c848)
      64b77c98
    • Marc Durdin's avatar
      fix(developer): support spaces in regression tests · 28ad0af1
      Marc Durdin authored
      Fixes #5216.
      
      A `<text>` element in the regression text xml which contained only
      whitespace would cause the import to crash as this would be ignored by
      the XML parser, leading to a `Null` `nodeValue` for that element. To
      solve this, we need to:
      
      1. Use `xml:space="preserve"` attribute on `<text>` elements
      2. Update the DTD to allow `xml:space` on `<text>` elements
      3. While we are at it, move the DTD from `www.tavultesoft.com` to
         `api.keyman.com`.
      
      See also:
      * keymanapp/tavultesoft.com#4
      * keymanapp/api.keyman.com#155
      28ad0af1
  8. Jun 01, 2021
  9. May 31, 2021
  10. May 29, 2021
  11. May 28, 2021
  12. May 27, 2021
  13. May 26, 2021
  14. May 25, 2021