aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2004-01-29 17:58:16 +0000
committerRichard M. Stallman2004-01-29 17:58:16 +0000
commitab43c85050514d20dff26eeec448a8970d3a0f53 (patch)
tree773315eab70059005e892b7237b6048f66d1c108 /lisp/ChangeLog
parent750e563f99c53f42392134c78148ca61bbc968c7 (diff)
downloademacs-ab43c85050514d20dff26eeec448a8970d3a0f53.tar.gz
emacs-ab43c85050514d20dff26eeec448a8970d3a0f53.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e12a9b4ee9c..c3e98e8cd11 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,31 @@
12004-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
142004-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
12004-01-29 Jonathan Yavner <jyavner@member.fsf.org> 292004-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