summaryrefslogtreecommitdiff
path: root/lisp/net/net-utils.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Move keymap initialization into declaration.Stefan Monnier2011-02-101-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/textmodes/enriched.el (enriched-mode-map): * lisp/textmodes/bib-mode.el (bib-mode-map): * lisp/term/lk201.el (lk201-function-map): * lisp/tar-mode.el (tar-mode-map): * lisp/replace.el (occur-mode-map): * lisp/progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map): * lisp/progmodes/idlw-help.el (idlwave-help-mode-map): * lisp/progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu): * lisp/play/solitaire.el (solitaire-mode-map): * lisp/play/snake.el (snake-mode-map, snake-null-map): * lisp/play/pong.el (pong-mode-map): * lisp/play/handwrite.el (menu-bar-handwrite-map): * lisp/play/gametree.el (gametree-mode-map): * lisp/net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map): * lisp/net/newst-plainview.el (newsticker-menu, newsticker-mode-map) (newsticker--url-keymap): * lisp/net/net-utils.el (nslookup-mode-map, ftp-mode-map): * lisp/menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu) (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu) (menu-bar-edit-menu, menu-bar-custom-menu) (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu) (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu) (menu-bar-line-wrapping-menu, menu-bar-options-menu) (menu-bar-games-menu, menu-bar-encryption-decryption-menu) (menu-bar-tools-menu, menu-bar-describe-menu) (menu-bar-search-documentation-menu, menu-bar-manuals-menu) (menu-bar-help-menu): * lisp/mail/rmailsum.el (rmail-summary-mode-map): * lisp/kmacro.el (kmacro-step-edit-map): * lisp/ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map) (ibuffer-mode-operate-map): * lisp/hi-lock.el (hi-lock-menu, hi-lock-map): * lisp/emulation/vip.el (vip-mode-map): * lisp/emacs-lisp/re-builder.el (reb-lisp-mode-map): * lisp/bookmark.el (bookmark-bmenu-mode-map): * lisp/help-mode.el (help-mode-map): * lisp/erc/erc-list.el (erc-list-menu-mode-map): * lisp/org/org-remember.el (org-remember-mode-map): * lisp/org/org-src.el (org-src-mode-map): Move initialization into declaration.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | net-utils system-type trivia.Glenn Morris2010-11-091-4/+2
|/ | | | | * lisp/net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types. (ping-program-options): Remove non-existent `linux' system-type.
* Move some aliases to options before the associated definitions.Glenn Morris2010-09-231-3/+3
| | | | | | | | | * isearch.el (isearch-lazy-highlight-cleanup) (isearch-lazy-highlight-initial-delay) (isearch-lazy-highlight-interval) (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face): * net/net-utils.el (ipconfig-program-options): Move aliases to options before the associated definitions.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Fix typos.Juanma Barranquero2009-09-241-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el * dired-aux.el * dired-x.el * epa-file.el * ps-print.el * shell.el * vc-hooks.el * vc-rcs.el * vc-sccs.el * vc.el * view.el * wdired.el * emacs-lisp/authors.el * net/dig.el * net/socks.el * net/zeroconf.el * obsolete/vc-mcvs.el * progmodes/gdb-mi.el * progmodes/grep.el * progmodes/idlw-help.el * progmodes/idlw-shell.el * progmodes/idlwave.el * progmodes/inf-lisp.el * textmodes/bibtex.el * textmodes/ispell.el * textmodes/reftex-toc.el
* (nslookup): Use make-comint rather than comint-run.Glenn Morris2009-09-011-3/+3
|
* * net/net-utils.el (net-utils-font-lock-keywords): New var.Chong Yidong2009-08-081-67/+109
| | | | | | | | (nslookup-font-lock-keywords): Make it a variable. (net-utils-mode): New mode for viewing diagnostic network output. (net-utils-remove-ctrl-m-filter): Set inhibit-read-only. (net-utils-run-simple): New function. (ifconfig, iwconfig, netstat, arp, route): Use it.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Move non-autoloaded define-obsolete-variable-alias calls forGlenn Morris2008-04-121-5/+5
| | | | defcustoms not in dumped files before the associated defcustom.
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* (iwconfig-program-options): Doc fix.Juanma Barranquero2008-03-111-25/+20
| | | | (net-utils-run-program, run-network-program): Define as functions.
* Merge from emacs--rel--22Miles Bader2008-03-011-22/+20
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1090
| * (ftp-program): Fix typo in docstring.Juanma Barranquero2008-02-261-24/+21
| | | | | | | | | | | | (ifconfig-program-options, netstat-program-options, arp-program-options, route-program-options, nslookup-program-options, ftp-program-options, smbclient-program-options, dns-lookup-program-options, arp, route): Doc fixes.
* | (top-level): Don't require comint when compiling.Glenn Morris2008-02-261-39/+34
| | | | | | | | | | | | | | | | | | | | | | (nslookup-font-lock-keywords): Don't require font-lock. Use font-lock faces rather than variables. (nslookup, ftp, smbclient, network-service-connection): Don't require comint. (comint-prompt-regexp, comint-input-autoexpand) (comint-input-ring): Declare for compiler. (comint-mode, ffap-string-at-point, comint-exec): Autoload. (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
* | Merge from emacs--rel--22Miles Bader2008-02-241-11/+16
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * (ipconfig-program, ipconfig-program-options): Add obsolete aliases toGlenn Morris2008-02-091-0/+5
| | | | | | | | the old names.
| * (ifconfig): Renamed from ipconfig.Richard M. Stallman2008-02-081-11/+11
| | | | | | | | | | | | (ipconfig): Alas to ifconfig. (ifconfig-program): Renamed from ipconfig-program. (ifconfig-program-options): Renamed from ipconfig-program-options.
* | (iwconfig-program, iwconfig-program-options): Add :version.Glenn Morris2008-02-231-2/+4
| |
* | Yoni Rabkin <yoni at rabkins.net> (tiny change)Glenn Morris2008-02-231-0/+20
|/ | | | | (iwconfig-program, iwconfig-program-options): New variables. (iwconfig): New function.
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (whois-server-tld): Update server for .org.Romain Francoise2007-02-261-2/+6
| | | | | (whois-server-list): Add whois.publicinterestregistry.net. (whois-guess-server): Fix formatting in docstring.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (run-dig): Renamed from `dig'.Richard M. Stallman2005-08-091-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-011-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-171-1/+1
|
* (dig): Use with-no-warnings.Richard M. Stallman2005-05-141-1/+2
|
* (nslookup-prompt-regexp, ftp-prompt-regexp, smbclient-prompt-regexp):Luc Teirlinck2005-04-261-3/+3
| | | | | comint-use-prompt-regexp-instead-of-fields has been renamed to comint-use-prompt-regexp.
* Comment change.Richard M. Stallman2004-09-201-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Add dns-lookup-program wrapperPeter Breton2003-03-231-4/+36
|
* (nslookup-font-lock-keywords): Defvar font-lock variables to preventPavel Janík2002-01-061-117/+66
| | | | | warning from byte-compiler. Add Keyword to actually get listed in finder.
* Fix previous change.Pavel Janík2001-12-251-2/+2
|
* (ftp-mode-abbrev-table): Don't define it.Richard M. Stallman2001-12-241-44/+4
| | | | | | | | | (nslookup-mode-abbrev-table): Don't define it. (smbclient-mode-abbrev-table): Don't define it. (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode. (nslookup-mode, smbclient-mode): Likewise. (network-connection-service-abbrev-alist): Variable deleted. (network-connection-mode-setup): Don't set up abbrev table.
* (network-connection-service-abbrev-alist): New variable.Richard M. Stallman2001-11-191-5/+11
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
|
* Update copyright notice.Gerd Moellmann2001-02-201-0/+2
|
* (nslookup-prompt-regexp, ftp-prompt-regexp)Miles Bader2000-10-061-80/+44
| | | | | | | | | | | | | | | | (smbclient-prompt-regexp): Add usage note to doc string. (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed. (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'. Use add-hook for adding the comint filter function, and only do so if it's not already in the global hook list. (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls to `make-local-variable'. (nslookup-font-lock-keywords): Remove prompt entry. (nslookup): Don't set the process-filter. (finger): Exit the loop correctly when the regexps list runs out. (ftp, smbclient, smbclient-list-shares): Set the real major mode immediately, not after execing. Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
* (nslookup-font-lock-keywords, ftp-font-lock-keywords,Peter Breton2000-10-051-37/+34
| | | | | smbclient-font-lock-keywords): Ignore value of window-system; always define the keywords
* * net/net-utils.el (nslookup-font-lock-keywords,Peter Breton2000-10-041-106/+131
| | | | | | | ftp-font-lock-keywords, smbclient-font-lock-keywords): Only set if window-system is non-nil (net-utils-run-program): Returns buffer. (network-connection-reconnect): Added this function.
* (nslookup-font-lock-keywords): Don't condition font lock supportEli Zaretskii2000-08-011-36/+33
| | | | | on window-system. (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
* (finger-X.500-host-regexps): New user-option.Gerd Moellmann2000-05-301-13/+23
| | | | | (finger): If HOST matches a regexp from finger-X.500-host-regexps, send a query containing USER only, not USER@HOST.