Auto-commit of generated files.
[bpt/emacs.git] / nt / ChangeLog
CommitLineData
dfa96edd
JB
12012-07-10 Juanma Barranquero <lekktu@gmail.com>
2
3 * config.nt: Sync with autogen/config.in.
4
5994c183
PE
52012-07-09 Paul Eggert <eggert@cs.ucla.edu>
6
7 * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
8
5eabd6f0
JB
92012-07-09 Juanma Barranquero <lekktu@gmail.com>
10
11 * config.nt: Sync with autogen/config.in.
12
dffdc540
JB
132012-07-07 Juanma Barranquero <lekktu@gmail.com>
14
15 * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
16
090bd7cb 172012-07-06 Juanma Barranquero <lekktu@gmail.com>
f247498e
JB
18 Eli Zaretskii <eliz@gnu.org>
19
20 * config.nt: Complete rework to bring it in sync with autogen/config.in.
21 All Windows-specific code moved to src/s/ms-w32.h.
22
090bd7cb 232012-07-04 Juanma Barranquero <lekktu@gmail.com>
0566bc95
JB
24 Eli Zaretskii <eliz@gnu.org>
25
26 * configure.bat (enablechecking): Enable checks through src/config.h,
27 not the compiler's command line.
28
29 * nmake.defs (CHECKING_CFLAGS): Remove.
30 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
31
32 * gmake.defs (DEBUG_CFLAGS): Add -fno-crossjumping.
33 (CHECKING_CFLAGS): Remove.
34 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
35
95f61aa2
JB
362012-07-04 Juanma Barranquero <lekktu@gmail.com>
37
38 * config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES)
39 (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI)
40 (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET)
41 (HAVE_MEMCMP): Remove, obsolete.
42
ca26824c
GM
432012-06-30 Glenn Morris <rgm@gnu.org>
44
45 * paths.h (PATH_SITELOADSEARCH): New.
46
0e711109
JB
472012-06-28 Juanma Barranquero <lekktu@gmail.com>
48
49 * nmake.defs (CHECKING_CFLAGS):
50 * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
51
5e0881dd
EZ
522012-06-24 Eli Zaretskii <eliz@gnu.org>
53
54 * config.nt (_Noreturn): Don't reference __SUNPRO_C.
55
845ca893
PE
562012-06-24 Paul Eggert <eggert@cs.ucla.edu>
57
58 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
59 * config.nt (_Noreturn): New macro.
60 (NO_RETURN): Remove. All uses replaced with _Noreturn.
61 (w32_abort) [HAVE_NTGUI]: Use _Noreturn rather than NO_RETURN.
62
696056c2
EZ
632012-06-24 Eli Zaretskii <eliz@gnu.org>
64
65 * inc/sys/time.h (struct timespec): Don't define it here, it is
66 now defined in src/s/ms-w32.h.
67
388cdec0
EZ
682012-06-23 Eli Zaretskii <eliz@gnu.org>
69
70 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
71 * inc/sys/time.h (struct timespec): Define.
72
6eb93f60
EZ
732012-06-16 Eli Zaretskii <eliz@gnu.org>
74
75 * makefile.w32-in (install-addpm): New target.
76 (dist): Depend on it.
77 (install-shortcuts): Depend on install-addpm instead of copying
78 addpm.exe as part of the recipe. See
79 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
80 for the related problem and discussions.
81
a9be7d2b
GM
822012-06-11 Glenn Morris <rgm@gnu.org>
83
84 * config.nt (SYSTEM_TYPE): Define it.
85
efc00ab1
CY
862012-05-31 Eli Zaretskii <eliz@gnu.org>
87
88 * configure.bat (genmakefiles): Move the redirection away from the
89 end of the command, to avoid excess whitespace at the end of Make
90 variables created at configure time, and also avoid things like
91 "FOO1>>config.settings", where "1" gets interpreted as the file
92 descriptor and eaten up. This fixes breakage introduced by the
93 last change, without reintroducing the bug fixed by that change.
94
952012-05-31 Eli Zaretskii <eliz@gnu.org>
06523364
EZ
96
97 * nmake.defs (MWINDOWS): Define as
98 "-subsystem:windows -entry:mainCRTStartup". Suggested by Fabrice
99 Popineau <fabrice.popineau@supelec.fr>. (Bug#11405)
100
101 * gmake.defs (MWINDOWS): Define as "-mwindows".
102
c00ea352
EZ
1032012-05-28 Eli Zaretskii <eliz@gnu.org>
104
105 * config.nt (HAVE_SYSINFO): Remove; unused.
106
33017faf 1072012-05-27 Eli Zaretskii <eliz@gnu.org>
ce128722 108
cd376509
EZ
109 * inc/stdalign.h: New file.
110
ce128722
EZ
111 * configure.bat: Ensure a space between %var% expansion and
112 redirection symbol '>', which breaks when %var% ends in a digit,
113 such as 1.
114
34374650
PE
1152012-05-22 Paul Eggert <eggert@cs.ucla.edu>
116
117 Remove src/m/*.
118 * config.nt: Do not include "m/intel386.h"; file was removed.
119 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
120 Move to src/lisp.h.
121 (EMACS_INT_MAX): New macro.
122
003fdae2
PE
1232012-05-19 Paul Eggert <eggert@cs.ucla.edu>
124
9232a6d9
PE
125 * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
126 (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
127
003fdae2
PE
128 * config.nt (HAVE_FTIME): Remove undef; not needed.
129
9311dcff
GM
1302012-05-01 Glenn Morris <rgm@gnu.org>
131
132 * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
133
35dc09a1 1342012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
e645df7c
DM
135
136 * makefile.w32-in: Fix typo (Bug#10261).
137
7dd02dc7
EZ
1382012-04-10 Eli Zaretskii <eliz@gnu.org>
139
140 * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
141 each runs makeinfo in its own subdirectory of 'doc'.
142 (info-gmake): Depend on these new targets.
143
f3774f20
GM
1442012-04-07 Glenn Morris <rgm@gnu.org>
145
146 * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
147 Bump version to 24.1.50.
148
9078ead6
EZ
1492012-04-07 Eli Zaretskii <eliz@gnu.org>
150
151 * configure.bat: Support building with libxml2.
152
153 * INSTALL:
154 * README.W32: Add information about libxml2.
155
1dcece25
EZ
1562012-04-07 Eli Zaretskii <eliz@gnu.org>
157
158 * makefile.w32-in: Convert to Unix EOL format.
d67a9a85
EZ
159 (all): Don't depend on stamp_BLD and on maybe-bootstrap.
160 (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
161 (bootstrap-gmake): Invoke the "clean" and build targets in 2
162 separate commands, so they run in that order even under "make -j".
1dcece25 163
581355cc
EZ
1642012-03-29 Eli Zaretskii <eliz@gnu.org>
165
166 * config.nt: Discourage from defining HAVE_GETCWD.
167
e5a69fd0
EZ
1682012-03-25 Eli Zaretskii <eliz@gnu.org>
169
170 * makefile.w32-in (install-bin): Don't copy addpm.exe here. Use
171 $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
172 on other (parallel) Make job's toes.
173 (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
174 (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe
175 here.
176 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend
177 on create-tmp-dist-dir.
178
179 * nmake.defs (DIRNAME): New variable.
180 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
181 same-dir.tst.
182
183 * gmake.defs (DIRNAME): New variable.
184 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
185 same-dir.tst, to avoid conflicts between several (parallel) Make
186 jobs.
187
58b65bf5
EZ
1882012-02-24 Eli Zaretskii <eliz@gnu.org>
189
190 Prevent endless re-spawning of cmdproxy.exe when some of its
191 parent directories have access limitations.
192
193 * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
194 and our own module name to short 8+3 aliases, if the original file
195 names compare equal. If GetShortPathName fails, compare the base
196 names of the two file names, and only re-spawn the command line if
197 the base-name comparison also fails. (Bug#10674)
198
2dbe4d71
DM
1992012-02-23 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
200
201 * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
202
42a275e0
CS
2032012-02-06 Christoph Scholtes <cschol2112@googlemail.com>
204
205 * README.W32: Removed specific version information for libXpm
206 included in the binary distribution for maintenance purposes.
207
d452256d
CS
2082012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
209
533183f3 210 * README.W32: Clarification for inclusion in source tarball. (Bug#9750)
3e44c782 211
75197633
CS
212 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
213
214 * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
215
d452256d
CS
216 * makefile.w32-in (maybe-copy-distfiles)
217 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
2dbe4d71 218 (create-tmp-dist-dir): Add to make --distfiles optional.
533183f3 219 (dist): Use create-tmp-dist-dir and maybe-copy-distfiles. (Bug#10261)
d452256d 220
e0aeebda
EZ
2212012-02-04 Eli Zaretskii <eliz@gnu.org>
222
223 * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
224 by other headers.
225
8c9afb46
EZ
2262011-11-27 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
227
228 * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
229 (UINT64_MAX) [_WIN64]: Fix definition.
230 (uintmax_t, intmax_t): Fix definitions.
231
6df6ae42
JB
232 * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
233 Provide correct definitions.
8c9afb46
EZ
234
235 * config.nt (HAVE_DECL_STRTOLL): Define.
236 (va_copy) [_WIN64]: Provide a better definition.
237
e9fce1ac
JB
2382011-11-25 Juanma Barranquero <lekktu@gmail.com>
239
240 * configure.bat: Fix typos.
241
034ea24d
EZ
2422011-11-25 Eli Zaretskii <eliz@gnu.org>
243
244 * INSTALL: Elaborate on debugging fatal errors.
245
b018182c
EZ
2462011-11-15 Eli Zaretskii <eliz@gnu.org>
247
248 * README.W32: Update the GTK Windows download URL for libpng.
249
d7cecd19
CS
2502011-11-13 Christoph Scholtes <cschol2112@googlemail.com>
251
252 * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
253
600b1907
CS
2542011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
255
c4c32b97
CS
256 * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
257 (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
258 (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
259 (intmax_t, INT64_MAX): Add for MSVC.
260
58179cce 261 * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
600b1907 262
a6fc3b5c
EZ
2632011-11-05 Eli Zaretskii <eliz@gnu.org>
264
955f3b13
EZ
265 * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
266
a6fc3b5c
EZ
267 Support MSVC build with newer versions of Visual Studio.
268 * makefile.w32-in (clean-other-dirs-nmake)
269 (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
270 Update for current structure of doc/ subdirectories.
271
272 * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
273
274 * INSTALL: Update for newer versions of MSVC.
275
58179cce 2762011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
a6fc3b5c
EZ
277
278 Support MSVC build with newer versions of Visual Studio.
279 * nmake.defs (USE_CRT_DLL): Define to 1.
280 (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
281 (D): New variable.
282
fc5f9b45
EZ
2832011-11-04 Eli Zaretskii <eliz@gnu.org>
284
285 * runemacs.c (ensure_unicows_dll): New function, tries to load
286 UNICOWS.DLL on Windows 9X.
287 (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
288 display a dialog to the effect that Emacs cannot be started.
289 (Bug#8562)
290
8cedc5ac
EZ
2912011-10-28 Eli Zaretskii <eliz@gnu.org>
292
293 * README.W32: Mention UNICOWS.DLL as prerequisite for running
294 Emacs on Windows 9X.
295
df1c5f05
EZ
2962011-10-25 Eli Zaretskii <eliz@gnu.org>
297
298 * makefile.w32-in (dist): Don't put the top-level INSTALL into the
299 distribution. (Bug#9861)
300
df6d30f3
CS
3012011-10-25 Christoph Scholtes <cschol2112@googlemail.com>
302
303 * INSTALL: Update URL for GTK download page.
304
804a4315
EZ
3052011-10-19 Eli Zaretskii <eliz@gnu.org>
306
307 * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
308 (Bug#9794) (Bug#641)
309
86633eab 3102011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
311
312 * config.nt (HAVE_SNPRINTF): New macro.
313
044c22e5 3142011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
315
316 Assume freestanding C89 headers, string.h, stdlib.h.
317 * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
318 (STDC_HEADERS): Remove.
319 Iinclude string.h, stdlib.h unconditionally.
320
f7b2cdf3
EZ
3212011-06-07 Eli Zaretskii <eliz@gnu.org>
322
323 * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
81d63f1a 324 [!__GNUC__]: New macros.
f7b2cdf3 325
55d4c1b2
PE
3262011-05-28 Paul Eggert <eggert@cs.ucla.edu>
327
328 Use 'inline', not 'INLINE'.
329 * config.nt (INLINE): Remove.
330
8a70d4b1
EZ
3312011-05-17 Eli Zaretskii <eliz@gnu.org>
332
333 * README.W32: Add information about GnuTLS libraries.
334
39497066
EZ
3352011-05-09 Eli Zaretskii <eliz@gnu.org>
336
337 * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
338
4d3fcc8e
BK
3392011-05-07 Ben Key <bkey76@gmail.com>
340
341 * configure.bat: Renamed the fusercflags variable to escusercflags
342 so that the variable name better matches its purpose, to be
343 identical to usercflags with the exception that all quotes are
344 escaped by the \ character.
345
346 Renamed the fuserldflags variable to escuserldflags so that the
347 variable name better matches its purpose, to be identical to
348 userldflags with the exception that all quotes are escaped by
349 the \ character.
350
351 A new ESC_USER_CFLAGS variable is written to config.settings.
352 This variable has the same value as the escusercflags variable.
353
2dbe4d71
DM
354 * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
355 This variable is identical to the CFLAGS variable except that it
4d3fcc8e
BK
356 includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
357
358 These changes, along with some changes to src/makefile.w32-in,
359 are required to extend my earlier fix to add support for
360 --cflags and --ldflags options that include quotes so that it
361 works whether make uses cmd or sh as the shell.
362
0a47eac4
EZ
3632011-05-06 Eli Zaretskii <eliz@gnu.org>
364
365 * inc/inttypes.h [!__MINGW32__]: Include stdint.h. Move the
366 definition of uintmax_t from here...
367 * inc/stdint.h (uintmax_t): ...to here.
368 (intptr_t) [!__GNUC__]: New typedef.
369
122b0c86 3702011-05-06 Paul Eggert <eggert@cs.ucla.edu>
b28b8799 371
122b0c86
PE
372 * config.nt: Prepare to configure 64-bit integers for older compilers.
373 However, temporarily disable this change unless the temporary
374 symbol WIDE_EMACS_INT is defined.
b5611f17
PE
375 (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
376 "%I64d" work but long long and "%lld" do not.
377
d429d8e9
BK
3782011-05-05 Ben Key <bkey76@gmail.com>
379
380 * configure.bat: Added support for --cflags and --ldflags
381 options that include quotes as long as command extensions are
382 enabled. Specifically when -I, -L, and similar flags are used
383 to specify supplementary include and library directories a
384 directory name that includes spaces may now be used if it is
385 enclosed in quotes.
386
387 * INSTALL: Documented the change to configure.bat.
388
0898ca10
JB
3892011-05-04 Juanma Barranquero <lekktu@gmail.com>
390
391 * INSTALL: Clarify GnuTLS support.
392
ba366b6d
EZ
3932011-04-30 Eli Zaretskii <eliz@gnu.org>
394
395 * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
396 Define to 1 for MinGW of MSVC versions >= 1400.
b28b8799 397
aff458c3
EZ
3982011-04-28 Eli Zaretskii <eliz@gnu.org>
399
2dbe4d71 400 * gmake.defs (ARCH): Fix error message in case of unknown architecture.
aff458c3 401
fc3b7291
EZ
4022011-04-27 Eli Zaretskii <eliz@gnu.org>
403
404 * inc/inttypes.h: New file.
405
406 * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
407 (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
408
fe9c230b
DC
4092011-04-27 Daniel Colascione <dan.colascione@gmail.com>
410
411 * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
412 inside quotation marks and bail out.
413
841a1577 4142011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
415
416 * cmdproxy.c (try_dequote_cmdline): New function.
417 (main): Use it.
418
fd4af8d9
TZ
4192011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
420
421 * configure.bat: New options --without-gnutls and --lib, new build
422 variable USER_LIBS, automatically detect GnuTLS. Copies the PNG
423 library setup with trivial modifications.
424 * INSTALL: Add instructions for GnuTLS support.
425 * gmake.defs: Prefix USER_LIBS with -l.
426
4a1a6b5b
BK
4272011-04-15 Ben Key <bkey76@gmail.com>
428
429 * configure.bat: Modified the code that parses the --cflags and
430 --ldflags options to support parameters that include the =
2dbe4d71
DM
431 character as long as they are enclosed in quotes.
432 This functionality depends on command extensions. Configure.bat now
4a1a6b5b
BK
433 attempts to enable command extensions and displays a warning
434 message if they could not be enabled. If configure.bat could
435 not enable command extensions the old parsing code is used that
436 does not support parameters that include the = character.
437
438 * INSTALL: Updated the file to describe the new functionality
439 using text provided by Eli Zaretskii.
440
0f1ba050
EZ
4412011-04-06 Eli Zaretskii <eliz@gnu.org>
442
443 * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
444 (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
445 on the trunk on 2011-04-06.
446
9af30bdf
GM
4472011-03-27 Glenn Morris <rgm@gnu.org>
448
449 * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
450
0f4a96b5
JB
4512011-03-25 Juanma Barranquero <lekktu@gmail.com>
452
453 * addpm.c (main): Remove unused variable `retval'.
454
455 * preprep.c (main): Remove unused variable `ptr'.
456
9c88f339
JB
4572011-03-23 Juanma Barranquero <lekktu@gmail.com>
458
459 * cmdproxy.c: Include <ctype.h>.
460 (make_absolute): Remove unused variable `i'.
461
33383987
JB
4622011-03-07 Chong Yidong <cyd@stupidchicken.com>
463
464 * Version 23.3 released.
465
0f7bb05d
EZ
4662011-02-27 Eli Zaretskii <eliz@gnu.org>
467
468 * inc/unistd.h (readlink, symlink): Declare prototypes.
469
e5c96d21
EZ
4702011-02-26 Eli Zaretskii <eliz@gnu.org>
471
472 * config.nt (nlink_t): Define.
473
9f8370e6
CS
4742011-02-21 Christoph Scholtes <cschol2112@gmail.com>
475
476 * inc/stdint.h: New file, to support compilation with tool chains
477 that do not have stdint.h (e.g. MSVC).
478
25c51af3
EZ
4792011-02-21 Eli Zaretskii <eliz@gnu.org>
480
481 * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
482 (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
483 (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
484 (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
485 (lstat): Define to stat.
486
d37f40ed
EZ
4872011-02-09 Eli Zaretskii <eliz@gnu.org>
488
489 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
490 "make-docfile" target in lib-src, before bootstrapping the src
491 directory. Needed since building in src needs to run make-docfile
492 to produce globals.h.
493
a5d733f5
EZ
4942011-02-04 Eli Zaretskii <eliz@gnu.org>
495
496 * config.nt (inline) [__GNUC__]: Define (for gnulib).
497
70b0d280
EZ
4982011-01-31 Eli Zaretskii <eliz@gnu.org>
499
d95f875e
EZ
500 * config.nt (VERSION): Uncomment definition.
501 (restrict): Define.
502
70b0d280
EZ
503 * inc/stdbool.h: New file.
504
f915f0f7
EZ
5052011-01-29 Eli Zaretskii <eliz@gnu.org>
506
507 * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
508 (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
509 (bootstrap-clean-gmake, clean-other-dirs-nmake)
510 (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
511 (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
512 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
513 (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
1e338cfc 514 (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
f915f0f7
EZ
515
516 * configure.bat: Create lib/makefile.
517
518 * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
519 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
520 (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
521 (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
522
1e574bf0
EZ
5232011-01-07 Eli Zaretskii <eliz@gnu.org>
524
525 * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
526
7c420169 5272011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984 528
ca6e909c
EZ
529 * configure.bat (end): Unset environment variables used by this
530 batch file.
531
5be1c984
EZ
532 * INSTALL: Update the information about PNG support libraries.
533 (Bug#7716)
534
3d4cad2c
EZ
535 * README.W32: Update the information about PNG support libraries.
536
628e219f
EZ
5372010-11-23 Eli Zaretskii <eliz@gnu.org>
538
539 * config.nt (EXTERNALLY_VISIBLE): Define.
540
2e288d54
JB
5412010-10-13 Juanma Barranquero <lekktu@gmail.com>
542
543 * INSTALL: Refer to `dynamic-library-alist'.
544
6072fed4
JB
5452010-10-06 Juanma Barranquero <lekktu@gmail.com>
546
547 * INSTALL: Add note about problematic characters passed to configure.
548
19d5deef
EZ
5492010-10-01 Eli Zaretskii <eliz@gnu.org>
550
73077a9a 551 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1dc253e8 552 emacs-src.tags: New file.
73077a9a 553
19d5deef
EZ
554 * gmake.defs: Add a comment with a single quote to fix
555 fontification. (Bug#7102)
556
252b4f5c
EZ
5572010-09-29 Eli Zaretskii <eliz@gnu.org>
558
559 * configure.bat: Fix the condition for copying paths.h into
560 ../src/epaths.h.
561
0597ab06
JB
5622010-09-28 Juanma Barranquero <lekktu@gmail.com>
563
564 * addpm.c (entry, add_registry, main):
565 * addsection.c (file_data, open_input_file, open_output_file)
566 (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
567 (COPY_CHUNK):
568 * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
569 (skip_nonspace, get_next_token, search_dir, make_absolute)
570 (spawn, main):
571 * preprep.c (file_data, open_input_file, open_output_file)
572 (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
573 Use const char*.
574
575 * cmdproxy.c (stdin): Don't define, not used.
576 (main): Don't assign remlen after last use.
577
05212154
JB
5782010-09-22 Juanma Barranquero <lekktu@gmail.com>
579
580 * configure.bat: Err out when the argument of --cflags contains
581 invalid characters (check implemented only for GCC). (Bug#6820)
582
926cd98c
JB
5832010-08-19 Juanma Barranquero <lekktu@gmail.com>
584
585 * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
586
856a6b77
JR
5872010-08-12 Jason Rumney <jasonr@gnu.org>
588
589 * addpm.c (add_registry): Set path for runemacs.exe to use.
590
7815fe19 5912010-08-08 Óscar Fuentes <ofv@wanadoo.es>
c5958e82
ÓF
592
593 * cmdproxy.c (main): Use _snprintf instead of wsprintf,
594 which has a 1024 char limit on Windows (bug#6647).
595
7561000b
JB
5962010-08-02 Juanma Barranquero <lekktu@gmail.com>
597
598 * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
599 Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
600
76fd1ee9
DN
6012010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
602
603 * config.nt: Remove code referring to NO_REMAP, unused.
604
f8e0614c
CS
6052010-07-25 Christoph Scholtes <cschol2112@gmail.com>
606
607 Build binary distros on Windows using emacs-VERSION as root dir name.
e0d6af9c 608
7f86df5f 609 * makefile.w32-in: Copy README.W32 to installation directory
d24076a6
CS
610 during `make install'. Remove README.W32 with `distclean' (in
611 case Emacs was installed in place). Use temporary directory to
612 create distribution zip files in `dist' target.
e0d6af9c
CS
613 * zipdist.bat: Simplify code using temporary directory.
614
361358ea
JB
6152010-07-25 Juanma Barranquero <lekktu@gmail.com>
616
617 * runemacs.c (set_user_model_id): Fix prototype.
618
e3aef5c6
CS
6192010-07-24 Christoph Scholtes <cschol2112@gmail.com>
620
621 New make target for Windows platform: make dist (bug#6602)
622
623 * INSTALL: Document new dist target and add section about
624 creating binary distributions.
625 * README.W32: Relocate from admin/nt/ directory.
626 * configure.bat: New parameter `--distfiles'.
627 * makefile.w32-in: Add version number, new target `dist'.
628 Add new target `install-shortcuts'.
629 * zipdist.bat: New file; create zipped binary distribution,
630 replaces admin/nt/makedist.bat.
631
a917e3f2
JB
6322010-07-21 Juanma Barranquero <lekktu@gmail.com>
633
634 * INSTALL: Add note about backslashes in Windows paths.
635 Fix typos. Simplify references to Windows versions.
636
7c3320d8
JB
6372010-07-20 Juanma Barranquero <lekktu@gmail.com>
638
639 * addpm.c (add_registry, main):
640 * cmdproxy.c (get_env_size):
641 * ddeclient.c (main):
642 * runemacs.c (set_user_model_id):
643 Convert definitions to standard C.
644
9a6063e2
JB
6452010-07-20 Juanma Barranquero <lekktu@gmail.com>
646
647 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
648
7d0170c8
JB
6492010-07-18 Juanma Barranquero <lekktu@gmail.com>
650
651 * configure.bat: New option --enable-checking.
652 * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
653 (CFLAGS): Include it.
654
5dddb7a8
DN
6552010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
656
657 * config.nt (volatile): Remove definition.
658
72af86bd
AS
6592010-07-07 Andreas Schwab <schwab@linux-m68k.org>
660
661 * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
662 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
663
b6fcccc3
JB
6642010-07-02 Juanma Barranquero <lekktu@gmail.com>
665
666 * config.nt (__P): Remove.
667
3085237c
DN
6682010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
669
670 * config.nt: Remove code depending on BSTRING.
671
0d4bcf4d
GM
6722010-06-03 Glenn Morris <rgm@gnu.org>
673
674 * config.nt: Remove NOT_C_CODE tests, it is always true now.
675
0116466b
GM
6762010-05-13 Glenn Morris <rgm@gnu.org>
677
678 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
679
61a808e8
CY
6802010-05-07 Chong Yidong <cyd@stupidchicken.com>
681
682 * Version 23.2 released.
683
27a2cdfc
GM
6842010-05-04 Glenn Morris <rgm@gnu.org>
685
686 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
687
4a787cd2
CY
6882010-04-20 Lewis Perin <perin@panix.com> (tiny change)
689
690 * emacs.manifest: Add trustInfo section to Windows manifest.
691
288f9fc0
CY
6922010-03-10 Chong Yidong <cyd@stupidchicken.com>
693
694 * Branch for 23.2.
695
59ef8268
MR
6962010-01-13 Martin Rudalics <rudalics@gmx.at>
697
698 * emacsclient.rc: Fix format of "LegalCopyright" value.
699
6d96d18f
JB
7002009-12-28 Juanma Barranquero <lekktu@gmail.com>
701
702 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
703
ee6f37f2
KF
7042009-12-27 Karl Fogel <kfogel@red-bean.com>
705
706 * INSTALL: Update for CVS->Bazaar switchover.
707
f179addc
JB
7082009-09-14 Juanma Barranquero <lekktu@gmail.com>
709
710 * configure.bat: Add #define PROFILING to config.h.
711
0a3472c7
JR
7122009-07-03 Jason Rumney <jasonr@gnu.org>
713
714 * runemacs.c (set_user_model_id): Use standard types.
715
ff90fbde
JR
7162009-06-30 Jason Rumney <jasonr@gnu.org>
717
718 * runemacs.c (set_user_model_id): New function.
719 (WinMain): Use it.
720
70243478
CY
7212009-06-21 Chong Yidong <cyd@stupidchicken.com>
722
723 * Branch for 23.1.
724
22749e9a
EZ
7252009-03-21 Eli Zaretskii <eliz@gnu.org>
726
727 * inc/sys/stat.h (struct stat): Change the types of st_uid and
728 st_gid to unsigned.
729
730 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
731 to unsigned.
732 (getpwuid): Argument is now unsigned.
733 uid_t is now unsigned.
734
1640b452
JB
7352009-02-24 Juanma Barranquero <lekktu@gmail.com>
736
737 * INSTALL: Add comment about TCC; fix typos.
738
c24f4bf9
JR
7392009-01-26 Jason Rumney <jasonr@gnu.org>
740
0235128c
SM
741 * emacsclient.rc, emacs.rc: Swap name and description.
742 Remove Windows versions.
c24f4bf9 743
84ef4ca2
JR
7442009-01-15 Jason Rumney <jasonr@gnu.org>
745
f4c45b4f
JR
746 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
747
748 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
749
84ef4ca2
JR
750 * addpm.c (main): Try using COM to create start menu shortcuts
751 before resorting to DDE (Bug#202)
752 Remove second command-line argument.
753
8d67bc8e
JB
7542009-01-03 Juanma Barranquero <lekktu@gmail.com>
755
756 * configure.bat: Untabify help message.
757
8bc63b1a
JR
7582009-01-03 Jason Rumney <jasonr@gnu.org>
759
760 * configure.bat: New option --with-svg.
761
762 * INSTALL: Document experimental SVG support.
763
8cd98482
JR
7642008-12-25 Jason Rumney <jasonr@gnu.org>
765
29659067 766 * config.nt (PTR): Remove.
8cd98482 767
06e111a6
DN
7682008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
769
770 * config.nt (LISTPROC, PROCATTR): Remove.
771
de62e4f8
EZ
7722008-08-09 Eli Zaretskii <eliz@gnu.org>
773
774 * config.nt (LISTPROC, PROCATTR): New macros.
775
69ab3201
DN
7762008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
777
778 * config.nt (MULTI_KBOARD): Remove.
779
75663c75
JR
7802008-07-23 Jason Rumney <jasonr@gnu.org>
781
0e134ea0
JB
782 * configure.bat: New option --profile.
783 * gmake.defs: Set cflags and ldflags for profiling when specified.
75663c75 784
77ccee09
DN
7852008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
786
787 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
788
bdee2ef3
DN
7892008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
790
791 * config.nt (HAVE_FACES): Remove, unused.
792
43db14bb 7932008-06-26 Juanma Barranquero <lekktu@gmail.com>
4e2af782 794 Eli Zaretskii <eliz@gnu.org>
43db14bb 795
0e134ea0 796 * nmake.defs (FONT_CFLAGS):
43db14bb
JB
797 * gmake.defs (FONT_CFLAGS): Remove.
798 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
799 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
800 and _CRTAPI1.
801 (ARCH_FLAGS): Don't include _X86_.
802
803 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
804
f2a77c3a
DN
8052008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
806
807 * config.nt: Remove reference to UNEXEC_SRC.
808
540c2a33 8092008-06-23 Juanma Barranquero <lekktu@gmail.com>
4e2af782 810 Eli Zaretskii <eliz@gnu.org>
540c2a33
JB
811
812 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
813 Don't hardcode -gstabs+, use DEBUG_INFO.
814
815 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
816 Default to stabs if the compiler does not support DWARF-2.
817 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
818
26a3b310
JR
8192008-05-14 Jason Rumney <jasonr@gnu.org>
820
821 * configure.bat: Remove code dealing with --disable-font-backend.
822
ee7a2e7a
EZ
8232008-05-09 Eli Zaretskii <eliz@gnu.org>
824
71e41ffb
EZ
825 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
826 better alignment. Make st_size 64-bit wide. Add new members
827 st_uname and st_gname.
828
ee7a2e7a
EZ
829 * inc/grp.h (struct group): Add gr_gid member.
830
a113b3ca 8312008-04-23 Eli Zaretskii <eliz@gnu.org>
4cbb903f
EZ
832
833 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
834 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
835 a real file there is not a good idea.
836
a113b3ca 8372008-04-23 Jason Rumney <jasonr@gnu.org>
65af6499 838
99e0bf59
JR
839 * makefile.w32-in (CLIENTRES): New variable and build target.
840 (all): Depend on it.
841 ($(TRES)): Use $(TRES) in rule.
842
361823f4
JR
8432008-04-21 Jason Rumney <jasonr@gnu.org>
844
845 * configure.bat (success): Print "make" rather than "gmake", as that
d4835507 846 is what MinGW uses.
361823f4 847
87c24bb7
EZ
8482008-04-11 Eli Zaretskii <eliz@gnu.org>
849
850 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
851 Add copyright notice.
852
5739d6f8
JR
8532008-04-10 Jason Rumney <jasonr@gnu.org>
854
f12da103
JR
855 * emacsclient.rc: New file.
856
5739d6f8
JR
857 * INSTALL: Document make targets.
858
cc48598c
JR
8592008-04-09 Jason Rumney <jasonr@gnu.org>
860
861 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
ba60bd44 862 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
cc48598c
JR
863 (top-distclean, distclean, distclean-other-dirs-nmake)
864 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
865 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
866
892508a4
EZ
8672008-04-05 Eli Zaretskii <eliz@gnu.org>
868
aa08d1ff
EZ
869 * inc/sys/stat.h: New file.
870
892508a4
EZ
871 * configure.bat: Add check for usp10.h.
872
a25fe288
JR
8732008-04-04 Jason Rumney <jasonr@gnu.org>
874
875 * INSTALL: Update W32 API requirements.
876
b7612703
JR
8772008-04-03 Jason Rumney <jasonr@gnu.org>
878
879 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
880
b2019141
GM
8812008-03-13 Glenn Morris <rgm@gnu.org>
882
883 * emacs.rc: Set version to 23.0.60.
884
12cc4d8f
JR
8852008-03-04 Jason Rumney <jasonr@gnu.org>
886
887 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
888 (EMACS_EXTRA_C_FLAGS): Include it.
889 * configure.bat (usefontbackend): Default to Y.
890 (--enable-font-backend): Replace with --disable-font-backend.
891 (:withfont): Replace with :withoutfont.
892
1b6bf70a
JR
8932008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
894
895 * icons/emacs.ico: Full alpha for 32x32 full color.
896 Add 32x32 and 16x16 256 color versions.
897
6abe1b07
GM
8982008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
899
900 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
901
480a77b5
JR
9022008-03-02 Jason Rumney <jasonr@gnu.org>
903
904 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
905
c9cc6462
DN
9062008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
907
908 * icons/README: Update.
909
910 * icons/emacs.ico: New icon.
911
c44b4b46
JB
9122008-02-25 Juanma Barranquero <lekktu@gmail.com>
913
914 * addpm.c: Include malloc.h.
915 (add_registry): Cast return value of alloca.
916
9d2818d6
DN
9172008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
918
919 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
920
1046da1c
EZ
9212008-02-11 Eli Zaretskii <eliz@gnu.org>
922
923 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
924 conditional on existence of junk.o. If %nocygwin% is already set
925 to Y, skip to chkapiN instead of chkapi.
926 (chkapi): Move "rm -f junk.c junk.o" to here.
927 (chkapiN): New label.
928
4134dd15
JR
9292008-02-11 Jason Rumney <jasonr@gnu.org>
930
931 * makefile.w32-in: Remove unidata-gen related rules.
932
65366573
EZ
9332008-02-09 Eli Zaretskii <eliz@gnu.org>
934
935 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
936
f1cefe09
JR
9372008-02-11 Jason Rumney <jasonr@gnu.org>
938
939 * addpm.c (add_registry): Add an App Paths registry key.
940 Look for GTK and add it to the DLL search path for Emacs if found.
941
f01e03d3
JB
9422008-02-05 Juanma Barranquero <lekktu@gmail.com>
943
944 * configure.bat: In help, use generic names for the image libraries.
945
880a5954
JB
9462008-02-04 Juanma Barranquero <lekktu@gmail.com>
947
948 * .cvsignore: Don't ignore .arch-inventory.
949
680d641f
JR
9502008-02-03 Jason Rumney <jasonr@gnu.org>
951
952 * configure.bat: Make gcc the default compiler.
953
ef764ddd
EZ
9542008-02-02 Eli Zaretskii <eliz@gnu.org>
955
e344bebe
JB
956 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
957 Ignore return status.
f0c58e10 958
a392138f 959 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
2dbe4d71
DM
960 it out of the way of Windows generated file.
961 Generate admin/unidata/makefile.
a392138f 962
ef764ddd
EZ
963 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
964 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
965 (unidatagen-clean-SH): New targets.
966 (bootstrap-nmake): Invoke unidatagen-nmake.
967 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
968
9303f985 9692008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
970
971 * configure.bat (withfont): Set sep1 after modifying usercflags.
972
9303f985 9732008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
974
975 * configure.bat: Rename --with-font-backend to --enable-font-backend
976 for consistency with other platforms.
977
9303f985 9782008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
979
980 * configure.bat: Add --with-font-backend option.
981
cf32108e
JR
9822008-01-20 Jason Rumney <jasonr@gnu.org>
983
984 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
985 permissions to NTFS ACLs.
986
880820fe 9872007-11-01 Jan Djärv <jan.h.d@swipnet.se>
91b96a04
JD
988
989 * config.nt: Remove HAVE_X11R5.
990
5eaf5ed9
JR
9912007-10-22 Jason Rumney <jasonr@gnu.org>
992
993 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
994 (strings.h, stdlib.h): Conditionally include.
995 (w32_abort): Declare here.
996 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
997
059d1e66
JR
9982007-10-20 Jason Rumney <jasonr@gnu.org>
999
1000 * makefile.w32-in (info-nmake): Change into correct directories.
1001
6d005ee7
EZ
10022007-10-20 Eli Zaretskii <eliz@gnu.org>
1003
3a1ebd63
EZ
1004 * configure.bat (docflags, doldflags): New variables.
1005 (genmakefiles): Use them to work around problems with whitespace
1006 in arguments of the `if' command.
6d005ee7 1007
65d306e2
JR
10082007-10-18 Jason Rumney <jasonr@gnu.org>
1009
1010 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
1011
fc2554aa
JR
10122007-09-27 Jason Rumney <jasonr@gnu.org>
1013
1014 * gmake.defs (COMCTL32): New system library.
1015
1016 * nmake.defs (COMCTL32): New system library.
1017
4f449725
GM
10182007-09-06 Glenn Morris <rgm@gnu.org>
1019
56d727ff 1020 * configure.bat:
52397249
JB
1021 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
1022 Change from ../man to ../doc/emacs and ../doc/misc; and from
1023 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
4f449725 1024
e93ca076
GM
10252007-08-29 Glenn Morris <rgm@gnu.org>
1026
1027 * emacs.rc: Increase version to 23.0.50.
1028
e344bebe 10292007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8aa7d70f
JR
1030
1031 * makefile.w32-in (bootstrap-nmake): Change directories once more.
1032
cacc7b51
GM
10332007-07-25 Glenn Morris <rgm@gnu.org>
1034
1035 * Relicense all FSF files to GPLv3 or later.
1036
1037 * COPYING: Switch to GPLv3.
1038
ed7c1a5c
EZ
10392007-07-16 Eli Zaretskii <eliz@gnu.org>
1040
1041 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
1042 Depend on cmdproxy.
1043 (cleanall): Don't delete *~.
1044
5412a7f3
JR
10452007-07-15 Jason Rumney <jasonr@gnu.org>
1046
1047 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
1048 be fully supported.
1049
a2dcccd9
JR
10502007-07-14 Jason Rumney <jasonr@gnu.org>
1051
1052 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
1053 of winsock.h.
1054
a71f59c1
JR
10552007-07-11 Jason Rumney <jasonr@gnu.org>
1056
1057 * gmake.defs (OLE32): New library to link.
1058
1059 * nmake.defs (OLE32): Likewise.
1060
ad1597ce
JR
10612007-06-25 Jason Rumney <jasonr@gnu.org>
1062
1063 * cmdproxy.c (main): Set console codepages to "ANSI".
1064
32154d10
JR
10652007-06-20 Jason Rumney <jasonr@gnu.org>
1066
1067 * configure.bat: Complain if image libraries are missing.
1068
6dbd2549
JR
10692007-06-15 Jason Rumney <jasonr@gnu.org>
1070
1071 * emacs.manifest: New file.
1072
1073 * emacs.rc: Use it.
1074
7dfc4cda
CY
10752007-06-02 Chong Yidong <cyd@stupidchicken.com>
1076
1077 * Version 22.1 released.
1078
c2970555
EZ
10792007-05-22 Eli Zaretskii <eliz@gnu.org>
1080
1081 * INSTALL: Add information about where to find GDB, and warn
1082 against --no-debug option to configure.bat.
1083
8add2b1a
EZ
10842007-05-19 Eli Zaretskii <eliz@gnu.org>
1085
1086 * INSTALL: Fix URL of EmacsW32 site where building with image
1087 support is described.
1088
07016031
GM
10892007-04-26 Glenn Morris <rgm@gnu.org>
1090
1091 * emacs.rc: Increase version to 22.1.50.
1092
5a842fda
EZ
10932007-03-31 Eli Zaretskii <eliz@gnu.org>
1094
1095 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
1096
029e4603
RS
10972007-03-09 Richard Stallman <rms@gnu.org>
1098
1099 * INSTALL: Say explicitly this is not for Cygwin.
1100
309c91ff
EZ
11012007-03-03 Eli Zaretskii <eliz@gnu.org>
1102
c01949d3 1103 * INSTALL: Add URL of another site with detailed build instructions.
309c91ff 1104
c14693e3
GM
11052007-02-16 Glenn Morris <rgm@gnu.org>
1106
1107 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
1108 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
1109 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
1110 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
c01949d3
JB
1111 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
1112 Restore all but two of icons deleted in previous change.
c14693e3 1113
bd5f26aa
CY
11142007-02-13 Chong Yidong <cyd@stupidchicken.com>
1115
1116 * icons/README: New file.
1117
1118 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
1119 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
1120 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
8e127f99 1121 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
bd5f26aa 1122 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
c01949d3
JB
1123 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
1124 Unused icons deleted.
bd5f26aa 1125
57a64408
JB
11262007-01-31 Juanma Barranquero <lekktu@gmail.com>
1127
1128 * configure.bat: Update ../site-lisp/subdirs.el when needed.
1129
4799aa91
JB
11302007-01-30 Juanma Barranquero <lekktu@gmail.com>
1131
1132 * subdirs.el: Add "no-byte-compile: t" local variable.
1133
ac65c01c
JR
11342007-01-10 Jason Rumney <jasonr@gnu.org>
1135
1136 * README: Update URLs and advice about reporting bugs.
1137
2db771b7
JR
11382006-12-29 Jason Rumney <jasonr@gnu.org>
1139
1140 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
1141 DEBUG_LINK.
c01949d3 1142 (DEBUG_LINK): Remove -debugtype:both.
2db771b7 1143
bbc34249
EZ
11442006-12-27 Eli Zaretskii <eliz@gnu.org>
1145
1146 * INSTALL: Update table of supported Make ports. Show "make -j"
1147 command that is known to work.
1148
1149 * configure.bat: Update table of supported Make ports.
1150
ed1281ec
EZ
11512006-12-24 Eli Zaretskii <eliz@gnu.org>
1152
1153 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
1154 only in implicit rules. Use literal "emacs.rc" instead.
1155
d572c005
EZ
11562006-12-23 Eli Zaretskii <eliz@gnu.org>
1157
fa1f0a88
EZ
1158 * gmake.defs: Export XMFLAGS.
1159
2dbe4d71
DM
1160 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
1161 Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
d572c005 1162
b47342e3
EZ
11632006-12-22 Eli Zaretskii <eliz@gnu.org>
1164
c52bf8c3
EZ
1165 * INSTALL: Explain how to invoke GNU Make for parallel builds.
1166
5e059fc1
EZ
1167 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
1168 command-line argument to sub-Make in src, since src/makefile.w32-in
1169 invokes Make recursively during bootstrap.
f278d4a6 1170 (clean): Delete stamp_BLD.
6808dce1 1171 (bootstrap): Make `all' explicitly in a recursive Make.
5e059fc1 1172
b47342e3
EZ
1173 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
1174 stamp_BLD after creating the $(BLD) directory.
1175
1176 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
1177 stamp_BLD after creating the $(BLD) directory.
1178
1179 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
1180 (preprep, $(TRES), runemacs)
1181 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
1182 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1183 Depend on stamp_BLD instead of on $(BLD).
1184 (XMFLAGS): New macro.
1185 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
1186 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
1187 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
1188 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
1189
6148a044
EZ
11902006-12-20 Eli Zaretskii <eliz@gnu.org>
1191
1192 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
1193 $(ALL_DEPS).
b47342e3
EZ
1194 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
1195 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1196 New dependency on $(BLD).
6148a044
EZ
1197 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
1198 (bootstrap-gmake): Depend on addsection.
1199
4da0d3f7
JB
12002006-10-29 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * runemacs.c (WinMain): Process all recognized arguments, not just
1203 the first one. Remove unused variable sec_desc.
1204
8f59d602
EZ
12052006-09-24 Eli Zaretskii <eliz@gnu.org>
1206
1207 * config.nt (HAVE_LANGINFO_CODESET): Define.
1208
1209 * inc/langinfo.h: New file.
1210
1211 * inc/nl_types.h: New file.
1212
45a2056c
JB
12132006-09-15 Jay Belanger <belanger@truman.edu>
1214
1215 * COPYING: Replace "Library Public License" by "Lesser Public
1216 License" throughout.
1217
ac70d20b
JR
12182006-07-27 Jason Rumney <jasonr@gnu.org>
1219
1220 * INSTALL: Add notes about Cygwin make to impatient section.
1221
3d80c941
EZ
12222006-06-02 Eli Zaretskii <eliz@gnu.org>
1223
1224 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
1225 known to work.
1226
335be36b
JR
12272006-03-12 Jason Rumney <jasonr@gnu.org>
1228
ebe98f49
JR
1229 * addpm.c (add_registry): Don't change the registry unless keys
1230 already exist from a previous version.
1231
92cc46af
JR
1232 * makefile.w32-in (install): Use -q when invoking addpm.
1233
335be36b
JR
1234 * addpm.c (main): Accept -q as alternative for /q.
1235
f71d8cff
JR
12362006-03-11 Jason Rumney <jasonr@gnu.org>
1237
1238 * runemacs.c (WinMain): Set screen buffer to 80x25.
1239
94e7daf7
EZ
12402005-12-24 Eli Zaretskii <eliz@gnu.org>
1241
1242 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
1243 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
1244
9ea74bfb
EZ
12452005-12-09 Eli Zaretskii <eliz@gnu.org>
1246
1247 * INSTALL: Add explanation of how to debug with GDB starting from
1248 the Emacs Abort dialog.
1249
d73d22ed
CY
12502005-11-26 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * emacs.rc: Use new icons.
1253
07908aec
EZ
12542005-11-26 Eli Zaretskii <eliz@gnu.org>
1255
1256 * emacs21.ico: Renamed from emacs.ico.
1257 * emacs.ico: New icons from Andrew Zhilin
1258 <andrew_zhilin@yahoo.com>.
1259
ed326e35
EZ
12602005-09-10 Eli Zaretskii <eliz@gnu.org>
1261
1262 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
1263
df76c589
JB
12642005-08-10 Juanma Barranquero <lekktu@gmail.com>
1265
1266 * .cvsignore: Add `obj' and `oo' for in-place installations.
1267
43e124e6
EZ
12682005-07-30 Eli Zaretskii <eliz@gnu.org>
1269
4da0d3f7 1270 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
43e124e6 1271
5dac5615
JB
12722005-07-29 Juanma Barranquero <lekktu@gmail.com>
1273
1274 * configure.bat: Don't create lisp/Makefile.unix.
1275
c638055f
JB
12762005-07-28 Juanma Barranquero <lekktu@gmail.com>
1277
1278 * .cvsignore: Add `makefile' and `config.log'.
1279
9eff9fe3
PE
12802005-07-26 Paul Eggert <eggert@cs.ucla.edu>
1281
1282 Merge gnulib getopt implementation into Emacs.
1283
1284 * inc/gettext.h: Remove; no longer needed now that
1285 lib-src/gettext.h exists.
1286
9ebc3953
EZ
12872005-07-16 Eli Zaretskii <eliz@gnu.org>
1288
1289 * configure.bat: Finish config.log with a line that indicates that
1290 the configure step was successful.
1291
a0ec7a4a
LK
12922005-07-04 Lute Kamstra <lute@gnu.org>
1293
1294 Update FSF's address in GPL notices.
1295
5bc753e8
EZ
12962005-06-11 Eli Zaretskii <eliz@gnu.org>
1297
099a3eea
EZ
1298 * configure.bat: If their fc.exe returns a meaningful exit status,
1299 don't overwrite src/config.h and src/epaths.h with identical
1300 copies.
1301
591cbed1
EZ
1302 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
1303 changes. Add a pointer to another site with detailed configure
1304 and build instructions. Suggest to look at config.log when
1305 configure fails. Add MinGW Make 3.80 to the list of successful
1306 combinations.
1307
5bc753e8
EZ
1308 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
1309 "-mcpu=i686".
1310
099a3eea 1311 * configure.bat: Update copyright years.
5bc753e8
EZ
1312 Delete config.log before doing anything else.
1313 Write additional diagnostics to config.log in case of failures to
1314 compile test programs, including the failed test program itself.
1315 Add a test for support of -mtune=pentium4 switch to GCC; if it is
1316 supported, set up MCPU_FLAG variable on the various Makefiles to
1317 use that switch during compilations. (This avoids GCC warning
1318 about -mcpu being deprecated.)
1319
d2fcf769
EZ
13202005-06-10 Eli Zaretskii <eliz@gnu.org>
1321
1322 * addsection.c (copy_executable_and_add_section): Pass non-zero
1323 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
1324 environment. Print section names with %.8s.
1325 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
1326 only if non-zero. All callers changed.
1327
a0c38328
EZ
13282005-06-05 Eli Zaretskii <eliz@gnu.org>
1329
1330 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
75f1671a 1331 `const void *', for consistency with POSIX.
a0c38328 1332
1a8fb426
EZ
13332005-06-04 Eli Zaretskii <eliz@gnu.org>
1334
1335 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
1336
bd7bdff8
JB
13372005-05-24 Juanma Barranquero <lekktu@gmail.com>
1338
1339 * INSTALL: Add more pointers to ports of Unix tools to Windows,
1340 and to the Emacs Wiki (which contains building instructions for
1341 Windows). Reword image library instructions and remove obsolete
1342 incompatibility information.
1343
007d105b
TTN
13442005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
1345
1346 * config.nt (HAVE_PWD_H): Undef.
1347
0b0dea7b
JB
13482004-06-07 Juanma Barranquero <lektu@terra.es>
1349
1350 * INSTALL: Clarify paragraph about compatibility between image
1351 libraries and builds of Emacs with several compilers.
1352
33d786f9
JB
13532004-06-06 Juanma Barranquero <lektu@terra.es>
1354
73dfa0bf
JB
1355 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
1356 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
10d1d0af 1357 calling non-existent cmdproxy.exe on bootstrapping after a
73dfa0bf
JB
1358 previous install followed by realclean.
1359
33d786f9
JB
1360 * nmake.defs: Add quote in comment to resync font-locking.
1361
3dfbc6d8
JB
13622004-06-04 Juanma Barranquero <lektu@terra.es>
1363
1364 * INSTALL: Reword the section on image support. Add reference to
1365 GnuWin32. Mention problems when mixing binaries from different
1366 compilers.
1367
112dc8e1
JR
13682004-05-06 Jason Rumney <jasonr@gnu.org>
1369
1370 * configure.bat: Use -mno-cygwin to check for image libraries
1371 when needed.
1372
5eb3d2a5
JR
13732004-05-03 Jason Rumney <jasonr@gnu.org>
1374
238add5e
JR
1375 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
1376 * makefile.def: Remove.
1377
133ef3d3 1378 * nmake.defs (SYS_LDFLAGS): Add -nologo.
238add5e 1379
5eb3d2a5
JR
1380 * makefile.w32-in (info-gmake, info-nmake): New targets.
1381 (info): Use them.
1382
e9419bd4
JB
13832004-04-23 Juanma Barranquero <lektu@terra.es>
1384
1385 * nmake.defs:
1386 * gmake.defs:
d814862a 1387 * makefile.w32-in:
e9419bd4
JB
1388 * makefile.def:
1389 * makefile.nt: Add "-*- makefile -*-" mode tag.
1390
1e3c9713
JR
13912004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
1392
133ef3d3 1393 * runemacs.c (WinMain): Let Emacs environment default to parent.
1e3c9713 1394
2f0c11a1
JR
13952004-03-11 Jason Rumney <jasonr@gnu.org>
1396
1397 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
1398
134d9671
JB
13992004-03-10 Juanma Barranquero <lektu@terra.es>
1400
1401 * makefile.w32-in (install): Don't try to copy
1402 ../lib-src/fns-*.el, as it isn't used anymore.
1403
d57625a0
JR
14042004-01-28 Peter Runestig <peter@runestig.com>
1405
1406 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
1407
5ea32beb
MB
14082003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
1409
1410 * .cvsignore: Add `.arch-inventory'.
1411
d57625a0 14122003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 1413
133ef3d3 1414 * inc/grp.h: New file.
930a9995 1415
d57625a0 14162003-09-03 Peter Runestig <peter@runestig.com>
fd026ee1
JR
1417
1418 * configure.bat: Create ``makefile'' in directories man, lispref
1419 and lispintro.
1420
1421 * makefile.w32-in (force-info, info): New targets.
1422
1423 * envadd.bat: New file.
1424
1425 * multi-install-info.bat: New file.
1426
880820fe 14272003-06-27 Jan Djärv <jan.h.d@swipnet.se>
aa287913
JD
1428
1429 * config.nt (my_strftime): New define.
1430
5d54d177
JR
14312003-02-01 Jason Rumney <jasonr@gnu.org>
1432
1433 * configure.bat: Automatically detect libXpm.
1434 Suppress compiler output when testing for image libraries.
1435 Give names of un-found libraries in messages.
1436
53b37591
JB
14372003-01-31 Juanma Barranquero <lektu@terra.es>
1438
fe929957 1439 * configure.bat: Automatically detect giflib and tifflib.
53b37591 1440
fbd852af
JR
14412003-01-29 Jason Rumney <jasonr@gnu.org>
1442
1443 * gmake.defs (CURDIR): Disable cygpath kludge.
1444
50ca1c55
JB
14452003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
1446
1447 * configure.bat: Avoid endless loop when configuring without image
1448 support.
1449
28908312
JR
14502003-01-26 Jason Rumney <jasonr@gnu.org>
1451
1452 * configure.bat: Automatically detect jpeglib.
1453
c262430d
JR
14542003-01-25 Jason Rumney <jasonr@gnu.org>
1455
1456 * configure.bat: Automatically detect libpng.
1457
53b37591 14582003-01-21 Jason Rumney <jasonr@gnu.org>
ac6e47ef
JR
1459
1460 * icons/hand.cur: New file.
1461
53b37591 14622003-01-21 David Ponce <david@dponce.com>
ac6e47ef
JR
1463
1464 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
1465
38018ad3
AI
14662003-01-15 Andrew Innes <andrewi@gnu.org>
1467
1468 * gmake.defs (CURDIR): Convert to native Windows format (with
1469 forward slashes), to support building with Cygwin builds of make.
1470
4c11103a
JB
14712002-11-17 Ben Key <BKey1@tampabay.rr.com>
1472
1473 * nmake.defs:
f60ae425
BK
1474 * gmake.defs: Made changes so that Emacs would link with
1475 WinMM.lib. This change was required for my addition of a Windows
1476 compatible implementation of play-sound-internal.
1477
4c11103a 14782002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
b0a1b9bb 1479
4c11103a 1480 * emacs.rc: Version updated to 21.3.50.
b0a1b9bb 1481
960f21ae
JR
14822002-06-13 Jason Rumney <jasonr@gnu.org>
1483
1484 * addpm.c (env_vars): Remove EMACSLOCKDIR.
1485
1486 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
1487 (maybe-bootstrap-SH): New targets.
1488 (all): Depend on maybe-bootstrap.
1489
933af497
JR
14902002-05-03 Jason Rumney <jasonr@gnu.org>
1491
1492 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
1493 (sys_getpeername, fcntl): Declare as wrappers.
1494
dc728514
JB
14952002-04-10 Juanma Barranquero <lektu@terra.es>
1496
1497 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
1498 after compiling .el files.
1499
3be38152
JR
15002002-03-20 Jason Rumney <jasonr@gnu.org>
1501
1502 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
1503 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
1504
d1ef18f2
KS
15052002-03-19 Kim F. Storm <storm@cua.dk>
1506
1507 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
1508 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
1509 (HAVE_SYS_UN_H): Undef.
1510 From David Ponce <dponce@voila.fr>.
1511
73792b51
JR
15122002-03-13 Jason Rumney <jasonr@gnu.org>
1513
1514 * config.nt (STRFTIME_NO_POSIX2): Define.
1515
f7b9d4d1
JR
15162002-02-18 Jason Rumney <jasonr@gnu.org>
1517
1518 * emacs.rc: Define VS_VERSION_INFO if not already.
1519 Update version info.
1520
98cf1bb5
AI
15212002-01-04 Andrew Innes <andrewi@gnu.org>
1522
1523 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1524 pick up relevant bits of the Windows API definitions.
1525
1526 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1527 pick up relevant bits of the Windows API definitions.
1528
0e4435be
AI
15292001-12-14 Andrew Innes <andrewi@gnu.org>
1530
1531 * makefile.w32-in (bootstrap): Build addsection program before
1532 bootstrap (required for post-processing temacs.exe).
1533
880820fe 15342001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
1535
1536 * COPYING: New file.
1537
493faf20
AI
15382001-12-03 Andrew Innes <andrewi@gnu.org>
1539
1540 * makefile.w32-in (bootstrap-nmake):
1541 (bootstrap-gmake): Extend bootstrap process to first do
1542 bootstrap-clean in lisp dir and rebuild the DOC file.
1543 (bootstrap): Do a "normal" make after the bootstrap work.
1544
fc813ef6
JR
15452001-11-20 Jason Rumney <jasonr@gnu.org>
1546
1547 * INSTALL: Update table of versions of make that are suitable
1548 for building Emacs, based on recent feedback.
1549
133ef3d3 1550 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
fc813ef6 1551
72431058
AI
15522001-11-19 Andrew Innes <andrewi@gnu.org>
1553
1554 * ftime-nostartup.bat: New file.
1555
1556 * ftime.bat: Don't include libc.lib for profiling - the profiler
1557 corrupts part of memcpy.
1558
eec004b0
JR
15592001-11-17 Jason Rumney <jasonr@gnu.org>
1560
1561 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
1562 expansion. From Juanma Barranquero <lektu@terra.es>.
1563
71431a0e
GM
15642001-10-20 Gerd Moellmann <gerd@gnu.org>
1565
6aa97356 1566 * (Version 21.1 released.)
71431a0e 1567
967d7793
AI
15682001-10-12 Andrew Innes <andrewi@gnu.org>
1569
1570 * inc/pwd.h (uid_t, gid_t): New typedefs.
1571
ab952a4f
GM
15722001-10-05 Gerd Moellmann <gerd@gnu.org>
1573
1574 * Branch for 21.1.
85b2f69e 1575
33d69478
EZ
15762001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1577
1578 * README: Update the address of the mailing list and subscription
1579 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
1580
05b24487
EZ
15812001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1582
1583 * INSTALL: Suggest to avoid using WinZip.
c49e491a
EZ
1584
1585 * configure.bat: Make sure ../site-lisp exists; create if necessary.
1586
3762e7d0
EZ
15872001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1588
1589 * INSTALL: Mention that "make install" can be "nmake install".
1590
83536c16
EZ
15912001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1592
1593 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
1594 since some versions of `mkdir' don't automatically create parent
1595 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
1596
f466241d
EZ
15972001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1598
1599 * subdirs.el: New file.
1600
1601 * configure.bat: Copy subdirs.el to the site-lisp directory.
1602
1603 * makefile.w32-in (install): Copy subdirs.el to the installation
1604 directory.
1605
0ac7bf6c
JR
16062001-06-20 Jason Rumney <jasonr@gnu.org>
1607
1608 * runemacs.c (WinMain): Add quotes around command in case of spaces.
1609
ec57454f
AI
16102001-06-01 Andrew Innes <andrewi@gnu.org>
1611
1612 * gmake.defs (sh_output): Don't use $(warning ...) to output
1613 messages, since that is not supported by GNU make 3.77.
1614
263f7134
JR
16152001-05-24 Jason Rumney <jasonr@gnu.org>
1616
1617 * INSTALL: Clarify that building with MSVC requires nmake.
1618
fbdbf318
AI
16192001-05-17 Andrew Innes <andrewi@gnu.org>
1620
1621 * gmake.defs (NEW_CYGWIN): Output message about spurious error
1622 message that is to be ignored.
1623
4b994b84
AI
16242001-05-13 Andrew Innes <andrewi@gnu.org>
1625
1626 * TODO: Remove file, since it is completely out of date.
1627
1628 * README: Add copyright notice.
1629
1630 * INSTALL: Add copyright notice.
1631
e8918aee
EZ
16322001-04-18 Andrew Innes <andrewi@gnu.org>
1633
1634 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
1635 the environment.
1636
1637 * gmake.defs (SETLOADPATH): Remove definition.
1638 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
1639 environment.
1640
16412001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
1642
1643 * configure.bat: Make the checkw32api* labels be distinct in the
4da0d3f7 1644 first 8 characters.
e8918aee
EZ
1645
16462001-03-17 Andrew Innes <andrewi@gnu.org>
1647
1648 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
1649 escaped quotes.
1650
1651 * gmake.defs (DEBUG_LINK): New macro.
1652 (LINK_FLAGS): Use it.
1653
1654 * nmake.defs (DEBUG_LINK): New macro.
1655 (LINK_FLAGS): Use it.
1656
16572001-03-06 Andrew Innes <andrewi@gnu.org>
1658
1659 * INSTALL: Add --ldflags to configure line for building with
1660 recent versions of Cygwin GCC.
1661
53b37591 16622001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
e8918aee
EZ
1663
1664 * configure.bat: Use correct options when compiling a test program
1665 with Cygwin. From David Ponce <dponce@voila.fr>.
1666
16672001-02-24 Andrew Innes <andrewi@gnu.org>
1668
1669 * _emacs: Remove obsolete file.
1670
1671 * emacs.bat.in: Remove obsolete file.
1672
1673 * debug.bat.in: Remove obsolete file.
1674
1675 * inc/sys/socket.h: Add copyright notice.
1676
1677 * paths.h: Add copyright notice.
1678
1679 * makefile.nt: Update copyright notice.
1680
1681 * makefile.def: Update copyright notice.
1682
1683 * configure.bat: Update copyright notice.
1684
1685 * nmake.defs: Add copyright notice.
1686
1687 * gmake.defs: Add copyright notice.
1688
1689 * makefile.w32-in: Add copyright notice.
1690
16912001-02-05 Andrew Innes <andrewi@gnu.org>
1692
1693 * nmake.defs (THISDIR): New definition.
1694
1695 * gmake.defs (THISDIR): New definition.
1696
16972001-02-03 Andrew Innes <andrewi@gnu.org>
1698
1699 * configure.bat: Leave a space before >> only when there is a
1700 preceding digit. Add a comment about the importance of this.
1701
1702 * README: Replace outdated information.
1703
1704 * INSTALL (Trouble-shooting): Add note about need to specify extra
1705 compiler flags with recent Cygwin ports of gcc.
1706
17072001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
1708
1709 * configure.bat: Use "rm -f" instead of "del /f", as the latter
1710 is not supported by Windows 9X's COMMAND.COM.
1711
17122001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
1713
10d1d0af 1714 * configure.bat: Make sure redirection is preceded by a blank, to
e8918aee
EZ
1715 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
1716 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
1717
17182001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
1719
1720 * INSTALL: Copy the table of tested combinations of development
10d1d0af 1721 tools from configure.bat. Add suggestion to install Bash on
e8918aee
EZ
1722 Windows 9X.
1723
1724 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
1725 lisp/Makefile.in instead. Use "rm -f" where more than one file
1726 needs to be deleted, since command.com in Windows 9X doesn't grok
1727 more than one argument.
1728
17292001-01-24 Andrew Innes <andrewi@gnu.org>
1730
85b2f69e 1731 * makefile.w32-in (cleanall-other-dirs-nmake):
e8918aee
EZ
1732 (cleanall-other-dirs-gmake): New targets.
1733 (cleanall): Invoke them.
1734
17352001-01-19 Andrew Innes <andrewi@gnu.org>
1736
1737 * addpm.c (env_vars): Add a version-independent site-lisp
1738 directory to EMACSLOADPATH, after the version dependent one.
1739
17402001-01-06 Andrew Innes <andrewi@gnu.org>
1741
1742 * README: Update info about compilers.
1743
1744 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
2dbe4d71
DM
1745 select correct rule for invoking make in another directory.
1746 Amend rules accordingly.
e8918aee
EZ
1747 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
1748
1749 * nmake.defs (EMACS_ICON_PATH): Delete definition.
1750 (COMPILER_TEMP_FILES): New definition.
1751 (MAKETYPE): New definition.
1752
1753 * gmake.defs (EMACS_ICON_PATH): Delete definition.
1754 (COMPILER_TEMP_FILES): New definition.
1755 (MAKETYPE): New definition.
1756
1757 * makefile.def (EMACS_ICON_PATH): Delete definition.
1758
1759 * configure.bat: Be careful not to add trailing spaces when
1760 outputting to config.settings.
1761
17622001-01-02 Andrew Innes <andrewi@gnu.org>
1763
1764 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
1765 than the function.
1766
17672000-12-17 Andrew Innes <andrewi@gnu.org>
1768
1769 * makefile.w32-in (install): Copy directories to the correct
1770 places.
1771 (real_install): Remove obsolete target.
1772
17732000-12-06 Andrew Innes <andrewi@gnu.org>
1774
1775 * nmake.defs (CURDIR): New define.
1776 (INSTALL_DIR): Use it.
1777
1778 * gmake.defs (NEW_CYGWIN): New define.
1779 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
1780 so we need to adjust how we escape embedded quotes.
1781 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
1782 relative to $(CURDIR).
1783
17842000-11-25 Jason Rumney <jasonr@gnu.org>
1785
1786 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
1787
17882000-10-17 Andrew Innes <andrewi@gnu.org>
1789
1790 * makefile.w32-in (recompile): New target to recompile lisp
1791 directory.
1792 (recompile-CMD, recompile-SH): New support targets.
1793
17942000-09-24 Jason Rumney <jasonr@gnu.org>
1795
1796 * config.nt (NO_RETURN): Define it.
1797
17982000-09-17 Andrew Innes <andrewi@gnu.org>
1799
1800 * gmake.defs: Revert to Unix line endings.
1801
1802 * nmake.defs: Revert to Unix line endings.
1803
18042000-09-16 Andrew Innes <andrewi@gnu.org>
1805
1806 * gmake.defs (SETLOADPATH): Change definition to work from any
1807 subdirectory.
1808
18092000-09-14 Andrew Innes <andrewi@gnu.org>
1810
1811 * makefile.w32-in: Revert to Unix line endings.
1812
18132000-09-14 Andrew Innes <andrewi@gnu.org>
1814
1815 * INSTALL: Add note about expected error messages when configure
1816 is run.
1817
1818 * configure.bat: Simplify the generation of makefiles (don't need
1819 to generate various top-level targets that invoke make in other
1820 directories).
1821
1822 * gmake.defs (SHELLTYPE): New define.
1823 (SETLOADPATH): New define.
1824
1825 * nmake.defs (SHELLTYPE): New define.
1826
1827 * makefile.w32-in: Standardize indentation somewhat.
1828 Add bootstrap support.
1829 Pass $(MFLAGS) when invoking make recursively.
1830 Add shell-specific variants of top-level targets that invoke make
1831 recursively in other directories, and add necessary computed
1832 dependencies.
1833
18342000-09-03 Andrew Innes <andrewi@gnu.org>
1835
1836 * makefile.w32-in: Change to DOS line endings.
1837
1838 * configure.bat: Change to DOS line endings.
1839
1840 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1841 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1842
1843 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
1844 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
1845
1846 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1847 -D_ANONYMOUS_STRUCT on compile line.
1848 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
1849 (ARCH_CFLAGS): Change optimization flags to -O2.
1850 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1851 (ARGQUOTE, DQUOTE): New defines.
1852
1853 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
1854 -D_ANONYMOUS_STRUCT on compile line.
1855 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
1856 (ARGQUOTE, DQUOTE): New defines.
1857
18582000-08-22 Andrew Innes <andrewi@gnu.org>
1859
1860 * configure.bat: New file.
1861
1862 * gmake.defs: New file.
1863
1864 * nmake.defs: New file.
1865
1866 * makefile.w32-in: New file.
1867
1868 * INSTALL: Rewrite to match new configure process.
1869
1870 * config.nt [WINDOWSNT]: Don't declare getenv.
1871 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
1872
1873 * addpm.c (main): Accept /q to mean install based on addpm's
1874 location without asking. Remove reference to emacs.bat which is
1875 now obsolete.
1876
1877 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
1878
1879 * paths.h: Use forward slash as directory separator in all path
1880 definitions.
1881 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
1882
1883 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
1884
1885 * runemacs.c: Remove WIN32 define.
1886
1887 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
1888 not defined.
1889
1890 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
1891 (fd_set): Define to new name, after including winsock.h, so we can
1892 provide our own implementation.
1893
18942000-07-05 Andrew Innes <andrewi@gnu.org>
1895
1896 * ebuild.bat: Add support for specifying make arguments.
1897
1898 * makefile.nt: Add support for `bootstrap' and related targets.
1899
19002000-06-11 Jason Rumney <jasonr@gnu.org>
1901
1902 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
1903
19042000-02-06 Andrew Innes <andrewi@gnu.org>
1905
1906 * inc/sys/time.h: Add inclusion protection.
1907
1908 * makefile.def (SYS_LDFLAGS): Add -nologo.
1909
19101999-11-22 Andrew Innes <andrewi@gnu.org>
1911
1912 * install.bat: Pass on command line arguments to make.
1913
c01949d3 1914 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
e8918aee
EZ
1915
19161999-11-21 Andrew Innes <andrewi@gnu.org>
1917
1918 * makefile.nt (all): Build leim if present.
1919 (install): Install leim if present.
1920 (clean): Clean leim if present.
1921
1922 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
1923 definition.
1924
1925 * emacs.bat.in (EMACSLOADPATH): Include leim.
1926
e8918aee
EZ
19271999-07-12 Richard Stallman <rms@gnu.org>
1928
1929 * Version 20.4 released.
1930
19311999-06-16 Andrew Innes <andrewi@gnu.org>
1932
1933 * emacs.rc: Use an icon with a transparent background, to be in
1934 keeping with other applications.
1935
19361999-06-03 Andrew Innes <andrewi@gnu.org>
1937
1938 * preprep.c: Fix typo.
1939
19401999-05-02 Andrew Innes <andrewi@gnu.org>
1941
1942 * config.h: Remove obsolete file.
1943
1944 * preprep.c (copy_executable_and_move_sections): Ifdef out a
1945 couple of unused switch cases that aren't defined on all
1946 platforms.
1947
1948 * ftime.bat: Add another variation of the profile command, which
1949 only profiles extended commands.
1950
19511999-03-31 Geoff Voelker <voelker@cs.washington.edu>
1952
1953 * cmdproxy.c (main): Fix parens.
1954
19551999-03-25 Andrew Innes <andrewi@gnu.org>
1956
1957 * cmdproxy.c (main): Call GetShortPathName to normalize program
1958 names for comparison.
1959
19601999-03-05 Geoff Voelker <voelker@cs.washington.edu>
1961
1962 * makefile.def: Compile multiple .c files when possible.
1963 Use BLD instead of assuming i386.
1964 * makefile.nt: Remove common multiple file compilation commands.
1965
19661999-03-04 Geoff Voelker <voelker@cs.washington.edu>
1967
1968 * cmdproxy.c (main): Add missing parens.
1969
19701999-02-20 Andrew Innes <andrewi@gnu.org>
1971
1972 * preprep.c: New program to allow dumped image to be profiled.
1973
1974 * makefile.nt (preprep): New target.
1975 (ALL): Build it.
1976
1977 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
1978
1979 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
1980 Change prep options to profile libc functions and skip the startup
1981 code.
1982
19831999-02-15 Geoff Voelker <voelker@cs.washington.edu>
1984
1985 * makefile.nt: Create installation directory as first step.
1986
19871999-01-31 Andrew Innes <andrewi@gnu.org>
1988
2dbe4d71 1989 * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
e8918aee
EZ
1990 ROUND_UP_DST. Zeroes the alignment slop.
1991 (copy_executable_and_add_section): Update the
1992 SizeOfHeaders field properly.
1993
19941999-01-27 Andrew Innes <andrewi@gnu.org>
1995
1996 * makefile.nt: Do make version comparison as strings.
1997
19981999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
1999
2000 * runemacs.c (WinMain): Pass explicit environment block to
2001 CreateProcess, to work around a bug in Windows 95/98.
2002
20031999-01-22 Geoff Voelker <voelker@cs.washington.edu>
2004
2005 * icons: New directory with Davenport's icons.
134d9671 2006 * icons/sink.ico: Renamed from emacs.ico.
e8918aee
EZ
2007
2008 * makefile.nt (install, fast_install): Install Windows icons
2009 into etc/icons.
2010
2011 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
2012
20131999-01-17 Andrew Innes <andrewi@gnu.org>
2014
52397249 2015 * makefile.nt (ALL): List top-level targets.
e8918aee
EZ
2016 (addsection): New top-level target.
2017 (install): Copy fns-*.el to bin directory.
2018
2019 * addsection.c: New program to add static heap section to
2020 temacs.exe after linking, in support of new unexec method.
2021
20221998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
2023
2024 * cmdproxy.c (spawn): Pass directory for child as parameter.
2025 (main): Save startup directory to give to spawn, then change
2026 directory to location of .exe in order not to prevent startup
2027 directory from being deleted.
2028
20291998-12-08 Geoff Voelker <voelker@cs.washington.edu>
2030
b0b19974 2031 * makefile.nt: Do string comparison of _NMAKE_VER.
e8918aee
EZ
2032
20331998-12-02 Geoff Voelker <voelker@cs.washington.edu>
2034
2035 * config.nt (LOCALTIME_CACHE): Define.
2036
20371998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
2038
2039 * install.bat: Convert to DOS format.
2040
20411998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
2042
2043 * cmdproxy.c (main): Set environment size only when running
2044 command.com.
2045
53b37591 20461998-11-03 Theodore Jump <tjump@tertius.com>
e8918aee
EZ
2047
2048 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
2049 (DEL_TREE): Use rd instead of rmdir.
2050 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
2051 * makefile.nt: Compile multiple source files when possible.
85b2f69e 2052
e8918aee
EZ
20531998-10-05 Geoff Voelker <voelker@cs.washington.edu>
2054
2055 * cmdproxy.c (main): Treat command line options as case-insensitive.
2056
20571998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2058
2059 * Version 20.3 released.
2060
20611998-07-20 Geoff Voelker <voelker@cs.washington.edu>
2062
2063 * addpm.c (main): Explicitly check result of message box for OK.
2064
20651998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
2066
2067 * inc/sys/file.h (D_OK): Define new macro.
2068
20691998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
2070
2071 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
2072
20731998-05-30 Geoff Voelker <voelker@cs.washington.edu>
2074
2075 * emacs.rc (VS_VERSION_INFO): Define.
2076
20771998-04-23 Geoff Voelker <voelker@cs.washington.edu>
2078
2079 * makefile.nt (emacs.bat, debug.bat): Create them in the
2080 installation directory.
2081
20821998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
2083
2084 * ddeclient.c: New file. (Support program for performing limited
e580a741 2085 interprocess communication on Windows.)
e8918aee
EZ
2086
2087 * makefile.nt: Build ddeclient.
2088
2089 * cmdproxy.c (main): Only set environment size for real shell, and
e580a741 2090 provide extra directory argument, when running on Windows 95.
85b2f69e 2091
e8918aee
EZ
20921998-04-17 Geoff Voelker <voelker@cs.washington.edu>
2093
2094 * cmdproxy.c (fail): Exit with a negative return value.
2095 (spawn): Return subprocess return code as an argument.
2096 Explicitly copy environment block.
2097 (main): Update to use return value argument with spawn.
2098 Retry if spawn failed when a subshell was not tried.
2099
2100 * config.nt: Include new macros from src/config.in.
2101 (GNU_MALLOC, REL_ALLOC): Define.
2102 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
2103 (RE_TRANSLATE): Use char_table_translate.
2104
2105 * makefile.def (CP_DIR): Preserve attributes.
2106
2107 * makefile.nt (clean): Delete patch generated files, optimized
2108 build directory.
2109
21101997-10-01 Geoff Voelker <voelker@cs.washington.edu>
2111
2112 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
2113
21141997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2115
2116 * Version 20.2 released.
2117
21181997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2119
2120 * Version 20.1 released.
2121
21221997-09-11 Geoff Voelker <voelker@cs.washington.edu>
2123
2124 * debug.bat.in: New file.
2125 * makefile.nt (debug.bat): New target.
2126
21271997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
2128
2129 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
2130 Quote group name. Allow different icons to be specified.
2131
2132 * cmdproxy.c (get_env_size): New function.
2133 (spawn): Explicitly pass in environment when creating subprocess.
10d1d0af 2134 (main): Cleanup error messages.
e8918aee
EZ
2135 Specify dynamically sized environment block for real shell.
2136 Pass on unhandled switches to real shell.
2137 Quote program name.
2138
85b2f69e 2139 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
e8918aee 2140 directory.
85b2f69e 2141 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
e8918aee
EZ
2142
2143 * runemacs.c (WinMain): Allow Emacs process to be started with
e580a741 2144 high or low priority.
e8918aee
EZ
2145
2146 * emacs.bat.in: Remove OS dependent operations.
85b2f69e 2147
e8918aee
EZ
21481997-09-02 Geoff Voelker <voelker@cs.washington.edu>
2149
2150 * addpm.c (env_vars): No longer set INFOPATH.
2151
2152 * cmdproxy.c (get_next_token): Null terminate token returned.
2153
2154 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
2155
21561997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
2157
2158 * addpm.c (env_vars): Set SHELL to cmdproxy.
2159 (main): Initialize idDde to 0.
2160 Determine emacs_path from module file name.
2161 Prompt for install.
2162
2163 * makefile.def (MSVCNT11): Conditionally define it.
2164 (BASE_LIBS): Do not use oldnames.lib.
2165 (SYS_LDFLAGS): Use pdb files.
2166 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
2167 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
2168 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
2169
2170 * makefile.nt (ALL): Build cmdproxy.
2171 (cmdproxy): New target.
2172 (install): Install cmdproxy.
2173
2174 * ftime.bat, debug.bat, cmdproxy.c: New files.
2175
21761997-07-10 Geoff Voelker <voelker@cs.washington.edu>
2177
52397249 2178 * inc/sys/socket.h (shutdown): Define.
e8918aee
EZ
2179 (sys_shutdown): Export.
2180
21811997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2182
2183 * config.nt (RE_TRANSLATE): Copy definition from config.in.
2184
21851997-07-01 Geoff Voelker <voelker@cs.washington.edu>
2186
2187 * config.nt: Update file comments.
2188 Update undefs added/removed in src/config.in.
2189
21901997-06-19 Geoff Voelker <voelker@cs.washington.edu>
2191
67cd381d 2192 * makefile.def, emacs.bat: Use windows95 and windowsnt instead
e8918aee
EZ
2193 of win95 and winnt, respectively.
2194
21951997-01-04 Geoff Voelker <voelker@cs.washington.edu>
2196
2197 * makefile.nt (real_install): Create site-lisp in installation dir.
2198 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
2199 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
2200
e8918aee
EZ
22011996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2202
2203 * Version 19.33 released.
2204
22051996-08-09 Geoff Voelker <voelker@cs.washington.edu>
2206
2207 * runemacs.c (WinMain): Put a space between the binary and its args.
2208
22091996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2210
2211 * Version 19.32 released.
2212
22131996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
2214
2215 * makefile.nt (clean): Use OBJDIR macro.
2216
22171996-06-03 Kim F. Storm <kfs@olicom.dk>
2218
e580a741 2219 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
e8918aee
EZ
2220 Not defined by default.
2221 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
2222 (WinMain): Convert backslashes to slashes in env var values.
2223
e580a741 2224 * addpm.c (env_vars): Use slashes, not backslashes.
e8918aee
EZ
2225
22261996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2227
2228 * Version 19.31 released.
2229
22301996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
2231
2232 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
2233 undo settings afterwards.
2234
22351996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
2236
2237 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
e580a741 2238 environment variable.
e8918aee 2239
53b37591 22401996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
2241
2242 * install.bat: Allow for optimized build.
2243 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
2244 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
2245
53b37591 22461996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
2247
2248 * addpm.c (REG_ROOT): Don't use a trailing backslash.
2249 (env_vars): Rename field emacs_path to emacs_dir.
2250 (main): Add link to runemacs instead of emacs.
2251
2252 * install.bat: Check if INSTALL_DIR is passed as an argument.
2253
2254 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
2255
2256 * makefile.nt: Build and install runemacs.exe.
2257
2258 * runemacs.c: New file.
2259
2260 * config.w95: File removed.
2261
2262 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
2263 inc/sys/socket.h, inc/sys/time.h: New header files.
2264
2265 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
85b2f69e 2266
e8918aee
EZ
22671996-03-27 Geoff Voelker <voelker@cs.washington.edu>
2268
2269 * makefile.def (DEL): Defined.
2270 (DEL_TREE) [win95]: Defined.
2271 (SYS_LDFLAGS): Set executable versions to 3.10.
85b2f69e 2272
e8918aee
EZ
2273 * makefile.nt: Change uses of del to $(DEL).
2274
22751996-01-17 Erik Naggum <erik@naggum.no>
2276
2277 * All files: Update FSF's address in comment preamble.
2278
22791996-01-03 George V. Reilly <georger@microcrafts.com>
2280
2281 * emacs.ico: Now the proverbial kitchen sink icon.
2282
22831995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2284
2285 * Version 19.30 released.
2286
22871995-11-22 Geoff Voelker <voelker@cs.washington.edu>
2288
2289 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
2290
2291 * makefile.nt (install, fast_install, real_install, clean):
2292 Don't use switches to del not supported by Win95.
2293
22941995-11-07 Kevin Gallo <kgallo@microsoft.com>
2295
2296 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
2297 (install, fast_install): Change same-dir test to create test file in
2298 installation tree and thereby support read-only shares.
2299 (clean): Remove .pdb files.
2300
2301 * makefile.def (NTGUI): New macro.
2302 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
2303
2304 * config.nt, config.w95: Update to latest src/config.in.
2305
2306 * addpm.c (env_vars): New variable.
2307 (add_registry): New procedure.
2308 (main): Use values of configuration environment variables from
2309 the registry if defined, the process environment otherwise.
2310
23111995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2312
2313 * Version 19.29 released.
2314
2315 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
2316
23171995-06-13 Geoff Voelker <voelker@cs.washington.edu>
2318
2319 * makefile.nt: Define .c to .obj suffix rule.
2320 (addpm.obj): Compile directly, use CFLAGS.
2321 (addpm.exe): Link from addpm.obj.
85b2f69e 2322
e8918aee
EZ
2323 * makefile.def (MSVCNT11): Defined.
2324 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
2325 (CFLAGS_COMMON): Defined.
2326 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
85b2f69e 2327
e8918aee
EZ
23281995-06-09 Geoff Voelker <voelker@cs.washington.edu>
2329
134d9671 2330 * emacs.bat.in: Renamed from emacs.bat.
2dbe4d71 2331 (emacs_dir): Rename from emacs_path.
e8918aee
EZ
2332 Definition removed.
2333
2334 * addpm.c: New file.
52397249 2335 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
e8918aee
EZ
2336 (all): Depend upon $(BLD) and $(ALL).
2337 (install): Depend upon emacs.bat.
2338 Create program item for Emacs.
2339 (clean): Delete obj.
2340 (emacs.bat): Defined.
52397249 2341 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
e8918aee
EZ
2342
23431995-05-27 Geoff Voelker <voelker@cs.washington.edu>
2344
2345 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
2346 Add carriage returns; necessary for batch files on Win95.
2347
23481995-05-25 Geoff Voelker <voelker@cs.washington.edu>
2349
2350 * config.w95: Created.
2351 * config.h: Changed to config.nt.
85b2f69e 2352
e8918aee 2353 * makefile.nt (SUBDIRS): Commented out.
52397249
JB
2354 (all, install, clean): Expand for-loops.
2355 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
e8918aee 2356
52397249 2357 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
e8918aee 2358 (ARCH): New definition.
52397249
JB
2359 (CPU, CONFIG_H, OS_TYPE): Defined.
2360 (INCLUDE, LIB): Checked if valid.
e8918aee 2361 (ntwin32.mak): Included.
52397249
JB
2362 (AR, CC, LINK): New definition.
2363 (ADVAPI32, libc, BASE_LIBS): Defined.
e8918aee
EZ
2364 (SYS_LDFLAGS): New definition.
2365 Update comments and preprocessor conditionals.
2366
2367 * emacs.bat (SHELL): Conditionally defined.
2368 (HOME): Conditionally defined.
52397249 2369 (emacs_path, HOME): Update comments.
e8918aee
EZ
2370 Turn off all echo.
2371
23721995-05-09 Geoff Voelker <voelker@cs.washington.edu>
2373
2374 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
2375 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
2376 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
2377 inc/sys/param.h: Removed carriage-returns.
2378
23791995-05-06 Geoff Voelker <voelker@cs.washington.edu>
2380
2381 * makefile.def (CVTRES): Defined.
2382
2383 * emacs.ico, emacs.rc: New files by Kevin Gallo.
2384
23851995-04-10 Geoff Voelker <voelker@cs.washington.edu>
2386
88c71720 2387 * src: Remove directory.
e8918aee
EZ
2388
2389 * src\config.h, src\paths.h: Moved to parent dir, src removed.
2390
23911995-04-09 Geoff Voelker <voelker@cs.washington.edu>
2392
2dbe4d71 2393 * makefile.def (INSTALL_DIR): Change to generic directory.
e8918aee
EZ
2394
2395 * emacs.bat: Added arguments when emacs.exe invoked.
2396
2397 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
2398
e580a741 23991994-12-13 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
2400
2401 * makefile.def (CC): In configuration section.
2402 (COMPAT_LIB): Defined.
2403
e580a741 24041994-11-01 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
2405
2406 * src/paths.h: New file.
2407
2408 * src/config.h: New file.
2409
2410 * inc/pwd.h: New file.
2411
2412 * inc/sys/dir.h: New file.
2413
2414 * inc/sys/file.h: New file.
2415
2416 * inc/sys/ioctl.h: New file.
2417
2418 * inc/sys/param.h: New file.
2419
2420 * todo: New file.
2421
88c71720 2422 * README: New file.
e8918aee
EZ
2423
2424 * makefile.nt: New file.
2425
e580a741 2426 * makefile.def: New file.
85b2f69e 2427
e580a741 2428 * install.cmd: New file.
e8918aee 2429
e580a741 2430 * INSTALL: New file.
e8918aee 2431
e580a741 2432 * fast-install.cmd: New file.
e8918aee
EZ
2433
2434 * emacs.cmd: New file.
2435
2436 * ebuild.cmd: New file.
2437
2438 * _emacs: New file.
2439
2440;; Local Variables:
880820fe 2441;; coding: utf-8
33462dfa 2442;; add-log-time-zone-rule: t
e8918aee 2443;; End:
2a34a036 2444
acaf905b 2445 Copyright (C) 1995-1999, 2001-2012 Free Software Foundation, Inc.
7f6d64f8
GM
2446
2447 This file is part of GNU Emacs.
2448
eef0be9e 2449 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 2450 it under the terms of the GNU General Public License as published by
eef0be9e
GM
2451 the Free Software Foundation, either version 3 of the License, or
2452 (at your option) any later version.
7f6d64f8
GM
2453
2454 GNU Emacs is distributed in the hope that it will be useful,
2455 but WITHOUT ANY WARRANTY; without even the implied warranty of
2456 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2457 GNU General Public License for more details.
2458
2459 You should have received a copy of the GNU General Public License
eef0be9e 2460 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.