X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/51fb064bc72968e739e8dea580e58796c1a87f4c..d483550724c4d57d6c345e71146d2785963f3419:/nt/ChangeLog diff --git a/nt/ChangeLog b/nt/ChangeLog index 5d114383a8..c16aba8a49 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,143 @@ +2008-08-09 Eli Zaretskii + + * config.nt (LISTPROC, PROCATTR): New macros. + +2008-07-31 Dan Nicolaescu + + * config.nt (MULTI_KBOARD): Remove. + +2008-07-23 Jason Rumney + + * configure.bat: New option --profile. + * gmake.defs: Set cflags and ldflags for profiling when specified. + +2008-07-23 Dan Nicolaescu + + * config.nt (C_SWITCH_SITE, LD_SWITCH_SITE): Do not undefine. + +2008-07-13 Dan Nicolaescu + + * config.nt (HAVE_FACES): Remove, unused. + +2008-06-26 Juanma Barranquero + Eli Zaretskii + + * 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) + and _CRTAPI1. + (ARCH_FLAGS): Don't include _X86_. + + * config.nt (_WIN32_WINNT, WIN32_LEAN_AND_MEAN): Define. + +2008-06-26 Dan Nicolaescu + + * config.nt: Remove reference to UNEXEC_SRC. + +2008-06-23 Juanma Barranquero + Eli Zaretskii + + * gmake.defs (DEBUG_FLAG, DEBUG_LINK) [!NODEBUG]: + Don't hardcode -gstabs+, use DEBUG_INFO. + + * configure.bat (gccdebug): Check for DWARF-2 support in GCC. + Default to stabs if the compiler does not support DWARF-2. + (genmakefiles): Write new variable DEBUG_INFO to config.settings. + +2008-05-14 Jason Rumney + + * configure.bat: Remove code dealing with --disable-font-backend. + +2008-05-09 Eli Zaretskii + + * inc/sys/stat.h (struct stat): Move st_dev after st_ino, for + better alignment. Make st_size 64-bit wide. Add new members + st_uname and st_gname. + + * inc/grp.h (struct group): Add gr_gid member. + +2008-04-23 Eli Zaretskii + + * makefile.w32-in (ALL): Move $(CLIENTRES) from here... + (all): ...to here. $(ALL) is a prerequisite of .PHONY, so having + a real file there is not a good idea. + +2008-04-23 Jason Rumney + + * makefile.w32-in (CLIENTRES): New variable and build target. + (all): Depend on it. + ($(TRES)): Use $(TRES) in rule. + +2008-04-21 Jason Rumney + + * configure.bat (success): Print "make" rather than "gmake", as that + is what MinGW uses. + +2008-04-11 Eli Zaretskii + + * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing. + Add copyright notice. + +2008-04-10 Jason Rumney + + * emacsclient.rc: New file. + + * INSTALL: Document make targets. + +2008-04-09 Jason Rumney + + * makefile.w32-in (clean-other-dirs-nmake): Don't clean lisp dir. + (clean-other-dirs-gmake): Likewise. Clean doc dirs. + (top-distclean, distclean, distclean-other-dirs-nmake) + (distclean-other-dirs-gmake, maintainer-clean-other-dirs-nmake) + (maintainer-clean-other-dirs-gmake, maintainer-clean): New targets. + +2008-04-05 Eli Zaretskii + + * inc/sys/stat.h: New file. + + * configure.bat: Add check for usp10.h. + +2008-04-04 Jason Rumney + + * INSTALL: Update W32 API requirements. + +2008-04-03 Jason Rumney + + * gmake.defs, nmake.defs (UNISCRIBE): New variable. + +2008-03-13 Glenn Morris + + * emacs.rc: Set version to 23.0.60. + +2008-03-04 Jason Rumney + + * gmake.defs, nmake.defs (FONT_CFLAGS): New optional compiler flag. + (EMACS_EXTRA_C_FLAGS): Include it. + * configure.bat (usefontbackend): Default to Y. + (--enable-font-backend): Replace with --disable-font-backend. + (:withfont): Replace with :withoutfont. + +2008-03-03 Kentaro Ohkouchi + + * icons/emacs.ico: Full alpha for 32x32 full color. + Add 32x32 and 16x16 256 color versions. + +2008-03-03 Andrew Zhilin + + * icons/emacs22.ico: New file (the old emacs.ico under a new name). + +2008-03-02 Jason Rumney + + * makefile.w32-in ($(TRES)): Depend on icon and manifest. + +2008-03-02 Kentaro Ohkouchi + + * icons/README: Update. + + * icons/emacs.ico: New icon. + 2008-02-25 Juanma Barranquero * addpm.c: Include malloc.h. @@ -42,8 +182,8 @@ 2008-02-02 Eli Zaretskii - * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH): Ignore - return status. + * makefile.w32-in (unidatagen-SH, unidatagen-clean-SH): + Ignore return status. * configure.bat (dontCopy): Rename admin/unidata/Makefile to keep it out of the way of Windows generated file. Generate @@ -73,7 +213,7 @@ * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file permissions to NTFS ACLs. -2007-11-01 Jan Dj,Ad(Brv +2007-11-01 Jan Djärv * config.nt: Remove HAVE_X11R5. @@ -115,7 +255,7 @@ * emacs.rc: Increase version to 23.0.50. -2007-08-14 Dhuvra Krishnamurthy (tiny change) +2007-08-14 Dhruva Krishnamurthy (tiny change) * makefile.w32-in (bootstrap-nmake): Change directories once more. @@ -443,7 +583,7 @@ * 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 boostrappings 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. @@ -513,7 +653,7 @@ * multi-install-info.bat: New file. -2003-06-27 Jan Dj,Ad(Brv +2003-06-27 Jan Djärv * config.nt (my_strftime): New define. @@ -620,7 +760,7 @@ * makefile.w32-in (bootstrap): Build addsection program before bootstrap (required for post-processing temacs.exe). -2001-12-08 Pavel Jan,Bm(Bk +2001-12-08 Pavel Janík * COPYING: New file. @@ -800,14 +940,14 @@ 2001-01-31 Eli Zaretskii - * 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 . 2001-01-30 Eli Zaretskii * 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 @@ -1220,7 +1360,7 @@ * 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. @@ -1527,7 +1667,7 @@ * _emacs: New file. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: utf-8 ;; add-log-time-zone-rule: t ;; End: @@ -1536,10 +1676,10 @@ This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify + GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -1547,8 +1687,6 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + along with GNU Emacs. If not, see . ;;; arch-tag: b3d2c29c-04a0-45d0-b52d-57354711c414