* simple.el (line-move): Document utility function used many
[bpt/emacs.git] / nt / ChangeLog
CommitLineData
5197f0c2
EZ
12014-01-18 Eli Zaretskii <eliz@gnu.org>
2
3 * runemacs.c (ensure_unicows_dll): Don't tell in the message box
4 that "emacs -nw" can do without UNICOWS.DLL on Windows 9X. See
5 w32.c:maybe_load_unicows_dll and its callers for the reason.
6
f0b5cd89
CB
72014-01-11 Claudio Bley <claudio.bley@googlemail.com>
8
9 * inc/sys/stat.h (_WSTAT_DEFINED): Define, to avoid compilation
10 failures when wchar.h is included.
11
e05d3a05
FP
122014-01-11 Fabrice Popineau <fabrice.popineau@supelec.fr>
13
14 * inc/ms-w32.h (pthread_sigmask): Undefine if defined, for MinGW64.
15
bd717ca4
FP
162013-12-31 Fabrice Popineau <fabrice.popineau@supelec.fr>
17
18 * inc/ms-w32.h (sys_kill): Fix prototype.
19
1b7259fc
EZ
202013-12-30 Eli Zaretskii <eliz@gnu.org>
21
22 * inc/ms-w32.h (umask) [emacs]: Redirect to sys_umask. (Bug#16299)
23
63135762
EZ
242013-12-23 Eli Zaretskii <eliz@gnu.org>
25
26 * README.W32:
27 * INSTALL: Update instructions for downloading and using image
28 libraries in general, and librsvg in particular.
29
2f43a3ee
EZ
302013-12-16 Eli Zaretskii <eliz@gnu.org>
31
32 * emacs-x64.manifest:
33 * emacs-x86.manifest: Declare that we target Windows 8.1 as well
34 as earlier versions. This is so GetVersion and GetVersionEx APIs
35 used for bug reporting and other purposes return accurate version
36 number on Windows 8.1. See the discussion on MSDN
37 http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx
38 for more details.
39
01633a17
EZ
402013-12-12 Eli Zaretskii <eliz@gnu.org>
41
42 * inc/ms-w32.h (MAX_UTF8_PATH): New macro.
43 (opendir, closedir, readdir, seekdir): Redirect to replacement
44 functions.
45 * inc/dirent.h: Make d_name[] be MAXNAMELEN*4 characters long.
46
cb6c95a3
GM
472013-11-27 Glenn Morris <rgm@gnu.org>
48
49 * README.W32:
50 * addpm.c (env_vars):
51 * epaths.nt (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH):
52 * paths.h (PATH_LOADSEARCH): No more leim directory.
53
624780f0
GM
542013-11-26 Glenn Morris <rgm@gnu.org>
55
56 * epaths.nt (PATH_DUMPLOADSEARCH): Add leim/.
57
f4f38fad
DM
582013-11-12 Dani Moncayo <dmoncayo@gmail.com>
59
60 * msysconfig.sh: Remove.
61 * INSTALL: Update for this.
62
62e010af
GM
632013-11-09 Glenn Morris <rgm@gnu.org>
64
65 * mingw-cfg.site: No need for this to be executable.
66
eb9a3661
GM
672013-10-24 Glenn Morris <rgm@gnu.org>
68
357a5081
GM
69 * Makefile.in ($(DESTDIR)${archlibdir}):
70 Avoid non-portable "`\" nesting.
71
eb9a3661
GM
72 * Makefile.in (abs_top_srcdir): New, set by configure.
73
b8e3b0a9
GM
742013-10-23 Glenn Morris <rgm@gnu.org>
75
48f73cfb 76 * Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall):
b8e3b0a9
GM
77 Quote entities that might contain whitespace.
78
279066b2
EZ
792013-10-14 Eli Zaretskii <eliz@gnu.org>
80
81 * inc/mingw_time.h: New file.
82
83 * inc/ms-w32.h: Include mingw_time.h instead of doing its job.
84
2f4586ad
EZ
852013-10-12 Eli Zaretskii <eliz@gnu.org>
86
87 * inc/dirent.h (struct dirent) [__MINGW_MAJOR_VERSION >= 4]: Make
88 the layout of 'struct dirent' be compatible with MinGW32 runtime
89 versions 4.0 and later.
90
91 * inc/ms-w32.h (__MINGW_MAJOR_VERSION, __MINGW_MINOR_VERSION)
92 (__MINGW_PATCHLEVEL) [!__MINGW64_VERSION_MAJOR]: Define, if not
93 defined, but not for MinGW64.
94 (_USE_32BIT_TIME_T) [__MINGW64_VERSION_MAJOR]: Define, to force
95 use of 32-bit time_t type.
96
595e113b
PE
972013-10-07 Paul Eggert <eggert@cs.ucla.edu>
98
99 Improve support for popcount and counting trailing zeros (Bug#15550).
100 * gnulib.mk: Merge changes from ../lib/gnulib.mk.
101
cd30a8e0
PE
1022013-10-04 Paul Eggert <eggert@cs.ucla.edu>
103
104 * gnulib.mk: Create <byteswap.h> from <byteswap.in.h>.
105
673558be
EZ
1062013-09-20 Eli Zaretskii <eliz@gnu.org>
107
108 * mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes"
109 to avoid gnulib replacement of 'struct timeval' and the resulting
110 compilation of lib/gettimeofday.c with incompatible version of
111 gettimeofday. Related discussions on emacs-devel:
112 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00286.html
113 http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00361.html
114
7605d081
GM
1152013-08-31 Glenn Morris <rgm@gnu.org>
116
117 * INSTALL: Rename from INSTALL.MSYS.
118 * INSTALL.OLD: Rename from INSTALL.
119 * configure.bat: Update for INSTALL name changes.
120
e687aa33
VB
1212013-08-25 Vincent Belaïche <vincentb1@users.sourceforge.net>
122
123 * configure.bat: Rather than disabling, make configure.bat produce
124 some warning that building with configure.bat is deprecated and
125 ask for confirmation to continue.
126
b1dc1905
GM
1272013-08-25 Glenn Morris <rgm@gnu.org>
128
67aeda8d 129 * INSTALL: Refer to INSTALL.MSYS.
b1dc1905
GM
130 * configure.bat: Disable it.
131
63f5c6c2
EZ
1322013-08-04 Eli Zaretskii <eliz@gnu.org>
133
b1dc1905 134 * mingw-cfg.site (ac_cv_func_mkostemp): New var with value of "yes".
63f5c6c2
EZ
135
136 * inc/ms-w32.h (mkostemp): Declare prototype.
484ab239 137 (mktemp): Don't redirect to sys_mktemp.
63f5c6c2
EZ
138
139 * config.nt (HAVE_MKOSTEMP): Define to 1. (Bug#15015)
140
1d442672
EZ
1412013-07-07 Eli Zaretskii <eliz@gnu.org>
142
143 * inc/sys/socket.h (F_SETFD, O_CLOEXEC, F_DUPFD_CLOEXEC)
144 (FD_CLOEXEC): New macros.
145
067428c1
PE
1462013-07-07 Paul Eggert <eggert@cs.ucla.edu>
147
148 Make file descriptors close-on-exec when possible (Bug#14803).
149 * gnulib.mk: Remove empty gl_GNULIB_ENABLED_verify section;
150 otherwise, gnulib-tool complains given close-on-exec changes.
151 * inc/ms-w32.h (pipe): Remove.
152 * mingw-cfg.site (ac_cv_func_fcntl, gl_cv_func_fcntl_f_dupfd_cloexec)
153 (gl_cv_func_fcntl_f_dupfd_works, ac_cv_func_pipe2): New vars.
154
341881c0
JB
1552013-06-25 Juanma Barranquero <lekktu@gmail.com>
156
157 * configure.bat: Add warning to the help text about using the
158 MSYS/MinGW building procedure.
159
3649ba05
EZ
1602013-06-07 Eli Zaretskii <eliz@gnu.org>
161
162 * INSTALL.MSYS: mingw-get is not a GUI program (yet).
163 msys-automake is not suitable for MinGW builds. Mention the
164 --enable-locallisppath switch to msysconfig.sh. Suggested by
165 Óscar Fuentes <ofv@wanadoo.es>.
166
6c0a9ed1
RC
1672013-06-07 Richard Copley <rcopley@gmail.com> (tiny change)
168
169 * epaths.nt (PATH_SITELOADSEARCH): Fix commentary.
170
7f203aa1
EZ
1712013-06-03 Eli Zaretskii <eliz@gnu.org>
172
173 * config.nt: Add HAVE_GFILENOTIFY, HAVE_W32NOTIFY and USE_FILE_NOTIFY.
174
e2d8a6f0
EZ
1752013-06-03 Eli Zaretskii <eliz@gnu.org>
176
177 * inc/sys/time.h (struct timeval): Remove the _W64 guards.
178
32e2d728
EZ
1792013-06-01 Eli Zaretskii <eliz@gnu.org>
180
181 * inc/sys/time.h [!_TIMEZONE_DEFINED]: Define _TIMEZONE_DEFINED to
182 avoid multiple definition errors on MinGW64.
183
2a157a5d
EZ
1842013-05-31 Eli Zaretskii <eliz@gnu.org>
185
186 * inc/sys/time.h (gettimeofday): Use '__restrict' instead of
187 'restrict', which is a C99 extension. See
188 http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
189 and the following discussion for the problem this caused in the
190 old nt/configure.bat build.
191
38b787fa
EZ
1922013-05-29 Eli Zaretskii <eliz@gnu.org>
193
194 * Makefile.in (emacs.res): Include srcdir when preprocessing
195 resources, for out-of-tree builds.
196 (mostlyclean): Remove *.res files.
197
3e2af348
EZ
1982013-05-17 Eli Zaretskii <eliz@gnu.org>
199
200 * runemacs.c (WinMain): Support invocation of un-installed
201 nt/runemacs.exe, by looking for src/emacs.exe.
202
df065a0b
EZ
2032013-05-16 Eli Zaretskii <eliz@gnu.org>
204
721c9e8a
EZ
205 * inc/stdint.h (SIZE_MAX) [!__GNUC__]: Define. (Bug#14409)
206
df065a0b
EZ
207 * msysconfig.sh: New file.
208
209 * mingw-cfg.site: New file.
210
211 * makefile.w32-in (LOCAL_FLAGS): Add -DOLD_PATHS=1.
212
213 * inc/unistd.h: Include pwd.h and sys/types.h.
214
215 * inc/sys/time.h (_TIMEVAL_DEFINED, timerisset, timercmp)
216 (timerclear): Define.
217 (gettimeofday): Adjust signature to be Posix compatible, by using
218 the 'restrict' keyword.
219
220 * inc/sys/stat.h (UTIME_NOW, UTIME_OMIT): Define.
221 (struct _stat, struct _stati64): Define.
222
223 * inc/sys/socket.h (timeval): Define only for MSVC.
224 (FD_SET, FD_CLR, FD_ISSET, fd_set): Redefine only if
225 EMACS_CONFIG_H is defined.
226 (timeval): Undefine only for MSVC.
227
228 * inc/ms-w32.h (HAVE___BUILTIN_UNWIND_INIT, restrict)
229 (HAVE_WINDOW_SYSTEM, HAVE_MENUS, EMACS_CONFIGURATION)
230 (EMACS_CONFIG_OPTIONS, HAVE_LONG_LONG_INT)
231 (HAVE_UNSIGNED_LONG_LONG_INT): Define only if not already defined.
232 (fileno): Move definition after including stdio.h.
233 (sigset_t): Guard typedef by _W64.
234
235 * gnulib.mk: New file.
236
237 * epaths.nt: New file.
238
239 * addpm.c [!OLD_PATHS]: Include src/epaths.h, instead of having a
240 copy of the file names there.
241 <env_vars> [!OLD_PATHS]: Use macros from epaths.h instead of
242 literal strings.
243
244 * Makefile.in: New file.
245
246 * INSTALL.MSYS: New file.
247
248 * INSTALL: Mention INSTALL.MSYS.
249
6e911150
SM
2502013-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
251
252 * makefile.w32-in (clean, top-distclean): DOC-X doesn't exist any more.
253
01e147a6
JB
2542013-05-08 Juanma Barranquero <lekktu@gmail.com>
255
256 * config.nt: Sync with autogen/config.in.
257 (HAVE_ACLSORT, HAVE_ACLV_H, HAVE_ACLX_GET, HAVE_ACL_COPY_EXT_NATIVE)
258 (HAVE_ACL_CREATE_ENTRY_NP, HAVE_ACL_DELETE_DEF_FILE)
259 (HAVE_ACL_DELETE_FD_NP, HAVE_ACL_DELETE_FILE_NP, HAVE_ACL_ENTRIES)
260 (HAVE_ACL_EXTENDED_FILE, HAVE_ACL_FIRST_ENTRY, HAVE_ACL_FREE)
261 (HAVE_ACL_FREE_TEXT, HAVE_ACL_FROM_MODE, HAVE_ACL_FROM_TEXT)
262 (HAVE_ACL_GET_FD, HAVE_ACL_GET_FILE, HAVE_ACL_LIBACL_H, HAVE_ACL_SET_FD)
263 (HAVE_ACL_TO_SHORT_TEXT, HAVE_ACL_TRIVIAL, HAVE_ACL_TYPE_EXTENDED)
264 (HAVE_FACL, HAVE_GETACL, HAVE_STATACL, HAVE_SYS_ACL_H, HAVE_XINERAMA)
265 (HAVE_XRANDR, HAVE_XRRGETOUTPUTPRIMARY)
266 (HAVE_XRRGETSCREENRESOURCESCURRENT, USE_ACL): New macros.
267
ffdc270a
PE
2682013-05-07 Paul Eggert <eggert@cs.ucla.edu>
269
e7b41c4c 270 Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295)
ffdc270a
PE
271 * config.nt (HAVE_ACL_SET_FILE): Rename from HAVE_POSIX_ACL.
272 * inc/ms-w32.h (EOPNOTSUPP): New macro.
273
ba3b2d88
KB
2742013-04-09 Ken Brown <kbrown@cornell.edu>
275
276 * emacs.rc: Use 64-bit manifest for 64-bit Cygwin build.
277 (Bug#12993)
278
1e1d41ff
EZ
2792013-04-01 Eli Zaretskii <eliz@gnu.org>
280
281 * README: A better documentation of ddeclient.exe.
282
283 * README.W32: A better documentation of ddeclient.exe.
284
285 * paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386
286 subdirectories.
287
98f3b8c6
EZ
2882013-03-30 Eli Zaretskii <eliz@gnu.org>
289
290 * inc/ms-w32.h (TERM_HEADER): Remove definition.
291
292 * config.nt (TERM_HEADER): Move the definition to "w32term.h" from
293 ms-w32.h.
294
66828436
EZ
2952013-03-29 Eli Zaretskii <eliz@gnu.org>
296
297 * inc/ms-w32.h (copysign) [_MSC_VER]: Redirect to _copysign.
298
299 * config.nt (HAVE_COPYSIGN): Define.
300
a0c0aab2
JB
3012013-03-29 Juanma Barranquero <lekktu@gmail.com>
302
303 * config.nt: Sync with autogen/config.in.
304 (HAVE_XKBGETKEYBOARD): Remove.
305 (HAVE_XKB): New macro.
306
c8e9d2b4
EZ
3072013-03-27 Eli Zaretskii <eliz@gnu.org>
308
42663650
EZ
309 * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
310 (bootstrap, bootstrap-nmake, bootstrap-gmake, install-addpm):
311 Depend on .exe files.
312
e0c3eb89
EZ
313 * inc/ms-w32.h (sys_localtime) [_W64]: Provide a prototype, to
314 avoid MinGW64 compiler warnings in editfns.c.
315
849e8b01
EZ
316 Fix rules for parallel builds.
317 * makefile.w32-in (ALL): Depend on *.exe files, not on phony names
318 without the .exe suffix.
319 (addpm, ddeclient, cmdproxy, addsection, preprep): Remove phony
320 targets.
321 (.PHONY): Remove.
322
c8e9d2b4
EZ
323 * addpm.c (_WIN32_IE) [_W64]: Move after inclusion of standard
324 headers, since that's where _W64 is declared by MinGW64.
325
b88b62de
EZ
3262013-03-26 Eli Zaretskii <eliz@gnu.org>
327
be3a31b2 328 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS): Don't define.
ee0fb40e 329 (HAVE__SETJMP) [_W64]: Undefine for MinGW64.
be3a31b2 330
9536ec02
EZ
331 * addsection.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not
332 define for MinGW64.
333
334 * preprep.c (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT): Do not define
335 for MinGW64.
336
b88b62de
EZ
337 Fix more incompatibilities between MinGW.org and MinGW64 headers
338 reported by Óscar Fuentes in
a18d7de6 339 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00733.html
b88b62de
EZ
340 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00699.html
341 and in
342 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00707.html.
343 * inc/ms-w32.h (USE_NO_MINGW_SETJMP_TWO_ARGS) [_W64]: Define to 1.
344 For MinGW64, include sys/types.h and time.h.
a18d7de6
EZ
345 (_WIN32_WINNT) [!_W64]: Don't define for MinGW64.
346
347 * inc/sys/stat.h (chmod): Remove _CRTIMP from prototype.
b88b62de
EZ
348
349 * inc/sys/time.h (struct timeval) [!_W64]: Guard definition with
350 _W64.
351 (struct timezone) [!_TIMEZONE_DEFINED]: Guard definition with
352 _TIMEZONE_DEFINED.
353
354 * addpm.c (_WIN32_IE) [_W64]: For MinGW64, don't define to 0x400.
355
356 * inc/sys/stat.h: Remove _CRTIMP from prototypes of fstat, stat,
357 lstat, and fstatat.
358
553fabe7
EZ
3592013-03-25 Eli Zaretskii <eliz@gnu.org>
360
361 Fix incompatibilities between MinGW.org and MinGW64 headers
362 reported by Óscar Fuentes in
363 http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00611.html.
364 * inc/ms-w32.h (struct timespec): Don't define if
365 _TIMESPEC_DEFINED is already defined.
366 (sigset_t) [!_POSIX]: Typedef for MinGW64.
367 (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Move definitions before
368 including the first system header, to avoid redefinition if some
369 system header defines a default value.
370
371 * inc/sys/time.h (struct itimerval): Don't define if
372 _TIMESPEC_DEFINED is already defined.
373
53761081
EZ
3742013-03-16 Eli Zaretskii <eliz@gnu.org>
375
376 Fix the MSVC build. (Bug#13939)
377 * inc/stdint.h (UINTPTR_MAX): Define.
378
379 * nmake.defs (libc): Fix syntax of !if conditional.
380
5a96718d
JB
3812013-03-15 Juanma Barranquero <lekktu@gmail.com>
382
383 * config.nt: Sync with autogen/config.in.
384 (BSD_SYSTEM, BSD_SYSTEM_AHB, HAVE_ALARM, HAVE__PUTENV): Remove.
385 (HAVE_DECL_ALARM, HAVE_DECL_FDATASYNC, HAVE_DECL__PUTENV)
386 (HAVE_FDATASYNC): New macros.
387
47d7532e
PE
3882013-03-13 Paul Eggert <eggert@cs.ucla.edu>
389
390 File synchronization fixes (Bug#13944).
391 * inc/ms-w32.h (fdatasync): New macro, suggested by Eli Zaretskii.
392
70743157
PE
3932013-03-05 Paul Eggert <eggert@cs.ucla.edu>
394
395 FILE's lock is now always .#FILE and may be a regular file (Bug#13807).
396 * inc/unistd.h (O_NOFOLLOW): New macro.
397
8bd104b3
JB
3982013-03-04 Juanma Barranquero <lekktu@gmail.com>
399
400 * config.nt: Sync with autogen/config.in.
401 (DATA_START, ORDINARY_LINK): Remove.
402 (HAVE_DATA_START, HAVE__PUTENV): New macros.
403
343a2aef
EZ
4042013-02-25 Eli Zaretskii <eliz@gnu.org>
405
406 * inc/ms-w32.h (BOOT_TIME_FILE): Define.
407
408 * config.nt (CLASH_DETECTION): Define to 1.
409
cd91fb4b
EZ
4102013-02-16 Eli Zaretskii <eliz@gnu.org>
411
412 * inc/ms-w32.h (__STDC__): Fiddle with value only for MSVC.
413 (Bug#9066)
c7939585 414 (chown, logb): Remove, unused.
cd91fb4b 415
ae18dc22
JB
4162013-02-13 Juanma Barranquero <lekktu@gmail.com>
417
418 * config.nt: Sync with autogen/config.in.
419 (GC_MARK_STACK): Remove.
420 (GNULIB_FDOPENDIR, HAVE_DECL_FDOPENDIR, HAVE_DECL_MEMRCHR)
421 (HAVE_DIRENT_H, HAVE_FDOPENDIR, HAVE_FSTATAT, HAVE_MEMRCHR)
422 (HAVE_WORKING_FSTATAT_ZERO_FLAG, _NETBSD_SOURCE): New macros.
423
8c0905ac
EZ
4242013-02-12 Eli Zaretskii <eliz@gnu.org>
425
426 * inc/ms-w32.h: Add prototype for memrchr.
427
8654f9d7
PE
4282013-02-01 Paul Eggert <eggert@cs.ucla.edu>
429
430 Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539).
431 * inc/sys/stat.h (fstatat):
432 * inc/unistd.h (readlinkat): New decls.
433
cf01a359
EZ
4342013-01-28 Eli Zaretskii <eliz@gnu.org>
435
436 * inc/dirent.h (opendir): Update prototype.
437
99a7a591
EZ
4382013-01-11 Eli Zaretskii <eliz@gnu.org>
439
440 * inc/unistd.h (O_IGNORE_CTTY): Define, as it is unconditionally
441 used in term.c. (Bug#13387)
442
401d44c9
JB
4432013-01-09 Juanma Barranquero <lekktu@gmail.com>
444
445 * config.nt: Sync with autogen/config.in.
446 (HAVE_GTK_HANDLE_BOX_NEW, HAVE_GTK_TEAROFF_MENU_ITEM_NEW): New macros.
447
c1860cdc
EZ
4482012-12-24 Eli Zaretskii <eliz@gnu.org>
449
450 * inc/sys/stat.h (S_ISMPX): Define to zero, to accommodate changes
451 in lib/filemode.c that broke the MS-Windows build.
452 Suggested by Andy Moreton <andrewjmoreton@gmail.com>.
453
ab1ce024
JB
4542012-12-17 Juanma Barranquero <lekktu@gmail.com>
455
456 * config.nt: Sync with autogen/config.in.
457 (BSD4_2): Remove.
458
66447e07
EZ
4592012-12-17 Eli Zaretskii <eliz@gnu.org>
460
461 * inc/sys/acl.h: New file.
462
463 * inc/ms-w32.h (ENOTSUP): Define if undefined.
464
465 * config.nt (HAVE_POSIX_ACL): Define.
466
07c40d4e
EZ
4672012-12-15 Eli Zaretskii <eliz@gnu.org>
468
469 * inc/ms-w32.h (sys_unlink): Provide prototype.
470
5c207910
EZ
4712012-12-14 Eli Zaretskii <eliz@gnu.org>
472
473 * inc/sys/stat.h: Declare w32_stat_get_owner_group.
474
de8cbebe
JB
4752012-12-13 Juanma Barranquero <lekktu@gmail.com>
476
477 * config.nt: Sync with autogen/config.in.
478 (HAVE_INOTIFY, HAVE_SYS_INOTIFY_H): New macros.
479
abf8abe5
JB
4802012-12-11 Juanma Barranquero <lekktu@gmail.com>
481
482 * config.nt: Sync with autogen/config.in.
483 (HAVE_DECL_UNSETENV, HAVE_SIG2STR, VOID_UNSETENV): New macros.
484 (ULIMIT_BREAK_VALUE): Remove.
485
1cf1bbd5
DC
4862012-12-10 Daniel Colascione <dancol@dancol.org>
487
488 * emacs.rc: Use forward slashes in relative paths in order to
489 avoid complaints from Cygwin. (Forward slashes work perfectly
490 well in the NT build.)
491
8d1a544c
EZ
4922012-12-09 Eli Zaretskii <eliz@gnu.org>
493
494 * inc/unistd.h (unsetenv): Provide a prototype.
495
75ceee05
EZ
4962012-12-08 Eli Zaretskii <eliz@gnu.org>
497
498 * inc/ms-w32.h (putenv): Redirect to sys_putenv.
a16e75cd 499 (sys_putenv): Add prototype.
75ceee05
EZ
500
501 * config.nt (HAVE_UNSETENV): Define to 1.
502
ba12ad69
JB
5032012-12-01 Juanma Barranquero <lekktu@gmail.com>
504
505 * config.nt: Sync with autogen/config.in.
506
bcd77a2b
KB
5072012-11-24 Ken Brown <kbrown@cornell.edu>
508
509 * config.nt (HAVE_MOUSE): Remove.
510
0414b37b
JB
5112012-11-23 Juanma Barranquero <lekktu@gmail.com>
512
513 * config.nt: Sync with autogen/config.in.
514 (BROKEN_GETWD, HAVE_CLOSEDIR, HAVE_DIRENT_H, HAVE_FCNTL_H, HAVE_GETWD):
515 Remove.
516
a879f0ea
EZ
5172012-11-23 Eli Zaretskii <eliz@gnu.org>
518
519 * gmake.defs (SWITCHCHAR): Define to // under MSYS, / otherwise.
520 (Bug#12955)
521
522 * nmake.defs (SWITCHCHAR): Define to /.
523
95ef7787
PE
5242012-11-23 Paul Eggert <eggert@cs.ucla.edu>
525
526 Assume POSIX 1003.1-1988 or later for dirent.h (Bug#12958).
527 * inc/dirent.h: Rename from ../src/ndir.h, with these changes:
528 (struct dirent): Rename from struct direct. All uses changed.
529 * inc/sys/dir.h: Remove.
530
9239d970
PE
5312012-11-21 Paul Eggert <eggert@cs.ucla.edu>
532
533 Assume POSIX 1003.1-1988 or later for unistd.h (Bug#12945).
534 * config.nt (HAVE_GETCWD): Remove.
535
6ef2e5ef 5362012-11-21 Eli Zaretskii <eliz@gnu.org>
3b0108c5 537
6ef2e5ef 538 * nmake.defs: Use !if, not !ifdef. For the details, see
9aef4c12 539 http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
9aef4c12 540
6ef2e5ef
GM
541 * inc/stdint.h (INTPTR_MIN):
542 (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
3b0108c5 543
031b541f
EZ
5442012-11-18 Eli Zaretskii <eliz@gnu.org>
545
546 * inc/unistd.h: Don't include fcntl.h and don't define O_RDWR.
547
1b474373
JB
5482012-11-17 Juanma Barranquero <lekktu@gmail.com>
549
550 * config.nt: Sync with autogen/config.in.
551 (HAVE_FPATHCONF): Remove.
552
49cdacda
PE
5532012-11-17 Paul Eggert <eggert@cs.ucla.edu>
554
555 Assume POSIX 1003.1-1988 or later for fcntl.h (Bug#12881).
556 * inc/sys/socket.h (O_NONBLOCK): Rename from O_NDELAY, since the
557 POSIX name for this flag is O_NONBLOCK. All uses changed.
558 * inc/unistd.h (O_RDWR, O_NOCTTY): New macros. Like AT_FDCWD etc.
559 these really should be moved to a replacement <fcntl.h> if and
560 when that gets implemented. In the meantime, include <fcntl.h>
561 to make sure we don't override its definitions.
562
22bae83f
EZ
5632012-11-17 Eli Zaretskii <eliz@gnu.org>
564
565 * inc/sys/wait.h: New file, with prototype of waitpid and
566 definitions of macros it needs.
567
568 * inc/ms-w32.h (wait): Don't define, 'wait' is not used anymore.
569 (sys_wait): Remove prototype.
570
571 * config.nt (HAVE_SYS_WAIT_H): Define to 1.
572
cd48a2e8
DM
5732012-11-17 Dani Moncayo <dmoncayo@gmail.com>
574
575 * zipdist.bat (ZIP_CHECK): Remove unused label. When invoking 7z
576 to check if it's installed, redirect standard output and standard
577 error to the null device.
578 (ZIP_DIST): Don't build the "barebin" distribution.
579
b24696b8
JB
5802012-11-15 Juanma Barranquero <lekktu@gmail.com>
581
582 * config.nt: Sync with autogen/config.in.
583 (GETGROUPS_T, GETGROUPS_ZERO_BUG, GNULIB_FACCESSAT, HAVE_ACCESS)
584 (HAVE_EACCESS, HAVE_FACCESSAT, HAVE_GETGROUPS, HAVE_LIBGEN_H):
585 New macros.
586
14f20728
EZ
5872012-11-14 Eli Zaretskii <eliz@gnu.org>
588
589 * inc/unistd.h (faccessat): Add prototype.
590 (AT_FDCWD, AT_EACCESS, AT_SYMLINK_NOFOLLOW): New macros; the first
591 2 moved from ms-w32.h.
592
593 * inc/ms-w32.h (AT_FDCWD, AT_EACCESS, faccessat): Remove macros.
594
73dcdb9f
PE
5952012-11-14 Paul Eggert <eggert@cs.ucla.edu>
596
597 Use faccessat, not access, when checking file permissions (Bug#12632).
598 * inc/ms-w32.h (AT_FDCWD, AT_EACCESS): New symbols.
599 (access): Remove.
600 (faccessat): New macro.
601
4f3f021d
EZ
6022012-11-05 Eli Zaretskii <eliz@gnu.org>
603
604 * inc/unistd.h (tcgetpgrp, setsid): Provide prototypes.
605
efeccf10
JB
6062012-11-05 Juanma Barranquero <lekktu@gmail.com>
607
608 * config.nt: Sync with autogen/config.in.
609 (DISPNEW_NEEDS_STDIO_EXT, GETPGRP_VOID, HAVE_SETPGID, HAVE_SETSID)
610 (PENDING_OUTPUT_COUNT, SETPGRP_RELEASES_CTTY): Remove.
611
f200a427
JB
6122012-11-04 Juanma Barranquero <lekktu@gmail.com>
613
614 * config.nt: Sync with autogen/config.in.
615 (GNULIB_CLOSE_STREAM, HAVE_DECL___FPENDING): New macros.
616
3a7089c1
EZ
6172012-11-03 Eli Zaretskii <eliz@gnu.org>
618
619 * config.nt (PENDING_OUTPUT_N_BYTES): Define.
620
7e8b50d9
EZ
6212012-11-01 Eli Zaretskii <eliz@gnu.org>
622
623 * inc/unistd.h (setpgid, getpgrp): Provide prototypes. (Bug#12776)
624
625 * config.nt (GETPGRP_VOID): Define to 1.
626
e7b98706
JB
6272012-10-24 Juanma Barranquero <lekktu@gmail.com>
628
629 * config.nt: Sync with autogen/config.in.
630
a68089e4
EZ
6312012-10-17 Eli Zaretskii <eliz@gnu.org>
632
633 * inc/pwd.h (getuid, geteuid): Add prototypes.
634
635 * inc/ms-w32.h (sys_wait, _getpid, gmtgime_r, localtime_r)
636 (signal_handler, sys_signal, sigemptyset, sigfillset, sigprocmask)
637 (pthread_sigmask, sigismember, setpgrp, sigaction, alarm)
638 (sys_kill, getpagesize): Add prototypes for emulated functions.
639
640 * inc/grp.h (getgid, getegid): Add prototypes.
641
642 * gmake.defs (DEBUG_CFLAGS) [NOOPT]: Add -std=gnu99.
643
644 * configure.bat (chkapiN): Avoid compiler warning in junk.c when
645 compiling with -std=gnu99.
646
647 * config.nt (CHECK_LISP_OBJECT_TYPE): Don't undef, so that it
648 could be used via --cflags switch to configure.bat.
649
fd5125ad
JB
6502012-10-08 Juanma Barranquero <lekktu@gmail.com>
651
652 * config.nt: Sync with autogen/config.in.
653 (HAVE_NTGUI): New macro.
654
d8ab37a8
EZ
6552012-10-02 Eli Zaretskii <eliz@gnu.org>
656
657 * preprep.c (RVA_TO_PTR): Cast the result to 'void *', to avoid
658 compiler warnings when using the value.
659
2d7d1608
EZ
6602012-10-01 Eli Zaretskii <eliz@gnu.org>
661
662 * preprep.c (RVA_TO_PTR): Use 'unsigned char *' instead of
663 'void *', for pointer arithmetics.
664 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET): Enclose all
665 macro arguments in parentheses.
666
62aba0d4
FP
6672012-09-30 Eli Zaretskii <eliz@gnu.org>
668
669 * makefile.w32-in ($(TRES)): Use $(EMACS_MANIFEST).
670
6712012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
672
673 * inc/sys/socket.h: Don't map Winsock error codes to standard ones
674 that are already defined.
675
676 * inc/ms-w32.h (EMACS_INT, EMACS_UINT, EMACS_INT_MAX, PRIuMAX)
677 (pI, _INTPTR) [_MSC_VER]: Fix definitions for MSVC.
678 [_MSC_VER]: Add pragmas to suppress some MSVC warnings.
679
680 * preprep.c (pfnCheckSumMappedFile, rva_to_section)
681 (offset_to_section, relocate_offset, OFFSET_TO_RVA)
682 (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
683 (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
1f9f395d
JB
684 (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main):
685 Use DWORD_PTR instead of DWORD for compatibility with x64.
62aba0d4
FP
686
687 * nmake.defs: Support AMD64.
688 (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros.
689
1f9f395d 690 * gmake.defs (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST):
62aba0d4
FP
691 New macros.
692
693 * addsection.c (pfnCheckSumMappedFile, rva_to_section)
694 (offset_to_section, relocate_offset, OFFSET_TO_RVA)
695 (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
696 (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
697 (copy_executable_and_add_section, main): Use DWORD_PTR instead of
698 DWORD, for compatibility with x64.
699
700 * emacs-x64.manifest: New file.
701
702 * emacs-x86.manifest: Renamed from emacs.manifest.
703
c06c382a
EZ
7042012-09-30 Eli Zaretskii <eliz@gnu.org>
705
706 * inc/sys/time.h (ITIMER_REAL, ITIMER_PROF): Define.
707 (struct itimerval): Define.
708 (getitimer, setitimer): Add prototypes.
709
710 * inc/ms-w32.h <sigset_t> [_MSVC_VER]: Make the typedef consistent
711 with MinGW.
712 (SA_RESTART, SIGPROF): Define.
713
714 * config.nt (HAVE_SETITIMER): Define to 1.
715
9ee2ee9f
JB
7162012-09-30 Juanma Barranquero <lekktu@gmail.com>
717
718 * config.nt: Sync with autogen/config.in.
719
cd155987
JB
7202012-09-29 Juanma Barranquero <lekktu@gmail.com>
721
9ee2ee9f 722 * config.nt: Sync with autogen/config.in.
cd155987
JB
723 (HAVE_TIMER_SETTIME): New macro.
724
5101529e
EZ
7252012-09-23 Eli Zaretskii <eliz@gnu.org>
726
727 * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.
728
4d7e6e51
PE
7292012-09-23 Paul Eggert <eggert@cs.ucla.edu>
730
731 Simplify and avoid signal-handling races (Bug#12471).
732 * inc/ms-w32.h (emacs_raise): New macro.
733
ae97707f
EZ
7342012-09-18 Eli Zaretskii <eliz@gnu.org>
735
736 * configure.bat: Include stddef.h before gif_lib.h, to have size_t
737 defined, as needed by giflib-5.0.0. (Bug#12464)
738
caf4040f
JB
7392012-09-17 Juanma Barranquero <lekktu@gmail.com>
740
741 * config.nt: Sync with autogen/config.in.
742 (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
743
78f83752
GM
7442012-09-17 Glenn Morris <rgm@gnu.org>
745
746 * config.nt (COPYRIGHT): New.
747
39a57ad0
PE
7482012-09-15 Paul Eggert <eggert@cs.ucla.edu>
749
750 Port _setjmp fix to POSIXish hosts as well as Microsoft.
751 * config.nt: Attempt to sync with autogen/config.in.
752 (HAVE_SIGSETJMP, HAVE__SETJMP): New macros.
753 (_longjmp, _setjmp): Remove.
754
fe597931
JB
7552012-09-14 Juanma Barranquero <lekktu@gmail.com>
756
757 * config.nt: Sync with autogen/config.in.
758 (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
759 (BROKEN_SIGPTY, HAVE_CBRT, HAVE_LOGB, NO_TERMIO): Remove.
760 (USABLE_FIONREAD, USABLE_SIGIO): New macros.
761
8c718c58
JB
7622012-09-10 Juanma Barranquero <lekktu@gmail.com>
763
764 * config.nt: Sync with autogen/config.in.
765 (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
766 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
767
a30cb5dd
EZ
7682012-09-08 Eli Zaretskii <eliz@gnu.org>
769
770 * configure.bat <use_extensions>: Don't leave it set in the
771 environment when the script exits.
772
4d64875a
JB
7732012-09-07 Juanma Barranquero <lekktu@gmail.com>
774
775 * config.nt: Sync with autogen/config.in.
776 (NO_ABORT, SIGNAL_H_AHB): Remove.
777
3e6d6928
EZ
7782012-09-07 Eli Zaretskii <eliz@gnu.org>
779
780 * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl.
781
5dbaffae
JB
7822012-09-05 Juanma Barranquero <lekktu@gmail.com>
783
784 * config.nt: Sync with autogen/config.in.
785
1088b922
PE
7862012-09-04 Paul Eggert <eggert@cs.ucla.edu>
787
788 Simplify redefinition of 'abort' (Bug#12316).
789 * inc/ms-w32.h (w32_abort) [HAVE_NTGUI]: Remove.
790
137e08a4
JB
7912012-09-02 Juanma Barranquero <lekktu@gmail.com>
792
793 * config.nt: Sync with autogen/config.in.
794 (HAVE_EXECINFO_H, TERM_HEADER): New macros.
795
17a2cbbd
DC
7962012-09-01 Daniel Colascione <dancol@dancol.org>
797
e7b41c4c 798 * inc/ms-w32.h (TERM_HEADER): Add for refactoring.
17a2cbbd 799
fe72cdc5
JB
8002012-08-22 Juanma Barranquero <lekktu@gmail.com>
801
802 * config.nt: Sync with autogen/config.in.
803
8223e928
JB
8042012-08-17 Juanma Barranquero <lekktu@gmail.com>
805
806 * config.nt: Sync with autogen/config.in.
807 (HAVE_POSIX_OPENPT): New macro.
808
e38b9db2
JB
8092012-08-14 Juanma Barranquero <lekktu@gmail.com>
810
811 * config.nt: Sync with autogen/config.in.
812 (_GL_INLINE_HEADER_BEGIN): Update.
813
9374581a
GM
8142012-08-10 Glenn Morris <rgm@gnu.org>
815
816 * config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
817
a8ab93b0
JB
8182012-08-07 Juanma Barranquero <lekktu@gmail.com>
819
e38b9db2 820 * config.nt: Sync with autogen/config.in.
a8ab93b0
JB
821 (BROKEN_GETWD, DISPNEW_NEEDS_STDIO_EXT): New macros.
822 (PENDING_OUTPUT_COUNT): Move definition to inc/ms-w32.h.
823
824 * inc/ms-w32.h (PENDING_OUTPUT_COUNT): Define.
825
1c6f11f4
GM
8262012-08-06 Glenn Morris <rgm@gnu.org>
827
828 * config.nt (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
829 (PENDING_OUTPUT_COUNT): Define it as dispnew.c used to.
830
76151e2c
EZ
8312012-08-04 Eli Zaretskii <eliz@gnu.org>
832
833 * paths.h (PATH_LOADSEARCH, PATH_SITELOADSEARCH, PATH_EXEC)
834 (PATH_DATA, PATH_DOC): Replace dummy directory names with
835 directories relative to %emacs_dir%.
836 (PATH_EXEC): Add lib-src/oo-spd/i386 and lib-src/oo/i386, to cater
837 to the use case of running un-installed Emacs.
838
3fbc4b54
JB
8392012-08-03 Juanma Barranquero <lekktu@gmail.com>
840
841 * config.nt: Sync with autogen/config.in.
842 (DOS_NT, MSDOS): New macros.
843 (WRETCODE, wait3): Remove.
844
845 * inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
846
6dad7178
EZ
8472012-08-03 Eli Zaretskii <eliz@gnu.org>
848
849 * inc/sys/stat.h (S_IFLNK): Define.
850 (S_ISLNK): A non-trivial definition.
851 (lstat): Prototype instead of a macro that redirects to 'stat'.
852
f162bcc3
PE
8532012-08-02 Paul Eggert <eggert@cs.ucla.edu>
854
855 Use C99-style 'extern inline' if available.
856 * config.nt: Sync with autogen/config.in.
857 (_GL_INLINE, _GL_EXTERN_INLINE, _GL_INLINE_HEADER_BEGIN)
858 (_GL_INLINE_HEADER_END): New macros.
859
837b365b
GM
8602012-08-02 Glenn Morris <rgm@gnu.org>
861
862 * inc/ms-w32.h: Move here from ../src/s.
863 * config.nt (config_opsysfile): Change to <ms-w32.h>.
864
c90acc54
JB
8652012-08-01 Juanma Barranquero <lekktu@gmail.com>
866
867 * config.nt: Sync with autogen/config.in.
868 (DEVICE_SEP, FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
869 (INTERNAL_TERMINAL, IS_ANY_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP):
870 New macros.
871
552a99b4
JB
8722012-08-01 Juanma Barranquero <lekktu@gmail.com>
873
874 * config.nt: Sync with autogen/config.in.
875 Remove code moved to conf_post.h and include <conf_post.h>
876 (NULL_DEVICE, SEPCHAR, SIGNAL_H_AHB, TIOCSIGSEND, USER_FULL_NAME)
877 (USG5_4, WRETCODE, _longjmp, _setjmp, wait3): New macros.
878
1117bd24
JB
8792012-07-29 Juanma Barranquero <lekktu@gmail.com>
880
881 * config.nt: Sync with autogen/config.in.
882 (HAVE_ENVIRON_DECL): New macro.
883
55a6cca6
EZ
8842012-07-29 Eli Zaretskii <eliz@gnu.org>
885
886 * inc/stdalign.h (_Alignas, alignas): Define.
887
e32a5799
PE
8882012-07-28 Paul Eggert <eggert@cs.ucla.edu>
889
890 Use Gnulib stdalign module (Bug#9772, Bug#9960).
891 * config.nt (HAVE_ATTRIBUTE_ALIGNED): Remove.
892
22e983b7
JB
8932012-07-14 Juanma Barranquero <lekktu@gmail.com>
894
895 * config.nt: Sync with autogen/config.in.
896 (GC_MARK_SECONDARY_STACK, GC_MARK_STACK, GC_SETJMP_WORKS)
897 (SETUP_SLAVE_PTY): New macros.
898
ef099b57
JB
8992012-07-13 Juanma Barranquero <lekktu@gmail.com>
900
901 * config.nt: Sync with autogen/config.in.
902 (BROKEN_FIONREAD, BROKEN_GET_CURRENT_DIR_NAME)
903 (BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO, BROKEN_SIGPOLL)
904 (BROKEN_SIGPTY, BSD4_2, BSD_SYSTEM, BSD_SYSTEM_AHB, CYGWIN, DARWIN_OS)
905 (FIRST_PTY_LETTER, GNU_LINUX, G_SLICE_ALWAYS_MALLOC, HAVE_PTYS)
906 (HAVE_SOCKETS, HPUX, INTERRUPT_INPUT, IRIX6_5, NARROWPROTO, NO_ABORT)
ed9265fc 907 (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION)
ef099b57
JB
908 (PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
909 (SETPGRP_RELEASES_CTTY, SOLARIS2, TAB3, TABDLY, ULIMIT_BREAK_VALUE)
910 (UNIX98_PTYS, USG, USG5, XOS_NEEDS_TIME_H, _AIX): New macros.
911 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
912 Set in src/s/ms-w32.h, not here.
913
116f7b54
JB
9142012-07-11 Juanma Barranquero <lekktu@gmail.com>
915
916 * config.nt: Sync with autogen/config.in.
917 (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
918 (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
919 (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
920
dfa96edd
JB
9212012-07-10 Juanma Barranquero <lekktu@gmail.com>
922
923 * config.nt: Sync with autogen/config.in.
924
5994c183
PE
9252012-07-09 Paul Eggert <eggert@cs.ucla.edu>
926
927 * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
928
5eabd6f0
JB
9292012-07-09 Juanma Barranquero <lekktu@gmail.com>
930
931 * config.nt: Sync with autogen/config.in.
932
dffdc540
JB
9332012-07-07 Juanma Barranquero <lekktu@gmail.com>
934
935 * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
936
090bd7cb 9372012-07-06 Juanma Barranquero <lekktu@gmail.com>
f247498e
JB
938 Eli Zaretskii <eliz@gnu.org>
939
940 * config.nt: Complete rework to bring it in sync with autogen/config.in.
941 All Windows-specific code moved to src/s/ms-w32.h.
942
090bd7cb 9432012-07-04 Juanma Barranquero <lekktu@gmail.com>
0566bc95
JB
944 Eli Zaretskii <eliz@gnu.org>
945
946 * configure.bat (enablechecking): Enable checks through src/config.h,
947 not the compiler's command line.
948
949 * nmake.defs (CHECKING_CFLAGS): Remove.
950 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
951
952 * gmake.defs (DEBUG_CFLAGS): Add -fno-crossjumping.
953 (CHECKING_CFLAGS): Remove.
954 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
955
95f61aa2
JB
9562012-07-04 Juanma Barranquero <lekktu@gmail.com>
957
958 * config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES)
959 (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI)
960 (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET)
961 (HAVE_MEMCMP): Remove, obsolete.
962
ca26824c
GM
9632012-06-30 Glenn Morris <rgm@gnu.org>
964
965 * paths.h (PATH_SITELOADSEARCH): New.
966
0e711109
JB
9672012-06-28 Juanma Barranquero <lekktu@gmail.com>
968
969 * nmake.defs (CHECKING_CFLAGS):
970 * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
971
5e0881dd
EZ
9722012-06-24 Eli Zaretskii <eliz@gnu.org>
973
974 * config.nt (_Noreturn): Don't reference __SUNPRO_C.
975
845ca893
PE
9762012-06-24 Paul Eggert <eggert@cs.ucla.edu>
977
978 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
979 * config.nt (_Noreturn): New macro.
980 (NO_RETURN): Remove. All uses replaced with _Noreturn.
981 (w32_abort) [HAVE_NTGUI]: Use _Noreturn rather than NO_RETURN.
982
696056c2
EZ
9832012-06-24 Eli Zaretskii <eliz@gnu.org>
984
985 * inc/sys/time.h (struct timespec): Don't define it here, it is
986 now defined in src/s/ms-w32.h.
987
388cdec0
EZ
9882012-06-23 Eli Zaretskii <eliz@gnu.org>
989
990 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
991 * inc/sys/time.h (struct timespec): Define.
992
6eb93f60
EZ
9932012-06-16 Eli Zaretskii <eliz@gnu.org>
994
995 * makefile.w32-in (install-addpm): New target.
996 (dist): Depend on it.
997 (install-shortcuts): Depend on install-addpm instead of copying
998 addpm.exe as part of the recipe. See
999 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
1000 for the related problem and discussions.
1001
a9be7d2b
GM
10022012-06-11 Glenn Morris <rgm@gnu.org>
1003
1004 * config.nt (SYSTEM_TYPE): Define it.
1005
efc00ab1
CY
10062012-05-31 Eli Zaretskii <eliz@gnu.org>
1007
1008 * configure.bat (genmakefiles): Move the redirection away from the
1009 end of the command, to avoid excess whitespace at the end of Make
1010 variables created at configure time, and also avoid things like
1011 "FOO1>>config.settings", where "1" gets interpreted as the file
1012 descriptor and eaten up. This fixes breakage introduced by the
1013 last change, without reintroducing the bug fixed by that change.
1014
10152012-05-31 Eli Zaretskii <eliz@gnu.org>
06523364
EZ
1016
1017 * nmake.defs (MWINDOWS): Define as
1018 "-subsystem:windows -entry:mainCRTStartup". Suggested by Fabrice
1019 Popineau <fabrice.popineau@supelec.fr>. (Bug#11405)
1020
1021 * gmake.defs (MWINDOWS): Define as "-mwindows".
1022
c00ea352
EZ
10232012-05-28 Eli Zaretskii <eliz@gnu.org>
1024
1025 * config.nt (HAVE_SYSINFO): Remove; unused.
1026
33017faf 10272012-05-27 Eli Zaretskii <eliz@gnu.org>
ce128722 1028
cd376509
EZ
1029 * inc/stdalign.h: New file.
1030
ce128722
EZ
1031 * configure.bat: Ensure a space between %var% expansion and
1032 redirection symbol '>', which breaks when %var% ends in a digit,
1033 such as 1.
1034
34374650
PE
10352012-05-22 Paul Eggert <eggert@cs.ucla.edu>
1036
1037 Remove src/m/*.
1038 * config.nt: Do not include "m/intel386.h"; file was removed.
1039 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
1040 Move to src/lisp.h.
1041 (EMACS_INT_MAX): New macro.
1042
003fdae2
PE
10432012-05-19 Paul Eggert <eggert@cs.ucla.edu>
1044
9232a6d9
PE
1045 * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
1046 (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
1047
003fdae2
PE
1048 * config.nt (HAVE_FTIME): Remove undef; not needed.
1049
9311dcff
GM
10502012-05-01 Glenn Morris <rgm@gnu.org>
1051
1052 * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
1053
35dc09a1 10542012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
e645df7c
DM
1055
1056 * makefile.w32-in: Fix typo (Bug#10261).
1057
7dd02dc7
EZ
10582012-04-10 Eli Zaretskii <eliz@gnu.org>
1059
1060 * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
1061 each runs makeinfo in its own subdirectory of 'doc'.
1062 (info-gmake): Depend on these new targets.
1063
f3774f20
GM
10642012-04-07 Glenn Morris <rgm@gnu.org>
1065
1066 * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
1067 Bump version to 24.1.50.
1068
9078ead6
EZ
10692012-04-07 Eli Zaretskii <eliz@gnu.org>
1070
1071 * configure.bat: Support building with libxml2.
1072
1073 * INSTALL:
1074 * README.W32: Add information about libxml2.
1075
1dcece25
EZ
10762012-04-07 Eli Zaretskii <eliz@gnu.org>
1077
1078 * makefile.w32-in: Convert to Unix EOL format.
d67a9a85
EZ
1079 (all): Don't depend on stamp_BLD and on maybe-bootstrap.
1080 (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
1081 (bootstrap-gmake): Invoke the "clean" and build targets in 2
1082 separate commands, so they run in that order even under "make -j".
1dcece25 1083
581355cc
EZ
10842012-03-29 Eli Zaretskii <eliz@gnu.org>
1085
1086 * config.nt: Discourage from defining HAVE_GETCWD.
1087
e5a69fd0
EZ
10882012-03-25 Eli Zaretskii <eliz@gnu.org>
1089
1090 * makefile.w32-in (install-bin): Don't copy addpm.exe here. Use
1091 $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
1092 on other (parallel) Make job's toes.
1093 (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
1094 (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe
1095 here.
e7b41c4c
JB
1096 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist):
1097 Depend on create-tmp-dist-dir.
e5a69fd0
EZ
1098
1099 * nmake.defs (DIRNAME): New variable.
1100 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1101 same-dir.tst.
1102
1103 * gmake.defs (DIRNAME): New variable.
1104 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
1105 same-dir.tst, to avoid conflicts between several (parallel) Make
1106 jobs.
1107
58b65bf5
EZ
11082012-02-24 Eli Zaretskii <eliz@gnu.org>
1109
1110 Prevent endless re-spawning of cmdproxy.exe when some of its
1111 parent directories have access limitations.
1112
1113 * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
1114 and our own module name to short 8+3 aliases, if the original file
1115 names compare equal. If GetShortPathName fails, compare the base
1116 names of the two file names, and only re-spawn the command line if
1117 the base-name comparison also fails. (Bug#10674)
1118
2dbe4d71
DM
11192012-02-23 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
1120
1121 * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
1122
42a275e0
CS
11232012-02-06 Christoph Scholtes <cschol2112@googlemail.com>
1124
1125 * README.W32: Removed specific version information for libXpm
1126 included in the binary distribution for maintenance purposes.
1127
d452256d
CS
11282012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
1129
1f9f395d 1130 * README.W32: Clarification for inclusion in source tarball (bug#9750).
3e44c782 1131
75197633
CS
1132 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
1133
1134 * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
1135
d452256d
CS
1136 * makefile.w32-in (maybe-copy-distfiles)
1137 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
2dbe4d71 1138 (create-tmp-dist-dir): Add to make --distfiles optional.
1f9f395d 1139 (dist): Use create-tmp-dist-dir and maybe-copy-distfiles (bug#10261).
d452256d 1140
e0aeebda
EZ
11412012-02-04 Eli Zaretskii <eliz@gnu.org>
1142
1143 * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
1144 by other headers.
1145
8c9afb46
EZ
11462011-11-27 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
1147
1148 * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
1149 (UINT64_MAX) [_WIN64]: Fix definition.
1150 (uintmax_t, intmax_t): Fix definitions.
1151
6df6ae42
JB
1152 * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
1153 Provide correct definitions.
8c9afb46
EZ
1154
1155 * config.nt (HAVE_DECL_STRTOLL): Define.
1156 (va_copy) [_WIN64]: Provide a better definition.
1157
e9fce1ac
JB
11582011-11-25 Juanma Barranquero <lekktu@gmail.com>
1159
1160 * configure.bat: Fix typos.
1161
034ea24d
EZ
11622011-11-25 Eli Zaretskii <eliz@gnu.org>
1163
1164 * INSTALL: Elaborate on debugging fatal errors.
1165
b018182c
EZ
11662011-11-15 Eli Zaretskii <eliz@gnu.org>
1167
1168 * README.W32: Update the GTK Windows download URL for libpng.
1169
d7cecd19
CS
11702011-11-13 Christoph Scholtes <cschol2112@googlemail.com>
1171
1172 * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
1173
600b1907
CS
11742011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
1175
c4c32b97
CS
1176 * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
1177 (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
1178 (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
1179 (intmax_t, INT64_MAX): Add for MSVC.
1180
58179cce 1181 * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
600b1907 1182
a6fc3b5c
EZ
11832011-11-05 Eli Zaretskii <eliz@gnu.org>
1184
955f3b13
EZ
1185 * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
1186
a6fc3b5c
EZ
1187 Support MSVC build with newer versions of Visual Studio.
1188 * makefile.w32-in (clean-other-dirs-nmake)
1189 (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
1190 Update for current structure of doc/ subdirectories.
1191
1192 * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
1193
1194 * INSTALL: Update for newer versions of MSVC.
1195
58179cce 11962011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
a6fc3b5c
EZ
1197
1198 Support MSVC build with newer versions of Visual Studio.
1199 * nmake.defs (USE_CRT_DLL): Define to 1.
1200 (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
1201 (D): New variable.
1202
fc5f9b45
EZ
12032011-11-04 Eli Zaretskii <eliz@gnu.org>
1204
1205 * runemacs.c (ensure_unicows_dll): New function, tries to load
1206 UNICOWS.DLL on Windows 9X.
1207 (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
1208 display a dialog to the effect that Emacs cannot be started.
1209 (Bug#8562)
1210
8cedc5ac
EZ
12112011-10-28 Eli Zaretskii <eliz@gnu.org>
1212
1213 * README.W32: Mention UNICOWS.DLL as prerequisite for running
1214 Emacs on Windows 9X.
1215
df1c5f05
EZ
12162011-10-25 Eli Zaretskii <eliz@gnu.org>
1217
1218 * makefile.w32-in (dist): Don't put the top-level INSTALL into the
1219 distribution. (Bug#9861)
1220
df6d30f3
CS
12212011-10-25 Christoph Scholtes <cschol2112@googlemail.com>
1222
1223 * INSTALL: Update URL for GTK download page.
1224
804a4315
EZ
12252011-10-19 Eli Zaretskii <eliz@gnu.org>
1226
1227 * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
1228 (Bug#9794) (Bug#641)
1229
86633eab 12302011-09-04 Paul Eggert <eggert@cs.ucla.edu>
55e5faa1
PE
1231
1232 * config.nt (HAVE_SNPRINTF): New macro.
1233
044c22e5 12342011-07-28 Paul Eggert <eggert@cs.ucla.edu>
0e926e56
PE
1235
1236 Assume freestanding C89 headers, string.h, stdlib.h.
1237 * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
1238 (STDC_HEADERS): Remove.
1239 Iinclude string.h, stdlib.h unconditionally.
1240
f7b2cdf3
EZ
12412011-06-07 Eli Zaretskii <eliz@gnu.org>
1242
1243 * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
81d63f1a 1244 [!__GNUC__]: New macros.
f7b2cdf3 1245
55d4c1b2
PE
12462011-05-28 Paul Eggert <eggert@cs.ucla.edu>
1247
1248 Use 'inline', not 'INLINE'.
1249 * config.nt (INLINE): Remove.
1250
8a70d4b1
EZ
12512011-05-17 Eli Zaretskii <eliz@gnu.org>
1252
1253 * README.W32: Add information about GnuTLS libraries.
1254
39497066
EZ
12552011-05-09 Eli Zaretskii <eliz@gnu.org>
1256
1257 * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
1258
4d3fcc8e
BK
12592011-05-07 Ben Key <bkey76@gmail.com>
1260
1261 * configure.bat: Renamed the fusercflags variable to escusercflags
1262 so that the variable name better matches its purpose, to be
1263 identical to usercflags with the exception that all quotes are
1264 escaped by the \ character.
1265
1266 Renamed the fuserldflags variable to escuserldflags so that the
1267 variable name better matches its purpose, to be identical to
1268 userldflags with the exception that all quotes are escaped by
1269 the \ character.
1270
1271 A new ESC_USER_CFLAGS variable is written to config.settings.
1272 This variable has the same value as the escusercflags variable.
1273
2dbe4d71
DM
1274 * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
1275 This variable is identical to the CFLAGS variable except that it
4d3fcc8e
BK
1276 includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
1277
1278 These changes, along with some changes to src/makefile.w32-in,
1279 are required to extend my earlier fix to add support for
1280 --cflags and --ldflags options that include quotes so that it
1281 works whether make uses cmd or sh as the shell.
1282
0a47eac4
EZ
12832011-05-06 Eli Zaretskii <eliz@gnu.org>
1284
1285 * inc/inttypes.h [!__MINGW32__]: Include stdint.h. Move the
1286 definition of uintmax_t from here...
1287 * inc/stdint.h (uintmax_t): ...to here.
1288 (intptr_t) [!__GNUC__]: New typedef.
1289
122b0c86 12902011-05-06 Paul Eggert <eggert@cs.ucla.edu>
b28b8799 1291
122b0c86
PE
1292 * config.nt: Prepare to configure 64-bit integers for older compilers.
1293 However, temporarily disable this change unless the temporary
1294 symbol WIDE_EMACS_INT is defined.
b5611f17
PE
1295 (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
1296 "%I64d" work but long long and "%lld" do not.
1297
d429d8e9
BK
12982011-05-05 Ben Key <bkey76@gmail.com>
1299
1300 * configure.bat: Added support for --cflags and --ldflags
1301 options that include quotes as long as command extensions are
1302 enabled. Specifically when -I, -L, and similar flags are used
1303 to specify supplementary include and library directories a
1304 directory name that includes spaces may now be used if it is
1305 enclosed in quotes.
1306
1307 * INSTALL: Documented the change to configure.bat.
1308
0898ca10
JB
13092011-05-04 Juanma Barranquero <lekktu@gmail.com>
1310
1311 * INSTALL: Clarify GnuTLS support.
1312
ba366b6d
EZ
13132011-04-30 Eli Zaretskii <eliz@gnu.org>
1314
1315 * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
1316 Define to 1 for MinGW of MSVC versions >= 1400.
b28b8799 1317
aff458c3
EZ
13182011-04-28 Eli Zaretskii <eliz@gnu.org>
1319
2dbe4d71 1320 * gmake.defs (ARCH): Fix error message in case of unknown architecture.
aff458c3 1321
fc3b7291
EZ
13222011-04-27 Eli Zaretskii <eliz@gnu.org>
1323
1324 * inc/inttypes.h: New file.
1325
1326 * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
1327 (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
1328
fe9c230b
DC
13292011-04-27 Daniel Colascione <dan.colascione@gmail.com>
1330
1331 * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
1332 inside quotation marks and bail out.
1333
841a1577 13342011-04-26 Daniel Colascione <dan.colascione@gmail.com>
8f91bf93
DC
1335
1336 * cmdproxy.c (try_dequote_cmdline): New function.
1337 (main): Use it.
1338
fd4af8d9
TZ
13392011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
1340
1341 * configure.bat: New options --without-gnutls and --lib, new build
1342 variable USER_LIBS, automatically detect GnuTLS. Copies the PNG
1343 library setup with trivial modifications.
1344 * INSTALL: Add instructions for GnuTLS support.
1345 * gmake.defs: Prefix USER_LIBS with -l.
1346
4a1a6b5b
BK
13472011-04-15 Ben Key <bkey76@gmail.com>
1348
1349 * configure.bat: Modified the code that parses the --cflags and
1350 --ldflags options to support parameters that include the =
2dbe4d71
DM
1351 character as long as they are enclosed in quotes.
1352 This functionality depends on command extensions. Configure.bat now
4a1a6b5b
BK
1353 attempts to enable command extensions and displays a warning
1354 message if they could not be enabled. If configure.bat could
1355 not enable command extensions the old parsing code is used that
1356 does not support parameters that include the = character.
1357
1358 * INSTALL: Updated the file to describe the new functionality
1359 using text provided by Eli Zaretskii.
1360
0f1ba050
EZ
13612011-04-06 Eli Zaretskii <eliz@gnu.org>
1362
1363 * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
1364 (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
1365 on the trunk on 2011-04-06.
1366
9af30bdf
GM
13672011-03-27 Glenn Morris <rgm@gnu.org>
1368
1369 * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
1370
0f4a96b5
JB
13712011-03-25 Juanma Barranquero <lekktu@gmail.com>
1372
1373 * addpm.c (main): Remove unused variable `retval'.
1374
1375 * preprep.c (main): Remove unused variable `ptr'.
1376
9c88f339
JB
13772011-03-23 Juanma Barranquero <lekktu@gmail.com>
1378
1379 * cmdproxy.c: Include <ctype.h>.
1380 (make_absolute): Remove unused variable `i'.
1381
33383987
JB
13822011-03-07 Chong Yidong <cyd@stupidchicken.com>
1383
1384 * Version 23.3 released.
1385
0f7bb05d
EZ
13862011-02-27 Eli Zaretskii <eliz@gnu.org>
1387
1388 * inc/unistd.h (readlink, symlink): Declare prototypes.
1389
e5c96d21
EZ
13902011-02-26 Eli Zaretskii <eliz@gnu.org>
1391
1392 * config.nt (nlink_t): Define.
1393
9f8370e6
CS
13942011-02-21 Christoph Scholtes <cschol2112@gmail.com>
1395
1396 * inc/stdint.h: New file, to support compilation with tool chains
1397 that do not have stdint.h (e.g. MSVC).
1398
25c51af3
EZ
13992011-02-21 Eli Zaretskii <eliz@gnu.org>
1400
1401 * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
1402 (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
1403 (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
1404 (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
1405 (lstat): Define to stat.
1406
d37f40ed
EZ
14072011-02-09 Eli Zaretskii <eliz@gnu.org>
1408
1409 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
1410 "make-docfile" target in lib-src, before bootstrapping the src
1411 directory. Needed since building in src needs to run make-docfile
1412 to produce globals.h.
1413
a5d733f5
EZ
14142011-02-04 Eli Zaretskii <eliz@gnu.org>
1415
1416 * config.nt (inline) [__GNUC__]: Define (for gnulib).
1417
70b0d280
EZ
14182011-01-31 Eli Zaretskii <eliz@gnu.org>
1419
d95f875e
EZ
1420 * config.nt (VERSION): Uncomment definition.
1421 (restrict): Define.
1422
70b0d280
EZ
1423 * inc/stdbool.h: New file.
1424
f915f0f7
EZ
14252011-01-29 Eli Zaretskii <eliz@gnu.org>
1426
1427 * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
1428 (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
1429 (bootstrap-clean-gmake, clean-other-dirs-nmake)
1430 (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
1431 (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
1432 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1433 (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
1e338cfc 1434 (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
f915f0f7
EZ
1435
1436 * configure.bat: Create lib/makefile.
1437
1438 * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
1439 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
1440 (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
1441 (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
1442
1e574bf0
EZ
14432011-01-07 Eli Zaretskii <eliz@gnu.org>
1444
1445 * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
1446
7c420169 14472011-01-02 Eli Zaretskii <eliz@gnu.org>
5be1c984 1448
ca6e909c
EZ
1449 * configure.bat (end): Unset environment variables used by this
1450 batch file.
1451
5be1c984
EZ
1452 * INSTALL: Update the information about PNG support libraries.
1453 (Bug#7716)
1454
3d4cad2c
EZ
1455 * README.W32: Update the information about PNG support libraries.
1456
628e219f
EZ
14572010-11-23 Eli Zaretskii <eliz@gnu.org>
1458
1459 * config.nt (EXTERNALLY_VISIBLE): Define.
1460
2e288d54
JB
14612010-10-13 Juanma Barranquero <lekktu@gmail.com>
1462
1463 * INSTALL: Refer to `dynamic-library-alist'.
1464
6072fed4
JB
14652010-10-06 Juanma Barranquero <lekktu@gmail.com>
1466
1467 * INSTALL: Add note about problematic characters passed to configure.
1468
19d5deef
EZ
14692010-10-01 Eli Zaretskii <eliz@gnu.org>
1470
73077a9a 1471 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
1dc253e8 1472 emacs-src.tags: New file.
73077a9a 1473
19d5deef
EZ
1474 * gmake.defs: Add a comment with a single quote to fix
1475 fontification. (Bug#7102)
1476
252b4f5c
EZ
14772010-09-29 Eli Zaretskii <eliz@gnu.org>
1478
1479 * configure.bat: Fix the condition for copying paths.h into
1480 ../src/epaths.h.
1481
0597ab06
JB
14822010-09-28 Juanma Barranquero <lekktu@gmail.com>
1483
1484 * addpm.c (entry, add_registry, main):
1485 * addsection.c (file_data, open_input_file, open_output_file)
1486 (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
1487 (COPY_CHUNK):
1488 * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
1489 (skip_nonspace, get_next_token, search_dir, make_absolute)
1490 (spawn, main):
1491 * preprep.c (file_data, open_input_file, open_output_file)
1492 (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
1493 Use const char*.
1494
1495 * cmdproxy.c (stdin): Don't define, not used.
1496 (main): Don't assign remlen after last use.
1497
05212154
JB
14982010-09-22 Juanma Barranquero <lekktu@gmail.com>
1499
1500 * configure.bat: Err out when the argument of --cflags contains
1501 invalid characters (check implemented only for GCC). (Bug#6820)
1502
926cd98c
JB
15032010-08-19 Juanma Barranquero <lekktu@gmail.com>
1504
1505 * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
1506
856a6b77
JR
15072010-08-12 Jason Rumney <jasonr@gnu.org>
1508
1509 * addpm.c (add_registry): Set path for runemacs.exe to use.
1510
7815fe19 15112010-08-08 Óscar Fuentes <ofv@wanadoo.es>
c5958e82
ÓF
1512
1513 * cmdproxy.c (main): Use _snprintf instead of wsprintf,
1514 which has a 1024 char limit on Windows (bug#6647).
1515
7561000b
JB
15162010-08-02 Juanma Barranquero <lekktu@gmail.com>
1517
1518 * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
1519 Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
1520
76fd1ee9
DN
15212010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
1522
1523 * config.nt: Remove code referring to NO_REMAP, unused.
1524
f8e0614c
CS
15252010-07-25 Christoph Scholtes <cschol2112@gmail.com>
1526
1527 Build binary distros on Windows using emacs-VERSION as root dir name.
e0d6af9c 1528
7f86df5f 1529 * makefile.w32-in: Copy README.W32 to installation directory
d24076a6
CS
1530 during `make install'. Remove README.W32 with `distclean' (in
1531 case Emacs was installed in place). Use temporary directory to
1532 create distribution zip files in `dist' target.
e0d6af9c
CS
1533 * zipdist.bat: Simplify code using temporary directory.
1534
361358ea
JB
15352010-07-25 Juanma Barranquero <lekktu@gmail.com>
1536
1537 * runemacs.c (set_user_model_id): Fix prototype.
1538
e3aef5c6
CS
15392010-07-24 Christoph Scholtes <cschol2112@gmail.com>
1540
1541 New make target for Windows platform: make dist (bug#6602)
1542
1543 * INSTALL: Document new dist target and add section about
1544 creating binary distributions.
1545 * README.W32: Relocate from admin/nt/ directory.
1546 * configure.bat: New parameter `--distfiles'.
1547 * makefile.w32-in: Add version number, new target `dist'.
1548 Add new target `install-shortcuts'.
1549 * zipdist.bat: New file; create zipped binary distribution,
1550 replaces admin/nt/makedist.bat.
1551
a917e3f2
JB
15522010-07-21 Juanma Barranquero <lekktu@gmail.com>
1553
1554 * INSTALL: Add note about backslashes in Windows paths.
1555 Fix typos. Simplify references to Windows versions.
1556
7c3320d8
JB
15572010-07-20 Juanma Barranquero <lekktu@gmail.com>
1558
1559 * addpm.c (add_registry, main):
1560 * cmdproxy.c (get_env_size):
1561 * ddeclient.c (main):
1562 * runemacs.c (set_user_model_id):
1563 Convert definitions to standard C.
1564
9a6063e2
JB
15652010-07-20 Juanma Barranquero <lekktu@gmail.com>
1566
1567 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
1568
7d0170c8
JB
15692010-07-18 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * configure.bat: New option --enable-checking.
1572 * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
1573 (CFLAGS): Include it.
1574
5dddb7a8
DN
15752010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
1576
1577 * config.nt (volatile): Remove definition.
1578
72af86bd
AS
15792010-07-07 Andreas Schwab <schwab@linux-m68k.org>
1580
1581 * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
1582 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
1583
b6fcccc3
JB
15842010-07-02 Juanma Barranquero <lekktu@gmail.com>
1585
1586 * config.nt (__P): Remove.
1587
3085237c
DN
15882010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
1589
1590 * config.nt: Remove code depending on BSTRING.
1591
0d4bcf4d
GM
15922010-06-03 Glenn Morris <rgm@gnu.org>
1593
1594 * config.nt: Remove NOT_C_CODE tests, it is always true now.
1595
0116466b
GM
15962010-05-13 Glenn Morris <rgm@gnu.org>
1597
1598 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
1599
61a808e8
CY
16002010-05-07 Chong Yidong <cyd@stupidchicken.com>
1601
1602 * Version 23.2 released.
1603
27a2cdfc
GM
16042010-05-04 Glenn Morris <rgm@gnu.org>
1605
1606 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
1607
4a787cd2
CY
16082010-04-20 Lewis Perin <perin@panix.com> (tiny change)
1609
1610 * emacs.manifest: Add trustInfo section to Windows manifest.
1611
288f9fc0
CY
16122010-03-10 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * Branch for 23.2.
1615
59ef8268
MR
16162010-01-13 Martin Rudalics <rudalics@gmx.at>
1617
1618 * emacsclient.rc: Fix format of "LegalCopyright" value.
1619
6d96d18f
JB
16202009-12-28 Juanma Barranquero <lekktu@gmail.com>
1621
1622 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
1623
ee6f37f2
KF
16242009-12-27 Karl Fogel <kfogel@red-bean.com>
1625
1626 * INSTALL: Update for CVS->Bazaar switchover.
1627
f179addc
JB
16282009-09-14 Juanma Barranquero <lekktu@gmail.com>
1629
1630 * configure.bat: Add #define PROFILING to config.h.
1631
0a3472c7
JR
16322009-07-03 Jason Rumney <jasonr@gnu.org>
1633
1634 * runemacs.c (set_user_model_id): Use standard types.
1635
ff90fbde
JR
16362009-06-30 Jason Rumney <jasonr@gnu.org>
1637
1638 * runemacs.c (set_user_model_id): New function.
1639 (WinMain): Use it.
1640
70243478
CY
16412009-06-21 Chong Yidong <cyd@stupidchicken.com>
1642
1643 * Branch for 23.1.
1644
22749e9a
EZ
16452009-03-21 Eli Zaretskii <eliz@gnu.org>
1646
1647 * inc/sys/stat.h (struct stat): Change the types of st_uid and
1648 st_gid to unsigned.
1649
1650 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
1651 to unsigned.
1652 (getpwuid): Argument is now unsigned.
1653 uid_t is now unsigned.
1654
1640b452
JB
16552009-02-24 Juanma Barranquero <lekktu@gmail.com>
1656
1657 * INSTALL: Add comment about TCC; fix typos.
1658
c24f4bf9
JR
16592009-01-26 Jason Rumney <jasonr@gnu.org>
1660
0235128c
SM
1661 * emacsclient.rc, emacs.rc: Swap name and description.
1662 Remove Windows versions.
c24f4bf9 1663
84ef4ca2
JR
16642009-01-15 Jason Rumney <jasonr@gnu.org>
1665
f4c45b4f
JR
1666 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
1667
1668 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
1669
84ef4ca2
JR
1670 * addpm.c (main): Try using COM to create start menu shortcuts
1671 before resorting to DDE (Bug#202)
1672 Remove second command-line argument.
1673
8d67bc8e
JB
16742009-01-03 Juanma Barranquero <lekktu@gmail.com>
1675
1676 * configure.bat: Untabify help message.
1677
8bc63b1a
JR
16782009-01-03 Jason Rumney <jasonr@gnu.org>
1679
1680 * configure.bat: New option --with-svg.
1681
1682 * INSTALL: Document experimental SVG support.
1683
8cd98482
JR
16842008-12-25 Jason Rumney <jasonr@gnu.org>
1685
29659067 1686 * config.nt (PTR): Remove.
8cd98482 1687
06e111a6
DN
16882008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
1689
1690 * config.nt (LISTPROC, PROCATTR): Remove.
1691
de62e4f8
EZ
16922008-08-09 Eli Zaretskii <eliz@gnu.org>
1693
1694 * config.nt (LISTPROC, PROCATTR): New macros.
1695
69ab3201
DN
16962008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1697
1698 * config.nt (MULTI_KBOARD): Remove.
1699
75663c75
JR
17002008-07-23 Jason Rumney <jasonr@gnu.org>
1701
0e134ea0
JB
1702 * configure.bat: New option --profile.
1703 * gmake.defs: Set cflags and ldflags for profiling when specified.
75663c75 1704
77ccee09
DN
17052008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1706
1707 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
1708
bdee2ef3
DN
17092008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1710
1711 * config.nt (HAVE_FACES): Remove, unused.
1712
43db14bb 17132008-06-26 Juanma Barranquero <lekktu@gmail.com>
4e2af782 1714 Eli Zaretskii <eliz@gnu.org>
43db14bb 1715
0e134ea0 1716 * nmake.defs (FONT_CFLAGS):
43db14bb
JB
1717 * gmake.defs (FONT_CFLAGS): Remove.
1718 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
1719 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
1720 and _CRTAPI1.
1721 (ARCH_FLAGS): Don't include _X86_.
1722
1723 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
1724
f2a77c3a
DN
17252008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1726
1727 * config.nt: Remove reference to UNEXEC_SRC.
1728
540c2a33 17292008-06-23 Juanma Barranquero <lekktu@gmail.com>
4e2af782 1730 Eli Zaretskii <eliz@gnu.org>
540c2a33
JB
1731
1732 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
1733 Don't hardcode -gstabs+, use DEBUG_INFO.
1734
1735 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
1736 Default to stabs if the compiler does not support DWARF-2.
1737 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
1738
26a3b310
JR
17392008-05-14 Jason Rumney <jasonr@gnu.org>
1740
1741 * configure.bat: Remove code dealing with --disable-font-backend.
1742
ee7a2e7a
EZ
17432008-05-09 Eli Zaretskii <eliz@gnu.org>
1744
71e41ffb
EZ
1745 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
1746 better alignment. Make st_size 64-bit wide. Add new members
1747 st_uname and st_gname.
1748
ee7a2e7a
EZ
1749 * inc/grp.h (struct group): Add gr_gid member.
1750
a113b3ca 17512008-04-23 Eli Zaretskii <eliz@gnu.org>
4cbb903f
EZ
1752
1753 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
1754 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
1755 a real file there is not a good idea.
1756
a113b3ca 17572008-04-23 Jason Rumney <jasonr@gnu.org>
65af6499 1758
99e0bf59
JR
1759 * makefile.w32-in (CLIENTRES): New variable and build target.
1760 (all): Depend on it.
1761 ($(TRES)): Use $(TRES) in rule.
1762
361823f4
JR
17632008-04-21 Jason Rumney <jasonr@gnu.org>
1764
1765 * configure.bat (success): Print "make" rather than "gmake", as that
d4835507 1766 is what MinGW uses.
361823f4 1767
87c24bb7
EZ
17682008-04-11 Eli Zaretskii <eliz@gnu.org>
1769
1770 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
1771 Add copyright notice.
1772
5739d6f8
JR
17732008-04-10 Jason Rumney <jasonr@gnu.org>
1774
f12da103
JR
1775 * emacsclient.rc: New file.
1776
5739d6f8
JR
1777 * INSTALL: Document make targets.
1778
cc48598c
JR
17792008-04-09 Jason Rumney <jasonr@gnu.org>
1780
1781 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
ba60bd44 1782 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
cc48598c
JR
1783 (top-distclean, distclean, distclean-other-dirs-nmake)
1784 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1785 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
1786
892508a4
EZ
17872008-04-05 Eli Zaretskii <eliz@gnu.org>
1788
aa08d1ff
EZ
1789 * inc/sys/stat.h: New file.
1790
892508a4
EZ
1791 * configure.bat: Add check for usp10.h.
1792
a25fe288
JR
17932008-04-04 Jason Rumney <jasonr@gnu.org>
1794
b46a6a83 1795 * INSTALL: Update Windows API requirements.
a25fe288 1796
b7612703
JR
17972008-04-03 Jason Rumney <jasonr@gnu.org>
1798
1799 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
1800
b2019141
GM
18012008-03-13 Glenn Morris <rgm@gnu.org>
1802
1803 * emacs.rc: Set version to 23.0.60.
1804
12cc4d8f
JR
18052008-03-04 Jason Rumney <jasonr@gnu.org>
1806
1807 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
1808 (EMACS_EXTRA_C_FLAGS): Include it.
1809 * configure.bat (usefontbackend): Default to Y.
1810 (--enable-font-backend): Replace with --disable-font-backend.
1811 (:withfont): Replace with :withoutfont.
1812
1b6bf70a
JR
18132008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1814
1815 * icons/emacs.ico: Full alpha for 32x32 full color.
1816 Add 32x32 and 16x16 256 color versions.
1817
6abe1b07
GM
18182008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
1819
1820 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
1821
480a77b5
JR
18222008-03-02 Jason Rumney <jasonr@gnu.org>
1823
1824 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
1825
c9cc6462
DN
18262008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1827
1828 * icons/README: Update.
1829
1830 * icons/emacs.ico: New icon.
1831
c44b4b46
JB
18322008-02-25 Juanma Barranquero <lekktu@gmail.com>
1833
1834 * addpm.c: Include malloc.h.
1835 (add_registry): Cast return value of alloca.
1836
9d2818d6
DN
18372008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1838
1839 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
1840
1046da1c
EZ
18412008-02-11 Eli Zaretskii <eliz@gnu.org>
1842
1843 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
1844 conditional on existence of junk.o. If %nocygwin% is already set
1845 to Y, skip to chkapiN instead of chkapi.
1846 (chkapi): Move "rm -f junk.c junk.o" to here.
1847 (chkapiN): New label.
1848
4134dd15
JR
18492008-02-11 Jason Rumney <jasonr@gnu.org>
1850
1851 * makefile.w32-in: Remove unidata-gen related rules.
1852
65366573
EZ
18532008-02-09 Eli Zaretskii <eliz@gnu.org>
1854
1855 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
1856
f1cefe09
JR
18572008-02-11 Jason Rumney <jasonr@gnu.org>
1858
1859 * addpm.c (add_registry): Add an App Paths registry key.
1860 Look for GTK and add it to the DLL search path for Emacs if found.
1861
f01e03d3
JB
18622008-02-05 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * configure.bat: In help, use generic names for the image libraries.
1865
880a5954
JB
18662008-02-04 Juanma Barranquero <lekktu@gmail.com>
1867
1868 * .cvsignore: Don't ignore .arch-inventory.
1869
680d641f
JR
18702008-02-03 Jason Rumney <jasonr@gnu.org>
1871
1872 * configure.bat: Make gcc the default compiler.
1873
ef764ddd
EZ
18742008-02-02 Eli Zaretskii <eliz@gnu.org>
1875
e344bebe
JB
1876 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
1877 Ignore return status.
f0c58e10 1878
a392138f 1879 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
2dbe4d71
DM
1880 it out of the way of Windows generated file.
1881 Generate admin/unidata/makefile.
a392138f 1882
ef764ddd
EZ
1883 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
1884 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
1885 (unidatagen-clean-SH): New targets.
1886 (bootstrap-nmake): Invoke unidatagen-nmake.
1887 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
1888
9303f985 18892008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
1890
1891 * configure.bat (withfont): Set sep1 after modifying usercflags.
1892
9303f985 18932008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
1894
1895 * configure.bat: Rename --with-font-backend to --enable-font-backend
1896 for consistency with other platforms.
1897
9303f985 18982008-02-01 Jason Rumney <jasonr@gnu.org>
aca7a3d2
MB
1899
1900 * configure.bat: Add --with-font-backend option.
1901
cf32108e
JR
19022008-01-20 Jason Rumney <jasonr@gnu.org>
1903
1904 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
1905 permissions to NTFS ACLs.
1906
880820fe 19072007-11-01 Jan Djärv <jan.h.d@swipnet.se>
91b96a04
JD
1908
1909 * config.nt: Remove HAVE_X11R5.
1910
5eaf5ed9
JR
19112007-10-22 Jason Rumney <jasonr@gnu.org>
1912
1913 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
1914 (strings.h, stdlib.h): Conditionally include.
1915 (w32_abort): Declare here.
1916 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
1917
059d1e66
JR
19182007-10-20 Jason Rumney <jasonr@gnu.org>
1919
1920 * makefile.w32-in (info-nmake): Change into correct directories.
1921
6d005ee7
EZ
19222007-10-20 Eli Zaretskii <eliz@gnu.org>
1923
3a1ebd63
EZ
1924 * configure.bat (docflags, doldflags): New variables.
1925 (genmakefiles): Use them to work around problems with whitespace
1926 in arguments of the `if' command.
6d005ee7 1927
65d306e2
JR
19282007-10-18 Jason Rumney <jasonr@gnu.org>
1929
1930 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
1931
fc2554aa
JR
19322007-09-27 Jason Rumney <jasonr@gnu.org>
1933
1934 * gmake.defs (COMCTL32): New system library.
1935
1936 * nmake.defs (COMCTL32): New system library.
1937
4f449725
GM
19382007-09-06 Glenn Morris <rgm@gnu.org>
1939
56d727ff 1940 * configure.bat:
52397249
JB
1941 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
1942 Change from ../man to ../doc/emacs and ../doc/misc; and from
1943 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
4f449725 1944
e93ca076
GM
19452007-08-29 Glenn Morris <rgm@gnu.org>
1946
1947 * emacs.rc: Increase version to 23.0.50.
1948
e344bebe 19492007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
8aa7d70f
JR
1950
1951 * makefile.w32-in (bootstrap-nmake): Change directories once more.
1952
cacc7b51
GM
19532007-07-25 Glenn Morris <rgm@gnu.org>
1954
1955 * Relicense all FSF files to GPLv3 or later.
1956
1957 * COPYING: Switch to GPLv3.
1958
ed7c1a5c
EZ
19592007-07-16 Eli Zaretskii <eliz@gnu.org>
1960
1961 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
1962 Depend on cmdproxy.
1963 (cleanall): Don't delete *~.
1964
5412a7f3
JR
19652007-07-15 Jason Rumney <jasonr@gnu.org>
1966
1967 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
1968 be fully supported.
1969
a2dcccd9
JR
19702007-07-14 Jason Rumney <jasonr@gnu.org>
1971
1972 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
1973 of winsock.h.
1974
a71f59c1
JR
19752007-07-11 Jason Rumney <jasonr@gnu.org>
1976
1977 * gmake.defs (OLE32): New library to link.
1978
1979 * nmake.defs (OLE32): Likewise.
1980
ad1597ce
JR
19812007-06-25 Jason Rumney <jasonr@gnu.org>
1982
1983 * cmdproxy.c (main): Set console codepages to "ANSI".
1984
32154d10
JR
19852007-06-20 Jason Rumney <jasonr@gnu.org>
1986
1987 * configure.bat: Complain if image libraries are missing.
1988
6dbd2549
JR
19892007-06-15 Jason Rumney <jasonr@gnu.org>
1990
1991 * emacs.manifest: New file.
1992
1993 * emacs.rc: Use it.
1994
7dfc4cda
CY
19952007-06-02 Chong Yidong <cyd@stupidchicken.com>
1996
1997 * Version 22.1 released.
1998
c2970555
EZ
19992007-05-22 Eli Zaretskii <eliz@gnu.org>
2000
2001 * INSTALL: Add information about where to find GDB, and warn
2002 against --no-debug option to configure.bat.
2003
8add2b1a
EZ
20042007-05-19 Eli Zaretskii <eliz@gnu.org>
2005
2006 * INSTALL: Fix URL of EmacsW32 site where building with image
2007 support is described.
2008
07016031
GM
20092007-04-26 Glenn Morris <rgm@gnu.org>
2010
2011 * emacs.rc: Increase version to 22.1.50.
2012
5a842fda
EZ
20132007-03-31 Eli Zaretskii <eliz@gnu.org>
2014
2015 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
2016
029e4603
RS
20172007-03-09 Richard Stallman <rms@gnu.org>
2018
2019 * INSTALL: Say explicitly this is not for Cygwin.
2020
309c91ff
EZ
20212007-03-03 Eli Zaretskii <eliz@gnu.org>
2022
c01949d3 2023 * INSTALL: Add URL of another site with detailed build instructions.
309c91ff 2024
c14693e3
GM
20252007-02-16 Glenn Morris <rgm@gnu.org>
2026
2027 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
2028 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
2029 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
2030 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
c01949d3
JB
2031 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
2032 Restore all but two of icons deleted in previous change.
c14693e3 2033
bd5f26aa
CY
20342007-02-13 Chong Yidong <cyd@stupidchicken.com>
2035
2036 * icons/README: New file.
2037
2038 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
2039 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
2040 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
8e127f99 2041 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
bd5f26aa 2042 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
c01949d3
JB
2043 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
2044 Unused icons deleted.
bd5f26aa 2045
57a64408
JB
20462007-01-31 Juanma Barranquero <lekktu@gmail.com>
2047
2048 * configure.bat: Update ../site-lisp/subdirs.el when needed.
2049
4799aa91
JB
20502007-01-30 Juanma Barranquero <lekktu@gmail.com>
2051
2052 * subdirs.el: Add "no-byte-compile: t" local variable.
2053
ac65c01c
JR
20542007-01-10 Jason Rumney <jasonr@gnu.org>
2055
2056 * README: Update URLs and advice about reporting bugs.
2057
2db771b7
JR
20582006-12-29 Jason Rumney <jasonr@gnu.org>
2059
2060 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
2061 DEBUG_LINK.
c01949d3 2062 (DEBUG_LINK): Remove -debugtype:both.
2db771b7 2063
bbc34249
EZ
20642006-12-27 Eli Zaretskii <eliz@gnu.org>
2065
2066 * INSTALL: Update table of supported Make ports. Show "make -j"
2067 command that is known to work.
2068
2069 * configure.bat: Update table of supported Make ports.
2070
ed1281ec
EZ
20712006-12-24 Eli Zaretskii <eliz@gnu.org>
2072
2073 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
2074 only in implicit rules. Use literal "emacs.rc" instead.
2075
d572c005
EZ
20762006-12-23 Eli Zaretskii <eliz@gnu.org>
2077
fa1f0a88
EZ
2078 * gmake.defs: Export XMFLAGS.
2079
2dbe4d71
DM
2080 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
2081 Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
d572c005 2082
b47342e3
EZ
20832006-12-22 Eli Zaretskii <eliz@gnu.org>
2084
c52bf8c3
EZ
2085 * INSTALL: Explain how to invoke GNU Make for parallel builds.
2086
5e059fc1
EZ
2087 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
2088 command-line argument to sub-Make in src, since src/makefile.w32-in
2089 invokes Make recursively during bootstrap.
f278d4a6 2090 (clean): Delete stamp_BLD.
6808dce1 2091 (bootstrap): Make `all' explicitly in a recursive Make.
5e059fc1 2092
b47342e3
EZ
2093 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
2094 stamp_BLD after creating the $(BLD) directory.
2095
2096 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
2097 stamp_BLD after creating the $(BLD) directory.
2098
2099 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
2100 (preprep, $(TRES), runemacs)
2101 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
2102 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2103 Depend on stamp_BLD instead of on $(BLD).
2104 (XMFLAGS): New macro.
2105 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
2106 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
2107 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
2108 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
2109
6148a044
EZ
21102006-12-20 Eli Zaretskii <eliz@gnu.org>
2111
2112 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
2113 $(ALL_DEPS).
b47342e3
EZ
2114 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
2115 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
2116 New dependency on $(BLD).
6148a044
EZ
2117 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
2118 (bootstrap-gmake): Depend on addsection.
2119
4da0d3f7
JB
21202006-10-29 Juanma Barranquero <lekktu@gmail.com>
2121
2122 * runemacs.c (WinMain): Process all recognized arguments, not just
2123 the first one. Remove unused variable sec_desc.
2124
8f59d602
EZ
21252006-09-24 Eli Zaretskii <eliz@gnu.org>
2126
2127 * config.nt (HAVE_LANGINFO_CODESET): Define.
2128
2129 * inc/langinfo.h: New file.
2130
2131 * inc/nl_types.h: New file.
2132
45a2056c
JB
21332006-09-15 Jay Belanger <belanger@truman.edu>
2134
2135 * COPYING: Replace "Library Public License" by "Lesser Public
2136 License" throughout.
2137
ac70d20b
JR
21382006-07-27 Jason Rumney <jasonr@gnu.org>
2139
2140 * INSTALL: Add notes about Cygwin make to impatient section.
2141
3d80c941
EZ
21422006-06-02 Eli Zaretskii <eliz@gnu.org>
2143
2144 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
2145 known to work.
2146
335be36b
JR
21472006-03-12 Jason Rumney <jasonr@gnu.org>
2148
ebe98f49
JR
2149 * addpm.c (add_registry): Don't change the registry unless keys
2150 already exist from a previous version.
2151
92cc46af
JR
2152 * makefile.w32-in (install): Use -q when invoking addpm.
2153
335be36b
JR
2154 * addpm.c (main): Accept -q as alternative for /q.
2155
f71d8cff
JR
21562006-03-11 Jason Rumney <jasonr@gnu.org>
2157
2158 * runemacs.c (WinMain): Set screen buffer to 80x25.
2159
94e7daf7
EZ
21602005-12-24 Eli Zaretskii <eliz@gnu.org>
2161
2162 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
2163 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
2164
9ea74bfb
EZ
21652005-12-09 Eli Zaretskii <eliz@gnu.org>
2166
2167 * INSTALL: Add explanation of how to debug with GDB starting from
2168 the Emacs Abort dialog.
2169
d73d22ed
CY
21702005-11-26 Chong Yidong <cyd@stupidchicken.com>
2171
2172 * emacs.rc: Use new icons.
2173
07908aec
EZ
21742005-11-26 Eli Zaretskii <eliz@gnu.org>
2175
2176 * emacs21.ico: Renamed from emacs.ico.
2177 * emacs.ico: New icons from Andrew Zhilin
2178 <andrew_zhilin@yahoo.com>.
2179
ed326e35
EZ
21802005-09-10 Eli Zaretskii <eliz@gnu.org>
2181
2182 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
2183
df76c589
JB
21842005-08-10 Juanma Barranquero <lekktu@gmail.com>
2185
2186 * .cvsignore: Add `obj' and `oo' for in-place installations.
2187
43e124e6
EZ
21882005-07-30 Eli Zaretskii <eliz@gnu.org>
2189
4da0d3f7 2190 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
43e124e6 2191
5dac5615
JB
21922005-07-29 Juanma Barranquero <lekktu@gmail.com>
2193
2194 * configure.bat: Don't create lisp/Makefile.unix.
2195
c638055f
JB
21962005-07-28 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * .cvsignore: Add `makefile' and `config.log'.
2199
9eff9fe3
PE
22002005-07-26 Paul Eggert <eggert@cs.ucla.edu>
2201
2202 Merge gnulib getopt implementation into Emacs.
2203
2204 * inc/gettext.h: Remove; no longer needed now that
2205 lib-src/gettext.h exists.
2206
9ebc3953
EZ
22072005-07-16 Eli Zaretskii <eliz@gnu.org>
2208
2209 * configure.bat: Finish config.log with a line that indicates that
2210 the configure step was successful.
2211
a0ec7a4a
LK
22122005-07-04 Lute Kamstra <lute@gnu.org>
2213
2214 Update FSF's address in GPL notices.
2215
5bc753e8
EZ
22162005-06-11 Eli Zaretskii <eliz@gnu.org>
2217
099a3eea
EZ
2218 * configure.bat: If their fc.exe returns a meaningful exit status,
2219 don't overwrite src/config.h and src/epaths.h with identical
2220 copies.
2221
591cbed1
EZ
2222 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
2223 changes. Add a pointer to another site with detailed configure
2224 and build instructions. Suggest to look at config.log when
2225 configure fails. Add MinGW Make 3.80 to the list of successful
2226 combinations.
2227
5bc753e8
EZ
2228 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
2229 "-mcpu=i686".
2230
099a3eea 2231 * configure.bat: Update copyright years.
5bc753e8
EZ
2232 Delete config.log before doing anything else.
2233 Write additional diagnostics to config.log in case of failures to
2234 compile test programs, including the failed test program itself.
2235 Add a test for support of -mtune=pentium4 switch to GCC; if it is
2236 supported, set up MCPU_FLAG variable on the various Makefiles to
2237 use that switch during compilations. (This avoids GCC warning
2238 about -mcpu being deprecated.)
2239
d2fcf769
EZ
22402005-06-10 Eli Zaretskii <eliz@gnu.org>
2241
2242 * addsection.c (copy_executable_and_add_section): Pass non-zero
2243 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
2244 environment. Print section names with %.8s.
2245 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
2246 only if non-zero. All callers changed.
2247
a0c38328
EZ
22482005-06-05 Eli Zaretskii <eliz@gnu.org>
2249
2250 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
75f1671a 2251 `const void *', for consistency with POSIX.
a0c38328 2252
1a8fb426
EZ
22532005-06-04 Eli Zaretskii <eliz@gnu.org>
2254
2255 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
2256
bd7bdff8
JB
22572005-05-24 Juanma Barranquero <lekktu@gmail.com>
2258
2259 * INSTALL: Add more pointers to ports of Unix tools to Windows,
2260 and to the Emacs Wiki (which contains building instructions for
2261 Windows). Reword image library instructions and remove obsolete
2262 incompatibility information.
2263
007d105b
TTN
22642005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
2265
2266 * config.nt (HAVE_PWD_H): Undef.
2267
0b0dea7b
JB
22682004-06-07 Juanma Barranquero <lektu@terra.es>
2269
2270 * INSTALL: Clarify paragraph about compatibility between image
2271 libraries and builds of Emacs with several compilers.
2272
33d786f9
JB
22732004-06-06 Juanma Barranquero <lektu@terra.es>
2274
73dfa0bf
JB
2275 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
2276 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
10d1d0af 2277 calling non-existent cmdproxy.exe on bootstrapping after a
73dfa0bf
JB
2278 previous install followed by realclean.
2279
33d786f9
JB
2280 * nmake.defs: Add quote in comment to resync font-locking.
2281
3dfbc6d8
JB
22822004-06-04 Juanma Barranquero <lektu@terra.es>
2283
2284 * INSTALL: Reword the section on image support. Add reference to
2285 GnuWin32. Mention problems when mixing binaries from different
2286 compilers.
2287
112dc8e1
JR
22882004-05-06 Jason Rumney <jasonr@gnu.org>
2289
2290 * configure.bat: Use -mno-cygwin to check for image libraries
2291 when needed.
2292
5eb3d2a5
JR
22932004-05-03 Jason Rumney <jasonr@gnu.org>
2294
238add5e
JR
2295 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
2296 * makefile.def: Remove.
2297
133ef3d3 2298 * nmake.defs (SYS_LDFLAGS): Add -nologo.
238add5e 2299
5eb3d2a5
JR
2300 * makefile.w32-in (info-gmake, info-nmake): New targets.
2301 (info): Use them.
2302
e9419bd4
JB
23032004-04-23 Juanma Barranquero <lektu@terra.es>
2304
2305 * nmake.defs:
2306 * gmake.defs:
d814862a 2307 * makefile.w32-in:
e9419bd4
JB
2308 * makefile.def:
2309 * makefile.nt: Add "-*- makefile -*-" mode tag.
2310
1e3c9713
JR
23112004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
2312
133ef3d3 2313 * runemacs.c (WinMain): Let Emacs environment default to parent.
1e3c9713 2314
2f0c11a1
JR
23152004-03-11 Jason Rumney <jasonr@gnu.org>
2316
2317 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
2318
134d9671
JB
23192004-03-10 Juanma Barranquero <lektu@terra.es>
2320
2321 * makefile.w32-in (install): Don't try to copy
2322 ../lib-src/fns-*.el, as it isn't used anymore.
2323
d57625a0
JR
23242004-01-28 Peter Runestig <peter@runestig.com>
2325
2326 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
2327
5ea32beb
MB
23282003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
2329
2330 * .cvsignore: Add `.arch-inventory'.
2331
d57625a0 23322003-11-22 Lars Hansen <larsh@math.ku.dk>
930a9995 2333
133ef3d3 2334 * inc/grp.h: New file.
930a9995 2335
d57625a0 23362003-09-03 Peter Runestig <peter@runestig.com>
fd026ee1
JR
2337
2338 * configure.bat: Create ``makefile'' in directories man, lispref
2339 and lispintro.
2340
2341 * makefile.w32-in (force-info, info): New targets.
2342
2343 * envadd.bat: New file.
2344
2345 * multi-install-info.bat: New file.
2346
880820fe 23472003-06-27 Jan Djärv <jan.h.d@swipnet.se>
aa287913
JD
2348
2349 * config.nt (my_strftime): New define.
2350
5d54d177
JR
23512003-02-01 Jason Rumney <jasonr@gnu.org>
2352
2353 * configure.bat: Automatically detect libXpm.
2354 Suppress compiler output when testing for image libraries.
2355 Give names of un-found libraries in messages.
2356
53b37591
JB
23572003-01-31 Juanma Barranquero <lektu@terra.es>
2358
fe929957 2359 * configure.bat: Automatically detect giflib and tifflib.
53b37591 2360
fbd852af
JR
23612003-01-29 Jason Rumney <jasonr@gnu.org>
2362
2363 * gmake.defs (CURDIR): Disable cygpath kludge.
2364
50ca1c55
JB
23652003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
2366
2367 * configure.bat: Avoid endless loop when configuring without image
2368 support.
2369
28908312
JR
23702003-01-26 Jason Rumney <jasonr@gnu.org>
2371
2372 * configure.bat: Automatically detect jpeglib.
2373
c262430d
JR
23742003-01-25 Jason Rumney <jasonr@gnu.org>
2375
2376 * configure.bat: Automatically detect libpng.
2377
53b37591 23782003-01-21 Jason Rumney <jasonr@gnu.org>
ac6e47ef
JR
2379
2380 * icons/hand.cur: New file.
2381
53b37591 23822003-01-21 David Ponce <david@dponce.com>
ac6e47ef
JR
2383
2384 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
2385
38018ad3
AI
23862003-01-15 Andrew Innes <andrewi@gnu.org>
2387
2388 * gmake.defs (CURDIR): Convert to native Windows format (with
2389 forward slashes), to support building with Cygwin builds of make.
2390
4c11103a
JB
23912002-11-17 Ben Key <BKey1@tampabay.rr.com>
2392
2393 * nmake.defs:
f60ae425
BK
2394 * gmake.defs: Made changes so that Emacs would link with
2395 WinMM.lib. This change was required for my addition of a Windows
2396 compatible implementation of play-sound-internal.
2397
4c11103a 23982002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
b0a1b9bb 2399
4c11103a 2400 * emacs.rc: Version updated to 21.3.50.
b0a1b9bb 2401
960f21ae
JR
24022002-06-13 Jason Rumney <jasonr@gnu.org>
2403
2404 * addpm.c (env_vars): Remove EMACSLOCKDIR.
2405
2406 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
2407 (maybe-bootstrap-SH): New targets.
2408 (all): Depend on maybe-bootstrap.
2409
933af497
JR
24102002-05-03 Jason Rumney <jasonr@gnu.org>
2411
2412 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
2413 (sys_getpeername, fcntl): Declare as wrappers.
2414
dc728514
JB
24152002-04-10 Juanma Barranquero <lektu@terra.es>
2416
2417 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
2418 after compiling .el files.
2419
3be38152
JR
24202002-03-20 Jason Rumney <jasonr@gnu.org>
2421
2422 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
2423 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
2424
d1ef18f2
KS
24252002-03-19 Kim F. Storm <storm@cua.dk>
2426
2427 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
2428 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
2429 (HAVE_SYS_UN_H): Undef.
2430 From David Ponce <dponce@voila.fr>.
2431
73792b51
JR
24322002-03-13 Jason Rumney <jasonr@gnu.org>
2433
2434 * config.nt (STRFTIME_NO_POSIX2): Define.
2435
f7b9d4d1
JR
24362002-02-18 Jason Rumney <jasonr@gnu.org>
2437
2438 * emacs.rc: Define VS_VERSION_INFO if not already.
2439 Update version info.
2440
98cf1bb5
AI
24412002-01-04 Andrew Innes <andrewi@gnu.org>
2442
2443 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2444 pick up relevant bits of the Windows API definitions.
2445
2446 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
2447 pick up relevant bits of the Windows API definitions.
2448
0e4435be
AI
24492001-12-14 Andrew Innes <andrewi@gnu.org>
2450
2451 * makefile.w32-in (bootstrap): Build addsection program before
2452 bootstrap (required for post-processing temacs.exe).
2453
880820fe 24542001-12-08 Pavel Janík <Pavel@Janik.cz>
03f9f7ae
PJ
2455
2456 * COPYING: New file.
2457
493faf20
AI
24582001-12-03 Andrew Innes <andrewi@gnu.org>
2459
2460 * makefile.w32-in (bootstrap-nmake):
2461 (bootstrap-gmake): Extend bootstrap process to first do
2462 bootstrap-clean in lisp dir and rebuild the DOC file.
2463 (bootstrap): Do a "normal" make after the bootstrap work.
2464
fc813ef6
JR
24652001-11-20 Jason Rumney <jasonr@gnu.org>
2466
2467 * INSTALL: Update table of versions of make that are suitable
2468 for building Emacs, based on recent feedback.
2469
133ef3d3 2470 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
fc813ef6 2471
72431058
AI
24722001-11-19 Andrew Innes <andrewi@gnu.org>
2473
2474 * ftime-nostartup.bat: New file.
2475
2476 * ftime.bat: Don't include libc.lib for profiling - the profiler
2477 corrupts part of memcpy.
2478
eec004b0
JR
24792001-11-17 Jason Rumney <jasonr@gnu.org>
2480
2481 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
2482 expansion. From Juanma Barranquero <lektu@terra.es>.
2483
71431a0e
GM
24842001-10-20 Gerd Moellmann <gerd@gnu.org>
2485
6aa97356 2486 * (Version 21.1 released.)
71431a0e 2487
967d7793
AI
24882001-10-12 Andrew Innes <andrewi@gnu.org>
2489
2490 * inc/pwd.h (uid_t, gid_t): New typedefs.
2491
ab952a4f
GM
24922001-10-05 Gerd Moellmann <gerd@gnu.org>
2493
2494 * Branch for 21.1.
85b2f69e 2495
33d69478
EZ
24962001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2497
2498 * README: Update the address of the mailing list and subscription
2499 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
2500
05b24487
EZ
25012001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
2502
2503 * INSTALL: Suggest to avoid using WinZip.
c49e491a
EZ
2504
2505 * configure.bat: Make sure ../site-lisp exists; create if necessary.
2506
3762e7d0
EZ
25072001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
2508
2509 * INSTALL: Mention that "make install" can be "nmake install".
2510
83536c16
EZ
25112001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
2512
2513 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
2514 since some versions of `mkdir' don't automatically create parent
2515 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
2516
f466241d
EZ
25172001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
2518
2519 * subdirs.el: New file.
2520
2521 * configure.bat: Copy subdirs.el to the site-lisp directory.
2522
2523 * makefile.w32-in (install): Copy subdirs.el to the installation
2524 directory.
2525
0ac7bf6c
JR
25262001-06-20 Jason Rumney <jasonr@gnu.org>
2527
2528 * runemacs.c (WinMain): Add quotes around command in case of spaces.
2529
ec57454f
AI
25302001-06-01 Andrew Innes <andrewi@gnu.org>
2531
2532 * gmake.defs (sh_output): Don't use $(warning ...) to output
2533 messages, since that is not supported by GNU make 3.77.
2534
263f7134
JR
25352001-05-24 Jason Rumney <jasonr@gnu.org>
2536
2537 * INSTALL: Clarify that building with MSVC requires nmake.
2538
fbdbf318
AI
25392001-05-17 Andrew Innes <andrewi@gnu.org>
2540
2541 * gmake.defs (NEW_CYGWIN): Output message about spurious error
2542 message that is to be ignored.
2543
4b994b84
AI
25442001-05-13 Andrew Innes <andrewi@gnu.org>
2545
2546 * TODO: Remove file, since it is completely out of date.
2547
2548 * README: Add copyright notice.
2549
2550 * INSTALL: Add copyright notice.
2551
e8918aee
EZ
25522001-04-18 Andrew Innes <andrewi@gnu.org>
2553
2554 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
2555 the environment.
2556
2557 * gmake.defs (SETLOADPATH): Remove definition.
2558 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
2559 environment.
2560
25612001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
2562
2563 * configure.bat: Make the checkw32api* labels be distinct in the
4da0d3f7 2564 first 8 characters.
e8918aee
EZ
2565
25662001-03-17 Andrew Innes <andrewi@gnu.org>
2567
2568 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
2569 escaped quotes.
2570
2571 * gmake.defs (DEBUG_LINK): New macro.
2572 (LINK_FLAGS): Use it.
2573
2574 * nmake.defs (DEBUG_LINK): New macro.
2575 (LINK_FLAGS): Use it.
2576
25772001-03-06 Andrew Innes <andrewi@gnu.org>
2578
2579 * INSTALL: Add --ldflags to configure line for building with
2580 recent versions of Cygwin GCC.
2581
53b37591 25822001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
e8918aee
EZ
2583
2584 * configure.bat: Use correct options when compiling a test program
2585 with Cygwin. From David Ponce <dponce@voila.fr>.
2586
25872001-02-24 Andrew Innes <andrewi@gnu.org>
2588
2589 * _emacs: Remove obsolete file.
2590
2591 * emacs.bat.in: Remove obsolete file.
2592
2593 * debug.bat.in: Remove obsolete file.
2594
2595 * inc/sys/socket.h: Add copyright notice.
2596
2597 * paths.h: Add copyright notice.
2598
2599 * makefile.nt: Update copyright notice.
2600
2601 * makefile.def: Update copyright notice.
2602
2603 * configure.bat: Update copyright notice.
2604
2605 * nmake.defs: Add copyright notice.
2606
2607 * gmake.defs: Add copyright notice.
2608
2609 * makefile.w32-in: Add copyright notice.
2610
26112001-02-05 Andrew Innes <andrewi@gnu.org>
2612
2613 * nmake.defs (THISDIR): New definition.
2614
2615 * gmake.defs (THISDIR): New definition.
2616
26172001-02-03 Andrew Innes <andrewi@gnu.org>
2618
2619 * configure.bat: Leave a space before >> only when there is a
2620 preceding digit. Add a comment about the importance of this.
2621
2622 * README: Replace outdated information.
2623
2624 * INSTALL (Trouble-shooting): Add note about need to specify extra
2625 compiler flags with recent Cygwin ports of gcc.
2626
26272001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
2628
2629 * configure.bat: Use "rm -f" instead of "del /f", as the latter
2630 is not supported by Windows 9X's COMMAND.COM.
2631
26322001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2633
10d1d0af 2634 * configure.bat: Make sure redirection is preceded by a blank, to
e8918aee
EZ
2635 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
2636 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
2637
26382001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
2639
2640 * INSTALL: Copy the table of tested combinations of development
10d1d0af 2641 tools from configure.bat. Add suggestion to install Bash on
e8918aee
EZ
2642 Windows 9X.
2643
2644 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
2645 lisp/Makefile.in instead. Use "rm -f" where more than one file
2646 needs to be deleted, since command.com in Windows 9X doesn't grok
2647 more than one argument.
2648
26492001-01-24 Andrew Innes <andrewi@gnu.org>
2650
85b2f69e 2651 * makefile.w32-in (cleanall-other-dirs-nmake):
e8918aee
EZ
2652 (cleanall-other-dirs-gmake): New targets.
2653 (cleanall): Invoke them.
2654
26552001-01-19 Andrew Innes <andrewi@gnu.org>
2656
2657 * addpm.c (env_vars): Add a version-independent site-lisp
2658 directory to EMACSLOADPATH, after the version dependent one.
2659
26602001-01-06 Andrew Innes <andrewi@gnu.org>
2661
2662 * README: Update info about compilers.
2663
2664 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
2dbe4d71
DM
2665 select correct rule for invoking make in another directory.
2666 Amend rules accordingly.
e8918aee
EZ
2667 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
2668
2669 * nmake.defs (EMACS_ICON_PATH): Delete definition.
2670 (COMPILER_TEMP_FILES): New definition.
2671 (MAKETYPE): New definition.
2672
2673 * gmake.defs (EMACS_ICON_PATH): Delete definition.
2674 (COMPILER_TEMP_FILES): New definition.
2675 (MAKETYPE): New definition.
2676
2677 * makefile.def (EMACS_ICON_PATH): Delete definition.
2678
2679 * configure.bat: Be careful not to add trailing spaces when
2680 outputting to config.settings.
2681
26822001-01-02 Andrew Innes <andrewi@gnu.org>
2683
2684 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
2685 than the function.
2686
26872000-12-17 Andrew Innes <andrewi@gnu.org>
2688
2689 * makefile.w32-in (install): Copy directories to the correct
2690 places.
2691 (real_install): Remove obsolete target.
2692
26932000-12-06 Andrew Innes <andrewi@gnu.org>
2694
2695 * nmake.defs (CURDIR): New define.
2696 (INSTALL_DIR): Use it.
2697
2698 * gmake.defs (NEW_CYGWIN): New define.
2699 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
2700 so we need to adjust how we escape embedded quotes.
2701 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
2702 relative to $(CURDIR).
2703
27042000-11-25 Jason Rumney <jasonr@gnu.org>
2705
2706 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
2707
27082000-10-17 Andrew Innes <andrewi@gnu.org>
2709
2710 * makefile.w32-in (recompile): New target to recompile lisp
2711 directory.
2712 (recompile-CMD, recompile-SH): New support targets.
2713
27142000-09-24 Jason Rumney <jasonr@gnu.org>
2715
2716 * config.nt (NO_RETURN): Define it.
2717
27182000-09-17 Andrew Innes <andrewi@gnu.org>
2719
2720 * gmake.defs: Revert to Unix line endings.
2721
2722 * nmake.defs: Revert to Unix line endings.
2723
27242000-09-16 Andrew Innes <andrewi@gnu.org>
2725
2726 * gmake.defs (SETLOADPATH): Change definition to work from any
2727 subdirectory.
2728
27292000-09-14 Andrew Innes <andrewi@gnu.org>
2730
2731 * makefile.w32-in: Revert to Unix line endings.
2732
27332000-09-14 Andrew Innes <andrewi@gnu.org>
2734
2735 * INSTALL: Add note about expected error messages when configure
2736 is run.
2737
2738 * configure.bat: Simplify the generation of makefiles (don't need
2739 to generate various top-level targets that invoke make in other
2740 directories).
2741
2742 * gmake.defs (SHELLTYPE): New define.
2743 (SETLOADPATH): New define.
2744
2745 * nmake.defs (SHELLTYPE): New define.
2746
2747 * makefile.w32-in: Standardize indentation somewhat.
2748 Add bootstrap support.
2749 Pass $(MFLAGS) when invoking make recursively.
2750 Add shell-specific variants of top-level targets that invoke make
2751 recursively in other directories, and add necessary computed
2752 dependencies.
2753
27542000-09-03 Andrew Innes <andrewi@gnu.org>
2755
2756 * makefile.w32-in: Change to DOS line endings.
2757
2758 * configure.bat: Change to DOS line endings.
2759
2760 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2761 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2762
2763 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2764 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2765
2766 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2767 -D_ANONYMOUS_STRUCT on compile line.
2768 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
2769 (ARCH_CFLAGS): Change optimization flags to -O2.
2770 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2771 (ARGQUOTE, DQUOTE): New defines.
2772
2773 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2774 -D_ANONYMOUS_STRUCT on compile line.
2775 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2776 (ARGQUOTE, DQUOTE): New defines.
2777
27782000-08-22 Andrew Innes <andrewi@gnu.org>
2779
2780 * configure.bat: New file.
2781
2782 * gmake.defs: New file.
2783
2784 * nmake.defs: New file.
2785
2786 * makefile.w32-in: New file.
2787
2788 * INSTALL: Rewrite to match new configure process.
2789
2790 * config.nt [WINDOWSNT]: Don't declare getenv.
2791 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
2792
2793 * addpm.c (main): Accept /q to mean install based on addpm's
2794 location without asking. Remove reference to emacs.bat which is
2795 now obsolete.
2796
2797 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
2798
2799 * paths.h: Use forward slash as directory separator in all path
2800 definitions.
2801 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2802
2803 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
2804
2805 * runemacs.c: Remove WIN32 define.
2806
2807 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
2808 not defined.
2809
2810 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
2811 (fd_set): Define to new name, after including winsock.h, so we can
2812 provide our own implementation.
2813
28142000-07-05 Andrew Innes <andrewi@gnu.org>
2815
2816 * ebuild.bat: Add support for specifying make arguments.
2817
2818 * makefile.nt: Add support for `bootstrap' and related targets.
2819
28202000-06-11 Jason Rumney <jasonr@gnu.org>
2821
2822 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2823
28242000-02-06 Andrew Innes <andrewi@gnu.org>
2825
2826 * inc/sys/time.h: Add inclusion protection.
2827
2828 * makefile.def (SYS_LDFLAGS): Add -nologo.
2829
28301999-11-22 Andrew Innes <andrewi@gnu.org>
2831
2832 * install.bat: Pass on command line arguments to make.
2833
c01949d3 2834 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
e8918aee
EZ
2835
28361999-11-21 Andrew Innes <andrewi@gnu.org>
2837
2838 * makefile.nt (all): Build leim if present.
2839 (install): Install leim if present.
2840 (clean): Clean leim if present.
2841
2842 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
2843 definition.
2844
2845 * emacs.bat.in (EMACSLOADPATH): Include leim.
2846
e8918aee
EZ
28471999-07-12 Richard Stallman <rms@gnu.org>
2848
2849 * Version 20.4 released.
2850
28511999-06-16 Andrew Innes <andrewi@gnu.org>
2852
2853 * emacs.rc: Use an icon with a transparent background, to be in
2854 keeping with other applications.
2855
28561999-06-03 Andrew Innes <andrewi@gnu.org>
2857
2858 * preprep.c: Fix typo.
2859
28601999-05-02 Andrew Innes <andrewi@gnu.org>
2861
2862 * config.h: Remove obsolete file.
2863
2864 * preprep.c (copy_executable_and_move_sections): Ifdef out a
2865 couple of unused switch cases that aren't defined on all
2866 platforms.
2867
2868 * ftime.bat: Add another variation of the profile command, which
2869 only profiles extended commands.
2870
28711999-03-31 Geoff Voelker <voelker@cs.washington.edu>
2872
2873 * cmdproxy.c (main): Fix parens.
2874
28751999-03-25 Andrew Innes <andrewi@gnu.org>
2876
2877 * cmdproxy.c (main): Call GetShortPathName to normalize program
2878 names for comparison.
2879
28801999-03-05 Geoff Voelker <voelker@cs.washington.edu>
2881
2882 * makefile.def: Compile multiple .c files when possible.
2883 Use BLD instead of assuming i386.
2884 * makefile.nt: Remove common multiple file compilation commands.
2885
28861999-03-04 Geoff Voelker <voelker@cs.washington.edu>
2887
2888 * cmdproxy.c (main): Add missing parens.
2889
28901999-02-20 Andrew Innes <andrewi@gnu.org>
2891
2892 * preprep.c: New program to allow dumped image to be profiled.
2893
2894 * makefile.nt (preprep): New target.
2895 (ALL): Build it.
2896
2897 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
2898
2899 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
2900 Change prep options to profile libc functions and skip the startup
2901 code.
2902
29031999-02-15 Geoff Voelker <voelker@cs.washington.edu>
2904
2905 * makefile.nt: Create installation directory as first step.
2906
29071999-01-31 Andrew Innes <andrewi@gnu.org>
2908
2dbe4d71 2909 * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
e8918aee
EZ
2910 ROUND_UP_DST. Zeroes the alignment slop.
2911 (copy_executable_and_add_section): Update the
2912 SizeOfHeaders field properly.
2913
29141999-01-27 Andrew Innes <andrewi@gnu.org>
2915
2916 * makefile.nt: Do make version comparison as strings.
2917
29181999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
2919
2920 * runemacs.c (WinMain): Pass explicit environment block to
2921 CreateProcess, to work around a bug in Windows 95/98.
2922
29231999-01-22 Geoff Voelker <voelker@cs.washington.edu>
2924
2925 * icons: New directory with Davenport's icons.
134d9671 2926 * icons/sink.ico: Renamed from emacs.ico.
e8918aee
EZ
2927
2928 * makefile.nt (install, fast_install): Install Windows icons
2929 into etc/icons.
2930
2931 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
2932
29331999-01-17 Andrew Innes <andrewi@gnu.org>
2934
52397249 2935 * makefile.nt (ALL): List top-level targets.
e8918aee
EZ
2936 (addsection): New top-level target.
2937 (install): Copy fns-*.el to bin directory.
2938
2939 * addsection.c: New program to add static heap section to
2940 temacs.exe after linking, in support of new unexec method.
2941
29421998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
2943
2944 * cmdproxy.c (spawn): Pass directory for child as parameter.
2945 (main): Save startup directory to give to spawn, then change
2946 directory to location of .exe in order not to prevent startup
2947 directory from being deleted.
2948
29491998-12-08 Geoff Voelker <voelker@cs.washington.edu>
2950
b0b19974 2951 * makefile.nt: Do string comparison of _NMAKE_VER.
e8918aee
EZ
2952
29531998-12-02 Geoff Voelker <voelker@cs.washington.edu>
2954
2955 * config.nt (LOCALTIME_CACHE): Define.
2956
29571998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
2958
2959 * install.bat: Convert to DOS format.
2960
29611998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
2962
2963 * cmdproxy.c (main): Set environment size only when running
2964 command.com.
2965
53b37591 29661998-11-03 Theodore Jump <tjump@tertius.com>
e8918aee
EZ
2967
2968 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
2969 (DEL_TREE): Use rd instead of rmdir.
2970 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
2971 * makefile.nt: Compile multiple source files when possible.
85b2f69e 2972
e8918aee
EZ
29731998-10-05 Geoff Voelker <voelker@cs.washington.edu>
2974
2975 * cmdproxy.c (main): Treat command line options as case-insensitive.
2976
29771998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2978
2979 * Version 20.3 released.
2980
29811998-07-20 Geoff Voelker <voelker@cs.washington.edu>
2982
2983 * addpm.c (main): Explicitly check result of message box for OK.
2984
29851998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
2986
2987 * inc/sys/file.h (D_OK): Define new macro.
2988
29891998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
2990
2991 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
2992
29931998-05-30 Geoff Voelker <voelker@cs.washington.edu>
2994
2995 * emacs.rc (VS_VERSION_INFO): Define.
2996
29971998-04-23 Geoff Voelker <voelker@cs.washington.edu>
2998
2999 * makefile.nt (emacs.bat, debug.bat): Create them in the
3000 installation directory.
3001
30021998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
3003
3004 * ddeclient.c: New file. (Support program for performing limited
e580a741 3005 interprocess communication on Windows.)
e8918aee
EZ
3006
3007 * makefile.nt: Build ddeclient.
3008
3009 * cmdproxy.c (main): Only set environment size for real shell, and
e580a741 3010 provide extra directory argument, when running on Windows 95.
85b2f69e 3011
e8918aee
EZ
30121998-04-17 Geoff Voelker <voelker@cs.washington.edu>
3013
3014 * cmdproxy.c (fail): Exit with a negative return value.
3015 (spawn): Return subprocess return code as an argument.
3016 Explicitly copy environment block.
3017 (main): Update to use return value argument with spawn.
3018 Retry if spawn failed when a subshell was not tried.
3019
3020 * config.nt: Include new macros from src/config.in.
3021 (GNU_MALLOC, REL_ALLOC): Define.
3022 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
3023 (RE_TRANSLATE): Use char_table_translate.
3024
3025 * makefile.def (CP_DIR): Preserve attributes.
3026
3027 * makefile.nt (clean): Delete patch generated files, optimized
3028 build directory.
3029
30301997-10-01 Geoff Voelker <voelker@cs.washington.edu>
3031
3032 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
3033
30341997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3035
3036 * Version 20.2 released.
3037
30381997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3039
3040 * Version 20.1 released.
3041
30421997-09-11 Geoff Voelker <voelker@cs.washington.edu>
3043
3044 * debug.bat.in: New file.
3045 * makefile.nt (debug.bat): New target.
3046
30471997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
3048
3049 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
3050 Quote group name. Allow different icons to be specified.
3051
3052 * cmdproxy.c (get_env_size): New function.
3053 (spawn): Explicitly pass in environment when creating subprocess.
10d1d0af 3054 (main): Cleanup error messages.
e8918aee
EZ
3055 Specify dynamically sized environment block for real shell.
3056 Pass on unhandled switches to real shell.
3057 Quote program name.
3058
85b2f69e 3059 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
e8918aee 3060 directory.
85b2f69e 3061 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
e8918aee
EZ
3062
3063 * runemacs.c (WinMain): Allow Emacs process to be started with
e580a741 3064 high or low priority.
e8918aee
EZ
3065
3066 * emacs.bat.in: Remove OS dependent operations.
85b2f69e 3067
e8918aee
EZ
30681997-09-02 Geoff Voelker <voelker@cs.washington.edu>
3069
3070 * addpm.c (env_vars): No longer set INFOPATH.
3071
3072 * cmdproxy.c (get_next_token): Null terminate token returned.
3073
3074 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
3075
30761997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
3077
3078 * addpm.c (env_vars): Set SHELL to cmdproxy.
3079 (main): Initialize idDde to 0.
3080 Determine emacs_path from module file name.
3081 Prompt for install.
3082
3083 * makefile.def (MSVCNT11): Conditionally define it.
3084 (BASE_LIBS): Do not use oldnames.lib.
3085 (SYS_LDFLAGS): Use pdb files.
3086 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
3087 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
3088 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
3089
3090 * makefile.nt (ALL): Build cmdproxy.
3091 (cmdproxy): New target.
3092 (install): Install cmdproxy.
3093
3094 * ftime.bat, debug.bat, cmdproxy.c: New files.
3095
30961997-07-10 Geoff Voelker <voelker@cs.washington.edu>
3097
52397249 3098 * inc/sys/socket.h (shutdown): Define.
e8918aee
EZ
3099 (sys_shutdown): Export.
3100
31011997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3102
3103 * config.nt (RE_TRANSLATE): Copy definition from config.in.
3104
31051997-07-01 Geoff Voelker <voelker@cs.washington.edu>
3106
3107 * config.nt: Update file comments.
3108 Update undefs added/removed in src/config.in.
3109
31101997-06-19 Geoff Voelker <voelker@cs.washington.edu>
3111
c6c863df 3112 * makefile.def, emacs.bat.in: Use windows95 and windowsnt instead
e8918aee
EZ
3113 of win95 and winnt, respectively.
3114
31151997-01-04 Geoff Voelker <voelker@cs.washington.edu>
3116
3117 * makefile.nt (real_install): Create site-lisp in installation dir.
3118 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
3119 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
3120
e8918aee
EZ
31211996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3122
3123 * Version 19.33 released.
3124
31251996-08-09 Geoff Voelker <voelker@cs.washington.edu>
3126
3127 * runemacs.c (WinMain): Put a space between the binary and its args.
3128
31291996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
3130
3131 * Version 19.32 released.
3132
31331996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
3134
3135 * makefile.nt (clean): Use OBJDIR macro.
3136
31371996-06-03 Kim F. Storm <kfs@olicom.dk>
3138
e580a741 3139 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
e8918aee
EZ
3140 Not defined by default.
3141 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
3142 (WinMain): Convert backslashes to slashes in env var values.
3143
e580a741 3144 * addpm.c (env_vars): Use slashes, not backslashes.
e8918aee
EZ
3145
31461996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
3147
3148 * Version 19.31 released.
3149
31501996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
3151
3152 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
3153 undo settings afterwards.
3154
31551996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
3156
3157 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
e580a741 3158 environment variable.
e8918aee 3159
53b37591 31601996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
3161
3162 * install.bat: Allow for optimized build.
3163 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
3164 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
3165
53b37591 31661996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
e8918aee
EZ
3167
3168 * addpm.c (REG_ROOT): Don't use a trailing backslash.
3169 (env_vars): Rename field emacs_path to emacs_dir.
3170 (main): Add link to runemacs instead of emacs.
3171
3172 * install.bat: Check if INSTALL_DIR is passed as an argument.
3173
3174 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
3175
3176 * makefile.nt: Build and install runemacs.exe.
3177
3178 * runemacs.c: New file.
3179
3180 * config.w95: File removed.
3181
3182 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
3183 inc/sys/socket.h, inc/sys/time.h: New header files.
3184
3185 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
85b2f69e 3186
e8918aee
EZ
31871996-03-27 Geoff Voelker <voelker@cs.washington.edu>
3188
3189 * makefile.def (DEL): Defined.
3190 (DEL_TREE) [win95]: Defined.
3191 (SYS_LDFLAGS): Set executable versions to 3.10.
85b2f69e 3192
e8918aee
EZ
3193 * makefile.nt: Change uses of del to $(DEL).
3194
31951996-01-17 Erik Naggum <erik@naggum.no>
3196
3197 * All files: Update FSF's address in comment preamble.
3198
31991996-01-03 George V. Reilly <georger@microcrafts.com>
3200
3201 * emacs.ico: Now the proverbial kitchen sink icon.
3202
32031995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3204
3205 * Version 19.30 released.
3206
32071995-11-22 Geoff Voelker <voelker@cs.washington.edu>
3208
3209 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
3210
3211 * makefile.nt (install, fast_install, real_install, clean):
b46a6a83 3212 Don't use switches to del not supported by Windows 95.
e8918aee
EZ
3213
32141995-11-07 Kevin Gallo <kgallo@microsoft.com>
3215
3216 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
3217 (install, fast_install): Change same-dir test to create test file in
3218 installation tree and thereby support read-only shares.
3219 (clean): Remove .pdb files.
3220
3221 * makefile.def (NTGUI): New macro.
3222 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
3223
3224 * config.nt, config.w95: Update to latest src/config.in.
3225
3226 * addpm.c (env_vars): New variable.
3227 (add_registry): New procedure.
3228 (main): Use values of configuration environment variables from
3229 the registry if defined, the process environment otherwise.
3230
32311995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3232
3233 * Version 19.29 released.
3234
3235 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
3236
32371995-06-13 Geoff Voelker <voelker@cs.washington.edu>
3238
3239 * makefile.nt: Define .c to .obj suffix rule.
3240 (addpm.obj): Compile directly, use CFLAGS.
3241 (addpm.exe): Link from addpm.obj.
85b2f69e 3242
e8918aee
EZ
3243 * makefile.def (MSVCNT11): Defined.
3244 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
3245 (CFLAGS_COMMON): Defined.
3246 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
85b2f69e 3247
e8918aee
EZ
32481995-06-09 Geoff Voelker <voelker@cs.washington.edu>
3249
134d9671 3250 * emacs.bat.in: Renamed from emacs.bat.
2dbe4d71 3251 (emacs_dir): Rename from emacs_path.
e8918aee
EZ
3252 Definition removed.
3253
3254 * addpm.c: New file.
52397249 3255 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
e8918aee
EZ
3256 (all): Depend upon $(BLD) and $(ALL).
3257 (install): Depend upon emacs.bat.
3258 Create program item for Emacs.
3259 (clean): Delete obj.
3260 (emacs.bat): Defined.
52397249 3261 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
e8918aee
EZ
3262
32631995-05-27 Geoff Voelker <voelker@cs.washington.edu>
3264
3265 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
b46a6a83 3266 Add carriage returns; necessary for batch files on Windows 95.
e8918aee
EZ
3267
32681995-05-25 Geoff Voelker <voelker@cs.washington.edu>
3269
3270 * config.w95: Created.
3271 * config.h: Changed to config.nt.
85b2f69e 3272
e8918aee 3273 * makefile.nt (SUBDIRS): Commented out.
52397249
JB
3274 (all, install, clean): Expand for-loops.
3275 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
e8918aee 3276
52397249 3277 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
e8918aee 3278 (ARCH): New definition.
52397249
JB
3279 (CPU, CONFIG_H, OS_TYPE): Defined.
3280 (INCLUDE, LIB): Checked if valid.
e8918aee 3281 (ntwin32.mak): Included.
52397249
JB
3282 (AR, CC, LINK): New definition.
3283 (ADVAPI32, libc, BASE_LIBS): Defined.
e8918aee
EZ
3284 (SYS_LDFLAGS): New definition.
3285 Update comments and preprocessor conditionals.
3286
3287 * emacs.bat (SHELL): Conditionally defined.
3288 (HOME): Conditionally defined.
52397249 3289 (emacs_path, HOME): Update comments.
e8918aee
EZ
3290 Turn off all echo.
3291
32921995-05-09 Geoff Voelker <voelker@cs.washington.edu>
3293
c6c863df
GM
3294 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc:
3295 * fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h:
3296 * inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h:
3297 * inc/sys/param.h: Removed carriage-returns.
e8918aee
EZ
3298
32991995-05-06 Geoff Voelker <voelker@cs.washington.edu>
3300
3301 * makefile.def (CVTRES): Defined.
3302
3303 * emacs.ico, emacs.rc: New files by Kevin Gallo.
3304
33051995-04-10 Geoff Voelker <voelker@cs.washington.edu>
3306
d967cd18 3307 * src/config.h, src/paths.h: Moved to parent dir, src/ removed.
e8918aee
EZ
3308
33091995-04-09 Geoff Voelker <voelker@cs.washington.edu>
3310
2dbe4d71 3311 * makefile.def (INSTALL_DIR): Change to generic directory.
e8918aee
EZ
3312
3313 * emacs.bat: Added arguments when emacs.exe invoked.
3314
3315 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
3316
e580a741 33171994-12-13 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
3318
3319 * makefile.def (CC): In configuration section.
3320 (COMPAT_LIB): Defined.
3321
e580a741 33221994-11-01 Geoff Voelker <voelker@cs.washington.edu>
e8918aee
EZ
3323
3324 * src/paths.h: New file.
3325
3326 * src/config.h: New file.
3327
3328 * inc/pwd.h: New file.
3329
3330 * inc/sys/dir.h: New file.
3331
3332 * inc/sys/file.h: New file.
3333
3334 * inc/sys/ioctl.h: New file.
3335
3336 * inc/sys/param.h: New file.
3337
3338 * todo: New file.
3339
88c71720 3340 * README: New file.
e8918aee
EZ
3341
3342 * makefile.nt: New file.
3343
e580a741 3344 * makefile.def: New file.
85b2f69e 3345
e580a741 3346 * install.cmd: New file.
e8918aee 3347
e580a741 3348 * INSTALL: New file.
e8918aee 3349
e580a741 3350 * fast-install.cmd: New file.
e8918aee
EZ
3351
3352 * emacs.cmd: New file.
3353
3354 * ebuild.cmd: New file.
3355
3356 * _emacs: New file.
3357
3358;; Local Variables:
880820fe 3359;; coding: utf-8
33462dfa 3360;; add-log-time-zone-rule: t
e8918aee 3361;; End:
2a34a036 3362
ba318903 3363 Copyright (C) 1995-1999, 2001-2014 Free Software Foundation, Inc.
7f6d64f8
GM
3364
3365 This file is part of GNU Emacs.
3366
eef0be9e 3367 GNU Emacs is free software: you can redistribute it and/or modify
7f6d64f8 3368 it under the terms of the GNU General Public License as published by
eef0be9e
GM
3369 the Free Software Foundation, either version 3 of the License, or
3370 (at your option) any later version.
7f6d64f8
GM
3371
3372 GNU Emacs is distributed in the hope that it will be useful,
3373 but WITHOUT ANY WARRANTY; without even the implied warranty of
3374 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3375 GNU General Public License for more details.
3376
3377 You should have received a copy of the GNU General Public License
eef0be9e 3378 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.