274
|
1 1998-04-10 Kirill M. Katsnelson <kkm@kis.ru>
|
|
2
|
|
3 * config.h: Do not USE_ASSERTION when DEBUG_XEMACS is not
|
|
4 defined.
|
|
5
|
|
6 * xemacs.mak: Added new file process-nt.c
|
|
7
|
|
8 1998-04-07 Kirill M. Katsnelson <kkm@kis.ru>
|
|
9
|
|
10 * xemacs.mak: Added build options which can be defined in nmake
|
|
11 command line (defaults are parentheses):
|
|
12 HAVE_MSW=0/1 (0) Build with native GUI
|
|
13 HAVE_X=0/1 (0) Build with X-Windows
|
|
14 ** At least one must be defined
|
|
15 X11_DIR=path () Path to the root dir of X11R6 installation
|
|
16 ** Must be defined when HAVE_X=1
|
|
17 HAVE_MULE=0/1 (0) Compile in MULE
|
|
18 HAVE_MSW_C_DIRED=0/1(1) Compile in fast dired
|
|
19 PATH_PACKAGEPATH=path Package search path
|
|
20 ("~/.xemacs")
|
|
21 DEBUG_XEMACS=0/1 (1) Compile with symbols, assertions and
|
|
22 extra debugging checks
|
|
23 USE_UNION_TYPE=0/1 (0)
|
|
24 USE_MINIMAL_TAGBITS=0/1 (0)
|
|
25 USE_INDEXED_LRECORD_IMPLEMENTATION=0/1 (0)
|
|
26 GUNG_HO=0/1 (none) When specified, overrides the above two.
|
|
27 : Added output of a configuration report
|
|
28 : Added copyright notice.
|
|
29 : Deleted remains of ImageMagick.
|
|
30 (distclean): Do not use mskedepend
|
|
31 (install): echo "Not yet implmented".
|
|
32
|
|
33 1998-04-05 Kirill M. Katsnelson <kkm@kis.ru>
|
|
34
|
|
35 * config.h (enum_field): Borrow new definition from config.h.in
|
|
36
|
272
|
37 1998-04-01 Kirill M. Katsnelson <kkm@kis.ru>
|
|
38
|
|
39 * config.h: Patial sync-up with config.h.in
|
|
40
|
269
|
41 1998-03-25 jhar@tardis.ed.ac.uk
|
|
42
|
|
43 * xemacs.mak: Adds glyphs-msw.c and imgproc.c and reflects
|
|
44 alterations to package_path in nt/xemacs.mak.
|
|
45
|
267
|
46 1998-03-24 Kirill M. Katsnelson <kkm@kis.ru>
|
|
47
|
|
48 * xemacs.mak (dump-xemacs): Replaced use of `touch' with `echo'.
|
|
49
|
|
50 1998-03-20 Kirill M. Katsnelson <kkm@kis.ru>
|
|
51
|
|
52 * xemacs.mak: Removed all references to deleted dgif_lib.{c,obj},
|
|
53 gif_err.{c,obj} and gifalloc.{c,obj}. New image support is not
|
|
54 compiled in yet.
|
|
55
|
|
56 1998-03-19 Kirill M. Katsnelson <kkm@kis.ru>
|
|
57
|
|
58 * xemacs.mak: HAVE_FILE_CODING removed: it is no longer an option,
|
|
59 since file I/O depends on it, and defined unconditioanlly in
|
|
60 src/s/windowsnt.h.
|
|
61 Added -nologo switch to different tools here and there.
|
|
62 Suppressed some irrelevant make output.
|
|
63
|
265
|
64 1998-02-28 Kirill M. Katsnelson <kkm@kis.ru>
|
|
65
|
|
66 * xemacs.mak: Defined HAVE_FILE_CODING variable, an equivalent of
|
|
67 --with-file-coding configure option. Default is yes.
|
|
68
|
|
69 1998-03-13 Kirill M. Katsnelson <kkm@kis.ru>
|
|
70
|
|
71 * xemacs.mak (update-elc): Copy Installation.el to $(LISP)
|
|
72
|
|
73 * Installation.el: New file, copied by xemacs.mak during build.
|
|
74
|
263
|
75 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com>
|
|
76
|
|
77 * xemacs.mak: Added entry for src/dired-msw.c. Use of the
|
|
78 dired-in-C enhancements is optional, and is determined by
|
|
79 HAVE_MSW_C_DIRED. See comments in xemacs.mak.
|
|
80
|
255
|
81 1998-02-18 Kirill M. Katsnelson <kkm@kis.ru>
|
|
82
|
|
83 * xemacs.mak: Fixed lost docstrings
|
|
84
|
249
|
85 1998-01-28 Jonathon Harris <jhar@tardis.ed.ac.uk>
|
|
86
|
|
87 * xemacs.mak: Updated accordingly.
|
|
88 Creates the MSVC browse info immediately after the link.
|
|
89
|
233
|
90 1997-12-29 Kirill M. Katsnelson <kkm@kis.ru>
|
|
91
|
|
92 * config.h: Suppressed MSVC warning 'relational' : signed/unsigned
|
|
93 mismatch
|
|
94
|
|
95 * config.h: INLINE defined to __inline for MSVC compilers >= 2.x
|
|
96
|
231
|
97 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
|
|
98
|
|
99 * xemacs.mak: added menubar-msw.c, menubar.c
|
|
100
|
|
101 * xemacs.mak: scrollabrs and menubars are rearranged properly
|
|
102 under different ifdef'd secions, so for example menubar.obj goes
|
|
103 to always compiled section, and menubar-msw.obj is built only when
|
|
104 HAVE_MSW.
|
|
105
|
|
106 * xemacs.mak: Compiler warning flag definition moved to a macro
|
|
107 CPP_WARN_FLAGS. Redefined from -w to -W3 (Doh!).
|
|
108
|
223
|
109 1997-12-11 David Hobley <davidh@wr.com.au>
|
|
110
|
|
111 * Added support for auto generation of puresize-adjust.h
|
|
112 in xemacs.mak. Also created new file puresize-adjust.h to copy
|
|
113 into src on initial build.
|
|
114
|
221
|
115 Mon December 08 1997 kkm@kis.ru
|
|
116
|
|
117 * xemacs.mak: added profile.c, removed event-unixod.c
|
|
118 * xemacs.mak: removed dangerous defines _IX_86, _X86_,
|
|
119 _MSC_VER
|
|
120 * config.h: removed #define HAVE_UNIXOID_EVENT_LOOP
|
|
121
|
219
|
122 Thu December 04 1997 jhar@tardis.ed.ac.uk
|
|
123
|
|
124 * xemacs.mak: Define DEBUG_XEMACS when compiling with debug.
|
|
125
|
|
126 Tue November 29 12:29:33 1997 davidh
|
|
127
|
|
128 * xemacs.mak and config.h updated to provide ability to
|
|
129 specify DEBUG mode from the xemacs.mak file.
|
|
130
|
|
131 Mon December 01 1997 jhar
|
|
132
|
|
133 * msw-init.el: Provide default bindings for cut, paste, copy and undo
|
|
134
|
|
135 * event-msw.c, event-msw.h, frame-msw.c, msw-proc.c:
|
|
136 - Implemeted simple emacs_mswindows_event_pending_p().
|
|
137 - Fixed deleting frames.
|
|
138 - Rewrote timeout code, eliminating "!NILP(rest)" bug.
|
|
139 - Special processing for 'Ctrl-@' keystroke.
|
|
140 - Support for some new keysyms.
|
|
141
|
|
142 Mon December 01 1997 jhar
|
|
143
|
|
144 * xemacs.mak:
|
|
145 - Add PACKAGE_PATH and EMACS_BETA_VERSION defines.
|
|
146 - Automatically copy changed include files from \nt to \src.
|
|
147 - Corrected some DOC_SRC* lists.
|
|
148
|
215
|
149 Tue November 18 21:45:06 1997 davidh
|
|
150
|
|
151 * xemacs.mak updated to remove dependency on startup.elc
|
|
152 HAVE_IMAGEMAGICK added for X build.
|
|
153
|
213
|
154 Thu September 25 23:06:44 1997 davidh
|
|
155
|
|
156 * xemacs.mak updated to make the build as simple as typing
|
|
157 nmake -f xemacs.mak. Also support for native gui included
|
|
158 which should mean the w32 directory is no longer required.
|
|
159
|
|
160 * config.h synced with config.h.in from 20.3-b2
|
|
161
|
|
162 * synced in changes to support native gui.
|
|
163
|
195
|
164 Thu September 25 23:06:44 1997 davidh
|
|
165
|
|
166 * August Hill provided a patch to xemacs.mak to greatly simplify
|
|
167 the build - the DOC file gets created correctly.
|
|
168
|
|
169 Tue September 22 23:06:44 1997 davidh
|
|
170
|
|
171 * August Hill provided some more patches - to expand ~ correctly
|
|
172 and to correctly deal with drive letters in the path.
|
|
173
|
|
174 * emacs.c patched to call init_ntproc()
|
|
175
|
|
176
|
179
|
177 Tue July 15 19:32:21 1997 davidh
|
|
178
|
|
179 * August Hill provided some more patches to make things better
|
|
180 - there is a workaround for dired to make the ^M's disappear
|
|
181 - a patch to fix shell-command
|
|
182
|
|
183 Tue July 08 22:01:36 1997 davidh
|
|
184
|
|
185 * #ifdef'd call to vfork and replaced with spawn as per GNU Emacs;
|
|
186 as a result, removed /force - XEmacs now links normally.
|
|
187
|
169
|
188 Thu June 31 21:16:21 1997 davidh
|
|
189
|
|
190 * nt/TODO created.
|
|
191
|
|
192 * nt/X11.patch created to help with the X build.
|
|
193
|
|
194 * August Hill provided:
|
|
195 a patch to fix the _WRETCODE undefined symbol,
|
|
196 a patch to fix a problem with dired
|
|
197
|
|
198 and generally helped clarify the build instructions.
|
|
199
|
|
200 * Synced with 20.3b10 (Athens).
|
|
201
|
|
202 * Made DIRECTORY_SEP be '\\'. Until I can change all code to
|
|
203 use the macro, I decided this would be easiest.
|
|
204
|
|
205 * Modified src/fileio.c to only open files in O_BINARY. This
|
|
206 causes files to be opened and written without automatically
|
|
207 writing ^M 's to the end of each line. MULE ought to sort this
|
|
208 in theory, but I am less than convinced.
|
|
209
|
|
210 * Updated the nt/README to provide a little more help.
|
|
211
|
155
|
212 Thu May 29 23:11:21 1997 davidh
|
|
213
|
|
214 * Synced with 20.3b2.
|
|
215
|
|
216 * Removed nt/README.src, nt/src.m.windowsnt.h nt/src.s.windowsnt.h.
|
|
217
|
|
218 * Updated README from marcpa.
|
|
219
|
|
220 * Added example Win32.cf and site.def files for X.
|
|
221
|
|
222 * Added sed.exe into nt/.
|
|
223
|
|
224 * Modified nt/xemacs.mak to pass correct flags to lwlib compile.
|
|
225
|
|
226 * Added extra .elc files to ensure make-docfile gets all symbols.
|
|
227
|
|
228 * Modified balloon_help.c to compile (#if'd max definition)
|
|
229
|
|
230 * Modified src/event-Xt.c so as not to add signal_event_pipe to
|
|
231 be selected on - this is a hack until I can work out a better
|
|
232 way. Thanks to Ben Wing for help on this.
|
|
233
|
118
|
234 Thu Mar 27 20:56:21 1997 marcpa (marcpa at MARCPA)
|
|
235
|
|
236 * Synced with 20.1b9.
|
|
237
|
|
238 Sun Mar 16 00:32:15 1997 marcpa (marcpa at MARCPA)
|
|
239
|
|
240 * lisp/eterm/README.term is truncated: is it just me (because
|
|
241 I'm on NT) or everyone else sees this ?
|
|
242 Answer: it is because it contains a ^Z embedded in it, therefore
|
|
243 it needs to be inserted in binary mode in CVS.
|
|
244
|
|
245 Thu Mar 13 00:19:25 1997 marcpa (marcpa at MARCPA)
|
|
246
|
|
247 * At end of compilation, there are some unresolved symbols:
|
|
248
|
|
249 link.exe @C:\TEMP\nma00115.
|
|
250 sysdep.obj : error LNK2001: unresolved external symbol _vfork
|
|
251 ../src/temacs.exe : warning LNK4088: image being generated due to /FORCE
|
|
252 option; image may not run
|
|
253
|
|
254
|
|
255 Wed Mar 12 23:18:53 1997 marcpa (marcpa at MARCPA)
|
|
256
|
|
257 * Need to copy the nt/inc directory David originally submitted or
|
|
258 NT code won't compile.
|
|
259
|
|
260 * Need to copy nt/{config.h,paths.h,ad2c.sed,xemacs.mak} in src.
|
|
261
|
|
262 * Had to modify XEmacs sources here and there : see the diffs
|
|
263 between NT_FIRST_COMPILE and V20_1_beta9.
|
|
264
|
|
265 * Needed to patch X11R6.3 sources: (include/x11/Xmd.h:155) BOOL is
|
|
266 already defined by Windows and is a long, while X wants it to be
|
|
267 an unsigned char.
|
|
268
|
|
269 --- Xmd.h~ Thu Jun 08 23:20:40 1995
|
|
270 +++ Xmd.h Sun Mar 16 13:09:10 1997
|
|
271 @@ -150,8 +150,9 @@
|
|
272 typedef CARD16 BITS16;
|
|
273 typedef CARD8 BYTE;
|
|
274
|
|
275 +#ifndef WIN32
|
|
276 typedef CARD8 BOOL;
|
|
277 -
|
|
278 +#endif
|
|
279
|
|
280 * cpp.exe not used: cl.exe from VC++4.2 seems to handle everything
|
|
281 properly.
|
|
282
|
|
283 NOTES:
|
|
284
|
|
285 Compilation with nmake -f xemacs.mak.
|
|
286
|
|
287 Using X11R6.3 for NT.
|
|
288
|
|
289 Work started with 20.1b2.
|
|
290
|
|
291 Local Variables:
|
|
292 mode: change-log
|
|
293 End:
|