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