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