]> code.delx.au - gnu-emacs/blob - nt/ChangeLog
Yet more fixes for bug #12878 with MSVC build.
[gnu-emacs] / nt / ChangeLog
1 2012-11-20 Eli Zaretskii <eliz@gnu.org>
2
3 * inc/stdint.h (INTPTR_MIN): Define for MSVC.
4
5 2012-11-19 Eli Zaretskii <eliz@gnu.org>
6
7 * inc/stdint.h (PTRDIFF_MIN) [!__GNUC__]: Define for MSVC.
8
9 2012-11-01 Eli Zaretskii <eliz@gnu.org>
10
11 * inc/unistd.h (setpgid, getpgrp): Provide prototypes. (Bug#12776)
12
13 * config.nt (GETPGRP_VOID): Define to 1.
14
15 2012-10-24 Juanma Barranquero <lekktu@gmail.com>
16
17 * config.nt: Sync with autogen/config.in.
18
19 2012-10-17 Eli Zaretskii <eliz@gnu.org>
20
21 * inc/pwd.h (getuid, geteuid): Add prototypes.
22
23 * inc/ms-w32.h (sys_wait, _getpid, gmtgime_r, localtime_r)
24 (signal_handler, sys_signal, sigemptyset, sigfillset, sigprocmask)
25 (pthread_sigmask, sigismember, setpgrp, sigaction, alarm)
26 (sys_kill, getpagesize): Add prototypes for emulated functions.
27
28 * inc/grp.h (getgid, getegid): Add prototypes.
29
30 * gmake.defs (DEBUG_CFLAGS) [NOOPT]: Add -std=gnu99.
31
32 * configure.bat (chkapiN): Avoid compiler warning in junk.c when
33 compiling with -std=gnu99.
34
35 * config.nt (CHECK_LISP_OBJECT_TYPE): Don't undef, so that it
36 could be used via --cflags switch to configure.bat.
37
38 2012-10-08 Juanma Barranquero <lekktu@gmail.com>
39
40 * config.nt: Sync with autogen/config.in.
41 (HAVE_NTGUI): New macro.
42
43 2012-10-02 Eli Zaretskii <eliz@gnu.org>
44
45 * preprep.c (RVA_TO_PTR): Cast the result to 'void *', to avoid
46 compiler warnings when using the value.
47
48 2012-10-01 Eli Zaretskii <eliz@gnu.org>
49
50 * preprep.c (RVA_TO_PTR): Use 'unsigned char *' instead of
51 'void *', for pointer arithmetics.
52 (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET): Enclose all
53 macro arguments in parentheses.
54
55 2012-09-30 Eli Zaretskii <eliz@gnu.org>
56
57 * makefile.w32-in ($(TRES)): Use $(EMACS_MANIFEST).
58
59 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr>
60
61 * inc/sys/socket.h: Don't map Winsock error codes to standard ones
62 that are already defined.
63
64 * inc/ms-w32.h (EMACS_INT, EMACS_UINT, EMACS_INT_MAX, PRIuMAX)
65 (pI, _INTPTR) [_MSC_VER]: Fix definitions for MSVC.
66 [_MSC_VER]: Add pragmas to suppress some MSVC warnings.
67
68 * preprep.c (pfnCheckSumMappedFile, rva_to_section)
69 (offset_to_section, relocate_offset, OFFSET_TO_RVA)
70 (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
71 (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
72 (copy_executable_and_move_sections, ADJUST_IMPORT_RVA, main):
73 Use DWORD_PTR instead of DWORD for compatibility with x64.
74
75 * nmake.defs: Support AMD64.
76 (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST): New macros.
77
78 * gmake.defs (EMACS_HEAPSIZE, EMACS_PURESIZE, EMACS_MANIFEST):
79 New macros.
80
81 * addsection.c (pfnCheckSumMappedFile, rva_to_section)
82 (offset_to_section, relocate_offset, OFFSET_TO_RVA)
83 (RVA_TO_OFFSET, RVA_TO_SECTION_OFFSET, PTR_TO_RVA)
84 (OFFSET_TO_PTR, ROUND_UP, ROUND_DOWN)
85 (copy_executable_and_add_section, main): Use DWORD_PTR instead of
86 DWORD, for compatibility with x64.
87
88 * emacs-x64.manifest: New file.
89
90 * emacs-x86.manifest: Renamed from emacs.manifest.
91
92 2012-09-30 Eli Zaretskii <eliz@gnu.org>
93
94 * inc/sys/time.h (ITIMER_REAL, ITIMER_PROF): Define.
95 (struct itimerval): Define.
96 (getitimer, setitimer): Add prototypes.
97
98 * inc/ms-w32.h <sigset_t> [_MSVC_VER]: Make the typedef consistent
99 with MinGW.
100 (SA_RESTART, SIGPROF): Define.
101
102 * config.nt (HAVE_SETITIMER): Define to 1.
103
104 2012-09-30 Juanma Barranquero <lekktu@gmail.com>
105
106 * config.nt: Sync with autogen/config.in.
107
108 2012-09-29 Juanma Barranquero <lekktu@gmail.com>
109
110 * config.nt: Sync with autogen/config.in.
111 (HAVE_TIMER_SETTIME): New macro.
112
113 2012-09-23 Eli Zaretskii <eliz@gnu.org>
114
115 * inc/ms-w32.h (emacs_raise): Redefine to invoke emacs_abort.
116
117 2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
118
119 Simplify and avoid signal-handling races (Bug#12471).
120 * inc/ms-w32.h (emacs_raise): New macro.
121
122 2012-09-18 Eli Zaretskii <eliz@gnu.org>
123
124 * configure.bat: Include stddef.h before gif_lib.h, to have size_t
125 defined, as needed by giflib-5.0.0. (Bug#12464)
126
127 2012-09-17 Juanma Barranquero <lekktu@gmail.com>
128
129 * config.nt: Sync with autogen/config.in.
130 (BROKEN_SA_RESTART, SYNC_INPUT): Remove.
131
132 2012-09-17 Glenn Morris <rgm@gnu.org>
133
134 * config.nt (COPYRIGHT): New.
135
136 2012-09-15 Paul Eggert <eggert@cs.ucla.edu>
137
138 Port _setjmp fix to POSIXish hosts as well as Microsoft.
139 * config.nt: Attempt to sync with autogen/config.in.
140 (HAVE_SIGSETJMP, HAVE__SETJMP): New macros.
141 (_longjmp, _setjmp): Remove.
142
143 2012-09-14 Juanma Barranquero <lekktu@gmail.com>
144
145 * config.nt: Sync with autogen/config.in.
146 (BROKEN_FIONREAD, BROKEN_SIGAIO, BROKEN_SIGIO, BROKEN_SIGPOLL)
147 (BROKEN_SIGPTY, HAVE_CBRT, HAVE_LOGB, NO_TERMIO): Remove.
148 (USABLE_FIONREAD, USABLE_SIGIO): New macros.
149
150 2012-09-10 Juanma Barranquero <lekktu@gmail.com>
151
152 * config.nt: Sync with autogen/config.in.
153 (FLOAT_CHECK_DOMAIN, HAVE_FMOD, HAVE_FREXP)
154 (HAVE_INVERSE_HYPERBOLIC, NO_MATHERR): Remove.
155
156 2012-09-08 Eli Zaretskii <eliz@gnu.org>
157
158 * configure.bat <use_extensions>: Don't leave it set in the
159 environment when the script exits.
160
161 2012-09-07 Juanma Barranquero <lekktu@gmail.com>
162
163 * config.nt: Sync with autogen/config.in.
164 (NO_ABORT, SIGNAL_H_AHB): Remove.
165
166 2012-09-07 Eli Zaretskii <eliz@gnu.org>
167
168 * inc/ms-w32.h (struct sigaction): Declare sa_handler __cdecl.
169
170 2012-09-05 Juanma Barranquero <lekktu@gmail.com>
171
172 * config.nt: Sync with autogen/config.in.
173
174 2012-09-04 Paul Eggert <eggert@cs.ucla.edu>
175
176 Simplify redefinition of 'abort' (Bug#12316).
177 * inc/ms-w32.h (w32_abort) [HAVE_NTGUI]: Remove.
178
179 2012-09-02 Juanma Barranquero <lekktu@gmail.com>
180
181 * config.nt: Sync with autogen/config.in.
182 (HAVE_EXECINFO_H, TERM_HEADER): New macros.
183
184 2012-09-01 Daniel Colascione <dancol@dancol.org>
185
186 * inc/ms-w32.h (TERM_HEADER): Add for refactoring
187
188 2012-08-22 Juanma Barranquero <lekktu@gmail.com>
189
190 * config.nt: Sync with autogen/config.in.
191
192 2012-08-17 Juanma Barranquero <lekktu@gmail.com>
193
194 * config.nt: Sync with autogen/config.in.
195 (HAVE_POSIX_OPENPT): New macro.
196
197 2012-08-14 Juanma Barranquero <lekktu@gmail.com>
198
199 * config.nt: Sync with autogen/config.in.
200 (_GL_INLINE_HEADER_BEGIN): Update.
201
202 2012-08-10 Glenn Morris <rgm@gnu.org>
203
204 * config.nt (DIRECTORY_SEP): Move here from src/lisp.h.
205
206 2012-08-07 Juanma Barranquero <lekktu@gmail.com>
207
208 * config.nt: Sync with autogen/config.in.
209 (BROKEN_GETWD, DISPNEW_NEEDS_STDIO_EXT): New macros.
210 (PENDING_OUTPUT_COUNT): Move definition to inc/ms-w32.h.
211
212 * inc/ms-w32.h (PENDING_OUTPUT_COUNT): Define.
213
214 2012-08-06 Glenn Morris <rgm@gnu.org>
215
216 * config.nt (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
217 (PENDING_OUTPUT_COUNT): Define it as dispnew.c used to.
218
219 2012-08-04 Eli Zaretskii <eliz@gnu.org>
220
221 * paths.h (PATH_LOADSEARCH, PATH_SITELOADSEARCH, PATH_EXEC)
222 (PATH_DATA, PATH_DOC): Replace dummy directory names with
223 directories relative to %emacs_dir%.
224 (PATH_EXEC): Add lib-src/oo-spd/i386 and lib-src/oo/i386, to cater
225 to the use case of running un-installed Emacs.
226
227 2012-08-03 Juanma Barranquero <lekktu@gmail.com>
228
229 * config.nt: Sync with autogen/config.in.
230 (DOS_NT, MSDOS): New macros.
231 (WRETCODE, wait3): Remove.
232
233 * inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
234
235 2012-08-03 Eli Zaretskii <eliz@gnu.org>
236
237 * inc/sys/stat.h (S_IFLNK): Define.
238 (S_ISLNK): A non-trivial definition.
239 (lstat): Prototype instead of a macro that redirects to 'stat'.
240
241 2012-08-02 Paul Eggert <eggert@cs.ucla.edu>
242
243 Use C99-style 'extern inline' if available.
244 * config.nt: Sync with autogen/config.in.
245 (_GL_INLINE, _GL_EXTERN_INLINE, _GL_INLINE_HEADER_BEGIN)
246 (_GL_INLINE_HEADER_END): New macros.
247
248 2012-08-02 Glenn Morris <rgm@gnu.org>
249
250 * inc/ms-w32.h: Move here from ../src/s.
251 * config.nt (config_opsysfile): Change to <ms-w32.h>.
252
253 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
254
255 * config.nt: Sync with autogen/config.in.
256 (DEVICE_SEP, FLOAT_CHECK_DOMAIN, HAVE_INVERSE_HYPERBOLIC)
257 (INTERNAL_TERMINAL, IS_ANY_SEP, IS_DEVICE_SEP, IS_DIRECTORY_SEP):
258 New macros.
259
260 2012-08-01 Juanma Barranquero <lekktu@gmail.com>
261
262 * config.nt: Sync with autogen/config.in.
263 Remove code moved to conf_post.h and include <conf_post.h>
264 (NULL_DEVICE, SEPCHAR, SIGNAL_H_AHB, TIOCSIGSEND, USER_FULL_NAME)
265 (USG5_4, WRETCODE, _longjmp, _setjmp, wait3): New macros.
266
267 2012-07-29 Juanma Barranquero <lekktu@gmail.com>
268
269 * config.nt: Sync with autogen/config.in.
270 (HAVE_ENVIRON_DECL): New macro.
271
272 2012-07-29 Eli Zaretskii <eliz@gnu.org>
273
274 * inc/stdalign.h (_Alignas, alignas): Define.
275
276 2012-07-28 Paul Eggert <eggert@cs.ucla.edu>
277
278 Use Gnulib stdalign module (Bug#9772, Bug#9960).
279 * config.nt (HAVE_ATTRIBUTE_ALIGNED): Remove.
280
281 2012-07-14 Juanma Barranquero <lekktu@gmail.com>
282
283 * config.nt: Sync with autogen/config.in.
284 (GC_MARK_SECONDARY_STACK, GC_MARK_STACK, GC_SETJMP_WORKS)
285 (SETUP_SLAVE_PTY): New macros.
286
287 2012-07-13 Juanma Barranquero <lekktu@gmail.com>
288
289 * config.nt: Sync with autogen/config.in.
290 (BROKEN_FIONREAD, BROKEN_GET_CURRENT_DIR_NAME)
291 (BROKEN_PTY_READ_AFTER_EAGAIN, BROKEN_SIGAIO, BROKEN_SIGPOLL)
292 (BROKEN_SIGPTY, BSD4_2, BSD_SYSTEM, BSD_SYSTEM_AHB, CYGWIN, DARWIN_OS)
293 (FIRST_PTY_LETTER, GNU_LINUX, G_SLICE_ALWAYS_MALLOC, HAVE_PTYS)
294 (HAVE_SOCKETS, HPUX, INTERRUPT_INPUT, IRIX6_5, NARROWPROTO, NO_ABORT)
295 (NO_EDITRES, NSIG_MINIMUM, PREFER_VSUSP, PTY_ITERATION)
296 (PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF, RUN_TIME_REMAP)
297 (SETPGRP_RELEASES_CTTY, SOLARIS2, TAB3, TABDLY, ULIMIT_BREAK_VALUE)
298 (UNIX98_PTYS, USG, USG5, XOS_NEEDS_TIME_H, _AIX): New macros.
299 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE___BUILTIN_UNWIND_INIT):
300 Set in src/s/ms-w32.h, not here.
301
302 2012-07-11 Juanma Barranquero <lekktu@gmail.com>
303
304 * config.nt: Sync with autogen/config.in.
305 (CLASH_DETECTION, DEFAULT_SOUND_DEVICE, DONT_REOPEN_PTY)
306 (GNU_LIBRARY_PENDING_OUTPUT_COUNT, SIGNALS_VIA_CHARACTERS): New macros.
307 (HAVE_MKDIR, HAVE_RENAME, HAVE_RMDIR, HAVE_STRERROR): Remove.
308
309 2012-07-10 Juanma Barranquero <lekktu@gmail.com>
310
311 * config.nt: Sync with autogen/config.in.
312
313 2012-07-09 Paul Eggert <eggert@cs.ucla.edu>
314
315 * config.nt (ATTRIBUTE_CONST): Add, to sync with configure.ac.
316
317 2012-07-09 Juanma Barranquero <lekktu@gmail.com>
318
319 * config.nt: Sync with autogen/config.in.
320
321 2012-07-07 Juanma Barranquero <lekktu@gmail.com>
322
323 * config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
324
325 2012-07-06 Juanma Barranquero <lekktu@gmail.com>
326 Eli Zaretskii <eliz@gnu.org>
327
328 * config.nt: Complete rework to bring it in sync with autogen/config.in.
329 All Windows-specific code moved to src/s/ms-w32.h.
330
331 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
332 Eli Zaretskii <eliz@gnu.org>
333
334 * configure.bat (enablechecking): Enable checks through src/config.h,
335 not the compiler's command line.
336
337 * nmake.defs (CHECKING_CFLAGS): Remove.
338 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
339
340 * gmake.defs (DEBUG_CFLAGS): Add -fno-crossjumping.
341 (CHECKING_CFLAGS): Remove.
342 (CFLAGS, ESC_CFLAGS): Do not include $(CHECKING_CFLAGS).
343
344 2012-07-04 Juanma Barranquero <lekktu@gmail.com>
345
346 * config.nt (LISP_FLOAT_TYPE, HAVE_XFREE386, USE_TEXT_PROPERTIES)
347 (GSSAPI, HAVE_LIBINTL, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI)
348 (HAVE_GSSAPI_H, HAVE_LIBXBD, HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET)
349 (HAVE_MEMCMP): Remove, obsolete.
350
351 2012-06-30 Glenn Morris <rgm@gnu.org>
352
353 * paths.h (PATH_SITELOADSEARCH): New.
354
355 2012-06-28 Juanma Barranquero <lekktu@gmail.com>
356
357 * nmake.defs (CHECKING_CFLAGS):
358 * gmake.defs (CHECKING_CFLAGS): Remove XASSERTS.
359
360 2012-06-24 Eli Zaretskii <eliz@gnu.org>
361
362 * config.nt (_Noreturn): Don't reference __SUNPRO_C.
363
364 2012-06-24 Paul Eggert <eggert@cs.ucla.edu>
365
366 Switch from NO_RETURN to C11's _Noreturn (Bug#11750).
367 * config.nt (_Noreturn): New macro.
368 (NO_RETURN): Remove. All uses replaced with _Noreturn.
369 (w32_abort) [HAVE_NTGUI]: Use _Noreturn rather than NO_RETURN.
370
371 2012-06-24 Eli Zaretskii <eliz@gnu.org>
372
373 * inc/sys/time.h (struct timespec): Don't define it here, it is
374 now defined in src/s/ms-w32.h.
375
376 2012-06-23 Eli Zaretskii <eliz@gnu.org>
377
378 Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu.
379 * inc/sys/time.h (struct timespec): Define.
380
381 2012-06-16 Eli Zaretskii <eliz@gnu.org>
382
383 * makefile.w32-in (install-addpm): New target.
384 (dist): Depend on it.
385 (install-shortcuts): Depend on install-addpm instead of copying
386 addpm.exe as part of the recipe. See
387 http://lists.gnu.org/archive/html/emacs-devel/2012-06/msg00171.html
388 for the related problem and discussions.
389
390 2012-06-11 Glenn Morris <rgm@gnu.org>
391
392 * config.nt (SYSTEM_TYPE): Define it.
393
394 2012-05-31 Eli Zaretskii <eliz@gnu.org>
395
396 * configure.bat (genmakefiles): Move the redirection away from the
397 end of the command, to avoid excess whitespace at the end of Make
398 variables created at configure time, and also avoid things like
399 "FOO1>>config.settings", where "1" gets interpreted as the file
400 descriptor and eaten up. This fixes breakage introduced by the
401 last change, without reintroducing the bug fixed by that change.
402
403 2012-05-31 Eli Zaretskii <eliz@gnu.org>
404
405 * nmake.defs (MWINDOWS): Define as
406 "-subsystem:windows -entry:mainCRTStartup". Suggested by Fabrice
407 Popineau <fabrice.popineau@supelec.fr>. (Bug#11405)
408
409 * gmake.defs (MWINDOWS): Define as "-mwindows".
410
411 2012-05-28 Eli Zaretskii <eliz@gnu.org>
412
413 * config.nt (HAVE_SYSINFO): Remove; unused.
414
415 2012-05-27 Eli Zaretskii <eliz@gnu.org>
416
417 * inc/stdalign.h: New file.
418
419 * configure.bat: Ensure a space between %var% expansion and
420 redirection symbol '>', which breaks when %var% ends in a digit,
421 such as 1.
422
423 2012-05-22 Paul Eggert <eggert@cs.ucla.edu>
424
425 Remove src/m/*.
426 * config.nt: Do not include "m/intel386.h"; file was removed.
427 (BITS_PER_CHAR, BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):
428 Move to src/lisp.h.
429 (EMACS_INT_MAX): New macro.
430
431 2012-05-19 Paul Eggert <eggert@cs.ucla.edu>
432
433 * config.nt (HAVE_GETDOMAINNAME, HAVE_XSETWMPROTOCOLS)
434 (HAVE_GETSOCKOPT, HAVE_SETSOCKOPT): Remove; not needed.
435
436 * config.nt (HAVE_FTIME): Remove undef; not needed.
437
438 2012-05-01 Glenn Morris <rgm@gnu.org>
439
440 * config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
441
442 2012-04-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
443
444 * makefile.w32-in: Fix typo (Bug#10261).
445
446 2012-04-10 Eli Zaretskii <eliz@gnu.org>
447
448 * makefile.w32-in (emacs, misc, lispref, lispintro): New targets,
449 each runs makeinfo in its own subdirectory of 'doc'.
450 (info-gmake): Depend on these new targets.
451
452 2012-04-07 Glenn Morris <rgm@gnu.org>
453
454 * config.nt, makefile.w32-in, emacs.rc, emacsclient.rc:
455 Bump version to 24.1.50.
456
457 2012-04-07 Eli Zaretskii <eliz@gnu.org>
458
459 * configure.bat: Support building with libxml2.
460
461 * INSTALL:
462 * README.W32: Add information about libxml2.
463
464 2012-04-07 Eli Zaretskii <eliz@gnu.org>
465
466 * makefile.w32-in: Convert to Unix EOL format.
467 (all): Don't depend on stamp_BLD and on maybe-bootstrap.
468 (all-other-dirs-$(MAKETYPE)): Depend on maybe-bootstrap.
469 (bootstrap-gmake): Invoke the "clean" and build targets in 2
470 separate commands, so they run in that order even under "make -j".
471
472 2012-03-29 Eli Zaretskii <eliz@gnu.org>
473
474 * config.nt: Discourage from defining HAVE_GETCWD.
475
476 2012-03-25 Eli Zaretskii <eliz@gnu.org>
477
478 * makefile.w32-in (install-bin): Don't copy addpm.exe here. Use
479 $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping
480 on other (parallel) Make job's toes.
481 (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'.
482 (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe
483 here.
484 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend
485 on create-tmp-dist-dir.
486
487 * nmake.defs (DIRNAME): New variable.
488 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
489 same-dir.tst.
490
491 * gmake.defs (DIRNAME): New variable.
492 (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of
493 same-dir.tst, to avoid conflicts between several (parallel) Make
494 jobs.
495
496 2012-02-24 Eli Zaretskii <eliz@gnu.org>
497
498 Prevent endless re-spawning of cmdproxy.exe when some of its
499 parent directories have access limitations.
500
501 * cmdproxy.c (main): Bypass conversion of the file name in argv[0]
502 and our own module name to short 8+3 aliases, if the original file
503 names compare equal. If GetShortPathName fails, compare the base
504 names of the two file names, and only re-spawn the command line if
505 the base-name comparison also fails. (Bug#10674)
506
507 2012-02-23 Dani Moncayo <dmoncayo@gmail.com> (tiny change)
508
509 * makefile.w32-in (maybe-copy-distfiles-SH): Fix typo.
510
511 2012-02-06 Christoph Scholtes <cschol2112@googlemail.com>
512
513 * README.W32: Removed specific version information for libXpm
514 included in the binary distribution for maintenance purposes.
515
516 2012-02-05 Christoph Scholtes <cschol2112@googlemail.com>
517
518 * README.W32: Clarification for inclusion in source tarball (bug#9750).
519
520 * gmake.defs (PRAGMA_SYSTEM_HEADER): Add for GCC.
521
522 * nmake.defs (PRAGMA_SYSTEM_HEADER): Add, but ignore with MSVC.
523
524 * makefile.w32-in (maybe-copy-distfiles)
525 (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH)
526 (create-tmp-dist-dir): Add to make --distfiles optional.
527 (dist): Use create-tmp-dist-dir and maybe-copy-distfiles (bug#10261).
528
529 2012-02-04 Eli Zaretskii <eliz@gnu.org>
530
531 * inc/sys/stat.h (_STAT_DEFINED): Define, to prevent redefinitions
532 by other headers.
533
534 2011-11-27 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
535
536 * inc/stdint.h (uint32_t, uint64_t) [_WIN64]: New typedefs.
537 (UINT64_MAX) [_WIN64]: Fix definition.
538 (uintmax_t, intmax_t): Fix definitions.
539
540 * inc/inttypes.h (strtoumax, strtoimax) [!__MINGW32__]:
541 Provide correct definitions.
542
543 * config.nt (HAVE_DECL_STRTOLL): Define.
544 (va_copy) [_WIN64]: Provide a better definition.
545
546 2011-11-25 Juanma Barranquero <lekktu@gmail.com>
547
548 * configure.bat: Fix typos.
549
550 2011-11-25 Eli Zaretskii <eliz@gnu.org>
551
552 * INSTALL: Elaborate on debugging fatal errors.
553
554 2011-11-15 Eli Zaretskii <eliz@gnu.org>
555
556 * README.W32: Update the GTK Windows download URL for libpng.
557
558 2011-11-13 Christoph Scholtes <cschol2112@googlemail.com>
559
560 * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values.
561
562 2011-11-05 Christoph Scholtes <cschol2112@googlemail.com>
563
564 * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX)
565 (UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN, UINT32_MIN, UINT32_MAX)
566 (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
567 (intmax_t, INT64_MAX): Add for MSVC.
568
569 * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
570
571 2011-11-05 Eli Zaretskii <eliz@gnu.org>
572
573 * config.nt (inline) [!__GNUC__]: Define to __inline for MSVC.
574
575 Support MSVC build with newer versions of Visual Studio.
576 * makefile.w32-in (clean-other-dirs-nmake)
577 (distclean-other-dirs-nmake, maintainer-clean-other-dirs-nmake):
578 Update for current structure of doc/ subdirectories.
579
580 * gmake.defs (OBJ0_c, OBJ1_c, OBJ2_c): New variables.
581
582 * INSTALL: Update for newer versions of MSVC.
583
584 2011-11-05 Fabrice Popineau <fabrice.popineau@supelec.fr> (tiny change)
585
586 Support MSVC build with newer versions of Visual Studio.
587 * nmake.defs (USE_CRT_DLL): Define to 1.
588 (libc, EMACS_EXTRA_C_FLAGS, SYS_LDFLAGS, ARCH_CFLAGS): Update values.
589 (D): New variable.
590
591 2011-11-04 Eli Zaretskii <eliz@gnu.org>
592
593 * runemacs.c (ensure_unicows_dll): New function, tries to load
594 UNICOWS.DLL on Windows 9X.
595 (WinMain): If ensure_unicows_dll fails to find UNICOWS.DLL,
596 display a dialog to the effect that Emacs cannot be started.
597 (Bug#8562)
598
599 2011-10-28 Eli Zaretskii <eliz@gnu.org>
600
601 * README.W32: Mention UNICOWS.DLL as prerequisite for running
602 Emacs on Windows 9X.
603
604 2011-10-25 Eli Zaretskii <eliz@gnu.org>
605
606 * makefile.w32-in (dist): Don't put the top-level INSTALL into the
607 distribution. (Bug#9861)
608
609 2011-10-25 Christoph Scholtes <cschol2112@googlemail.com>
610
611 * INSTALL: Update URL for GTK download page.
612
613 2011-10-19 Eli Zaretskii <eliz@gnu.org>
614
615 * config.nt (HAVE_TZNAME, HAVE_DECL_TZNAME): Define.
616 (Bug#9794) (Bug#641)
617
618 2011-09-04 Paul Eggert <eggert@cs.ucla.edu>
619
620 * config.nt (HAVE_SNPRINTF): New macro.
621
622 2011-07-28 Paul Eggert <eggert@cs.ucla.edu>
623
624 Assume freestanding C89 headers, string.h, stdlib.h.
625 * config.nt (HAVE_LIMITS_H, HAVE_STRING_H, HAVE_STDLIB_H)
626 (STDC_HEADERS): Remove.
627 Iinclude string.h, stdlib.h unconditionally.
628
629 2011-06-07 Eli Zaretskii <eliz@gnu.org>
630
631 * inc/stdint.h (INT32_MAX, INT64_MAX, INTPTR_MAX, PTRDIFF_MAX)
632 [!__GNUC__]: New macros.
633
634 2011-05-28 Paul Eggert <eggert@cs.ucla.edu>
635
636 Use 'inline', not 'INLINE'.
637 * config.nt (INLINE): Remove.
638
639 2011-05-17 Eli Zaretskii <eliz@gnu.org>
640
641 * README.W32: Add information about GnuTLS libraries.
642
643 2011-05-09 Eli Zaretskii <eliz@gnu.org>
644
645 * config.nt [_MSC_VER] (va_copy): Replacement for the MS compiler.
646
647 2011-05-07 Ben Key <bkey76@gmail.com>
648
649 * configure.bat: Renamed the fusercflags variable to escusercflags
650 so that the variable name better matches its purpose, to be
651 identical to usercflags with the exception that all quotes are
652 escaped by the \ character.
653
654 Renamed the fuserldflags variable to escuserldflags so that the
655 variable name better matches its purpose, to be identical to
656 userldflags with the exception that all quotes are escaped by
657 the \ character.
658
659 A new ESC_USER_CFLAGS variable is written to config.settings.
660 This variable has the same value as the escusercflags variable.
661
662 * gmake.defs, nmake.defs: Added the variable ESC_CFLAGS.
663 This variable is identical to the CFLAGS variable except that it
664 includes the new ESC_USER_CFLAGS variable instead of USER_CFLAGS.
665
666 These changes, along with some changes to src/makefile.w32-in,
667 are required to extend my earlier fix to add support for
668 --cflags and --ldflags options that include quotes so that it
669 works whether make uses cmd or sh as the shell.
670
671 2011-05-06 Eli Zaretskii <eliz@gnu.org>
672
673 * inc/inttypes.h [!__MINGW32__]: Include stdint.h. Move the
674 definition of uintmax_t from here...
675 * inc/stdint.h (uintmax_t): ...to here.
676 (intptr_t) [!__GNUC__]: New typedef.
677
678 2011-05-06 Paul Eggert <eggert@cs.ucla.edu>
679
680 * config.nt: Prepare to configure 64-bit integers for older compilers.
681 However, temporarily disable this change unless the temporary
682 symbol WIDE_EMACS_INT is defined.
683 (EMACS_INT, BITS_PER_EMACS_INT, pI): Define these if __int64 and
684 "%I64d" work but long long and "%lld" do not.
685
686 2011-05-05 Ben Key <bkey76@gmail.com>
687
688 * configure.bat: Added support for --cflags and --ldflags
689 options that include quotes as long as command extensions are
690 enabled. Specifically when -I, -L, and similar flags are used
691 to specify supplementary include and library directories a
692 directory name that includes spaces may now be used if it is
693 enclosed in quotes.
694
695 * INSTALL: Documented the change to configure.bat.
696
697 2011-05-04 Juanma Barranquero <lekktu@gmail.com>
698
699 * INSTALL: Clarify GnuTLS support.
700
701 2011-04-30 Eli Zaretskii <eliz@gnu.org>
702
703 * config.nt (HAVE_LONG_LONG_INT, HAVE_UNSIGNED_LONG_LONG_INT):
704 Define to 1 for MinGW of MSVC versions >= 1400.
705
706 2011-04-28 Eli Zaretskii <eliz@gnu.org>
707
708 * gmake.defs (ARCH): Fix error message in case of unknown architecture.
709
710 2011-04-27 Eli Zaretskii <eliz@gnu.org>
711
712 * inc/inttypes.h: New file.
713
714 * config.nt (HAVE_DECL_STRTOULL, HAVE_DECL_STRTOUMAX)
715 (HAVE_STRTOULL, HAVE_STRTOUMAX): New macros.
716
717 2011-04-27 Daniel Colascione <dan.colascione@gmail.com>
718
719 * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
720 inside quotation marks and bail out.
721
722 2011-04-26 Daniel Colascione <dan.colascione@gmail.com>
723
724 * cmdproxy.c (try_dequote_cmdline): New function.
725 (main): Use it.
726
727 2011-04-24 Teodor Zlatanov <tzz@lifelogs.com>
728
729 * configure.bat: New options --without-gnutls and --lib, new build
730 variable USER_LIBS, automatically detect GnuTLS. Copies the PNG
731 library setup with trivial modifications.
732 * INSTALL: Add instructions for GnuTLS support.
733 * gmake.defs: Prefix USER_LIBS with -l.
734
735 2011-04-15 Ben Key <bkey76@gmail.com>
736
737 * configure.bat: Modified the code that parses the --cflags and
738 --ldflags options to support parameters that include the =
739 character as long as they are enclosed in quotes.
740 This functionality depends on command extensions. Configure.bat now
741 attempts to enable command extensions and displays a warning
742 message if they could not be enabled. If configure.bat could
743 not enable command extensions the old parsing code is used that
744 does not support parameters that include the = character.
745
746 * INSTALL: Updated the file to describe the new functionality
747 using text provided by Eli Zaretskii.
748
749 2011-04-06 Eli Zaretskii <eliz@gnu.org>
750
751 * config.nt (NO_INLINE, ATTRIBUTE_FORMAT)
752 (ATTRIBUTE_FORMAT_PRINTF): Define, as followup to 2011-04-06T05:19:39Z!eggert@cs.ucla.edu
753 on the trunk on 2011-04-06.
754
755 2011-03-27 Glenn Morris <rgm@gnu.org>
756
757 * config.nt: Remove RETSIGTYPE, SIGTYPE (identical to void).
758
759 2011-03-25 Juanma Barranquero <lekktu@gmail.com>
760
761 * addpm.c (main): Remove unused variable `retval'.
762
763 * preprep.c (main): Remove unused variable `ptr'.
764
765 2011-03-23 Juanma Barranquero <lekktu@gmail.com>
766
767 * cmdproxy.c: Include <ctype.h>.
768 (make_absolute): Remove unused variable `i'.
769
770 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
771
772 * Version 23.3 released.
773
774 2011-02-27 Eli Zaretskii <eliz@gnu.org>
775
776 * inc/unistd.h (readlink, symlink): Declare prototypes.
777
778 2011-02-26 Eli Zaretskii <eliz@gnu.org>
779
780 * config.nt (nlink_t): Define.
781
782 2011-02-21 Christoph Scholtes <cschol2112@gmail.com>
783
784 * inc/stdint.h: New file, to support compilation with tool chains
785 that do not have stdint.h (e.g. MSVC).
786
787 2011-02-21 Eli Zaretskii <eliz@gnu.org>
788
789 * inc/sys/stat.h (S_ISUID, S_ISGID, S_ISVTX, S_IRGRP, S_IROTH)
790 (S_IWGRP, S_IWOTH, S_IXGRP, S_IXOTH, S_ISSOCK, S_ISLNK, S_ISCTG)
791 (S_ISDOOR, S_ISMPB, S_ISMPC, S_ISNWK, S_ISPORT, S_ISWHT)
792 (S_TYPEISMQ, S_TYPEISSEM, S_TYPEISSHM, S_TYPEISTMO): Define.
793 (lstat): Define to stat.
794
795 2011-02-09 Eli Zaretskii <eliz@gnu.org>
796
797 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make the
798 "make-docfile" target in lib-src, before bootstrapping the src
799 directory. Needed since building in src needs to run make-docfile
800 to produce globals.h.
801
802 2011-02-04 Eli Zaretskii <eliz@gnu.org>
803
804 * config.nt (inline) [__GNUC__]: Define (for gnulib).
805
806 2011-01-31 Eli Zaretskii <eliz@gnu.org>
807
808 * config.nt (VERSION): Uncomment definition.
809 (restrict): Define.
810
811 * inc/stdbool.h: New file.
812
813 2011-01-29 Eli Zaretskii <eliz@gnu.org>
814
815 * makefile.w32-in (all-other-dirs-nmake, all-other-dirs-gmake)
816 (bootstrap-nmake, bootstrap-gmake, bootstrap-clean-nmake)
817 (bootstrap-clean-gmake, clean-other-dirs-nmake)
818 (clean-other-dirs-gmake, cleanall-other-dirs-nmake)
819 (cleanall-other-dirs-gmake, distclean-other-dirs-nmake)
820 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
821 (maintainer-clean-other-dirs-gmake): Recurse into ../lib as well.
822 (bootstrap-nmake, bootstrap-gmake): Fix the bootstrap.
823
824 * configure.bat: Create lib/makefile.
825
826 * config.nt (HAVE_MKTIME, BROKEN_MKTIME): Remove.
827 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
828 (HAVE_DECL_LOCALTIME_R, HAVE_WCHAR_T, PACKAGE, VERSION, inline)
829 (_GL_UNUSED, _UNUSED_PARAMETER_): Add definitions, for gnulib.
830
831 2011-01-07 Eli Zaretskii <eliz@gnu.org>
832
833 * config.nt (HAVE___BUILTIN_UNWIND_INIT) [GCC >= 2.8]: Define.
834
835 2011-01-02 Eli Zaretskii <eliz@gnu.org>
836
837 * configure.bat (end): Unset environment variables used by this
838 batch file.
839
840 * INSTALL: Update the information about PNG support libraries.
841 (Bug#7716)
842
843 * README.W32: Update the information about PNG support libraries.
844
845 2010-11-23 Eli Zaretskii <eliz@gnu.org>
846
847 * config.nt (EXTERNALLY_VISIBLE): Define.
848
849 2010-10-13 Juanma Barranquero <lekktu@gmail.com>
850
851 * INSTALL: Refer to `dynamic-library-alist'.
852
853 2010-10-06 Juanma Barranquero <lekktu@gmail.com>
854
855 * INSTALL: Add note about problematic characters passed to configure.
856
857 2010-10-01 Eli Zaretskii <eliz@gnu.org>
858
859 * makefile.w32-in (frc, TAGS, TAGS-gmake, TAGS-nmake): New targets.
860 emacs-src.tags: New file.
861
862 * gmake.defs: Add a comment with a single quote to fix
863 fontification. (Bug#7102)
864
865 2010-09-29 Eli Zaretskii <eliz@gnu.org>
866
867 * configure.bat: Fix the condition for copying paths.h into
868 ../src/epaths.h.
869
870 2010-09-28 Juanma Barranquero <lekktu@gmail.com>
871
872 * addpm.c (entry, add_registry, main):
873 * addsection.c (file_data, open_input_file, open_output_file)
874 (find_section, PTR_TO_OFFSET, copy_executable_and_add_section)
875 (COPY_CHUNK):
876 * cmdproxy.c (vfprintf, fprintf, printf, fail, warn, skip_space)
877 (skip_nonspace, get_next_token, search_dir, make_absolute)
878 (spawn, main):
879 * preprep.c (file_data, open_input_file, open_output_file)
880 (open_inout_file, find_section, PTR_TO_OFFSET, COPY_CHUNK, main):
881 Use const char*.
882
883 * cmdproxy.c (stdin): Don't define, not used.
884 (main): Don't assign remlen after last use.
885
886 2010-09-22 Juanma Barranquero <lekktu@gmail.com>
887
888 * configure.bat: Err out when the argument of --cflags contains
889 invalid characters (check implemented only for GCC). (Bug#6820)
890
891 2010-08-19 Juanma Barranquero <lekktu@gmail.com>
892
893 * addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
894
895 2010-08-12 Jason Rumney <jasonr@gnu.org>
896
897 * addpm.c (add_registry): Set path for runemacs.exe to use.
898
899 2010-08-08 Óscar Fuentes <ofv@wanadoo.es>
900
901 * cmdproxy.c (main): Use _snprintf instead of wsprintf,
902 which has a 1024 char limit on Windows (bug#6647).
903
904 2010-08-02 Juanma Barranquero <lekktu@gmail.com>
905
906 * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
907 Suggested by Dan Nicolaescu <dann@ics.uci.edu>.
908
909 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu>
910
911 * config.nt: Remove code referring to NO_REMAP, unused.
912
913 2010-07-25 Christoph Scholtes <cschol2112@gmail.com>
914
915 Build binary distros on Windows using emacs-VERSION as root dir name.
916
917 * makefile.w32-in: Copy README.W32 to installation directory
918 during `make install'. Remove README.W32 with `distclean' (in
919 case Emacs was installed in place). Use temporary directory to
920 create distribution zip files in `dist' target.
921 * zipdist.bat: Simplify code using temporary directory.
922
923 2010-07-25 Juanma Barranquero <lekktu@gmail.com>
924
925 * runemacs.c (set_user_model_id): Fix prototype.
926
927 2010-07-24 Christoph Scholtes <cschol2112@gmail.com>
928
929 New make target for Windows platform: make dist (bug#6602)
930
931 * INSTALL: Document new dist target and add section about
932 creating binary distributions.
933 * README.W32: Relocate from admin/nt/ directory.
934 * configure.bat: New parameter `--distfiles'.
935 * makefile.w32-in: Add version number, new target `dist'.
936 Add new target `install-shortcuts'.
937 * zipdist.bat: New file; create zipped binary distribution,
938 replaces admin/nt/makedist.bat.
939
940 2010-07-21 Juanma Barranquero <lekktu@gmail.com>
941
942 * INSTALL: Add note about backslashes in Windows paths.
943 Fix typos. Simplify references to Windows versions.
944
945 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
946
947 * addpm.c (add_registry, main):
948 * cmdproxy.c (get_env_size):
949 * ddeclient.c (main):
950 * runemacs.c (set_user_model_id):
951 Convert definitions to standard C.
952
953 2010-07-20 Juanma Barranquero <lekktu@gmail.com>
954
955 * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
956
957 2010-07-18 Juanma Barranquero <lekktu@gmail.com>
958
959 * configure.bat: New option --enable-checking.
960 * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define.
961 (CFLAGS): Include it.
962
963 2010-07-12 Dan Nicolaescu <dann@ics.uci.edu>
964
965 * config.nt (volatile): Remove definition.
966
967 2010-07-07 Andreas Schwab <schwab@linux-m68k.org>
968
969 * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
970 (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
971
972 2010-07-02 Juanma Barranquero <lekktu@gmail.com>
973
974 * config.nt (__P): Remove.
975
976 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu>
977
978 * config.nt: Remove code depending on BSTRING.
979
980 2010-06-03 Glenn Morris <rgm@gnu.org>
981
982 * config.nt: Remove NOT_C_CODE tests, it is always true now.
983
984 2010-05-13 Glenn Morris <rgm@gnu.org>
985
986 * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
987
988 2010-05-07 Chong Yidong <cyd@stupidchicken.com>
989
990 * Version 23.2 released.
991
992 2010-05-04 Glenn Morris <rgm@gnu.org>
993
994 * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
995
996 2010-04-20 Lewis Perin <perin@panix.com> (tiny change)
997
998 * emacs.manifest: Add trustInfo section to Windows manifest.
999
1000 2010-03-10 Chong Yidong <cyd@stupidchicken.com>
1001
1002 * Branch for 23.2.
1003
1004 2010-01-13 Martin Rudalics <rudalics@gmx.at>
1005
1006 * emacsclient.rc: Fix format of "LegalCopyright" value.
1007
1008 2009-12-28 Juanma Barranquero <lekktu@gmail.com>
1009
1010 * INSTALL: Remove obsolete notes about line endings, and fix some typos.
1011
1012 2009-12-27 Karl Fogel <kfogel@red-bean.com>
1013
1014 * INSTALL: Update for CVS->Bazaar switchover.
1015
1016 2009-09-14 Juanma Barranquero <lekktu@gmail.com>
1017
1018 * configure.bat: Add #define PROFILING to config.h.
1019
1020 2009-07-03 Jason Rumney <jasonr@gnu.org>
1021
1022 * runemacs.c (set_user_model_id): Use standard types.
1023
1024 2009-06-30 Jason Rumney <jasonr@gnu.org>
1025
1026 * runemacs.c (set_user_model_id): New function.
1027 (WinMain): Use it.
1028
1029 2009-06-21 Chong Yidong <cyd@stupidchicken.com>
1030
1031 * Branch for 23.1.
1032
1033 2009-03-21 Eli Zaretskii <eliz@gnu.org>
1034
1035 * inc/sys/stat.h (struct stat): Change the types of st_uid and
1036 st_gid to unsigned.
1037
1038 * inc/pwd.h (struct passwd): Change the types of pw_uid and pw_gid
1039 to unsigned.
1040 (getpwuid): Argument is now unsigned.
1041 uid_t is now unsigned.
1042
1043 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
1044
1045 * INSTALL: Add comment about TCC; fix typos.
1046
1047 2009-01-26 Jason Rumney <jasonr@gnu.org>
1048
1049 * emacsclient.rc, emacs.rc: Swap name and description.
1050 Remove Windows versions.
1051
1052 2009-01-15 Jason Rumney <jasonr@gnu.org>
1053
1054 * nmake.defs, gmake.defs (UUID): New library for COM/OLE lookups.
1055
1056 * makefile.w32-in ($(BLD)/addpm.exe): Link with SHELL and OLE libs.
1057
1058 * addpm.c (main): Try using COM to create start menu shortcuts
1059 before resorting to DDE (Bug#202)
1060 Remove second command-line argument.
1061
1062 2009-01-03 Juanma Barranquero <lekktu@gmail.com>
1063
1064 * configure.bat: Untabify help message.
1065
1066 2009-01-03 Jason Rumney <jasonr@gnu.org>
1067
1068 * configure.bat: New option --with-svg.
1069
1070 * INSTALL: Document experimental SVG support.
1071
1072 2008-12-25 Jason Rumney <jasonr@gnu.org>
1073
1074 * config.nt (PTR): Remove.
1075
1076 2008-12-19 Dan Nicolaescu <dann@ics.uci.edu>
1077
1078 * config.nt (LISTPROC, PROCATTR): Remove.
1079
1080 2008-08-09 Eli Zaretskii <eliz@gnu.org>
1081
1082 * config.nt (LISTPROC, PROCATTR): New macros.
1083
1084 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1085
1086 * config.nt (MULTI_KBOARD): Remove.
1087
1088 2008-07-23 Jason Rumney <jasonr@gnu.org>
1089
1090 * configure.bat: New option --profile.
1091 * gmake.defs: Set cflags and ldflags for profiling when specified.
1092
1093 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1094
1095 * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine.
1096
1097 2008-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1098
1099 * config.nt (HAVE_FACES): Remove, unused.
1100
1101 2008-06-26 Juanma Barranquero <lekktu@gmail.com>
1102 Eli Zaretskii <eliz@gnu.org>
1103
1104 * nmake.defs (FONT_CFLAGS):
1105 * gmake.defs (FONT_CFLAGS): Remove.
1106 (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
1107 (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
1108 and _CRTAPI1.
1109 (ARCH_FLAGS): Don't include _X86_.
1110
1111 * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define.
1112
1113 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1114
1115 * config.nt: Remove reference to UNEXEC_SRC.
1116
1117 2008-06-23 Juanma Barranquero <lekktu@gmail.com>
1118 Eli Zaretskii <eliz@gnu.org>
1119
1120 * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
1121 Don't hardcode -gstabs+, use DEBUG_INFO.
1122
1123 * configure.bat (gccdebug): Check for DWARF-2 support in GCC.
1124 Default to stabs if the compiler does not support DWARF-2.
1125 (genmakefiles): Write new variable DEBUG_INFO to config.settings.
1126
1127 2008-05-14 Jason Rumney <jasonr@gnu.org>
1128
1129 * configure.bat: Remove code dealing with --disable-font-backend.
1130
1131 2008-05-09 Eli Zaretskii <eliz@gnu.org>
1132
1133 * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for
1134 better alignment. Make st_size 64-bit wide. Add new members
1135 st_uname and st_gname.
1136
1137 * inc/grp.h (struct group): Add gr_gid member.
1138
1139 2008-04-23 Eli Zaretskii <eliz@gnu.org>
1140
1141 * makefile.w32-in (ALL): Move $(CLIENTRES) from here...
1142 (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having
1143 a real file there is not a good idea.
1144
1145 2008-04-23 Jason Rumney <jasonr@gnu.org>
1146
1147 * makefile.w32-in (CLIENTRES): New variable and build target.
1148 (all): Depend on it.
1149 ($(TRES)): Use $(TRES) in rule.
1150
1151 2008-04-21 Jason Rumney <jasonr@gnu.org>
1152
1153 * configure.bat (success): Print "make" rather than "gmake", as that
1154 is what MinGW uses.
1155
1156 2008-04-11 Eli Zaretskii <eliz@gnu.org>
1157
1158 * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
1159 Add copyright notice.
1160
1161 2008-04-10 Jason Rumney <jasonr@gnu.org>
1162
1163 * emacsclient.rc: New file.
1164
1165 * INSTALL: Document make targets.
1166
1167 2008-04-09 Jason Rumney <jasonr@gnu.org>
1168
1169 * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir.
1170 (clean-other-dirs-gmake): Likewise. Clean doc dirs.
1171 (top-distclean, distclean, distclean-other-dirs-nmake)
1172 (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake)
1173 (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets.
1174
1175 2008-04-05 Eli Zaretskii <eliz@gnu.org>
1176
1177 * inc/sys/stat.h: New file.
1178
1179 * configure.bat: Add check for usp10.h.
1180
1181 2008-04-04 Jason Rumney <jasonr@gnu.org>
1182
1183 * INSTALL: Update Windows API requirements.
1184
1185 2008-04-03 Jason Rumney <jasonr@gnu.org>
1186
1187 * gmake.defs, nmake.defs (UNISCRIBE): New variable.
1188
1189 2008-03-13 Glenn Morris <rgm@gnu.org>
1190
1191 * emacs.rc: Set version to 23.0.60.
1192
1193 2008-03-04 Jason Rumney <jasonr@gnu.org>
1194
1195 * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag.
1196 (EMACS_EXTRA_C_FLAGS): Include it.
1197 * configure.bat (usefontbackend): Default to Y.
1198 (--enable-font-backend): Replace with --disable-font-backend.
1199 (:withfont): Replace with :withoutfont.
1200
1201 2008-03-03 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1202
1203 * icons/emacs.ico: Full alpha for 32x32 full color.
1204 Add 32x32 and 16x16 256 color versions.
1205
1206 2008-03-03 Andrew Zhilin <andrew_zhilin@yahoo.com>
1207
1208 * icons/emacs22.ico: New file (the old emacs.ico under a new name).
1209
1210 2008-03-02 Jason Rumney <jasonr@gnu.org>
1211
1212 * makefile.w32-in ($(TRES)): Depend on icon and manifest.
1213
1214 2008-03-02 Kentaro Ohkouchi <nanasess@fsm.ne.jp>
1215
1216 * icons/README: Update.
1217
1218 * icons/emacs.ico: New icon.
1219
1220 2008-02-25 Juanma Barranquero <lekktu@gmail.com>
1221
1222 * addpm.c: Include malloc.h.
1223 (add_registry): Cast return value of alloca.
1224
1225 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1226
1227 * config.nt (SHORTNAMES): Remove reference to obsolete variable.
1228
1229 2008-02-11 Eli Zaretskii <eliz@gnu.org>
1230
1231 * configure.bat (checkgcc): Move "del junk.o" to here, and make it
1232 conditional on existence of junk.o. If %nocygwin% is already set
1233 to Y, skip to chkapiN instead of chkapi.
1234 (chkapi): Move "rm -f junk.c junk.o" to here.
1235 (chkapiN): New label.
1236
1237 2008-02-11 Jason Rumney <jasonr@gnu.org>
1238
1239 * makefile.w32-in: Remove unidata-gen related rules.
1240
1241 2008-02-09 Eli Zaretskii <eliz@gnu.org>
1242
1243 * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
1244
1245 2008-02-11 Jason Rumney <jasonr@gnu.org>
1246
1247 * addpm.c (add_registry): Add an App Paths registry key.
1248 Look for GTK and add it to the DLL search path for Emacs if found.
1249
1250 2008-02-05 Juanma Barranquero <lekktu@gmail.com>
1251
1252 * configure.bat: In help, use generic names for the image libraries.
1253
1254 2008-02-04 Juanma Barranquero <lekktu@gmail.com>
1255
1256 * .cvsignore: Don't ignore .arch-inventory.
1257
1258 2008-02-03 Jason Rumney <jasonr@gnu.org>
1259
1260 * configure.bat: Make gcc the default compiler.
1261
1262 2008-02-02 Eli Zaretskii <eliz@gnu.org>
1263
1264 * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH):
1265 Ignore return status.
1266
1267 * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep
1268 it out of the way of Windows generated file.
1269 Generate admin/unidata/makefile.
1270
1271 * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
1272 (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
1273 (unidatagen-clean-SH): New targets.
1274 (bootstrap-nmake): Invoke unidatagen-nmake.
1275 (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
1276
1277 2008-02-01 Jason Rumney <jasonr@gnu.org>
1278
1279 * configure.bat (withfont): Set sep1 after modifying usercflags.
1280
1281 2008-02-01 Jason Rumney <jasonr@gnu.org>
1282
1283 * configure.bat: Rename --with-font-backend to --enable-font-backend
1284 for consistency with other platforms.
1285
1286 2008-02-01 Jason Rumney <jasonr@gnu.org>
1287
1288 * configure.bat: Add --with-font-backend option.
1289
1290 2008-01-20 Jason Rumney <jasonr@gnu.org>
1291
1292 * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
1293 permissions to NTFS ACLs.
1294
1295 2007-11-01 Jan Djärv <jan.h.d@swipnet.se>
1296
1297 * config.nt: Remove HAVE_X11R5.
1298
1299 2007-10-22 Jason Rumney <jasonr@gnu.org>
1300
1301 * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
1302 (strings.h, stdlib.h): Conditionally include.
1303 (w32_abort): Declare here.
1304 (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
1305
1306 2007-10-20 Jason Rumney <jasonr@gnu.org>
1307
1308 * makefile.w32-in (info-nmake): Change into correct directories.
1309
1310 2007-10-20 Eli Zaretskii <eliz@gnu.org>
1311
1312 * configure.bat (docflags, doldflags): New variables.
1313 (genmakefiles): Use them to work around problems with whitespace
1314 in arguments of the `if' command.
1315
1316 2007-10-18 Jason Rumney <jasonr@gnu.org>
1317
1318 * makefile.w32-in (install): Install COPYING in top-level and bin dirs.
1319
1320 2007-09-27 Jason Rumney <jasonr@gnu.org>
1321
1322 * gmake.defs (COMCTL32): New system library.
1323
1324 * nmake.defs (COMCTL32): New system library.
1325
1326 2007-09-06 Glenn Morris <rgm@gnu.org>
1327
1328 * configure.bat:
1329 * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
1330 Change from ../man to ../doc/emacs and ../doc/misc; and from
1331 ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
1332
1333 2007-08-29 Glenn Morris <rgm@gnu.org>
1334
1335 * emacs.rc: Increase version to 23.0.50.
1336
1337 2007-08-14 Dhruva Krishnamurthy <dhruvakm@gmail.com> (tiny change)
1338
1339 * makefile.w32-in (bootstrap-nmake): Change directories once more.
1340
1341 2007-07-25 Glenn Morris <rgm@gnu.org>
1342
1343 * Relicense all FSF files to GPLv3 or later.
1344
1345 * COPYING: Switch to GPLv3.
1346
1347 2007-07-16 Eli Zaretskii <eliz@gnu.org>
1348
1349 * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
1350 Depend on cmdproxy.
1351 (cleanall): Don't delete *~.
1352
1353 2007-07-15 Jason Rumney <jasonr@gnu.org>
1354
1355 * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
1356 be fully supported.
1357
1358 2007-07-14 Jason Rumney <jasonr@gnu.org>
1359
1360 * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
1361 of winsock.h.
1362
1363 2007-07-11 Jason Rumney <jasonr@gnu.org>
1364
1365 * gmake.defs (OLE32): New library to link.
1366
1367 * nmake.defs (OLE32): Likewise.
1368
1369 2007-06-25 Jason Rumney <jasonr@gnu.org>
1370
1371 * cmdproxy.c (main): Set console codepages to "ANSI".
1372
1373 2007-06-20 Jason Rumney <jasonr@gnu.org>
1374
1375 * configure.bat: Complain if image libraries are missing.
1376
1377 2007-06-15 Jason Rumney <jasonr@gnu.org>
1378
1379 * emacs.manifest: New file.
1380
1381 * emacs.rc: Use it.
1382
1383 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
1384
1385 * Version 22.1 released.
1386
1387 2007-05-22 Eli Zaretskii <eliz@gnu.org>
1388
1389 * INSTALL: Add information about where to find GDB, and warn
1390 against --no-debug option to configure.bat.
1391
1392 2007-05-19 Eli Zaretskii <eliz@gnu.org>
1393
1394 * INSTALL: Fix URL of EmacsW32 site where building with image
1395 support is described.
1396
1397 2007-04-26 Glenn Morris <rgm@gnu.org>
1398
1399 * emacs.rc: Increase version to 22.1.50.
1400
1401 2007-03-31 Eli Zaretskii <eliz@gnu.org>
1402
1403 * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
1404
1405 2007-03-09 Richard Stallman <rms@gnu.org>
1406
1407 * INSTALL: Say explicitly this is not for Cygwin.
1408
1409 2007-03-03 Eli Zaretskii <eliz@gnu.org>
1410
1411 * INSTALL: Add URL of another site with detailed build instructions.
1412
1413 2007-02-16 Glenn Morris <rgm@gnu.org>
1414
1415 * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
1416 * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
1417 * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
1418 * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
1419 * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
1420 Restore all but two of icons deleted in previous change.
1421
1422 2007-02-13 Chong Yidong <cyd@stupidchicken.com>
1423
1424 * icons/README: New file.
1425
1426 * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
1427 * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
1428 * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
1429 * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
1430 * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
1431 * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
1432 Unused icons deleted.
1433
1434 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
1435
1436 * configure.bat: Update ../site-lisp/subdirs.el when needed.
1437
1438 2007-01-30 Juanma Barranquero <lekktu@gmail.com>
1439
1440 * subdirs.el: Add "no-byte-compile: t" local variable.
1441
1442 2007-01-10 Jason Rumney <jasonr@gnu.org>
1443
1444 * README: Update URLs and advice about reporting bugs.
1445
1446 2006-12-29 Jason Rumney <jasonr@gnu.org>
1447
1448 * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
1449 DEBUG_LINK.
1450 (DEBUG_LINK): Remove -debugtype:both.
1451
1452 2006-12-27 Eli Zaretskii <eliz@gnu.org>
1453
1454 * INSTALL: Update table of supported Make ports. Show "make -j"
1455 command that is known to work.
1456
1457 * configure.bat: Update table of supported Make ports.
1458
1459 2006-12-24 Eli Zaretskii <eliz@gnu.org>
1460
1461 * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
1462 only in implicit rules. Use literal "emacs.rc" instead.
1463
1464 2006-12-23 Eli Zaretskii <eliz@gnu.org>
1465
1466 * gmake.defs: Export XMFLAGS.
1467
1468 * makefile.w32-in (all-other-dirs-nmake, recompile-nmake):
1469 Don't use $(XMFLAGS) for nmake, as it doesn't support parallelism.
1470
1471 2006-12-22 Eli Zaretskii <eliz@gnu.org>
1472
1473 * INSTALL: Explain how to invoke GNU Make for parallel builds.
1474
1475 * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
1476 command-line argument to sub-Make in src, since src/makefile.w32-in
1477 invokes Make recursively during bootstrap.
1478 (clean): Delete stamp_BLD.
1479 (bootstrap): Make `all' explicitly in a recursive Make.
1480
1481 * gmake.defs (stamp_BLD): Rename from $(BLD). Create a file
1482 stamp_BLD after creating the $(BLD) directory.
1483
1484 * nmake.defs (stamp_BLD): Rename from $(BLD). Create a file
1485 stamp_BLD after creating the $(BLD) directory.
1486
1487 * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
1488 (preprep, $(TRES), runemacs)
1489 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
1490 ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1491 Depend on stamp_BLD instead of on $(BLD).
1492 (XMFLAGS): New macro.
1493 (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
1494 (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
1495 (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
1496 (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
1497
1498 2006-12-20 Eli Zaretskii <eliz@gnu.org>
1499
1500 * makefile.w32-in ($(TRES)): Depend on $(BLD). Use $< instead of
1501 $(ALL_DEPS).
1502 ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
1503 ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
1504 New dependency on $(BLD).
1505 (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
1506 (bootstrap-gmake): Depend on addsection.
1507
1508 2006-10-29 Juanma Barranquero <lekktu@gmail.com>
1509
1510 * runemacs.c (WinMain): Process all recognized arguments, not just
1511 the first one. Remove unused variable sec_desc.
1512
1513 2006-09-24 Eli Zaretskii <eliz@gnu.org>
1514
1515 * config.nt (HAVE_LANGINFO_CODESET): Define.
1516
1517 * inc/langinfo.h: New file.
1518
1519 * inc/nl_types.h: New file.
1520
1521 2006-09-15 Jay Belanger <belanger@truman.edu>
1522
1523 * COPYING: Replace "Library Public License" by "Lesser Public
1524 License" throughout.
1525
1526 2006-07-27 Jason Rumney <jasonr@gnu.org>
1527
1528 * INSTALL: Add notes about Cygwin make to impatient section.
1529
1530 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1531
1532 * INSTALL: Add Make 3.81 to the list of Make & shell combinations
1533 known to work.
1534
1535 2006-03-12 Jason Rumney <jasonr@gnu.org>
1536
1537 * addpm.c (add_registry): Don't change the registry unless keys
1538 already exist from a previous version.
1539
1540 * makefile.w32-in (install): Use -q when invoking addpm.
1541
1542 * addpm.c (main): Accept -q as alternative for /q.
1543
1544 2006-03-11 Jason Rumney <jasonr@gnu.org>
1545
1546 * runemacs.c (WinMain): Set screen buffer to 80x25.
1547
1548 2005-12-24 Eli Zaretskii <eliz@gnu.org>
1549
1550 * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
1551 (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
1552
1553 2005-12-09 Eli Zaretskii <eliz@gnu.org>
1554
1555 * INSTALL: Add explanation of how to debug with GDB starting from
1556 the Emacs Abort dialog.
1557
1558 2005-11-26 Chong Yidong <cyd@stupidchicken.com>
1559
1560 * emacs.rc: Use new icons.
1561
1562 2005-11-26 Eli Zaretskii <eliz@gnu.org>
1563
1564 * emacs21.ico: Renamed from emacs.ico.
1565 * emacs.ico: New icons from Andrew Zhilin
1566 <andrew_zhilin@yahoo.com>.
1567
1568 2005-09-10 Eli Zaretskii <eliz@gnu.org>
1569
1570 * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
1571
1572 2005-08-10 Juanma Barranquero <lekktu@gmail.com>
1573
1574 * .cvsignore: Add `obj' and `oo' for in-place installations.
1575
1576 2005-07-30 Eli Zaretskii <eliz@gnu.org>
1577
1578 * config.nt (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
1579
1580 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
1581
1582 * configure.bat: Don't create lisp/Makefile.unix.
1583
1584 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
1585
1586 * .cvsignore: Add `makefile' and `config.log'.
1587
1588 2005-07-26 Paul Eggert <eggert@cs.ucla.edu>
1589
1590 Merge gnulib getopt implementation into Emacs.
1591
1592 * inc/gettext.h: Remove; no longer needed now that
1593 lib-src/gettext.h exists.
1594
1595 2005-07-16 Eli Zaretskii <eliz@gnu.org>
1596
1597 * configure.bat: Finish config.log with a line that indicates that
1598 the configure step was successful.
1599
1600 2005-07-04 Lute Kamstra <lute@gnu.org>
1601
1602 Update FSF's address in GPL notices.
1603
1604 2005-06-11 Eli Zaretskii <eliz@gnu.org>
1605
1606 * configure.bat: If their fc.exe returns a meaningful exit status,
1607 don't overwrite src/config.h and src/epaths.h with identical
1608 copies.
1609
1610 * INSTALL: Warn about using "cvs up -kb" if one intends to commit
1611 changes. Add a pointer to another site with detailed configure
1612 and build instructions. Suggest to look at config.log when
1613 configure fails. Add MinGW Make 3.80 to the list of successful
1614 combinations.
1615
1616 * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
1617 "-mcpu=i686".
1618
1619 * configure.bat: Update copyright years.
1620 Delete config.log before doing anything else.
1621 Write additional diagnostics to config.log in case of failures to
1622 compile test programs, including the failed test program itself.
1623 Add a test for support of -mtune=pentium4 switch to GCC; if it is
1624 supported, set up MCPU_FLAG variable on the various Makefiles to
1625 use that switch during compilations. (This avoids GCC warning
1626 about -mcpu being deprecated.)
1627
1628 2005-06-10 Eli Zaretskii <eliz@gnu.org>
1629
1630 * addsection.c (copy_executable_and_add_section): Pass non-zero
1631 `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
1632 environment. Print section names with %.8s.
1633 (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
1634 only if non-zero. All callers changed.
1635
1636 2005-06-05 Eli Zaretskii <eliz@gnu.org>
1637
1638 * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
1639 `const void *', for consistency with POSIX.
1640
1641 2005-06-04 Eli Zaretskii <eliz@gnu.org>
1642
1643 * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
1644
1645 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1646
1647 * INSTALL: Add more pointers to ports of Unix tools to Windows,
1648 and to the Emacs Wiki (which contains building instructions for
1649 Windows). Reword image library instructions and remove obsolete
1650 incompatibility information.
1651
1652 2005-04-23 David Hunter <hunterd42@comcast.net> (tiny change)
1653
1654 * config.nt (HAVE_PWD_H): Undef.
1655
1656 2004-06-07 Juanma Barranquero <lektu@terra.es>
1657
1658 * INSTALL: Clarify paragraph about compatibility between image
1659 libraries and builds of Emacs with several compilers.
1660
1661 2004-06-06 Juanma Barranquero <lektu@terra.es>
1662
1663 * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
1664 the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
1665 calling non-existent cmdproxy.exe on bootstrapping after a
1666 previous install followed by realclean.
1667
1668 * nmake.defs: Add quote in comment to resync font-locking.
1669
1670 2004-06-04 Juanma Barranquero <lektu@terra.es>
1671
1672 * INSTALL: Reword the section on image support. Add reference to
1673 GnuWin32. Mention problems when mixing binaries from different
1674 compilers.
1675
1676 2004-05-06 Jason Rumney <jasonr@gnu.org>
1677
1678 * configure.bat: Use -mno-cygwin to check for image libraries
1679 when needed.
1680
1681 2004-05-03 Jason Rumney <jasonr@gnu.org>
1682
1683 * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
1684 * makefile.def: Remove.
1685
1686 * nmake.defs (SYS_LDFLAGS): Add -nologo.
1687
1688 * makefile.w32-in (info-gmake, info-nmake): New targets.
1689 (info): Use them.
1690
1691 2004-04-23 Juanma Barranquero <lektu@terra.es>
1692
1693 * nmake.defs:
1694 * gmake.defs:
1695 * makefile.w32-in:
1696 * makefile.def:
1697 * makefile.nt: Add "-*- makefile -*-" mode tag.
1698
1699 2004-04-10 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
1700
1701 * runemacs.c (WinMain): Let Emacs environment default to parent.
1702
1703 2004-03-11 Jason Rumney <jasonr@gnu.org>
1704
1705 * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
1706
1707 2004-03-10 Juanma Barranquero <lektu@terra.es>
1708
1709 * makefile.w32-in (install): Don't try to copy
1710 ../lib-src/fns-*.el, as it isn't used anymore.
1711
1712 2004-01-28 Peter Runestig <peter@runestig.com>
1713
1714 * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
1715
1716 2003-12-24 Miles Bader <miles@gnu.ai.mit.edu>
1717
1718 * .cvsignore: Add `.arch-inventory'.
1719
1720 2003-11-22 Lars Hansen <larsh@math.ku.dk>
1721
1722 * inc/grp.h: New file.
1723
1724 2003-09-03 Peter Runestig <peter@runestig.com>
1725
1726 * configure.bat: Create ``makefile'' in directories man, lispref
1727 and lispintro.
1728
1729 * makefile.w32-in (force-info, info): New targets.
1730
1731 * envadd.bat: New file.
1732
1733 * multi-install-info.bat: New file.
1734
1735 2003-06-27 Jan Djärv <jan.h.d@swipnet.se>
1736
1737 * config.nt (my_strftime): New define.
1738
1739 2003-02-01 Jason Rumney <jasonr@gnu.org>
1740
1741 * configure.bat: Automatically detect libXpm.
1742 Suppress compiler output when testing for image libraries.
1743 Give names of un-found libraries in messages.
1744
1745 2003-01-31 Juanma Barranquero <lektu@terra.es>
1746
1747 * configure.bat: Automatically detect giflib and tifflib.
1748
1749 2003-01-29 Jason Rumney <jasonr@gnu.org>
1750
1751 * gmake.defs (CURDIR): Disable cygpath kludge.
1752
1753 2003-01-29 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp>
1754
1755 * configure.bat: Avoid endless loop when configuring without image
1756 support.
1757
1758 2003-01-26 Jason Rumney <jasonr@gnu.org>
1759
1760 * configure.bat: Automatically detect jpeglib.
1761
1762 2003-01-25 Jason Rumney <jasonr@gnu.org>
1763
1764 * configure.bat: Automatically detect libpng.
1765
1766 2003-01-21 Jason Rumney <jasonr@gnu.org>
1767
1768 * icons/hand.cur: New file.
1769
1770 2003-01-21 David Ponce <david@dponce.com>
1771
1772 * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
1773
1774 2003-01-15 Andrew Innes <andrewi@gnu.org>
1775
1776 * gmake.defs (CURDIR): Convert to native Windows format (with
1777 forward slashes), to support building with Cygwin builds of make.
1778
1779 2002-11-17 Ben Key <BKey1@tampabay.rr.com>
1780
1781 * nmake.defs:
1782 * gmake.defs: Made changes so that Emacs would link with
1783 WinMM.lib. This change was required for my addition of a Windows
1784 compatible implementation of play-sound-internal.
1785
1786 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change)
1787
1788 * emacs.rc: Version updated to 21.3.50.
1789
1790 2002-06-13 Jason Rumney <jasonr@gnu.org>
1791
1792 * addpm.c (env_vars): Remove EMACSLOCKDIR.
1793
1794 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
1795 (maybe-bootstrap-SH): New targets.
1796 (all): Depend on maybe-bootstrap.
1797
1798 2002-05-03 Jason Rumney <jasonr@gnu.org>
1799
1800 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
1801 (sys_getpeername, fcntl): Declare as wrappers.
1802
1803 2002-04-10 Juanma Barranquero <lektu@terra.es>
1804
1805 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC
1806 after compiling .el files.
1807
1808 2002-03-20 Jason Rumney <jasonr@gnu.org>
1809
1810 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname)
1811 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
1812
1813 2002-03-19 Kim F. Storm <storm@cua.dk>
1814
1815 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)
1816 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define.
1817 (HAVE_SYS_UN_H): Undef.
1818 From David Ponce <dponce@voila.fr>.
1819
1820 2002-03-13 Jason Rumney <jasonr@gnu.org>
1821
1822 * config.nt (STRFTIME_NO_POSIX2): Define.
1823
1824 2002-02-18 Jason Rumney <jasonr@gnu.org>
1825
1826 * emacs.rc: Define VS_VERSION_INFO if not already.
1827 Update version info.
1828
1829 2002-01-04 Andrew Innes <andrewi@gnu.org>
1830
1831 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1832 pick up relevant bits of the Windows API definitions.
1833
1834 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to
1835 pick up relevant bits of the Windows API definitions.
1836
1837 2001-12-14 Andrew Innes <andrewi@gnu.org>
1838
1839 * makefile.w32-in (bootstrap): Build addsection program before
1840 bootstrap (required for post-processing temacs.exe).
1841
1842 2001-12-08 Pavel Janík <Pavel@Janik.cz>
1843
1844 * COPYING: New file.
1845
1846 2001-12-03 Andrew Innes <andrewi@gnu.org>
1847
1848 * makefile.w32-in (bootstrap-nmake):
1849 (bootstrap-gmake): Extend bootstrap process to first do
1850 bootstrap-clean in lisp dir and rebuild the DOC file.
1851 (bootstrap): Do a "normal" make after the bootstrap work.
1852
1853 2001-11-20 Jason Rumney <jasonr@gnu.org>
1854
1855 * INSTALL: Update table of versions of make that are suitable
1856 for building Emacs, based on recent feedback.
1857
1858 * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
1859
1860 2001-11-19 Andrew Innes <andrewi@gnu.org>
1861
1862 * ftime-nostartup.bat: New file.
1863
1864 * ftime.bat: Don't include libc.lib for profiling - the profiler
1865 corrupts part of memcpy.
1866
1867 2001-11-17 Jason Rumney <jasonr@gnu.org>
1868
1869 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard
1870 expansion. From Juanma Barranquero <lektu@terra.es>.
1871
1872 2001-10-20 Gerd Moellmann <gerd@gnu.org>
1873
1874 * (Version 21.1 released.)
1875
1876 2001-10-12 Andrew Innes <andrewi@gnu.org>
1877
1878 * inc/pwd.h (uid_t, gid_t): New typedefs.
1879
1880 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1881
1882 * Branch for 21.1.
1883
1884 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1885
1886 * README: Update the address of the mailing list and subscription
1887 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>.
1888
1889 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
1890
1891 * INSTALL: Suggest to avoid using WinZip.
1892
1893 * configure.bat: Make sure ../site-lisp exists; create if necessary.
1894
1895 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
1896
1897 * INSTALL: Mention that "make install" can be "nmake install".
1898
1899 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
1900
1901 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),
1902 since some versions of `mkdir' don't automatically create parent
1903 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>.
1904
1905 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
1906
1907 * subdirs.el: New file.
1908
1909 * configure.bat: Copy subdirs.el to the site-lisp directory.
1910
1911 * makefile.w32-in (install): Copy subdirs.el to the installation
1912 directory.
1913
1914 2001-06-20 Jason Rumney <jasonr@gnu.org>
1915
1916 * runemacs.c (WinMain): Add quotes around command in case of spaces.
1917
1918 2001-06-01 Andrew Innes <andrewi@gnu.org>
1919
1920 * gmake.defs (sh_output): Don't use $(warning ...) to output
1921 messages, since that is not supported by GNU make 3.77.
1922
1923 2001-05-24 Jason Rumney <jasonr@gnu.org>
1924
1925 * INSTALL: Clarify that building with MSVC requires nmake.
1926
1927 2001-05-17 Andrew Innes <andrewi@gnu.org>
1928
1929 * gmake.defs (NEW_CYGWIN): Output message about spurious error
1930 message that is to be ignored.
1931
1932 2001-05-13 Andrew Innes <andrewi@gnu.org>
1933
1934 * TODO: Remove file, since it is completely out of date.
1935
1936 * README: Add copyright notice.
1937
1938 * INSTALL: Add copyright notice.
1939
1940 2001-04-18 Andrew Innes <andrewi@gnu.org>
1941
1942 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in
1943 the environment.
1944
1945 * gmake.defs (SETLOADPATH): Remove definition.
1946 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the
1947 environment.
1948
1949 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
1950
1951 * configure.bat: Make the checkw32api* labels be distinct in the
1952 first 8 characters.
1953
1954 2001-03-17 Andrew Innes <andrewi@gnu.org>
1955
1956 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning
1957 escaped quotes.
1958
1959 * gmake.defs (DEBUG_LINK): New macro.
1960 (LINK_FLAGS): Use it.
1961
1962 * nmake.defs (DEBUG_LINK): New macro.
1963 (LINK_FLAGS): Use it.
1964
1965 2001-03-06 Andrew Innes <andrewi@gnu.org>
1966
1967 * INSTALL: Add --ldflags to configure line for building with
1968 recent versions of Cygwin GCC.
1969
1970 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il>
1971
1972 * configure.bat: Use correct options when compiling a test program
1973 with Cygwin. From David Ponce <dponce@voila.fr>.
1974
1975 2001-02-24 Andrew Innes <andrewi@gnu.org>
1976
1977 * _emacs: Remove obsolete file.
1978
1979 * emacs.bat.in: Remove obsolete file.
1980
1981 * debug.bat.in: Remove obsolete file.
1982
1983 * inc/sys/socket.h: Add copyright notice.
1984
1985 * paths.h: Add copyright notice.
1986
1987 * makefile.nt: Update copyright notice.
1988
1989 * makefile.def: Update copyright notice.
1990
1991 * configure.bat: Update copyright notice.
1992
1993 * nmake.defs: Add copyright notice.
1994
1995 * gmake.defs: Add copyright notice.
1996
1997 * makefile.w32-in: Add copyright notice.
1998
1999 2001-02-05 Andrew Innes <andrewi@gnu.org>
2000
2001 * nmake.defs (THISDIR): New definition.
2002
2003 * gmake.defs (THISDIR): New definition.
2004
2005 2001-02-03 Andrew Innes <andrewi@gnu.org>
2006
2007 * configure.bat: Leave a space before >> only when there is a
2008 preceding digit. Add a comment about the importance of this.
2009
2010 * README: Replace outdated information.
2011
2012 * INSTALL (Trouble-shooting): Add note about need to specify extra
2013 compiler flags with recent Cygwin ports of gcc.
2014
2015 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il>
2016
2017 * configure.bat: Use "rm -f" instead of "del /f", as the latter
2018 is not supported by Windows 9X's COMMAND.COM.
2019
2020 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2021
2022 * configure.bat: Make sure redirection is preceded by a blank, to
2023 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
2024 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>.
2025
2026 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il>
2027
2028 * INSTALL: Copy the table of tested combinations of development
2029 tools from configure.bat. Add suggestion to install Bash on
2030 Windows 9X.
2031
2032 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
2033 lisp/Makefile.in instead. Use "rm -f" where more than one file
2034 needs to be deleted, since command.com in Windows 9X doesn't grok
2035 more than one argument.
2036
2037 2001-01-24 Andrew Innes <andrewi@gnu.org>
2038
2039 * makefile.w32-in (cleanall-other-dirs-nmake):
2040 (cleanall-other-dirs-gmake): New targets.
2041 (cleanall): Invoke them.
2042
2043 2001-01-19 Andrew Innes <andrewi@gnu.org>
2044
2045 * addpm.c (env_vars): Add a version-independent site-lisp
2046 directory to EMACSLOADPATH, after the version dependent one.
2047
2048 2001-01-06 Andrew Innes <andrewi@gnu.org>
2049
2050 * README: Update info about compilers.
2051
2052 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to
2053 select correct rule for invoking make in another directory.
2054 Amend rules accordingly.
2055 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb.
2056
2057 * nmake.defs (EMACS_ICON_PATH): Delete definition.
2058 (COMPILER_TEMP_FILES): New definition.
2059 (MAKETYPE): New definition.
2060
2061 * gmake.defs (EMACS_ICON_PATH): Delete definition.
2062 (COMPILER_TEMP_FILES): New definition.
2063 (MAKETYPE): New definition.
2064
2065 * makefile.def (EMACS_ICON_PATH): Delete definition.
2066
2067 * configure.bat: Be careful not to add trailing spaces when
2068 outputting to config.settings.
2069
2070 2001-01-02 Andrew Innes <andrewi@gnu.org>
2071
2072 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather
2073 than the function.
2074
2075 2000-12-17 Andrew Innes <andrewi@gnu.org>
2076
2077 * makefile.w32-in (install): Copy directories to the correct
2078 places.
2079 (real_install): Remove obsolete target.
2080
2081 2000-12-06 Andrew Innes <andrewi@gnu.org>
2082
2083 * nmake.defs (CURDIR): New define.
2084 (INSTALL_DIR): Use it.
2085
2086 * gmake.defs (NEW_CYGWIN): New define.
2087 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20,
2088 so we need to adjust how we escape embedded quotes.
2089 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory,
2090 relative to $(CURDIR).
2091
2092 2000-11-25 Jason Rumney <jasonr@gnu.org>
2093
2094 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define.
2095
2096 2000-10-17 Andrew Innes <andrewi@gnu.org>
2097
2098 * makefile.w32-in (recompile): New target to recompile lisp
2099 directory.
2100 (recompile-CMD, recompile-SH): New support targets.
2101
2102 2000-09-24 Jason Rumney <jasonr@gnu.org>
2103
2104 * config.nt (NO_RETURN): Define it.
2105
2106 2000-09-17 Andrew Innes <andrewi@gnu.org>
2107
2108 * gmake.defs: Revert to Unix line endings.
2109
2110 * nmake.defs: Revert to Unix line endings.
2111
2112 2000-09-16 Andrew Innes <andrewi@gnu.org>
2113
2114 * gmake.defs (SETLOADPATH): Change definition to work from any
2115 subdirectory.
2116
2117 2000-09-14 Andrew Innes <andrewi@gnu.org>
2118
2119 * makefile.w32-in: Revert to Unix line endings.
2120
2121 2000-09-14 Andrew Innes <andrewi@gnu.org>
2122
2123 * INSTALL: Add note about expected error messages when configure
2124 is run.
2125
2126 * configure.bat: Simplify the generation of makefiles (don't need
2127 to generate various top-level targets that invoke make in other
2128 directories).
2129
2130 * gmake.defs (SHELLTYPE): New define.
2131 (SETLOADPATH): New define.
2132
2133 * nmake.defs (SHELLTYPE): New define.
2134
2135 * makefile.w32-in: Standardize indentation somewhat.
2136 Add bootstrap support.
2137 Pass $(MFLAGS) when invoking make recursively.
2138 Add shell-specific variants of top-level targets that invoke make
2139 recursively in other directories, and add necessary computed
2140 dependencies.
2141
2142 2000-09-03 Andrew Innes <andrewi@gnu.org>
2143
2144 * makefile.w32-in: Change to DOS line endings.
2145
2146 * configure.bat: Change to DOS line endings.
2147
2148 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2149 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2150
2151 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define.
2152 (_ANONYMOUS_STRUCT) [__GNUC__]: New define.
2153
2154 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2155 -D_ANONYMOUS_STRUCT on compile line.
2156 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK.
2157 (ARCH_CFLAGS): Change optimization flags to -O2.
2158 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2159 (ARGQUOTE, DQUOTE): New defines.
2160
2161 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION
2162 -D_ANONYMOUS_STRUCT on compile line.
2163 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions.
2164 (ARGQUOTE, DQUOTE): New defines.
2165
2166 2000-08-22 Andrew Innes <andrewi@gnu.org>
2167
2168 * configure.bat: New file.
2169
2170 * gmake.defs: New file.
2171
2172 * nmake.defs: New file.
2173
2174 * makefile.w32-in: New file.
2175
2176 * INSTALL: Rewrite to match new configure process.
2177
2178 * config.nt [WINDOWSNT]: Don't declare getenv.
2179 (EMACS_CONFIG_OPTIONS): Define according to compiler being used.
2180
2181 * addpm.c (main): Accept /q to mean install based on addpm's
2182 location without asking. Remove reference to emacs.bat which is
2183 now obsolete.
2184
2185 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*.
2186
2187 * paths.h: Use forward slash as directory separator in all path
2188 definitions.
2189 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix.
2190
2191 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *.
2192
2193 * runemacs.c: Remove WIN32 define.
2194
2195 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is
2196 not defined.
2197
2198 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined.
2199 (fd_set): Define to new name, after including winsock.h, so we can
2200 provide our own implementation.
2201
2202 2000-07-05 Andrew Innes <andrewi@gnu.org>
2203
2204 * ebuild.bat: Add support for specifying make arguments.
2205
2206 * makefile.nt: Add support for `bootstrap' and related targets.
2207
2208 2000-06-11 Jason Rumney <jasonr@gnu.org>
2209
2210 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P.
2211
2212 2000-02-06 Andrew Innes <andrewi@gnu.org>
2213
2214 * inc/sys/time.h: Add inclusion protection.
2215
2216 * makefile.def (SYS_LDFLAGS): Add -nologo.
2217
2218 1999-11-22 Andrew Innes <andrewi@gnu.org>
2219
2220 * install.bat: Pass on command line arguments to make.
2221
2222 * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
2223
2224 1999-11-21 Andrew Innes <andrewi@gnu.org>
2225
2226 * makefile.nt (all): Build leim if present.
2227 (install): Install leim if present.
2228 (clean): Clean leim if present.
2229
2230 * addpm.c (env_vars): Include leim in default EMACSLOADPATH
2231 definition.
2232
2233 * emacs.bat.in (EMACSLOADPATH): Include leim.
2234
2235 1999-07-12 Richard Stallman <rms@gnu.org>
2236
2237 * Version 20.4 released.
2238
2239 1999-06-16 Andrew Innes <andrewi@gnu.org>
2240
2241 * emacs.rc: Use an icon with a transparent background, to be in
2242 keeping with other applications.
2243
2244 1999-06-03 Andrew Innes <andrewi@gnu.org>
2245
2246 * preprep.c: Fix typo.
2247
2248 1999-05-02 Andrew Innes <andrewi@gnu.org>
2249
2250 * config.h: Remove obsolete file.
2251
2252 * preprep.c (copy_executable_and_move_sections): Ifdef out a
2253 couple of unused switch cases that aren't defined on all
2254 platforms.
2255
2256 * ftime.bat: Add another variation of the profile command, which
2257 only profiles extended commands.
2258
2259 1999-03-31 Geoff Voelker <voelker@cs.washington.edu>
2260
2261 * cmdproxy.c (main): Fix parens.
2262
2263 1999-03-25 Andrew Innes <andrewi@gnu.org>
2264
2265 * cmdproxy.c (main): Call GetShortPathName to normalize program
2266 names for comparison.
2267
2268 1999-03-05 Geoff Voelker <voelker@cs.washington.edu>
2269
2270 * makefile.def: Compile multiple .c files when possible.
2271 Use BLD instead of assuming i386.
2272 * makefile.nt: Remove common multiple file compilation commands.
2273
2274 1999-03-04 Geoff Voelker <voelker@cs.washington.edu>
2275
2276 * cmdproxy.c (main): Add missing parens.
2277
2278 1999-02-20 Andrew Innes <andrewi@gnu.org>
2279
2280 * preprep.c: New program to allow dumped image to be profiled.
2281
2282 * makefile.nt (preprep): New target.
2283 (ALL): Build it.
2284
2285 * makefile.def (ARCH_CFLAGS): Set struct packing to 8.
2286
2287 * ftime.bat: Invoke preprep to prepare dumped image for profiling.
2288 Change prep options to profile libc functions and skip the startup
2289 code.
2290
2291 1999-02-15 Geoff Voelker <voelker@cs.washington.edu>
2292
2293 * makefile.nt: Create installation directory as first step.
2294
2295 1999-01-31 Andrew Innes <andrewi@gnu.org>
2296
2297 * addsection.c (ROUND_UP_DST_AND_ZERO): Rename from
2298 ROUND_UP_DST. Zeroes the alignment slop.
2299 (copy_executable_and_add_section): Update the
2300 SizeOfHeaders field properly.
2301
2302 1999-01-27 Andrew Innes <andrewi@gnu.org>
2303
2304 * makefile.nt: Do make version comparison as strings.
2305
2306 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk>
2307
2308 * runemacs.c (WinMain): Pass explicit environment block to
2309 CreateProcess, to work around a bug in Windows 95/98.
2310
2311 1999-01-22 Geoff Voelker <voelker@cs.washington.edu>
2312
2313 * icons: New directory with Davenport's icons.
2314 * icons/sink.ico: Renamed from emacs.ico.
2315
2316 * makefile.nt (install, fast_install): Install Windows icons
2317 into etc/icons.
2318
2319 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon.
2320
2321 1999-01-17 Andrew Innes <andrewi@gnu.org>
2322
2323 * makefile.nt (ALL): List top-level targets.
2324 (addsection): New top-level target.
2325 (install): Copy fns-*.el to bin directory.
2326
2327 * addsection.c: New program to add static heap section to
2328 temacs.exe after linking, in support of new unexec method.
2329
2330 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org>
2331
2332 * cmdproxy.c (spawn): Pass directory for child as parameter.
2333 (main): Save startup directory to give to spawn, then change
2334 directory to location of .exe in order not to prevent startup
2335 directory from being deleted.
2336
2337 1998-12-08 Geoff Voelker <voelker@cs.washington.edu>
2338
2339 * makefile.nt: Do string comparison of _NMAKE_VER.
2340
2341 1998-12-02 Geoff Voelker <voelker@cs.washington.edu>
2342
2343 * config.nt (LOCALTIME_CACHE): Define.
2344
2345 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org>
2346
2347 * install.bat: Convert to DOS format.
2348
2349 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk>
2350
2351 * cmdproxy.c (main): Set environment size only when running
2352 command.com.
2353
2354 1998-11-03 Theodore Jump <tjump@tertius.com>
2355
2356 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
2357 (DEL_TREE): Use rd instead of rmdir.
2358 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries.
2359 * makefile.nt: Compile multiple source files when possible.
2360
2361 1998-10-05 Geoff Voelker <voelker@cs.washington.edu>
2362
2363 * cmdproxy.c (main): Treat command line options as case-insensitive.
2364
2365 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
2366
2367 * Version 20.3 released.
2368
2369 1998-07-20 Geoff Voelker <voelker@cs.washington.edu>
2370
2371 * addpm.c (main): Explicitly check result of message box for OK.
2372
2373 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk>
2374
2375 * inc/sys/file.h (D_OK): Define new macro.
2376
2377 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org>
2378
2379 * makefile.def (CFLAGS): Do not define HAVE_NTGUI.
2380
2381 1998-05-30 Geoff Voelker <voelker@cs.washington.edu>
2382
2383 * emacs.rc (VS_VERSION_INFO): Define.
2384
2385 1998-04-23 Geoff Voelker <voelker@cs.washington.edu>
2386
2387 * makefile.nt (emacs.bat, debug.bat): Create them in the
2388 installation directory.
2389
2390 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk>
2391
2392 * ddeclient.c: New file. (Support program for performing limited
2393 interprocess communication on Windows.)
2394
2395 * makefile.nt: Build ddeclient.
2396
2397 * cmdproxy.c (main): Only set environment size for real shell, and
2398 provide extra directory argument, when running on Windows 95.
2399
2400 1998-04-17 Geoff Voelker <voelker@cs.washington.edu>
2401
2402 * cmdproxy.c (fail): Exit with a negative return value.
2403 (spawn): Return subprocess return code as an argument.
2404 Explicitly copy environment block.
2405 (main): Update to use return value argument with spawn.
2406 Retry if spawn failed when a subshell was not tried.
2407
2408 * config.nt: Include new macros from src/config.in.
2409 (GNU_MALLOC, REL_ALLOC): Define.
2410 (RE_TRANSLATE_TYPE): Use Lisp_Object as type.
2411 (RE_TRANSLATE): Use char_table_translate.
2412
2413 * makefile.def (CP_DIR): Preserve attributes.
2414
2415 * makefile.nt (clean): Delete patch generated files, optimized
2416 build directory.
2417
2418 1997-10-01 Geoff Voelker <voelker@cs.washington.edu>
2419
2420 * addpm.c (env_vars): Fix misplaced % in SHELL entry.
2421
2422 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2423
2424 * Version 20.2 released.
2425
2426 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2427
2428 * Version 20.1 released.
2429
2430 1997-09-11 Geoff Voelker <voelker@cs.washington.edu>
2431
2432 * debug.bat.in: New file.
2433 * makefile.nt (debug.bat): New target.
2434
2435 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk>
2436
2437 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH.
2438 Quote group name. Allow different icons to be specified.
2439
2440 * cmdproxy.c (get_env_size): New function.
2441 (spawn): Explicitly pass in environment when creating subprocess.
2442 (main): Cleanup error messages.
2443 Specify dynamically sized environment block for real shell.
2444 Pass on unhandled switches to real shell.
2445 Quote program name.
2446
2447 * makefile.def (CFLAGS_COMMON): Place pdb file in object build
2448 directory.
2449 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
2450
2451 * runemacs.c (WinMain): Allow Emacs process to be started with
2452 high or low priority.
2453
2454 * emacs.bat.in: Remove OS dependent operations.
2455
2456 1997-09-02 Geoff Voelker <voelker@cs.washington.edu>
2457
2458 * addpm.c (env_vars): No longer set INFOPATH.
2459
2460 * cmdproxy.c (get_next_token): Null terminate token returned.
2461
2462 * emacs.bat.in (INFOPATH): No longer set INFOPATH.
2463
2464 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk>
2465
2466 * addpm.c (env_vars): Set SHELL to cmdproxy.
2467 (main): Initialize idDde to 0.
2468 Determine emacs_path from module file name.
2469 Prompt for install.
2470
2471 * makefile.def (MSVCNT11): Conditionally define it.
2472 (BASE_LIBS): Do not use oldnames.lib.
2473 (SYS_LDFLAGS): Use pdb files.
2474 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
2475 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
2476 (ARCH_CFLAGS) [alpha && spd]: Use optimizations.
2477
2478 * makefile.nt (ALL): Build cmdproxy.
2479 (cmdproxy): New target.
2480 (install): Install cmdproxy.
2481
2482 * ftime.bat, debug.bat, cmdproxy.c: New files.
2483
2484 1997-07-10 Geoff Voelker <voelker@cs.washington.edu>
2485
2486 * inc/sys/socket.h (shutdown): Define.
2487 (sys_shutdown): Export.
2488
2489 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2490
2491 * config.nt (RE_TRANSLATE): Copy definition from config.in.
2492
2493 1997-07-01 Geoff Voelker <voelker@cs.washington.edu>
2494
2495 * config.nt: Update file comments.
2496 Update undefs added/removed in src/config.in.
2497
2498 1997-06-19 Geoff Voelker <voelker@cs.washington.edu>
2499
2500 * makefile.def, emacs.bat: Use windows95 and windowsnt instead
2501 of win95 and winnt, respectively.
2502
2503 1997-01-04 Geoff Voelker <voelker@cs.washington.edu>
2504
2505 * makefile.nt (real_install): Create site-lisp in installation dir.
2506 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH.
2507 * emacs.bat.in: Add site-lisp to EMACSLOADPATH.
2508
2509 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2510
2511 * Version 19.33 released.
2512
2513 1996-08-09 Geoff Voelker <voelker@cs.washington.edu>
2514
2515 * runemacs.c (WinMain): Put a space between the binary and its args.
2516
2517 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
2518
2519 * Version 19.32 released.
2520
2521 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk>
2522
2523 * makefile.nt (clean): Use OBJDIR macro.
2524
2525 1996-06-03 Kim F. Storm <kfs@olicom.dk>
2526
2527 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro.
2528 Not defined by default.
2529 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE.
2530 (WinMain): Convert backslashes to slashes in env var values.
2531
2532 * addpm.c (env_vars): Use slashes, not backslashes.
2533
2534 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
2535
2536 * Version 19.31 released.
2537
2538 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk>
2539
2540 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make;
2541 undo settings afterwards.
2542
2543 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk>
2544
2545 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
2546 environment variable.
2547
2548 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
2549
2550 * install.bat: Allow for optimized build.
2551 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
2552 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
2553
2554 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk>
2555
2556 * addpm.c (REG_ROOT): Don't use a trailing backslash.
2557 (env_vars): Rename field emacs_path to emacs_dir.
2558 (main): Add link to runemacs instead of emacs.
2559
2560 * install.bat: Check if INSTALL_DIR is passed as an argument.
2561
2562 * makefile.def (CONFIG_H) [WIN95]: Use config.nt.
2563
2564 * makefile.nt: Build and install runemacs.exe.
2565
2566 * runemacs.c: New file.
2567
2568 * config.w95: File removed.
2569
2570 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h,
2571 inc/sys/socket.h, inc/sys/time.h: New header files.
2572
2573 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
2574
2575 1996-03-27 Geoff Voelker <voelker@cs.washington.edu>
2576
2577 * makefile.def (DEL): Defined.
2578 (DEL_TREE) [win95]: Defined.
2579 (SYS_LDFLAGS): Set executable versions to 3.10.
2580
2581 * makefile.nt: Change uses of del to $(DEL).
2582
2583 1996-01-17 Erik Naggum <erik@naggum.no>
2584
2585 * All files: Update FSF's address in comment preamble.
2586
2587 1996-01-03 George V. Reilly <georger@microcrafts.com>
2588
2589 * emacs.ico: Now the proverbial kitchen sink icon.
2590
2591 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2592
2593 * Version 19.30 released.
2594
2595 1995-11-22 Geoff Voelker <voelker@cs.washington.edu>
2596
2597 * makefile.def (CP_DIR): Use platform independent switches for xcopy.
2598
2599 * makefile.nt (install, fast_install, real_install, clean):
2600 Don't use switches to del not supported by Windows 95.
2601
2602 1995-11-07 Kevin Gallo <kgallo@microsoft.com>
2603
2604 * makefile.nt (addpm.exe): Link with $(ADVAPI32).
2605 (install, fast_install): Change same-dir test to create test file in
2606 installation tree and thereby support read-only shares.
2607 (clean): Remove .pdb files.
2608
2609 * makefile.def (NTGUI): New macro.
2610 [NTGUI] (CFLAGS): Define HAVE_NTGUI.
2611
2612 * config.nt, config.w95: Update to latest src/config.in.
2613
2614 * addpm.c (env_vars): New variable.
2615 (add_registry): New procedure.
2616 (main): Use values of configuration environment variables from
2617 the registry if defined, the process environment otherwise.
2618
2619 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
2620
2621 * Version 19.29 released.
2622
2623 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup.
2624
2625 1995-06-13 Geoff Voelker <voelker@cs.washington.edu>
2626
2627 * makefile.nt: Define .c to .obj suffix rule.
2628 (addpm.obj): Compile directly, use CFLAGS.
2629 (addpm.exe): Link from addpm.obj.
2630
2631 * makefile.def (MSVCNT11): Defined.
2632 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
2633 (CFLAGS_COMMON): Defined.
2634 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
2635
2636 1995-06-09 Geoff Voelker <voelker@cs.washington.edu>
2637
2638 * emacs.bat.in: Renamed from emacs.bat.
2639 (emacs_dir): Rename from emacs_path.
2640 Definition removed.
2641
2642 * addpm.c: New file.
2643 * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
2644 (all): Depend upon $(BLD) and $(ALL).
2645 (install): Depend upon emacs.bat.
2646 Create program item for Emacs.
2647 (clean): Delete obj.
2648 (emacs.bat): Defined.
2649 * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
2650
2651 1995-05-27 Geoff Voelker <voelker@cs.washington.edu>
2652
2653 * ebuild.bat, emacs.bat, fast-install.bat, install.bat:
2654 Add carriage returns; necessary for batch files on Windows 95.
2655
2656 1995-05-25 Geoff Voelker <voelker@cs.washington.edu>
2657
2658 * config.w95: Created.
2659 * config.h: Changed to config.nt.
2660
2661 * makefile.nt (SUBDIRS): Commented out.
2662 (all, install, clean): Expand for-loops.
2663 (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
2664
2665 * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
2666 (ARCH): New definition.
2667 (CPU, CONFIG_H, OS_TYPE): Defined.
2668 (INCLUDE, LIB): Checked if valid.
2669 (ntwin32.mak): Included.
2670 (AR, CC, LINK): New definition.
2671 (ADVAPI32, libc, BASE_LIBS): Defined.
2672 (SYS_LDFLAGS): New definition.
2673 Update comments and preprocessor conditionals.
2674
2675 * emacs.bat (SHELL): Conditionally defined.
2676 (HOME): Conditionally defined.
2677 (emacs_path, HOME): Update comments.
2678 Turn off all echo.
2679
2680 1995-05-09 Geoff Voelker <voelker@cs.washington.edu>
2681
2682 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc,
2683 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h,
2684 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h,
2685 inc/sys/param.h: Removed carriage-returns.
2686
2687 1995-05-06 Geoff Voelker <voelker@cs.washington.edu>
2688
2689 * makefile.def (CVTRES): Defined.
2690
2691 * emacs.ico, emacs.rc: New files by Kevin Gallo.
2692
2693 1995-04-10 Geoff Voelker <voelker@cs.washington.edu>
2694
2695 * src: Remove directory.
2696
2697 * src\config.h, src\paths.h: Moved to parent dir, src removed.
2698
2699 1995-04-09 Geoff Voelker <voelker@cs.washington.edu>
2700
2701 * makefile.def (INSTALL_DIR): Change to generic directory.
2702
2703 * emacs.bat: Added arguments when emacs.exe invoked.
2704
2705 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat.
2706
2707 1994-12-13 Geoff Voelker <voelker@cs.washington.edu>
2708
2709 * makefile.def (CC): In configuration section.
2710 (COMPAT_LIB): Defined.
2711
2712 1994-11-01 Geoff Voelker <voelker@cs.washington.edu>
2713
2714 * src/paths.h: New file.
2715
2716 * src/config.h: New file.
2717
2718 * inc/pwd.h: New file.
2719
2720 * inc/sys/dir.h: New file.
2721
2722 * inc/sys/file.h: New file.
2723
2724 * inc/sys/ioctl.h: New file.
2725
2726 * inc/sys/param.h: New file.
2727
2728 * todo: New file.
2729
2730 * README: New file.
2731
2732 * makefile.nt: New file.
2733
2734 * makefile.def: New file.
2735
2736 * install.cmd: New file.
2737
2738 * INSTALL: New file.
2739
2740 * fast-install.cmd: New file.
2741
2742 * emacs.cmd: New file.
2743
2744 * ebuild.cmd: New file.
2745
2746 * _emacs: New file.
2747
2748 ;; Local Variables:
2749 ;; coding: utf-8
2750 ;; add-log-time-zone-rule: t
2751 ;; End:
2752
2753 Copyright (C) 1995-1999, 2001-2012 Free Software Foundation, Inc.
2754
2755 This file is part of GNU Emacs.
2756
2757 GNU Emacs is free software: you can redistribute it and/or modify
2758 it under the terms of the GNU General Public License as published by
2759 the Free Software Foundation, either version 3 of the License, or
2760 (at your option) any later version.
2761
2762 GNU Emacs is distributed in the hope that it will be useful,
2763 but WITHOUT ANY WARRANTY; without even the implied warranty of
2764 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2765 GNU General Public License for more details.
2766
2767 You should have received a copy of the GNU General Public License
2768 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.