From baef4cbec38e736b3dfd05aec00b783112103c5f Mon Sep 17 00:00:00 2001 From: Karl Fogel Date: Sat, 16 Jun 2007 01:03:35 +0000 Subject: * thingatpt.el: Add support for email addresses (`email'). (thing-at-point, bounds-of-thing-at-point): Document `email' support. (thing-at-point-email-regexp): New variable. (`email'): Put `bounds-of-thing-at-point' and `thing-at-point' properties on this symbol, with lambda forms for values. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c93f195d087..ec8ca907eeb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-06-15 Karl Fogel + + * thingatpt.el: Add support for email addresses (`email'). + (thing-at-point, bounds-of-thing-at-point): Document `email' support. + (thing-at-point-email-regexp): New variable. + (`email'): Put `bounds-of-thing-at-point' and `thing-at-point' + properties on this symbol, with lambda forms for values. + 2007-06-15 Masatake YAMATO * vc-bzr.el (vc-bzr-root): Cache the output of shell command -- cgit v1.2.1