Changes:
- Added option to allow a user defined, or overridden, image
description used with `worksheet_insert_image()`. By default it uses
the filename as the description.
- Added Windows portable version of `fopen` to handle utf8 filenames
when working with images.
- Added an option to allow chart fonts to be rotation to 270 deg to
give a stacked orientation. Also added support for East Asian
vertical chart fonts.
- Refactored struct types used in pubic APIs to remove or document
hidden fields.
NOTE: This change introduces backward incompatible API changes.
However, it should minimize any future changes of this nature.
1.10.0:
This package now requires Sphinx >= 1.6, and should be compatible with Sphinx 2.x
Other Changes
* :mod:`~cloud_sptheme.ext.table_styling`: Now supports ``table_styling_default_align`` config option,
for setting the default table alignment (Sphinx 2 switched from ``"left"`` to ``"center"``).
* theme css: Minor style adjustments
Bugfixes
* :mod:`~cloud_sptheme.ext.role_index`: fix AttributeError under Sphinx 1.7+
* **setup.py**: updated entrypoints to work with Sphinx 1.7+
* theme css: layout fix for "sphinx.ext.viewcode"
* theme css & js: fixes Sphinx 1.6 - 2.2 compatibility
* :mod:`~cloud_sptheme.ext.table_styling`: now plays nicely with docutils table ``:align:`` directive.
openjade has some buggy code, which relies on storage remaining valid
when the C++ standard says that it is undefined:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69534#c9
Recent gcc removes code that writes to this about-to-be-undefined
storage, shrinking the openjade binary. Some versions further result
in a binary which crashes.
pkgsrc had a workaround to add -fno-tree-dse when PKGSRC_COMPILER was
equal to gcc. That is buggy, because "ccache gcc", "distcc gcc",
etc. should also get the workaround. This commit replaces the exact
test with a pattern match.
Now, the workaround gcc flag is passed when compiling with ccache.
Fixes pkg/54134. Note that the comments in the PR which implicate
ccache as buggy turned out to be untrue.
v1.0.16:
* Improved XMLResource class for working with compressed files
* Fix for validation with XSD wildcards and 'lax' process content
* Fix ambiguous items validation for xs:choice and xs:sequence models
MTextedit provides a textedit with PIM-specific features.
KPIMTextedit is a library that provides an enchanced text edit class,
see TextEdit. This text is highlighted with a EMailQuoteHighlighter.
Changes:
- Fix character transliteration on Windows when iconv is not present
#66
- Make C++ test conditional on having a C++11 compiler
- README: Add links to language bindings (and an OSS-Fuzz badge!)
Version 1.4.0:
Added
- Ensure package data is included
- Converted old package spec files to new format
- Hex improvements
- Enable colors in Windows' terminal
- Added an option to make colored tty aware
6.2.0:
Added
- Support for Python 3.8
Changed
- `index_natsorted` internally now uses tuples for index-element pairs
instead of lists
- Added a TOC to the README
- Python 3.4 is no longer included in testing
Fixed
- Pin testing dependencies to prevent CI breaking due to third-party
library changes
Removed
- Introduction page in documentation
GTK-Doc 1.32 (Aug 15 2019)
===============
Hotfix release.
GTK-Doc 1.31 (Aug 5 2019)
===============
Nonmaintainer release to fix "Wrong permissions for style CSS file" (#84)
GTK-Doc 1.30 (May 08 2019)
===============
GTK-Doc is now using python-pygments to do the syntax highlighing. It is not
depending on highligh or source-highligh anymore.
This version ships with a new expermiental gtkdoc-mkhtml2 toolchain replacing
gktdoc-mkhtml+gtkdoc-fixxref.
6.1.0:
Added
- Expose `numeric_regex_chooser` as a public function for ease in making
key functions
- Example in the documentation on how to sort numbers with units
- Automated testing support for macos and Windows
Changed
- Update CHANGELOG format to style from https://keepachangelog.com/
Fixed
- Removed dependency on `sudo` in TravisCI configuration
- Documentation typos
Guile-syntax-highlight is a general-purpose syntax highlighting
library for GNU Guile. It can parse code written in various
programming languages into a simple s-expression that can be easily
converted to HTML (via SXML) or any other format for rendering.
guile-json is a JSON module for Guile. It supports parsing
and building JSON documents according to
the http://json.org specification.
* Complies with http://json.org specification.
* Builds JSON documents programmatically using scheme data types.
* Allows JSON pretty printing.
Version 0.5 (recent):
- Added support for ansi vt220 character set using utf8 characters, useful for tables
- Added support for italic text (thanks to suve)
- Added support for crossed out text (thanks to suve)
- Added support for 8 bit colours (thanks to John Poole and suve)
- Added support for 24 bit colours
- Added rudimentary support for highlighting
- Fixed behaviour of ESC[7m "negative image"
- Fixed charset information in head based on used encoding (thanks to suve)
- Fixed ESC[27m "revert off" (thanks to suve)
- Escaping html special characters in title (thanks to suve)
- Not returning zero at unknown option error (thanks to suve)
- Refactored used colour scheme from int to enum (thanks to suve)
- Refactored error report using errstr (thanks to suve)
- Refactored code to avoid warnings (thanks to suve)
- Refactored options to an own struct (thanks to suve)
- Refactored color printing switch to an array (thanks to suve)
- Refactored application state to an own struct (thanks to suve)
1.58 2019-09-27
- Remove hard coded (old) version number from README
1.57 2019-09-09
- Fix several doc typos (Thanks Antoine Cœur)
1.56 2019-07-09
- Fix typos in Changes
1.40 - 2019-09-15, H.Merijn Brand
* Update to Devel::PPPort-3.52
* Development perl is now 5.28.2
* [csv2xlsx] sheetnames are restricted to 31 characters
* Generate cpanfile
* Add munge type "db"
* [csv2xls/csv2xlsx] do not generate xls/xlsx on empty CSV (issue#18)
* New: support $csv->formula (sub { ... })
* Support stacked encodings
Release 1.2.5:
* Added option to add hyperlinks to textboxes.
Release 1.2.4:
* Added option to link textbox text from a cell.
* Added option to rotate text in a textbox.
5.62.0
KCompletion
Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
Sonnet
Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
Syntax Highlighting
C & ISO C++: add digraphs (folding & preprocessor)
Markdown, TypeScript & Logcat: some fixes
Format class: add functions to know if XML files set style attributes
combine test.m stuff into existing highlight.m
Support for native Matlab strings
Gettext: Add "Translated String" style and spellChecking attribute
Set the OpenSCAD indenter to C-style instead of none
Possiblity to change Definition data after loading
Highlighting indexer: check kateversion
Markdown: multiple improvements and fixes
JSP: support of <script> and <style> ; use IncludeRule ##Java
LESS: import CSS keywords, new highlighting and some improvements
JavaScript: remove unnecessary "Conditional Expression" context
New syntax: SASS. Some fixes for CSS and SCSS
Use CMake find_dependency in CMake config file instead of find_package
SCSS: fix interpolation (#{...}) and add the Interpolation color
fix additionalDeliminator attribute
C++: contracts are not in C++20
Gettext: fix "previous untranslated string" and other improvements/fixes
Jam: Fix local with variable without initilisation and highlight SubRule
implicit fallthough if there is fallthoughContext
Add common GLSL file extensions (.vs, .gs, .fs)
Latex: several fixes (math mode, nested verbatim, ...)
Lua: fix color of end with several levels of condition and function nesting
Highlighting indexer: all warnings are fatal
5.63.0
KCompletion
[KComboBox] Properly disable Qt's builtin completer [regression fix]
Syntax Highlighting
Add syntax highlighting for RenPy (.rpy)
WordDetect rule: detect delimiters at the inner edge of the string
Highlight GeoJSON files as if they were plain JSON
Add syntax highlighting for SubRip Text (SRT) Subtitles
Fix skipOffset with dynamic RegExpr
bitbake: handle embedded shell and python
Jam: fix identifier in a SubRule
Add syntax definition for Perl6
support .inl extension for C++, not used by other xml files at the moment
support *.rej for diff highlighting
5.64.0
Syntax Highlighting
VHDL: all keywords are insensitive
Add string escape characters to PowerShell syntax
Modelines: fix end of comment
Meson: more built-in functions and add built-in member functions
debchangelog: add Focal Fossa
Updates from CMake 3.16
Meson: Add a comment section for comment/uncomment with Kate
TypeScript: update grammar and fixes
Release 1.2.3:
* Increased allowable worksheet url length from 255 to 2079 characters, as
supported in more recent versions of Excel. A lower or user defined limit
can be set via the ``max_url_length`` property in the :func:`Workbook`
constructor.
* Fixed several issues with hyperlinks in worksheet images.
This module provides libxml2 for other modules to use. There was an
already existing Alien::LibXML, but it uses the older
Alien::Build::ModuleBuild and has not been actively maintained for a
while.
Packages defined the variable BROKEN inconsistently. Some added quotes,
like they are required in PKG_FAIL_REASON, some omitted them.
Now all packages behave the same, and pkglint will flag future mistakes.
Upstream changes:
2019-09-17 version 1.30
Fix after 10 years.
1. 12-cache.t: Fixed so that it works on MS-Win32. I forgot to
issue binmode when copying the MO files.
2. 00-signature.t: Removed TEST_SIGNATURE, as this does not work
on everybody who does not have my GPG public key, but me.
3. 03-errors.t: Removed the debugging output.
2019-09-09 version 1.29
Fix after 10 years.
1. Gettext.pm: Added support to purge the lexicon cache and
reread the MO file on calling textdomain() when MO file is
updated automatically. This enables MO file live update with
persistant applications like Mojolicious or mod_perl.
2. Source is now on Github. See:
https://github.com/imacat/Locale-Maketext-Gettext
Add missing DEPENDS
Upstream changes:
3.200 2019-10-09T16:36:15Z
- Allow local_module_url_prefix to be '' [rt-129865].
- URI Escape the module name in external pod links
(introduces dependency on URI::Escape).