* make-dist (README.W32): Include file in source tarball.
[bpt/emacs.git] / nt / ChangeLog
CommitLineData
d452256d
CS
12012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
2
3e44c782
CS
3 * README.W32: Clarification for inclusion in source tarball.
4
75197633
CS
5 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
6
7 * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
8
d452256d
CS
9 * makefile.w32-in (maybe-copy-distfiles)
10 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
11 (create-tmp-dist-dir): Added to make --distfiles optional.
12 (dist): Use create-tmp-dist-dir and maybe-copy-distfiles.
13
e0aeebda
EZ
142012-02-04 Eli Zaretskii <eliz@gnu.org>
15
16 * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
17 by other headers.
18
8c9afb46
EZ
192011-11-27 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
20
21 * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
22 (UINT64_MAX) [_WIN64]: Fix definition.
23 (uintmax_t, intmax_t): Fix definitions.
24
6df6ae42
JB
25 * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
26 Provide correct definitions.
8c9afb46
EZ
27
28 * config.nt (HAVE_DECL_STRTOLL): Define.
29 (va_copy) [_WIN64]: Provide a better definition.
30
e9fce1ac
JB
312011-11-25 Juanma Barranquero <lekktu@gmail.com>
32
33 * configure.bat: Fix typos.
34
034ea24d
EZ
352011-11-25 Eli Zaretskii <eliz@gnu.org>
36
37 * INSTALL: Elaborate on debugging fatal errors.
38
b018182c
EZ
392011-11-15 Eli Zaretskii <eliz@gnu.org>
40
41 * README.W32: Update the GTK Windows download URL for libpng.
42
d7cecd19
CS
432011-11-13 Christoph Scholtes <cschol2112@googlemail.com>
44
45 * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
46
600b1907
CS
472011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
48
c4c32b97
CS
49 * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
50 (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
51 (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
52 (intmax_t, INT64_MAX): Add for MSVC.
53
58179cce 54 * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
600b1907 55
a6fc3b5c
EZ
562011-11-05 Eli Zaretskii <eliz@gnu.org>
57
955f3b13
EZ
58 * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
59
a6fc3b5c
EZ
60 Support MSVC build with newer versions of Visual Studio.
61 * makefile.w32-in (clean-other-dirs-nmake)
62 (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
63 Update for current structure of doc/ subdirectories.
64
65 * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
66
67 * INSTALL: Update for newer versions of MSVC.
68
58179cce 692011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
a6fc3b5c
EZ
70
71 Support MSVC build with newer versions of Visual Studio.
72 * nmake.defs (USE_CRT_DLL): Define to 1.
73 (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
74 (D): New variable.
75
fc5f9b45
EZ
762011-11-04 Eli Zaretskii <eliz@gnu.org>
77
78 * runemacs.c (ensure_unicows_dll): New function, tries to load
79 UNICOWS.DLL on Windows 9X.
80 (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
81 display a dialog to the effect that Emacs cannot be started.
82 (Bug#8562)
83
8cedc5ac
EZ
842011-10-28 Eli Zaretskii <eliz@gnu.org>
85
86 * README.W32: Mention UNICOWS.DLL as prerequisite for running
87 Emacs on Windows 9X.
88
df1c5f05
EZ
892011-10-25 Eli Zaretskii <eliz@gnu.org>
90
91 * makefile.w32-in (dist): Don't put the top-level INSTALL into the
92 distribution. (Bug#9861)
93
df6d30f3
CS
942011-10-25 Christoph Scholtes <cschol2112@googlemail.com>
95
96 * INSTALL: Update URL for GTK download page.
97
804a4315
EZ
982011-10-19 Eli Zaretskii <eliz@gnu.org>
99
100 * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
101 (Bug#9794) (Bug#641)
102
86633eab 1032011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
104
105 * config.nt (HAVE_SNPRINTF): New macro.
106
044c22e5 1072011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
108
109 Assume freestanding C89 headers, string.h, stdlib.h.
110 * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
111 (STDC_HEADERS): Remove.
112 Iinclude string.h, stdlib.h unconditionally.
113
f7b2cdf3
EZ
1142011-06-07 Eli Zaretskii <eliz@gnu.org>
115
116 * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
81d63f1a 117 [!__GNUC__]: New macros.
f7b2cdf3 118
55d4c1b2
PE
1192011-05-28 Paul Eggert <eggert@cs.ucla.edu>
120
121 Use 'inline', not 'INLINE'.
122 * config.nt (INLINE): Remove.
123
8a70d4b1
EZ
1242011-05-17 Eli Zaretskii <eliz@gnu.org>
125
126 * README.W32: Add information about GnuTLS libraries.
127
39497066
EZ
1282011-05-09 Eli Zaretskii <eliz@gnu.org>
129
130 * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
131
4d3fcc8e
BK
1322011-05-07 Ben Key <bkey76@gmail.com>
133
134 * configure.bat: Renamed the fusercflags variable to escusercflags
135 so that the variable name better matches its purpose, to be
136 identical to usercflags with the exception that all quotes are
137 escaped by the \ character.
138
139 Renamed the fuserldflags variable to escuserldflags so that the
140 variable name better matches its purpose, to be identical to
141 userldflags with the exception that all quotes are escaped by
142 the \ character.
143
144 A new ESC_USER_CFLAGS variable is written to config.settings.
145 This variable has the same value as the escusercflags variable.
146
147 * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS. This
148 variable is identical to the CFLAGS variable except that it
149 includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
150
151 These changes, along with some changes to src/makefile.w32-in,
152 are required to extend my earlier fix to add support for
153 --cflags and --ldflags options that include quotes so that it
154 works whether make uses cmd or sh as the shell.
155
0a47eac4
EZ
1562011-05-06 Eli Zaretskii <eliz@gnu.org>
157
158 * inc/inttypes.h [!__MINGW32__]: Include stdint.h. Move the
159 definition of uintmax_t from here...
160 * inc/stdint.h (uintmax_t): ...to here.
161 (intptr_t) [!__GNUC__]: New typedef.
162
122b0c86 1632011-05-06 Paul Eggert <eggert@cs.ucla.edu>
b28b8799 164
122b0c86
PE
165 * config.nt: Prepare to configure 64-bit integers for older compilers.
166 However, temporarily disable this change unless the temporary
167 symbol WIDE_EMACS_INT is defined.
b5611f17
PE
168 (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
169 "%I64d" work but long long and "%lld" do not.
170
d429d8e9
BK
1712011-05-05 Ben Key <bkey76@gmail.com>
172
173 * configure.bat: Added support for --cflags and --ldflags
174 options that include quotes as long as command extensions are
175 enabled. Specifically when -I, -L, and similar flags are used
176 to specify supplementary include and library directories a
177 directory name that includes spaces may now be used if it is
178 enclosed in quotes.
179
180 * INSTALL: Documented the change to configure.bat.
181
0898ca10
JB
1822011-05-04 Juanma Barranquero <lekktu@gmail.com>
183
184 * INSTALL: Clarify GnuTLS support.
185
ba366b6d
EZ
1862011-04-30 Eli Zaretskii <eliz@gnu.org>
187
188 * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
189 Define to 1 for MinGW of MSVC versions >= 1400.
b28b8799 190
aff458c3
EZ
1912011-04-28 Eli Zaretskii <eliz@gnu.org>
192
193 * gmake.defs (ARCH): Fix error message in case of unknown
194 architecture.
195
fc3b7291
EZ
1962011-04-27 Eli Zaretskii <eliz@gnu.org>
197
198 * inc/inttypes.h: New file.
199
200 * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
201 (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
202
fe9c230b
DC
2032011-04-27 Daniel Colascione <dan.colascione@gmail.com>
204
205 * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
206 inside quotation marks and bail out.
207
841a1577 2082011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
209
210 * cmdproxy.c (try_dequote_cmdline): New function.
211 (main): Use it.
212
fd4af8d9
TZ
2132011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
214
215 * configure.bat: New options --without-gnutls and --lib, new build
216 variable USER_LIBS, automatically detect GnuTLS. Copies the PNG
217 library setup with trivial modifications.
218 * INSTALL: Add instructions for GnuTLS support.
219 * gmake.defs: Prefix USER_LIBS with -l.
220
4a1a6b5b
BK
2212011-04-15 Ben Key <bkey76@gmail.com>
222
223 * configure.bat: Modified the code that parses the --cflags and
224 --ldflags options to support parameters that include the =
225 character as long as they are enclosed in quotes. This
226 functionality depends on command extensions. Configure.bat now
227 attempts to enable command extensions and displays a warning
228 message if they could not be enabled. If configure.bat could
229 not enable command extensions the old parsing code is used that
230 does not support parameters that include the = character.
231
232 * INSTALL: Updated the file to describe the new functionality
233 using text provided by Eli Zaretskii.
234
0f1ba050
EZ
2352011-04-06 Eli Zaretskii <eliz@gnu.org>
236
237 * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
238 (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
239 on the trunk on 2011-04-06.
240
9af30bdf
GM
2412011-03-27 Glenn Morris <rgm@gnu.org>
242
243 * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
244
0f4a96b5
JB
2452011-03-25 Juanma Barranquero <lekktu@gmail.com>
246
247 * addpm.c (main): Remove unused variable `retval'.
248
249 * preprep.c (main): Remove unused variable `ptr'.
250
9c88f339
JB
2512011-03-23 Juanma Barranquero <lekktu@gmail.com>
252
253 * cmdproxy.c: Include <ctype.h>.
254 (make_absolute): Remove unused variable `i'.
255
33383987
JB
2562011-03-07 Chong Yidong <cyd@stupidchicken.com>
257
258 * Version 23.3 released.
259
0f7bb05d
EZ
2602011-02-27 Eli Zaretskii <eliz@gnu.org>
261
262 * inc/unistd.h (readlink, symlink): Declare prototypes.
263
e5c96d21
EZ
2642011-02-26 Eli Zaretskii <eliz@gnu.org>
265
266 * config.nt (nlink_t): Define.
267
9f8370e6
CS
2682011-02-21 Christoph Scholtes <cschol2112@gmail.com>
269
270 * inc/stdint.h: New file, to support compilation with tool chains
271 that do not have stdint.h (e.g. MSVC).
272
25c51af3
EZ
2732011-02-21 Eli Zaretskii <eliz@gnu.org>
274
275 * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
276 (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
277 (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
278 (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
279 (lstat): Define to stat.
280
d37f40ed
EZ
2812011-02-09 Eli Zaretskii <eliz@gnu.org>
282
283 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
284 "make-docfile" target in lib-src, before bootstrapping the src
285 directory. Needed since building in src needs to run make-docfile
286 to produce globals.h.
287
a5d733f5
EZ
2882011-02-04 Eli Zaretskii <eliz@gnu.org>
289
290 * config.nt (inline) [__GNUC__]: Define (for gnulib).
291
70b0d280
EZ
2922011-01-31 Eli Zaretskii <eliz@gnu.org>
293
d95f875e
EZ
294 * config.nt (VERSION): Uncomment definition.
295 (restrict): Define.
296
70b0d280
EZ
297 * inc/stdbool.h: New file.
298
f915f0f7
EZ
2992011-01-29 Eli Zaretskii <eliz@gnu.org>
300
301 * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
302 (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
303 (bootstrap-clean-gmake, clean-other-dirs-nmake)
304 (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
305 (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
306 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
307 (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
1e338cfc 308 (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
f915f0f7
EZ
309
310 * configure.bat: Create lib/makefile.
311
312 * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
313 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
314 (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
315 (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
316
1e574bf0
EZ
3172011-01-07 Eli Zaretskii <eliz@gnu.org>
318
319 * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
320
7c420169 3212011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984 322
ca6e909c
EZ
323 * configure.bat (end): Unset environment variables used by this
324 batch file.
325
5be1c984
EZ
326 * INSTALL: Update the information about PNG support libraries.
327 (Bug#7716)
328
3d4cad2c
EZ
329 * README.W32: Update the information about PNG support libraries.
330
628e219f
EZ
3312010-11-23 Eli Zaretskii <eliz@gnu.org>
332
333 * config.nt (EXTERNALLY_VISIBLE): Define.
334
2e288d54
JB
3352010-10-13 Juanma Barranquero <lekktu@gmail.com>
336
337 * INSTALL: Refer to `dynamic-library-alist'.
338
6072fed4
JB
3392010-10-06 Juanma Barranquero <lekktu@gmail.com>
340
341 * INSTALL: Add note about problematic characters passed to configure.
342
19d5deef
EZ
3432010-10-01 Eli Zaretskii <eliz@gnu.org>
344
73077a9a 345 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1dc253e8 346 emacs-src.tags: New file.
73077a9a 347
19d5deef
EZ
348 * gmake.defs: Add a comment with a single quote to fix
349 fontification. (Bug#7102)
350
252b4f5c
EZ
3512010-09-29 Eli Zaretskii <eliz@gnu.org>
352
353 * configure.bat: Fix the condition for copying paths.h into
354 ../src/epaths.h.
355
0597ab06
JB
3562010-09-28 Juanma Barranquero <lekktu@gmail.com>
357
358 * addpm.c (entry, add_registry, main):
359 * addsection.c (file_data, open_input_file, open_output_file)
360 (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
361 (COPY_CHUNK):
362 * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
363 (skip_nonspace, get_next_token, search_dir, make_absolute)
364 (spawn, main):
365 * preprep.c (file_data, open_input_file, open_output_file)
366 (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
367 Use const char*.
368
369 * cmdproxy.c (stdin): Don't define, not used.
370 (main): Don't assign remlen after last use.
371
05212154
JB
3722010-09-22 Juanma Barranquero <lekktu@gmail.com>
373
374 * configure.bat: Err out when the argument of --cflags contains
375 invalid characters (check implemented only for GCC). (Bug#6820)
376
926cd98c
JB
3772010-08-19 Juanma Barranquero <lekktu@gmail.com>
378
379 * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
380
856a6b77
JR
3812010-08-12 Jason Rumney <jasonr@gnu.org>
382
383 * addpm.c (add_registry): Set path for runemacs.exe to use.
384
7815fe19 3852010-08-08 Óscar Fuentes <ofv@wanadoo.es>
c5958e82
ÓF
386
387 * cmdproxy.c (main): Use _snprintf instead of wsprintf,
388 which has a 1024 char limit on Windows (bug#6647).
389
7561000b
JB
3902010-08-02 Juanma Barranquero <lekktu@gmail.com>
391
392 * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
393 Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
394
76fd1ee9
DN
3952010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
396
397 * config.nt: Remove code referring to NO_REMAP, unused.
398
f8e0614c
CS
3992010-07-25 Christoph Scholtes <cschol2112@gmail.com>
400
401 Build binary distros on Windows using emacs-VERSION as root dir name.
e0d6af9c 402
7f86df5f 403 * makefile.w32-in: Copy README.W32 to installation directory
d24076a6
CS
404 during `make install'. Remove README.W32 with `distclean' (in
405 case Emacs was installed in place). Use temporary directory to
406 create distribution zip files in `dist' target.
e0d6af9c
CS
407 * zipdist.bat: Simplify code using temporary directory.
408
361358ea
JB
4092010-07-25 Juanma Barranquero <lekktu@gmail.com>
410
411 * runemacs.c (set_user_model_id): Fix prototype.
412
e3aef5c6
CS
4132010-07-24 Christoph Scholtes <cschol2112@gmail.com>
414
415 New make target for Windows platform: make dist (bug#6602)
416
417 * INSTALL: Document new dist target and add section about
418 creating binary distributions.
419 * README.W32: Relocate from admin/nt/ directory.
420 * configure.bat: New parameter `--distfiles'.
421 * makefile.w32-in: Add version number, new target `dist'.
422 Add new target `install-shortcuts'.
423 * zipdist.bat: New file; create zipped binary distribution,
424 replaces admin/nt/makedist.bat.
425
a917e3f2
JB
4262010-07-21 Juanma Barranquero <lekktu@gmail.com>
427
428 * INSTALL: Add note about backslashes in Windows paths.
429 Fix typos. Simplify references to Windows versions.
430
7c3320d8
JB
4312010-07-20 Juanma Barranquero <lekktu@gmail.com>
432
433 * addpm.c (add_registry, main):
434 * cmdproxy.c (get_env_size):
435 * ddeclient.c (main):
436 * runemacs.c (set_user_model_id):
437 Convert definitions to standard C.
438
9a6063e2
JB
4392010-07-20 Juanma Barranquero <lekktu@gmail.com>
440
441 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
442
7d0170c8
JB
4432010-07-18 Juanma Barranquero <lekktu@gmail.com>
444
445 * configure.bat: New option --enable-checking.
446 * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
447 (CFLAGS): Include it.
448
5dddb7a8
DN
4492010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
450
451 * config.nt (volatile): Remove definition.
452
72af86bd
AS
4532010-07-07 Andreas Schwab <schwab@linux-m68k.org>
454
455 * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
456 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
457
b6fcccc3
JB
4582010-07-02 Juanma Barranquero <lekktu@gmail.com>
459
460 * config.nt (__P): Remove.
461
3085237c
DN
4622010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
463
464 * config.nt: Remove code depending on BSTRING.
465
0d4bcf4d
GM
4662010-06-03 Glenn Morris <rgm@gnu.org>
467
468 * config.nt: Remove NOT_C_CODE tests, it is always true now.
469
0116466b
GM
4702010-05-13 Glenn Morris <rgm@gnu.org>
471
472 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
473
61a808e8
CY
4742010-05-07 Chong Yidong <cyd@stupidchicken.com>
475
476 * Version 23.2 released.
477
27a2cdfc
GM
4782010-05-04 Glenn Morris <rgm@gnu.org>
479
480 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
481
4a787cd2
CY
4822010-04-20 Lewis Perin <perin@panix.com> (tiny change)
483
484 * emacs.manifest: Add trustInfo section to Windows manifest.
485
288f9fc0
CY
4862010-03-10 Chong Yidong <cyd@stupidchicken.com>
487
488 * Branch for 23.2.
489
59ef8268
MR
4902010-01-13 Martin Rudalics <rudalics@gmx.at>
491
492 * emacsclient.rc: Fix format of "LegalCopyright" value.
493
6d96d18f
JB
4942009-12-28 Juanma Barranquero <lekktu@gmail.com>
495
496 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
497
ee6f37f2
KF
4982009-12-27 Karl Fogel <kfogel@red-bean.com>
499
500 * INSTALL: Update for CVS->Bazaar switchover.
501
f179addc
JB
5022009-09-14 Juanma Barranquero <lekktu@gmail.com>
503
504 * configure.bat: Add #define PROFILING to config.h.
505
0a3472c7
JR
5062009-07-03 Jason Rumney <jasonr@gnu.org>
507
508 * runemacs.c (set_user_model_id): Use standard types.
509
ff90fbde
JR
5102009-06-30 Jason Rumney <jasonr@gnu.org>
511
512 * runemacs.c (set_user_model_id): New function.
513 (WinMain): Use it.
514
70243478
CY
5152009-06-21 Chong Yidong <cyd@stupidchicken.com>
516
517 * Branch for 23.1.
518
22749e9a
EZ
5192009-03-21 Eli Zaretskii <eliz@gnu.org>
520
521 * inc/sys/stat.h (struct stat): Change the types of st_uid and
522 st_gid to unsigned.
523
524 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
525 to unsigned.
526 (getpwuid): Argument is now unsigned.
527 uid_t is now unsigned.
528
1640b452
JB
5292009-02-24 Juanma Barranquero <lekktu@gmail.com>
530
531 * INSTALL: Add comment about TCC; fix typos.
532
c24f4bf9
JR
5332009-01-26 Jason Rumney <jasonr@gnu.org>
534
0235128c
SM
535 * emacsclient.rc, emacs.rc: Swap name and description.
536 Remove Windows versions.
c24f4bf9 537
84ef4ca2
JR
5382009-01-15 Jason Rumney <jasonr@gnu.org>
539
f4c45b4f
JR
540 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
541
542 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
543
84ef4ca2
JR
544 * addpm.c (main): Try using COM to create start menu shortcuts
545 before resorting to DDE (Bug#202)
546 Remove second command-line argument.
547
8d67bc8e
JB
5482009-01-03 Juanma Barranquero <lekktu@gmail.com>
549
550 * configure.bat: Untabify help message.
551
8bc63b1a
JR
5522009-01-03 Jason Rumney <jasonr@gnu.org>
553
554 * configure.bat: New option --with-svg.
555
556 * INSTALL: Document experimental SVG support.
557
8cd98482
JR
5582008-12-25 Jason Rumney <jasonr@gnu.org>
559
29659067 560 * config.nt (PTR): Remove.
8cd98482 561
06e111a6
DN
5622008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
563
564 * config.nt (LISTPROC, PROCATTR): Remove.
565
de62e4f8
EZ
5662008-08-09 Eli Zaretskii <eliz@gnu.org>
567
568 * config.nt (LISTPROC, PROCATTR): New macros.
569
69ab3201
DN
5702008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
571
572 * config.nt (MULTI_KBOARD): Remove.
573
75663c75
JR
5742008-07-23 Jason Rumney <jasonr@gnu.org>
575
0e134ea0
JB
576 * configure.bat: New option --profile.
577 * gmake.defs: Set cflags and ldflags for profiling when specified.
75663c75 578
77ccee09
DN
5792008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
580
581 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
582
bdee2ef3
DN
5832008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
584
585 * config.nt (HAVE_FACES): Remove, unused.
586
43db14bb 5872008-06-26 Juanma Barranquero <lekktu@gmail.com>
4e2af782 588 Eli Zaretskii <eliz@gnu.org>
43db14bb 589
0e134ea0 590 * nmake.defs (FONT_CFLAGS):
43db14bb
JB
591 * gmake.defs (FONT_CFLAGS): Remove.
592 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
593 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
594 and _CRTAPI1.
595 (ARCH_FLAGS): Don't include _X86_.
596
597 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
598
f2a77c3a
DN
5992008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
600
601 * config.nt: Remove reference to UNEXEC_SRC.
602
540c2a33 6032008-06-23 Juanma Barranquero <lekktu@gmail.com>
4e2af782 604 Eli Zaretskii <eliz@gnu.org>
540c2a33
JB
605
606 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
607 Don't hardcode -gstabs+, use DEBUG_INFO.
608
609 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
610 Default to stabs if the compiler does not support DWARF-2.
611 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
612
26a3b310
JR
6132008-05-14 Jason Rumney <jasonr@gnu.org>
614
615 * configure.bat: Remove code dealing with --disable-font-backend.
616
ee7a2e7a
EZ
6172008-05-09 Eli Zaretskii <eliz@gnu.org>
618
71e41ffb
EZ
619 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
620 better alignment. Make st_size 64-bit wide. Add new members
621 st_uname and st_gname.
622
ee7a2e7a
EZ
623 * inc/grp.h (struct group): Add gr_gid member.
624
a113b3ca 6252008-04-23 Eli Zaretskii <eliz@gnu.org>
4cbb903f
EZ
626
627 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
628 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
629 a real file there is not a good idea.
630
a113b3ca 6312008-04-23 Jason Rumney <jasonr@gnu.org>
65af6499 632
99e0bf59
JR
633 * makefile.w32-in (CLIENTRES): New variable and build target.
634 (all): Depend on it.
635 ($(TRES)): Use $(TRES) in rule.
636
361823f4
JR
6372008-04-21 Jason Rumney <jasonr@gnu.org>
638
639 * configure.bat (success): Print "make" rather than "gmake", as that
d4835507 640 is what MinGW uses.
361823f4 641
87c24bb7
EZ
6422008-04-11 Eli Zaretskii <eliz@gnu.org>
643
644 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
645 Add copyright notice.
646
5739d6f8
JR
6472008-04-10 Jason Rumney <jasonr@gnu.org>
648
f12da103
JR
649 * emacsclient.rc: New file.
650
5739d6f8
JR
651 * INSTALL: Document make targets.
652
cc48598c
JR
6532008-04-09 Jason Rumney <jasonr@gnu.org>
654
655 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
ba60bd44 656 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
cc48598c
JR
657 (top-distclean, distclean, distclean-other-dirs-nmake)
658 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
659 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
660
892508a4
EZ
6612008-04-05 Eli Zaretskii <eliz@gnu.org>
662
aa08d1ff
EZ
663 * inc/sys/stat.h: New file.
664
892508a4
EZ
665 * configure.bat: Add check for usp10.h.
666
a25fe288
JR
6672008-04-04 Jason Rumney <jasonr@gnu.org>
668
669 * INSTALL: Update W32 API requirements.
670
b7612703
JR
6712008-04-03 Jason Rumney <jasonr@gnu.org>
672
673 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
674
b2019141
GM
6752008-03-13 Glenn Morris <rgm@gnu.org>
676
677 * emacs.rc: Set version to 23.0.60.
678
12cc4d8f
JR
6792008-03-04 Jason Rumney <jasonr@gnu.org>
680
681 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
682 (EMACS_EXTRA_C_FLAGS): Include it.
683 * configure.bat (usefontbackend): Default to Y.
684 (--enable-font-backend): Replace with --disable-font-backend.
685 (:withfont): Replace with :withoutfont.
686
1b6bf70a
JR
6872008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
688
689 * icons/emacs.ico: Full alpha for 32x32 full color.
690 Add 32x32 and 16x16 256 color versions.
691
6abe1b07
GM
6922008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
693
694 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
695
480a77b5
JR
6962008-03-02 Jason Rumney <jasonr@gnu.org>
697
698 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
699
c9cc6462
DN
7002008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
701
702 * icons/README: Update.
703
704 * icons/emacs.ico: New icon.
705
c44b4b46
JB
7062008-02-25 Juanma Barranquero <lekktu@gmail.com>
707
708 * addpm.c: Include malloc.h.
709 (add_registry): Cast return value of alloca.
710
9d2818d6
DN
7112008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
712
713 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
714
1046da1c
EZ
7152008-02-11 Eli Zaretskii <eliz@gnu.org>
716
717 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
718 conditional on existence of junk.o. If %nocygwin% is already set
719 to Y, skip to chkapiN instead of chkapi.
720 (chkapi): Move "rm -f junk.c junk.o" to here.
721 (chkapiN): New label.
722
4134dd15
JR
7232008-02-11 Jason Rumney <jasonr@gnu.org>
724
725 * makefile.w32-in: Remove unidata-gen related rules.
726
65366573
EZ
7272008-02-09 Eli Zaretskii <eliz@gnu.org>
728
729 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
730
f1cefe09
JR
7312008-02-11 Jason Rumney <jasonr@gnu.org>
732
733 * addpm.c (add_registry): Add an App Paths registry key.
734 Look for GTK and add it to the DLL search path for Emacs if found.
735
f01e03d3
JB
7362008-02-05 Juanma Barranquero <lekktu@gmail.com>
737
738 * configure.bat: In help, use generic names for the image libraries.
739
880a5954
JB
7402008-02-04 Juanma Barranquero <lekktu@gmail.com>
741
742 * .cvsignore: Don't ignore .arch-inventory.
743
680d641f
JR
7442008-02-03 Jason Rumney <jasonr@gnu.org>
745
746 * configure.bat: Make gcc the default compiler.
747
ef764ddd
EZ
7482008-02-02 Eli Zaretskii <eliz@gnu.org>
749
e344bebe
JB
750 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
751 Ignore return status.
f0c58e10 752
a392138f
EZ
753 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
754 it out of the way of Windows generated file. Generate
755 admin/unidata/makefile.
756
ef764ddd
EZ
757 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
758 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
759 (unidatagen-clean-SH): New targets.
760 (bootstrap-nmake): Invoke unidatagen-nmake.
761 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
762
9303f985 7632008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
764
765 * configure.bat (withfont): Set sep1 after modifying usercflags.
766
9303f985 7672008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
768
769 * configure.bat: Rename --with-font-backend to --enable-font-backend
770 for consistency with other platforms.
771
9303f985 7722008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
773
774 * configure.bat: Add --with-font-backend option.
775
cf32108e
JR
7762008-01-20 Jason Rumney <jasonr@gnu.org>
777
778 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
779 permissions to NTFS ACLs.
780
880820fe 7812007-11-01 Jan Djärv <jan.h.d@swipnet.se>
91b96a04
JD
782
783 * config.nt: Remove HAVE_X11R5.
784
5eaf5ed9
JR
7852007-10-22 Jason Rumney <jasonr@gnu.org>
786
787 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
788 (strings.h, stdlib.h): Conditionally include.
789 (w32_abort): Declare here.
790 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
791
059d1e66
JR
7922007-10-20 Jason Rumney <jasonr@gnu.org>
793
794 * makefile.w32-in (info-nmake): Change into correct directories.
795
6d005ee7
EZ
7962007-10-20 Eli Zaretskii <eliz@gnu.org>
797
3a1ebd63
EZ
798 * configure.bat (docflags, doldflags): New variables.
799 (genmakefiles): Use them to work around problems with whitespace
800 in arguments of the `if' command.
6d005ee7 801
65d306e2
JR
8022007-10-18 Jason Rumney <jasonr@gnu.org>
803
804 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
805
fc2554aa
JR
8062007-09-27 Jason Rumney <jasonr@gnu.org>
807
808 * gmake.defs (COMCTL32): New system library.
809
810 * nmake.defs (COMCTL32): New system library.
811
4f449725
GM
8122007-09-06 Glenn Morris <rgm@gnu.org>
813
56d727ff 814 * configure.bat:
52397249
JB
815 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
816 Change from ../man to ../doc/emacs and ../doc/misc; and from
817 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
4f449725 818
e93ca076
GM
8192007-08-29 Glenn Morris <rgm@gnu.org>
820
821 * emacs.rc: Increase version to 23.0.50.
822
e344bebe 8232007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8aa7d70f
JR
824
825 * makefile.w32-in (bootstrap-nmake): Change directories once more.
826
cacc7b51
GM
8272007-07-25 Glenn Morris <rgm@gnu.org>
828
829 * Relicense all FSF files to GPLv3 or later.
830
831 * COPYING: Switch to GPLv3.
832
ed7c1a5c
EZ
8332007-07-16 Eli Zaretskii <eliz@gnu.org>
834
835 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
836 Depend on cmdproxy.
837 (cleanall): Don't delete *~.
838
5412a7f3
JR
8392007-07-15 Jason Rumney <jasonr@gnu.org>
840
841 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
842 be fully supported.
843
a2dcccd9
JR
8442007-07-14 Jason Rumney <jasonr@gnu.org>
845
846 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
847 of winsock.h.
848
a71f59c1
JR
8492007-07-11 Jason Rumney <jasonr@gnu.org>
850
851 * gmake.defs (OLE32): New library to link.
852
853 * nmake.defs (OLE32): Likewise.
854
ad1597ce
JR
8552007-06-25 Jason Rumney <jasonr@gnu.org>
856
857 * cmdproxy.c (main): Set console codepages to "ANSI".
858
32154d10
JR
8592007-06-20 Jason Rumney <jasonr@gnu.org>
860
861 * configure.bat: Complain if image libraries are missing.
862
6dbd2549
JR
8632007-06-15 Jason Rumney <jasonr@gnu.org>
864
865 * emacs.manifest: New file.
866
867 * emacs.rc: Use it.
868
7dfc4cda
CY
8692007-06-02 Chong Yidong <cyd@stupidchicken.com>
870
871 * Version 22.1 released.
872
c2970555
EZ
8732007-05-22 Eli Zaretskii <eliz@gnu.org>
874
875 * INSTALL: Add information about where to find GDB, and warn
876 against --no-debug option to configure.bat.
877
8add2b1a
EZ
8782007-05-19 Eli Zaretskii <eliz@gnu.org>
879
880 * INSTALL: Fix URL of EmacsW32 site where building with image
881 support is described.
882
07016031
GM
8832007-04-26 Glenn Morris <rgm@gnu.org>
884
885 * emacs.rc: Increase version to 22.1.50.
886
5a842fda
EZ
8872007-03-31 Eli Zaretskii <eliz@gnu.org>
888
889 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
890
029e4603
RS
8912007-03-09 Richard Stallman <rms@gnu.org>
892
893 * INSTALL: Say explicitly this is not for Cygwin.
894
309c91ff
EZ
8952007-03-03 Eli Zaretskii <eliz@gnu.org>
896
c01949d3 897 * INSTALL: Add URL of another site with detailed build instructions.
309c91ff 898
c14693e3
GM
8992007-02-16 Glenn Morris <rgm@gnu.org>
900
901 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
902 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
903 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
904 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
c01949d3
JB
905 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
906 Restore all but two of icons deleted in previous change.
c14693e3 907
bd5f26aa
CY
9082007-02-13 Chong Yidong <cyd@stupidchicken.com>
909
910 * icons/README: New file.
911
912 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
913 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
914 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
8e127f99 915 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
bd5f26aa 916 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
c01949d3
JB
917 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
918 Unused icons deleted.
bd5f26aa 919
57a64408
JB
9202007-01-31 Juanma Barranquero <lekktu@gmail.com>
921
922 * configure.bat: Update ../site-lisp/subdirs.el when needed.
923
4799aa91
JB
9242007-01-30 Juanma Barranquero <lekktu@gmail.com>
925
926 * subdirs.el: Add "no-byte-compile: t" local variable.
927
ac65c01c
JR
9282007-01-10 Jason Rumney <jasonr@gnu.org>
929
930 * README: Update URLs and advice about reporting bugs.
931
2db771b7
JR
9322006-12-29 Jason Rumney <jasonr@gnu.org>
933
934 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
935 DEBUG_LINK.
c01949d3 936 (DEBUG_LINK): Remove -debugtype:both.
2db771b7 937
bbc34249
EZ
9382006-12-27 Eli Zaretskii <eliz@gnu.org>
939
940 * INSTALL: Update table of supported Make ports. Show "make -j"
941 command that is known to work.
942
943 * configure.bat: Update table of supported Make ports.
944
ed1281ec
EZ
9452006-12-24 Eli Zaretskii <eliz@gnu.org>
946
947 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
948 only in implicit rules. Use literal "emacs.rc" instead.
949
d572c005
EZ
9502006-12-23 Eli Zaretskii <eliz@gnu.org>
951
fa1f0a88
EZ
952 * gmake.defs: Export XMFLAGS.
953
d572c005 954 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
ed1281ec 955 use $(XMFLAGS) for nmake, as it doesn't support parallelism.
d572c005 956
b47342e3
EZ
9572006-12-22 Eli Zaretskii <eliz@gnu.org>
958
c52bf8c3
EZ
959 * INSTALL: Explain how to invoke GNU Make for parallel builds.
960
5e059fc1
EZ
961 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
962 command-line argument to sub-Make in src, since src/makefile.w32-in
963 invokes Make recursively during bootstrap.
f278d4a6 964 (clean): Delete stamp_BLD.
6808dce1 965 (bootstrap): Make `all' explicitly in a recursive Make.
5e059fc1 966
b47342e3
EZ
967 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
968 stamp_BLD after creating the $(BLD) directory.
969
970 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
971 stamp_BLD after creating the $(BLD) directory.
972
973 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
974 (preprep, $(TRES), runemacs)
975 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
976 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
977 Depend on stamp_BLD instead of on $(BLD).
978 (XMFLAGS): New macro.
979 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
980 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
981 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
982 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
983
6148a044
EZ
9842006-12-20 Eli Zaretskii <eliz@gnu.org>
985
986 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
987 $(ALL_DEPS).
b47342e3
EZ
988 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
989 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
990 New dependency on $(BLD).
6148a044
EZ
991 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
992 (bootstrap-gmake): Depend on addsection.
993
4da0d3f7
JB
9942006-10-29 Juanma Barranquero <lekktu@gmail.com>
995
996 * runemacs.c (WinMain): Process all recognized arguments, not just
997 the first one. Remove unused variable sec_desc.
998
8f59d602
EZ
9992006-09-24 Eli Zaretskii <eliz@gnu.org>
1000
1001 * config.nt (HAVE_LANGINFO_CODESET): Define.
1002
1003 * inc/langinfo.h: New file.
1004
1005 * inc/nl_types.h: New file.
1006
45a2056c
JB
10072006-09-15 Jay Belanger <belanger@truman.edu>
1008
1009 * COPYING: Replace "Library Public License" by "Lesser Public
1010 License" throughout.
1011
ac70d20b
JR
10122006-07-27 Jason Rumney <jasonr@gnu.org>
1013
1014 * INSTALL: Add notes about Cygwin make to impatient section.
1015
3d80c941
EZ
10162006-06-02 Eli Zaretskii <eliz@gnu.org>
1017
1018 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
1019 known to work.
1020
335be36b
JR
10212006-03-12 Jason Rumney <jasonr@gnu.org>
1022
ebe98f49
JR
1023 * addpm.c (add_registry): Don't change the registry unless keys
1024 already exist from a previous version.
1025
92cc46af
JR
1026 * makefile.w32-in (install): Use -q when invoking addpm.
1027
335be36b
JR
1028 * addpm.c (main): Accept -q as alternative for /q.
1029
f71d8cff
JR
10302006-03-11 Jason Rumney <jasonr@gnu.org>
1031
1032 * runemacs.c (WinMain): Set screen buffer to 80x25.
1033
94e7daf7
EZ
10342005-12-24 Eli Zaretskii <eliz@gnu.org>
1035
1036 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
1037 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
1038
9ea74bfb
EZ
10392005-12-09 Eli Zaretskii <eliz@gnu.org>
1040
1041 * INSTALL: Add explanation of how to debug with GDB starting from
1042 the Emacs Abort dialog.
1043
d73d22ed
CY
10442005-11-26 Chong Yidong <cyd@stupidchicken.com>
1045
1046 * emacs.rc: Use new icons.
1047
07908aec
EZ
10482005-11-26 Eli Zaretskii <eliz@gnu.org>
1049
1050 * emacs21.ico: Renamed from emacs.ico.
1051 * emacs.ico: New icons from Andrew Zhilin
1052 <andrew_zhilin@yahoo.com>.
1053
ed326e35
EZ
10542005-09-10 Eli Zaretskii <eliz@gnu.org>
1055
1056 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
1057
df76c589
JB
10582005-08-10 Juanma Barranquero <lekktu@gmail.com>
1059
1060 * .cvsignore: Add `obj' and `oo' for in-place installations.
1061
43e124e6
EZ
10622005-07-30 Eli Zaretskii <eliz@gnu.org>
1063
4da0d3f7 1064 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
43e124e6 1065
5dac5615
JB
10662005-07-29 Juanma Barranquero <lekktu@gmail.com>
1067
1068 * configure.bat: Don't create lisp/Makefile.unix.
1069
c638055f
JB
10702005-07-28 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * .cvsignore: Add `makefile' and `config.log'.
1073
9eff9fe3
PE
10742005-07-26 Paul Eggert <eggert@cs.ucla.edu>
1075
1076 Merge gnulib getopt implementation into Emacs.
1077
1078 * inc/gettext.h: Remove; no longer needed now that
1079 lib-src/gettext.h exists.
1080
9ebc3953
EZ
10812005-07-16 Eli Zaretskii <eliz@gnu.org>
1082
1083 * configure.bat: Finish config.log with a line that indicates that
1084 the configure step was successful.
1085
a0ec7a4a
LK
10862005-07-04 Lute Kamstra <lute@gnu.org>
1087
1088 Update FSF's address in GPL notices.
1089
5bc753e8
EZ
10902005-06-11 Eli Zaretskii <eliz@gnu.org>
1091
099a3eea
EZ
1092 * configure.bat: If their fc.exe returns a meaningful exit status,
1093 don't overwrite src/config.h and src/epaths.h with identical
1094 copies.
1095
591cbed1
EZ
1096 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
1097 changes. Add a pointer to another site with detailed configure
1098 and build instructions. Suggest to look at config.log when
1099 configure fails. Add MinGW Make 3.80 to the list of successful
1100 combinations.
1101
5bc753e8
EZ
1102 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
1103 "-mcpu=i686".
1104
099a3eea 1105 * configure.bat: Update copyright years.
5bc753e8
EZ
1106 Delete config.log before doing anything else.
1107 Write additional diagnostics to config.log in case of failures to
1108 compile test programs, including the failed test program itself.
1109 Add a test for support of -mtune=pentium4 switch to GCC; if it is
1110 supported, set up MCPU_FLAG variable on the various Makefiles to
1111 use that switch during compilations. (This avoids GCC warning
1112 about -mcpu being deprecated.)
1113
d2fcf769
EZ
11142005-06-10 Eli Zaretskii <eliz@gnu.org>
1115
1116 * addsection.c (copy_executable_and_add_section): Pass non-zero
1117 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
1118 environment. Print section names with %.8s.
1119 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
1120 only if non-zero. All callers changed.
1121
a0c38328
EZ
11222005-06-05 Eli Zaretskii <eliz@gnu.org>
1123
1124 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
1125 `const void *', for consistency with Posix.
1126
1a8fb426
EZ
11272005-06-04 Eli Zaretskii <eliz@gnu.org>
1128
1129 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
1130
bd7bdff8
JB
11312005-05-24 Juanma Barranquero <lekktu@gmail.com>
1132
1133 * INSTALL: Add more pointers to ports of Unix tools to Windows,
1134 and to the Emacs Wiki (which contains building instructions for
1135 Windows). Reword image library instructions and remove obsolete
1136 incompatibility information.
1137
007d105b
TTN
11382005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
1139
1140 * config.nt (HAVE_PWD_H): Undef.
1141
0b0dea7b
JB
11422004-06-07 Juanma Barranquero <lektu@terra.es>
1143
1144 * INSTALL: Clarify paragraph about compatibility between image
1145 libraries and builds of Emacs with several compilers.
1146
33d786f9
JB
11472004-06-06 Juanma Barranquero <lektu@terra.es>
1148
73dfa0bf
JB
1149 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
1150 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
10d1d0af 1151 calling non-existent cmdproxy.exe on bootstrapping after a
73dfa0bf
JB
1152 previous install followed by realclean.
1153
33d786f9
JB
1154 * nmake.defs: Add quote in comment to resync font-locking.
1155
3dfbc6d8
JB
11562004-06-04 Juanma Barranquero <lektu@terra.es>
1157
1158 * INSTALL: Reword the section on image support. Add reference to
1159 GnuWin32. Mention problems when mixing binaries from different
1160 compilers.
1161
112dc8e1
JR
11622004-05-06 Jason Rumney <jasonr@gnu.org>
1163
1164 * configure.bat: Use -mno-cygwin to check for image libraries
1165 when needed.
1166
5eb3d2a5
JR
11672004-05-03 Jason Rumney <jasonr@gnu.org>
1168
238add5e
JR
1169 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
1170 * makefile.def: Remove.
1171
133ef3d3 1172 * nmake.defs (SYS_LDFLAGS): Add -nologo.
238add5e 1173
5eb3d2a5
JR
1174 * makefile.w32-in (info-gmake, info-nmake): New targets.
1175 (info): Use them.
1176
e9419bd4
JB
11772004-04-23 Juanma Barranquero <lektu@terra.es>
1178
1179 * nmake.defs:
1180 * gmake.defs:
d814862a 1181 * makefile.w32-in:
e9419bd4
JB
1182 * makefile.def:
1183 * makefile.nt: Add "-*- makefile -*-" mode tag.
1184
1e3c9713
JR
11852004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
1186
133ef3d3 1187 * runemacs.c (WinMain): Let Emacs environment default to parent.
1e3c9713 1188
2f0c11a1
JR
11892004-03-11 Jason Rumney <jasonr@gnu.org>
1190
1191 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
1192
134d9671
JB
11932004-03-10 Juanma Barranquero <lektu@terra.es>
1194
1195 * makefile.w32-in (install): Don't try to copy
1196 ../lib-src/fns-*.el, as it isn't used anymore.
1197
d57625a0
JR
11982004-01-28 Peter Runestig <peter@runestig.com>
1199
1200 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
1201
5ea32beb
MB
12022003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
1203
1204 * .cvsignore: Add `.arch-inventory'.
1205
d57625a0 12062003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 1207
133ef3d3 1208 * inc/grp.h: New file.
930a9995 1209
d57625a0 12102003-09-03 Peter Runestig <peter@runestig.com>
fd026ee1
JR
1211
1212 * configure.bat: Create ``makefile'' in directories man, lispref
1213 and lispintro.
1214
1215 * makefile.w32-in (force-info, info): New targets.
1216
1217 * envadd.bat: New file.
1218
1219 * multi-install-info.bat: New file.
1220
880820fe 12212003-06-27 Jan Djärv <jan.h.d@swipnet.se>
aa287913
JD
1222
1223 * config.nt (my_strftime): New define.
1224
5d54d177
JR
12252003-02-01 Jason Rumney <jasonr@gnu.org>
1226
1227 * configure.bat: Automatically detect libXpm.
1228 Suppress compiler output when testing for image libraries.
1229 Give names of un-found libraries in messages.
1230
53b37591
JB
12312003-01-31 Juanma Barranquero <lektu@terra.es>
1232
fe929957 1233 * configure.bat: Automatically detect giflib and tifflib.
53b37591 1234
fbd852af
JR
12352003-01-29 Jason Rumney <jasonr@gnu.org>
1236
1237 * gmake.defs (CURDIR): Disable cygpath kludge.
1238
50ca1c55
JB
12392003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
1240
1241 * configure.bat: Avoid endless loop when configuring without image
1242 support.
1243
28908312
JR
12442003-01-26 Jason Rumney <jasonr@gnu.org>
1245
1246 * configure.bat: Automatically detect jpeglib.
1247
c262430d
JR
12482003-01-25 Jason Rumney <jasonr@gnu.org>
1249
1250 * configure.bat: Automatically detect libpng.
1251
53b37591 12522003-01-21 Jason Rumney <jasonr@gnu.org>
ac6e47ef
JR
1253
1254 * icons/hand.cur: New file.
1255
53b37591 12562003-01-21 David Ponce <david@dponce.com>
ac6e47ef
JR
1257
1258 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
1259
38018ad3
AI
12602003-01-15 Andrew Innes <andrewi@gnu.org>
1261
1262 * gmake.defs (CURDIR): Convert to native Windows format (with
1263 forward slashes), to support building with Cygwin builds of make.
1264
4c11103a
JB
12652002-11-17 Ben Key <BKey1@tampabay.rr.com>
1266
1267 * nmake.defs:
f60ae425
BK
1268 * gmake.defs: Made changes so that Emacs would link with
1269 WinMM.lib. This change was required for my addition of a Windows
1270 compatible implementation of play-sound-internal.
1271
4c11103a 12722002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
b0a1b9bb 1273
4c11103a 1274 * emacs.rc: Version updated to 21.3.50.
b0a1b9bb 1275
960f21ae
JR
12762002-06-13 Jason Rumney <jasonr@gnu.org>
1277
1278 * addpm.c (env_vars): Remove EMACSLOCKDIR.
1279
1280 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
1281 (maybe-bootstrap-SH): New targets.
1282 (all): Depend on maybe-bootstrap.
1283
933af497
JR
12842002-05-03 Jason Rumney <jasonr@gnu.org>
1285
1286 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
1287 (sys_getpeername, fcntl): Declare as wrappers.
1288
dc728514
JB
12892002-04-10 Juanma Barranquero <lektu@terra.es>
1290
1291 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
1292 after compiling .el files.
1293
3be38152
JR
12942002-03-20 Jason Rumney <jasonr@gnu.org>
1295
1296 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
1297 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
1298
d1ef18f2
KS
12992002-03-19 Kim F. Storm <storm@cua.dk>
1300
1301 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
1302 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
1303 (HAVE_SYS_UN_H): Undef.
1304 From David Ponce <dponce@voila.fr>.
1305
73792b51
JR
13062002-03-13 Jason Rumney <jasonr@gnu.org>
1307
1308 * config.nt (STRFTIME_NO_POSIX2): Define.
1309
f7b9d4d1
JR
13102002-02-18 Jason Rumney <jasonr@gnu.org>
1311
1312 * emacs.rc: Define VS_VERSION_INFO if not already.
1313 Update version info.
1314
98cf1bb5
AI
13152002-01-04 Andrew Innes <andrewi@gnu.org>
1316
1317 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1318 pick up relevant bits of the Windows API definitions.
1319
1320 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1321 pick up relevant bits of the Windows API definitions.
1322
0e4435be
AI
13232001-12-14 Andrew Innes <andrewi@gnu.org>
1324
1325 * makefile.w32-in (bootstrap): Build addsection program before
1326 bootstrap (required for post-processing temacs.exe).
1327
880820fe 13282001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
1329
1330 * COPYING: New file.
1331
493faf20
AI
13322001-12-03 Andrew Innes <andrewi@gnu.org>
1333
1334 * makefile.w32-in (bootstrap-nmake):
1335 (bootstrap-gmake): Extend bootstrap process to first do
1336 bootstrap-clean in lisp dir and rebuild the DOC file.
1337 (bootstrap): Do a "normal" make after the bootstrap work.
1338
fc813ef6
JR
13392001-11-20 Jason Rumney <jasonr@gnu.org>
1340
1341 * INSTALL: Update table of versions of make that are suitable
1342 for building Emacs, based on recent feedback.
1343
133ef3d3 1344 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
fc813ef6 1345
72431058
AI
13462001-11-19 Andrew Innes <andrewi@gnu.org>
1347
1348 * ftime-nostartup.bat: New file.
1349
1350 * ftime.bat: Don't include libc.lib for profiling - the profiler
1351 corrupts part of memcpy.
1352
eec004b0
JR
13532001-11-17 Jason Rumney <jasonr@gnu.org>
1354
1355 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
1356 expansion. From Juanma Barranquero <lektu@terra.es>.
1357
71431a0e
GM
13582001-10-20 Gerd Moellmann <gerd@gnu.org>
1359
6aa97356 1360 * (Version 21.1 released.)
71431a0e 1361
967d7793
AI
13622001-10-12 Andrew Innes <andrewi@gnu.org>
1363
1364 * inc/pwd.h (uid_t, gid_t): New typedefs.
1365
ab952a4f
GM
13662001-10-05 Gerd Moellmann <gerd@gnu.org>
1367
1368 * Branch for 21.1.
85b2f69e 1369
33d69478
EZ
13702001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1371
1372 * README: Update the address of the mailing list and subscription
1373 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
1374
05b24487
EZ
13752001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1376
1377 * INSTALL: Suggest to avoid using WinZip.
c49e491a
EZ
1378
1379 * configure.bat: Make sure ../site-lisp exists; create if necessary.
1380
3762e7d0
EZ
13812001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1382
1383 * INSTALL: Mention that "make install" can be "nmake install".
1384
83536c16
EZ
13852001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1386
1387 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
1388 since some versions of `mkdir' don't automatically create parent
1389 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
1390
f466241d
EZ
13912001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1392
1393 * subdirs.el: New file.
1394
1395 * configure.bat: Copy subdirs.el to the site-lisp directory.
1396
1397 * makefile.w32-in (install): Copy subdirs.el to the installation
1398 directory.
1399
0ac7bf6c
JR
14002001-06-20 Jason Rumney <jasonr@gnu.org>
1401
1402 * runemacs.c (WinMain): Add quotes around command in case of spaces.
1403
ec57454f
AI
14042001-06-01 Andrew Innes <andrewi@gnu.org>
1405
1406 * gmake.defs (sh_output): Don't use $(warning ...) to output
1407 messages, since that is not supported by GNU make 3.77.
1408
263f7134
JR
14092001-05-24 Jason Rumney <jasonr@gnu.org>
1410
1411 * INSTALL: Clarify that building with MSVC requires nmake.
1412
fbdbf318
AI
14132001-05-17 Andrew Innes <andrewi@gnu.org>
1414
1415 * gmake.defs (NEW_CYGWIN): Output message about spurious error
1416 message that is to be ignored.
1417
4b994b84
AI
14182001-05-13 Andrew Innes <andrewi@gnu.org>
1419
1420 * TODO: Remove file, since it is completely out of date.
1421
1422 * README: Add copyright notice.
1423
1424 * INSTALL: Add copyright notice.
1425
e8918aee
EZ
14262001-04-18 Andrew Innes <andrewi@gnu.org>
1427
1428 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
1429 the environment.
1430
1431 * gmake.defs (SETLOADPATH): Remove definition.
1432 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
1433 environment.
1434
14352001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
1436
1437 * configure.bat: Make the checkw32api* labels be distinct in the
4da0d3f7 1438 first 8 characters.
e8918aee
EZ
1439
14402001-03-17 Andrew Innes <andrewi@gnu.org>
1441
1442 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
1443 escaped quotes.
1444
1445 * gmake.defs (DEBUG_LINK): New macro.
1446 (LINK_FLAGS): Use it.
1447
1448 * nmake.defs (DEBUG_LINK): New macro.
1449 (LINK_FLAGS): Use it.
1450
14512001-03-06 Andrew Innes <andrewi@gnu.org>
1452
1453 * INSTALL: Add --ldflags to configure line for building with
1454 recent versions of Cygwin GCC.
1455
53b37591 14562001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
e8918aee
EZ
1457
1458 * configure.bat: Use correct options when compiling a test program
1459 with Cygwin. From David Ponce <dponce@voila.fr>.
1460
14612001-02-24 Andrew Innes <andrewi@gnu.org>
1462
1463 * _emacs: Remove obsolete file.
1464
1465 * emacs.bat.in: Remove obsolete file.
1466
1467 * debug.bat.in: Remove obsolete file.
1468
1469 * inc/sys/socket.h: Add copyright notice.
1470
1471 * paths.h: Add copyright notice.
1472
1473 * makefile.nt: Update copyright notice.
1474
1475 * makefile.def: Update copyright notice.
1476
1477 * configure.bat: Update copyright notice.
1478
1479 * nmake.defs: Add copyright notice.
1480
1481 * gmake.defs: Add copyright notice.
1482
1483 * makefile.w32-in: Add copyright notice.
1484
14852001-02-05 Andrew Innes <andrewi@gnu.org>
1486
1487 * nmake.defs (THISDIR): New definition.
1488
1489 * gmake.defs (THISDIR): New definition.
1490
14912001-02-03 Andrew Innes <andrewi@gnu.org>
1492
1493 * configure.bat: Leave a space before >> only when there is a
1494 preceding digit. Add a comment about the importance of this.
1495
1496 * README: Replace outdated information.
1497
1498 * INSTALL (Trouble-shooting): Add note about need to specify extra
1499 compiler flags with recent Cygwin ports of gcc.
1500
15012001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1502
1503 * configure.bat: Use "rm -f" instead of "del /f", as the latter
1504 is not supported by Windows 9X's COMMAND.COM.
1505
15062001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1507
10d1d0af 1508 * configure.bat: Make sure redirection is preceded by a blank, to
e8918aee
EZ
1509 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
1510 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
1511
15122001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
1513
1514 * INSTALL: Copy the table of tested combinations of development
10d1d0af 1515 tools from configure.bat. Add suggestion to install Bash on
e8918aee
EZ
1516 Windows 9X.
1517
1518 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
1519 lisp/Makefile.in instead. Use "rm -f" where more than one file
1520 needs to be deleted, since command.com in Windows 9X doesn't grok
1521 more than one argument.
1522
15232001-01-24 Andrew Innes <andrewi@gnu.org>
1524
85b2f69e 1525 * makefile.w32-in (cleanall-other-dirs-nmake):
e8918aee
EZ
1526 (cleanall-other-dirs-gmake): New targets.
1527 (cleanall): Invoke them.
1528
15292001-01-19 Andrew Innes <andrewi@gnu.org>
1530
1531 * addpm.c (env_vars): Add a version-independent site-lisp
1532 directory to EMACSLOADPATH, after the version dependent one.
1533
15342001-01-06 Andrew Innes <andrewi@gnu.org>
1535
1536 * README: Update info about compilers.
1537
1538 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
1539 select correct rule for invoking make in another directory. Amend
1540 rules accordingly.
1541 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
1542
1543 * nmake.defs (EMACS_ICON_PATH): Delete definition.
1544 (COMPILER_TEMP_FILES): New definition.
1545 (MAKETYPE): New definition.
1546
1547 * gmake.defs (EMACS_ICON_PATH): Delete definition.
1548 (COMPILER_TEMP_FILES): New definition.
1549 (MAKETYPE): New definition.
1550
1551 * makefile.def (EMACS_ICON_PATH): Delete definition.
1552
1553 * configure.bat: Be careful not to add trailing spaces when
1554 outputting to config.settings.
1555
15562001-01-02 Andrew Innes <andrewi@gnu.org>
1557
1558 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
1559 than the function.
1560
15612000-12-17 Andrew Innes <andrewi@gnu.org>
1562
1563 * makefile.w32-in (install): Copy directories to the correct
1564 places.
1565 (real_install): Remove obsolete target.
1566
15672000-12-06 Andrew Innes <andrewi@gnu.org>
1568
1569 * nmake.defs (CURDIR): New define.
1570 (INSTALL_DIR): Use it.
1571
1572 * gmake.defs (NEW_CYGWIN): New define.
1573 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
1574 so we need to adjust how we escape embedded quotes.
1575 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
1576 relative to $(CURDIR).
1577
15782000-11-25 Jason Rumney <jasonr@gnu.org>
1579
1580 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1581
15822000-10-17 Andrew Innes <andrewi@gnu.org>
1583
1584 * makefile.w32-in (recompile): New target to recompile lisp
1585 directory.
1586 (recompile-CMD, recompile-SH): New support targets.
1587
15882000-09-24 Jason Rumney <jasonr@gnu.org>
1589
1590 * config.nt (NO_RETURN): Define it.
1591
15922000-09-17 Andrew Innes <andrewi@gnu.org>
1593
1594 * gmake.defs: Revert to Unix line endings.
1595
1596 * nmake.defs: Revert to Unix line endings.
1597
15982000-09-16 Andrew Innes <andrewi@gnu.org>
1599
1600 * gmake.defs (SETLOADPATH): Change definition to work from any
1601 subdirectory.
1602
16032000-09-14 Andrew Innes <andrewi@gnu.org>
1604
1605 * makefile.w32-in: Revert to Unix line endings.
1606
16072000-09-14 Andrew Innes <andrewi@gnu.org>
1608
1609 * INSTALL: Add note about expected error messages when configure
1610 is run.
1611
1612 * configure.bat: Simplify the generation of makefiles (don't need
1613 to generate various top-level targets that invoke make in other
1614 directories).
1615
1616 * gmake.defs (SHELLTYPE): New define.
1617 (SETLOADPATH): New define.
1618
1619 * nmake.defs (SHELLTYPE): New define.
1620
1621 * makefile.w32-in: Standardize indentation somewhat.
1622 Add bootstrap support.
1623 Pass $(MFLAGS) when invoking make recursively.
1624 Add shell-specific variants of top-level targets that invoke make
1625 recursively in other directories, and add necessary computed
1626 dependencies.
1627
16282000-09-03 Andrew Innes <andrewi@gnu.org>
1629
1630 * makefile.w32-in: Change to DOS line endings.
1631
1632 * configure.bat: Change to DOS line endings.
1633
1634 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1635 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1636
1637 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1638 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1639
1640 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1641 -D_ANONYMOUS_STRUCT on compile line.
1642 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
1643 (ARCH_CFLAGS): Change optimization flags to -O2.
1644 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1645 (ARGQUOTE, DQUOTE): New defines.
1646
1647 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1648 -D_ANONYMOUS_STRUCT on compile line.
1649 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1650 (ARGQUOTE, DQUOTE): New defines.
1651
16522000-08-22 Andrew Innes <andrewi@gnu.org>
1653
1654 * configure.bat: New file.
1655
1656 * gmake.defs: New file.
1657
1658 * nmake.defs: New file.
1659
1660 * makefile.w32-in: New file.
1661
1662 * INSTALL: Rewrite to match new configure process.
1663
1664 * config.nt [WINDOWSNT]: Don't declare getenv.
1665 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
1666
1667 * addpm.c (main): Accept /q to mean install based on addpm's
1668 location without asking. Remove reference to emacs.bat which is
1669 now obsolete.
1670
1671 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
1672
1673 * paths.h: Use forward slash as directory separator in all path
1674 definitions.
1675 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
1676
1677 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
1678
1679 * runemacs.c: Remove WIN32 define.
1680
1681 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
1682 not defined.
1683
1684 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
1685 (fd_set): Define to new name, after including winsock.h, so we can
1686 provide our own implementation.
1687
16882000-07-05 Andrew Innes <andrewi@gnu.org>
1689
1690 * ebuild.bat: Add support for specifying make arguments.
1691
1692 * makefile.nt: Add support for `bootstrap' and related targets.
1693
16942000-06-11 Jason Rumney <jasonr@gnu.org>
1695
1696 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1697
16982000-02-06 Andrew Innes <andrewi@gnu.org>
1699
1700 * inc/sys/time.h: Add inclusion protection.
1701
1702 * makefile.def (SYS_LDFLAGS): Add -nologo.
1703
17041999-11-22 Andrew Innes <andrewi@gnu.org>
1705
1706 * install.bat: Pass on command line arguments to make.
1707
c01949d3 1708 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
e8918aee
EZ
1709
17101999-11-21 Andrew Innes <andrewi@gnu.org>
1711
1712 * makefile.nt (all): Build leim if present.
1713 (install): Install leim if present.
1714 (clean): Clean leim if present.
1715
1716 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
1717 definition.
1718
1719 * emacs.bat.in (EMACSLOADPATH): Include leim.
1720
e8918aee
EZ
17211999-07-12 Richard Stallman <rms@gnu.org>
1722
1723 * Version 20.4 released.
1724
17251999-06-16 Andrew Innes <andrewi@gnu.org>
1726
1727 * emacs.rc: Use an icon with a transparent background, to be in
1728 keeping with other applications.
1729
17301999-06-03 Andrew Innes <andrewi@gnu.org>
1731
1732 * preprep.c: Fix typo.
1733
17341999-05-02 Andrew Innes <andrewi@gnu.org>
1735
1736 * config.h: Remove obsolete file.
1737
1738 * preprep.c (copy_executable_and_move_sections): Ifdef out a
1739 couple of unused switch cases that aren't defined on all
1740 platforms.
1741
1742 * ftime.bat: Add another variation of the profile command, which
1743 only profiles extended commands.
1744
17451999-03-31 Geoff Voelker <voelker@cs.washington.edu>
1746
1747 * cmdproxy.c (main): Fix parens.
1748
17491999-03-25 Andrew Innes <andrewi@gnu.org>
1750
1751 * cmdproxy.c (main): Call GetShortPathName to normalize program
1752 names for comparison.
1753
17541999-03-05 Geoff Voelker <voelker@cs.washington.edu>
1755
1756 * makefile.def: Compile multiple .c files when possible.
1757 Use BLD instead of assuming i386.
1758 * makefile.nt: Remove common multiple file compilation commands.
1759
17601999-03-04 Geoff Voelker <voelker@cs.washington.edu>
1761
1762 * cmdproxy.c (main): Add missing parens.
1763
17641999-02-20 Andrew Innes <andrewi@gnu.org>
1765
1766 * preprep.c: New program to allow dumped image to be profiled.
1767
1768 * makefile.nt (preprep): New target.
1769 (ALL): Build it.
1770
1771 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
1772
1773 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
1774 Change prep options to profile libc functions and skip the startup
1775 code.
1776
17771999-02-15 Geoff Voelker <voelker@cs.washington.edu>
1778
1779 * makefile.nt: Create installation directory as first step.
1780
17811999-01-31 Andrew Innes <andrewi@gnu.org>
1782
52397249 1783 * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from
e8918aee
EZ
1784 ROUND_UP_DST. Zeroes the alignment slop.
1785 (copy_executable_and_add_section): Update the
1786 SizeOfHeaders field properly.
1787
17881999-01-27 Andrew Innes <andrewi@gnu.org>
1789
1790 * makefile.nt: Do make version comparison as strings.
1791
17921999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
1793
1794 * runemacs.c (WinMain): Pass explicit environment block to
1795 CreateProcess, to work around a bug in Windows 95/98.
1796
17971999-01-22 Geoff Voelker <voelker@cs.washington.edu>
1798
1799 * icons: New directory with Davenport's icons.
134d9671 1800 * icons/sink.ico: Renamed from emacs.ico.
e8918aee
EZ
1801
1802 * makefile.nt (install, fast_install): Install Windows icons
1803 into etc/icons.
1804
1805 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
1806
18071999-01-17 Andrew Innes <andrewi@gnu.org>
1808
52397249 1809 * makefile.nt (ALL): List top-level targets.
e8918aee
EZ
1810 (addsection): New top-level target.
1811 (install): Copy fns-*.el to bin directory.
1812
1813 * addsection.c: New program to add static heap section to
1814 temacs.exe after linking, in support of new unexec method.
1815
18161998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
1817
1818 * cmdproxy.c (spawn): Pass directory for child as parameter.
1819 (main): Save startup directory to give to spawn, then change
1820 directory to location of .exe in order not to prevent startup
1821 directory from being deleted.
1822
18231998-12-08 Geoff Voelker <voelker@cs.washington.edu>
1824
b0b19974 1825 * makefile.nt: Do string comparison of _NMAKE_VER.
e8918aee
EZ
1826
18271998-12-02 Geoff Voelker <voelker@cs.washington.edu>
1828
1829 * config.nt (LOCALTIME_CACHE): Define.
1830
18311998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
1832
1833 * install.bat: Convert to DOS format.
1834
18351998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
1836
1837 * cmdproxy.c (main): Set environment size only when running
1838 command.com.
1839
53b37591 18401998-11-03 Theodore Jump <tjump@tertius.com>
e8918aee
EZ
1841
1842 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
1843 (DEL_TREE): Use rd instead of rmdir.
1844 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
1845 * makefile.nt: Compile multiple source files when possible.
85b2f69e 1846
e8918aee
EZ
18471998-10-05 Geoff Voelker <voelker@cs.washington.edu>
1848
1849 * cmdproxy.c (main): Treat command line options as case-insensitive.
1850
18511998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
1852
1853 * Version 20.3 released.
1854
18551998-07-20 Geoff Voelker <voelker@cs.washington.edu>
1856
1857 * addpm.c (main): Explicitly check result of message box for OK.
1858
18591998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
1860
1861 * inc/sys/file.h (D_OK): Define new macro.
1862
18631998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
1864
1865 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
1866
18671998-05-30 Geoff Voelker <voelker@cs.washington.edu>
1868
1869 * emacs.rc (VS_VERSION_INFO): Define.
1870
18711998-04-23 Geoff Voelker <voelker@cs.washington.edu>
1872
1873 * makefile.nt (emacs.bat, debug.bat): Create them in the
1874 installation directory.
1875
18761998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
1877
1878 * ddeclient.c: New file. (Support program for performing limited
e580a741 1879 interprocess communication on Windows.)
e8918aee
EZ
1880
1881 * makefile.nt: Build ddeclient.
1882
1883 * cmdproxy.c (main): Only set environment size for real shell, and
e580a741 1884 provide extra directory argument, when running on Windows 95.
85b2f69e 1885
e8918aee
EZ
18861998-04-17 Geoff Voelker <voelker@cs.washington.edu>
1887
1888 * cmdproxy.c (fail): Exit with a negative return value.
1889 (spawn): Return subprocess return code as an argument.
1890 Explicitly copy environment block.
1891 (main): Update to use return value argument with spawn.
1892 Retry if spawn failed when a subshell was not tried.
1893
1894 * config.nt: Include new macros from src/config.in.
1895 (GNU_MALLOC, REL_ALLOC): Define.
1896 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
1897 (RE_TRANSLATE): Use char_table_translate.
1898
1899 * makefile.def (CP_DIR): Preserve attributes.
1900
1901 * makefile.nt (clean): Delete patch generated files, optimized
1902 build directory.
1903
19041997-10-01 Geoff Voelker <voelker@cs.washington.edu>
1905
1906 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
1907
19081997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1909
1910 * Version 20.2 released.
1911
19121997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1913
1914 * Version 20.1 released.
1915
19161997-09-11 Geoff Voelker <voelker@cs.washington.edu>
1917
1918 * debug.bat.in: New file.
1919 * makefile.nt (debug.bat): New target.
1920
19211997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
1922
1923 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
1924 Quote group name. Allow different icons to be specified.
1925
1926 * cmdproxy.c (get_env_size): New function.
1927 (spawn): Explicitly pass in environment when creating subprocess.
10d1d0af 1928 (main): Cleanup error messages.
e8918aee
EZ
1929 Specify dynamically sized environment block for real shell.
1930 Pass on unhandled switches to real shell.
1931 Quote program name.
1932
85b2f69e 1933 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
e8918aee 1934 directory.
85b2f69e 1935 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
e8918aee
EZ
1936
1937 * runemacs.c (WinMain): Allow Emacs process to be started with
e580a741 1938 high or low priority.
e8918aee
EZ
1939
1940 * emacs.bat.in: Remove OS dependent operations.
85b2f69e 1941
e8918aee
EZ
19421997-09-02 Geoff Voelker <voelker@cs.washington.edu>
1943
1944 * addpm.c (env_vars): No longer set INFOPATH.
1945
1946 * cmdproxy.c (get_next_token): Null terminate token returned.
1947
1948 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
1949
19501997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
1951
1952 * addpm.c (env_vars): Set SHELL to cmdproxy.
1953 (main): Initialize idDde to 0.
1954 Determine emacs_path from module file name.
1955 Prompt for install.
1956
1957 * makefile.def (MSVCNT11): Conditionally define it.
1958 (BASE_LIBS): Do not use oldnames.lib.
1959 (SYS_LDFLAGS): Use pdb files.
1960 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
1961 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
1962 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1963
1964 * makefile.nt (ALL): Build cmdproxy.
1965 (cmdproxy): New target.
1966 (install): Install cmdproxy.
1967
1968 * ftime.bat, debug.bat, cmdproxy.c: New files.
1969
19701997-07-10 Geoff Voelker <voelker@cs.washington.edu>
1971
52397249 1972 * inc/sys/socket.h (shutdown): Define.
e8918aee
EZ
1973 (sys_shutdown): Export.
1974
19751997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1976
1977 * config.nt (RE_TRANSLATE): Copy definition from config.in.
1978
19791997-07-01 Geoff Voelker <voelker@cs.washington.edu>
1980
1981 * config.nt: Update file comments.
1982 Update undefs added/removed in src/config.in.
1983
19841997-06-19 Geoff Voelker <voelker@cs.washington.edu>
1985
67cd381d 1986 * makefile.def, emacs.bat: Use windows95 and windowsnt instead
e8918aee
EZ
1987 of win95 and winnt, respectively.
1988
19891997-01-04 Geoff Voelker <voelker@cs.washington.edu>
1990
1991 * makefile.nt (real_install): Create site-lisp in installation dir.
1992 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
1993 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
1994
e8918aee
EZ
19951996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
1996
1997 * Version 19.33 released.
1998
19991996-08-09 Geoff Voelker <voelker@cs.washington.edu>
2000
2001 * runemacs.c (WinMain): Put a space between the binary and its args.
2002
20031996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2004
2005 * Version 19.32 released.
2006
20071996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
2008
2009 * makefile.nt (clean): Use OBJDIR macro.
2010
20111996-06-03 Kim F. Storm <kfs@olicom.dk>
2012
e580a741 2013 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
e8918aee
EZ
2014 Not defined by default.
2015 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
2016 (WinMain): Convert backslashes to slashes in env var values.
2017
e580a741 2018 * addpm.c (env_vars): Use slashes, not backslashes.
e8918aee
EZ
2019
20201996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2021
2022 * Version 19.31 released.
2023
20241996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
2025
2026 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
2027 undo settings afterwards.
2028
20291996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
2030
2031 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
e580a741 2032 environment variable.
e8918aee 2033
53b37591 20341996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
2035
2036 * install.bat: Allow for optimized build.
2037 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
2038 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
2039
53b37591 20401996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
2041
2042 * addpm.c (REG_ROOT): Don't use a trailing backslash.
2043 (env_vars): Rename field emacs_path to emacs_dir.
2044 (main): Add link to runemacs instead of emacs.
2045
2046 * install.bat: Check if INSTALL_DIR is passed as an argument.
2047
2048 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
2049
2050 * makefile.nt: Build and install runemacs.exe.
2051
2052 * runemacs.c: New file.
2053
2054 * config.w95: File removed.
2055
2056 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
2057 inc/sys/socket.h, inc/sys/time.h: New header files.
2058
2059 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
85b2f69e 2060
e8918aee
EZ
20611996-03-27 Geoff Voelker <voelker@cs.washington.edu>
2062
2063 * makefile.def (DEL): Defined.
2064 (DEL_TREE) [win95]: Defined.
2065 (SYS_LDFLAGS): Set executable versions to 3.10.
85b2f69e 2066
e8918aee
EZ
2067 * makefile.nt: Change uses of del to $(DEL).
2068
20691996-01-17 Erik Naggum <erik@naggum.no>
2070
2071 * All files: Update FSF's address in comment preamble.
2072
20731996-01-03 George V. Reilly <georger@microcrafts.com>
2074
2075 * emacs.ico: Now the proverbial kitchen sink icon.
2076
20771995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2078
2079 * Version 19.30 released.
2080
20811995-11-22 Geoff Voelker <voelker@cs.washington.edu>
2082
2083 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
2084
2085 * makefile.nt (install, fast_install, real_install, clean):
2086 Don't use switches to del not supported by Win95.
2087
20881995-11-07 Kevin Gallo <kgallo@microsoft.com>
2089
2090 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
2091 (install, fast_install): Change same-dir test to create test file in
2092 installation tree and thereby support read-only shares.
2093 (clean): Remove .pdb files.
2094
2095 * makefile.def (NTGUI): New macro.
2096 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
2097
2098 * config.nt, config.w95: Update to latest src/config.in.
2099
2100 * addpm.c (env_vars): New variable.
2101 (add_registry): New procedure.
2102 (main): Use values of configuration environment variables from
2103 the registry if defined, the process environment otherwise.
2104
21051995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2106
2107 * Version 19.29 released.
2108
2109 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
2110
21111995-06-13 Geoff Voelker <voelker@cs.washington.edu>
2112
2113 * makefile.nt: Define .c to .obj suffix rule.
2114 (addpm.obj): Compile directly, use CFLAGS.
2115 (addpm.exe): Link from addpm.obj.
85b2f69e 2116
e8918aee
EZ
2117 * makefile.def (MSVCNT11): Defined.
2118 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
2119 (CFLAGS_COMMON): Defined.
2120 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
85b2f69e 2121
e8918aee
EZ
21221995-06-09 Geoff Voelker <voelker@cs.washington.edu>
2123
134d9671
JB
2124 * emacs.bat.in: Renamed from emacs.bat.
2125 (emacs_dir): Renamed from emacs_path.
e8918aee
EZ
2126 Definition removed.
2127
2128 * addpm.c: New file.
52397249 2129 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
e8918aee
EZ
2130 (all): Depend upon $(BLD) and $(ALL).
2131 (install): Depend upon emacs.bat.
2132 Create program item for Emacs.
2133 (clean): Delete obj.
2134 (emacs.bat): Defined.
52397249 2135 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
e8918aee
EZ
2136
21371995-05-27 Geoff Voelker <voelker@cs.washington.edu>
2138
2139 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
2140 Add carriage returns; necessary for batch files on Win95.
2141
21421995-05-25 Geoff Voelker <voelker@cs.washington.edu>
2143
2144 * config.w95: Created.
2145 * config.h: Changed to config.nt.
85b2f69e 2146
e8918aee 2147 * makefile.nt (SUBDIRS): Commented out.
52397249
JB
2148 (all, install, clean): Expand for-loops.
2149 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
e8918aee 2150
52397249 2151 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
e8918aee 2152 (ARCH): New definition.
52397249
JB
2153 (CPU, CONFIG_H, OS_TYPE): Defined.
2154 (INCLUDE, LIB): Checked if valid.
e8918aee 2155 (ntwin32.mak): Included.
52397249
JB
2156 (AR, CC, LINK): New definition.
2157 (ADVAPI32, libc, BASE_LIBS): Defined.
e8918aee
EZ
2158 (SYS_LDFLAGS): New definition.
2159 Update comments and preprocessor conditionals.
2160
2161 * emacs.bat (SHELL): Conditionally defined.
2162 (HOME): Conditionally defined.
52397249 2163 (emacs_path, HOME): Update comments.
e8918aee
EZ
2164 Turn off all echo.
2165
21661995-05-09 Geoff Voelker <voelker@cs.washington.edu>
2167
2168 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
2169 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
2170 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
2171 inc/sys/param.h: Removed carriage-returns.
2172
21731995-05-06 Geoff Voelker <voelker@cs.washington.edu>
2174
2175 * makefile.def (CVTRES): Defined.
2176
2177 * emacs.ico, emacs.rc: New files by Kevin Gallo.
2178
21791995-04-10 Geoff Voelker <voelker@cs.washington.edu>
2180
88c71720 2181 * src: Remove directory.
e8918aee
EZ
2182
2183 * src\config.h, src\paths.h: Moved to parent dir, src removed.
2184
21851995-04-09 Geoff Voelker <voelker@cs.washington.edu>
2186
2187 * makefile.def (INSTALL_DIR): Changed to generic directory.
2188
2189 * emacs.bat: Added arguments when emacs.exe invoked.
2190
2191 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
2192
e580a741 21931994-12-13 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
2194
2195 * makefile.def (CC): In configuration section.
2196 (COMPAT_LIB): Defined.
2197
e580a741 21981994-11-01 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
2199
2200 * src/paths.h: New file.
2201
2202 * src/config.h: New file.
2203
2204 * inc/pwd.h: New file.
2205
2206 * inc/sys/dir.h: New file.
2207
2208 * inc/sys/file.h: New file.
2209
2210 * inc/sys/ioctl.h: New file.
2211
2212 * inc/sys/param.h: New file.
2213
2214 * todo: New file.
2215
88c71720 2216 * README: New file.
e8918aee
EZ
2217
2218 * makefile.nt: New file.
2219
e580a741 2220 * makefile.def: New file.
85b2f69e 2221
e580a741 2222 * install.cmd: New file.
e8918aee 2223
e580a741 2224 * INSTALL: New file.
e8918aee 2225
e580a741 2226 * fast-install.cmd: New file.
e8918aee
EZ
2227
2228 * emacs.cmd: New file.
2229
2230 * ebuild.cmd: New file.
2231
2232 * _emacs: New file.
2233
2234;; Local Variables:
880820fe 2235;; coding: utf-8
33462dfa 2236;; add-log-time-zone-rule: t
e8918aee 2237;; End:
2a34a036 2238
acaf905b 2239 Copyright (C) 1995-1999, 2001-2012 Free Software Foundation, Inc.
7f6d64f8
GM
2240
2241 This file is part of GNU Emacs.
2242
eef0be9e 2243 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 2244 it under the terms of the GNU General Public License as published by
eef0be9e
GM
2245 the Free Software Foundation, either version 3 of the License, or
2246 (at your option) any later version.
7f6d64f8
GM
2247
2248 GNU Emacs is distributed in the hope that it will be useful,
2249 but WITHOUT ANY WARRANTY; without even the implied warranty of
2250 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2251 GNU General Public License for more details.
2252
2253 You should have received a copy of the GNU General Public License
eef0be9e 2254 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.