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