comparison lisp/ChangeLog @ 42874:95d25103a45e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Jan 2002 04:18:03 +0000
parents f6d90ceb0815
children a5fa9e21eef7
comparison
equal deleted inserted replaced
42873:e4be1ae52e5c 42874:95d25103a45e
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
4 with `byte-compile-dynamic'. 31 with `byte-compile-dynamic'.
5 (ibuffer-default-directory, toplevel): Doc files. 32 (ibuffer-default-directory, toplevel): Doc files.