diff options
| author | Glenn Morris | 2008-02-26 04:31:30 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-26 04:31:30 +0000 |
| commit | cbbe9a375e0a3e313d53a77958ddc1f4ad98cd12 (patch) | |
| tree | 896dabea1896439a6a73e9adf69a9e97c66f3796 /lisp/ChangeLog | |
| parent | 320d3e682f74dbbe0d52ec7f611eae1baa0e425b (diff) | |
| download | emacs-cbbe9a375e0a3e313d53a77958ddc1f4ad98cd12.tar.gz emacs-cbbe9a375e0a3e313d53a77958ddc1f4ad98cd12.zip | |
(top-level): Don't require comint when compiling.
(nslookup-font-lock-keywords): Don't require font-lock.
Use font-lock faces rather than variables.
(nslookup, ftp, smbclient, network-service-connection):
Don't require comint.
(comint-prompt-regexp, comint-input-autoexpand)
(comint-input-ring): Declare for compiler.
(comint-mode, ffap-string-at-point, comint-exec): Autoload.
(dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c90c8b98f0..6a220d33136 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2008-02-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * net/net-utils.el (top-level): Don't require comint when compiling. | ||
| 4 | (nslookup-font-lock-keywords): Don't require font-lock. | ||
| 5 | Use font-lock faces rather than variables. | ||
| 6 | (nslookup, ftp, smbclient, network-service-connection): | ||
| 7 | Don't require comint. | ||
| 8 | (comint-prompt-regexp, comint-input-autoexpand) | ||
| 9 | (comint-input-ring): Declare for compiler. | ||
| 10 | (comint-mode, ffap-string-at-point, comint-exec): Autoload. | ||
| 11 | (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'. | ||
| 12 | |||
| 13 | * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in | ||
| 14 | doc-string. | ||
| 15 | |||
| 1 | 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca> | 16 | 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 17 | ||
| 3 | * doc-view.el (doc-view-current-page): Add a `win' argument. | 18 | * doc-view.el (doc-view-current-page): Add a `win' argument. |