mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc CHANGES,1.84,1.85

2002-11-16 20:39:22
Update of /cvsroot/mhonarc/mhonarc/MHonArc
In directory subversions:/tmp/cvs-serv25158

Modified Files:
	CHANGES 
Log Message:
* Added CHARSETALIASES resource to define aliases for official
  charset names.
* MHonArc::CharEnt:
  + Several charset mappings added to MHonArc::CharEnt with the
    default value for CHARSETCONVERTERS updated to reflect the new
    mappings: various Cyrillic sets, VISCII, Apple-based charsets, etc.
    Sets that have bidirectional rendering (Hebrew, Arabic) exist,
    but directional re-ording for rendering is currently not supported.
  . Some existing mappings have been updated to use Unicode numeric
    character entity references (&#xHHHH;) instead of standard SGML
    character entity references (eg. &Aelig;).  Most, if not all,
    web browsers only support the set of SGML entity references
    defined in the HTML 4.0 specification.

    All existing tables should now generate entity references
    recognized by all HTML 4.0 compliant browsers.


Index: CHANGES
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/CHANGES,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -r1.84 -r1.85
*** CHANGES	21 Oct 2002 16:55:51 -0000	1.84
--- CHANGES	17 Nov 2002 03:38:51 -0000	1.85
***************
*** 14,17 ****
--- 14,78 ----
  YYYY/MM/DD
  ============================================================================
+ 2002/MM/DD	(2.6.0)
+ 
+ * Bug Fixes: See
+     <http://savannah.gnu.org/bugs/index.php?group_id=1968
+      &set=custom&advsrch=0&msort=0&report_id=105&go_report=Go
+      &fix_release=2.6.0&chunksz=50>
+ 
+ * Added CHARSETALIASES resource to define aliases for official
+   charset names.
+ 
+ * MHonArc::CharEnt:
+   + Several charset mappings added to MHonArc::CharEnt with the
+     default value for CHARSETCONVERTERS updated to reflect the new
+     mappings: various Cyrillic sets, VISCII, Apple-based charsets, etc.
+     Sets that have bidirectional rendering (Hebrew, Arabic) exist,
+     but directional re-ording for rendering is currently not supported.
+ 
+   . Some existing mappings have been updated to use Unicode numeric
+     character entity references (&#xHHHH;) instead of standard SGML
+     character entity references (eg. &Aelig;).  Most, if not all,
+     web browsers only support the set of SGML entity references
+     defined in the HTML 4.0 specification.
+ 
+     All existing tables should now generate entity references
+     recognized by all HTML 4.0 compliant browsers.
+ 
+ * m2h_text_plain::filter (mhtxtplain.pl):
+   + Added more robust handling of format=flowed data.  By default,
+     all text is rendered in a monospaced font to provide visual
+     consistency between flowed and fixed text.  Proportional spaced
+     font can be generated using the "nonfixed" option (where
+     "keepspace" option should also be used to help preserve the
+     formatting characteristics of the data).
+ 
+   + Added "fancyquote" option to provide highlight of quoted text
+     similiar to text/plain;format=flowed data.
+ 
+   + Added "disableflowed" option to disable the flowed data
+     conversion.  Data will be converted as regular text/plain.
+ 
+   + Added "quoteclass=<classname>" option to specify a CSS classname
+     to assign to BLOCKQUOTE elements added when processing flowed
+     data or when "fancyquote" is active.  This suppresses inline
+     style generation.
+ 
+   . Flowed conversion fallback error handling improved so data is
+     not lost.  However, the fallack code should never be reached.
+ 
+ * MIMEEXCS automatically handles unofficial version of a media type.
+   For example:
+ 
+     <MIMEEXCS>
+     text/html
+     </MIMEEXCS>
+ 
+   Will exclude text/html and text/x-html data.
+ 
+ * m2h_text_html::filter (mhtxthtml.pl):
+   . STYLE and CLASS attributes stripped if nofont argument specified.
+ 
+ ============================================================================
  2002/10/21	(2.5.13)
  

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV