SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for info-7.0-4.12.x86_64.rpm :

* Tue Nov 15 2022 Dr. Werner Fink - Update to version 7.0 (7 November 2022)
* texi2any
* LaTeX added as an output format, selected with --latex
* EPUB 3 added as an output format, selected with --epub3
* reform throughout the code in general
* thorough review of character encoding issues
* new customization variables involved with character encoding: INPUT_FILE_NAME_ENCODING, OUTPUT_FILE_NAME_ENCODING, DOC_ENCODING_FOR_INPUT_FILE_NAME, DOC_ENCODING_FOR_OUTPUT_FILE_NAME, MESSAGE_ENCODING and COMMAND_LINE_ENCODING
* warn if full-text commands (AATTref, AATTfootnote, AATTanchor) appear in AATTw
* new variable NO_TOP_NODE_OUTPUT
* IGNORE_BEFORE_SETFILENAME variable removed. former effect is now always on.
* HTML output:
* use manual_name_html as output directory for split HTML instead of manual_name or manual_name.html
* default DOCTYPE declaration changed to plain HTML5 style rather than HTML4 DTD reference
* output only the CSS rules that are needed in an output file . remove CSS_LINES variable and add SHOW_BUILTIN_CSS_RULES
* (custom CSS can still be output using EXTRA_HEAD)
* use tag for the output of AATTt and AATTverb instead of
* use for AATTacronym instead of
* link to table of contents from short table of contents only if a table of contents is actually output
* prefix classes from AATTexample arguments with `user-\'
* percent encode URL in AATTurl/AATTuref, AATTemail, AATTimage and external manual file
* new USE_XML_SYNTAX, HTML_ROOT_ELEMENT_ATTRIBUTES and NO_CUSTOM_HTML_ATTRIBUTE variables can be used to output valid XHTML
* systematic addition of classes attribute in HTML elements based on the Texinfo AATT-command names. renaming of class attributes to avoid confusion with AATT-commands formatting and describe the role in the document rather than the formatting style.
* COPIABLE_ANCHORS renamed to COPIABLE_LINKS
* do not add a title by default; SHOW_TITLE or NO_TOP_NODE_OUTPUT has to be set
* USE_TITLEPAGE_FOR_TITLE is now true by default
* L2H variable removed, replaced by HTML_MATH set to `l2h\'
* rename OVERVIEW_LINK_TO_TOC to SHORT_TOC_LINK_TO_TOC
* rename BEFORE_OVERVIEW to BEFORE_SHORT_TOC_LINE
* rename AFTER_OVERVIEW to AFTER_SHORT_TOC_LINES
* remove PRE_ABOUT, AFTER_ABOUT, and add PROGRAM_NAME_IN_ABOUT
* remove KEEP_TOP_EXTERNAL_REF
* new variables IGNORE_REF_TO_TOP_NODE_UP, CONVERT_TO_LATEX_IN_MATH, HTMLXREF_MODE and HTMLXREF_FILE
* DocBook output:
* do not output Top node or text before the first AATTnode or sectioning AATT-command. NO_TOP_NODE_OUTPUT can be set to false to output Top node for now.
* replace AATTdefinfocenlose defined AATT-commands by the argument as-is to be more consistent with printed output
* HTML/DocBook output:
* USE_NUMERIC_ENTITY changed to mean to use numeric entities instead of named entities. former effect is now always on.
* ENABLE_ENCODING_USE_ENTITY variable removed. former effect is now always off.
* Info output
* quote problematic node names (with :, comma...) by default
* new customization variable ASCII_PUNCTUATION to use plain ASCII characters for quotation marks and a few other symbols
* texinfo.tex
* `AATTmicrotype on\' uses microtypography in formatting for pdfTeX and LuaTeX
* do not ignore AATTpart page immediately following Top node
* do `AATTset txicodevaristt\' to get slanted typewriter for AATTvar in code, `AATTclear txicodevaristt\' to use slanted, variable-width roman font for AATTvar everywhere. flag is AATTset by default, but we may turn this off in the future.
* new file doc/texinfo-zh.tex for Texinfo documents in Chinese. new support file doc/txi-zh.tex for Chinese. doc/short-sample-zh.texi is a sample document.
* info
* better support for index entries containing parentheses
* better support for getting bold text etc. when displaying manpages
* bug fixed where the first index entry in a file could be ignored
* M-C-f closes as well as opens footnotes window
* do not crash if run in Brazilian Portuguese locale
* Language
* AATTdeftype
* commands use typewriter font in argument list
* new commands AATTlatex, AATTiflatex, AATTifnotlatex for new LaTeX output format
* do `AATTset txidefnamenospace\' to omit space after a definition name
* Other
* build fixed for glibc 2.34- Delete patch 13a8894fe2.patch as now part of upstream tar ball
* Wed Aug 03 2022 Dr. Werner Fink - In case of an update of package info: do never remove existing info page from dir file (boo#1201852)
* Fri Jul 29 2022 Dr. Werner Fink - Do lua scripting only once for execute() function
* Wed Jul 27 2022 Dr. Werner Fink - Check for filetrigger lua scriplets if rpm.execute() as function call is given and used this
* Tue Apr 26 2022 Ferdinand Thiessen - Add 13a8894fe2.patch
* Fixing AATTheadings: Add missing option value \'single\'. Resolved regression where gpm could not be build.
* Mon Apr 25 2022 Ferdinand Thiessen - Update to version 6.8
* new command AATTdisplaymath for formatting of mathematical notation
* new command AATTexample takes an argument to specify the language
* Deprecate commands: AATTcenterchap, AATTdefinfoenclose, AATTrefill, AATTinforef
* new paper size AATTbsixpaper
* texi2any
* should be faster as Perl XS parser is enabled by default
* SHOW_MENU customization variable replaced by FORMAT_MENU.
* only check menu structure if CHECK_NORMAL_MENU_STRUCTURE variable is set
* MathJax support for display of math.
* JavaScript License Web Labels support
* Use sectional tables of contents instead of menus by defaut
* Use section names in links by default
* CONTENTS_OUTPUT_LOCATION sets location of table of contents
* Document sections wrapped in
elements
* New variable USE_NODE_DIRECTIONS to use node or section structure for node directions
* copiable anchor links for definitions
* Don\'t add an extra period before file extension given as an argument to AATTimage if image file is not found
* info: Support compressed dir files
* texi2dvi: Stop on first error in input file
* texinfo.tex:
* put logical page numbers into PDF\'s (\'page labels\')
* put chapter numbers in the PDF outline
* new Finnish translation- Rebased texinfo-zlib.patch
* Mon Feb 21 2022 Dr. Werner Fink - Split locale text-domain to take care of package info- The package makeinfo needs both the locale text-domain of info and makeinfo
* Fri Feb 18 2022 Dr. Werner Fink - Do not recommend texinfo-lang in package info anymore (boo#1196156)- Rename texinfo-lang to makeinfo-lang as package makeinfo uses those locale files
* Wed Feb 16 2022 Dr. Werner Fink - The new package texinfo-lang should not include the binaries with its helper files, therefore recreate texinfo package- Require glibc-locale at build time as otherwise perl falls always back to C locale
* Thu Feb 10 2022 Stanislav Brabec - Split out texinfo-lang package, so info does not refer to traslations from texinfo package.
* Thu Sep 30 2021 Dr. Werner Fink - Move to /usr for UsrMerge (boo#1191099)
* Thu Jan 28 2021 Thorsten Kukuk - Use file requires for gzip to be able to use alternate implementations
* Sat Oct 26 2019 Andreas Stieger - update to 6.7:
* support of index subentries and sub-subentries with AATTsubentry
* new commands AATTseeentry and AATTseealso in index entries
* UTF-8 is the default input encoding
* updates to HTML output of texi2any
* support of noderename.cnf files has been removed
* INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION, NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as customization variables
* TOP_NODE_FILE_TARGET now contains the extension
* texi2dvi: unconditionally run in --batch mode, ignore TeX errors
* info: for a tree search (with M-/), \'}\' and \'{\' work as well as \'M-}\' and \'M-{\' to go through the results
* Thu Oct 17 2019 Dr. Werner Fink - Delete info-dir as not required anymore
* Mon Sep 30 2019 Dr. Werner Fink - Mark /usr/share/info/dir as %ghost
* Mon Sep 30 2019 Dr. Werner Fink - Add a rpmlintrc file to silent useless warnings
* Fri Sep 27 2019 Ludwig Nussel - use filetrigger instead of transfiletrigger
* Fri Sep 27 2019 Dr. Werner Fink - Temporary disable %transfiletriggerin/%transfiletriggerun and reintroduce %post/%preun with %install_info/%install_info_delete as libzypp currentyl can not handle first case (boo#1041742)
* Fri Sep 27 2019 Dr. Werner Fink - Fix patch texinfo-zlib.patch to enable open of compressed info files without using a compressor utility (boo#1152105)
* Thu Sep 26 2019 Dr. Werner Fink - For bug boo#1152105 split of the info pages of package info to be able to preinstall gzip before/with first install-info call
* Thu Sep 26 2019 Ludwig Nussel - implement file trigger for installing and removing info pages (boo#1152105)
* Wed Aug 28 2019 Dr. Werner Fink - Move texindex.awk to package texinfo as texindex(1) is part of and use this awk script
* Tue Aug 27 2019 Dr. Werner Fink - Port the texinfo-zlib.patch to new version 6.6 to solve build problems
* Tue Aug 27 2019 Martin Pluskal - Update to version 6.6:
* Language: . new commands AATT&, AATTampchar{} . AATTcropmarks command removed . AATTctrl is no longer recognised (it was a way to insert literal control characters in Info files, but deprecated since the time of Texinfo version 2) . \\usebracesinindexestrue is no longer recommended for using braces in index entries, and has been a no-op for some time
* texi2any . extension modules fixed to work with the \"thread-safe locales\" of Perl 5.28 and newer . some code changed to stop warnings being given by newer versions of Perl . for HTML output, use `id\' to define link targets instead of the `name\' attribute on . A native-code implementation of the Texinfo parser has been included on an experimental basis, which makes texi2any a lot faster. Set the `TEXINFO_XS_PARSER\' environment variable to 1 to use. . changes to HTML output: . omit colon after node name in menus by default (use `MENU_ENTRY_COLON\' to add it back) . no special CSS for commands like AATTsmallexample . new customization variable `SECTION_NAME_IN_TITLE\' to use the section name as the document . use section names instead of node names in generated menus . pass on flags set with -D to TeX . useless static libraries are not installed . the newline after an AATTinsertcopying is not output . warning given for AATTmultitable prototypes not in braces . AATTindent and AATTnoindent are not allowed inside the arguments to commands where they are not meaningful . AATTquote-arg and AATTallow-recursion are not recognised (these two used to be recognised by makeinfo in macro definitions but were never implemented in texinfo.tex) . `FIX_TEXINFO\' removed as a customization variable . do not recognise or warn about obsolete customization variables <BR>* info . debugging output with -x is not diverted to a separate infodebug file <BR>* Development: . switch from Subversion to git - https://savannah.gnu.org/git/?group=texinfo . automake 1.16- Drop no longer needed patch: <BR>* perl-5.28-fixes.patch<BR></DIV> </td> <td bgcolor="#F2F2F2"> </td> </tr> </table></td> </tr> </table> </td></tr> <tr><td> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr align="left" valign="top"> <td height="10" bgcolor="#A00B0F" width="100%"><img src="/images/spacer.gif" width="759" height="10" alt=""></td> </tr> </table> </td></tr> <tr><td> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr align="left" valign="top"> <td height="10" width="150"><img src="/images/index_30.jpg" width="130" height="47" alt=""> </td> <td align="left"><A HREF="https://www.icm.edu.pl"><img src="/images/logo_ICM_nazwa_EN_czarne.png" height="40" alt="ICM"></A> </td> <td width="30%" align="right"><FORM ACTION="/out.php3" METHOD="post" TARGET="_blank"><INPUT TYPE="hidden" NAME="station" VALUE="1"><INPUT TYPE="image" SRC="/images/index_32.jpg" name="station" alt="Designed by station75" width="209" height="47" border="0"></FORM></td> </tr> </table> </td></tr> </table> </body> </html>