Mercurial > emacs
annotate nt/ChangeLog @ 49198:2e85a81f1b1e
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 13 Jan 2003 09:49:10 +0000 |
parents | 8c1adeb99c93 |
children | 0337b1d1c006 |
rev | line source |
---|---|
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
1 2002-11-17 Ben Key <BKey1@tampabay.rr.com> |
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
2 |
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
3 * nmake.defs: |
48375
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
4 * gmake.defs: Made changes so that Emacs would link with |
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
5 WinMM.lib. This change was required for my addition of a Windows |
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
6 compatible implementation of play-sound-internal. |
4d7b83cc03aa
Added a partial implementation of play-sound-internal for Windows. Fixed the following entry in etc/PROBLEMS: Emacs built on Windows 9x/ME crashes at startup on Windows XP, or Emacs built on XP crashes at startup on Windows 9x/ME.
Ben Key <bkey1@tampabay.rr.com>
parents:
48065
diff
changeset
|
7 |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
8 2002-09-03 Peter Runestig <peter@runestig.com> (tiny change) |
47216
31c7cb792cd2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45813
diff
changeset
|
9 |
48454
8c1adeb99c93
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
48375
diff
changeset
|
10 * emacs.rc: Version updated to 21.3.50. |
47216
31c7cb792cd2
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
45813
diff
changeset
|
11 |
45813 | 12 2002-06-13 Jason Rumney <jasonr@gnu.org> |
13 | |
14 * addpm.c (env_vars): Remove EMACSLOCKDIR. | |
15 | |
16 * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD) | |
17 (maybe-bootstrap-SH): New targets. | |
18 (all): Depend on maybe-bootstrap. | |
19 | |
45088 | 20 2002-05-03 Jason Rumney <jasonr@gnu.org> |
21 | |
22 * inc/sys/socket.h (F_SETFL, O_NDELAY): Define. | |
23 (sys_getpeername, fcntl): Declare as wrappers. | |
24 | |
44496
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
25 2002-04-10 Juanma Barranquero <lektu@terra.es> |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
26 |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
27 * makefile.w32-in (bootstrap-nmake, bootstrap-gmake): Make DOC |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
28 after compiling .el files. |
9148e7fc1e39
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
44048
diff
changeset
|
29 |
44048 | 30 2002-03-20 Jason Rumney <jasonr@gnu.org> |
31 | |
32 * inc/sys/socket.h (sys_setsockopt, sys_listen, sys_getsockname) | |
33 (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers. | |
34 | |
44024 | 35 2002-03-19 Kim F. Storm <storm@cua.dk> |
36 | |
37 * config.nt (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT) | |
38 (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. | |
39 (HAVE_SYS_UN_H): Undef. | |
40 From David Ponce <dponce@voila.fr>. | |
41 | |
43892 | 42 2002-03-13 Jason Rumney <jasonr@gnu.org> |
43 | |
44 * config.nt (STRFTIME_NO_POSIX2): Define. | |
45 | |
43398 | 46 2002-02-18 Jason Rumney <jasonr@gnu.org> |
47 | |
48 * emacs.rc: Define VS_VERSION_INFO if not already. | |
49 Update version info. | |
50 | |
42530 | 51 2002-01-04 Andrew Innes <andrewi@gnu.org> |
52 | |
53 * gmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
54 pick up relevant bits of the Windows API definitions. | |
55 | |
56 * nmake.defs (CFLAGS): Define _WIN32_WINNT as 0x0400, in order to | |
57 pick up relevant bits of the Windows API definitions. | |
58 | |
42027 | 59 2001-12-14 Andrew Innes <andrewi@gnu.org> |
60 | |
61 * makefile.w32-in (bootstrap): Build addsection program before | |
62 bootstrap (required for post-processing temacs.exe). | |
63 | |
41896 | 64 2001-12-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
65 | |
66 * COPYING: New file. | |
67 | |
42025 | 68 2001-12-03 Andrew Innes <andrewi@gnu.org> |
69 | |
70 * makefile.w32-in (bootstrap-nmake): | |
71 (bootstrap-gmake): Extend bootstrap process to first do | |
72 bootstrap-clean in lisp dir and rebuild the DOC file. | |
73 (bootstrap): Do a "normal" make after the bootstrap work. | |
74 | |
41328 | 75 2001-11-20 Jason Rumney <jasonr@gnu.org> |
76 | |
77 * INSTALL: Update table of versions of make that are suitable | |
78 for building Emacs, based on recent feedback. | |
79 | |
80 * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed. | |
81 | |
41278 | 82 2001-11-19 Andrew Innes <andrewi@gnu.org> |
83 | |
84 * ftime-nostartup.bat: New file. | |
85 | |
86 * ftime.bat: Don't include libc.lib for profiling - the profiler | |
87 corrupts part of memcpy. | |
88 | |
41178 | 89 2001-11-17 Jason Rumney <jasonr@gnu.org> |
90 | |
91 * nmake.defs (SYS_LDFLAGS): Add setargv.obj for wildcard | |
92 expansion. From Juanma Barranquero <lektu@terra.es>. | |
93 | |
40111 | 94 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
95 | |
40152 | 96 * (Version 21.1 released.) |
40111 | 97 |
39826 | 98 2001-10-12 Andrew Innes <andrewi@gnu.org> |
99 | |
100 * inc/pwd.h (uid_t, gid_t): New typedefs. | |
101 | |
39742 | 102 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
103 | |
104 * Branch for 21.1. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
105 |
39193 | 106 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
107 | |
108 * README: Update the address of the mailing list and subscription | |
109 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>. | |
110 | |
39156 | 111 2001-09-06 Eli Zaretskii <eliz@is.elta.co.il> |
112 | |
113 * INSTALL: Suggest to avoid using WinZip. | |
39154 | 114 |
115 * configure.bat: Make sure ../site-lisp exists; create if necessary. | |
116 | |
39145 | 117 2001-09-05 Eli Zaretskii <eliz@is.elta.co.il> |
118 | |
119 * INSTALL: Mention that "make install" can be "nmake install". | |
120 | |
39114 | 121 2001-09-04 Eli Zaretskii <eliz@is.elta.co.il> |
122 | |
123 * makefile.w32-in ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR), | |
124 since some versions of `mkdir' don't automatically create parent | |
125 directories. From Bruno Grossniklaus <bruno.grossniklaus@ubs.com>. | |
126 | |
39056 | 127 2001-08-31 Eli Zaretskii <eliz@is.elta.co.il> |
128 | |
129 * subdirs.el: New file. | |
130 | |
131 * configure.bat: Copy subdirs.el to the site-lisp directory. | |
132 | |
133 * makefile.w32-in (install): Copy subdirs.el to the installation | |
134 directory. | |
135 | |
38140 | 136 2001-06-20 Jason Rumney <jasonr@gnu.org> |
137 | |
138 * runemacs.c (WinMain): Add quotes around command in case of spaces. | |
139 | |
37975 | 140 2001-06-01 Andrew Innes <andrewi@gnu.org> |
141 | |
142 * gmake.defs (sh_output): Don't use $(warning ...) to output | |
143 messages, since that is not supported by GNU make 3.77. | |
144 | |
37886 | 145 2001-05-24 Jason Rumney <jasonr@gnu.org> |
146 | |
147 * INSTALL: Clarify that building with MSVC requires nmake. | |
148 | |
37779 | 149 2001-05-17 Andrew Innes <andrewi@gnu.org> |
150 | |
151 * gmake.defs (NEW_CYGWIN): Output message about spurious error | |
152 message that is to be ignored. | |
153 | |
37711 | 154 2001-05-13 Andrew Innes <andrewi@gnu.org> |
155 | |
156 * TODO: Remove file, since it is completely out of date. | |
157 | |
158 * README: Add copyright notice. | |
159 | |
160 * INSTALL: Add copyright notice. | |
161 | |
37566 | 162 2001-04-18 Andrew Innes <andrewi@gnu.org> |
163 | |
164 * nmake.defs (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in | |
165 the environment. | |
166 | |
167 * gmake.defs (SETLOADPATH): Remove definition. | |
168 (EMACSLOADPATH): Ensure EMACSLOADPATH is defined in the | |
169 environment. | |
170 | |
171 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il> | |
172 | |
173 * configure.bat: Make the checkw32api* labels be distinct in the | |
174 first 8 characters. | |
175 | |
176 2001-03-17 Andrew Innes <andrewi@gnu.org> | |
177 | |
178 * cmdproxy.c (get_next_token): Fix indefinite loop bug scanning | |
179 escaped quotes. | |
180 | |
181 * gmake.defs (DEBUG_LINK): New macro. | |
182 (LINK_FLAGS): Use it. | |
183 | |
184 * nmake.defs (DEBUG_LINK): New macro. | |
185 (LINK_FLAGS): Use it. | |
186 | |
187 2001-03-06 Andrew Innes <andrewi@gnu.org> | |
188 | |
189 * INSTALL: Add --ldflags to configure line for building with | |
190 recent versions of Cygwin GCC. | |
191 | |
192 2001-03-05 Eli Zaretskii <eliz@is.elta.co.il> | |
193 | |
194 * configure.bat: Use correct options when compiling a test program | |
195 with Cygwin. From David Ponce <dponce@voila.fr>. | |
196 | |
197 2001-02-24 Andrew Innes <andrewi@gnu.org> | |
198 | |
199 * _emacs: Remove obsolete file. | |
200 | |
201 * emacs.bat.in: Remove obsolete file. | |
202 | |
203 * debug.bat.in: Remove obsolete file. | |
204 | |
205 * inc/sys/socket.h: Add copyright notice. | |
206 | |
207 * paths.h: Add copyright notice. | |
208 | |
209 * makefile.nt: Update copyright notice. | |
210 | |
211 * makefile.def: Update copyright notice. | |
212 | |
213 * configure.bat: Update copyright notice. | |
214 | |
215 * nmake.defs: Add copyright notice. | |
216 | |
217 * gmake.defs: Add copyright notice. | |
218 | |
219 * makefile.w32-in: Add copyright notice. | |
220 | |
221 2001-02-05 Andrew Innes <andrewi@gnu.org> | |
222 | |
223 * nmake.defs (THISDIR): New definition. | |
224 | |
225 * gmake.defs (THISDIR): New definition. | |
226 | |
227 2001-02-03 Andrew Innes <andrewi@gnu.org> | |
228 | |
229 * configure.bat: Leave a space before >> only when there is a | |
230 preceding digit. Add a comment about the importance of this. | |
231 | |
232 * README: Replace outdated information. | |
233 | |
234 * INSTALL (Trouble-shooting): Add note about need to specify extra | |
235 compiler flags with recent Cygwin ports of gcc. | |
236 | |
237 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> | |
238 | |
239 * configure.bat: Use "rm -f" instead of "del /f", as the latter | |
240 is not supported by Windows 9X's COMMAND.COM. | |
241 | |
242 2001-01-31 Eli Zaretskii <eliz@is.elta.co.il> | |
243 | |
244 * configure.bat: Make sure redirection is preceeded by a blank, to | |
245 avoid problems with "1>>foo" when CMD.EXE is the shell, which eats | |
246 up the "1" part. From Rob Giardina <rob@criticalpointsoftware.com>. | |
247 | |
248 2001-01-30 Eli Zaretskii <eliz@is.elta.co.il> | |
249 | |
250 * INSTALL: Copy the table of tested combinations of development | |
251 tools from confuigure.bat. Add suggestion to install Bash on | |
252 Windows 9X. | |
253 | |
254 * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy | |
255 lisp/Makefile.in instead. Use "rm -f" where more than one file | |
256 needs to be deleted, since command.com in Windows 9X doesn't grok | |
257 more than one argument. | |
258 | |
259 2001-01-24 Andrew Innes <andrewi@gnu.org> | |
260 | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
261 * makefile.w32-in (cleanall-other-dirs-nmake): |
37566 | 262 (cleanall-other-dirs-gmake): New targets. |
263 (cleanall): Invoke them. | |
264 | |
265 2001-01-19 Andrew Innes <andrewi@gnu.org> | |
266 | |
267 * addpm.c (env_vars): Add a version-independent site-lisp | |
268 directory to EMACSLOADPATH, after the version dependent one. | |
269 | |
270 2001-01-06 Andrew Innes <andrewi@gnu.org> | |
271 | |
272 * README: Update info about compilers. | |
273 | |
274 * makefile.w32-in: Use $(MAKETYPE) instead of $(SHELLTYPE) to | |
275 select correct rule for invoking make in another directory. Amend | |
276 rules accordingly. | |
277 (clean): Delete $(COMPILER_TEMP_FILES) instead of *.pdb. | |
278 | |
279 * nmake.defs (EMACS_ICON_PATH): Delete definition. | |
280 (COMPILER_TEMP_FILES): New definition. | |
281 (MAKETYPE): New definition. | |
282 | |
283 * gmake.defs (EMACS_ICON_PATH): Delete definition. | |
284 (COMPILER_TEMP_FILES): New definition. | |
285 (MAKETYPE): New definition. | |
286 | |
287 * makefile.def (EMACS_ICON_PATH): Delete definition. | |
288 | |
289 * configure.bat: Be careful not to add trailing spaces when | |
290 outputting to config.settings. | |
291 | |
292 2001-01-02 Andrew Innes <andrewi@gnu.org> | |
293 | |
294 * config.nt (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE macro rather | |
295 than the function. | |
296 | |
297 2000-12-17 Andrew Innes <andrewi@gnu.org> | |
298 | |
299 * makefile.w32-in (install): Copy directories to the correct | |
300 places. | |
301 (real_install): Remove obsolete target. | |
302 | |
303 2000-12-06 Andrew Innes <andrewi@gnu.org> | |
304 | |
305 * nmake.defs (CURDIR): New define. | |
306 (INSTALL_DIR): Use it. | |
307 | |
308 * gmake.defs (NEW_CYGWIN): New define. | |
309 (DQUOTE) [NEW_CYGWIN]: Cygnus changed the quoting rules since b20, | |
310 so we need to adjust how we escape embedded quotes. | |
311 (SETLOADPATH): Set EMACSLOADPATH to an absolute directory, | |
312 relative to $(CURDIR). | |
313 | |
314 2000-11-25 Jason Rumney <jasonr@gnu.org> | |
315 | |
316 * config.nt (GC_MARK_STACK, GC_SETJMP_WORKS): Define. | |
317 | |
318 2000-10-17 Andrew Innes <andrewi@gnu.org> | |
319 | |
320 * makefile.w32-in (recompile): New target to recompile lisp | |
321 directory. | |
322 (recompile-CMD, recompile-SH): New support targets. | |
323 | |
324 2000-09-24 Jason Rumney <jasonr@gnu.org> | |
325 | |
326 * config.nt (NO_RETURN): Define it. | |
327 | |
328 2000-09-17 Andrew Innes <andrewi@gnu.org> | |
329 | |
330 * gmake.defs: Revert to Unix line endings. | |
331 | |
332 * nmake.defs: Revert to Unix line endings. | |
333 | |
334 2000-09-16 Andrew Innes <andrewi@gnu.org> | |
335 | |
336 * gmake.defs (SETLOADPATH): Change definition to work from any | |
337 subdirectory. | |
338 | |
339 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
340 | |
341 * makefile.w32-in: Revert to Unix line endings. | |
342 | |
343 2000-09-14 Andrew Innes <andrewi@gnu.org> | |
344 | |
345 * INSTALL: Add note about expected error messages when configure | |
346 is run. | |
347 | |
348 * configure.bat: Simplify the generation of makefiles (don't need | |
349 to generate various top-level targets that invoke make in other | |
350 directories). | |
351 | |
352 * gmake.defs (SHELLTYPE): New define. | |
353 (SETLOADPATH): New define. | |
354 | |
355 * nmake.defs (SHELLTYPE): New define. | |
356 | |
357 * makefile.w32-in: Standardize indentation somewhat. | |
358 Add bootstrap support. | |
359 Pass $(MFLAGS) when invoking make recursively. | |
360 Add shell-specific variants of top-level targets that invoke make | |
361 recursively in other directories, and add necessary computed | |
362 dependencies. | |
363 | |
364 2000-09-03 Andrew Innes <andrewi@gnu.org> | |
365 | |
366 * makefile.w32-in: Change to DOS line endings. | |
367 | |
368 * configure.bat: Change to DOS line endings. | |
369 | |
370 * addsection.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
371 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
372 | |
373 * preprep.c (_ANONYMOUS_UNION) [__GNUC__]: New define. | |
374 (_ANONYMOUS_STRUCT) [__GNUC__]: New define. | |
375 | |
376 * gmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
377 -D_ANONYMOUS_STRUCT on compile line. | |
378 (EMACS_EXTRA_C_FLAGS): No need for -DORDINARY_LINK. | |
379 (ARCH_CFLAGS): Change optimization flags to -O2. | |
380 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
381 (ARGQUOTE, DQUOTE): New defines. | |
382 | |
383 * nmake.defs (CFLAGS): No need for -D_ANONYMOUS_UNION | |
384 -D_ANONYMOUS_STRUCT on compile line. | |
385 (FOREACH, FORVAR, FORDO, ENDFOR): New definitions. | |
386 (ARGQUOTE, DQUOTE): New defines. | |
387 | |
388 2000-08-22 Andrew Innes <andrewi@gnu.org> | |
389 | |
390 * configure.bat: New file. | |
391 | |
392 * gmake.defs: New file. | |
393 | |
394 * nmake.defs: New file. | |
395 | |
396 * makefile.w32-in: New file. | |
397 | |
398 * INSTALL: Rewrite to match new configure process. | |
399 | |
400 * config.nt [WINDOWSNT]: Don't declare getenv. | |
401 (EMACS_CONFIG_OPTIONS): Define according to compiler being used. | |
402 | |
403 * addpm.c (main): Accept /q to mean install based on addpm's | |
404 location without asking. Remove reference to emacs.bat which is | |
405 now obsolete. | |
406 | |
407 * addsection.c (PTR_TO_OFFSET): Cast ptr to unsigned char*. | |
408 | |
409 * paths.h: Use forward slash as directory separator in all path | |
410 definitions. | |
411 (PATH_DUMPLOADSEARCH): Revert to definition used on Unix. | |
412 | |
413 * preprep.c (PTR_TO_OFFSET): Cast ptr to unsigned char *. | |
414 | |
415 * runemacs.c: Remove WIN32 define. | |
416 | |
417 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK, D_OK): Define if D_OK is | |
418 not defined. | |
419 | |
420 * inc/sys/socket.h (_WINSOCK_H): Undefine if defined. | |
421 (fd_set): Define to new name, after including winsock.h, so we can | |
422 provide our own implementation. | |
423 | |
424 2000-07-05 Andrew Innes <andrewi@gnu.org> | |
425 | |
426 * ebuild.bat: Add support for specifying make arguments. | |
427 | |
428 * makefile.nt: Add support for `bootstrap' and related targets. | |
429 | |
430 2000-06-11 Jason Rumney <jasonr@gnu.org> | |
431 | |
432 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P. | |
433 | |
434 2000-02-06 Andrew Innes <andrewi@gnu.org> | |
435 | |
436 * inc/sys/time.h: Add inclusion protection. | |
437 | |
438 * makefile.def (SYS_LDFLAGS): Add -nologo. | |
439 | |
440 1999-11-22 Andrew Innes <andrewi@gnu.org> | |
441 | |
442 * install.bat: Pass on command line arguments to make. | |
443 | |
444 * makefile.nt (fast_install): Bring commands up-to-date, and fix | |
445 typo. | |
446 | |
447 1999-11-21 Andrew Innes <andrewi@gnu.org> | |
448 | |
449 * makefile.nt (all): Build leim if present. | |
450 (install): Install leim if present. | |
451 (clean): Clean leim if present. | |
452 | |
453 * addpm.c (env_vars): Include leim in default EMACSLOADPATH | |
454 definition. | |
455 | |
456 * emacs.bat.in (EMACSLOADPATH): Include leim. | |
457 | |
458 1999-07-12 Richard Stallman <rms@gnu.org> | |
459 | |
460 * Version 20.4 released. | |
461 | |
462 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
463 | |
464 * emacs.rc: Use an icon with a transparent background, to be in | |
465 keeping with other applications. | |
466 | |
467 1999-06-03 Andrew Innes <andrewi@gnu.org> | |
468 | |
469 * preprep.c: Fix typo. | |
470 | |
471 1999-05-02 Andrew Innes <andrewi@gnu.org> | |
472 | |
473 * config.h: Remove obsolete file. | |
474 | |
475 * preprep.c (copy_executable_and_move_sections): Ifdef out a | |
476 couple of unused switch cases that aren't defined on all | |
477 platforms. | |
478 | |
479 * ftime.bat: Add another variation of the profile command, which | |
480 only profiles extended commands. | |
481 | |
482 1999-03-31 Geoff Voelker <voelker@cs.washington.edu> | |
483 | |
484 * cmdproxy.c (main): Fix parens. | |
485 | |
486 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
487 | |
488 * cmdproxy.c (main): Call GetShortPathName to normalize program | |
489 names for comparison. | |
490 | |
491 1999-03-05 Geoff Voelker <voelker@cs.washington.edu> | |
492 | |
493 * makefile.def: Compile multiple .c files when possible. | |
494 Use BLD instead of assuming i386. | |
495 * makefile.nt: Remove common multiple file compilation commands. | |
496 | |
497 1999-03-04 Geoff Voelker <voelker@cs.washington.edu> | |
498 | |
499 * cmdproxy.c (main): Add missing parens. | |
500 | |
501 1999-02-20 Andrew Innes <andrewi@gnu.org> | |
502 | |
503 * preprep.c: New program to allow dumped image to be profiled. | |
504 | |
505 * makefile.nt (preprep): New target. | |
506 (ALL): Build it. | |
507 | |
508 * makefile.def (ARCH_CFLAGS): Set struct packing to 8. | |
509 | |
510 * ftime.bat: Invoke preprep to prepare dumped image for profiling. | |
511 Change prep options to profile libc functions and skip the startup | |
512 code. | |
513 | |
514 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
515 | |
516 * makefile.nt: Create installation directory as first step. | |
517 | |
518 1999-01-31 Andrew Innes <andrewi@gnu.org> | |
519 | |
520 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from | |
521 ROUND_UP_DST. Zeroes the alignment slop. | |
522 (copy_executable_and_add_section): Update the | |
523 SizeOfHeaders field properly. | |
524 | |
525 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
526 | |
527 * makefile.nt: Do make version comparison as strings. | |
528 | |
529 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk> | |
530 | |
531 * runemacs.c (WinMain): Pass explicit environment block to | |
532 CreateProcess, to work around a bug in Windows 95/98. | |
533 | |
534 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | |
535 | |
536 * icons: New directory with Davenport's icons. | |
537 icons/sink.ico: Renamed from emacs.ico. | |
538 | |
539 * makefile.nt (install, fast_install): Install Windows icons | |
540 into etc/icons. | |
541 | |
542 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. | |
543 | |
544 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
545 | |
546 * makefile.nt: (ALL): List top-level targets. | |
547 (addsection): New top-level target. | |
548 (install): Copy fns-*.el to bin directory. | |
549 | |
550 * addsection.c: New program to add static heap section to | |
551 temacs.exe after linking, in support of new unexec method. | |
552 | |
553 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org> | |
554 | |
555 * cmdproxy.c (spawn): Pass directory for child as parameter. | |
556 (main): Save startup directory to give to spawn, then change | |
557 directory to location of .exe in order not to prevent startup | |
558 directory from being deleted. | |
559 | |
560 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
561 | |
562 * makefile.nt: Do string comparision of _NMAKE_VER. | |
563 | |
564 1998-12-02 Geoff Voelker <voelker@cs.washington.edu> | |
565 | |
566 * config.nt (LOCALTIME_CACHE): Define. | |
567 | |
568 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org> | |
569 | |
570 * install.bat: Convert to DOS format. | |
571 | |
572 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
573 | |
574 * cmdproxy.c (main): Set environment size only when running | |
575 command.com. | |
576 | |
577 1998-11-03 Theodore Jump <tjump@tertius.com> | |
578 | |
579 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. | |
580 (DEL_TREE): Use rd instead of rmdir. | |
581 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | |
582 * makefile.nt: Compile multiple source files when possible. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
583 |
37566 | 584 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> |
585 | |
586 * cmdproxy.c (main): Treat command line options as case-insensitive. | |
587 | |
588 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
589 | |
590 * Version 20.3 released. | |
591 | |
592 1998-07-20 Geoff Voelker <voelker@cs.washington.edu> | |
593 | |
594 * addpm.c (main): Explicitly check result of message box for OK. | |
595 | |
596 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | |
597 | |
598 * inc/sys/file.h (D_OK): Define new macro. | |
599 | |
600 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org> | |
601 | |
602 * makefile.def (CFLAGS): Do not define HAVE_NTGUI. | |
603 | |
604 1998-05-30 Geoff Voelker <voelker@cs.washington.edu> | |
605 | |
606 * emacs.rc (VS_VERSION_INFO): Define. | |
607 | |
608 1998-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
609 | |
610 * makefile.nt (emacs.bat, debug.bat): Create them in the | |
611 installation directory. | |
612 | |
613 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | |
614 | |
615 * ddeclient.c: New file. (Support program for performing limited | |
616 interprocess communication on Windows.) | |
617 | |
618 * makefile.nt: Build ddeclient. | |
619 | |
620 * cmdproxy.c (main): Only set environment size for real shell, and | |
621 provide extra directory argument, when running on Windows 95. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
622 |
37566 | 623 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> |
624 | |
625 * cmdproxy.c (fail): Exit with a negative return value. | |
626 (spawn): Return subprocess return code as an argument. | |
627 Explicitly copy environment block. | |
628 (main): Update to use return value argument with spawn. | |
629 Retry if spawn failed when a subshell was not tried. | |
630 | |
631 * config.nt: Include new macros from src/config.in. | |
632 (GNU_MALLOC, REL_ALLOC): Define. | |
633 (RE_TRANSLATE_TYPE): Use Lisp_Object as type. | |
634 (RE_TRANSLATE): Use char_table_translate. | |
635 | |
636 * makefile.def (CP_DIR): Preserve attributes. | |
637 | |
638 * makefile.nt (clean): Delete patch generated files, optimized | |
639 build directory. | |
640 | |
641 1997-10-01 Geoff Voelker <voelker@cs.washington.edu> | |
642 | |
643 * addpm.c (env_vars): Fix misplaced % in SHELL entry. | |
644 | |
645 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
646 | |
647 * Version 20.2 released. | |
648 | |
649 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
650 | |
651 * Version 20.1 released. | |
652 | |
653 1997-09-11 Geoff Voelker <voelker@cs.washington.edu> | |
654 | |
655 * debug.bat.in: New file. | |
656 * makefile.nt (debug.bat): New target. | |
657 | |
658 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
659 | |
660 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH. | |
661 Quote group name. Allow different icons to be specified. | |
662 | |
663 * cmdproxy.c (get_env_size): New function. | |
664 (spawn): Explicitly pass in environment when creating subprocess. | |
665 (main): Cleaup error messages. | |
666 Specify dynamically sized environment block for real shell. | |
667 Pass on unhandled switches to real shell. | |
668 Quote program name. | |
669 | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
670 * makefile.def (CFLAGS_COMMON): Place pdb file in object build |
37566 | 671 directory. |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
672 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. |
37566 | 673 |
674 * runemacs.c (WinMain): Allow Emacs process to be started with | |
675 high or low priority. | |
676 | |
677 * emacs.bat.in: Remove OS dependent operations. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
678 |
37566 | 679 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> |
680 | |
681 * addpm.c (env_vars): No longer set INFOPATH. | |
682 | |
683 * cmdproxy.c (get_next_token): Null terminate token returned. | |
684 | |
685 * emacs.bat.in (INFOPATH): No longer set INFOPATH. | |
686 | |
687 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk> | |
688 | |
689 * addpm.c (env_vars): Set SHELL to cmdproxy. | |
690 (main): Initialize idDde to 0. | |
691 Determine emacs_path from module file name. | |
692 Prompt for install. | |
693 | |
694 * makefile.def (MSVCNT11): Conditionally define it. | |
695 (BASE_LIBS): Do not use oldnames.lib. | |
696 (SYS_LDFLAGS): Use pdb files. | |
697 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. | |
698 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. | |
699 (ARCH_CFLAGS) [alpha && spd]: Use optimizations. | |
700 | |
701 * makefile.nt (ALL): Build cmdproxy. | |
702 (cmdproxy): New target. | |
703 (install): Install cmdproxy. | |
704 | |
705 * ftime.bat, debug.bat, cmdproxy.c: New files. | |
706 | |
707 1997-07-10 Geoff Voelker <voelker@cs.washington.edu> | |
708 | |
709 * inc/sys/socket.h: (shutdown): Define. | |
710 (sys_shutdown): Export. | |
711 | |
712 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
713 | |
714 * config.nt (RE_TRANSLATE): Copy definition from config.in. | |
715 | |
716 1997-07-01 Geoff Voelker <voelker@cs.washington.edu> | |
717 | |
718 * config.nt: Update file comments. | |
719 Update undefs added/removed in src/config.in. | |
720 | |
721 1997-06-19 Geoff Voelker <voelker@cs.washington.edu> | |
722 | |
723 * makefil.def, emacs.bat: Use windows95 and windowsnt instead | |
724 of win95 and winnt, respectively. | |
725 | |
726 1997-01-04 Geoff Voelker <voelker@cs.washington.edu> | |
727 | |
728 * makefile.nt (real_install): Create site-lisp in installation dir. | |
729 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH. | |
730 * emacs.bat.in: Add site-lisp to EMACSLOADPATH. | |
731 | |
732 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
733 | |
734 * Version 19.33 released. | |
735 | |
736 1996-08-09 Geoff Voelker <voelker@cs.washington.edu> | |
737 | |
738 * runemacs.c (WinMain): Put a space between the binary and its args. | |
739 | |
740 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
741 | |
742 * Version 19.32 released. | |
743 | |
744 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk> | |
745 | |
746 * makefile.nt (clean): Use OBJDIR macro. | |
747 | |
748 1996-06-03 Kim F. Storm <kfs@olicom.dk> | |
749 | |
750 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. | |
751 Not defined by default. | |
752 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. | |
753 (WinMain): Convert backslashes to slashes in env var values. | |
754 | |
755 * addpm.c (env_vars): Use slashes, not backslashes. | |
756 | |
757 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
758 | |
759 * Version 19.31 released. | |
760 | |
761 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk> | |
762 | |
763 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make; | |
764 undo settings afterwards. | |
765 | |
766 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> | |
767 | |
768 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC | |
769 environment variable. | |
770 | |
771 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
772 | |
773 * install.bat: Allow for optimized build. | |
774 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. | |
775 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. | |
776 | |
777 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
778 | |
779 * addpm.c (REG_ROOT): Don't use a trailing backslash. | |
780 (env_vars): Rename field emacs_path to emacs_dir. | |
781 (main): Add link to runemacs instead of emacs. | |
782 | |
783 * install.bat: Check if INSTALL_DIR is passed as an argument. | |
784 | |
785 * makefile.def (CONFIG_H) [WIN95]: Use config.nt. | |
786 | |
787 * makefile.nt: Build and install runemacs.exe. | |
788 | |
789 * runemacs.c: New file. | |
790 | |
791 * config.w95: File removed. | |
792 | |
793 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h, | |
794 inc/sys/socket.h, inc/sys/time.h: New header files. | |
795 | |
796 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
797 |
37566 | 798 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> |
799 | |
800 * makefile.def (DEL): Defined. | |
801 (DEL_TREE) [win95]: Defined. | |
802 (SYS_LDFLAGS): Set executable versions to 3.10. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
803 |
37566 | 804 * makefile.nt: Change uses of del to $(DEL). |
805 | |
806 1996-01-17 Erik Naggum <erik@naggum.no> | |
807 | |
808 * All files: Update FSF's address in comment preamble. | |
809 | |
810 1996-01-03 George V. Reilly <georger@microcrafts.com> | |
811 | |
812 * emacs.ico: Now the proverbial kitchen sink icon. | |
813 | |
814 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
815 | |
816 * Version 19.30 released. | |
817 | |
818 1995-11-22 Geoff Voelker <voelker@cs.washington.edu> | |
819 | |
820 * makefile.def (CP_DIR): Use platform independent switches for xcopy. | |
821 | |
822 * makefile.nt (install, fast_install, real_install, clean): | |
823 Don't use switches to del not supported by Win95. | |
824 | |
825 1995-11-07 Kevin Gallo <kgallo@microsoft.com> | |
826 | |
827 * makefile.nt (addpm.exe): Link with $(ADVAPI32). | |
828 (install, fast_install): Change same-dir test to create test file in | |
829 installation tree and thereby support read-only shares. | |
830 (clean): Remove .pdb files. | |
831 | |
832 * makefile.def (NTGUI): New macro. | |
833 [NTGUI] (CFLAGS): Define HAVE_NTGUI. | |
834 | |
835 * config.nt, config.w95: Update to latest src/config.in. | |
836 | |
837 * addpm.c (env_vars): New variable. | |
838 (add_registry): New procedure. | |
839 (main): Use values of configuration environment variables from | |
840 the registry if defined, the process environment otherwise. | |
841 | |
842 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
843 | |
844 * Version 19.29 released. | |
845 | |
846 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. | |
847 | |
848 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | |
849 | |
850 * makefile.nt: Define .c to .obj suffix rule. | |
851 (addpm.obj): Compile directly, use CFLAGS. | |
852 (addpm.exe): Link from addpm.obj. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
853 |
37566 | 854 * makefile.def (MSVCNT11): Defined. |
855 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. | |
856 (CFLAGS_COMMON): Defined. | |
857 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
858 |
37566 | 859 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> |
860 | |
861 * emacs.bat.in: Renamed from emacs.bat | |
862 (emacs_dir): Renamed from emacs_path | |
863 Definition removed. | |
864 | |
865 * addpm.c: New file. | |
866 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined. | |
867 (all): Depend upon $(BLD) and $(ALL). | |
868 (install): Depend upon emacs.bat. | |
869 Create program item for Emacs. | |
870 (clean): Delete obj. | |
871 (emacs.bat): Defined. | |
872 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined. | |
873 | |
874 1995-05-27 Geoff Voelker <voelker@cs.washington.edu> | |
875 | |
876 * ebuild.bat, emacs.bat, fast-install.bat, install.bat: | |
877 Add carriage returns; necessary for batch files on Win95. | |
878 | |
879 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | |
880 | |
881 * config.w95: Created. | |
882 * config.h: Changed to config.nt. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
883 |
37566 | 884 * makefile.nt (SUBDIRS): Commented out. |
885 (all,install,clean): Expand for-loops. | |
886 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined. | |
887 | |
888 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined. | |
889 (ARCH): New definition. | |
890 (CPU,CONFIG_H,OS_TYPE): Defined. | |
891 (INCLUDE,LIB): Checked if valid. | |
892 (ntwin32.mak): Included. | |
893 (AR,CC,LINK): New definition. | |
894 (ADVAPI32,libc,BASE_LIBS): Defined. | |
895 (SYS_LDFLAGS): New definition. | |
896 Update comments and preprocessor conditionals. | |
897 | |
898 * emacs.bat (SHELL): Conditionally defined. | |
899 (HOME): Conditionally defined. | |
900 (emacs_path,HOME): Update comments. | |
901 Turn off all echo. | |
902 | |
903 1995-05-09 Geoff Voelker <voelker@cs.washington.edu> | |
904 | |
905 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc, | |
906 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h, | |
907 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h, | |
908 inc/sys/param.h: Removed carriage-returns. | |
909 | |
910 1995-05-06 Geoff Voelker <voelker@cs.washington.edu> | |
911 | |
912 * makefile.def (CVTRES): Defined. | |
913 | |
914 * emacs.ico, emacs.rc: New files by Kevin Gallo. | |
915 | |
916 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> | |
917 | |
918 * src: Removed. | |
919 | |
920 * src\config.h, src\paths.h: Moved to parent dir, src removed. | |
921 | |
922 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> | |
923 | |
924 * makefile.def (INSTALL_DIR): Changed to generic directory. | |
925 | |
926 * emacs.bat: Added arguments when emacs.exe invoked. | |
927 | |
928 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. | |
929 | |
930 1994-12-13 voelker <voelker@cs.washington.edu> | |
931 | |
932 * makefile.def (CC): In configuration section. | |
933 (COMPAT_LIB): Defined. | |
934 | |
935 1994-11-01 voelker <voelker@cs.washington.edu> | |
936 | |
937 * src/paths.h: New file. | |
938 | |
939 * src/config.h: New file. | |
940 | |
941 * inc/pwd.h: New file. | |
942 | |
943 * inc/sys/dir.h: New file. | |
944 | |
945 * inc/sys/file.h: New file. | |
946 | |
947 * inc/sys/ioctl.h: New file. | |
948 | |
949 * inc/sys/param.h: New file. | |
950 | |
951 * todo: New file. | |
952 | |
953 * readme: New file. | |
954 | |
955 * makefile.nt: New file. | |
956 | |
957 * makefile.def: New file. | |
48065
e3b637f1a9c5
Added "(tiny change)" marker.
Juanma Barranquero <lekktu@gmail.com>
parents:
47216
diff
changeset
|
958 |
37566 | 959 * install.cmd: New file. |
960 | |
961 * install: New file. | |
962 | |
963 * fast-install.cmd: New file. | |
964 | |
965 * emacs.cmd: New file. | |
966 | |
967 * ebuild.cmd: New file. | |
968 | |
969 * _emacs: New file. | |
970 | |
971 ;; Local Variables: | |
972 ;; coding: iso-2022-7bit | |
973 ;; End: | |
39627 | 974 |
975 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001 | |
976 Free Software Foundation, Inc. | |
977 Copying and distribution of this file, with or without modification, | |
978 are permitted provided the copyright notice and this notice are preserved. |