comparison src/ChangeLog @ 4106:f4b1f7f86ac9

[xemacs-hg @ 2007-08-08 20:52:52 by aidan] Update the changelog following my change earlier
author aidan
date Wed, 08 Aug 2007 20:52:52 +0000
parents e91cf17f6ab7
children 6595286b4bed
comparison
equal deleted inserted replaced
4105:e91cf17f6ab7 4106:f4b1f7f86ac9
9 * eval.c (Feval): Fix, stick with original error messages instead 9 * eval.c (Feval): Fix, stick with original error messages instead
10 of referring to the indirected function. 10 of referring to the indirected function.
11 11
12 From Sebastian Freundt's mail 12 From Sebastian Freundt's mail
13 nhtfy9sitjf.fsf@muck.math.tu-berlin.de , Tue Jan 30 12:30:07 UTC 13 nhtfy9sitjf.fsf@muck.math.tu-berlin.de , Tue Jan 30 12:30:07 UTC
14 2007; complements 18005.16378.980760.860724@parhasard.net . 14 2007; complements 18005.16378.980760.860724@parhasard.net .
15
16 This reverts the error message when M-: (no-such-function t) RET
17 is called to the old "Symbol's function definition is void: ..."
18 rather than the recent "Invalid function: #<INTERNAL OBJECT ..."
15 19
16 2007-07-31 Mike Sperber <mike@xemacs.org> 20 2007-07-31 Mike Sperber <mike@xemacs.org>
17 21
18 * file-coding.c (undecided_convert): Kludge to prevent infinite 22 * file-coding.c (undecided_convert): Kludge to prevent infinite
19 recursion. 23 recursion.