Changelog for
gap-autodoc-2023.06.19-1.1.noarch.rpm :
* Sun Jun 25 2023 Jan Engelhardt
- Update to release 2023.06.29
* Revise handling of chunks XML file
* Fri Nov 18 2022 Jan Engelhardt - Update to release 2022.10.20
* Prevent some file descriptor leaks
* Do not try to read non-existing file gap/ContextObject.gd
* Sun Oct 02 2022 Stefan BrĂ¼ns - Update to release 2022.07.10 - Output all entities defined via either the `scaffold.entities` option to AutoDoc (or equivalently via the `AutoDoc.entities` record in `PackageInfo.g`) into a file `_entities.xml`, so that they can also be used with a hand-made main XML file (and not just when AutoDoc generated the main page) - Remove `&see;` entity from the default list of entities
* Mon Apr 25 2022 Jan Engelhardt - Update to release 2022.03.10
* Accept single backticks to indicate inline code spans
* Add AATTNotLatex command to complement AATTLatexOnly
* Make AATTBegin.../AATTEndExampleSession respect plain_text_mode
* Add support for ISO 8601 dates in package metadata (to prepare for GAP adding official support for this in the future)
* Fix support for chunks with names / labels that contain spaces (GAPDoc does not like these, so we replace the spaces by underscores)
* Add support for using the string `]]>` in examples
* Add support for `DeclareGlobalName` (new in GAP 4.12)
* Add extract_examples.skip_empty_in_numbering option
* Wed Nov 14 2018 Jan Engelhardt - Update to new upstream release 2018.09.20
* Scan bracket `\\[\\]` declarations correctly
* Removed the hardcoded utf8 option, make it overrideable via gapdoc_latex_option
* Allow AutoDoc() to take absolute dirs and run from any dir
* Add a test suite for AutoDoc
* Fix documenting DeclareInfoClass
* Thu Jul 26 2018 jengelhAATTinai.de- Update to new upstream release 2018.02.14
* Document AATTBeginExampleSession instead of AATTExampleSession
* Document the aliases AATTExample, AATTExampleSession, AATTLog, and AATTLogSession
* Fri Dec 22 2017 jengelhAATTinai.de- Update to new upstream release 2017.09.08
* Fix spellos in documentation.
* Sat Apr 29 2017 jengelhAATTinai.de- Update to new upstream release 2016.12.04
* Revise and officially document the `entities` option for AutoDoc()
* Better error message when .six file is not available
* Sun Mar 27 2016 jengelhAATTinai.de- Update to new upstream release 2016.03.08
* Fix \"empty index\" workaround
* Fri Mar 11 2016 jengelhAATTinai.de- Update to new upstream release 2016.02.16
* The AutoDoc() function now accepts IsDirectory() objects as first argument, and you can omit the first argument (it then defaults to the current directory).