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