/[emacs]/emacs/nt/ChangeLog
ViewVC logotype

Diff of /emacs/nt/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by jasonr, Fri May 3 20:27:54 2002 UTC revision 1.71.2.1 by miles, Fri Apr 4 06:20:49 2003 UTC
# Line 1  Line 1 
1    2003-02-01  Jason Rumney  <jasonr@gnu.org>
2    
3            * configure.bat: Automatically detect libXpm.
4            Suppress compiler output when testing for image libraries.
5            Give names of un-found libraries in messages.
6    
7    2003-01-31  Juanma Barranquero  <lektu@terra.es>
8    
9            * configure.bat: Automatically detect giflib and tifflib.
10    
11    2003-01-29  Jason Rumney  <jasonr@gnu.org>
12    
13            * gmake.defs (CURDIR): Disable cygpath kludge.
14    
15    2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
16    
17            * configure.bat: Avoid endless loop when configuring without image
18            support.
19    
20    2003-01-26  Jason Rumney  <jasonr@gnu.org>
21    
22            * configure.bat: Automatically detect jpeglib.
23    
24    2003-01-25  Jason Rumney  <jasonr@gnu.org>
25    
26            * configure.bat: Automatically detect libpng.
27    
28    2003-01-21  Jason Rumney  <jasonr@gnu.org>
29    
30            * icons/hand.cur: New file.
31    
32    2003-01-21  David Ponce  <david@dponce.com>
33    
34            * emacs.rc (32649): Declare hand cursor resource.
35    
36    2003-01-15  Andrew Innes  <andrewi@gnu.org>
37    
38            * gmake.defs (CURDIR): Convert to native Windows format (with
39            forward slashes), to support building with Cygwin builds of make.
40    
41    2002-11-17  Ben Key  <BKey1@tampabay.rr.com>
42    
43            * nmake.defs:
44            * gmake.defs: Made changes so that Emacs would link with
45            WinMM.lib.  This change was required for my addition of a Windows
46            compatible implementation of play-sound-internal.
47    
48    2002-09-03  Peter Runestig  <peter@runestig.com>  (tiny change)
49    
50            * emacs.rc: Version updated to 21.3.50.
51    
52    2002-06-13  Jason Rumney  <jasonr@gnu.org>
53    
54            * addpm.c (env_vars): Remove EMACSLOCKDIR.
55    
56            * makefile.w32-in (maybe-bootstrap, doit, maybe-bootstrap-CMD)
57            (maybe-bootstrap-SH): New targets.
58            (all): Depend on maybe-bootstrap.
59    
60  2002-05-03  Jason Rumney  <jasonr@gnu.org>  2002-05-03  Jason Rumney  <jasonr@gnu.org>
61    
62          * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.          * inc/sys/socket.h (F_SETFL, O_NDELAY): Define.
# Line 83  Line 142 
142  2001-10-05  Gerd Moellmann  <gerd@gnu.org>  2001-10-05  Gerd Moellmann  <gerd@gnu.org>
143    
144          * Branch for 21.1.          * Branch for 21.1.
145            
146  2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>  2001-09-08  Eli Zaretskii  <eliz@is.elta.co.il>
147    
148          * README: Update the address of the mailing list and subscription          * README: Update the address of the mailing list and subscription
# Line 170  Line 229 
229          * INSTALL: Add --ldflags to configure line for building with          * INSTALL: Add --ldflags to configure line for building with
230          recent versions of Cygwin GCC.          recent versions of Cygwin GCC.
231    
232  2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>  2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
233    
234          * configure.bat: Use correct options when compiling a test program          * configure.bat: Use correct options when compiling a test program
235          with Cygwin.  From David Ponce <dponce@voila.fr>.          with Cygwin.  From David Ponce <dponce@voila.fr>.
# Line 239  Line 298 
298    
299  2001-01-24  Andrew Innes  <andrewi@gnu.org>  2001-01-24  Andrew Innes  <andrewi@gnu.org>
300    
301          * makefile.w32-in (cleanall-other-dirs-nmake):          * makefile.w32-in (cleanall-other-dirs-nmake):
302          (cleanall-other-dirs-gmake): New targets.          (cleanall-other-dirs-gmake): New targets.
303          (cleanall): Invoke them.          (cleanall): Invoke them.
304    
# Line 555  Line 614 
614          * cmdproxy.c (main): Set environment size only when running          * cmdproxy.c (main): Set environment size only when running
615          command.com.          command.com.
616    
617  1998-11-03  Theodore Jump <tjump@tertius.com>  1998-11-03  Theodore Jump  <tjump@tertius.com>
618    
619          * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.          * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
620          (DEL_TREE): Use rd instead of rmdir.          (DEL_TREE): Use rd instead of rmdir.
621          (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.          (ARCH_CFLAGS): Optimize for P6.  Align structures on 8-byte boundaries.
622          * makefile.nt: Compile multiple source files when possible.          * makefile.nt: Compile multiple source files when possible.
623            
624  1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>  1998-10-05  Geoff Voelker  <voelker@cs.washington.edu>
625    
626          * cmdproxy.c (main): Treat command line options as case-insensitive.          * cmdproxy.c (main): Treat command line options as case-insensitive.
# Line 600  Line 659 
659    
660          * cmdproxy.c (main): Only set environment size for real shell, and          * cmdproxy.c (main): Only set environment size for real shell, and
661          provide extra directory argument, when running on Windows 95.          provide extra directory argument, when running on Windows 95.
662            
663  1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>  1998-04-17  Geoff Voelker  <voelker@cs.washington.edu>
664    
665          * cmdproxy.c (fail): Exit with a negative return value.          * cmdproxy.c (fail): Exit with a negative return value.
# Line 648  Line 707 
707          Pass on unhandled switches to real shell.          Pass on unhandled switches to real shell.
708          Quote program name.          Quote program name.
709    
710          * makefile.def (CFLAGS_COMMON): Place pdb file in object build          * makefile.def (CFLAGS_COMMON): Place pdb file in object build
711          directory.          directory.
712          (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.            (CFLAGS) [!MSVCNT11]: Define _CRTAPI1.
713    
714          * runemacs.c (WinMain): Allow Emacs process to be started with          * runemacs.c (WinMain): Allow Emacs process to be started with
715          high or low priority.          high or low priority.
716    
717          * emacs.bat.in: Remove OS dependent operations.          * emacs.bat.in: Remove OS dependent operations.
718            
719  1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>  1997-09-02  Geoff Voelker  <voelker@cs.washington.edu>
720    
721          * addpm.c (env_vars): No longer set INFOPATH.          * addpm.c (env_vars): No longer set INFOPATH.
# Line 749  Line 808 
808          * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC          * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
809          environment variable.          environment variable.
810    
811  1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>  1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
812    
813          * install.bat: Allow for optimized build.          * install.bat: Allow for optimized build.
814          * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.          * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
815          (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.          (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
816    
817  1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>  1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
818    
819          * addpm.c (REG_ROOT): Don't use a trailing backslash.          * addpm.c (REG_ROOT): Don't use a trailing backslash.
820          (env_vars): Rename field emacs_path to emacs_dir.          (env_vars): Rename field emacs_path to emacs_dir.
# Line 775  Line 834 
834          inc/sys/socket.h, inc/sys/time.h: New header files.          inc/sys/socket.h, inc/sys/time.h: New header files.
835    
836          * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.          * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros.
837            
838  1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>  1996-03-27  Geoff Voelker  <voelker@cs.washington.edu>
839    
840          * makefile.def (DEL): Defined.          * makefile.def (DEL): Defined.
841          (DEL_TREE) [win95]: Defined.          (DEL_TREE) [win95]: Defined.
842          (SYS_LDFLAGS): Set executable versions to 3.10.          (SYS_LDFLAGS): Set executable versions to 3.10.
843            
844          * makefile.nt: Change uses of del to $(DEL).          * makefile.nt: Change uses of del to $(DEL).
845    
846  1996-01-17  Erik Naggum  <erik@naggum.no>  1996-01-17  Erik Naggum  <erik@naggum.no>
# Line 831  Line 890 
890          * makefile.nt: Define .c to .obj suffix rule.          * makefile.nt: Define .c to .obj suffix rule.
891          (addpm.obj): Compile directly, use CFLAGS.          (addpm.obj): Compile directly, use CFLAGS.
892          (addpm.exe): Link from addpm.obj.          (addpm.exe): Link from addpm.obj.
893            
894          * makefile.def (MSVCNT11): Defined.          * makefile.def (MSVCNT11): Defined.
895          (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.          (BASE_LIBS) [MSVCNT11]: Use oldnames.lib.
896          (CFLAGS_COMMON): Defined.          (CFLAGS_COMMON): Defined.
897          (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.          (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl.
898            
899  1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>  1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
900    
901          * emacs.bat.in: Renamed from emacs.bat          * emacs.bat.in: Renamed from emacs.bat
# Line 861  Line 920 
920    
921          * config.w95: Created.          * config.w95: Created.
922          * config.h: Changed to config.nt.          * config.h: Changed to config.nt.
923            
924          * makefile.nt (SUBDIRS): Commented out.          * makefile.nt (SUBDIRS): Commented out.
925          (all,install,clean): Expand for-loops.          (all,install,clean): Expand for-loops.
926          (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.          (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
# Line 896  Line 955 
955    
956  1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>  1995-04-10  Geoff Voelker  <voelker@cs.washington.edu>
957    
958          * src: Removed.          * src: Remove directory.
959    
960          * src\config.h, src\paths.h: Moved to parent dir, src removed.          * src\config.h, src\paths.h: Moved to parent dir, src removed.
961    
# Line 931  Line 990 
990    
991          * todo: New file.          * todo: New file.
992    
993          * readme: New file.          * README: New file.
994    
995          * makefile.nt: New file.          * makefile.nt: New file.
996    
997          * makefile.def: New file.          * makefile.def: New file.
998    
999          * install.cmd: New file.          * install.cmd: New file.
1000    
1001          * install: New file.          * INSTALL: New file.
1002    
1003          * fast-install.cmd: New file.          * fast-install.cmd: New file.
1004    

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.71.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26