Merge from emacs--rel--22
[bpt/emacs.git] / nt / ChangeLog
index 60a49f7..deea04b 100644 (file)
+2007-07-25  Glenn Morris  <rgm@gnu.org>
+
+       * Relicense all FSF files to GPLv3 or later.
+
+       * COPYING: Switch to GPLv3.
+
+2007-07-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
+       Depend on cmdproxy.
+       (cleanall): Don't delete *~.
+
+2007-07-15  Jason Rumney  <jasonr@gnu.org>
+
+       * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
+       be fully supported.
+
+2007-07-14  Jason Rumney  <jasonr@gnu.org>
+
+       * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
+       of winsock.h.
+
+2007-07-11  Jason Rumney  <jasonr@gnu.org>
+
+       * gmake.defs (OLE32): New library to link.
+
+       * nmake.defs (OLE32): Likewise.
+
+2007-06-25  Jason Rumney  <jasonr@gnu.org>
+
+       * cmdproxy.c (main): Set console codepages to "ANSI".
+
+2007-06-20  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat: Complain if image libraries are missing.
+
+2007-06-15  Jason Rumney  <jasonr@gnu.org>
+
+       * emacs.manifest: New file.
+
+       * emacs.rc: Use it.
+
+2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 22.1 released.
+
+2007-05-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Add information about where to find GDB, and warn
+       against --no-debug option to configure.bat.
+
+2007-05-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Fix URL of EmacsW32 site where building with image
+       support is described.
+
+2007-04-26  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.rc: Increase version to 22.1.50.
+
+2007-03-31  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
+
+2007-03-09  Richard Stallman  <rms@gnu.org>
+
+       * INSTALL: Say explicitly this is not for Cygwin.
+
+2007-03-03  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Add URL of another site with detailed build instructions.
+
+2007-02-16  Glenn Morris  <rgm@gnu.org>
+
+       * icons/gnu2a32.ico, icons/gnu2a32t.ico, icons/gnu2b48.ico:
+       * icons/gnu2b48t.ico, icons/gnu3b32.ico, icons/gnu3b32t.ico:
+       * icons/gnu4g48.ico, icons/gnu4g48t.ico, icons/gnu5w32.ico:
+       * icons/gnu5w32t.ico, icons/gnu6w48.ico, icons/gnu6w48t.ico:
+       * icons/gnu7.ico, icons/gnu8.ico, icons/gnu9.ico:
+       Restore all but two of icons deleted in previous change.
+
+2007-02-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * icons/README: New file.
+
+       * icons/gnu2a32t.ico, icons/gnu3b32t.ico, icons/gnu5w32t.ico:
+       * icons/gnu8.ico, icons/emacs21.ico, icons/gnu2b48.ico:
+       * icons/gnu4g48.ico, icons/gnu6w48.ico, icons/gnu9.ico:
+       * icons/gnu2b48t.ico, icons/gnu4g48t.ico:
+       * icons/gnu6w48t.ico, icons/gnu2a32.ico, icons/gnu3b32.ico:
+       * icons/gnu5w32.ico, icons/gnu7.ico, icons/sink.ico:
+       Unused icons deleted.
+
+2007-01-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * configure.bat: Update ../site-lisp/subdirs.el when needed.
+
+2007-01-30  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subdirs.el: Add "no-byte-compile: t" local variable.
+
+2007-01-10  Jason Rumney  <jasonr@gnu.org>
+
+       * README: Update URLs and advice about reporting bugs.
+
+2006-12-29  Jason Rumney  <jasonr@gnu.org>
+
+       * nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
+       DEBUG_LINK.
+       (DEBUG_LINK): Remove -debugtype:both.
+
+2006-12-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Update table of supported Make ports.  Show "make -j"
+       command that is known to work.
+
+       * configure.bat: Update table of supported Make ports.
+
+2006-12-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
+       only in implicit rules.  Use literal "emacs.rc" instead.
+
+2006-12-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * gmake.defs: Export XMFLAGS.
+
+       * makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
+       use $(XMFLAGS) for nmake, as it doesn't support parallelism.
+
+2006-12-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Explain how to invoke GNU Make for parallel builds.
+
+       * makefile.w32-in (bootstrap-gmake): Pass XMFLAGS="$(XMFLAGS)"
+       command-line argument to sub-Make in src, since src/makefile.w32-in
+       invokes Make recursively during bootstrap.
+       (clean): Delete stamp_BLD.
+       (bootstrap): Make `all' explicitly in a recursive Make.
+
+       * gmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
+       stamp_BLD after creating the $(BLD) directory.
+
+       * nmake.defs (stamp_BLD): Rename from $(BLD).  Create a file
+       stamp_BLD after creating the $(BLD) directory.
+
+       * makefile.w32-in (addpm, ddeclient, cmdproxy, addsection)
+       (preprep, $(TRES), runemacs)
+       ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O))
+       ($(BLD)/cmdproxy.$(O), (BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
+       Depend on stamp_BLD instead of on $(BLD).
+       (XMFLAGS): New macro.
+       (all-other-dirs-nmake, all-other-dirs-gmake, recompile-nmake)
+       (recompile-gmake, bootstrap-gmake, bootstrap-clean-gmake)
+       (install-other-dirs-gmake, info-gmake, clean-other-dirs-gmake)
+       (cleanall-other-dirs-gmake): Pass $(XMFLAGS) to sub-Make.
+
 2006-12-20  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in ($(TRES)): Depend on $(BLD).  Use $< instead of
        $(ALL_DEPS).
-       ($(BLD)/addpm.$(O):
-       $(BLD)/ddeclient.$(O):
-       $(BLD)/runemacs.$(O):
-       $(BLD)/cmdproxy.$(O):
-       $(BLD)/addsection.$(O):
-       $(BLD)/preprep.$(O)): New dependency on $(BLD).
+       ($(BLD)/addpm.$(O), $(BLD)/ddeclient.$(O), $(BLD)/runemacs.$(O)
+       ($(BLD)/cmdproxy.$(O), $(BLD)/addsection.$(O), $(BLD)/preprep.$(O)):
+       New dependency on $(BLD).
        (all-other-dirs-nmake, all-other-dirs-gmake, bootstrap-nmake)
        (bootstrap-gmake): Depend on addsection.
 
 
        * install.bat: Pass on command line arguments to make.
 
-       * makefile.nt (fast_install): Bring commands up-to-date, and fix
-       typo.
+       * makefile.nt (fast_install): Bring commands up-to-date, and fix typo.
 
 1999-11-21  Andrew Innes  <andrewi@gnu.org>
 
 ;; End:
 
     Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
-       2005, 2006 Free Software Foundation, Inc.
-  Copying and distribution of this file, with or without modification,
-  are permitted provided the copyright notice and this notice are preserved.
+       2005, 2006, 2007 Free Software Foundation, Inc.
+
+  This file is part of GNU Emacs.
+
+  GNU Emacs is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3, or (at your option)
+  any later version.
+
+  GNU Emacs is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with GNU Emacs; see the file COPYING.  If not, write to the
+  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+  Boston, MA 02110-1301, USA.
 
 ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414