SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for highlight-4.1-2.1.i586.rpm :

* Wed May 12 2021 antoine.belvireAATTopensuse.org- Update to version 4.1:
* Improved handling of Custom theme attributes (gl#saalen/highlight#182).
* Fixed wrong color code in edit-kwrite.theme.
* Added rng file mapping.
* Improved Lisp highlighting.
* GUI: Fixed highlighting options tab title.
* Sat Mar 27 2021 antoine.belvireAATTopensuse.org- Update to version 4.0.
* Renamed `std` style name to `def`.
* Version and README updates.- Changes from version 4.0.beta7:
* Removed `extras/web_plugins`.- Changes from version 4.0.beta6:
* Added user-select default property to HTML line number style.
* Sat Feb 20 2021 antoine.belvireAATTopensuse.org- Update to version 4.0.beta5:
* Revised color themes
* Sat Feb 20 2021 antoine.belvireAATTopensuse.org- Update to version 4.0.beta4:
* Added two more keyword styles for default themes
* Added Custom theme attributes for Plain TeX, LaTeX, SVG and Pango
* Enabled syntax message output with `--ls-syntax-error`
* GUI: enabled syntax error checkbox- Changes from version 4.0.beta3:
* Added Custom theme attribute
* Enabled inline stylesheets with `--ls-hover`
* Added Error and Hover theme properties
* Enabled syntax error highlighting with `ls-semantic`- Changes from version 4.0.beta2:
* Improved LSP message handling
* Added delay LSP parameter
* Added LSP semantic token styles to base16 themes
* CLI: Enabled `--ls-semantic` option- Changes from version 4.0.beta1:
* Added support for the language server protocol
* Added new configuration file lsp.conf
* CLI: Added `ls-profile`, `--ls-workspace`,`--ls-hover`
* CLI: Deprecated `--start-nested`, `--reformat=user`, `--reformat-option`, `--base16`, `--delim-cr`, `--plug-in-read`
* GUI: Added LSP configuration tab
* Fri Feb 19 2021 antoine.belvireAATTopensuse.org- Update to version 3.62:
* Fixed `--list-scripts` output.
* Wed Feb 17 2021 antoine.belvireAATTopensuse.org- Update to version 3.61:
* Added `--syntax-supported` option
* Fixed indentation of Plain TeX output- Drop makefile patches since build can actually be configured without them:
* highlight-3.45-fix-doc-dir.patch
* highlight-3.59-use_optflags.patch
* Mon Dec 21 2020 antoine.belvireAATTopensuse.org- Update to version 3.60:
* Improved PHP 8 syntax support.
* Added Emacs Org-Mode support (gl#saalen/highlight#174).
* Fixed single argument and truecolor output of mark_lines.lua plug-in (gl#saalen/highlight#164).
* Added lineno and column parameters to Decorate hook.
* LIB: Moved CodeGenerator::readUserStyleDef and getStyleDefinition to public (gl#saalen/highlight#173).
* Sat Nov 14 2020 antoine.belvireAATTopensuse.org- Update to version 3.59:
* HTML output: Added `white-space: pre-wrap` to pre tag CSS.
* Updated mark_lines.lua plug-in accept a line range as input parameter and output xterm256 terminal sequences.
* Improved Ruby code folding of the outhtml_codefold plug-in.
* Updated astyle lib to rev 672.
* Added support for reStructured Text (gl#saalen/highlight#170).
* Added support for Rego (openpolicyagent.org).
* Added `outhtml_copy_clipboard.lua` plugin.
* CLI: Adapted default xterm256/truecolor theme to terminal background colour.
* CLI: Adapted ANSI line numbers to terminal background colour (gl#saalen/highlight#172).
* CLI: Fixed segfault if the user home directory cannot be determined (gl#saalen/highlight#171).
* GUI: Initial font set to Monospace.
* GUI: Replaced highlight.xpm by highlight.png icon.- Rebase optflags patch:
* Remove highlight-3.58-use_optflags.patch.
* Add highlight-3.59-use_optflags.patch.- Add hicolor-icon-themes as build requirement: Required since move of highlight-gui icon.
* Wed Sep 09 2020 antoine.belvireAATTopensuse.org- Update to version 3.58:
* Improved `--force` fallback argument handling (gl#saalen/highlight#163).
* Added C++ attribute syntax support.
* Added Lua fuction `StoreValue` to set and retrieve information across Lua states.
* Added `extras/eclipse-themes/eclipse_color_themes.py` script to retrieve themes from eclipsecolorthemes.org.
* Added support for Web Assembly Text.
* Updated mark_lines.lua to output 16m terminal sequences (gl#saalen/highlight#164).
* Fixed issues in bash.lang (gl#saalen/highlight#161).
* Fixed Bash heredoc highlighting in bash_functions.lua (gl#saalen/highlight#156).
* CLI: `highlight --version -q` only prints the version number.
* GUI: Added theme contrast indicator.- Rebase optflags patch:
* Remove highlight-3.53-use_optflags.patch.
* Add highlight-3.58-use_optflags.patch.
* Fri May 15 2020 antoine.belvireAATTopensuse.org- Update to version 3.57:
* Added support for Haml (gl#saalen/highlight#140).
* Added support for Wren.
* Added Lua function `OverrideParam`.
* Fixed regression in xterm256 or truecolor output (gl#saalen/highlight#152).
* Fixed `--list-scripts` with read-only language definitions (gl#saalen/highlight#154).
* Improved several language definitions.
* Wed Apr 08 2020 antoine.belvireAATTopensuse.org- Update to version 3.56:
* Added support for Sequence Alignment Maps (SAM files).
* Added empty-file mode to --no-trailing-nl (gl#saalen/highlight#147).
* Fixed issue with --syntax-by-name waiting for stdin (gl#saalen/highlight#151).
* Fixed issue with --syntax reading matching files in the current working directory (gl#saalen/highlight#151).
* Fixed string parsing in lisp.lang (gl#saalen/highlight#150).
* Fixed output of UTF-8 text in xterm256 or truecolor output (gl#saalen/highlight#152).
* Fixed regex in js.lang.
* Fixed calculation of testcase markers with UTF-8 input.
* Allowed number literals with underscores in Java, Scala, D, Julia, C#, Perl and Ada definitions.
* Added Nord theme.
* Wed Jan 29 2020 antoine.belvireAATTopensuse.org- Update to version 3.55:
* Improved handling of empty files in xterm256 and truecolor output (gl#saalen/highlight#147).
* Added EncodingHint attributes to filetypes.conf and language definitions (gl#saalen/highlight#141).
* CLI: Allowed file paths as --theme and --syntax argument (gl#saalen/highlight#145).
* GUI: Removed deprecated QTime API call.
* Mon Nov 11 2019 antoine.belvireAATTopensuse.org- Update to version 3.54:
* Fixed default colour output in BBCode (gl#saalen/highlight#134).
* Fixed corner case in sh.lang.
* Fixed syntax tests with UTF-8 input (gl#saalen/highlight#123).
* Added support for Bash in outhtml_codefold.lua plug-in.
* Added ballerina.lang.
* Added block strings to java.lang.
* Added author hints in themes and language definitions.
* Added C++20 reserved words in c.lang.
* Added editorconfig file and validated all files accordingly.
* CLI: Fixed --list-scripts with -d or HIGHLIGHT_DATADIR env variable (gl#saalen/highlight#139).
* GUI: Removed AsciiDoc instruction lines from the README popup window.
* Fri Aug 16 2019 antoine.belvireAATTopensuse.org- Use lang_package macro for highlight-gui-lang declaration.
* Wed Aug 07 2019 antoine.belvireAATTopensuse.org- 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.
* Fri Jul 19 2019 antoine.belvireAATTopensuse.org- Fix build instability (boo#1142155).
* Wed May 29 2019 antoine.belvireAATTopensuse.org- 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.
* Sat May 18 2019 antoine.belvireAATTopensuse.org- 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).
* Sat Mar 30 2019 antoine.belvireAATTopensuse.org- 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).
* Fri Feb 08 2019 antoine.belvireAATTopensuse.org- 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.
* Fri Dec 14 2018 antoine.belvireAATTopensuse.org- 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.
* Sun Oct 14 2018 antoine.belvireAATTopensuse.org- 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.
* Sun Oct 07 2018 antoine.belvireAATTopensuse.org- Update to version 3.46:
* Fixed xterm256 and truecolor whitespace output (gl#saalen/highlight#90).
* Converted manuals to AsciiDoc.
* Fri Oct 05 2018 antoine.belvireAATTopensuse.org- 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.
* Sat Jul 21 2018 antoine.belvireAATTopensuse.org- 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).
* Fri May 04 2018 antoine.belvireAATTopensuse.org- Make the build of gui subpackage conditional (built by default).- Clean spec file with spec-cleaner.
* Tue May 01 2018 antoine.belvireAATTopensuse.org- 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.
* Wed Jan 24 2018 antoine.belvireAATTopensuse.org- 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.
 
ICM