X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/22749e9acb08d9a7ab78bdf930464b1f19012a63..7561000b5c8f6356bfdb210de0003b81489054f9:/nt/ChangeLog diff --git a/nt/ChangeLog b/nt/ChangeLog index ad019fe5e7..8c699c7758 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,132 @@ +2010-08-02 Juanma Barranquero + + * config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754). + Suggested by Dan Nicolaescu . + +2010-07-29 Dan Nicolaescu + + * config.nt: Remove code referring to NO_REMAP, unused. + +2010-07-25 Christoph Scholtes + + Build binary distros on Windows using emacs-VERSION as root dir name. + + * makefile.w32-in: Copy README.W32 to installation directory + during `make install'. Remove README.W32 with `distclean' (in + case Emacs was installed in place). Use temporary directory to + create distribution zip files in `dist' target. + * zipdist.bat: Simplify code using temporary directory. + +2010-07-25 Juanma Barranquero + + * runemacs.c (set_user_model_id): Fix prototype. + +2010-07-24 Christoph Scholtes + + New make target for Windows platform: make dist (bug#6602) + + * INSTALL: Document new dist target and add section about + creating binary distributions. + * README.W32: Relocate from admin/nt/ directory. + * configure.bat: New parameter `--distfiles'. + * makefile.w32-in: Add version number, new target `dist'. + Add new target `install-shortcuts'. + * zipdist.bat: New file; create zipped binary distribution, + replaces admin/nt/makedist.bat. + +2010-07-21 Juanma Barranquero + + * INSTALL: Add note about backslashes in Windows paths. + Fix typos. Simplify references to Windows versions. + +2010-07-20 Juanma Barranquero + + * addpm.c (add_registry, main): + * cmdproxy.c (get_env_size): + * ddeclient.c (main): + * runemacs.c (set_user_model_id): + Convert definitions to standard C. + +2010-07-20 Juanma Barranquero + + * gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping. + +2010-07-18 Juanma Barranquero + + * configure.bat: New option --enable-checking. + * gmake.defs, nmake.defs (CHECKING_CFLAGS): New define. + (CFLAGS): Include it. + +2010-07-12 Dan Nicolaescu + + * config.nt (volatile): Remove definition. + +2010-07-07 Andreas Schwab + + * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs. + (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs. + +2010-07-02 Juanma Barranquero + + * config.nt (__P): Remove. + +2010-06-06 Dan Nicolaescu + + * config.nt: Remove code depending on BSTRING. + +2010-06-03 Glenn Morris + + * config.nt: Remove NOT_C_CODE tests, it is always true now. + +2010-05-13 Glenn Morris + + * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs. + +2010-05-07 Chong Yidong + + * Version 23.2 released. + +2010-05-04 Glenn Morris + + * config.nt (LD_SWITCH_X_SITE_AUX): Remove. + +2010-04-20 Lewis Perin (tiny change) + + * emacs.manifest: Add trustInfo section to Windows manifest. + +2010-03-10 Chong Yidong + + * Branch for 23.2. + +2010-01-13 Martin Rudalics + + * emacsclient.rc: Fix format of "LegalCopyright" value. + +2009-12-28 Juanma Barranquero + + * INSTALL: Remove obsolete notes about line endings, and fix some typos. + +2009-12-27 Karl Fogel + + * INSTALL: Update for CVS->Bazaar switchover. + +2009-09-14 Juanma Barranquero + + * configure.bat: Add #define PROFILING to config.h. + +2009-07-03 Jason Rumney + + * runemacs.c (set_user_model_id): Use standard types. + +2009-06-30 Jason Rumney + + * runemacs.c (set_user_model_id): New function. + (WinMain): Use it. + +2009-06-21 Chong Yidong + + * Branch for 23.1. + 2009-03-21 Eli Zaretskii * inc/sys/stat.h (struct stat): Change the types of st_uid and @@ -14,8 +143,8 @@ 2009-01-26 Jason Rumney - * emacsclient.rc, emacs.rc: Swap name and description. Remove - Windows versions. + * emacsclient.rc, emacs.rc: Swap name and description. + Remove Windows versions. 2009-01-15 Jason Rumney @@ -67,7 +196,7 @@ * config.nt (HAVE_FACES): Remove, unused. 2008-06-26 Juanma Barranquero - Eli Zaretskii + Eli Zaretskii * nmake.defs (FONT_CFLAGS): * gmake.defs (FONT_CFLAGS): Remove. @@ -83,7 +212,7 @@ * config.nt: Remove reference to UNEXEC_SRC. 2008-06-23 Juanma Barranquero - Eli Zaretskii + Eli Zaretskii * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]: Don't hardcode -gstabs+, use DEBUG_INFO. @@ -1719,7 +1848,7 @@ ;; End: Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GNU Emacs.