diff options
| -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) |