]> code.delx.au - gnu-emacs/blobdiff - nt/ChangeLog
Do not assume DST starts/ends on the same date in every year.
[gnu-emacs] / nt / ChangeLog
index 77c8305b0e510d6f6f29ed66f077017fea3e44a7..4095a130fb01136384b7f9d8a0847e23364a33cb 100644 (file)
@@ -1,3 +1,151 @@
+2006-10-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * runemacs.c (WinMain): Process all recognized arguments, not just
+       the first one.  Remove unused variable sec_desc.
+
+2006-09-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.nt (HAVE_LANGINFO_CODESET): Define.
+
+       * inc/langinfo.h: New file.
+
+       * inc/nl_types.h: New file.
+
+2006-09-15  Jay Belanger  <belanger@truman.edu>
+
+       * COPYING: Replace "Library Public License" by "Lesser Public
+       License" throughout.
+
+2006-07-27  Jason Rumney  <jasonr@gnu.org>
+
+       * INSTALL: Add notes about Cygwin make to impatient section.
+
+2006-06-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Add Make 3.81 to the list of Make & shell combinations
+       known to work.
+
+2006-03-12  Jason Rumney  <jasonr@gnu.org>
+
+       * addpm.c (add_registry): Don't change the registry unless keys
+       already exist from a previous version.
+
+       * makefile.w32-in (install): Use -q when invoking addpm.
+
+       * addpm.c (main): Accept -q as alternative for /q.
+
+2006-03-11  Jason Rumney  <jasonr@gnu.org>
+
+       * runemacs.c (WinMain): Set screen buffer to 80x25.
+
+2005-12-24  Eli Zaretskii  <eliz@gnu.org>
+
+       * gmake.defs (TEMACS_EXTRA_LINK): Remove redundant -g.
+       (DEBUG_FLAG, DEBUG_LINK): Upgrade to "-gstabs+ -g3".
+
+2005-12-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Add explanation of how to debug with GDB starting from
+       the Emacs Abort dialog.
+
+2005-11-26  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs.rc: Use new icons.
+
+2005-11-26  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs21.ico: Renamed from emacs.ico.
+       * emacs.ico: New icons from Andrew Zhilin
+       <andrew_zhilin@yahoo.com>.
+
+2005-09-10  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.nt (HAVE_GET_CURRENT_DIR_NAME): Undefine.
+
+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
 
        * multi-install-info.bat: New file.
 
-2003-06-27  Jan D.  <jan.h.d@swipnet.se>
+2003-06-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * config.nt (my_strftime): New define.
 
 2001-03-26  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * configure.bat: Make the checkw32api* labels be distinct in the
-        first 8 characters.
+       first 8 characters.
 
 2001-03-17  Andrew Innes  <andrewi@gnu.org>
 
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
+;; add-log-time-zone-rule: t
 ;; 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, 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.