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