/[suikacvs]/messaging/manakai/lib/Message/Charset/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/Charset/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by wakaba, Sat Dec 30 12:00:38 2006 UTC revision 1.30 by wakaba, Mon Sep 15 07:19:31 2008 UTC
# Line 1  Line 1 
1  2006-12-30  Wakaba  <wakaba@suika.fam.cx>  2008-09-15  Wakaba  <wakaba@suika.fam.cx>
2    
3          * Encode.dis: |For| specifications are removed.          * Info.pm: Noted that new internal variable |{onerror_set}|
4            is introduced.
5    
6  2006-12-30  Wakaba  <wakaba@suika.fam.cx>  2008-09-14  Wakaba  <wakaba@suika.fam.cx>
7    
8          * Encode.dis (Require): |WithFor| specifications are removed.          * Info.pm: Remove the entry for Shift_JIS, since the ShiftJIS
9          (DefaultFor): Removed.          decodehandle class is merged with the Encode class.
10    
11  2006-12-30  Wakaba  <wakaba@suika.fam.cx>  2008-09-14  Wakaba  <wakaba@suika.fam.cx>
12    
13          * Encode.dis (Require): Reference to the |ManakaiDOM:ManakaiDOM|          * Info.pm: Remove the entry for EUC-JP, since the EUCJP
14          mode is removed.          decodehandle class is merged with the Encode class.
15    
16  2006-11-04  Wakaba  <wakaba@suika.fam.cx>  2008-09-14  Wakaba  <wakaba@suika.fam.cx>
17    
18          * Encode.dis (MCEncodeImplementation): It no          * Info.pm: Sync with Whatpm::Charset::DecodeHandle's change.
         longer inherit the |MinimumImplementation|; it  
         is now expected to be implemented by |DOMImplementation|  
         objects.  
19    
20  2006-04-30  Wakaba  <wakaba@suika.fam.cx>  2008-09-11  Wakaba  <wakaba@suika.fam.cx>
21    
22          * .cvsignore: New file.          * Info.pm: Sync with Whatpm::Charset::DecodeHandle's change.
23    
24  2006-04-09  Wakaba  <wakaba@suika.fam.cx>  2008-09-10  Wakaba  <wakaba@suika.fam.cx>
25    
26          * Encode.dis (close): New method.          * Info.pm (get_by_html_name): New.
27    
28  2006-04-01  Wakaba  <wakaba@suika.fam.cx>  2008-09-10  Wakaba  <wakaba@suika.fam.cx>
29    
30          * Makefile (clean-db): New rule.          * Info.pm: EBCDICness, ASCII compability, and MIME text
31            suitability are now represented as charset categories.
32            Provision for support of HTML's charset name treatment,
33            i.e. ignorance of ASCII punctuations.  Support of HTML5
34            charset name aliasings (updated definition).
35    
36  2006-03-15  Wakaba  <wakaba@suika.fam.cx>  2008-05-25  Wakaba  <wakaba@suika.fam.cx>
37    
38          * Makefile (gl-jis-1978.tbr): 1983-swapped-pairs were not reversed.          * Info.pm (CHARSET_CATEGORY_UTF16): New category.
         (install): Rule |install-GLJIS1997Swapped| is added.  
39    
40          * Encode.dis (createMCDecodeHandle): Charset |iso-2022-jp|  2008-05-18  Wakaba  <wakaba@suika.fam.cx>
         is implemented.  
         (ManakaiMCISO2022JPDecodeHandle): New class.  
41    
42  2006-03-14  Wakaba  <wakaba@suika.fam.cx>          * Info.pm: Support for WebLatin encoding.  Support for Thai
43            encodings.  Support for non-block-safe encodings.  However,
44            for non-block-safe encodings we cannot assume that it works
45            well on our decode handle framework, therefore they are marked
46            as "fallback" mode (i.e. its result is unknown).
47    
48          * Makefile (GLJIS1997Swapped): New |Encode| module.  2008-05-18  Wakaba  <wakaba@suika.fam.cx>
49    
50  2006-03-14  Wakaba  <wakaba@suika.fam.cx>          * Info.pm (SEMICONFORMING_ENCODING_IMPL): New.  Distinguish full
51            non-conformance from semi-conformance, where we can something
52            to make the decoder conformant.
53    
54          * Encode.dis (createMCDecodeHandle): Charsets |euc-jp|  2008-05-17  Wakaba  <wakaba@suika.fam.cx>
         and |shift_jis| are implemented.  
         (ManakaiMCEUCJPDecodeHandle): New class.  
         (ManakaiMCShiftJISDecodeHandle): New class.  
55    
56  2006-03-14  Wakaba  <wakaba@suika.fam.cx>          * Info.pm: Charset definitions now have |category| properties.
57            Property |perl_names| is added to |shift_jis| and |euc-jp|.
58            Charset definition for |shift_jisx0213| is added.
59            (get_decode_handle): New.
60            (get_perl_encoding): Auto-load encode modules for internal use
61            by DecodeHandle (part of Whatpm module).
62    
63          * Encode.dis (ungetc): New method.  2007-11-23  Wakaba  <wakaba@suika.fam.cx>
64    
65          * Makefile: Rules to make |Encode| modules          * Info.pm (is_syntactically_valid_iana_charset_name): Function
66          for |euc-jp-1997|, |shift-jis-1997|, |gl-jis-1978|, |gl-jis-1983|,          name was misspelled.
         and |gl-jis-1997| are added.  
67    
68  2006-03-12  Wakaba  <wakaba@suika.fam.cx>  2007-11-21  Wakaba  <wakaba@suika.fam.cx>
69    
70          * Encode.dis (createMCDecodeHandle): New          * Info.pm: More charset definitions.
         parameter |onerror| is added.  Charsets |cs:XML.utf-8|, |cs:XML.utf-16|,  
         and |xml-auto-charset:| are implemented.  Throws an error  
         if the charset is not supported.  
         (getURIFromCharsetName, getCharsetNameFromURI): Algorithmic URIs are  
         supported.  
         (onerror): Removed from |onoctetstreamerror|.  
         (MCXMLDecodeHandle): Removed.  
         (inputEncoding, hasBOM): New attributes.  
71    
72  2006-03-11  Wakaba  <wakaba@suika.fam.cx>  2007-11-18  Wakaba  <wakaba@suika.fam.cx>
73    
74          * Makefile: A typo is fixed.          * Info.pm: New Perl module.
75    
76          * Encode.dis (Require): A reference to the |DISlib:Charset|  2007-11-18  Wakaba  <wakaba@suika.fam.cx>
         module is added.  
         (MCEncodeFeature10): New feature.  
         (MCEncodeImplementation): New interface.  
         (MCDecodeHandle): New interface.  
   
 2006-03-10  Wakaba  <wakaba@suika.fam.cx>  
77    
78          * ChangeLog: New file.          * ChangeLog: New file.
79    
         * Encode.dis: New file.  
   
         * Makefile: New file.  
   
   
80    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.30

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24