Mercurial > emacs
changeset 53754:27c158d8e571
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 29 Jan 2004 17:58:16 +0000 |
parents | 93d749070205 |
children | 9bd36e762e48 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 29 17:57:49 2004 +0000 +++ b/lisp/ChangeLog Thu Jan 29 17:58:16 2004 +0000 @@ -1,3 +1,31 @@ +2004-01-29 Tue Jari Aalto <jari.aalto <AT> poboxes.com> + + * progmodes/executable.el (executable-command-find-posix-p): + New. Check if find handles arguments Posix-style. + + * progmodes/grep.el (grep-compute-defaults): + Use executable-command-find-posix-p. + (grep-find): Check `grep-find-command'. + + * filecache.el (file-cache-find-posix-p): Deleted. + (file-cache-add-directory-using-find): + Use `executable-command-find-posix-p' + +2004-01-29 Dave Love <fx@gnu.org> + + * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun): + Iterate the hook function if arg is given. + (mark-defun, narrow-to-defun): Change order of finding the limits. + + * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix. + (byte-compile-format-warn): New. + (byte-compile-callargs-warn): Use it. + (Format, message, error): Add byte-compile-format-like property. + (byte-compile-maybe-guarded): New. + (byte-compile-if, byte-compile-cond): Use it. + (byte-compile-lambda): Compile interactive forms, + just to make warnings about them. + 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org> * ses.el (ses-initial-column-width): Increase to 14, so it will