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