]> code.delx.au - gnu-emacs/blobdiff - nt/ChangeLog
(make_terminal_frame) [MSDOS]: Remove unused #ifdef'ed away code.
[gnu-emacs] / nt / ChangeLog
index 583bb5d515a8f7f202999c6dd3b131bf4febb2a1..2650b4717ba3bd96abf0616acdaa17305886db4f 100644 (file)
@@ -1,7 +1,15 @@
+2008-08-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * config.nt (LISTPROC, PROCATTR): New macros.
+
+2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * config.nt (MULTI_KBOARD): Remove.
+
 2008-07-23  Jason Rumney  <jasonr@gnu.org>
 
-        * configure.bat: New option --profile.
-        * gmake.defs: Set cflags and ldflags for profiling when specified.
+       * configure.bat: New option --profile.
+       * gmake.defs: Set cflags and ldflags for profiling when specified.
 
 2008-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
 
@@ -14,7 +22,7 @@
 2008-06-26  Juanma Barranquero  <lekktu@gmail.com>
            Eli Zaretskii  <eliz@gnu.org>
 
-       * nmake.defs:
+       * nmake.defs (FONT_CFLAGS):
        * gmake.defs (FONT_CFLAGS): Remove.
        (EMACS_EXTRA_C_FLAGS): Don't include FONT_CFLAGS.
        (CFLAGS): Don't include WIN32_LEAN_AND_MEAN, _WIN32_WINNT, -D$(ARCH)
 
        * 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 bootstrappings after a
+       calling non-existent cmdproxy.exe on bootstrapping after a
        previous install followed by realclean.
 
        * nmake.defs: Add quote in comment to resync font-locking.
 
 2001-01-31  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       * configure.bat: Make sure redirection is preceeded by a blank, to
+       * configure.bat: Make sure redirection is preceded by a blank, to
        avoid problems with "1>>foo" when CMD.EXE is the shell, which eats
        up the "1" part.  From Rob Giardina <rob@criticalpointsoftware.com>.
 
 2001-01-30  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * INSTALL: Copy the table of tested combinations of development
-       tools from confuigure.bat.  Add suggestion to install Bash on
+       tools from configure.bat.  Add suggestion to install Bash on
        Windows 9X.
 
        * configure.bat: Don't copy lisp/Makefile, it doesn't exist; copy
 
        * cmdproxy.c (get_env_size): New function.
        (spawn): Explicitly pass in environment when creating subprocess.
-       (main): Cleaup error messages.
+       (main): Cleanup error messages.
        Specify dynamically sized environment block for real shell.
        Pass on unhandled switches to real shell.
        Quote program name.