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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.51 - (show annotations) (download)
Sun Feb 26 14:32:40 2006 UTC (18 years, 9 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-release-0-3-2, manakai-release-0-3-1, manakai-release-0-4-0, manakai-200612, HEAD
Changes since 1.50: +4 -0 lines
++ manakai/t/ChangeLog	26 Feb 2006 14:32:29 -0000
	* Makefile (distclean): New rule.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/bin/ChangeLog	26 Feb 2006 14:18:44 -0000
	* daf.pl: Request for |fe:GenericLS| feature was missing.
	Sets the |pc:preserve-line-break| parameter for test
	code as |dac2test.pl| had been.

	* dac.pl, dac2pm.pl, dac2test.pl: Removed.

	* disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/ChangeLog	26 Feb 2006 14:19:17 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (distclean): New rule.

++ manakai/lib/Message/Body/ChangeLog	26 Feb 2006 14:19:35 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (distclean): New rule.

++ manakai/lib/Message/Field/ChangeLog	26 Feb 2006 14:24:08 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (distclean): New rule.

++ manakai/lib/Message/MIME/ChangeLog	26 Feb 2006 14:24:31 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (distclean): New rule.

++ manakai/lib/Message/Markup/ChangeLog	26 Feb 2006 14:24:49 -0000
	* Makefile (distclean): New rule.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/ChangeLog	26 Feb 2006 14:27:24 -0000
	* PerlCode.dis (PerlStringLiteral.stringify): If some character
	are escaped, the string should have been quoted by |QUOTATION MARK|.

	* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis|
	module was misplaced.
	(distclean): New rule.
	(clean): Cleans subdirectories, too.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/Util/DIS/ChangeLog	26 Feb 2006 14:31:14 -0000
	* Perl.dis (plUpdate): Reads |dis:DefaultFor| property
	from the source if it is not available from the module
	in the database, i.e. the |readProperties| method
	is not performed for the module.
	(getPerlInterfaceMemberCode): Renamed
	from |getPerlErrorInterfaceMemberCode|.
	(DISLang:Const.getPerlInterfaceMemberCode): New
	method implementation.  Constants defined in interfaces
	were not reflected to the generated Perl module code
	since the split of |plGeneratePerlModule| method.

	* DPG.dis (Require): Reference to |DIS:Perl| module was missing.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/Message/DOM/ChangeLog	26 Feb 2006 14:21:51 -0000
	* SimpleLS.dis (Require): Reference to the |MDOM:Tree|
	module was missing.

	* ManakaiDOMLS2003.dis: Some property names was incorrect.

	* Makefile (distclean): New rule.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* DOMLS.dis: Removed from the CVS repository, since
	it has been no longer required to make the |daf| system
	itself.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/manakai/ChangeLog	26 Feb 2006 14:32:09 -0000
	* Makefile (distclean): New rule.

2006-02-26  Wakaba  <wakaba@suika.fam.cx>

++ manakai/lib/ChangeLog	26 Feb 2006 14:19:00 -0000
2006-02-26  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (distclean): New rule.

1 2006-02-26 Wakaba <wakaba@suika.fam.cx>
2
3 * Makefile (distclean): New rule.
4
5 2003-11-16 Wakaba <wakaba@suika.fam.cx>
6
7 * CSV.pm (pod): Typo fixed.
8
9 2002-12-29 Wakaba <w@suika.fam.cx>
10
11 * Token.pm (de_quoted_string, de_phrase): New.
12 (to_quoted_string, to_phrase): Removed.
13 (en_quoted_string, en_phrase): New.
14
15 2002-12-28 Wakaba <w@suika.fam.cx>
16
17 * UA.pm (replace_system_version): 'WindowsNT' is changed to 'Windows NT'.
18 (pod:DESCRIPTION): New section.
19
20 * Token.pm: New module.
21
22 2002-11-03 Wakaba <w@suika.fam.cx>
23
24 * UA.pm:
25 - (replace_system_version): New.
26 - (add_our_name): Separate 'os' to replace_system_version.
27
28 2002-08-29 Wakaba <w@suika.fam.cx>
29
30 * Date.pm:
31 - (%MONTH): Japanese month names are removed. (I wish
32 those will be reintroduced in future version of this module.)
33 - (stringify): New options: '-format_macros', '-format_parameters'.
34
35 2002-08-05 Wakaba <w@suika.fam.cx>
36
37 * Date.pm:
38 - (stringify): Use Message::Util::sprintxf instead of _date2str.
39 - (date2str, -fmt2str): Removed.
40 - (%FMT2STR): New hash.
41 - (%MONTH): Experimental support of Japanese month names
42 (require utf8 support of perl 5.7.3 or later).
43 * Domain.pm (parse): Allow FWS surrounding the port number.
44
45 2002-08-04 Wakaba <w@suika.fam.cx>
46
47 * Warning.pm: New module.
48 * CSV.pm (_delete_empty): Don't remove reference
49 if the length of its stringified value is zero.
50 * Domain.pm: Parse and output port number if enabled by option.
51 * Date.pm (overload '==', '<=', '>='): Added.
52
53 2002-08-03 Wakaba <w@suika.fam.cx>
54
55 * Status.pm: New module.
56 * URI.pm: Support RFC 1808's Base: field.
57
58 2002-08-01 Wakaba <w@suika.fam.cx>
59
60 * Unstructured.pm: Rewritten.
61 * Subject.pm: Likewise. Support Japanese government's
62 spam mail prefix if Perl has defined $^V (=~ has UTF-8 support).
63 * CSV.pm: Reformatted.
64
65 2002-07-30 Wakaba <w@suika.fam.cx>
66
67 * UA.pm:
68 - (add, replace, item, delete): Reimplemented (or newly
69 implemented) by standard Message::Field::Structured method.
70 - (product, product_name, product_version, product_comment):
71 Removed. (Use item method instead.)
72 - (parse): Use robust regex instead of strict usefor
73 format regex. (Accept bare non-token characters
74 as far as possible.)
75
76 2002-07-28 Wakaba <w@suika.fam.cx>
77
78 * UA.pm (add_rcs, replace_rcs): New methods.
79
80 2002-07-22 Wakaba <w@suika.fam.cx>
81
82 * XMoe.pm (_decode_parameters): Don't push 'of' pseudo
83 parameter to @$param before SUPER::_decode_parameters.
84 (To prevent its value from being reinterpreted incorrectly
85 and so being broken.) (Giving also 'section_no' to the hash
86 and passing to SUPER::_decode_parameters was another way
87 to do it.)
88 * UA.pm (add_our_name): Undef $@ after eval of use Config
89 and use Win32.
90
91 2002-07-21 Wakaba <w@suika.fam.cx>
92
93 * Structured.pm (_parse_value): Inherit header_default_charset,
94 header_default_charset_input, body_default_charset,
95 body_default_charset_input.
96
97 2002-07-13 Wakaba <w@suika.fam.cx>
98
99 * MDNDisposition.pm, ReportingUA.pm: New modules.
100
101 2002-07-08 Wakaba <w@suika.fam.cx>
102
103 * TypedText.pm: New module.
104
105 2002-06-29 Wakaba <w@suika.fam.cx>
106
107 * ContentType.pm, Params.pm, ValueParams.pm,
108 XMoe.pm: Rewritten.
109
110 2002-06-23 Wakaba <w@suika.fam.cx>
111
112 * AngleQuoted.pm (%REG): Don't define regex locally.
113 (Moved to Message::Util).
114 * ContentType.pm, Date.pm, UA.pm,
115 ValueParams.pm: Fix some codes not to be warned
116 as 'Use of uninitialized value'.
117 * Structured.pm
118 (header_default_charset, header_default_charset_input):
119 New options.
120
121 2002-06-16 wakaba <w@suika.fam.cx>
122
123 * MsgID.pm: Check '.test' reserved TLD if '-validate'.
124 * UA.pm (add_our_name): New method (moved from
125 Message::Entity).
126 * ListID.pm, XFace.pm: New modules.
127
128 2002-06-15 wakaba <w@suika.fam.cx>
129
130 * AngleQuoted.pm: New module.
131 * Mailbox.pm, URI.pm: Use AngleQuoted.pm
132
133 2002-06-09 wakaba <w@suika.fam.cx>
134
135 * Addresses.pm (_delete_match): 'addr-spec': new 'by' option.
136 * ContentType.pm:
137 - (_save_param): Call _parse_param_value if parse_all.
138 - (_parse_value): New function. Check Message::MIME::MediaType.
139 * CSV.pm (use_comment): New option.
140 * Date.pm:
141 - (zone): New method.
142 - (set_datetime): Likewise.
143 * Mailbox.pm (display_name): New method.
144 * Numval.pm (use_comment): New option.
145 * Param.pm (_parse_param_value): New function.
146 * Structured.pm:
147 - (_add_return_value, _replace_return_value): New functions.
148 - (_parse_value): Sync with Message::Entity's.
149 - (option): Sync with Message::Entity's.
150 - (option): '-recursive': new option.
151 - (_option_recursive): New function.
152
153 2002-05-17 wakaba <w@suika.fam.cx>
154
155 * Mailbox.pm: Bug fix and minor changes.
156 * URI.pm: Remade. It is now designed by M::F::Mailbox
157 like interface.
158
159 2002-05-16 wakaba <w@suika.fam.cx>
160
161 * Date.pm: Remade.
162
163 2002-05-15 wakaba <w@suika.fam.cx>
164
165 * Address.pm: Removed.
166 * Domain.pm: Bug fix (doesn't treat four-sub-domain-
167 domain as (invalid) IPv4 address).
168 * Mailbox.pm (addr_spec): New method.
169 * Addresses.pm (addr_spec): Likewise.
170
171 * Structured.pm (option): Doesn't treat ( "-" option-name )
172 as an alias of option-name. (A ( "-" option-name ) should
173 be recognized as an option for 'option' method.)
174
175 2002-05-14 wakaba <w@suika.fam.cx>
176
177 * Addresses.pm, Mailbox.pm, Domain.pm
178 (sons-of-Address.pm): New modules.
179 * Structured.pm:
180 - (method_available): New method.
181 - (clone): Checks _MEMBERS option.
182 - (comment_add, comment_count, comment_delete, comment_item):
183 New methods.
184 - (item): Implemented.
185 - (_delete_empty): Commentout default action.
186 - (add, replace): Fix bug (parse option didn't work).
187 * MsgID.pm: Don't use non-(ALPHA / DIGIT) as the first
188 character of id-left.
189 * Date.pm: Understands month name "Sept".
190
191 2002-05-08 wakaba <w@suika.fam.cx>
192
193 * Structured.pm (item, method_available): New methods.
194 * Addresses.pm: New module.
195
196 2002-05-04 wakaba <w@suika.fam.cx>
197
198 * XMoe.pm: New module.
199 * CSV.pm: Use XMoe.pm.
200
201 * MsgID/: Removed.
202
203 2002-04-27 wakaba <w@suika.fam.cx>
204
205 * MsgIDs.pm: New module.
206 * MsgID.pm: Remade.
207
208 2002-04-22 wakaba <w@suika.fam.cx>
209
210 * Makefile: New file.
211
212 * Received.pm: Reformed.
213
214 2002-04-21 wakaba <w@suika.fam.cx>
215
216 * ValueParams.pm: Merged ContentDisposition.pm.
217 * ContentDisposition.pm: Removed.
218 * ContentType.pm: Reformed.
219
220 2002-04-13 wakaba <w@suika.fam.cx>
221
222 * Path.pm: Reformed.
223
224 2002-04-06 wakaba <w@suika.fam.cx>
225
226 * UA.pm: Reformed.
227
228 2002-04-05 wakaba <w@suika.fam.cx>
229
230 * Structured.pm, Unstructured.pm: Use new style.
231 * Numval.pm: Use base Structured.pm.
232
233 2002-04-02 wakaba <w@suika.fam.cx>
234
235 * Path.pm: New module.
236
237 2002-04-01 wakaba <w@suika.fam.cx>
238
239 * URI.pm (uri): New method.
240
241 2002-03-31 wakaba <w@suika.fam.cx>
242
243 * URI.pm: New module.
244 * Numval.pm: Likewise.
245
246 2002-03-28 wakaba <w@suika.fam.cx>
247
248 * Address.pm (dont_reply): New method.
249 (keyword): New method.
250 * Date.pm (as_rfc822_time): Fix typo of C<day-of-week>.
251
252 2002-03-26 wakaba <w@suika.fam.cx>
253
254 * UA.pm: New module.
255
256 2002-03-25 wakaba <w@suika.fam.cx>
257
258 * Address.pm, CSV.pm, Params.pm, Unstructured.pm,
259 ValueParams.pm: Call hook function for character
260 code convertion and decoding encoded-word when
261 parse or stringify.
262
263 2002-03-23 wakaba <w@suika.fam.cx>
264
265 * Params.pm, ContentType.pm, ContentDisposition.pm,
266 ValueParams.pm: New files.
267
268 2002-03-21 wakaba <w@suika.fam.cx>
269
270 * CSV.pm: New module.
271
272 2002-03-20 wakaba <w@suika.fam.cx>
273
274 * MsgID.pm, Received.pm, Subject.pm: New modules.
275 * MsgID/: New directory.
276
277 2002-03-16 wakaba <w@suika.fam.cx>
278
279 * Date.pm: Support ISO 8601 (full format), RFC 561/724
280 (slash format).
281
282 2002-03-15 wakaba <w@suika.fam.cx>
283
284 * Date.pm: New module.
285
286 2002-03-14 wakaba <w@suika.fam.cx>
287
288 * Structured.pm, Unstructured.pm: New modules.
289
290 2002-03-13 wakaba <w@suika.fam.cx>
291
292 * Address.pm: New module.
293
294 * ChangeLog: New file.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24