/[emacs]/emacs/lisp/url/url-vars.el
ViewVC logotype

Diff of /emacs/lisp/url/url-vars.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by monnier, Mon Apr 12 04:06:12 2004 UTC revision 1.4.2.1 by miles, Thu Oct 14 08:49:52 2004 UTC
# Line 2  Line 2 
2  ;; Keywords: comm, data, processes, hypermedia  ;; Keywords: comm, data, processes, hypermedia
3    
4  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5  ;;; Copyright (c) 1993 - 1996 by William M. Perry <wmperry@cs.indiana.edu>  ;;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc.
 ;;; Copyright (c) 1996, 97, 98, 99, 2001 Free Software Foundation, Inc.  
6  ;;;  ;;;
7  ;;; This file is part of GNU Emacs.  ;;; This file is part of GNU Emacs.
8  ;;;  ;;;
# Line 369  Currently supported methods: Line 368  Currently supported methods:
368  `telnet': Run telnet in a subprocess to connect;  `telnet': Run telnet in a subprocess to connect;
369  `rlogin': Rlogin to another machine to connect;  `rlogin': Rlogin to another machine to connect;
370  `socks': Connect through a socks server;  `socks': Connect through a socks server;
371  `ssl': Connect with SSL;  `tls': Connect with TLS;
372    `ssl': Connect with SSL (deprecated, use `tls' instead);
373  `native': Connect directy."  `native': Connect directy."
374    :type '(radio (const :tag "Telnet to gateway host" :value telnet)    :type '(radio (const :tag "Telnet to gateway host" :value telnet)
375                  (const :tag "Rlogin to gateway host" :value rlogin)                  (const :tag "Rlogin to gateway host" :value rlogin)
376                  (const :tag "Use SOCKS proxy" :value socks)                  (const :tag "Use SOCKS proxy" :value socks)
377                  (const :tag "Use SSL for all connections" :value ssl)                  (const :tag "Use SSL/TLS for all connections" :value tls)
378                    (const :tag "Use SSL for all connections (obsolete)" :value ssl)
379                  (const :tag "Direct connection" :value native))                  (const :tag "Direct connection" :value native))
380    :group 'url-hairy)    :group 'url-hairy)
381    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26