groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ./ChangeLog src/devices/grohtml/post-html...


From: Gaius Mulley
Subject: [Groff-commit] groff ./ChangeLog src/devices/grohtml/post-html...
Date: Tue, 22 Nov 2005 12:39:20 -0500

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Gaius Mulley <address@hidden>   05/11/22 17:39:19

Modified files:
        .              : ChangeLog 
        src/devices/grohtml: post-html.cpp 

Log message:
        * src/devices/grohtml/post-html.cpp (html_printer::flush_page):
        added call to flush_text to flush any outstanding html tags
        on the paragraph stack.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/ChangeLog.diff?tr1=1.860&tr2=1.861&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/src/devices/grohtml/post-html.cpp.diff?tr1=1.26&tr2=1.27&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.860 groff/ChangeLog:1.861
--- groff/ChangeLog:1.860       Fri Nov 18 21:12:56 2005
+++ groff/ChangeLog     Tue Nov 22 17:39:19 2005
@@ -1,3 +1,9 @@
+2005-11-22  Gaius Mulley  <address@hidden>
+
+       * src/devices/grohtml/post-html.cpp (html_printer::flush_page):
+       added call to flush_text to flush any outstanding html tags
+       on the paragraph stack.
+
 2005-11-18  Werner LEMBERG  <address@hidden>
 
        * aclocal.m4 (GROFF_MAKEINFO): Use `groff.info' in tests.
Index: groff/src/devices/grohtml/post-html.cpp
diff -u groff/src/devices/grohtml/post-html.cpp:1.26 
groff/src/devices/grohtml/post-html.cpp:1.27
--- groff/src/devices/grohtml/post-html.cpp:1.26        Thu Nov 10 08:36:53 2005
+++ groff/src/devices/grohtml/post-html.cpp     Tue Nov 22 17:39:19 2005
@@ -3732,6 +3732,7 @@
 
   flush_globs();
   current_paragraph->done_para();
+  current_paragraph->flush_text();
   
   // move onto a new page
   delete page_contents;




reply via email to

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