# HG changeset patch # User Glenn Morris # Date 1204000290 0 # Node ID 0d777f362195b50dfb7504f7a97b3f04b7f93fb2 # Parent a68825f42cefc30eb5c001461837cee20c610699 *** empty log message *** diff -r a68825f42cef -r 0d777f362195 lisp/ChangeLog --- a/lisp/ChangeLog Tue Feb 26 04:31:20 2008 +0000 +++ b/lisp/ChangeLog Tue Feb 26 04:31:30 2008 +0000 @@ -1,3 +1,18 @@ +2008-02-26 Glenn Morris + + * net/net-utils.el (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'. + + * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in + doc-string. + 2008-02-26 Stefan Monnier * doc-view.el (doc-view-current-page): Add a `win' argument.