aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog27
2 files changed, 28 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 96f86238b56..dc30f8e6c02 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -105,7 +105,7 @@ bind C-w to `isearch-yank-word' in `isearch-mode-map'.
105** In GUD mode when talking to GDB, C-x C-a C-j "jumps" the program 105** In GUD mode when talking to GDB, C-x C-a C-j "jumps" the program
106counter to the specified source line (the one where point is). 106counter to the specified source line (the one where point is).
107 107
108** GUD mode improvements fo jdb: 108** GUD mode improvements for jdb:
109 109
110*** Search for source files using jdb classpath and class 110*** Search for source files using jdb classpath and class
111 information. Fast startup since there is no need to scan all 111 information. Fast startup since there is no need to scan all
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0547c75c8c5..1daca6588ab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,30 @@
12002-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
12002-01-20 Colin Walters <walters@verbum.org> 282002-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