aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Zlatanov2014-11-05 12:19:55 -0500
committerTed Zlatanov2014-11-05 12:19:55 -0500
commit1809052ae8cc811f14c036a7cd4f559363e9a76c (patch)
tree5a30cddcc4358db8e91518ab038bcd4b3e374751
parenta7fde0e7e6e43feec21cd4fa3d4af3f166f2b2bc (diff)
downloademacs-1809052ae8cc811f14c036a7cd4f559363e9a76c.tar.gz
emacs-1809052ae8cc811f14c036a7cd4f559363e9a76c.zip
* NEWS: Mention `url-user-agent'.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 4717d3011f5..876d99dbef2 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-11-05 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * NEWS: Mention `url-user-agent'. (Bug#16498)
4
12014-09-13 Christopher Schmidt <ch@ristopher.com> 52014-09-13 Christopher Schmidt <ch@ristopher.com>
2 6
3 * NEWS: Mention prefix argument of `quick-calc'. 7 * NEWS: Mention prefix argument of `quick-calc'.
diff --git a/etc/NEWS b/etc/NEWS
index 681efbd6d82..6dcf64bede3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -226,6 +226,10 @@ specify the type of shell in use (bash, csh, etc).
226When `url-handler-mode' is enabled, file operations for these 226When `url-handler-mode' is enabled, file operations for these
227protocols as well as for "telnet" and "ftp" are passed to Tramp. 227protocols as well as for "telnet" and "ftp" are passed to Tramp.
228 228
229** The URL package allows customizing the `url-user-agent' string.
230The new `url-user-agent' variable can be customized to be a string or
231a function.
232
229** Tramp 233** Tramp
230 234
231*** New connection method "nc", which allows to access dumb busyboxes. 235*** New connection method "nc", which allows to access dumb busyboxes.