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