215
|
1 Tue November 18 21:45:06 1997 davidh
|
|
2
|
|
3 * xemacs.mak updated to remove dependency on startup.elc
|
|
4 HAVE_IMAGEMAGICK added for X build.
|
|
5
|
213
|
6 Thu September 25 23:06:44 1997 davidh
|
|
7
|
|
8 * xemacs.mak updated to make the build as simple as typing
|
|
9 nmake -f xemacs.mak. Also support for native gui included
|
|
10 which should mean the w32 directory is no longer required.
|
|
11
|
|
12 * config.h synced with config.h.in from 20.3-b2
|
|
13
|
|
14 * synced in changes to support native gui.
|
|
15
|
195
|
16 Thu September 25 23:06:44 1997 davidh
|
|
17
|
|
18 * August Hill provided a patch to xemacs.mak to greatly simplify
|
|
19 the build - the DOC file gets created correctly.
|
|
20
|
|
21 Tue September 22 23:06:44 1997 davidh
|
|
22
|
|
23 * August Hill provided some more patches - to expand ~ correctly
|
|
24 and to correctly deal with drive letters in the path.
|
|
25
|
|
26 * emacs.c patched to call init_ntproc()
|
|
27
|
|
28
|
179
|
29 Tue July 15 19:32:21 1997 davidh
|
|
30
|
|
31 * August Hill provided some more patches to make things better
|
|
32 - there is a workaround for dired to make the ^M's disappear
|
|
33 - a patch to fix shell-command
|
|
34
|
|
35 Tue July 08 22:01:36 1997 davidh
|
|
36
|
|
37 * #ifdef'd call to vfork and replaced with spawn as per GNU Emacs;
|
|
38 as a result, removed /force - XEmacs now links normally.
|
|
39
|
169
|
40 Thu June 31 21:16:21 1997 davidh
|
|
41
|
|
42 * nt/TODO created.
|
|
43
|
|
44 * nt/X11.patch created to help with the X build.
|
|
45
|
|
46 * August Hill provided:
|
|
47 a patch to fix the _WRETCODE undefined symbol,
|
|
48 a patch to fix a problem with dired
|
|
49
|
|
50 and generally helped clarify the build instructions.
|
|
51
|
|
52 * Synced with 20.3b10 (Athens).
|
|
53
|
|
54 * Made DIRECTORY_SEP be '\\'. Until I can change all code to
|
|
55 use the macro, I decided this would be easiest.
|
|
56
|
|
57 * Modified src/fileio.c to only open files in O_BINARY. This
|
|
58 causes files to be opened and written without automatically
|
|
59 writing ^M 's to the end of each line. MULE ought to sort this
|
|
60 in theory, but I am less than convinced.
|
|
61
|
|
62 * Updated the nt/README to provide a little more help.
|
|
63
|
155
|
64 Thu May 29 23:11:21 1997 davidh
|
|
65
|
|
66 * Synced with 20.3b2.
|
|
67
|
|
68 * Removed nt/README.src, nt/src.m.windowsnt.h nt/src.s.windowsnt.h.
|
|
69
|
|
70 * Updated README from marcpa.
|
|
71
|
|
72 * Added example Win32.cf and site.def files for X.
|
|
73
|
|
74 * Added sed.exe into nt/.
|
|
75
|
|
76 * Modified nt/xemacs.mak to pass correct flags to lwlib compile.
|
|
77
|
|
78 * Added extra .elc files to ensure make-docfile gets all symbols.
|
|
79
|
|
80 * Modified balloon_help.c to compile (#if'd max definition)
|
|
81
|
|
82 * Modified src/event-Xt.c so as not to add signal_event_pipe to
|
|
83 be selected on - this is a hack until I can work out a better
|
|
84 way. Thanks to Ben Wing for help on this.
|
|
85
|
118
|
86 Thu Mar 27 20:56:21 1997 marcpa (marcpa at MARCPA)
|
|
87
|
|
88 * Synced with 20.1b9.
|
|
89
|
|
90 Sun Mar 16 00:32:15 1997 marcpa (marcpa at MARCPA)
|
|
91
|
|
92 * lisp/eterm/README.term is truncated: is it just me (because
|
|
93 I'm on NT) or everyone else sees this ?
|
|
94 Answer: it is because it contains a ^Z embedded in it, therefore
|
|
95 it needs to be inserted in binary mode in CVS.
|
|
96
|
|
97 Thu Mar 13 00:19:25 1997 marcpa (marcpa at MARCPA)
|
|
98
|
|
99 * At end of compilation, there are some unresolved symbols:
|
|
100
|
|
101 link.exe @C:\TEMP\nma00115.
|
|
102 sysdep.obj : error LNK2001: unresolved external symbol _vfork
|
|
103 ../src/temacs.exe : warning LNK4088: image being generated due to /FORCE
|
|
104 option; image may not run
|
|
105
|
|
106
|
|
107 Wed Mar 12 23:18:53 1997 marcpa (marcpa at MARCPA)
|
|
108
|
|
109 * Need to copy the nt/inc directory David originally submitted or
|
|
110 NT code won't compile.
|
|
111
|
|
112 * Need to copy nt/{config.h,paths.h,ad2c.sed,xemacs.mak} in src.
|
|
113
|
|
114 * Had to modify XEmacs sources here and there : see the diffs
|
|
115 between NT_FIRST_COMPILE and V20_1_beta9.
|
|
116
|
|
117 * Needed to patch X11R6.3 sources: (include/x11/Xmd.h:155) BOOL is
|
|
118 already defined by Windows and is a long, while X wants it to be
|
|
119 an unsigned char.
|
|
120
|
|
121 --- Xmd.h~ Thu Jun 08 23:20:40 1995
|
|
122 +++ Xmd.h Sun Mar 16 13:09:10 1997
|
|
123 @@ -150,8 +150,9 @@
|
|
124 typedef CARD16 BITS16;
|
|
125 typedef CARD8 BYTE;
|
|
126
|
|
127 +#ifndef WIN32
|
|
128 typedef CARD8 BOOL;
|
|
129 -
|
|
130 +#endif
|
|
131
|
|
132 * cpp.exe not used: cl.exe from VC++4.2 seems to handle everything
|
|
133 properly.
|
|
134
|
|
135 NOTES:
|
|
136
|
|
137 Compilation with nmake -f xemacs.mak.
|
|
138
|
|
139 Using X11R6.3 for NT.
|
|
140
|
|
141 Work started with 20.1b2.
|
|
142
|
|
143 Local Variables:
|
|
144 mode: change-log
|
|
145 End:
|