emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/url-vars.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/url/url-vars.el [lexbind]
Date: Mon, 25 Oct 2004 00:42:27 -0400

Index: emacs/lisp/url/url-vars.el
diff -c emacs/lisp/url/url-vars.el:1.3.2.4 emacs/lisp/url/url-vars.el:1.3.2.5
*** emacs/lisp/url/url-vars.el:1.3.2.4  Tue Apr 13 10:16:18 2004
--- emacs/lisp/url/url-vars.el  Mon Oct 25 04:19:35 2004
***************
*** 2,9 ****
  ;; Keywords: comm, data, processes, hypermedia
  
  
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
! ;;; Copyright (c) 1993 - 1996 by William M. Perry <address@hidden>
! ;;; Copyright (c) 1996, 97, 98, 99, 2001 Free Software Foundation, Inc.
  ;;;
  ;;; This file is part of GNU Emacs.
  ;;;
--- 2,8 ----
  ;; Keywords: comm, data, processes, hypermedia
  
  
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
! ;;; Copyright (c) 1996,1997,1998,1999,2001,2004 Free Software Foundation, Inc.
  ;;;
  ;;; This file is part of GNU Emacs.
  ;;;
***************
*** 369,380 ****
  `telnet': Run telnet in a subprocess to connect;
  `rlogin': Rlogin to another machine to connect;
  `socks': Connect through a socks server;
! `ssl': Connect with SSL;
  `native': Connect directy."
    :type '(radio (const :tag "Telnet to gateway host" :value telnet)
                (const :tag "Rlogin to gateway host" :value rlogin)
                (const :tag "Use SOCKS proxy" :value socks)
!               (const :tag "Use SSL for all connections" :value ssl)
                (const :tag "Direct connection" :value native))
    :group 'url-hairy)
  
--- 368,381 ----
  `telnet': Run telnet in a subprocess to connect;
  `rlogin': Rlogin to another machine to connect;
  `socks': Connect through a socks server;
! `tls': Connect with TLS;
! `ssl': Connect with SSL (deprecated, use `tls' instead);
  `native': Connect directy."
    :type '(radio (const :tag "Telnet to gateway host" :value telnet)
                (const :tag "Rlogin to gateway host" :value rlogin)
                (const :tag "Use SOCKS proxy" :value socks)
!               (const :tag "Use SSL/TLS for all connections" :value tls)
!               (const :tag "Use SSL for all connections (obsolete)" :value ssl)
                (const :tag "Direct connection" :value native))
    :group 'url-hairy)
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]