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