comparison src/ChangeLog @ 1467:e5da225ea2ca

[xemacs-hg @ 2003-05-09 09:50:40 by stephent] #define stat workaround <87r878ihhf.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 09 May 2003 09:50:42 +0000
parents 88a2f43560bf
children 0f42689481f0
comparison
equal deleted inserted replaced
1466:88a2f43560bf 1467:e5da225ea2ca
1 2003-05-09 Stephen J. Turnbull <stephen@xemacs.org>
2
3 Various cleanups against the possibility that <sys/stat.h> does
4 #define stat ... .
5
6 * lisp.h: Remove struct stat declaration.
7
8 2003-05-06 Stephen J. Turnbull <stephen@xemacs.org>
9
10 * broken-sun.h: Warn about possibility of #define stat.
11
12 2000-07-22 Ilya N. Golubev <gin@mo.msk.ru>
13
14 * lisp.h (filemodestring): Remove
15
16 * sysfile.h (filemodestring): Put it here
17
18 * filemode.c (filemodestring): Note in comment where it is
19 declared.
20
1 2003-05-09 Martin Buchholz <martin@xemacs.org> 21 2003-05-09 Martin Buchholz <martin@xemacs.org>
2 22
3 * dumper.c (pdump_load): Pdump'ed XEmacs can't find its .dmp file. 23 * dumper.c (pdump_load): Pdump'ed XEmacs can't find its .dmp file.
4 Scenario: Prepend ~/bin to PATH; then `mkdir ~/bin/xemacs' 24 Scenario: Prepend ~/bin to PATH; then `mkdir ~/bin/xemacs'
5 Result: "temacs can only be run in -batch mode." 25 Result: "temacs can only be run in -batch mode."
7 27
8 2003-05-06 Martin Buchholz <martin@xemacs.org> 28 2003-05-06 Martin Buchholz <martin@xemacs.org>
9 29
10 * database.c: Berkeley DB wants __STDC__ to be defined. 30 * database.c: Berkeley DB wants __STDC__ to be defined.
11 31
12 2003-05-04 Martin Buchholz <martin@xemacs.org> 32 2003-04-05 Martin Buchholz <martin@xemacs.org>
13 33
14 * EmacsFrameP.h (EmacsFramePart): 34 * EmacsFrameP.h (EmacsFramePart):
15 Kludge to allow compiling with Motif1, but linking with Motif2. 35 Kludge to allow compiling with Motif1, but linking with Motif2.
16 36
17 2003-05-04 Robert Pluim <rpluim@bigfoot.com> 37 2003-05-04 Robert Pluim <rpluim@bigfoot.com>