emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/nt/ChangeLog


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/nt/ChangeLog
Date: Tue, 29 Oct 2002 04:45:19 -0500

Index: emacs/nt/ChangeLog
diff -c emacs/nt/ChangeLog:1.73 emacs/nt/ChangeLog:1.74
*** emacs/nt/ChangeLog:1.73     Tue Sep  3 03:14:54 2002
--- emacs/nt/ChangeLog  Tue Oct 29 04:45:19 2002
***************
*** 1,4 ****
! 2002-09-03  Juanma Barranquero  <address@hidden>
  
        * emacs.rc: Version updated to 21.3.50. From Peter Runestig
        <address@hidden>.
--- 1,4 ----
! 2002-09-03  Juanma Barranquero  <address@hidden>  (tiny change)
  
        * emacs.rc: Version updated to 21.3.50. From Peter Runestig
        <address@hidden>.
***************
*** 96,102 ****
  2001-10-05  Gerd Moellmann  <address@hidden>
  
        * Branch for 21.1.
!       
  2001-09-08  Eli Zaretskii  <address@hidden>
  
        * README: Update the address of the mailing list and subscription
--- 96,102 ----
  2001-10-05  Gerd Moellmann  <address@hidden>
  
        * Branch for 21.1.
! 
  2001-09-08  Eli Zaretskii  <address@hidden>
  
        * README: Update the address of the mailing list and subscription
***************
*** 252,258 ****
  
  2001-01-24  Andrew Innes  <address@hidden>
  
!       * makefile.w32-in (cleanall-other-dirs-nmake): 
        (cleanall-other-dirs-gmake): New targets.
        (cleanall): Invoke them.
  
--- 252,258 ----
  
  2001-01-24  Andrew Innes  <address@hidden>
  
!       * makefile.w32-in (cleanall-other-dirs-nmake):
        (cleanall-other-dirs-gmake): New targets.
        (cleanall): Invoke them.
  
***************
*** 574,580 ****
        (DEL_TREE): Use rd instead of rmdir.
        (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
        * makefile.nt: Compile multiple source files when possible.
!       
  1998-10-05  Geoff Voelker  <address@hidden>
  
        * cmdproxy.c (main): Treat command line options as case-insensitive.
--- 574,580 ----
        (DEL_TREE): Use rd instead of rmdir.
        (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
        * makefile.nt: Compile multiple source files when possible.
! 
  1998-10-05  Geoff Voelker  <address@hidden>
  
        * cmdproxy.c (main): Treat command line options as case-insensitive.
***************
*** 613,619 ****
  
        * cmdproxy.c (main): Only set environment size for real shell, and
        provide extra directory argument, when running on Windows 95.
!       
  1998-04-17  Geoff Voelker  <address@hidden>
  
        * cmdproxy.c (fail): Exit with a negative return value.
--- 613,619 ----
  
        * cmdproxy.c (main): Only set environment size for real shell, and
        provide extra directory argument, when running on Windows 95.
! 
  1998-04-17  Geoff Voelker  <address@hidden>
  
        * cmdproxy.c (fail): Exit with a negative return value.
***************
*** 661,675 ****
        Pass on unhandled switches to real shell.
        Quote program name.
  
!       * makefile.def (CFLAGS_COMMON): Place pdb file in object build 
        directory.
!       (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.  
  
        * runemacs.c (WinMain): Allow Emacs process to be started with
        high or low priority.
  
        * emacs.bat.in: Remove OS dependent operations.
!       
  1997-09-02  Geoff Voelker  <address@hidden>
  
        * addpm.c (env_vars): No longer set INFOPATH.
--- 661,675 ----
        Pass on unhandled switches to real shell.
        Quote program name.
  
!       * makefile.def (CFLAGS_COMMON): Place pdb file in object build
        directory.
!       (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
  
        * runemacs.c (WinMain): Allow Emacs process to be started with
        high or low priority.
  
        * emacs.bat.in: Remove OS dependent operations.
! 
  1997-09-02  Geoff Voelker  <address@hidden>
  
        * addpm.c (env_vars): No longer set INFOPATH.
***************
*** 788,800 ****
        inc/sys/socket.h, inc/sys/time.h: New header files.
  
        * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
!       
  1996-03-27  Geoff Voelker  <address@hidden>
  
        * makefile.def (DEL): Defined.
        (DEL_TREE) [win95]: Defined.
        (SYS_LDFLAGS): Set executable versions to 3.10.
!       
        * makefile.nt: Change uses of del to $(DEL).
  
  1996-01-17  Erik Naggum  <address@hidden>
--- 788,800 ----
        inc/sys/socket.h, inc/sys/time.h: New header files.
  
        * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
! 
  1996-03-27  Geoff Voelker  <address@hidden>
  
        * makefile.def (DEL): Defined.
        (DEL_TREE) [win95]: Defined.
        (SYS_LDFLAGS): Set executable versions to 3.10.
! 
        * makefile.nt: Change uses of del to $(DEL).
  
  1996-01-17  Erik Naggum  <address@hidden>
***************
*** 844,855 ****
        * makefile.nt: Define .c to .obj suffix rule.
        (addpm.obj): Compile directly, use CFLAGS.
        (addpm.exe): Link from addpm.obj.
!       
        * makefile.def (MSVCNT11): Defined.
        (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
        (CFLAGS_COMMON): Defined.
        (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
!       
  1995-06-09  Geoff Voelker  <address@hidden>
  
        * emacs.bat.in: Renamed from emacs.bat
--- 844,855 ----
        * makefile.nt: Define .c to .obj suffix rule.
        (addpm.obj): Compile directly, use CFLAGS.
        (addpm.exe): Link from addpm.obj.
! 
        * makefile.def (MSVCNT11): Defined.
        (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
        (CFLAGS_COMMON): Defined.
        (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
! 
  1995-06-09  Geoff Voelker  <address@hidden>
  
        * emacs.bat.in: Renamed from emacs.bat
***************
*** 874,880 ****
  
        * config.w95: Created.
        * config.h: Changed to config.nt.
!       
        * makefile.nt (SUBDIRS): Commented out.
        (all,install,clean): Expand for-loops.
        (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
--- 874,880 ----
  
        * config.w95: Created.
        * config.h: Changed to config.nt.
! 
        * makefile.nt (SUBDIRS): Commented out.
        (all,install,clean): Expand for-loops.
        (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
***************
*** 949,955 ****
        * makefile.nt: New file.
  
          * makefile.def: New file.
!  
          * install.cmd: New file.
  
          * install: New file.
--- 949,955 ----
        * makefile.nt: New file.
  
          * makefile.def: New file.
! 
          * install.cmd: New file.
  
          * install: New file.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]