Tk Library Source Code

Artifact [345b159e6c]
Login

Artifact 345b159e6c1c4693724d9bec809eb3e7de43e240:

Attachment "578465.diff" to ticket [578465ffff] added by andreas_kupries 2002-07-09 05:10:42.
? modules/fileinput
? modules/ftp/example
? modules/ftpd/examples
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tcllib/tcllib/ChangeLog,v
retrieving revision 1.159
diff -u -r1.159 ChangeLog
--- ChangeLog	2 Jul 2002 18:37:55 -0000	1.159
+++ ChangeLog	8 Jul 2002 22:09:25 -0000
@@ -1,10 +1,14 @@
+2002-07-08  Andreas Kupries  <[email protected]>
+
+	* doctools: Fixed bug #578465.
+
 2002-07-02  Don Porter <[email protected]>
 
 	* all.tcl: Corrected name of tcltest hook procedure
 
 2002-06-24  Andreas Kupries  <[email protected]>
 
-	* csv: Fixed bug #565051.
+	* csv: Fixed SF bug #565051.
 
 	* mime: Fixed SF bug #548832.
 
Index: modules/doctools/ChangeLog
===================================================================
RCS file: /cvsroot/tcllib/tcllib/modules/doctools/ChangeLog,v
retrieving revision 1.28
diff -u -r1.28 ChangeLog
--- modules/doctools/ChangeLog	6 Jun 2002 21:34:23 -0000	1.28
+++ modules/doctools/ChangeLog	8 Jul 2002 22:09:26 -0000
@@ -1,3 +1,8 @@
+2002-07-08  Andreas Kupries  <[email protected]>
+
+	* mpformats/fmt.html: Changed bug #578465 which caused
+	  mis-generation of angle-brackets and quotes.
+
 2002-06-06  Andreas Kupries  <[email protected]>
 
 	* mpformats/fmt.html: 
Index: modules/doctools/mpformats/fmt.html
===================================================================
RCS file: /cvsroot/tcllib/tcllib/modules/doctools/mpformats/fmt.html,v
retrieving revision 1.13
diff -u -r1.13 fmt.html
--- modules/doctools/mpformats/fmt.html	6 Jun 2002 21:34:23 -0000	1.13
+++ modules/doctools/mpformats/fmt.html	8 Jul 2002 22:09:26 -0000
@@ -112,7 +112,7 @@
     set redux [string map [list " " "" "\t" "" "\n" ""] $text]
     if {$redux != {}} {lsmark 0}
 
-    return [htmlEscape $text]
+    return $text
 }
 
 ################################################################