[texdoc-commits] [TeX-Live/texdoc] 632c79: update texdoc.tlu to prevent Lua's low-level error...

Takuto ASAKURA noreply at github.com
Tue Oct 15 07:08:36 CEST 2019


  Branch: refs/heads/work
  Home:   https://github.com/TeX-Live/texdoc
  Commit: 632c7929cb97eef899ee1f5419d23e3458140635
      https://github.com/TeX-Live/texdoc/commit/632c7929cb97eef899ee1f5419d23e3458140635
  Author: Watson <wtsnjp at gmail.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)

  Changed paths:
    M script/texdoc.tlu

  Log Message:
  -----------
  update texdoc.tlu to prevent Lua's low-level error (cf. #44)


  Commit: a9353fb27ace28044a704cc94ed7894979905bd8
      https://github.com/TeX-Live/texdoc/commit/a9353fb27ace28044a704cc94ed7894979905bd8
  Author: Watson <wtsnjp at gmail.com>
  Date:   2019-05-04 (Sat, 04 May 2019)

  Changed paths:
    M script/texdoclib-cli.tlu
    M spec/misc/errors_spec.rb

  Log Message:
  -----------
  improve error handling when missing an argument for -c/-d (fix #45)


  Commit: 87c6d8396c923372ff19c865d39fbd3b5d154d5d
      https://github.com/TeX-Live/texdoc/commit/87c6d8396c923372ff19c865d39fbd3b5d154d5d
  Author: Watson <wtsnjp at gmail.com>
  Date:   2019-05-05 (Sun, 05 May 2019)

  Changed paths:
    M script/texdoclib-cli.tlu
    M script/texdoclib-config.tlu

  Log Message:
  -----------
  warn and skip if an invalid argument is given to Option -c


  Commit: b4054e02493197a31d1b02e0955519ed66ae82f6
      https://github.com/TeX-Live/texdoc/commit/b4054e02493197a31d1b02e0955519ed66ae82f6
  Author: Takuto ASAKURA <wtsnjp at gmail.com>
  Date:   2019-09-05 (Thu, 05 Sep 2019)

  Changed paths:
    M script/texdoclib-cli.tlu
    M script/texdoclib-search.tlu
    M spec/misc/getopt_spec.rb

  Log Message:
  -----------
  fix a problem of the option parser

Command line options should precede other non-option arguments. Fix the option
parser to treat options beginning with hyphen after an non-option argument
should be treated as non-option argument. Spec files updated as well.


  Commit: 5ac9a80cf9802899090fb94b2469692d54559dae
      https://github.com/TeX-Live/texdoc/commit/5ac9a80cf9802899090fb94b2469692d54559dae
  Author: Takuto ASAKURA <wtsnjp at gmail.com>
  Date:   2019-10-11 (Fri, 11 Oct 2019)

  Changed paths:
    M texdoc.cnf

  Log Message:
  -----------
  update texdoc.cnf


  Commit: 31b542ac7553985b093ee8305f7e19654bfa6c76
      https://github.com/TeX-Live/texdoc/commit/31b542ac7553985b093ee8305f7e19654bfa6c76
  Author: Eisuke Kawashima <e-kwsm at users.noreply.github.com>
  Date:   2019-10-14 (Mon, 14 Oct 2019)

  Changed paths:
    M script/texdoclib-config.tlu

  Log Message:
  -----------
  Support GIO on GNOME

`gvfs-open` was deprecated and replaced with `gio open`
https://gitlab.gnome.org/GNOME/gvfs/commit/2f28fa49cfeb1c82927a1c7c0021b15e2742149f


  Commit: 6b5251d6d7fdf125369826833e7b7efb6edc6617
      https://github.com/TeX-Live/texdoc/commit/6b5251d6d7fdf125369826833e7b7efb6edc6617
  Author: Takuto ASAKURA <wtsnjp at gmail.com>
  Date:   2019-10-14 (Mon, 14 Oct 2019)

  Changed paths:
    M script/texdoclib-config.tlu

  Log Message:
  -----------
  Merge pull request #51 from e-kwsm/GIO

Support GIO on GNOME


  Commit: cdb374a2426458e4a68d98dc61a71388e7b32927
      https://github.com/TeX-Live/texdoc/commit/cdb374a2426458e4a68d98dc61a71388e7b32927
  Author: Takuto ASAKURA <wtsnjp at gmail.com>
  Date:   2019-10-14 (Mon, 14 Oct 2019)

  Changed paths:
    M script/texdoclib-config.tlu

  Log Message:
  -----------
  add a note comment for gnome-open and gvfs-open, deprecated commands on GNOME


  Commit: 5099b6ee037b44d439869a5c07fe7186ebfbed02
      https://github.com/TeX-Live/texdoc/commit/5099b6ee037b44d439869a5c07fe7186ebfbed02
  Author: Eisuke Kawashima <e-kwsm at users.noreply.github.com>
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
    M spec/config/environment_variables_spec.rb
    M spec/mode/list_spec.rb
    M spec/support/helpers/texdoc.rb

  Log Message:
  -----------
  Implement `SpecHelplers::Texdoc::MOCK_VIEWER` for convenience during test


  Commit: 326a21b7eb086610bc4e1417128d76a4baa72176
      https://github.com/TeX-Live/texdoc/commit/326a21b7eb086610bc4e1417128d76a4baa72176
  Author: Eisuke Kawashima <e-kwsm at users.noreply.github.com>
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
    M script/texdoclib-config.tlu
    M spec/support/helpers/texdoc.rb

  Log Message:
  -----------
  set_config_elt_from_vars: Return the-first non-nil occurrence in an environment variable with colon

- Fix #48
- `SpecHelplers::Texdoc::MOCK_VIEWER` is accordingly changed from `:` to `true`


  Commit: 034acf0cc601e20a60c8f2876af01de1a7ef26ce
      https://github.com/TeX-Live/texdoc/commit/034acf0cc601e20a60c8f2876af01de1a7ef26ce
  Author: Eisuke Kawashima <e-kwsm at users.noreply.github.com>
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
    M spec/config/environment_variables_spec.rb

  Log Message:
  -----------
  Check if texdoc works when an environment variable contains colon (#48)


  Commit: a2036deb4b3a9af8398705c1b69c1c5afa2ea3e5
      https://github.com/TeX-Live/texdoc/commit/a2036deb4b3a9af8398705c1b69c1c5afa2ea3e5
  Author: Eisuke Kawashima <e-kwsm at users.noreply.github.com>
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
    M doc/texdoc.1.md
    M doc/texdoc.tex

  Log Message:
  -----------
  Document comma-splitting of environment variables


  Commit: b06712a51477d087a88fc8dbb09b9c443843d695
      https://github.com/TeX-Live/texdoc/commit/b06712a51477d087a88fc8dbb09b9c443843d695
  Author: Takuto ASAKURA <wtsnjp at gmail.com>
  Date:   2019-10-15 (Tue, 15 Oct 2019)

  Changed paths:
    M doc/texdoc.1.md
    M doc/texdoc.tex
    M script/texdoclib-config.tlu
    M spec/config/environment_variables_spec.rb
    M spec/mode/list_spec.rb
    M spec/support/helpers/texdoc.rb

  Log Message:
  -----------
  Merge pull request #50 from e-kwsm/fix-48

Allow colon-separated list for BROWSER


Compare: https://github.com/TeX-Live/texdoc/compare/5f3f801c7124...b06712a51477


More information about the texdoc-commits mailing list