From: Chong Yidong Date: Wed, 6 Jun 2007 16:49:03 +0000 (+0000) Subject: * net/socks.el: New file, taken from w3 repository. X-Git-Tag: emacs-pretest-22.1.90~1420 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f4c8780216fdade9b43f971990f4bd29d2c571b2;p=emacs.git * 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6eb700ea016..d6553ccf179 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2007-06-06 Michael Albinus + + * 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 * international/mule-cmds.el (toggle-enable-multibyte-characters)