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