log nt/ChangeLog @ 110485:14057cf8379c

age author description
Thu, 23 Sep 2010 01:14:00 +0200 Juanma Barranquero Fix bug#6820: Don't accept backslashes or quotes on compiler options.
Thu, 19 Aug 2010 18:38:41 +0200 Juanma Barranquero nt/addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
Thu, 12 Aug 2010 22:28:43 +0800 Jason Rumney (add_registry): Set path for runemacs.exe to use.
Sun, 08 Aug 2010 17:12:29 -0400 Chong Yidong Merge changes from emacs-23 branch
Mon, 02 Aug 2010 21:35:28 +0200 Juanma Barranquero nt/cmdproxy.c (main): Use _snprintf instead of wsprintf (bug#6647).
Tue, 03 Aug 2010 01:20:48 +0200 Juanma Barranquero nt/config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
Wed, 28 Jul 2010 20:25:08 -0700 Dan Nicolaescu Clean up unexec.c, remove references to unused code.
Sun, 25 Jul 2010 05:53:37 +0200 Juanma Barranquero Build binary distros on Windows using emacs-VERSION as root dir name.
Sat, 24 Jul 2010 21:07:15 -0600 Christoph Scholtes Added README.W32 to distclean. Updated Changelog.
Sat, 24 Jul 2010 16:10:01 -0600 Christoph Scholtes Added ChangeLog entry for copying of README.W32.
Sat, 24 Jul 2010 16:04:10 -0600 Christoph Scholtes Code cleanup. Added ChangeLog entry.
Sun, 25 Jul 2010 02:20:51 +0200 Juanma Barranquero Make building under stricter warning flags somewhat cleaner.
Sat, 24 Jul 2010 15:35:31 +0200 Juanma Barranquero New make target for Windows platform: make dist (bug#6602)
Wed, 21 Jul 2010 11:37:35 +0200 Juanma Barranquero * nt/INSTALL: Add note about backslashes in Windows paths.
Tue, 20 Jul 2010 22:21:03 +0200 Juanma Barranquero Convert some more functions to standard C.