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

Contents of /messaging/manakai/lib/Message/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.50 - (hide annotations) (download)
Fri Mar 10 10:52:02 2006 UTC (18 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.49: +6 -0 lines
++ manakai/lib/Message/ChangeLog	10 Mar 2006 10:43:42 -0000
2006-03-10  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Directories |URI| and |Charset| are added.

	* Charset/: New directory.

++ manakai/lib/Message/Util/ChangeLog	10 Mar 2006 10:51:06 -0000
2006-03-10  Wakaba  <wakaba@suika.fam.cx>

	* PerlCode.dis (stringify): Inserts new line after |COMMA|s
	in lists (hash literals and array literals --- "lists" theirselves
	are excluded since they are usually not so long).

	* DIS.dis (loadResource): Don't throw error
	if an alias is alreadt defined for same URI.  Registers
	aliases from |srinfo| to the database. By these
	fixes aliases defined in another module from the canonical
	resource name's module can live even after the canonical's
	module is updated.

++ manakai/lib/Message/DOM/ChangeLog	10 Mar 2006 10:44:35 -0000
2006-03-10  Wakaba  <wakaba@suika.fam.cx>

	* DOMCore.dis, DOMXML.dis, XDoctype.dis (manakaiAppendText): New
	method.

	* XMLParser.dis: Don't create adjacent text nodes.

++ manakai/lib/Message/URI/ChangeLog	10 Mar 2006 10:47:21 -0000
2006-03-10  Wakaba  <wakaba@suika.fam.cx>

	* Generic.dis (MURI:): Typos are fixed.

++ manakai/lib/manakai/ChangeLog	10 Mar 2006 10:51:43 -0000
2006-03-10  Wakaba  <wakaba@suika.fam.cx>

	* dis-catalog: New |Message::Charset| namespace is added.

1 wakaba 1.50 2006-03-10 Wakaba <wakaba@suika.fam.cx>
2    
3     * Makefile: Directories |URI| and |Charset| are added.
4    
5     * Charset/: New directory.
6    
7 wakaba 1.49 2006-02-26 Wakaba <wakaba@suika.fam.cx>
8    
9     * Makefile (distclean): New rule.
10    
11 wakaba 1.48 2005-09-22 Wakaba <wakaba@suika.fam.cx>
12    
13     * Makefile: Rules to build subdirectories added.
14    
15 wakaba 1.47 2004-08-21 Wakaba <wakaba@suika.fam.cx>
16    
17     * DOM/: New directory.
18    
19 wakaba 1.46 2004-01-06 Wakaba <wakaba@suika.fam.cx>
20    
21     * Entity.pm (parse): Don't remove all "From"s within text when use_magic_line.
22    
23 w 1.45 2003-01-04 Wakaba <w@suika.fam.cx>
24    
25     * Util.pm (Message::Util::Wide::unquote_if_quoted_string): Give 's' option
26     to 's'.
27    
28 wakaba 1.44 2002-11-13 Wakaba <w@suika.fam.cx>
29    
30     * Util.pm (%FMT2STR, sprintxf): Aliasnized.
31     (Moved to new module Message::Util::Formatter.)
32     * Util/: New directory.
33    
34 wakaba 1.43 2002-08-05 Wakaba <w@suika.fam.cx>
35    
36     * Util.pm:
37     - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string
38     instead of Message::Util::unquote_if_quoted_string.
39     - (Message::Util::Wide): New package.
40     - (%Message::Util::Wide::REG): New hash.
41     - (Message::Util::unquote_if_quoted_string): New function.
42     - NOTE: "Wide" package is created to support utf8 string
43     of perl 5.7.3 or later. Utf8 string does not work
44     only for [\x00-\xFF] regex of current functions,
45     and this regex is used as (?:.|\x0D|\x0A). (Without
46     's' option, "." does not match with newline character.)
47     When we can do away problematic code from all
48     Message::* modules, we can also do away "Wide" package.
49    
50 wakaba 1.42 2002-08-04 Wakaba <w@suika.fam.cx>
51    
52     * Entity.pm: Don't fill_source by default if format =~ http.
53    
54 wakaba 1.41 2002-08-01 Wakaba <w@suika.fam.cx>
55    
56     * Entity.pm (list_name, list_count): New methods.
57    
58 wakaba 1.39 2002-07-28 Wakaba <w@suika.fam.cx>
59    
60     * Entity.pm (destination, sender): New methods.
61 wakaba 1.40 * Tool.pm (escape_from, unescape_from): New functions.
62 wakaba 1.39
63 wakaba 1.37 2002-07-26 Wakaba <w@suika.fam.cx>
64    
65     * Entity.pm:
66     - (fill_missing_fields): New option.
67     - (fill_source, fill_destination): New options.
68 wakaba 1.38 - (hook_stringify_fill_fields): Option removed.
69     * Header.pm:
70     - (_header_cmp): Removed.
71     - (@header_order, %header_order): Removed.
72     - (_scan_sort): Use Message::Header::* namespace packages to sort.
73 wakaba 1.37
74 wakaba 1.36 2002-07-25 Wakaba <w@suika.fam.cx>
75    
76     * Tool.pm: New module.
77    
78 wakaba 1.35 2002-07-22 Wakaba <w@suika.fam.cx>
79    
80     * Util.pm: Some fix for new returned value style
81     of Message::MIME::Charset.
82    
83 wakaba 1.34 2002-07-21 Wakaba <w@suika.fam.cx>
84    
85     * Entity.pm (import): New.
86    
87 wakaba 1.33 2002-07-20 Wakaba <w@suika.fam.cx>
88    
89     * Entity.pm (content_type): Guess media type:
90     text/x-message-rfc1153, text/x-pgp-cleatext-singed,
91     application/pgp, text/x-message-pem.
92    
93     2002-07-19 Wakaba <w@suika.fam.cx>
94    
95     * Entity.pm:
96     - (guess_media_type): New option.
97     - (content_type): Guess media type (text/x-message-rfc934)
98     if necessary.
99    
100 wakaba 1.32 2002-07-13 Wakaba <w@suika.fam.cx>
101    
102     * Util.pm:
103     - (get_host_fqdn): New function.
104     - (%OPTION): New hash.
105     * Entity.pm (stringify): Pass 'format' option
106     to the body (when stringify'ing it) with
107     -parent_format option, instead of -format option.
108    
109 wakaba 1.30 2002-07-08 Wakaba <w@suika.fam.cx>
110    
111     * Entity.pm (parse): Typo fix.
112 wakaba 1.31 * Header.pm (hook_init_fill_options, hook_stringify_fill_fields):
113     New options.
114 wakaba 1.30
115 wakaba 1.29 2002-07-07 Wakaba <w@suika.fam.cx>
116    
117     * Entity.pm (check_md5): New method.
118     * Entity.pm (fill_md5, fill_md5_name, recalc_md5): New options.
119    
120 wakaba 1.28 2002-07-06 Wakaba <w@suika.fam.cx>
121    
122     * Header.pm: Support of RFC 2774 namespace.
123    
124 wakaba 1.27 2002-07-04 Wakaba <w@suika.fam.cx>
125    
126     * Util.pm (encode_printable_string, decode_printable_string,
127     encode_t71_string, decode_t71_string, encode_restricted_rfc822,
128     decode_restricted_rfc822): New functions.
129    
130 wakaba 1.26 2002-07-02 Wakaba <w@suika.fam.cx>
131    
132     * Util.pm (decide_newline): New function.
133     * Entity.pm (parse): Call Message::Util::decide_newline
134     instead of local code.
135    
136 wakaba 1.25 2002-06-23 Wakaba <w@suika.fam.cx>
137    
138     * Entity.pm (header_default_charset, header_default_charset_input):
139     New options.
140     * Header.pm (ditto): Likewise.
141     * Util.pm
142     - (angle_quoted, angle_qcontent, M_angle_quoted): New regexs
143     (Moved from Message::Field::AngleQuoted).
144     - (decode_ccontent): Order of arguments of
145     Message::MIME::EncodedWord::decode_ccontent is changed.
146     - (unquote_if_angle_quoted): New function.
147    
148 wakaba 1.24 2002-06-16 wakaba <w@suika.fam.cx>
149    
150     * Header.pm (_n11n_field_name): Check namespace definition's
151     case_sensible option.
152     * Entity.pm (_add_ua): Removed. (Moved to Message::Field::UA.)
153    
154 wakaba 1.23 2002-06-14 wakaba <w@suika.fam.cx>
155    
156     * Entity.pm (parse): See 'strict_linebreak' option
157     and guess data's linebreak sequence.
158    
159 wakaba 1.22 2002-06-11 wakaba <w@suika.fam.cx>
160    
161     * Header.pm (_item_match): Bug fix of "-by => 'ns'".
162     * Partial.pm (reassembly): New function.
163    
164 wakaba 1.21 2002-06-10 wakaba <w@suika.fam.cx>
165    
166     * Entity.pm (force_mime_entity): New option.
167     * Header.pm (_item_match): -by => 'ns': New option.
168     * Partial.pm: New module.
169    
170 wakaba 1.20 2002-06-09 wakaba <w@suika.fam.cx>
171    
172     * Entity.pm:
173     - (stringify): Minimumize MIME charset name when MIME'izing.
174     - (mime-entity): New 'format' type.
175     - (default_media_subtype): New option. Now 'default_media_type'
176     is used for only (narrower meaning of) media type.
177     - (content_type): See 'default_media_type' and
178     'default_media_subtype'. (Was hardcoded as 'text/plain'.)
179     - (option): '-resucrive': new option.
180     * Header.pm (parse, parse_array): Don't discard invalid
181     line (non-'field' line). (Treat as "X-Unknown" field.)
182    
183 wakaba 1.19 2002-06-01 wakaba <w@suika.fam.cx>
184    
185     * Entity.pm (_encode_body): Some bug fixes and
186     better support of CT/CTE/charset.
187     (_parse_value): Passes options 'body_default_charset'
188     and 'body_default_charset_input' and parameter
189     'header' to body class.
190     * Util.pm (encode_body_string, encode_header_string):
191     Returns minimum charset name if available.
192    
193 wakaba 1.18 2002-05-30 wakaba <w@suika.fam.cx>
194    
195     * Entity.pm (_encode_body): Checks charset name
196     to decide CTE.
197    
198 wakaba 1.17 2002-05-29 wakaba <w@suika.fam.cx>
199    
200     * Entity.pm:
201     - (%ENCODE, %DECODE): Removed. (Moved to Message::MIME::Encoding)
202     - Uses \x0D\x0A instead of \n. (Temporary. `linebreak-strict'
203     and related options should be implemented /strictly/.)
204     - (_encode_body): Checks media type to choose CTE.
205     - (accept_coderange): New option.
206     - (body_default_media_type, body_default_charset): Likewise.
207     - (fill_ct): Likewise.
208     - Uses %Message::Header::NS_phname2uri instead of direct
209     access to namespace definition package.
210     - (content_type): Returns (type, subtype) list when wantarray'ed.
211     - (media_type): New method. (Alias of content_type)
212     * Header.pm (_replace_hash_shift): Checks namespace of field name.
213    
214 wakaba 1.16 2002-05-26 wakaba <w@suika.fam.cx>
215    
216     * Header.pm (url_mailto_safe): Removed.
217     (Moved to Message::Header::RFC822.)
218    
219     * Makefile: New file.
220 wakaba 1.17
221     * Entity.pm: Uses Win32 if use_config and $^O eq
222     MSWin32.
223 wakaba 1.16
224 wakaba 1.15 2002-05-25 wakaba <w@suika.fam.cx>
225    
226     * Entity.pm, Header.pm: Supports namespaced header
227     field name started with { prefix "-" }. (But
228     it is not completely supported yet.)
229     * Header/: New directory.
230    
231     * Header.pm: Uses Message::Field::Structured
232     as parent module.
233    
234 wakaba 1.14 2002-05-16 wakaba <w@suika.fam.cx>
235    
236     * Util.pm:
237     - ($REG{NON_http_attribute_char_wsp}): New regex.
238     - (wsps_to_sp): New function.
239     - (decode_header_string): Don't do away tail WSPs.
240     - TODO: Util.pm must have some needless functions.
241    
242 wakaba 1.13 2002-05-15 wakaba <w@suika.fam.cx>
243    
244     * Header.pm:
245     - Add Resent-User-Agent: field support.
246     - Use Message::Field::Addresses instead of
247     Message::Field::Address.
248    
249 wakaba 1.12 2002-05-14 wakaba <w@suika.fam.cx>
250    
251     * Entity.pm (pod:uri-url-mailto-*): New list-items.
252     (stringify): Output mailto: URL when format =~ url-mailto.
253     * Header.pm (stringify): Ditto.
254     * Util.pm: Bugs are fixed.
255     (remove_meaningless_wsp): New function.
256    
257 wakaba 1.11 2002-04-21 wakaba <w@suika.fam.cx>
258    
259     * Entity.pm (pod:C<format>): New section.
260    
261 wakaba 1.10 2002-04-05 wakaba <w@suika.fam.cx>
262    
263     * Util.pm: Add some functions from Message::Field::Structured.
264    
265 wakaba 1.9 2002-04-03 wakaba <w@suika.fam.cx>
266    
267     * Entity.pm, Header.pm: Updated.
268    
269 wakaba 1.8 2002-03-31 wakaba <w@suika.fam.cx>
270    
271     * Header.pm: Support Message::Field::URI.
272    
273 wakaba 1.7 2002-03-27 wakaba <w@suika.fam.cx>
274    
275     * Fix bug of treatment of FWS sorounding encoded-word.
276     (MIME/EncodedWord.pm and related modules.)
277    
278 wakaba 1.6 2002-03-26 wakaba <w@suika.fam.cx>
279    
280     * Entity.pm: Adds User-Agent: value when stringify.
281     (ua_field_name, ua_use_config): New options.
282     (add_ua): New option.
283     (_add_ua): New proceder.
284    
285 wakaba 1.5 2002-03-25 wakaba <w@suika.fam.cx>
286    
287     * MIME/: New directory.
288     * Util.pm: New module.
289     * Entity.pm, Header.pm (parse_all): New option.
290     (hook_encode_string, hook_decode_string): Likewise.
291    
292 wakaba 1.4 2002-03-23 wakaba <w@suika.fam.cx>
293    
294     * Header.pm: Supports Message::Field::CSV,
295     Message::Field::ValueParams, Message::Field::ContentType,
296     Message::Field::ContentDisposition.
297    
298 wakaba 1.3 2002-03-21 wakaba <w@suika.fam.cx>
299    
300     * Body/: New directory.
301    
302 wakaba 1.2 2002-03-16 wakaba <w@suika.fam.cx>
303    
304     * Header.pm: Use Message::Field::Date.
305    
306 wakaba 1.1 2002-03-13 wakaba <w@suika.fam.cx>
307    
308     * Header.pm: New module.
309     * Entity.pm: Likewise.
310    
311     * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24