Mercurial > emacs
comparison lisp/ChangeLog @ 32198:255bf3146d5e
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 06 Oct 2000 04:58:36 +0000 |
parents | 17250fb13b0c |
children | dfe3d0e80f84 |
comparison
equal
deleted
inserted
replaced
32197:b949d342e936 | 32198:255bf3146d5e |
---|---|
1 2000-10-06 Miles Bader <miles@lsi.nec.co.jp> | |
2 | |
3 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp) | |
4 (smbclient-prompt-regexp): Add usage note to doc string. | |
5 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed. | |
6 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'. | |
7 Use add-hook for adding the comint filter function, and only do so | |
8 if it's not already in the global hook list. | |
9 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls | |
10 to `make-local-variable'. | |
11 (nslookup-font-lock-keywords): Remove prompt entry. | |
12 (nslookup): Don't set the process-filter. | |
13 (finger): Exit the loop correctly when the regexps list runs out. | |
14 (ftp, smbclient, smbclient-list-shares): | |
15 Set the real major mode immediately, not after execing. | |
16 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'. | |
17 | |
18 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt. | |
19 | |
1 2000-10-05 Alex Schroeder <alex@gnu.org> | 20 2000-10-05 Alex Schroeder <alex@gnu.org> |
2 | 21 |
3 * sql.el (sql-mysql-options): New variable. | 22 * sql.el (sql-mysql-options): New variable. |
4 (sql-mysql): Use it. | 23 (sql-mysql): Use it. |
5 | 24 |