diff options
| author | Ted Zlatanov | 2014-11-05 12:19:55 -0500 |
|---|---|---|
| committer | Ted Zlatanov | 2014-11-05 12:19:55 -0500 |
| commit | 1809052ae8cc811f14c036a7cd4f559363e9a76c (patch) | |
| tree | 5a30cddcc4358db8e91518ab038bcd4b3e374751 | |
| parent | a7fde0e7e6e43feec21cd4fa3d4af3f166f2b2bc (diff) | |
| download | emacs-1809052ae8cc811f14c036a7cd4f559363e9a76c.tar.gz emacs-1809052ae8cc811f14c036a7cd4f559363e9a76c.zip | |
* NEWS: Mention `url-user-agent'.
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 4 |
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 @@ | |||
| 1 | 2014-11-05 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * NEWS: Mention `url-user-agent'. (Bug#16498) | ||
| 4 | |||
| 1 | 2014-09-13 Christopher Schmidt <ch@ristopher.com> | 5 | 2014-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'. |
| @@ -226,6 +226,10 @@ specify the type of shell in use (bash, csh, etc). | |||
| 226 | When `url-handler-mode' is enabled, file operations for these | 226 | When `url-handler-mode' is enabled, file operations for these |
| 227 | protocols as well as for "telnet" and "ftp" are passed to Tramp. | 227 | protocols as well as for "telnet" and "ftp" are passed to Tramp. |
| 228 | 228 | ||
| 229 | ** The URL package allows customizing the `url-user-agent' string. | ||
| 230 | The new `url-user-agent' variable can be customized to be a string or | ||
| 231 | a 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. |