diff options
| author | Chong Yidong | 2007-06-06 16:49:03 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-06-06 16:49:03 +0000 |
| commit | f4c8780216fdade9b43f971990f4bd29d2c571b2 (patch) | |
| tree | 190a6a3c4a00eab6917e850a770696e16a82184e /lisp | |
| parent | 2efed646b9ac4b85391ae8858da32100acabd690 (diff) | |
| download | emacs-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')
| -rw-r--r-- | lisp/ChangeLog | 9 |
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 @@ | |||
| 1 | 2007-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 | |||
| 1 | 2007-06-06 Juanma Barranquero <lekktu@gmail.com> | 10 | 2007-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) |