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