> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,12 @@
> +2021-02-13  Per Bothner <[email protected]>
> +
> +     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