aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2014-08-25 17:59:38 +0200
committerLars Magne Ingebrigtsen2014-08-25 17:59:38 +0200
commit0a4aa6bd207fd76f715e9562529d9fbec80ecd4e (patch)
treeab2d77c41140f80a0eae5cd7e4ea99d24f7ceef2 /lisp/ChangeLog
parent015ea0ffdb4f446e3bd263fe5e42b35aafdf1e5b (diff)
downloademacs-0a4aa6bd207fd76f715e9562529d9fbec80ecd4e.tar.gz
emacs-0a4aa6bd207fd76f715e9562529d9fbec80ecd4e.zip
shr.el: Encode copied URLs
* net/shr.el (shr-copy-url): Encode copied URL to avoid getting URLs containing spaces and the like.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7588427dd83..65a59f4da6d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-08-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * net/shr.el (shr-copy-url): Encode copied URL to avoid getting
4 URLs containing spaces and the like.
5
12014-08-25 Christoph Scholtes <cschol2112@gmail.com> 62014-08-25 Christoph Scholtes <cschol2112@gmail.com>
2 7
3 * subr.el (remq): Fix docstring (Bug#18253). 8 * subr.el (remq): Fix docstring (Bug#18253).