changeset 77920:df4da367a02c

* net/socks.el: New file, taken from w3 repository. (top): Update Copyright. Don't load cl.el. (all): Replace `case' by `cond', `string-to-int' by `string-to-number', and `process-kill-without-query' by `set-process-query-on-exit-flag'. (socks-char-int): Remove defalias and all occurencies.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 06 Jun 2007 16:49:03 +0000
parents f81de3b9db7f
children 9a33ca5607a2
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 06 09:26:32 2007 +0000
+++ b/lisp/ChangeLog	Wed Jun 06 16:49:03 2007 +0000
@@ -1,3 +1,12 @@
+2007-06-06  Michael Albinus  <michael.albinus@gmx.de>
+
+	* net/socks.el: New file, taken from w3 repository.
+	(top): Update Copyright.  Don't load cl.el.
+	(all): Replace `case' by `cond', `string-to-int' by
+	`string-to-number', and `process-kill-without-query' by
+	`set-process-query-on-exit-flag'.
+	(socks-char-int): Remove defalias and all occurencies.
+
 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
 
 	* international/mule-cmds.el (toggle-enable-multibyte-characters)