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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.51 - (hide annotations) (download)
Fri Mar 31 16:44:23 2006 UTC (18 years, 7 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-release-0-3-2, manakai-release-0-3-1, manakai-200612
Changes since 1.50: +4 -0 lines
++ manakai/lib/Message/ChangeLog	31 Mar 2006 15:51:53 -0000
2006-03-31  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (clean-db): New rule.

++ manakai/lib/Message/Markup/ChangeLog	31 Mar 2006 15:53:04 -0000
2006-03-31  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (clean-db): New rule.

++ manakai/lib/Message/Util/ChangeLog	31 Mar 2006 15:59:50 -0000
	* Makefile (clean-db): New rule.

	* Grove.dis (onunload): New internal property.
	(collectGarbage): Invoke the |mg:onunload| code if available.

2006-03-31  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	31 Mar 2006 15:58:33 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode):
	Reimplemented.
	(isId): Setter is added.
	(Element.normalize): Definition copied from the |MDOM:Tree|
	module.

2006-03-31  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (clean-db): New rule.

	* TreeCore.dis (setUserData): Schedule to invoke
	the user data handler when the node is removed
	from the memory.
	(setAttribute, setAttributeNS): Set the [attribute type]
	if DTD attribute definition is available.
	(CharacterData members): Definitions copied from
	the |MDOM:Tree| module.

++ manakai/lib/Message/URI/ChangeLog	31 Mar 2006 15:54:48 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (clean-db): New rule.

++ manakai/lib/Message/Charset/ChangeLog	31 Mar 2006 15:54:37 -0000
2006-04-01  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (clean-db): New rule.

++ manakai/lib/manakai/ChangeLog	31 Mar 2006 15:53:40 -0000
2006-03-31  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (clean-db): New rule.

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

	* Makefile (clean-db): New rule.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24