]> code.delx.au - gnu-emacs/blobdiff - nt/ChangeLog
(calc-embedded-close-formula, calc-embedded-open-formula,
[gnu-emacs] / nt / ChangeLog
index 1202a26891617588de36b13600e6e91ccf440009..854410b4f58e85a3f13f61113379dec4f6ccf127 100644 (file)
@@ -1,3 +1,184 @@
+2005-08-10  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .cvsignore: Add `obj' and `oo' for in-place installations.
+
+2005-07-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.nt: (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.
+
+2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * configure.bat: Don't create lisp/Makefile.unix.
+
+2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .cvsignore: Add `makefile' and `config.log'.
+
+2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Merge gnulib getopt implementation into Emacs.
+
+       * inc/gettext.h: Remove; no longer needed now that
+       lib-src/gettext.h exists.
+
+2005-07-16  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.bat: Finish config.log with a line that indicates that
+       the configure step was successful.
+
+2005-07-04  Lute Kamstra  <lute@gnu.org>
+
+       Update FSF's address in GPL notices.
+
+2005-06-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.bat: If their fc.exe returns a meaningful exit status,
+       don't overwrite src/config.h and src/epaths.h with identical
+       copies.
+
+       * INSTALL: Warn about using "cvs up -kb" if one intends to commit
+       changes.  Add a pointer to another site with detailed configure
+       and build instructions.  Suggest to look at config.log when
+       configure fails.  Add MinGW Make 3.80 to the list of successful
+       combinations.
+
+       * gmake.defs (ARCH_CFLAGS): Use $(MCPU_FLAG) instead of a literal
+       "-mcpu=i686".
+
+       * configure.bat: Update copyright years.
+       Delete config.log before doing anything else.
+       Write additional diagnostics to config.log in case of failures to
+       compile test programs, including the failed test program itself.
+       Add a test for support of -mtune=pentium4 switch to GCC; if it is
+       supported, set up MCPU_FLAG variable on the various Makefiles to
+       use that switch during compilations.  (This avoids GCC warning
+       about -mcpu being deprecated.)
+
+2005-06-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * addsection.c (copy_executable_and_add_section): Pass non-zero
+       `verbose' arg to COPY_CHUNK only if DEBUG_DUMP is defined in the
+       environment.  Print section names with %.8s.
+       (COPY_CHUNK): New 4th arg `verbose'; print diagnostic messages
+       only if non-zero.  All callers changed.
+
+2005-06-05  Eli Zaretskii  <eliz@gnu.org>
+
+       * inc/sys/socket.h: Change arg 4 of sys_setsockopt to
+       `const void *', for consistency with Posix.
+
+2005-06-04  Eli Zaretskii  <eliz@gnu.org>
+
+       * inc/pwd.h (getpwnam, getpwuid): Add prototypes.
+
+2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * INSTALL: Add more pointers to ports of Unix tools to Windows,
+       and to the Emacs Wiki (which contains building instructions for
+       Windows).  Reword image library instructions and remove obsolete
+       incompatibility information.
+
+2005-04-23  David Hunter  <hunterd42@comcast.net>  (tiny change)
+
+       * config.nt (HAVE_PWD_H): Undef.
+
+2004-06-07  Juanma Barranquero  <lektu@terra.es>
+
+       * INSTALL: Clarify paragraph about compatibility between image
+       libraries and builds of Emacs with several compilers.
+
+2004-06-06  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on
+       the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids
+       calling non-existent cmdproxy.exe on boostrappings after a
+       previous install followed by realclean.
+
+       * nmake.defs: Add quote in comment to resync font-locking.
+
+2004-06-04  Juanma Barranquero  <lektu@terra.es>
+
+       * INSTALL: Reword the section on image support.  Add reference to
+       GnuWin32.  Mention problems when mixing binaries from different
+       compilers.
+
+2004-05-06  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat: Use -mno-cygwin to check for image libraries
+       when needed.
+
+2004-05-03  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.nt, ebuild.bat, install.bat, fast-install.bat:
+       * makefile.def: Remove.
+
+       * nmake.defs (SYS_LDFLAGS): Add -nologo.
+
+       * makefile.w32-in (info-gmake, info-nmake): New targets.
+       (info): Use them.
+
+2004-04-23  Juanma Barranquero  <lektu@terra.es>
+
+       * nmake.defs:
+       * gmake.defs:
+       * makefile.w32-in:
+       * makefile.def:
+       * makefile.nt: Add "-*- makefile -*-" mode tag.
+
+2004-04-10  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
+
+       * runemacs.c (WinMain): Let Emacs environment default to parent.
+
+2004-03-11  Jason Rumney  <jasonr@gnu.org>
+
+       * paths.h: Remove PATH_LOCK, add PATH_BITMAPS.
+
+2004-03-10  Juanma Barranquero  <lektu@terra.es>
+
+       * makefile.w32-in (install): Don't try to copy
+       ../lib-src/fns-*.el, as it isn't used anymore.
+
+2004-01-28  Peter Runestig  <peter@runestig.com>
+
+       * gmake.defs, nmake.defs: Add linking to ``winspool.lib''.
+
+2003-12-24  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * .cvsignore: Add `.arch-inventory'.
+
+2003-11-22  Lars Hansen  <larsh@math.ku.dk>
+
+       * inc/grp.h: New file.
+
+2003-09-03  Peter Runestig  <peter@runestig.com>
+
+       * configure.bat: Create ``makefile'' in directories man, lispref
+       and lispintro.
+
+       * makefile.w32-in (force-info, info): New targets.
+
+       * envadd.bat: New file.
+
+       * multi-install-info.bat: New file.
+
+2003-06-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * config.nt (my_strftime): New define.
+
+2003-02-01  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat: Automatically detect libXpm.
+       Suppress compiler output when testing for image libraries.
+       Give names of un-found libraries in messages.
+
+2003-01-31  Juanma Barranquero  <lektu@terra.es>
+
+       * configure.bat: Automatically detect giflib and tifflib.
+
+2003-01-29  Jason Rumney  <jasonr@gnu.org>
+
+       * gmake.defs (CURDIR): Disable cygpath kludge.
+
 2003-01-29  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>
 
        * configure.bat: Avoid endless loop when configuring without image
 
        * configure.bat: Automatically detect libpng.
 
-2003-01-21  Jason Rumney <jasonr@gnu.org>
+2003-01-21  Jason Rumney  <jasonr@gnu.org>
 
        * icons/hand.cur: New file.
 
-2003-01-21  David Ponce <david@dponce.com>
+2003-01-21  David Ponce  <david@dponce.com>
 
        * emacs.rc (2000-10-19T07:24:01Z!eliz@gnu.org): Declare hand cursor resource.
 
        * INSTALL: Update table of versions of make that are suitable
        for building Emacs, based on recent feedback.
 
-       * TODO, _emacs, emacs.bat.in, debug.bat.in: Removed.
+       * TODO, _emacs, emacs.bat.in, debug.bat.in: Remove.
 
 2001-11-19  Andrew Innes  <andrewi@gnu.org>
 
        * INSTALL: Add --ldflags to configure line for building with
        recent versions of Cygwin GCC.
 
-2001-03-05  Eli Zaretskii <eliz@is.elta.co.il>
+2001-03-05  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * configure.bat: Use correct options when compiling a test program
        with Cygwin.  From David Ponce <dponce@voila.fr>.
 1999-01-22  Geoff Voelker  <voelker@cs.washington.edu>
 
        * icons: New directory with Davenport's icons.
-       icons/sink.ico: Renamed from emacs.ico.
+       icons/sink.ico: Renamed from emacs.ico.
 
        * makefile.nt (install, fast_install): Install Windows icons
        into etc/icons.
        * cmdproxy.c (main): Set environment size only when running
        command.com.
 
-1998-11-03  Theodore Jump <tjump@tertius.com>
+1998-11-03  Theodore Jump  <tjump@tertius.com>
 
        * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net.
        (DEL_TREE): Use rd instead of rmdir.
        * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC
        environment variable.
 
-1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
+1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
 
        * install.bat: Allow for optimized build.
        * makefile.def [BUILD_TYPE]: Build optimized version in its own dir.
        (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version.
 
-1996-05-03  Andrew Innes <andrewi@harlequin.co.uk>
+1996-05-03  Andrew Innes  <andrewi@harlequin.co.uk>
 
        * addpm.c (REG_ROOT): Don't use a trailing backslash.
        (env_vars): Rename field emacs_path to emacs_dir.
 
 1995-06-09  Geoff Voelker  <voelker@cs.washington.edu>
 
-       * emacs.bat.in: Renamed from emacs.bat
-       (emacs_dir): Renamed from emacs_path
+       * emacs.bat.in: Renamed from emacs.bat.
+       (emacs_dir): Renamed from emacs_path.
        Definition removed.
 
        * addpm.c: New file.
 ;; coding: iso-2022-7bit
 ;; End:
 
-    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
-       Free Software Foundation, Inc.
+    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
+       2005 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.
+
+;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414