From patchwork Sun Apr 26 11:44:18 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9734 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g3PyJ2t6dz3wbJ for ; Sun, 26 Apr 2026 11:45:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g3PyJ1QL5z7DD for ; Sun, 26 Apr 2026 11:45:12 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g3Pxy6vBjz37YQ for ; Sun, 26 Apr 2026 11:44:54 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g3Pxq4YtJz377g for ; Sun, 26 Apr 2026 11:44:47 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g3Pxq1QpGz5hB; Sun, 26 Apr 2026 11:44:47 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777203887; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DeHune+52reJ6ZsXtbz4dCRtDOLP2zqsINh3qzSvw5I=; b=uT/iMDo+CXGeEUbJkAfUxhhnIpfzSl9or7rWvAe0+zqNlwLo9IN70zZ6pO2uKAZmmhKET/ 6y5hJT9h8DfaDMAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777203887; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DeHune+52reJ6ZsXtbz4dCRtDOLP2zqsINh3qzSvw5I=; b=tZKJNdBDEdAJbsENOWMqBXjn0rFZzujtEk49EgB182nzDSVrW761uCLD9oNMn0fhNvPqAB 3or4fk25wOSr9Ptu/l70pYEJtg1UjDfUipcbKa+PbFyS9Nhv9N4FzOfk5V5gw9rTW4BxzC GRrjCrQnE2j8DAE37rhNFrlBsPnh499dWaR6tDx/MapXNPnnVlol+KaSyulswe7dmuy5bU D84tSpS2WNJefyECS1/aY/3g4hC0NL5sQaWL1ruLQDCgxfiNYRKv29FnHJYSwakLy/rkHP DKvoD4DOfr0GuN3ifnrGTtGI0yBtQlZ8z3vovxg+2SPEie7SZliSx+XI7uBQ/Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] texinfo: Update to version 7.3 Date: Sun, 26 Apr 2026 13:44:18 +0200 Message-ID: <20260426114418.122889-29-adolf.belka@ipfire.org> In-Reply-To: <20260426114418.122889-1-adolf.belka@ipfire.org> References: <20260426114418.122889-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 7.2 to 7.3 - Update of rootfile - Changelog 7.3 * Language . new commands for title page creation: @documentinfo, @publication, and @maketitle. you can use these instead of explicit formatting inside @titlepage. . you can use heading commands such as @heading after @node. nodes defined this way are not part of the chapter structure of the document (unlike if @section etc. were used). . new command @xrefname can follow @node in place of a heading command. this is for when you do not want any heading at all to be displayed. . new command @namedanchor for defining text to be used for a cross- reference to an anchor (with @xrefautomaticsectiontitle on) . new command @thispart to print part name in headings or footings . deprecate @clickstyle . if there is no @documentlanguage, the language is unspecified, rather than en_US. (texi2any will still use English strings by default, but will not put en_US in the output, depending on output format.) * texi2any . texi2any uses the Perl extensions in C for converters when possible, which results in a large speed-up for HTML output. set the `TEXINFO_XS_CONVERT' environment variable to 0 for pure Perl. . optional experimental texi2any program implementation in C embedding Perl. use --enable-using-c-texi2any to prefer the C implementation. . report leading directory components of input file names in messages (this reverses 6.8 release change, 2021). . when CHECK_NORMAL_MENU_STRUCTURE is on, give the line number of the problem menu entry . DUMP_TREE should now be a file name, or - to output to standard error . remove USE_REL_REV variable; former effect is now always on . (API only) rename LINKS_BUTTONS customization variable to LINKS_DIRECTIONS . (API only) rename space direction ' ' to 'Space' . HTML output: . the HIGHLIGHT_SYNTAX variable can be used for syntax highlighting of code samples. this feature was present in earlier releases but is no longer marked as experimental. . do not wrap the contents of