Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
[bpt/emacs.git] / nt / ChangeLog
index c4fddfe..1b82d32 100644 (file)
@@ -1,3 +1,36 @@
+2010-07-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * config.nt (HAVE_BCOPY, HAVE_BCMP): Remove undefs.
+       (HAVE_MEMCPY, HAVE_MEMMOVE, HAVE_MEMSET, HAVE_MEMCMP): Add undefs.
+
+2010-07-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * config.nt (__P): Remove.
+
+2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * config.nt: Remove code depending on BSTRING.
+
+2010-06-03  Glenn Morris  <rgm@gnu.org>
+
+       * config.nt: Remove NOT_C_CODE tests, it is always true now.
+
+2010-05-13  Glenn Morris  <rgm@gnu.org>
+
+       * config.nt (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Remove undefs.
+
+2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.2 released.
+
+2010-05-04  Glenn Morris  <rgm@gnu.org>
+
+       * config.nt (LD_SWITCH_X_SITE_AUX): Remove.
+
+2010-04-20  Lewis Perin  <perin@panix.com>  (tiny change)
+
+       * emacs.manifest: Add trustInfo section to Windows manifest.
+
 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
 
        * Branch for 23.2.
@@ -47,8 +80,8 @@
 
 2009-01-26  Jason Rumney  <jasonr@gnu.org>
 
-       * 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  <jasonr@gnu.org>
 
        * config.nt (HAVE_FACES): Remove, unused.
 
 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
-           Eli Zaretskii  <eliz@gnu.org>
+            Eli Zaretskii  <eliz@gnu.org>
 
        * nmake.defs (FONT_CFLAGS):
        * gmake.defs (FONT_CFLAGS): Remove.
        * config.nt: Remove reference to UNEXEC_SRC.
 
 2008-06-23  Juanma Barranquero  <lekktu@gmail.com>
-           Eli Zaretskii  <eliz@gnu.org>
+            Eli Zaretskii  <eliz@gnu.org>
 
        * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]:
        Don't hardcode -gstabs+, use DEBUG_INFO.