diff options
| author | Richard M. Stallman | 2002-01-17 01:54:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-17 01:54:21 +0000 |
| commit | dfb9f8afb37db3c94a4ec28b1cf521ad6224e2f9 (patch) | |
| tree | d0c482e03ccb809da4e52dbf02b9ddc2081b7a38 | |
| parent | 3c53a3cf83c218772d9bcfde4cd60c1face33e93 (diff) | |
| download | emacs-dfb9f8afb37db3c94a4ec28b1cf521ad6224e2f9.tar.gz emacs-dfb9f8afb37db3c94a4ec28b1cf521ad6224e2f9.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 482521f90c5..30a723519a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2002-01-16 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * ibuf-ext.el: Delete the autoloads for functions defined with | ||
| 4 | ibuffer-specific commands. | ||
| 5 | |||
| 6 | * help.el (describe-distribution): Really call view-file. | ||
| 7 | |||
| 8 | * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC. | ||
| 9 | (ange-ftp-get-process): Pass that arg. | ||
| 10 | |||
| 11 | * comint.el (comint-simple-send): Fix previous change. | ||
| 12 | |||
| 13 | * net/telnet.el (telnet-simple-send): Fix previous change. | ||
| 14 | |||
| 15 | * progmodes/sql.el (sql-escape-newlines-and-send) | ||
| 16 | (sql-query-placeholders-and-send): Fix previous change. | ||
| 17 | |||
| 1 | 2002-01-16 Colin Walters <walters@verbum.org> | 18 | 2002-01-16 Colin Walters <walters@verbum.org> |
| 2 | 19 | ||
| 3 | * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS, | 20 | * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS, |