comparison lisp/ChangeLog @ 53754:27c158d8e571

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 29 Jan 2004 17:58:16 +0000
parents c7884bc3f88f
children 970795582ae9
comparison
equal deleted inserted replaced
53753:93d749070205 53754:27c158d8e571
1 2004-01-29 Tue Jari Aalto <jari.aalto <AT> poboxes.com>
2
3 * progmodes/executable.el (executable-command-find-posix-p):
4 New. Check if find handles arguments Posix-style.
5
6 * progmodes/grep.el (grep-compute-defaults):
7 Use executable-command-find-posix-p.
8 (grep-find): Check `grep-find-command'.
9
10 * filecache.el (file-cache-find-posix-p): Deleted.
11 (file-cache-add-directory-using-find):
12 Use `executable-command-find-posix-p'
13
14 2004-01-29 Dave Love <fx@gnu.org>
15
16 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17 Iterate the hook function if arg is given.
18 (mark-defun, narrow-to-defun): Change order of finding the limits.
19
20 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
21 (byte-compile-format-warn): New.
22 (byte-compile-callargs-warn): Use it.
23 (Format, message, error): Add byte-compile-format-like property.
24 (byte-compile-maybe-guarded): New.
25 (byte-compile-if, byte-compile-cond): Use it.
26 (byte-compile-lambda): Compile interactive forms,
27 just to make warnings about them.
28
1 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org> 29 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
2 30
3 * ses.el (ses-initial-column-width): Increase to 14, so it will 31 * ses.el (ses-initial-column-width): Increase to 14, so it will
4 work well with the default printer of "%.7g" for extreme values 32 work well with the default printer of "%.7g" for extreme values
5 like "-1.234567e+07". 33 like "-1.234567e+07".