diff options
| author | Richard M. Stallman | 2002-01-21 04:18:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-21 04:18:03 +0000 |
| commit | ca64d37890b48c8fe2f3820afedffe138cabc711 (patch) | |
| tree | 63ebaba736998fe1c447f44c6476c0f66b134846 | |
| parent | 2e4fae7d6c2883260fc5a9906f5a75dafc133eaf (diff) | |
| download | emacs-ca64d37890b48c8fe2f3820afedffe138cabc711.tar.gz emacs-ca64d37890b48c8fe2f3820afedffe138cabc711.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 27 |
2 files changed, 28 insertions, 1 deletions
| @@ -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 |
| 106 | counter to the specified source line (the one where point is). | 106 | counter 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 @@ | |||
| 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 |