Mercurial > emacs
comparison lisp/ChangeLog @ 81448:3513d3f93273
* thingatpt.el (thing-at-point-email-regexp): Don't require two chars
before the "@" in an email address. Andreas Roehler noticed this problem.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Sat, 16 Jun 2007 01:25:25 +0000 |
parents | 697178a8197c |
children | 2be88db9aeed 9c01792a3ce8 3619e7770f2e |
comparison
equal
deleted
inserted
replaced
81447:697178a8197c | 81448:3513d3f93273 |
---|---|
1 2007-06-16 Karl Fogel <kfogel@red-bean.com> | |
2 | |
3 * thingatpt.el (thing-at-point-email-regexp): Don't require two | |
4 chars before the "@" in an email address. Andreas Roehler noticed | |
5 this problem. | |
6 | |
1 2007-06-15 Karl Fogel <kfogel@red-bean.com> | 7 2007-06-15 Karl Fogel <kfogel@red-bean.com> |
2 | 8 |
3 * thingatpt.el: Add support for email addresses (`email'). | 9 * thingatpt.el: Add support for email addresses (`email'). |
4 (thing-at-point, bounds-of-thing-at-point): Document `email' support. | 10 (thing-at-point, bounds-of-thing-at-point): Document `email' support. |
5 (thing-at-point-email-regexp): New variable. | 11 (thing-at-point-email-regexp): New variable. |