aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAndrew Robbins2017-05-12 11:19:46 +0300
committerEli Zaretskii2017-05-12 11:19:46 +0300
commita1b69815147b67f4ff7730d0b97b526c8eda2935 (patch)
tree1f01290857091a95adf2b69633c039fe6b1d38aa /etc
parentd9592104c8aa93a9b92a05c410a546f0abd8d0b5 (diff)
downloademacs-a1b69815147b67f4ff7730d0b97b526c8eda2935.tar.gz
emacs-a1b69815147b67f4ff7730d0b97b526c8eda2935.zip
Extend DNS lookup commands to allow specifying the name server
* lisp/net/net-utils.el (ffap-string-at-point): Removed due to 'net-utils-machine-at-point' obviating this autoloaded function (Bug#25426). (dig-program-options): New customization variable. (nslookup-host, dns-lookup-host, run-dig): Can now specify optional name server argument interactively (by prefix arg) and non-interactively. * etc/NEWS: Mention the extension of DNS lookup commands.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3b830c93424..9be6ee0f3f7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -338,6 +338,12 @@ want to reverse the direction of the scroll, customize
338** Emacsclient has a new option -u/--suppress-output. The option 338** Emacsclient has a new option -u/--suppress-output. The option
339suppresses display of return values from the server process. 339suppresses display of return values from the server process.
340 340
341---
342** New user option 'dig-program-options' and extended functionality
343for DNS-querying functions 'nslookup-host', 'dns-lookup-host',
344and 'run-dig'. Each function now accepts an optional name server
345argument interactively (with a prefix argument) and non-interactively.
346
341 347
342* Editing Changes in Emacs 26.1 348* Editing Changes in Emacs 26.1
343 349