comparison lisp/ChangeLog @ 81447:697178a8197c

* 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.
author Karl Fogel <kfogel@red-bean.com>
date Sat, 16 Jun 2007 01:03:35 +0000
parents 774e9d2142bd
children 3513d3f93273
comparison
equal deleted inserted replaced
81446:774e9d2142bd 81447:697178a8197c
1 2007-06-15 Karl Fogel <kfogel@red-bean.com>
2
3 * thingatpt.el: Add support for email addresses (`email').
4 (thing-at-point, bounds-of-thing-at-point): Document `email' support.
5 (thing-at-point-email-regexp): New variable.
6 (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
7 properties on this symbol, with lambda forms for values.
8
1 2007-06-15 Masatake YAMATO <jet@gyve.org> 9 2007-06-15 Masatake YAMATO <jet@gyve.org>
2 10
3 * vc-bzr.el (vc-bzr-root): Cache the output of shell command 11 * vc-bzr.el (vc-bzr-root): Cache the output of shell command
4 execution. 12 execution.
5 13