summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2007-05-29 15:29:58 +0000
committerChong Yidong <cyd@stupidchicken.com>2007-05-29 15:29:58 +0000
commit3fd7fba5d04c467f02351894d7c0ce607af198e8 (patch)
tree3ebf57deddeb14a40588fdda5f75f318ad2e1319
parent250495a7193b1494d5a5d488d4134768709a5fb7 (diff)
downloademacs-3fd7fba5d04c467f02351894d7c0ce607af198e8.tar.gz
* 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 @@
+2007-05-29 Chong Yidong <cyd@stupidchicken.com>
+
+ * url-mailto.el (url-mailto): Insert body after
+ mail-header-separator if present, so that is is before signature.
+ Suggested by Leo <sdl.web@gmail.com>.
+
2007-04-15 Chong Yidong <cyd@stupidchicken.com>
* url-parse.el (url-generic-parse-url): Revert 2006-10-09 changes.