bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: html structure revisited


From: Gavin Smith
Subject: Re: html structure revisited
Date: Sun, 14 Feb 2021 17:23:56 +0000
User-agent: Mutt/1.9.4 (2018-02-28)

> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,12 @@
> +2021-02-13  Per Bothner <per@bothner.com>
> +
> +     Use the sectionning tree structure in HTML output
> +
> +     * tp/Texinfo/Convert/HTML.pm (register_opened_section_level,
> +     close_registered_sections_level, _convert_heading_command,
> +     _convert_element_type, _default_end_file): use <div> for
> +     elements and keep the sectioning tree structure.
> +

I will try and understand the change substantively, but please notice
the following from the GNU Coding Standards:

>    Break long lists of function names by closing continued lines with
> ')', rather than ',', and opening the continuation with '('.  This makes
> highlighting in Emacs work better.  Here is an example:
> 
>      * src/keyboard.c (menu_bar_items, tool_bar_items)
>      (Fexecute_extended_command): Deal with 'keymap' property.


I'm so used to seeing it like this that it's distracting to see it
otherwise, even if it makes logical sense.  Please follow this style
for future commits + changelog entries.  Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]