]> code.delx.au - gnu-emacs/blobdiff - nt/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / nt / ChangeLog
index b2c31b303c1afd13ff90e3cba04347ca9c9d7b3c..075814f120eef9c7af5aff0e8c9e9206d31578ac 100644 (file)
-2008-04-11  Eli Zaretskii  <eliz@gnu.org>
+2008-04-23  Eli Zaretskii  <eliz@gnu.org>
 
        * 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-10  Jason Rumney  <jasonr@gnu.org>
-
-       * emacsclient.rc: New file.
+2008-04-23  Jason Rumney  <jasonr@gnu.org>
 
        * makefile.w32-in (CLIENTRES): New variable and build target.
        (all): Depend on it.
        ($(TRES)): Use $(TRES) in rule.
 
-2008-03-26  Chong Yidong  <cyd@stupidchicken.com>
+2008-04-21  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat (success): Print "make" rather than "gmake", as that
+       is what MingW uses.
+
+2008-04-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * inc/sys/stat.h (__MINGW_NOTHROW): If not defined, define to nothing.
+       Add copyright notice.
+
+2008-04-10  Jason Rumney  <jasonr@gnu.org>
+
+       * emacsclient.rc: New file.
+
+       * INSTALL: Document make targets.
+
+2008-04-09  Jason Rumney  <jasonr@gnu.org>
+
+       * 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  <eliz@gnu.org>
+
+       * inc/sys/stat.h: New file.
+
+       * configure.bat: Add check for usp10.h.
+
+2008-04-04  Jason Rumney  <jasonr@gnu.org>
 
-       * Version 22.2 released.
+       * INSTALL: Update W32 API requirements.
 
-2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
+2008-04-03  Jason Rumney  <jasonr@gnu.org>
+
+       * gmake.defs, nmake.defs (UNISCRIBE): New variable.
+
+2008-03-13  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.rc: Set version to 23.0.60.
+
+2008-03-04  Jason Rumney  <jasonr@gnu.org>
+
+       * 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  <nanasess@fsm.ne.jp>
+
+       * icons/emacs.ico: Full alpha for 32x32 full color.
+       Add 32x32 and 16x16 256 color versions.
+
+2008-03-03  Andrew Zhilin  <andrew_zhilin@yahoo.com>
+
+       * icons/emacs22.ico: New file (the old emacs.ico under a new name).
+
+2008-03-02  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in ($(TRES)): Depend on icon and manifest.
+
+2008-03-02  Kentaro Ohkouchi  <nanasess@fsm.ne.jp>
+
+       * icons/README: Update.
+
+       * icons/emacs.ico: New icon.
+
+2008-02-25  Juanma Barranquero  <lekktu@gmail.com>
 
        * addpm.c: Include malloc.h.
        (add_registry): Cast return value of alloca.
 
+2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * config.nt (SHORTNAMES): Remove reference to obsolete variable.
+
+2008-02-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.bat (checkgcc): Move "del junk.o" to here, and make it
+       conditional on existence of junk.o.  If %nocygwin% is already set
+       to Y, skip to chkapiN instead of chkapi.
+       (chkapi): Move "rm -f junk.c junk.o" to here.
+       (chkapiN): New label.
+
+2008-02-11  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in: Remove unidata-gen related rules.
+
+2008-02-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * configure.bat (dontCopy): Do not rename admin/unidata/Makefile.
+
 2008-02-11  Jason Rumney  <jasonr@gnu.org>
 
        * addpm.c (add_registry): Add an App Paths registry key.
 
        * configure.bat: In help, use generic names for the image libraries.
 
+2008-02-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * .cvsignore: Don't ignore .arch-inventory.
+
+2008-02-03  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat: Make gcc the default compiler.
+
+2008-02-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * 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
+       admin/unidata/makefile.
+
+       * makefile.w32-in (unidatagen-nmake, unidatagen-clean-nmake)
+       (unidatagen-CMD, unidatagen-clean-CMD, unidatagen-SH)
+       (unidatagen-clean-SH): New targets.
+       (bootstrap-nmake): Invoke unidatagen-nmake.
+       (bootstrap-gmake): Invoke unidatagen-$(SHELLTYPE).
+
+2008-02-01  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat (withfont): Set sep1 after modifying usercflags.
+
+2008-02-01  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat: Rename --with-font-backend to --enable-font-backend
+       for consistency with other platforms.
+
+2008-02-01  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat: Add --with-font-backend option.
+
 2008-01-20  Jason Rumney  <jasonr@gnu.org>
 
        * gmake.defs (CYGWIN) [USING_SH]: Disable mapping of file
        permissions to NTFS ACLs.
 
+2007-11-01  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * config.nt: Remove HAVE_X11R5.
+
+2007-10-22  Jason Rumney  <jasonr@gnu.org>
+
+       * config.nt (HAVE_STRINGS_H, HAVE_STDLIB_H): Undefine.
+       (strings.h, stdlib.h): Conditionally include.
+       (w32_abort): Declare here.
+       (abort): Redefine to w32_abort (moved from src/s/ms-w32.h).
+
+2007-10-20  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (info-nmake): Change into correct directories.
+
 2007-10-20  Eli Zaretskii  <eliz@gnu.org>
 
        * configure.bat (docflags, doldflags): New variables.
 
        * nmake.defs (COMCTL32): New system library.
 
-2007-08-14  Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
+2007-09-06  Glenn Morris  <rgm@gnu.org>
+
+       * configure.bat:
+       * makefile.w32-in (info-nmake, info-gmake, clean-other-dirs-nmake):
+       Change from ../man to ../doc/emacs and ../doc/misc; and from
+       ../lispref, ../lispintro to ../doc/lispref, ../doc/lispintro.
+
+2007-08-29  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.rc: Increase version to 23.0.50.
+
+2007-08-14  Dhuvra Krishnamurthy  <dhuvrakm@gmail.com>  (tiny change)
 
        * makefile.w32-in (bootstrap-nmake): Change directories once more.
 
 
        * COPYING: Switch to GPLv3.
 
-2007-07-20  Eli Zaretskii  <eliz@gnu.org>
+2007-07-16  Eli Zaretskii  <eliz@gnu.org>
 
        * makefile.w32-in (bootstrap, bootstrap-nmake, bootstrap-gmake):
        Depend on cmdproxy.
        (cleanall): Don't delete *~.
 
+2007-07-15  Jason Rumney  <jasonr@gnu.org>
+
+       * inc/sys/socket.h (uint16_t): Define if C99 does not appear to
+       be fully supported.
+
+2007-07-14  Jason Rumney  <jasonr@gnu.org>
+
+       * inc/sys/socket.h: Include winsock2.h and ws2tcpip.h instead
+       of winsock.h.
+
 2007-07-11  Jason Rumney  <jasonr@gnu.org>
 
        * gmake.defs (OLE32): New library to link.
 
        * cmdproxy.c (main): Set console codepages to "ANSI".
 
+2007-06-20  Jason Rumney  <jasonr@gnu.org>
+
+       * configure.bat: Complain if image libraries are missing.
+
 2007-06-15  Jason Rumney  <jasonr@gnu.org>
 
        * emacs.manifest: New file.
        * INSTALL: Fix URL of EmacsW32 site where building with image
        support is described.
 
+2007-04-26  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.rc: Increase version to 22.1.50.
+
 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
 
        * INSTALL: Mention the VCVARS32.BAT batch file for VS.NET users.
 
        * multi-install-info.bat: New file.
 
-2003-06-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2003-06-27  Jan Djärv  <jan.h.d@swipnet.se>
 
        * config.nt (my_strftime): New define.
 
        * makefile.w32-in (bootstrap): Build addsection program before
        bootstrap (required for post-processing temacs.exe).
 
-2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-12-08  Pavel Janík  <Pavel@Janik.cz>
 
        * COPYING: New file.
 
 
 1999-01-31  Andrew Innes  <andrewi@gnu.org>
 
-       * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from
+       * addsection.c (ROUND_UP_DST_AND_ZERO): Renamed from
        ROUND_UP_DST.  Zeroes the alignment slop.
        (copy_executable_and_add_section): Update the
        SizeOfHeaders field properly.
 
 1999-01-17  Andrew Innes  <andrewi@gnu.org>
 
-       * makefile.nt: (ALL): List top-level targets.
+       * makefile.nt (ALL): List top-level targets.
        (addsection): New top-level target.
        (install): Copy fns-*.el to bin directory.
 
 
 1997-07-10  Geoff Voelker  <voelker@cs.washington.edu>
 
-       * inc/sys/socket.h: (shutdown): Define.
+       * inc/sys/socket.h (shutdown): Define.
        (sys_shutdown): Export.
 
 1997-07-08  Richard Stallman  <rms@psilocin.gnu.ai.mit.edu>
        Definition removed.
 
        * addpm.c: New file.
-       * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined.
+       * makefile.nt (ALL, addpm, addpm.exe, addpm.obj): Defined.
        (all): Depend upon $(BLD) and $(ALL).
        (install): Depend upon emacs.bat.
        Create program item for Emacs.
        (clean): Delete obj.
        (emacs.bat): Defined.
-       * makefile.def (EMACS_ICON_PATH,ADDPM): Defined.
+       * makefile.def (EMACS_ICON_PATH, ADDPM): Defined.
 
 1995-05-27  Geoff Voelker  <voelker@cs.washington.edu>
 
        * config.h: Changed to config.nt.
 
        * makefile.nt (SUBDIRS): Commented out.
-       (all,install,clean): Expand for-loops.
-       (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined.
+       (all, install, clean): Expand for-loops.
+       (BUILD_CMD, INSTALL_CMD, CLEAN_CMD): Defined.
 
-       * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined.
+       * makefile.def (SYS_LIB_DIR, SYS_INC_DIR): Undefined.
        (ARCH): New definition.
-       (CPU,CONFIG_H,OS_TYPE): Defined.
-       (INCLUDE,LIB): Checked if valid.
+       (CPU, CONFIG_H, OS_TYPE): Defined.
+       (INCLUDE, LIB): Checked if valid.
        (ntwin32.mak): Included.
-       (AR,CC,LINK): New definition.
-       (ADVAPI32,libc,BASE_LIBS): Defined.
+       (AR, CC, LINK): New definition.
+       (ADVAPI32, libc, BASE_LIBS): Defined.
        (SYS_LDFLAGS): New definition.
        Update comments and preprocessor conditionals.
 
        * emacs.bat (SHELL): Conditionally defined.
        (HOME): Conditionally defined.
-       (emacs_path,HOME): Update comments.
+       (emacs_path, HOME): Update comments.
        Turn off all echo.
 
 1995-05-09  Geoff Voelker  <voelker@cs.washington.edu>
        * _emacs: New file.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
 ;; add-log-time-zone-rule: t
 ;; End: