diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0547c75c8c5..1daca6588ab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2002-01-20 Thomas Dorner <Thomas.Dorner@start.de> | ||
| 2 | |||
| 3 | * ange-ftp.el: Added support for BS2000, and for raw ftp | ||
| 4 | login commands (needed in some circumstances). | ||
| 5 | (ange-ftp-raw-login): New custom var. | ||
| 6 | (ange-ftp-normal-login): Perform login with raw ftp commands, if | ||
| 7 | ange-ftp-raw-login is set and account password is needed. | ||
| 8 | (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts. | ||
| 9 | (ange-ftp-bs2000-filename-pubset-regexp) | ||
| 10 | (ange-ftp-bs2000-filename-username-regexp) | ||
| 11 | (ange-ftp-bs2000-filename-prefix-regexp) | ||
| 12 | (ange-ftp-bs2000-name-template): New consts. | ||
| 13 | (ange-ftp-bs2000-short-filename-regexp) | ||
| 14 | (ange-ftp-bs2000-fix-name-regexp-reverse) | ||
| 15 | (ange-ftp-bs2000-fix-name-regexp): New consts. | ||
| 16 | (ange-ftp-bs2000-special-prefix): New custom var. | ||
| 17 | (ange-ftp-fix-name-for-bs2000) | ||
| 18 | (ange-ftp-fix-dir-name-for-bs2000): New funs. | ||
| 19 | (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp) | ||
| 20 | (ange-ftp-bs2000-posix-hook-installed): New vars. | ||
| 21 | (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing) | ||
| 22 | (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host) | ||
| 23 | (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs. | ||
| 24 | (ange-ftp-bs2000-filename-regexp): New const. | ||
| 25 | (ange-ftp-bs2000-additional-pubsets): New custom var. | ||
| 26 | (ange-ftp-bs2000-cd-to-posix): New fun. | ||
| 27 | |||
| 1 | 2002-01-20 Colin Walters <walters@verbum.org> | 28 | 2002-01-20 Colin Walters <walters@verbum.org> |
| 2 | 29 | ||
| 3 | * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled | 30 | * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled |