]> code.delx.au - gnu-emacs/blob - nt/ChangeLog
* config.nt (__P): Remove.
[gnu-emacs] / nt / ChangeLog
1 2010-07-02 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt (__P): Remove.
4
5 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
6
7 * config.nt: Remove code depending on BSTRING.
8
9 2010-06-03 Glenn Morris <rgm@gnu.org>
10
11 * config.nt: Remove NOT_C_CODE tests, it is always true now.
12
13 2010-05-13 Glenn Morris <rgm@gnu.org>
14
15 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
16
17 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
18
19 * Version 23.2 released.
20
21 2010-05-04 Glenn Morris <rgm@gnu.org>
22
23 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
24
25 2010-04-20 Lewis Perin <perin@panix.com> (tiny change)
26
27 * emacs.manifest: Add trustInfo section to Windows manifest.
28
29 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
30
31 * Branch for 23.2.
32
33 2010-01-13 Martin Rudalics <rudalics@gmx.at>
34
35 * emacsclient.rc: Fix format of "LegalCopyright" value.
36
37 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
38
39 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
40
41 2009-12-27 Karl Fogel <kfogel@red-bean.com>
42
43 * INSTALL: Update for CVS->Bazaar switchover.
44
45 2009-09-14 Juanma Barranquero <lekktu@gmail.com>
46
47 * configure.bat: Add #define PROFILING to config.h.
48
49 2009-07-03 Jason Rumney <jasonr@gnu.org>
50
51 * runemacs.c (set_user_model_id): Use standard types.
52
53 2009-06-30 Jason Rumney <jasonr@gnu.org>
54
55 * runemacs.c (set_user_model_id): New function.
56 (WinMain): Use it.
57
58 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
59
60 * Branch for 23.1.
61
62 2009-03-21 Eli Zaretskii <eliz@gnu.org>
63
64 * inc/sys/stat.h (struct stat): Change the types of st_uid and
65 st_gid to unsigned.
66
67 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
68 to unsigned.
69 (getpwuid): Argument is now unsigned.
70 uid_t is now unsigned.
71
72 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
73
74 * INSTALL: Add comment about TCC; fix typos.
75
76 2009-01-26 Jason Rumney <jasonr@gnu.org>
77
78 * emacsclient.rc, emacs.rc: Swap name and description.
79 Remove Windows versions.
80
81 2009-01-15 Jason Rumney <jasonr@gnu.org>
82
83 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
84
85 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
86
87 * addpm.c (main): Try using COM to create start menu shortcuts
88 before resorting to DDE (Bug#202)
89 Remove second command-line argument.
90
91 2009-01-03 Juanma Barranquero <lekktu@gmail.com>
92
93 * configure.bat: Untabify help message.
94
95 2009-01-03 Jason Rumney <jasonr@gnu.org>
96
97 * configure.bat: New option --with-svg.
98
99 * INSTALL: Document experimental SVG support.
100
101 2008-12-25 Jason Rumney <jasonr@gnu.org>
102
103 * config.nt (PTR): Remove.
104
105 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
106
107 * config.nt (LISTPROC, PROCATTR): Remove.
108
109 2008-08-09 Eli Zaretskii <eliz@gnu.org>
110
111 * config.nt (LISTPROC, PROCATTR): New macros.
112
113 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
114
115 * config.nt (MULTI_KBOARD): Remove.
116
117 2008-07-23 Jason Rumney <jasonr@gnu.org>
118
119 * configure.bat: New option --profile.
120 * gmake.defs: Set cflags and ldflags for profiling when specified.
121
122 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
123
124 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
125
126 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
127
128 * config.nt (HAVE_FACES): Remove, unused.
129
130 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
131 Eli Zaretskii <eliz@gnu.org>
132
133 * nmake.defs (FONT_CFLAGS):
134 * gmake.defs (FONT_CFLAGS): Remove.
135 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
136 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
137 and _CRTAPI1.
138 (ARCH_FLAGS): Don't include _X86_.
139
140 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
141
142 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
143
144 * config.nt: Remove reference to UNEXEC_SRC.
145
146 2008-06-23 Juanma Barranquero <lekktu@gmail.com>
147 Eli Zaretskii <eliz@gnu.org>
148
149 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
150 Don't hardcode -gstabs+, use DEBUG_INFO.
151
152 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
153 Default to stabs if the compiler does not support DWARF-2.
154 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
155
156 2008-05-14 Jason Rumney <jasonr@gnu.org>
157
158 * configure.bat: Remove code dealing with --disable-font-backend.
159
160 2008-05-09 Eli Zaretskii <eliz@gnu.org>
161
162 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
163 better alignment. Make st_size 64-bit wide. Add new members
164 st_uname and st_gname.
165
166 * inc/grp.h (struct group): Add gr_gid member.
167
168 2008-04-23 Eli Zaretskii <eliz@gnu.org>
169
170 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
171 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
172 a real file there is not a good idea.
173
174 2008-04-23 Jason Rumney <jasonr@gnu.org>
175
176 * makefile.w32-in (CLIENTRES): New variable and build target.
177 (all): Depend on it.
178 ($(TRES)): Use $(TRES) in rule.
179
180 2008-04-21 Jason Rumney <jasonr@gnu.org>
181
182 * configure.bat (success): Print "make" rather than "gmake", as that
183 is what MinGW uses.
184
185 2008-04-11 Eli Zaretskii <eliz@gnu.org>
186
187 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
188 Add copyright notice.
189
190 2008-04-10 Jason Rumney <jasonr@gnu.org>
191
192 * emacsclient.rc: New file.
193
194 * INSTALL: Document make targets.
195
196 2008-04-09 Jason Rumney <jasonr@gnu.org>
197
198 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
199 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
200 (top-distclean, distclean, distclean-other-dirs-nmake)
201 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
202 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
203
204 2008-04-05 Eli Zaretskii <eliz@gnu.org>
205
206 * inc/sys/stat.h: New file.
207
208 * configure.bat: Add check for usp10.h.
209
210 2008-04-04 Jason Rumney <jasonr@gnu.org>
211
212 * INSTALL: Update W32 API requirements.
213
214 2008-04-03 Jason Rumney <jasonr@gnu.org>
215
216 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
217
218 2008-03-13 Glenn Morris <rgm@gnu.org>
219
220 * emacs.rc: Set version to 23.0.60.
221
222 2008-03-04 Jason Rumney <jasonr@gnu.org>
223
224 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
225 (EMACS_EXTRA_C_FLAGS): Include it.
226 * configure.bat (usefontbackend): Default to Y.
227 (--enable-font-backend): Replace with --disable-font-backend.
228 (:withfont): Replace with :withoutfont.
229
230 2008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
231
232 * icons/emacs.ico: Full alpha for 32x32 full color.
233 Add 32x32 and 16x16 256 color versions.
234
235 2008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
236
237 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
238
239 2008-03-02 Jason Rumney <jasonr@gnu.org>
240
241 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
242
243 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
244
245 * icons/README: Update.
246
247 * icons/emacs.ico: New icon.
248
249 2008-02-25 Juanma Barranquero <lekktu@gmail.com>
250
251 * addpm.c: Include malloc.h.
252 (add_registry): Cast return value of alloca.
253
254 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
255
256 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
257
258 2008-02-11 Eli Zaretskii <eliz@gnu.org>
259
260 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
261 conditional on existence of junk.o. If %nocygwin% is already set
262 to Y, skip to chkapiN instead of chkapi.
263 (chkapi): Move "rm -f junk.c junk.o" to here.
264 (chkapiN): New label.
265
266 2008-02-11 Jason Rumney <jasonr@gnu.org>
267
268 * makefile.w32-in: Remove unidata-gen related rules.
269
270 2008-02-09 Eli Zaretskii <eliz@gnu.org>
271
272 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
273
274 2008-02-11 Jason Rumney <jasonr@gnu.org>
275
276 * addpm.c (add_registry): Add an App Paths registry key.
277 Look for GTK and add it to the DLL search path for Emacs if found.
278
279 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
280
281 * configure.bat: In help, use generic names for the image libraries.
282
283 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
284
285 * .cvsignore: Don't ignore .arch-inventory.
286
287 2008-02-03 Jason Rumney <jasonr@gnu.org>
288
289 * configure.bat: Make gcc the default compiler.
290
291 2008-02-02 Eli Zaretskii <eliz@gnu.org>
292
293 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
294 Ignore return status.
295
296 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
297 it out of the way of Windows generated file. Generate
298 admin/unidata/makefile.
299
300 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
301 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
302 (unidatagen-clean-SH): New targets.
303 (bootstrap-nmake): Invoke unidatagen-nmake.
304 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
305
306 2008-02-01 Jason Rumney <jasonr@gnu.org>
307
308 * configure.bat (withfont): Set sep1 after modifying usercflags.
309
310 2008-02-01 Jason Rumney <jasonr@gnu.org>
311
312 * configure.bat: Rename --with-font-backend to --enable-font-backend
313 for consistency with other platforms.
314
315 2008-02-01 Jason Rumney <jasonr@gnu.org>
316
317 * configure.bat: Add --with-font-backend option.
318
319 2008-01-20 Jason Rumney <jasonr@gnu.org>
320
321 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
322 permissions to NTFS ACLs.
323
324 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
325
326 * config.nt: Remove HAVE_X11R5.
327
328 2007-10-22 Jason Rumney <jasonr@gnu.org>
329
330 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
331 (strings.h, stdlib.h): Conditionally include.
332 (w32_abort): Declare here.
333 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
334
335 2007-10-20 Jason Rumney <jasonr@gnu.org>
336
337 * makefile.w32-in (info-nmake): Change into correct directories.
338
339 2007-10-20 Eli Zaretskii <eliz@gnu.org>
340
341 * configure.bat (docflags, doldflags): New variables.
342 (genmakefiles): Use them to work around problems with whitespace
343 in arguments of the `if' command.
344
345 2007-10-18 Jason Rumney <jasonr@gnu.org>
346
347 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
348
349 2007-09-27 Jason Rumney <jasonr@gnu.org>
350
351 * gmake.defs (COMCTL32): New system library.
352
353 * nmake.defs (COMCTL32): New system library.
354
355 2007-09-06 Glenn Morris <rgm@gnu.org>
356
357 * configure.bat:
358 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
359 Change from ../man to ../doc/emacs and ../doc/misc; and from
360 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
361
362 2007-08-29 Glenn Morris <rgm@gnu.org>
363
364 * emacs.rc: Increase version to 23.0.50.
365
366 2007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
367
368 * makefile.w32-in (bootstrap-nmake): Change directories once more.
369
370 2007-07-25 Glenn Morris <rgm@gnu.org>
371
372 * Relicense all FSF files to GPLv3 or later.
373
374 * COPYING: Switch to GPLv3.
375
376 2007-07-16 Eli Zaretskii <eliz@gnu.org>
377
378 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
379 Depend on cmdproxy.
380 (cleanall): Don't delete *~.
381
382 2007-07-15 Jason Rumney <jasonr@gnu.org>
383
384 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
385 be fully supported.
386
387 2007-07-14 Jason Rumney <jasonr@gnu.org>
388
389 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
390 of winsock.h.
391
392 2007-07-11 Jason Rumney <jasonr@gnu.org>
393
394 * gmake.defs (OLE32): New library to link.
395
396 * nmake.defs (OLE32): Likewise.
397
398 2007-06-25 Jason Rumney <jasonr@gnu.org>
399
400 * cmdproxy.c (main): Set console codepages to "ANSI".
401
402 2007-06-20 Jason Rumney <jasonr@gnu.org>
403
404 * configure.bat: Complain if image libraries are missing.
405
406 2007-06-15 Jason Rumney <jasonr@gnu.org>
407
408 * emacs.manifest: New file.
409
410 * emacs.rc: Use it.
411
412 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
413
414 * Version 22.1 released.
415
416 2007-05-22 Eli Zaretskii <eliz@gnu.org>
417
418 * INSTALL: Add information about where to find GDB, and warn
419 against --no-debug option to configure.bat.
420
421 2007-05-19 Eli Zaretskii <eliz@gnu.org>
422
423 * INSTALL: Fix URL of EmacsW32 site where building with image
424 support is described.
425
426 2007-04-26 Glenn Morris <rgm@gnu.org>
427
428 * emacs.rc: Increase version to 22.1.50.
429
430 2007-03-31 Eli Zaretskii <eliz@gnu.org>
431
432 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
433
434 2007-03-09 Richard Stallman <rms@gnu.org>
435
436 * INSTALL: Say explicitly this is not for Cygwin.
437
438 2007-03-03 Eli Zaretskii <eliz@gnu.org>
439
440 * INSTALL: Add URL of another site with detailed build instructions.
441
442 2007-02-16 Glenn Morris <rgm@gnu.org>
443
444 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
445 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
446 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
447 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
448 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
449 Restore all but two of icons deleted in previous change.
450
451 2007-02-13 Chong Yidong <cyd@stupidchicken.com>
452
453 * icons/README: New file.
454
455 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
456 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
457 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
458 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
459 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
460 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
461 Unused icons deleted.
462
463 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
464
465 * configure.bat: Update ../site-lisp/subdirs.el when needed.
466
467 2007-01-30 Juanma Barranquero <lekktu@gmail.com>
468
469 * subdirs.el: Add "no-byte-compile: t" local variable.
470
471 2007-01-10 Jason Rumney <jasonr@gnu.org>
472
473 * README: Update URLs and advice about reporting bugs.
474
475 2006-12-29 Jason Rumney <jasonr@gnu.org>
476
477 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
478 DEBUG_LINK.
479 (DEBUG_LINK): Remove -debugtype:both.
480
481 2006-12-27 Eli Zaretskii <eliz@gnu.org>
482
483 * INSTALL: Update table of supported Make ports. Show "make -j"
484 command that is known to work.
485
486 * configure.bat: Update table of supported Make ports.
487
488 2006-12-24 Eli Zaretskii <eliz@gnu.org>
489
490 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
491 only in implicit rules. Use literal "emacs.rc" instead.
492
493 2006-12-23 Eli Zaretskii <eliz@gnu.org>
494
495 * gmake.defs: Export XMFLAGS.
496
497 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
498 use $(XMFLAGS) for nmake, as it doesn't support parallelism.
499
500 2006-12-22 Eli Zaretskii <eliz@gnu.org>
501
502 * INSTALL: Explain how to invoke GNU Make for parallel builds.
503
504 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
505 command-line argument to sub-Make in src, since src/makefile.w32-in
506 invokes Make recursively during bootstrap.
507 (clean): Delete stamp_BLD.
508 (bootstrap): Make `all' explicitly in a recursive Make.
509
510 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
511 stamp_BLD after creating the $(BLD) directory.
512
513 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
514 stamp_BLD after creating the $(BLD) directory.
515
516 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
517 (preprep, $(TRES), runemacs)
518 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
519 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
520 Depend on stamp_BLD instead of on $(BLD).
521 (XMFLAGS): New macro.
522 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
523 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
524 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
525 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
526
527 2006-12-20 Eli Zaretskii <eliz@gnu.org>
528
529 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
530 $(ALL_DEPS).
531 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
532 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
533 New dependency on $(BLD).
534 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
535 (bootstrap-gmake): Depend on addsection.
536
537 2006-10-29 Juanma Barranquero <lekktu@gmail.com>
538
539 * runemacs.c (WinMain): Process all recognized arguments, not just
540 the first one. Remove unused variable sec_desc.
541
542 2006-09-24 Eli Zaretskii <eliz@gnu.org>
543
544 * config.nt (HAVE_LANGINFO_CODESET): Define.
545
546 * inc/langinfo.h: New file.
547
548 * inc/nl_types.h: New file.
549
550 2006-09-15 Jay Belanger <belanger@truman.edu>
551
552 * COPYING: Replace "Library Public License" by "Lesser Public
553 License" throughout.
554
555 2006-07-27 Jason Rumney <jasonr@gnu.org>
556
557 * INSTALL: Add notes about Cygwin make to impatient section.
558
559 2006-06-02 Eli Zaretskii <eliz@gnu.org>
560
561 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
562 known to work.
563
564 2006-03-12 Jason Rumney <jasonr@gnu.org>
565
566 * addpm.c (add_registry): Don't change the registry unless keys
567 already exist from a previous version.
568
569 * makefile.w32-in (install): Use -q when invoking addpm.
570
571 * addpm.c (main): Accept -q as alternative for /q.
572
573 2006-03-11 Jason Rumney <jasonr@gnu.org>
574
575 * runemacs.c (WinMain): Set screen buffer to 80x25.
576
577 2005-12-24 Eli Zaretskii <eliz@gnu.org>
578
579 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
580 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
581
582 2005-12-09 Eli Zaretskii <eliz@gnu.org>
583
584 * INSTALL: Add explanation of how to debug with GDB starting from
585 the Emacs Abort dialog.
586
587 2005-11-26 Chong Yidong <cyd@stupidchicken.com>
588
589 * emacs.rc: Use new icons.
590
591 2005-11-26 Eli Zaretskii <eliz@gnu.org>
592
593 * emacs21.ico: Renamed from emacs.ico.
594 * emacs.ico: New icons from Andrew Zhilin
595 <andrew_zhilin@yahoo.com>.
596
597 2005-09-10 Eli Zaretskii <eliz@gnu.org>
598
599 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
600
601 2005-08-10 Juanma Barranquero <lekktu@gmail.com>
602
603 * .cvsignore: Add `obj' and `oo' for in-place installations.
604
605 2005-07-30 Eli Zaretskii <eliz@gnu.org>
606
607 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
608
609 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
610
611 * configure.bat: Don't create lisp/Makefile.unix.
612
613 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
614
615 * .cvsignore: Add `makefile' and `config.log'.
616
617 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
618
619 Merge gnulib getopt implementation into Emacs.
620
621 * inc/gettext.h: Remove; no longer needed now that
622 lib-src/gettext.h exists.
623
624 2005-07-16 Eli Zaretskii <eliz@gnu.org>
625
626 * configure.bat: Finish config.log with a line that indicates that
627 the configure step was successful.
628
629 2005-07-04 Lute Kamstra <lute@gnu.org>
630
631 Update FSF's address in GPL notices.
632
633 2005-06-11 Eli Zaretskii <eliz@gnu.org>
634
635 * configure.bat: If their fc.exe returns a meaningful exit status,
636 don't overwrite src/config.h and src/epaths.h with identical
637 copies.
638
639 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
640 changes. Add a pointer to another site with detailed configure
641 and build instructions. Suggest to look at config.log when
642 configure fails. Add MinGW Make 3.80 to the list of successful
643 combinations.
644
645 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
646 "-mcpu=i686".
647
648 * configure.bat: Update copyright years.
649 Delete config.log before doing anything else.
650 Write additional diagnostics to config.log in case of failures to
651 compile test programs, including the failed test program itself.
652 Add a test for support of -mtune=pentium4 switch to GCC; if it is
653 supported, set up MCPU_FLAG variable on the various Makefiles to
654 use that switch during compilations. (This avoids GCC warning
655 about -mcpu being deprecated.)
656
657 2005-06-10 Eli Zaretskii <eliz@gnu.org>
658
659 * addsection.c (copy_executable_and_add_section): Pass non-zero
660 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
661 environment. Print section names with %.8s.
662 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
663 only if non-zero. All callers changed.
664
665 2005-06-05 Eli Zaretskii <eliz@gnu.org>
666
667 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
668 `const void *', for consistency with Posix.
669
670 2005-06-04 Eli Zaretskii <eliz@gnu.org>
671
672 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
673
674 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
675
676 * INSTALL: Add more pointers to ports of Unix tools to Windows,
677 and to the Emacs Wiki (which contains building instructions for
678 Windows). Reword image library instructions and remove obsolete
679 incompatibility information.
680
681 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
682
683 * config.nt (HAVE_PWD_H): Undef.
684
685 2004-06-07 Juanma Barranquero <lektu@terra.es>
686
687 * INSTALL: Clarify paragraph about compatibility between image
688 libraries and builds of Emacs with several compilers.
689
690 2004-06-06 Juanma Barranquero <lektu@terra.es>
691
692 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
693 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
694 calling non-existent cmdproxy.exe on bootstrapping after a
695 previous install followed by realclean.
696
697 * nmake.defs: Add quote in comment to resync font-locking.
698
699 2004-06-04 Juanma Barranquero <lektu@terra.es>
700
701 * INSTALL: Reword the section on image support. Add reference to
702 GnuWin32. Mention problems when mixing binaries from different
703 compilers.
704
705 2004-05-06 Jason Rumney <jasonr@gnu.org>
706
707 * configure.bat: Use -mno-cygwin to check for image libraries
708 when needed.
709
710 2004-05-03 Jason Rumney <jasonr@gnu.org>
711
712 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
713 * makefile.def: Remove.
714
715 * nmake.defs (SYS_LDFLAGS): Add -nologo.
716
717 * makefile.w32-in (info-gmake, info-nmake): New targets.
718 (info): Use them.
719
720 2004-04-23 Juanma Barranquero <lektu@terra.es>
721
722 * nmake.defs:
723 * gmake.defs:
724 * makefile.w32-in:
725 * makefile.def:
726 * makefile.nt: Add "-*- makefile -*-" mode tag.
727
728 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
729
730 * runemacs.c (WinMain): Let Emacs environment default to parent.
731
732 2004-03-11 Jason Rumney <jasonr@gnu.org>
733
734 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
735
736 2004-03-10 Juanma Barranquero <lektu@terra.es>
737
738 * makefile.w32-in (install): Don't try to copy
739 ../lib-src/fns-*.el, as it isn't used anymore.
740
741 2004-01-28 Peter Runestig <peter@runestig.com>
742
743 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
744
745 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
746
747 * .cvsignore: Add `.arch-inventory'.
748
749 2003-11-22 Lars Hansen <larsh@math.ku.dk>
750
751 * inc/grp.h: New file.
752
753 2003-09-03 Peter Runestig <peter@runestig.com>
754
755 * configure.bat: Create ``makefile'' in directories man, lispref
756 and lispintro.
757
758 * makefile.w32-in (force-info, info): New targets.
759
760 * envadd.bat: New file.
761
762 * multi-install-info.bat: New file.
763
764 2003-06-27 Jan Djärv <jan.h.d@swipnet.se>
765
766 * config.nt (my_strftime): New define.
767
768 2003-02-01 Jason Rumney <jasonr@gnu.org>
769
770 * configure.bat: Automatically detect libXpm.
771 Suppress compiler output when testing for image libraries.
772 Give names of un-found libraries in messages.
773
774 2003-01-31 Juanma Barranquero <lektu@terra.es>
775
776 * configure.bat: Automatically detect giflib and tifflib.
777
778 2003-01-29 Jason Rumney <jasonr@gnu.org>
779
780 * gmake.defs (CURDIR): Disable cygpath kludge.
781
782 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
783
784 * configure.bat: Avoid endless loop when configuring without image
785 support.
786
787 2003-01-26 Jason Rumney <jasonr@gnu.org>
788
789 * configure.bat: Automatically detect jpeglib.
790
791 2003-01-25 Jason Rumney <jasonr@gnu.org>
792
793 * configure.bat: Automatically detect libpng.
794
795 2003-01-21 Jason Rumney <jasonr@gnu.org>
796
797 * icons/hand.cur: New file.
798
799 2003-01-21 David Ponce <david@dponce.com>
800
801 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
802
803 2003-01-15 Andrew Innes <andrewi@gnu.org>
804
805 * gmake.defs (CURDIR): Convert to native Windows format (with
806 forward slashes), to support building with Cygwin builds of make.
807
808 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
809
810 * nmake.defs:
811 * gmake.defs: Made changes so that Emacs would link with
812 WinMM.lib. This change was required for my addition of a Windows
813 compatible implementation of play-sound-internal.
814
815 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
816
817 * emacs.rc: Version updated to 21.3.50.
818
819 2002-06-13 Jason Rumney <jasonr@gnu.org>
820
821 * addpm.c (env_vars): Remove EMACSLOCKDIR.
822
823 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
824 (maybe-bootstrap-SH): New targets.
825 (all): Depend on maybe-bootstrap.
826
827 2002-05-03 Jason Rumney <jasonr@gnu.org>
828
829 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
830 (sys_getpeername, fcntl): Declare as wrappers.
831
832 2002-04-10 Juanma Barranquero <lektu@terra.es>
833
834 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
835 after compiling .el files.
836
837 2002-03-20 Jason Rumney <jasonr@gnu.org>
838
839 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
840 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
841
842 2002-03-19 Kim F. Storm <storm@cua.dk>
843
844 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
845 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
846 (HAVE_SYS_UN_H): Undef.
847 From David Ponce <dponce@voila.fr>.
848
849 2002-03-13 Jason Rumney <jasonr@gnu.org>
850
851 * config.nt (STRFTIME_NO_POSIX2): Define.
852
853 2002-02-18 Jason Rumney <jasonr@gnu.org>
854
855 * emacs.rc: Define VS_VERSION_INFO if not already.
856 Update version info.
857
858 2002-01-04 Andrew Innes <andrewi@gnu.org>
859
860 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
861 pick up relevant bits of the Windows API definitions.
862
863 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
864 pick up relevant bits of the Windows API definitions.
865
866 2001-12-14 Andrew Innes <andrewi@gnu.org>
867
868 * makefile.w32-in (bootstrap): Build addsection program before
869 bootstrap (required for post-processing temacs.exe).
870
871 2001-12-08 Pavel Janík <Pavel@Janik.cz>
872
873 * COPYING: New file.
874
875 2001-12-03 Andrew Innes <andrewi@gnu.org>
876
877 * makefile.w32-in (bootstrap-nmake):
878 (bootstrap-gmake): Extend bootstrap process to first do
879 bootstrap-clean in lisp dir and rebuild the DOC file.
880 (bootstrap): Do a "normal" make after the bootstrap work.
881
882 2001-11-20 Jason Rumney <jasonr@gnu.org>
883
884 * INSTALL: Update table of versions of make that are suitable
885 for building Emacs, based on recent feedback.
886
887 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
888
889 2001-11-19 Andrew Innes <andrewi@gnu.org>
890
891 * ftime-nostartup.bat: New file.
892
893 * ftime.bat: Don't include libc.lib for profiling - the profiler
894 corrupts part of memcpy.
895
896 2001-11-17 Jason Rumney <jasonr@gnu.org>
897
898 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
899 expansion. From Juanma Barranquero <lektu@terra.es>.
900
901 2001-10-20 Gerd Moellmann <gerd@gnu.org>
902
903 * (Version 21.1 released.)
904
905 2001-10-12 Andrew Innes <andrewi@gnu.org>
906
907 * inc/pwd.h (uid_t, gid_t): New typedefs.
908
909 2001-10-05 Gerd Moellmann <gerd@gnu.org>
910
911 * Branch for 21.1.
912
913 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
914
915 * README: Update the address of the mailing list and subscription
916 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
917
918 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
919
920 * INSTALL: Suggest to avoid using WinZip.
921
922 * configure.bat: Make sure ../site-lisp exists; create if necessary.
923
924 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
925
926 * INSTALL: Mention that "make install" can be "nmake install".
927
928 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
929
930 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
931 since some versions of `mkdir' don't automatically create parent
932 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
933
934 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
935
936 * subdirs.el: New file.
937
938 * configure.bat: Copy subdirs.el to the site-lisp directory.
939
940 * makefile.w32-in (install): Copy subdirs.el to the installation
941 directory.
942
943 2001-06-20 Jason Rumney <jasonr@gnu.org>
944
945 * runemacs.c (WinMain): Add quotes around command in case of spaces.
946
947 2001-06-01 Andrew Innes <andrewi@gnu.org>
948
949 * gmake.defs (sh_output): Don't use $(warning ...) to output
950 messages, since that is not supported by GNU make 3.77.
951
952 2001-05-24 Jason Rumney <jasonr@gnu.org>
953
954 * INSTALL: Clarify that building with MSVC requires nmake.
955
956 2001-05-17 Andrew Innes <andrewi@gnu.org>
957
958 * gmake.defs (NEW_CYGWIN): Output message about spurious error
959 message that is to be ignored.
960
961 2001-05-13 Andrew Innes <andrewi@gnu.org>
962
963 * TODO: Remove file, since it is completely out of date.
964
965 * README: Add copyright notice.
966
967 * INSTALL: Add copyright notice.
968
969 2001-04-18 Andrew Innes <andrewi@gnu.org>
970
971 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
972 the environment.
973
974 * gmake.defs (SETLOADPATH): Remove definition.
975 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
976 environment.
977
978 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
979
980 * configure.bat: Make the checkw32api* labels be distinct in the
981 first 8 characters.
982
983 2001-03-17 Andrew Innes <andrewi@gnu.org>
984
985 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
986 escaped quotes.
987
988 * gmake.defs (DEBUG_LINK): New macro.
989 (LINK_FLAGS): Use it.
990
991 * nmake.defs (DEBUG_LINK): New macro.
992 (LINK_FLAGS): Use it.
993
994 2001-03-06 Andrew Innes <andrewi@gnu.org>
995
996 * INSTALL: Add --ldflags to configure line for building with
997 recent versions of Cygwin GCC.
998
999 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
1000
1001 * configure.bat: Use correct options when compiling a test program
1002 with Cygwin. From David Ponce <dponce@voila.fr>.
1003
1004 2001-02-24 Andrew Innes <andrewi@gnu.org>
1005
1006 * _emacs: Remove obsolete file.
1007
1008 * emacs.bat.in: Remove obsolete file.
1009
1010 * debug.bat.in: Remove obsolete file.
1011
1012 * inc/sys/socket.h: Add copyright notice.
1013
1014 * paths.h: Add copyright notice.
1015
1016 * makefile.nt: Update copyright notice.
1017
1018 * makefile.def: Update copyright notice.
1019
1020 * configure.bat: Update copyright notice.
1021
1022 * nmake.defs: Add copyright notice.
1023
1024 * gmake.defs: Add copyright notice.
1025
1026 * makefile.w32-in: Add copyright notice.
1027
1028 2001-02-05 Andrew Innes <andrewi@gnu.org>
1029
1030 * nmake.defs (THISDIR): New definition.
1031
1032 * gmake.defs (THISDIR): New definition.
1033
1034 2001-02-03 Andrew Innes <andrewi@gnu.org>
1035
1036 * configure.bat: Leave a space before >> only when there is a
1037 preceding digit. Add a comment about the importance of this.
1038
1039 * README: Replace outdated information.
1040
1041 * INSTALL (Trouble-shooting): Add note about need to specify extra
1042 compiler flags with recent Cygwin ports of gcc.
1043
1044 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1045
1046 * configure.bat: Use "rm -f" instead of "del /f", as the latter
1047 is not supported by Windows 9X's COMMAND.COM.
1048
1049 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1050
1051 * configure.bat: Make sure redirection is preceded by a blank, to
1052 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
1053 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
1054
1055 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
1056
1057 * INSTALL: Copy the table of tested combinations of development
1058 tools from configure.bat. Add suggestion to install Bash on
1059 Windows 9X.
1060
1061 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
1062 lisp/Makefile.in instead. Use "rm -f" where more than one file
1063 needs to be deleted, since command.com in Windows 9X doesn't grok
1064 more than one argument.
1065
1066 2001-01-24 Andrew Innes <andrewi@gnu.org>
1067
1068 * makefile.w32-in (cleanall-other-dirs-nmake):
1069 (cleanall-other-dirs-gmake): New targets.
1070 (cleanall): Invoke them.
1071
1072 2001-01-19 Andrew Innes <andrewi@gnu.org>
1073
1074 * addpm.c (env_vars): Add a version-independent site-lisp
1075 directory to EMACSLOADPATH, after the version dependent one.
1076
1077 2001-01-06 Andrew Innes <andrewi@gnu.org>
1078
1079 * README: Update info about compilers.
1080
1081 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
1082 select correct rule for invoking make in another directory. Amend
1083 rules accordingly.
1084 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
1085
1086 * nmake.defs (EMACS_ICON_PATH): Delete definition.
1087 (COMPILER_TEMP_FILES): New definition.
1088 (MAKETYPE): New definition.
1089
1090 * gmake.defs (EMACS_ICON_PATH): Delete definition.
1091 (COMPILER_TEMP_FILES): New definition.
1092 (MAKETYPE): New definition.
1093
1094 * makefile.def (EMACS_ICON_PATH): Delete definition.
1095
1096 * configure.bat: Be careful not to add trailing spaces when
1097 outputting to config.settings.
1098
1099 2001-01-02 Andrew Innes <andrewi@gnu.org>
1100
1101 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
1102 than the function.
1103
1104 2000-12-17 Andrew Innes <andrewi@gnu.org>
1105
1106 * makefile.w32-in (install): Copy directories to the correct
1107 places.
1108 (real_install): Remove obsolete target.
1109
1110 2000-12-06 Andrew Innes <andrewi@gnu.org>
1111
1112 * nmake.defs (CURDIR): New define.
1113 (INSTALL_DIR): Use it.
1114
1115 * gmake.defs (NEW_CYGWIN): New define.
1116 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
1117 so we need to adjust how we escape embedded quotes.
1118 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
1119 relative to $(CURDIR).
1120
1121 2000-11-25 Jason Rumney <jasonr@gnu.org>
1122
1123 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1124
1125 2000-10-17 Andrew Innes <andrewi@gnu.org>
1126
1127 * makefile.w32-in (recompile): New target to recompile lisp
1128 directory.
1129 (recompile-CMD, recompile-SH): New support targets.
1130
1131 2000-09-24 Jason Rumney <jasonr@gnu.org>
1132
1133 * config.nt (NO_RETURN): Define it.
1134
1135 2000-09-17 Andrew Innes <andrewi@gnu.org>
1136
1137 * gmake.defs: Revert to Unix line endings.
1138
1139 * nmake.defs: Revert to Unix line endings.
1140
1141 2000-09-16 Andrew Innes <andrewi@gnu.org>
1142
1143 * gmake.defs (SETLOADPATH): Change definition to work from any
1144 subdirectory.
1145
1146 2000-09-14 Andrew Innes <andrewi@gnu.org>
1147
1148 * makefile.w32-in: Revert to Unix line endings.
1149
1150 2000-09-14 Andrew Innes <andrewi@gnu.org>
1151
1152 * INSTALL: Add note about expected error messages when configure
1153 is run.
1154
1155 * configure.bat: Simplify the generation of makefiles (don't need
1156 to generate various top-level targets that invoke make in other
1157 directories).
1158
1159 * gmake.defs (SHELLTYPE): New define.
1160 (SETLOADPATH): New define.
1161
1162 * nmake.defs (SHELLTYPE): New define.
1163
1164 * makefile.w32-in: Standardize indentation somewhat.
1165 Add bootstrap support.
1166 Pass $(MFLAGS) when invoking make recursively.
1167 Add shell-specific variants of top-level targets that invoke make
1168 recursively in other directories, and add necessary computed
1169 dependencies.
1170
1171 2000-09-03 Andrew Innes <andrewi@gnu.org>
1172
1173 * makefile.w32-in: Change to DOS line endings.
1174
1175 * configure.bat: Change to DOS line endings.
1176
1177 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1178 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1179
1180 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1181 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1182
1183 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1184 -D_ANONYMOUS_STRUCT on compile line.
1185 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
1186 (ARCH_CFLAGS): Change optimization flags to -O2.
1187 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1188 (ARGQUOTE, DQUOTE): New defines.
1189
1190 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1191 -D_ANONYMOUS_STRUCT on compile line.
1192 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1193 (ARGQUOTE, DQUOTE): New defines.
1194
1195 2000-08-22 Andrew Innes <andrewi@gnu.org>
1196
1197 * configure.bat: New file.
1198
1199 * gmake.defs: New file.
1200
1201 * nmake.defs: New file.
1202
1203 * makefile.w32-in: New file.
1204
1205 * INSTALL: Rewrite to match new configure process.
1206
1207 * config.nt [WINDOWSNT]: Don't declare getenv.
1208 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
1209
1210 * addpm.c (main): Accept /q to mean install based on addpm's
1211 location without asking. Remove reference to emacs.bat which is
1212 now obsolete.
1213
1214 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
1215
1216 * paths.h: Use forward slash as directory separator in all path
1217 definitions.
1218 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
1219
1220 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
1221
1222 * runemacs.c: Remove WIN32 define.
1223
1224 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
1225 not defined.
1226
1227 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
1228 (fd_set): Define to new name, after including winsock.h, so we can
1229 provide our own implementation.
1230
1231 2000-07-05 Andrew Innes <andrewi@gnu.org>
1232
1233 * ebuild.bat: Add support for specifying make arguments.
1234
1235 * makefile.nt: Add support for `bootstrap' and related targets.
1236
1237 2000-06-11 Jason Rumney <jasonr@gnu.org>
1238
1239 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1240
1241 2000-02-06 Andrew Innes <andrewi@gnu.org>
1242
1243 * inc/sys/time.h: Add inclusion protection.
1244
1245 * makefile.def (SYS_LDFLAGS): Add -nologo.
1246
1247 1999-11-22 Andrew Innes <andrewi@gnu.org>
1248
1249 * install.bat: Pass on command line arguments to make.
1250
1251 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
1252
1253 1999-11-21 Andrew Innes <andrewi@gnu.org>
1254
1255 * makefile.nt (all): Build leim if present.
1256 (install): Install leim if present.
1257 (clean): Clean leim if present.
1258
1259 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
1260 definition.
1261
1262 * emacs.bat.in (EMACSLOADPATH): Include leim.
1263
1264 1999-07-12 Richard Stallman <rms@gnu.org>
1265
1266 * Version 20.4 released.
1267
1268 1999-06-16 Andrew Innes <andrewi@gnu.org>
1269
1270 * emacs.rc: Use an icon with a transparent background, to be in
1271 keeping with other applications.
1272
1273 1999-06-03 Andrew Innes <andrewi@gnu.org>
1274
1275 * preprep.c: Fix typo.
1276
1277 1999-05-02 Andrew Innes <andrewi@gnu.org>
1278
1279 * config.h: Remove obsolete file.
1280
1281 * preprep.c (copy_executable_and_move_sections): Ifdef out a
1282 couple of unused switch cases that aren't defined on all
1283 platforms.
1284
1285 * ftime.bat: Add another variation of the profile command, which
1286 only profiles extended commands.
1287
1288 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
1289
1290 * cmdproxy.c (main): Fix parens.
1291
1292 1999-03-25 Andrew Innes <andrewi@gnu.org>
1293
1294 * cmdproxy.c (main): Call GetShortPathName to normalize program
1295 names for comparison.
1296
1297 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
1298
1299 * makefile.def: Compile multiple .c files when possible.
1300 Use BLD instead of assuming i386.
1301 * makefile.nt: Remove common multiple file compilation commands.
1302
1303 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
1304
1305 * cmdproxy.c (main): Add missing parens.
1306
1307 1999-02-20 Andrew Innes <andrewi@gnu.org>
1308
1309 * preprep.c: New program to allow dumped image to be profiled.
1310
1311 * makefile.nt (preprep): New target.
1312 (ALL): Build it.
1313
1314 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
1315
1316 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
1317 Change prep options to profile libc functions and skip the startup
1318 code.
1319
1320 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
1321
1322 * makefile.nt: Create installation directory as first step.
1323
1324 1999-01-31 Andrew Innes <andrewi@gnu.org>
1325
1326 * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from
1327 ROUND_UP_DST. Zeroes the alignment slop.
1328 (copy_executable_and_add_section): Update the
1329 SizeOfHeaders field properly.
1330
1331 1999-01-27 Andrew Innes <andrewi@gnu.org>
1332
1333 * makefile.nt: Do make version comparison as strings.
1334
1335 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
1336
1337 * runemacs.c (WinMain): Pass explicit environment block to
1338 CreateProcess, to work around a bug in Windows 95/98.
1339
1340 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
1341
1342 * icons: New directory with Davenport's icons.
1343 * icons/sink.ico: Renamed from emacs.ico.
1344
1345 * makefile.nt (install, fast_install): Install Windows icons
1346 into etc/icons.
1347
1348 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
1349
1350 1999-01-17 Andrew Innes <andrewi@gnu.org>
1351
1352 * makefile.nt (ALL): List top-level targets.
1353 (addsection): New top-level target.
1354 (install): Copy fns-*.el to bin directory.
1355
1356 * addsection.c: New program to add static heap section to
1357 temacs.exe after linking, in support of new unexec method.
1358
1359 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
1360
1361 * cmdproxy.c (spawn): Pass directory for child as parameter.
1362 (main): Save startup directory to give to spawn, then change
1363 directory to location of .exe in order not to prevent startup
1364 directory from being deleted.
1365
1366 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
1367
1368 * makefile.nt: Do string comparision of _NMAKE_VER.
1369
1370 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
1371
1372 * config.nt (LOCALTIME_CACHE): Define.
1373
1374 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
1375
1376 * install.bat: Convert to DOS format.
1377
1378 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
1379
1380 * cmdproxy.c (main): Set environment size only when running
1381 command.com.
1382
1383 1998-11-03 Theodore Jump <tjump@tertius.com>
1384
1385 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
1386 (DEL_TREE): Use rd instead of rmdir.
1387 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
1388 * makefile.nt: Compile multiple source files when possible.
1389
1390 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
1391
1392 * cmdproxy.c (main): Treat command line options as case-insensitive.
1393
1394 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1395
1396 * Version 20.3 released.
1397
1398 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
1399
1400 * addpm.c (main): Explicitly check result of message box for OK.
1401
1402 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
1403
1404 * inc/sys/file.h (D_OK): Define new macro.
1405
1406 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
1407
1408 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
1409
1410 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
1411
1412 * emacs.rc (VS_VERSION_INFO): Define.
1413
1414 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
1415
1416 * makefile.nt (emacs.bat, debug.bat): Create them in the
1417 installation directory.
1418
1419 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
1420
1421 * ddeclient.c: New file. (Support program for performing limited
1422 interprocess communication on Windows.)
1423
1424 * makefile.nt: Build ddeclient.
1425
1426 * cmdproxy.c (main): Only set environment size for real shell, and
1427 provide extra directory argument, when running on Windows 95.
1428
1429 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
1430
1431 * cmdproxy.c (fail): Exit with a negative return value.
1432 (spawn): Return subprocess return code as an argument.
1433 Explicitly copy environment block.
1434 (main): Update to use return value argument with spawn.
1435 Retry if spawn failed when a subshell was not tried.
1436
1437 * config.nt: Include new macros from src/config.in.
1438 (GNU_MALLOC, REL_ALLOC): Define.
1439 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
1440 (RE_TRANSLATE): Use char_table_translate.
1441
1442 * makefile.def (CP_DIR): Preserve attributes.
1443
1444 * makefile.nt (clean): Delete patch generated files, optimized
1445 build directory.
1446
1447 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
1448
1449 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
1450
1451 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1452
1453 * Version 20.2 released.
1454
1455 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1456
1457 * Version 20.1 released.
1458
1459 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
1460
1461 * debug.bat.in: New file.
1462 * makefile.nt (debug.bat): New target.
1463
1464 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
1465
1466 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
1467 Quote group name. Allow different icons to be specified.
1468
1469 * cmdproxy.c (get_env_size): New function.
1470 (spawn): Explicitly pass in environment when creating subprocess.
1471 (main): Cleanup error messages.
1472 Specify dynamically sized environment block for real shell.
1473 Pass on unhandled switches to real shell.
1474 Quote program name.
1475
1476 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
1477 directory.
1478 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
1479
1480 * runemacs.c (WinMain): Allow Emacs process to be started with
1481 high or low priority.
1482
1483 * emacs.bat.in: Remove OS dependent operations.
1484
1485 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
1486
1487 * addpm.c (env_vars): No longer set INFOPATH.
1488
1489 * cmdproxy.c (get_next_token): Null terminate token returned.
1490
1491 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
1492
1493 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
1494
1495 * addpm.c (env_vars): Set SHELL to cmdproxy.
1496 (main): Initialize idDde to 0.
1497 Determine emacs_path from module file name.
1498 Prompt for install.
1499
1500 * makefile.def (MSVCNT11): Conditionally define it.
1501 (BASE_LIBS): Do not use oldnames.lib.
1502 (SYS_LDFLAGS): Use pdb files.
1503 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
1504 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
1505 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1506
1507 * makefile.nt (ALL): Build cmdproxy.
1508 (cmdproxy): New target.
1509 (install): Install cmdproxy.
1510
1511 * ftime.bat, debug.bat, cmdproxy.c: New files.
1512
1513 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
1514
1515 * inc/sys/socket.h (shutdown): Define.
1516 (sys_shutdown): Export.
1517
1518 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1519
1520 * config.nt (RE_TRANSLATE): Copy definition from config.in.
1521
1522 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
1523
1524 * config.nt: Update file comments.
1525 Update undefs added/removed in src/config.in.
1526
1527 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
1528
1529 * makefile.def, emacs.bat: Use windows95 and windowsnt instead
1530 of win95 and winnt, respectively.
1531
1532 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
1533
1534 * makefile.nt (real_install): Create site-lisp in installation dir.
1535 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
1536 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
1537
1538 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1539
1540 * Version 19.33 released.
1541
1542 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
1543
1544 * runemacs.c (WinMain): Put a space between the binary and its args.
1545
1546 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1547
1548 * Version 19.32 released.
1549
1550 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
1551
1552 * makefile.nt (clean): Use OBJDIR macro.
1553
1554 1996-06-03 Kim F. Storm <kfs@olicom.dk>
1555
1556 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
1557 Not defined by default.
1558 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
1559 (WinMain): Convert backslashes to slashes in env var values.
1560
1561 * addpm.c (env_vars): Use slashes, not backslashes.
1562
1563 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
1564
1565 * Version 19.31 released.
1566
1567 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
1568
1569 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
1570 undo settings afterwards.
1571
1572 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
1573
1574 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
1575 environment variable.
1576
1577 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1578
1579 * install.bat: Allow for optimized build.
1580 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
1581 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
1582
1583 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
1584
1585 * addpm.c (REG_ROOT): Don't use a trailing backslash.
1586 (env_vars): Rename field emacs_path to emacs_dir.
1587 (main): Add link to runemacs instead of emacs.
1588
1589 * install.bat: Check if INSTALL_DIR is passed as an argument.
1590
1591 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
1592
1593 * makefile.nt: Build and install runemacs.exe.
1594
1595 * runemacs.c: New file.
1596
1597 * config.w95: File removed.
1598
1599 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
1600 inc/sys/socket.h, inc/sys/time.h: New header files.
1601
1602 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
1603
1604 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
1605
1606 * makefile.def (DEL): Defined.
1607 (DEL_TREE) [win95]: Defined.
1608 (SYS_LDFLAGS): Set executable versions to 3.10.
1609
1610 * makefile.nt: Change uses of del to $(DEL).
1611
1612 1996-01-17 Erik Naggum <erik@naggum.no>
1613
1614 * All files: Update FSF's address in comment preamble.
1615
1616 1996-01-03 George V. Reilly <georger@microcrafts.com>
1617
1618 * emacs.ico: Now the proverbial kitchen sink icon.
1619
1620 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1621
1622 * Version 19.30 released.
1623
1624 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
1625
1626 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
1627
1628 * makefile.nt (install, fast_install, real_install, clean):
1629 Don't use switches to del not supported by Win95.
1630
1631 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
1632
1633 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
1634 (install, fast_install): Change same-dir test to create test file in
1635 installation tree and thereby support read-only shares.
1636 (clean): Remove .pdb files.
1637
1638 * makefile.def (NTGUI): New macro.
1639 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
1640
1641 * config.nt, config.w95: Update to latest src/config.in.
1642
1643 * addpm.c (env_vars): New variable.
1644 (add_registry): New procedure.
1645 (main): Use values of configuration environment variables from
1646 the registry if defined, the process environment otherwise.
1647
1648 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
1649
1650 * Version 19.29 released.
1651
1652 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
1653
1654 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
1655
1656 * makefile.nt: Define .c to .obj suffix rule.
1657 (addpm.obj): Compile directly, use CFLAGS.
1658 (addpm.exe): Link from addpm.obj.
1659
1660 * makefile.def (MSVCNT11): Defined.
1661 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
1662 (CFLAGS_COMMON): Defined.
1663 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
1664
1665 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
1666
1667 * emacs.bat.in: Renamed from emacs.bat.
1668 (emacs_dir): Renamed from emacs_path.
1669 Definition removed.
1670
1671 * addpm.c: New file.
1672 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
1673 (all): Depend upon $(BLD) and $(ALL).
1674 (install): Depend upon emacs.bat.
1675 Create program item for Emacs.
1676 (clean): Delete obj.
1677 (emacs.bat): Defined.
1678 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
1679
1680 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
1681
1682 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
1683 Add carriage returns; necessary for batch files on Win95.
1684
1685 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
1686
1687 * config.w95: Created.
1688 * config.h: Changed to config.nt.
1689
1690 * makefile.nt (SUBDIRS): Commented out.
1691 (all, install, clean): Expand for-loops.
1692 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
1693
1694 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
1695 (ARCH): New definition.
1696 (CPU, CONFIG_H, OS_TYPE): Defined.
1697 (INCLUDE, LIB): Checked if valid.
1698 (ntwin32.mak): Included.
1699 (AR, CC, LINK): New definition.
1700 (ADVAPI32, libc, BASE_LIBS): Defined.
1701 (SYS_LDFLAGS): New definition.
1702 Update comments and preprocessor conditionals.
1703
1704 * emacs.bat (SHELL): Conditionally defined.
1705 (HOME): Conditionally defined.
1706 (emacs_path, HOME): Update comments.
1707 Turn off all echo.
1708
1709 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
1710
1711 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
1712 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
1713 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
1714 inc/sys/param.h: Removed carriage-returns.
1715
1716 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
1717
1718 * makefile.def (CVTRES): Defined.
1719
1720 * emacs.ico, emacs.rc: New files by Kevin Gallo.
1721
1722 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
1723
1724 * src: Remove directory.
1725
1726 * src\config.h, src\paths.h: Moved to parent dir, src removed.
1727
1728 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
1729
1730 * makefile.def (INSTALL_DIR): Changed to generic directory.
1731
1732 * emacs.bat: Added arguments when emacs.exe invoked.
1733
1734 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
1735
1736 1994-12-13 Geoff Voelker <voelker@cs.washington.edu>
1737
1738 * makefile.def (CC): In configuration section.
1739 (COMPAT_LIB): Defined.
1740
1741 1994-11-01 Geoff Voelker <voelker@cs.washington.edu>
1742
1743 * src/paths.h: New file.
1744
1745 * src/config.h: New file.
1746
1747 * inc/pwd.h: New file.
1748
1749 * inc/sys/dir.h: New file.
1750
1751 * inc/sys/file.h: New file.
1752
1753 * inc/sys/ioctl.h: New file.
1754
1755 * inc/sys/param.h: New file.
1756
1757 * todo: New file.
1758
1759 * README: New file.
1760
1761 * makefile.nt: New file.
1762
1763 * makefile.def: New file.
1764
1765 * install.cmd: New file.
1766
1767 * INSTALL: New file.
1768
1769 * fast-install.cmd: New file.
1770
1771 * emacs.cmd: New file.
1772
1773 * ebuild.cmd: New file.
1774
1775 * _emacs: New file.
1776
1777 ;; Local Variables:
1778 ;; coding: utf-8
1779 ;; add-log-time-zone-rule: t
1780 ;; End:
1781
1782 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
1783 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
1784
1785 This file is part of GNU Emacs.
1786
1787 GNU Emacs is free software: you can redistribute it and/or modify
1788 it under the terms of the GNU General Public License as published by
1789 the Free Software Foundation, either version 3 of the License, or
1790 (at your option) any later version.
1791
1792 GNU Emacs is distributed in the hope that it will be useful,
1793 but WITHOUT ANY WARRANTY; without even the implied warranty of
1794 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1795 GNU General Public License for more details.
1796
1797 You should have received a copy of the GNU General Public License
1798 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
1799
1800 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414