texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog,1.53,1.54


From: dirt
Subject: texinfo ChangeLog,1.53,1.54
Date: Sun, 28 Dec 2003 12:48:55 +0100

Update of /cvsroot/texinfo/texinfo
In directory sheep:/tmp/cvs-serv9970

Modified Files:
        ChangeLog 
Log Message:
2003-12-28  Alper Ersoy  <address@hidden>

        * makeinfo/cmds.c (cm_sp): for HTML use <pre>.

        * makeinfo/defun.c (defun_internal): do not close paragraph when
        outputting HTML to avoid empty <p> elements.
        (process_defun_args): joined duplicate if/else blocks.

        * makeinfo/html.c (insert_html_tag): removed redundant paragraph
        starting code.

        * makeinfo/insertion.c (begin_insertion): keep state of the first <dt>
        child of a <dl> in the new html_deflist_has_term variable for ...
        (cm_item): cleaner <br> insertion checks.  Fixed non-functional empty
        <dd> rollback code.

        * makeinfo/makeinfo.c (add_html_block_elt, add_html_block_elt_args):
        new functions for inserting block level elements that must not be
        preceded by a <p> element.
        (add_char): insert <p> only if in_html_block_level_elt is not true.

        * makeinfo/cmds.c (cm_comment, cm_center):
        * makeinfo/footnote.c (output_pending_notes):
        * makeinfo/html.c (html_output_head):
        * makeinfo/index.c (cm_printindex):
        * makeinfo/insertion.c (enum_html, begin_insertion, end_insertion)
        (handle_verbatim_environment, cm_item):
        * makeinfo/makeinfo.c (handle_menu_entry):
        * makeinfo/multi.c (do_multitable):
        * makeinfo/node.c (cm_node):
        * makeinfo/sectioning.c (sectioning_html): use add_html_block_elt and
        add_html_block_elt_args instead of add_word and add_word_args
        respectively, when inserting <ul>, <div>, <h?> and the like.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** ChangeLog   2003/12/26 00:44:38     1.53
--- ChangeLog   2003/12/28 11:48:52     1.54
***************
*** 1,2 ****
--- 1,36 ----
+ 2003-12-28  Alper Ersoy  <address@hidden>
+ 
+       * makeinfo/cmds.c (cm_sp): for HTML use <pre>.
+ 
+       * makeinfo/defun.c (defun_internal): do not close paragraph when
+       outputting HTML to avoid empty <p> elements.
+       (process_defun_args): joined duplicate if/else blocks.
+ 
+       * makeinfo/html.c (insert_html_tag): removed redundant paragraph
+       starting code.
+ 
+       * makeinfo/insertion.c (begin_insertion): keep state of the first <dt>
+       child of a <dl> in the new html_deflist_has_term variable for ...
+       (cm_item): cleaner <br> insertion checks.  Fixed non-functional empty
+       <dd> rollback code.
+ 
+       * makeinfo/makeinfo.c (add_html_block_elt, add_html_block_elt_args):
+       new functions for inserting block level elements that must not be
+       preceded by a <p> element.
+       (add_char): insert <p> only if in_html_block_level_elt is not true.
+ 
+       * makeinfo/cmds.c (cm_comment, cm_center):
+       * makeinfo/footnote.c (output_pending_notes):
+       * makeinfo/html.c (html_output_head):
+       * makeinfo/index.c (cm_printindex):
+       * makeinfo/insertion.c (enum_html, begin_insertion, end_insertion)
+       (handle_verbatim_environment, cm_item):
+       * makeinfo/makeinfo.c (handle_menu_entry):
+       * makeinfo/multi.c (do_multitable):
+       * makeinfo/node.c (cm_node):
+       * makeinfo/sectioning.c (sectioning_html): use add_html_block_elt and
+       add_html_block_elt_args instead of add_word and add_word_args
+       respectively, when inserting <ul>, <div>, <h?> and the like.
+ 
  2003-12-25  Karl Berry  <address@hidden>
  



reply via email to

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