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