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