Revisions of highlight

buildservice-autocommit accepted request 672689 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 76)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 75)
- Update to version 3.49:
  * Fixed more problems with syntax test indicators reporting wrong
    states (gl#saalen/highlight#102).
  * Added support for Meson, Solidity, TOML and Terraform.
  * Improved Perl and Yaml highlighting.
  * Added Categories field to all config files.
  * CLI: added category info in --list-scripts output.
  * CLI: added --list-cat option (gl#saalen/highlight/99).
  * CLI: added optional topic parameter to --help.
  * GUI: added theme category selection.
  * GUI: display categories of selected syntax or theme.
buildservice-autocommit accepted request 658089 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 74)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 73)
- Update to version 3.48:
  * Fixed --list-scripts abortion with Fedora default compilation
    options (gl#saalen/highlight#84).
  * Fixed a problem with syntax test indicators reporting wrong
    states after comments.
  * Improved Verilog syntax.
  * Improved quoted string highlighting for Perl and Ruby.
  * Detection of pkg-config's Lua version in src/makefile.
buildservice-autocommit accepted request 641905 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 72)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 71)
- Update to version 3.47:
  * Fixed xterm256 and truecolor whitespace output #2
    (gl#saalen/highlight#90).
  * Fixed LaTeX, TeX, SVG and ODT whitespace output (regression of
    3.45).
  * Added darkplus theme.
  * Converted ChangeLog to AsciiDoc.
  * Allowed state test indicators to match both whitespace (ws) and
    the enclosing state (others).
  * CLI: Default output changed to xterm256 or truecolor if run in
    a terminal with color support and only a single file is
    outputted.
  * GUI: Added checkbox in the clipboard tab to output selected
    lines only.
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 70)
- Update to version 3.46:
  * Fixed xterm256 and truecolor whitespace output
    (gl#saalen/highlight#90).
  * Converted manuals to AsciiDoc.
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 69)
- Update to version 3.45:
  * Added DocumentHeader and DocumentFooter plug-in hooks.
  * Added RemoveKeyword Lua function for syntax definitions.
  * Added syntax test indicators (see README_TESTCASES).
  * Added support for ISO and R10 variants of Modula2.
  * Fixed R identifiers.
  * Fixed ALAN IF identifiers.
  * Fixed issue with Bash string interpolation.
  * Fixed some bugs found by coverity tool
    (gl#saalen/highlight#82).
  * Added Swift keywords and types.
  * Added filetypes.conf.5 man page (gl#saalen/highlight#83).
  * Added Gradle extension mapping.
- Renamed highlight-3.43-fix-doc-dir.patch to
  highlight-3.45-fix-doc-dir.patch: Rebased patch to 3.45.
buildservice-autocommit accepted request 624522 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 68)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 67)
- Update to version 3.44:
  * Fixed gcc 8 compilation warnings.
  * Fixed Ruby string interpolation (gh#andre-simon/higlight#70).
  * Added support for ALAN IF.
  * Added 107 Base16 themes.
  * Updated Rust and Java reserved words lists.
  * Revised documentation.
  * Moved extras/css-themes into extras/themes-resources.
  * Added extras/themes-resources/base16.
  * GUI: added Base16 theme selection checkbox.
  * CLI: added --base16 option to enable the new themes.
  * CLI: accept - as argument to read from stdin
    (gh#andre-simon/highlight#73).
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 66)
- Make the build of gui subpackage conditional (built by default).
- Clean spec file with spec-cleaner.
buildservice-autocommit accepted request 602828 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 65)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 64)
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 63)
- Update to version 3.43:
  * Updated astyle code to release 3.1 (Rev. 655).
  * Added webkit reformatting style.
  * Improved several language definitions.
  * Fixed Matlab string recognition (#61).
  * Fixed Autohotkey escape sequence recognition.
  * Added excel.lang (#60).
  * Improved Qt pro file (#59).
  * CLI: Added --reformat-option (#62).
  * CLI: Added --line-range (#64).
  * GUI: Added Bulgarian translation.
- Rebase docdir patch on 3.43:
  * Remove highlight-3.41-fix-doc-dir.patch.
  * Add highlight-3.43-fix-doc-dir.patch.
buildservice-autocommit accepted request 568816 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 62)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 61)
- Update to version 3.42:
  * Fix HL_OUTPUT in Lua state for HL_FORMAT_XHTML and
    HL_FORMAT_TRUECOLOR values.
  * Fix lib-shared make target.
  * Update astyle code to release 3.1.0 beta.
  * Add Polygen and EBNF2 syntax definitions.
  * Add pywal terminal colouring template in extras/pywal.
  * Add reformatting style ratliff (replaces banner).
  * Add extras/langDefs-resources/cleanslate.lang.
  * Improve Perl6 compatibility.
  * Improve PHP string interpolation.
  * Improve Haskell definition.
  * CLI: Add --canvas option to define background color padding in
    ANSI output.
  * GUI: Add French translation.
  * GUI: Add Scripts tab.
  * GUI: Minor bugfixes.
- Rebase optflags patch on 3.42:
  * Remove highlight-3.34-use_optflags.patch.
  * Add highlight-3.42-use_optflags.patch.
buildservice-autocommit accepted request 546531 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 60)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 59)
- Update to version 3.41:
  * Rename examples directory to extras.
  * Line anchors (-a) are attached as id attribute to the first
    span or li tag in HTML output.
  * Rename ID prefix in outhtml_codefold plug-in to be compatible
    with -a IDs.
  * Add fstab.lang and add anacrontab in filetypes.conf.
  * Remove references to OutputType::HTML32.
  * Add extras/css-themes and extras/langDefs-resources.
  * CLI: Remove deprecated indicator of --data-dir option.
  * CLI: Add --no-version-info option.
  * GUI: Fix initial theme selection.
  * GUI: Add "Omit version info comment" option.
  * GUI: Add "Copy with MIME type" option for HTML output.
- Rebase patch about documentation directory:
  * Remove highlight-3.32-fix-doc-dir.patch.
  * Add highlight-3.41-fix-doc-dir.patch.
buildservice-autocommit accepted request 540691 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 58)
baserev update by copy to link target
Antoine Belvire's avatar Antoine Belvire (1Antoine1) committed (revision 57)
- Update to version 3.40:
  * Fix Ruby string parsing.
  * Fix segfault on sparc64.
  * Fix PureBasic definition.
  * Add CMake definition.
  * Add email definition.
  * Link scm suffix to lisp definition.
- Remove _service file (not used after all).
Displaying revisions 61 - 80 of 136
openSUSE Build Service is sponsored by