aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2007-06-06 16:49:03 +0000
committerChong Yidong <[email protected]>2007-06-06 16:49:03 +0000
commitf4c8780216fdade9b43f971990f4bd29d2c571b2 (patch)
tree190a6a3c4a00eab6917e850a770696e16a82184e
parent2efed646b9ac4b85391ae8858da32100acabd690 (diff)
* 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.
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6eb700ea01..d6553ccf17 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2007-06-06 Michael Albinus <[email protected]>
+
+ * 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 <[email protected]>
* international/mule-cmds.el (toggle-enable-multibyte-characters)