aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-05-29 15:31:01 +0000
committerChong Yidong2007-05-29 15:31:01 +0000
commit345c7f05d8a41b58e90c305db585fb53f26567d5 (patch)
tree4eeb2412f35780badbb43b745f6f2d13a4e34171
parent5e3fc9eb8e53a35eb0a8b87c77187a4711eb9929 (diff)
downloademacs-345c7f05d8a41b58e90c305db585fb53f26567d5.tar.gz
emacs-345c7f05d8a41b58e90c305db585fb53f26567d5.zip
* url-mailto.el (url-mailto): Insert body after
mail-header-separator if present, so that is is before signature. Suggested by Leo Liu <sdl.web@gmail.com>.
-rw-r--r--lisp/url/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 8c53d49fdd1..364f1bb882a 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,3 +1,9 @@
12007-05-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * url-mailto.el (url-mailto): Insert body after
4 mail-header-separator if present, so that is is before signature.
5 Suggested by Leo <sdl.web@gmail.com>.
6
12007-04-15 Chong Yidong <cyd@stupidchicken.com> 72007-04-15 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes. 9 * url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes.