aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2007-06-06 16:49:03 +0000
committerChong Yidong2007-06-06 16:49:03 +0000
commitf4c8780216fdade9b43f971990f4bd29d2c571b2 (patch)
tree190a6a3c4a00eab6917e850a770696e16a82184e /lisp/ChangeLog
parent2efed646b9ac4b85391ae8858da32100acabd690 (diff)
downloademacs-f4c8780216fdade9b43f971990f4bd29d2c571b2.tar.gz
emacs-f4c8780216fdade9b43f971990f4bd29d2c571b2.zip
* 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6eb700ea016..d6553ccf179 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12007-06-06 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/socks.el: New file, taken from w3 repository.
4 (top): Update Copyright. Don't load cl.el.
5 (all): Replace `case' by `cond', `string-to-int' by
6 `string-to-number', and `process-kill-without-query' by
7 `set-process-query-on-exit-flag'.
8 (socks-char-int): Remove defalias and all occurencies.
9
12007-06-06 Juanma Barranquero <lekktu@gmail.com> 102007-06-06 Juanma Barranquero <lekktu@gmail.com>
2 11
3 * international/mule-cmds.el (toggle-enable-multibyte-characters) 12 * international/mule-cmds.el (toggle-enable-multibyte-characters)