elisp/mu-cite.git
26 years ago. XEmacs-20_3-b27-viet
morioka [Sun, 1 Jun 1997 23:16:33 +0000 (23:16 +0000)]
.

27 years ago*** empty log message ***
morioka [Fri, 14 Mar 1997 07:29:06 +0000 (07:29 +0000)]
*** empty log message ***

27 years ago(std11-addr-to-string): Enclose quoted-string with double-quote.
shuhei-k [Mon, 3 Mar 1997 08:03:06 +0000 (08:03 +0000)]
(std11-addr-to-string): Enclose quoted-string with double-quote.

27 years ago(mu-modules-to-compile): Don't install tl-822.el.
morioka [Tue, 17 Dec 1996 13:07:54 +0000 (13:07 +0000)]
(mu-modules-to-compile): Don't install tl-822.el.

27 years ago(std11-full-name-string): Strip quoted-pair and return nil if phrase
morioka [Tue, 17 Dec 1996 12:06:15 +0000 (12:06 +0000)]
(std11-full-name-string): Strip quoted-pair and return nil if phrase
is null-string.

27 years ago(std11-wrap-as-quoted-pairs): New function.
morioka [Tue, 17 Dec 1996 11:01:47 +0000 (11:01 +0000)]
(std11-wrap-as-quoted-pairs): New function.

(std11-wrap-as-quoted-string): Use function
`std11-wrap-as-quoted-pairs'.

27 years ago(std11-strip-quoted-pair): New implementation.
morioka [Mon, 16 Dec 1996 07:12:38 +0000 (07:12 +0000)]
(std11-strip-quoted-pair): New implementation.

27 years ago(std11-unfold-string): Save LWSP-char.
shuhei-k [Mon, 2 Dec 1996 15:20:12 +0000 (15:20 +0000)]
(std11-unfold-string): Save LWSP-char.

27 years ago(std11-check-enclosure): Unused local variable `dest' was abolished.
morioka [Thu, 28 Nov 1996 19:38:27 +0000 (19:38 +0000)]
(std11-check-enclosure): Unused local variable `dest' was abolished.

27 years ago(std11-strip-quoted-string): fixed.
morioka [Tue, 19 Nov 1996 07:08:47 +0000 (07:08 +0000)]
(std11-strip-quoted-string): fixed.

27 years agoComment was fixed.
morioka [Tue, 1 Oct 1996 13:33:32 +0000 (13:33 +0000)]
Comment was fixed.

27 years ago(std11-parse-ascii-token): Use function
morioka [Tue, 1 Oct 1996 13:29:39 +0000 (13:29 +0000)]
(std11-parse-ascii-token): Use function
`find-non-ascii-charset-string' instead of `find-charset-string'.

27 years ago(rfc822/strip-quoted-string): New alias; moved to std11.el.
morioka [Sat, 14 Sep 1996 08:44:17 +0000 (08:44 +0000)]
(rfc822/strip-quoted-string): New alias; moved to std11.el.

27 years ago(std11-strip-quoted-string): fixed a typo.
morioka [Sat, 14 Sep 1996 08:42:39 +0000 (08:42 +0000)]
(std11-strip-quoted-string): fixed a typo.

27 years ago(std11-strip-quoted-pair): New function; moved from tl-822.el.
morioka [Sat, 14 Sep 1996 08:41:00 +0000 (08:41 +0000)]
(std11-strip-quoted-pair): New function; moved from tl-822.el.
(std11-strip-quoted-string): New function; moved from tl-822.el.

27 years agoConstant `rfc822/linear-white-space-regexp' was abolished.
morioka [Sat, 14 Sep 1996 08:30:40 +0000 (08:30 +0000)]
Constant `rfc822/linear-white-space-regexp' was abolished.

27 years ago(std11-wrap-as-quoted-string): fixed typo.
morioka [Sun, 8 Sep 1996 19:35:20 +0000 (19:35 +0000)]
(std11-wrap-as-quoted-string): fixed typo.

27 years ago(rfc822/wrap-as-quoted-string): New alias.
morioka [Sun, 8 Sep 1996 18:09:42 +0000 (18:09 +0000)]
(rfc822/wrap-as-quoted-string): New alias.

27 years ago(std11-wrap-as-quoted-string): Renamed from
morioka [Sun, 8 Sep 1996 18:07:44 +0000 (18:07 +0000)]
(std11-wrap-as-quoted-string): Renamed from
`rfc822/wrap-as-quoted-string'.

27 years ago(rfc822/qtext-regexp): Use variable `std11-non-qtext-char-list'
morioka [Sun, 8 Sep 1996 18:04:57 +0000 (18:04 +0000)]
(rfc822/qtext-regexp): Use variable `std11-non-qtext-char-list'
instead of `rfc822/non-qtext-char-list'.

27 years ago(std11-non-qtext-char-list): Renamed from
morioka [Sun, 8 Sep 1996 18:03:51 +0000 (18:03 +0000)]
(std11-non-qtext-char-list): Renamed from
`rfc822/non-qtext-char-list'.

27 years ago(rfc822/non-qtext-char-list): New variable; moved from tl-822.el.
morioka [Sun, 8 Sep 1996 18:01:01 +0000 (18:01 +0000)]
(rfc822/non-qtext-char-list): New variable; moved from tl-822.el.
(rfc822/wrap-as-quoted-string): New function; moved from tl-822.el.

27 years agoFunction `rfc822/wrap-as-quoted-string' and variable
morioka [Sun, 8 Sep 1996 17:59:45 +0000 (17:59 +0000)]
Function `rfc822/wrap-as-quoted-string' and variable
`rfc822/non-qtext-char-list' were moved to std11.el.

27 years ago(std11-spaces-regexp): don't require top of line.
morioka [Tue, 3 Sep 1996 09:49:49 +0000 (09:49 +0000)]
(std11-spaces-regexp): don't require top of line.
(std11-analyze-spaces): check match-beginning is 0 or not.

27 years ago(std11-extract-address-components): unfold.
morioka [Tue, 3 Sep 1996 09:22:23 +0000 (09:22 +0000)]
(std11-extract-address-components): unfold.

27 years agolatex-math-symbol.el was moved from tl package.
morioka [Mon, 2 Sep 1996 15:56:42 +0000 (15:56 +0000)]
latex-math-symbol.el was moved from tl package.

27 years ago*** empty log message ***
morioka [Mon, 2 Sep 1996 15:50:53 +0000 (15:50 +0000)]
*** empty log message ***

27 years ago(rfc822/extract-address-components): New alias; moved to std11.el.
morioka [Mon, 2 Sep 1996 15:48:07 +0000 (15:48 +0000)]
(rfc822/extract-address-components): New alias; moved to std11.el.

27 years ago(std11-extract-address-components): New function; moved from
morioka [Mon, 2 Sep 1996 15:47:29 +0000 (15:47 +0000)]
(std11-extract-address-components): New function; moved from
tl-822.el.

27 years ago(rfc822/field-end): fixed a typo. (cf. [tm-ja:2056])
morioka [Mon, 2 Sep 1996 07:49:38 +0000 (07:49 +0000)]
(rfc822/field-end): fixed a typo. (cf. [tm-ja:2056])

27 years ago(std11-find-field-body): New function.
morioka [Fri, 30 Aug 1996 15:32:30 +0000 (15:32 +0000)]
(std11-find-field-body): New function.

27 years ago(std11-addr-to-string): Add DOC-string.
morioka [Fri, 30 Aug 1996 06:11:58 +0000 (06:11 +0000)]
(std11-addr-to-string): Add DOC-string.
(std11-address-string): Add DOC-string.
(std11-full-name-string): Add DOC-string.

27 years ago(rfc822/get-field-body): Function `std11-find-field-body' was renames
morioka [Fri, 30 Aug 1996 04:23:03 +0000 (04:23 +0000)]
(rfc822/get-field-body): Function `std11-find-field-body' was renames
to `std11-field-body'.
(rfc822/get-field-bodies): Function `std11-find-field-bodies' was
renames to `std11-field-bodies'.

27 years ago(std11-field-body): Renamed from `std11-find-field-body'.
morioka [Fri, 30 Aug 1996 04:21:28 +0000 (04:21 +0000)]
(std11-field-body): Renamed from `std11-find-field-body'.
(std11-field-bodies): Renamed from `std11-find-field-bodies'.

27 years ago(rfc822/extract-address-components): fixed.
morioka [Wed, 28 Aug 1996 22:52:29 +0000 (22:52 +0000)]
(rfc822/extract-address-components): fixed.

27 years ago(std11-parse-addresses-string): New function.
morioka [Wed, 28 Aug 1996 22:39:08 +0000 (22:39 +0000)]
(std11-parse-addresses-string): New function.

27 years ago(std11-full-name-string): New function.
morioka [Wed, 28 Aug 1996 21:06:59 +0000 (21:06 +0000)]
(std11-full-name-string): New function.

27 years ago(rfc822/full-name-string): New alias for `std11-full-name-string';
morioka [Wed, 28 Aug 1996 21:06:38 +0000 (21:06 +0000)]
(rfc822/full-name-string): New alias for `std11-full-name-string';
moved to std11.el.

27 years ago(std11-addr-to-string): eliminate comments.
morioka [Wed, 28 Aug 1996 21:03:14 +0000 (21:03 +0000)]
(std11-addr-to-string): eliminate comments.

27 years ago(std11-addr-to-string): New function; moved from tl-822.el.
morioka [Wed, 28 Aug 1996 21:01:41 +0000 (21:01 +0000)]
(std11-addr-to-string): New function; moved from tl-822.el.
(std11-address-string): New function; moved from tl-822.el.

27 years ago(rfc822/address-string): New aliases for `std11-address-string'; moved
morioka [Wed, 28 Aug 1996 21:01:01 +0000 (21:01 +0000)]
(rfc822/address-string): New aliases for `std11-address-string'; moved
to std11.el.

27 years ago(std11-parse-address-string): moved from std11-parse.el.
morioka [Wed, 28 Aug 1996 20:54:43 +0000 (20:54 +0000)]
(std11-parse-address-string): moved from std11-parse.el.

27 years agoFunction `std11-parse-address-string' was moved to std11.el.
morioka [Wed, 28 Aug 1996 20:54:03 +0000 (20:54 +0000)]
Function `std11-parse-address-string' was moved to std11.el.

27 years ago(rfc822/extract-address-components): Use function
morioka [Wed, 28 Aug 1996 20:44:25 +0000 (20:44 +0000)]
(rfc822/extract-address-components): Use function
`std11-parse-address-string'.

27 years ago(std11-parse-address-string): Add as autoload function.
morioka [Wed, 28 Aug 1996 20:42:42 +0000 (20:42 +0000)]
(std11-parse-address-string): Add as autoload function.

27 years ago(std11-parse-address-string): New function.
morioka [Wed, 28 Aug 1996 20:40:29 +0000 (20:40 +0000)]
(std11-parse-address-string): New function.

27 years agoParser were moved from tl-822.el and renamed to `std11-*'.
morioka [Wed, 28 Aug 1996 20:34:53 +0000 (20:34 +0000)]
Parser were moved from tl-822.el and renamed to `std11-*'.

27 years ago(std11-parse-address, std11-parse-addresses): Add as autoload
morioka [Wed, 28 Aug 1996 20:33:54 +0000 (20:33 +0000)]
(std11-parse-address, std11-parse-addresses): Add as autoload
function.

27 years agoParser were moved to std11-parse.el and renamed to `std11-*'.
morioka [Wed, 28 Aug 1996 20:32:07 +0000 (20:32 +0000)]
Parser were moved to std11-parse.el and renamed to `std11-*'.
(rfc822/parse-address): New aliases for `std11-parse-address'.
(rfc822/parse-addresses): New aliases for `std11-parse-addresses'.

27 years agoRemove autoload for `std11-analyze-*'.
morioka [Wed, 28 Aug 1996 18:18:03 +0000 (18:18 +0000)]
Remove autoload for `std11-analyze-*'.
Add `std11-lexical-analyze' as autoload function of std11-parse.

27 years agoAlias `rfc822/analyze-spaces', `rfc822/analyze-special',
morioka [Wed, 28 Aug 1996 18:15:17 +0000 (18:15 +0000)]
Alias `rfc822/analyze-spaces', `rfc822/analyze-special',
`rfc822/analyze-atom', `rfc822/analyze-quoted-string',
`rfc822/analyze-domain-literal', and `rfc822/analyze-comment' were
abolished.

27 years ago(rfc822/lexical-analyze): New alias for `std11-lexical-analyze'; moved
morioka [Wed, 28 Aug 1996 18:12:56 +0000 (18:12 +0000)]
(rfc822/lexical-analyze): New alias for `std11-lexical-analyze'; moved
to std11-parse.el.

27 years ago(std11-lexical-analyze): New function.
morioka [Wed, 28 Aug 1996 18:11:29 +0000 (18:11 +0000)]
(std11-lexical-analyze): New function.

27 years ago(rfc822/analyze-comment): New alias; new implementation.
morioka [Wed, 28 Aug 1996 18:07:50 +0000 (18:07 +0000)]
(rfc822/analyze-comment): New alias; new implementation.

27 years ago(std11-check-enclosure): New function; changed from
morioka [Wed, 28 Aug 1996 18:07:03 +0000 (18:07 +0000)]
(std11-check-enclosure): New function; changed from
`std11-analyze-enclosure'.
(std11-analyze-quoted-string): Use function `std11-check-enclosure'.
(std11-analyze-domain-literal): Use function `std11-check-enclosure'.
(std11-analyze-comment): New function.

27 years ago(rfc822/analyze-domain-literal): New alias.
morioka [Wed, 28 Aug 1996 17:35:51 +0000 (17:35 +0000)]
(rfc822/analyze-domain-literal): New alias.

27 years ago(std11-analyze-domain-literal): New function.
morioka [Wed, 28 Aug 1996 17:35:10 +0000 (17:35 +0000)]
(std11-analyze-domain-literal): New function.

27 years ago(std11-analyze-enclosure): New function.
morioka [Wed, 28 Aug 1996 17:33:26 +0000 (17:33 +0000)]
(std11-analyze-enclosure): New function.
(std11-analyze-quoted-string): New implementation.

27 years ago(std11-analyze-quoted-string): New function.
morioka [Wed, 28 Aug 1996 17:25:56 +0000 (17:25 +0000)]
(std11-analyze-quoted-string): New function.

27 years ago(rfc822/analyze-quoted-string): New alias for
morioka [Wed, 28 Aug 1996 17:25:39 +0000 (17:25 +0000)]
(rfc822/analyze-quoted-string): New alias for
`std11-analyze-quoted-string'; moved to std11-parse.el.

27 years ago(rfc822/analyze-atom): New alias for `std11-analyze-atom'; New
morioka [Wed, 28 Aug 1996 17:16:30 +0000 (17:16 +0000)]
(rfc822/analyze-atom): New alias for `std11-analyze-atom'; New
implementation.

27 years ago(std11-analyze-atom): New function.
morioka [Wed, 28 Aug 1996 17:15:33 +0000 (17:15 +0000)]
(std11-analyze-atom): New function.

27 years agoAdd `std11-analyze-special' as autoload function of std11-parse.
morioka [Wed, 28 Aug 1996 17:08:05 +0000 (17:08 +0000)]
Add `std11-analyze-special' as autoload function of std11-parse.

27 years ago(std11-analyze-special): New function.
morioka [Wed, 28 Aug 1996 17:06:45 +0000 (17:06 +0000)]
(std11-analyze-special): New function.

27 years ago(rfc822/analyze-special): New alias for `std11-analyze-special'; moved
morioka [Wed, 28 Aug 1996 17:06:26 +0000 (17:06 +0000)]
(rfc822/analyze-special): New alias for `std11-analyze-special'; moved
to std11-parse.el.

27 years agoautoload std11-parse for `std11-analyze-spaces'.
morioka [Wed, 28 Aug 1996 16:59:36 +0000 (16:59 +0000)]
autoload std11-parse for `std11-analyze-spaces'.

27 years ago*** empty log message ***
morioka [Wed, 28 Aug 1996 16:57:42 +0000 (16:57 +0000)]
*** empty log message ***

27 years ago(rfc822/analyze-spaces): New alias for `std11-analyze-spaces'; moved
morioka [Wed, 28 Aug 1996 16:57:08 +0000 (16:57 +0000)]
(rfc822/analyze-spaces): New alias for `std11-analyze-spaces'; moved
to std11-parse.el.

27 years agoFunction `std11-field-names' was renamed to
morioka [Wed, 28 Aug 1996 15:39:00 +0000 (15:39 +0000)]
Function `std11-field-names' was renamed to
`std11-collect-field-names'.

27 years agoFunction `std11-header-field-names' was renamed to
morioka [Wed, 28 Aug 1996 15:38:19 +0000 (15:38 +0000)]
Function `std11-header-field-names' was renamed to
`std11-collect-field-names'.

27 years agoFunction `std11-field-names' was renamed to
morioka [Wed, 28 Aug 1996 15:36:20 +0000 (15:36 +0000)]
Function `std11-field-names' was renamed to
`std11-header-field-names'.

27 years agoFunction `std11-field-bodies' was renamed to
morioka [Wed, 28 Aug 1996 15:26:10 +0000 (15:26 +0000)]
Function `std11-field-bodies' was renamed to
`std11-find-field-bodies'.

27 years agoFunction `std11-get-field-body' was renamed to
morioka [Wed, 28 Aug 1996 15:17:19 +0000 (15:17 +0000)]
Function `std11-get-field-body' was renamed to
`std11-find-field-body'.

27 years agoFunction `std11-get-field-body' was renamed to `std11-find-field-body'.
morioka [Wed, 28 Aug 1996 15:16:51 +0000 (15:16 +0000)]
Function `std11-get-field-body' was renamed to `std11-find-field-body'.

27 years agoFunction `std11-field-body' was renamed to `std11-get-field-body'.
morioka [Wed, 28 Aug 1996 15:09:13 +0000 (15:09 +0000)]
Function `std11-field-body' was renamed to `std11-get-field-body'.

27 years ago(std11-unfold-string): New function.
morioka [Wed, 28 Aug 1996 15:06:34 +0000 (15:06 +0000)]
(std11-unfold-string): New function.

27 years ago(rfc822/unfolding-string): New alias for `std11-unfold-string'; moved
morioka [Wed, 28 Aug 1996 14:40:33 +0000 (14:40 +0000)]
(rfc822/unfolding-string): New alias for `std11-unfold-string'; moved
to std11.el.

27 years ago(std11-field-body): fixed.
morioka [Wed, 28 Aug 1996 14:17:21 +0000 (14:17 +0000)]
(std11-field-body): fixed.

27 years ago(std11-field-bodies): New function.
morioka [Wed, 28 Aug 1996 13:13:12 +0000 (13:13 +0000)]
(std11-field-bodies): New function.

27 years ago(rfc822/get-field-bodies): New alias for `std11-field-bodies'; moved
morioka [Wed, 28 Aug 1996 13:10:17 +0000 (13:10 +0000)]
(rfc822/get-field-bodies): New alias for `std11-field-bodies'; moved
to std11.el.

27 years agoConstant `rfc822/field-name-regexp' was abolished.
morioka [Wed, 28 Aug 1996 13:05:36 +0000 (13:05 +0000)]
Constant `rfc822/field-name-regexp' was abolished.

27 years agoConstant `rfc822/field-top-regexp' was abolished.
morioka [Wed, 28 Aug 1996 13:05:04 +0000 (13:05 +0000)]
Constant `rfc822/field-top-regexp' was abolished.

27 years ago(std11-field-names): New function.
morioka [Wed, 28 Aug 1996 13:03:23 +0000 (13:03 +0000)]
(std11-field-names): New function.

27 years ago(rfc822/get-field-names): New alias for `std11-field-names'; moved to
morioka [Wed, 28 Aug 1996 13:03:05 +0000 (13:03 +0000)]
(rfc822/get-field-names): New alias for `std11-field-names'; moved to
std11.el.

27 years agoConstant `rfc822::next-field-top-regexp' was abolished.
morioka [Wed, 28 Aug 1996 12:50:12 +0000 (12:50 +0000)]
Constant `rfc822::next-field-top-regexp' was abolished.

27 years ago(std11-field-body): New function.
morioka [Wed, 28 Aug 1996 12:41:58 +0000 (12:41 +0000)]
(std11-field-body): New function.

27 years ago(rfc822/get-field-body): New alias for `std11-field-body'; moved to
morioka [Wed, 28 Aug 1996 12:40:28 +0000 (12:40 +0000)]
(rfc822/get-field-body): New alias for `std11-field-body'; moved to
std11.el.

27 years ago(std11-next-field-head-regexp): New constant.
morioka [Wed, 28 Aug 1996 12:32:17 +0000 (12:32 +0000)]
(std11-next-field-head-regexp): New constant.

27 years ago*** empty log message ***
morioka [Wed, 28 Aug 1996 12:29:00 +0000 (12:29 +0000)]
*** empty log message ***

27 years ago(rfc822/narrow-to-header): New alias for `std11-narrow-to-header';
morioka [Wed, 28 Aug 1996 12:28:54 +0000 (12:28 +0000)]
(rfc822/narrow-to-header): New alias for `std11-narrow-to-header';
moved to std11.el.
(rfc822/get-header-string): New alias for `std11-header-string';
moved to std11.el.
(rfc822/get-header-string-except): New alias for
`std11-header-string-except'; moved to std11.el.
(rfc822/field-end): New alias for `std11-field-end'; moved to
std11.el.

27 years ago(rfc822/analyze-comment): Use `string-match' instead of
morioka [Fri, 16 Aug 1996 06:00:57 +0000 (06:00 +0000)]
(rfc822/analyze-comment): Use `string-match' instead of
`position-mismatched'.

27 years ago(rfc822/analyze-domain-literal): New implementation.
morioka [Fri, 16 Aug 1996 05:57:27 +0000 (05:57 +0000)]
(rfc822/analyze-domain-literal): New implementation.

27 years ago(rfc822/analyze-atom): New implementation.
morioka [Fri, 16 Aug 1996 05:44:47 +0000 (05:44 +0000)]
(rfc822/analyze-atom): New implementation.

27 years ago(rfc822/analyze-spaces): New implementation.
morioka [Fri, 16 Aug 1996 05:36:27 +0000 (05:36 +0000)]
(rfc822/analyze-spaces): New implementation.

27 years ago(rfc822/qtext-regexp, rfc822/quoted-string-regexp): new constant;
morioka [Mon, 17 Jun 1996 23:47:19 +0000 (23:47 +0000)]
(rfc822/qtext-regexp, rfc822/quoted-string-regexp): new constant;
define again.

27 years agoVariable `rfc822/qtext-regexp' and `rfc822/quoted-string-regexp' were
morioka [Thu, 13 Jun 1996 17:13:13 +0000 (17:13 +0000)]
Variable `rfc822/qtext-regexp' and `rfc822/quoted-string-regexp' were
abolished.

27 years agoFunction `rfc822/analyze-quoted-pair' was abolished.
morioka [Thu, 13 Jun 1996 17:10:24 +0000 (17:10 +0000)]
Function `rfc822/analyze-quoted-pair' was abolished.

27 years ago(rfc822/analyze-quoted-string): New implementation.
morioka [Thu, 13 Jun 1996 17:09:18 +0000 (17:09 +0000)]
(rfc822/analyze-quoted-string): New implementation.

27 years ago(rfc822/address-string): Unused local variable `addr-spec' was
morioka [Wed, 22 May 1996 02:51:33 +0000 (02:51 +0000)]
(rfc822/address-string): Unused local variable `addr-spec' was
abolished.

27 years ago(rfc822/parse-addr-spec): Unused local variable `at-sign' was
morioka [Mon, 20 May 1996 15:51:11 +0000 (15:51 +0000)]
(rfc822/parse-addr-spec): Unused local variable `at-sign' was
abolished.