Revisions of highlight

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 721510 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 26)
- Update to version 3.53:
  * Fixed out-of-range exception with repeated AddKeyword calls.
  * Added KeywordFormatHints, Priority and Constraints elements to
    syntax definitions.
  * Added Lua function AddPersistentState
    (gl#saalen/highlight#112).
  * Renamed md.lang to markdown.lang.
  * Added Fish syntax definition.
  * Makefile: added _FILE_OFFSET_BITS=64 flag.
  * CLI: added optional fallback syntax to --force
    (gl#saalen/highlight#126).
  * CLI: added option --max-size (gl#saalen/highlight#127).
  * GUI: added multibyte path trace window.
  * GUI: fixed superfluous creation of the same stylesheet file.
- Rebase optflags patch:
  * Remove highlight-3.52-use_optflags.patch.
  * Add highlight-3.53-use_optflags.patch.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 717136 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 25)
- Fix build instability (boo#1142155).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 706187 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 24)
- Update to version 3.52:
  * Added negation `~` to test state indicators
    (gl#saalen/highlight#122).
  * Added support for Hugo.
  * Added 5 duotone themes.
  * CLI: fixed segfault with `--force` (gl#saalen/highlight#125).
  * GUI: limited font selection to monospace fonts
    (gl#saalen/highlight#124).
- Rebase optflags patch:
  * Remove highlight-3.42-use_optflags.patch.
  * Add highlight-3.52-use_optflags.patch.
- Remove obsolete conditionals.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 704318 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 23)
- Update to version 3.51:
  * SVG output: Added `white-space: pre` in styles.
  * HTML output: Replaced ' by ' (deb#927410).
  * HTML output: Fixed index file format (missing close tags).
  * CLI: Moved syntax recognition functions to DataDir class.
  * CLI: Added regular expressions and default false values to
    --verbose output.
  * CLI: Fixed `--list-cat` without `--list-scripts`
    (gl#saalen/highlight#107).
  * CLI: Added optional argument to `--base16`
    (gl#saalen/highlight#113).
  * CLI: Added default base16 themes (gl#saalen/highlight#113).
  * CLI: Added `--isolate` option (gl#saalen/highlight#118).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 690033 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 22)
- Update to version 3.50:
  * Added lineno, column parameters to OnStateChange hook.
  * Added support for Crystal.
  * Added support for Slim.
  * Fixed several typos in documentaion and manpages.
  * CLI: Added `--syntax-by-name` option.
  * CLI: Removed deprecated `--list-langs` and`--list-themes`
    options.
  * GUI: Added terminal sequence output options
    (gl#saalen/highlight#110).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 672689 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 21)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 658089 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 20)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 641905 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 19)
- 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.

- Update to version 3.46:
  * Fixed xterm256 and truecolor whitespace output
    (gl#saalen/highlight#90).
  * Converted manuals to AsciiDoc.

- 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).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 624522 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 18)
- 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).
- Make the build of gui subpackage conditional (built by default).
- Clean spec file with spec-cleaner.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 602828 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 17)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 568816 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 16)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 546531 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 15)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 540691 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 14)
- 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).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 512709 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 13)
- Update to version 3.39:
  * Add syntax for Docker and Elixir.
  * Improve HTML, Julia, Kotlin and Smalltalk syntax definitions.
  * GUI: Add "Paste, Convert and Copy" button.

- Fix rpmlint warnings:
  * Convert some files to Unix end-of-line format using dos2unix.
  * Shorten subpackage summaries.
  * Add conditional in order not to call desktop_database_post(un)
    macros on Tumbleweed, as it's now handled by RPM filetriggers.
- Move Qt build dependency to gui subpackage.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 505584 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 12)
- Update to version 3.38:
  * Fix Bash variable highlighting issue
  * Update astyle code to release 3.0.1
  * Add bash_ref_man7_org.lua plugin
- Improve spec file:
  * Create separate gui-lang subpackage for gui translations
  * Use find_lang macro
  * Add desktop database update calls in pre and post
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 500278 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 11)
- Update to version 3.37:
  * Fix Perl string highlighting issue
  * Fix highlighting if a line continues after the nested code
    delimiter
  * Update astyle code to release 3.0
  * Add examples/pandoc
  * Add syntax mapping for markdown
  * Add syntax mapping for clj
  * Improve Java definition
  * Add theme to JSON converter in examples/json
  * CLI: Add support for environment variable HIGHLIGHT_OPTIONS
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 498870 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 10)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 488007 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 9)
- Update to version 3.36:
  * Fix code folding plugin to support more Ruby conditional
    modifiers
  * Fix Perl quoted string highlighting
  * Add new GeneratorOverride syntax definition parameter
  * Add Filenames parameter in filetypes.conf to assign input
    filenames to syntax types
  * Add FASM definition and edit-fasm theme
  * Add outhtml_ie7_webctrl plug-in
  * GUI: File extensions can be configured for multiple languages,
    triggers syntax selection prompt
  * GUI: Added Italian translation
- Changes from version 3.35:
  * Fix code folding plugin to support Ruby conditional modifiers
  * Fix JSON definition
  * Fix output of unknown syntax warning with applied force switch
  * Add state trace parameter to Decorate plug-in function 
  * Add GDScript definition and edit-godot theme
  * Update SWIG code samples
  * Update Artistic Style lib
  * Revise docs
  * CLI: Fix creation of hidden files if output filename is
    prepended by its input path
  * CLI: added switch --stdout
- Drop highlight-3.34-use-default-compiler.patch (fixed upstream).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 438900 from Antoine Belvire's avatar Antoine Belvire (1Antoine1) (revision 7)
- Update to 3.33:
  * Fix highlighting of nested section delimiters
  * Fix PHP definition
  * Fix font family declaration in SVG
  * Fix user defined encoding in ODT
  * Fix unnecessary output of style file with --inline-css
  * Add vimscript language definition
  * Add Coffeescript language definition
  * Add PureBasic definition and theme
  * Add JSX language definition
  * Add PO translation definition
  * Add plug-in outhtml_add_figure.lua
  * Update js definition
  * Update Artistic Style lib
  * Improve various color themes and syntax definitions
Displaying revisions 21 - 40 of 46
openSUSE Build Service is sponsored by