Kim F. Storm
bf247b6ed0
Change release version from 21.4 to 22.1 throughout.
...
Change development version from 21.3.50 to 22.0.50.
2005-02-09 15:50:47 +00:00
Eli Zaretskii
67e61e164d
(mail-extr-ignore-realname-equals-mailbox-name): New defcustom.
...
(extract-address-components): Use it.
2004-10-08 17:53:18 +00:00
Richard M. Stallman
4d96f7e75b
(mail-extr-all-top-level-domains): Add forward defvar.
2004-08-22 17:09:58 +00:00
Kenichi Handa
2d8a544976
(mail-extr-disable-voodoo): New variable.
...
(mail-extr-voodoo): Check mail-extr-disable-voodoo.
2004-08-05 00:15:15 +00:00
Dave Love
ff9ed54408
(mail-extr-ignore-single-names): Add :version.
...
(mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
(mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
2003-10-23 11:42:11 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Stefan Monnier
b1ccc1cee6
Use explicit coding tag.
2003-05-18 21:27:41 +00:00
Juanma Barranquero
6c83d99f87
Fix typo in comment.
2002-10-18 08:52:37 +00:00
Simon Josefsson
2a487c6cdf
(mail-extr-ignore-single-names): Change default.
...
(mail-extract-address-components): Doc fix.
2002-09-25 20:21:28 +00:00
Simon Josefsson
97f8327220
(mail-extr-all-top-level-domains): Update names.
2002-07-09 10:06:17 +00:00
Simon Josefsson
79814626bd
Fix typo in comments, not worthy of a changelog entry.
2002-07-08 11:42:57 +00:00
Stefan Monnier
d980c402f0
Use backquote/dolist/mapc/when. Docstring fixes.
...
(mail-extract-address-components): Downcase domain names.
(mail-extr-delete-char): Remove. Use delete-char instead.
2001-11-19 23:16:21 +00:00
Richard M. Stallman
af6046560c
(mail-extr-voodoo): Treat a number as a word
...
if it doesn't make sense as anything else.
(mail-extr-leading-garbage): Match non-word characters only.
2001-11-16 19:57:07 +00:00
Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Gerd Moellmann
0b725d8cbd
(mail-extr-all-top-level-domains): Increase
...
the size of the obarray.
(mail-extr-all-top-level-domains): Add more toplevel domains,
add more long names.
From: Per Starback <starback@ling.uu.se>.
2001-07-11 11:17:44 +00:00
Stefan Monnier
7a9ebd0b8e
(mail-extr-delete-char, mail-extr-safe-move-sexp)
...
(mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
(mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
Use `defsubst' rather than a macro to ease debugging.
(mail-extr-last): Remove (use `last' instead).
(mail-extract-address-components): Properly reset the syntax-table
after parsing an address. Use `last' rather than mail-extr-last.
Make sure the end marker stays at the very end.
2001-04-02 22:49:38 +00:00
Richard M. Stallman
6e66e4c6fc
(mail-extr-all-letters-but-separators)
...
(mail-extr-first-letters, mail-extr-last-letters):
Use character classes [:alpha:] and [:alnum:].
1999-08-29 20:35:30 +00:00
Karl Heuer
f98b752f20
(mail-extract-address-components):
...
Rename local :-pos to colon-pos.
1998-04-12 06:43:56 +00:00
Stephen Eglen
0b5bb3ec88
Customized.
1998-02-22 22:01:28 +00:00
Richard M. Stallman
0fdb64d4ab
(mail-extr-all-letters-but-separators)
...
(mail-extr-first-letters, mail-extr-last-letters):
Make range start from \240, not from \200.
1998-02-03 06:24:20 +00:00
Karl Heuer
44248b7f0d
(mail-extr-all-top-level-domains): More domains.
1997-12-07 22:15:02 +00:00
Richard M. Stallman
524d06f590
(mail-extr-voodoo): Allow & between names.
...
Reenable &-substitution when & comes last.
1997-12-04 04:36:46 +00:00
Karl Heuer
d1782bd882
(mail-extract-address-components):
...
New arg ALL says return info about all the addresses.
Clarify buffer switching logic using save-excursion.
1997-11-20 21:45:59 +00:00
Karl Heuer
85f75902ca
(mail-extr-voodoo): Comment out &-substitution.
1997-11-11 02:51:06 +00:00
Richard M. Stallman
b9c22adf8a
(mail-extr-voodoo): Handle unmatched quotes in the comment-deletion loop.
1997-07-27 01:54:56 +00:00
Richard M. Stallman
e432fc7448
(mail-extr-voodoo): Get rid of comments at an early stage.
1997-07-16 04:37:17 +00:00
Richard M. Stallman
03007ccc8b
(mail-extract-address-components): Clear text props
...
after inserting ADDRESS.
1996-12-19 02:48:49 +00:00
Richard M. Stallman
bbcb3f00ac
(mail-extract-address-components): Don't downcase
...
the domain part of the address.
1996-12-16 07:51:24 +00:00
Richard M. Stallman
16f45d1b8d
(mail-extr-safe-move-sexp): Make sure this doesn't
...
signal errors even for pathological From headers.
1996-09-13 00:28:33 +00:00
Richard M. Stallman
dbf0d3f8ca
(mail-extract-address-components): Rename ,-pos to comma-pos.
1996-06-26 21:48:45 +00:00
Richard M. Stallman
4d123b4d43
(mail-extract-address-components): Quote the comma in ,-pos.
1996-06-24 20:47:16 +00:00
Karl Heuer
8545ff2f55
Comments censored.
1996-02-21 21:39:11 +00:00
Richard M. Stallman
21a36d2362
(mail-extract-address-components): Accept strings
...
that end with double trailing quote marks.
1996-02-06 10:06:24 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Richard M. Stallman
29565a8722
(mail-extr-nuke-outside-range): Fix error message.
...
(mail-extract-address-components, what-domain): Fix error messages.
1996-01-05 07:14:40 +00:00
Karl Heuer
4802af7644
(mail-extr-nuke-outside-range,
...
mail-extr-all-top-level-domains): Fix message spelling.
1996-01-04 23:19:43 +00:00
Karl Heuer
fa25dbbca6
(mail-extr-all-letters-but-separators): reinstate
...
\377, the bug in search.c is apparently gone.
(mail-extr-first-letters): add 8-bit characters
(mail-extr-last-letters): ditto
1995-05-29 07:07:40 +00:00
Richard M. Stallman
449c2cd8e5
(mail-extr-all-top-level-domains): Fix formal name of Hungary.
1994-09-23 05:14:56 +00:00
Richard M. Stallman
e1a34b584c
(mail-extr-all-top-level-domains): Update domain list.
1994-09-22 03:34:43 +00:00
Richard M. Stallman
e1cd65fd53
(what-domain): Doc fix.
1994-07-27 00:35:18 +00:00
Richard M. Stallman
44a1338aa4
(mail-extr-all-top-level-domains): Update a few long names.
1994-07-24 06:14:32 +00:00
Richard M. Stallman
6b07c06eff
Comment change.
1994-04-27 08:39:01 +00:00
Richard M. Stallman
154b3e397f
(mail-extr-all-top-level-domains): Renamed from all-top-level-domains.
...
Major changes by jwz and drw.
1994-04-24 03:51:13 +00:00
Richard M. Stallman
da2d07fc3c
(mail-undo-backslash-quoting): Renamed from undo-...
...
(mail-safe-move-sexp): Renamed from safe-...
(mail-variant-method): Renamed from variant-method.
1992-09-21 14:52:30 +00:00
Jim Blandy
e8a57935cb
entered into RCS
1992-08-04 04:15:43 +00:00
Eric S. Raymond
3a801d0c71
*** empty log message ***
1992-07-22 04:22:42 +00:00
Eric S. Raymond
72c0ae01d6
Initial revision
1992-07-17 06:48:03 +00:00