Mercurial > emacs
comparison nt/ChangeLog @ 48065:e3b637f1a9c5
Added "(tiny change)" marker.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 29 Oct 2002 09:45:19 +0000 |
parents | 31c7cb792cd2 |
children | 4d7b83cc03aa |
comparison
equal
deleted
inserted
replaced
48064:dafe1c2349ff | 48065:e3b637f1a9c5 |
---|---|
1 2002-09-03 Juanma Barranquero <lektu@terra.es> | 1 2002-09-03 Juanma Barranquero <lektu@terra.es> (tiny change) |
2 | 2 |
3 * emacs.rc: Version updated to 21.3.50. From Peter Runestig | 3 * emacs.rc: Version updated to 21.3.50. From Peter Runestig |
4 <peter@runestig.com>. | 4 <peter@runestig.com>. |
5 | 5 |
6 2002-06-13 Jason Rumney <jasonr@gnu.org> | 6 2002-06-13 Jason Rumney <jasonr@gnu.org> |
94 * inc/pwd.h (uid_t, gid_t): New typedefs. | 94 * inc/pwd.h (uid_t, gid_t): New typedefs. |
95 | 95 |
96 2001-10-05 Gerd Moellmann <gerd@gnu.org> | 96 2001-10-05 Gerd Moellmann <gerd@gnu.org> |
97 | 97 |
98 * Branch for 21.1. | 98 * Branch for 21.1. |
99 | 99 |
100 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> | 100 2001-09-08 Eli Zaretskii <eliz@is.elta.co.il> |
101 | 101 |
102 * README: Update the address of the mailing list and subscription | 102 * README: Update the address of the mailing list and subscription |
103 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>. | 103 instructions. From Geoff Voelker <voelker@cs.ucsd.edu>. |
104 | 104 |
250 needs to be deleted, since command.com in Windows 9X doesn't grok | 250 needs to be deleted, since command.com in Windows 9X doesn't grok |
251 more than one argument. | 251 more than one argument. |
252 | 252 |
253 2001-01-24 Andrew Innes <andrewi@gnu.org> | 253 2001-01-24 Andrew Innes <andrewi@gnu.org> |
254 | 254 |
255 * makefile.w32-in (cleanall-other-dirs-nmake): | 255 * makefile.w32-in (cleanall-other-dirs-nmake): |
256 (cleanall-other-dirs-gmake): New targets. | 256 (cleanall-other-dirs-gmake): New targets. |
257 (cleanall): Invoke them. | 257 (cleanall): Invoke them. |
258 | 258 |
259 2001-01-19 Andrew Innes <andrewi@gnu.org> | 259 2001-01-19 Andrew Innes <andrewi@gnu.org> |
260 | 260 |
572 | 572 |
573 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. | 573 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. |
574 (DEL_TREE): Use rd instead of rmdir. | 574 (DEL_TREE): Use rd instead of rmdir. |
575 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | 575 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. |
576 * makefile.nt: Compile multiple source files when possible. | 576 * makefile.nt: Compile multiple source files when possible. |
577 | 577 |
578 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> | 578 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> |
579 | 579 |
580 * cmdproxy.c (main): Treat command line options as case-insensitive. | 580 * cmdproxy.c (main): Treat command line options as case-insensitive. |
581 | 581 |
582 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | 582 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> |
611 | 611 |
612 * makefile.nt: Build ddeclient. | 612 * makefile.nt: Build ddeclient. |
613 | 613 |
614 * cmdproxy.c (main): Only set environment size for real shell, and | 614 * cmdproxy.c (main): Only set environment size for real shell, and |
615 provide extra directory argument, when running on Windows 95. | 615 provide extra directory argument, when running on Windows 95. |
616 | 616 |
617 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> | 617 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> |
618 | 618 |
619 * cmdproxy.c (fail): Exit with a negative return value. | 619 * cmdproxy.c (fail): Exit with a negative return value. |
620 (spawn): Return subprocess return code as an argument. | 620 (spawn): Return subprocess return code as an argument. |
621 Explicitly copy environment block. | 621 Explicitly copy environment block. |
659 (main): Cleaup error messages. | 659 (main): Cleaup error messages. |
660 Specify dynamically sized environment block for real shell. | 660 Specify dynamically sized environment block for real shell. |
661 Pass on unhandled switches to real shell. | 661 Pass on unhandled switches to real shell. |
662 Quote program name. | 662 Quote program name. |
663 | 663 |
664 * makefile.def (CFLAGS_COMMON): Place pdb file in object build | 664 * makefile.def (CFLAGS_COMMON): Place pdb file in object build |
665 directory. | 665 directory. |
666 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. | 666 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. |
667 | 667 |
668 * runemacs.c (WinMain): Allow Emacs process to be started with | 668 * runemacs.c (WinMain): Allow Emacs process to be started with |
669 high or low priority. | 669 high or low priority. |
670 | 670 |
671 * emacs.bat.in: Remove OS dependent operations. | 671 * emacs.bat.in: Remove OS dependent operations. |
672 | 672 |
673 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> | 673 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> |
674 | 674 |
675 * addpm.c (env_vars): No longer set INFOPATH. | 675 * addpm.c (env_vars): No longer set INFOPATH. |
676 | 676 |
677 * cmdproxy.c (get_next_token): Null terminate token returned. | 677 * cmdproxy.c (get_next_token): Null terminate token returned. |
786 | 786 |
787 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h, | 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. | 788 inc/sys/socket.h, inc/sys/time.h: New header files. |
789 | 789 |
790 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros. | 790 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros. |
791 | 791 |
792 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> | 792 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> |
793 | 793 |
794 * makefile.def (DEL): Defined. | 794 * makefile.def (DEL): Defined. |
795 (DEL_TREE) [win95]: Defined. | 795 (DEL_TREE) [win95]: Defined. |
796 (SYS_LDFLAGS): Set executable versions to 3.10. | 796 (SYS_LDFLAGS): Set executable versions to 3.10. |
797 | 797 |
798 * makefile.nt: Change uses of del to $(DEL). | 798 * makefile.nt: Change uses of del to $(DEL). |
799 | 799 |
800 1996-01-17 Erik Naggum <erik@naggum.no> | 800 1996-01-17 Erik Naggum <erik@naggum.no> |
801 | 801 |
802 * All files: Update FSF's address in comment preamble. | 802 * All files: Update FSF's address in comment preamble. |
842 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | 842 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> |
843 | 843 |
844 * makefile.nt: Define .c to .obj suffix rule. | 844 * makefile.nt: Define .c to .obj suffix rule. |
845 (addpm.obj): Compile directly, use CFLAGS. | 845 (addpm.obj): Compile directly, use CFLAGS. |
846 (addpm.exe): Link from addpm.obj. | 846 (addpm.exe): Link from addpm.obj. |
847 | 847 |
848 * makefile.def (MSVCNT11): Defined. | 848 * makefile.def (MSVCNT11): Defined. |
849 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. | 849 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. |
850 (CFLAGS_COMMON): Defined. | 850 (CFLAGS_COMMON): Defined. |
851 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. | 851 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. |
852 | 852 |
853 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> | 853 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> |
854 | 854 |
855 * emacs.bat.in: Renamed from emacs.bat | 855 * emacs.bat.in: Renamed from emacs.bat |
856 (emacs_dir): Renamed from emacs_path | 856 (emacs_dir): Renamed from emacs_path |
857 Definition removed. | 857 Definition removed. |
872 | 872 |
873 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | 873 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> |
874 | 874 |
875 * config.w95: Created. | 875 * config.w95: Created. |
876 * config.h: Changed to config.nt. | 876 * config.h: Changed to config.nt. |
877 | 877 |
878 * makefile.nt (SUBDIRS): Commented out. | 878 * makefile.nt (SUBDIRS): Commented out. |
879 (all,install,clean): Expand for-loops. | 879 (all,install,clean): Expand for-loops. |
880 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined. | 880 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined. |
881 | 881 |
882 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined. | 882 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined. |
947 * readme: New file. | 947 * readme: New file. |
948 | 948 |
949 * makefile.nt: New file. | 949 * makefile.nt: New file. |
950 | 950 |
951 * makefile.def: New file. | 951 * makefile.def: New file. |
952 | 952 |
953 * install.cmd: New file. | 953 * install.cmd: New file. |
954 | 954 |
955 * install: New file. | 955 * install: New file. |
956 | 956 |
957 * fast-install.cmd: New file. | 957 * fast-install.cmd: New file. |