changeset 42874:95d25103a45e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 21 Jan 2002 04:18:03 +0000
parents e4be1ae52e5c
children 87fe94f01b8e
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 28 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Jan 21 03:17:02 2002 +0000
+++ b/etc/NEWS	Mon Jan 21 04:18:03 2002 +0000
@@ -105,7 +105,7 @@
 ** In GUD mode when talking to GDB, C-x C-a C-j "jumps" the program
 counter to the specified source line (the one where point is).
 
-** GUD mode improvements fo jdb:
+** GUD mode improvements for jdb:
 
 *** Search for source files using jdb classpath and class
     information. Fast startup since there is no need to scan all
--- a/lisp/ChangeLog	Mon Jan 21 03:17:02 2002 +0000
+++ b/lisp/ChangeLog	Mon Jan 21 04:18:03 2002 +0000
@@ -1,3 +1,30 @@
+2002-01-20  Thomas Dorner  <Thomas.Dorner@start.de>
+
+	* ange-ftp.el: Added support for BS2000, and for raw ftp
+	login commands (needed in some circumstances).
+	(ange-ftp-raw-login): New custom var.
+	(ange-ftp-normal-login): Perform login with raw ftp commands, if
+	ange-ftp-raw-login is set and account password is needed.
+	(ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
+	(ange-ftp-bs2000-filename-pubset-regexp)
+	(ange-ftp-bs2000-filename-username-regexp)
+	(ange-ftp-bs2000-filename-prefix-regexp)
+	(ange-ftp-bs2000-name-template): New consts.
+	(ange-ftp-bs2000-short-filename-regexp)
+	(ange-ftp-bs2000-fix-name-regexp-reverse)
+	(ange-ftp-bs2000-fix-name-regexp): New consts.
+	(ange-ftp-bs2000-special-prefix): New custom var.
+	(ange-ftp-fix-name-for-bs2000)
+	(ange-ftp-fix-dir-name-for-bs2000): New funs.
+	(ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
+	(ange-ftp-bs2000-posix-hook-installed): New vars.
+	(ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
+	(ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
+	(ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
+	(ange-ftp-bs2000-filename-regexp): New const.
+	(ange-ftp-bs2000-additional-pubsets): New custom var.
+	(ange-ftp-bs2000-cd-to-posix): New fun.
+
 2002-01-20  Colin Walters  <walters@verbum.org>
 
 	* ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled