Always define LIBXMENU in src/Makefile.in.
[bpt/emacs.git] / msdos / ChangeLog
index 5e09fd5..0d2ccd4 100644 (file)
@@ -1,3 +1,257 @@
+2010-05-15  Glenn Morris  <rgm@gnu.org>
+
+       * sed1v2.inp (LIBXMENU): Edit to empty.
+       * sed1x.inp (LIBXMENU): Expect empty initial value.
+
+       * sed1v2.inp (OLDXMENU): Edit to empty.
+       * sed1x.inp (OLDXMENU): Expect empty initial value.
+
+       * sed1v2.inp (LIBX_OTHER): Edit to empty.
+       * sed1x.inp (LIBX_OTHER): Expect empty initial value.
+
+       * sed1v2.inp (FONT_OBJ): Edit to empty for non-X case.
+       * sed1x.inp (FONT_OBJ): Edit to xfont.o for X case.
+
+2010-05-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * sed3v2.inp (INSTALLABLES): Edit out extra ${EXEEXT} after
+       "emacsclient".
+       (emacsserver, timer, wakeup): Remove edit-out commands.
+
+       * sed1v2.inp (MSDOS_OBJ): Add w16select.o.
+       (TERMCAP_OBJ): Add termcap.o.
+
+2010-05-15  Glenn Morris  <rgm@gnu.org>
+
+       * sed1v2.inp (OLDXMENU_TARGET): Edit to empty.
+       * sed1x.inp (OLDXMENU_TARGET): Edit to really-oldxmenu.
+
+       * sed1v2.inp (LIBXT_OTHER): Edit to empty.
+
+2010-05-14  Glenn Morris  <rgm@gnu.org>
+
+       * sed1v2.inp (ns_appdir, ns_appbindir, ns_appsrc): Edit to empty.
+
+       * sed1v2.inp (MSDOS_OBJ): Edit to dosfns.o msdos.o.
+       (MSDOS_SUPPORT): Edit to $(MSDOS_SUPPORT_REAL).
+       * sed1x.inp (MSDOS_X_OBJ): Edit to w16select.o termcap.o.
+
+       * sed2x.inp (HAVE_WINDOW_SYSTEM): Define.
+       * sed1x.inp (TOOLTIP_SUPPORT): Edit to ${lispsource}tooltip.elc.
+       (WINDOW_SUPPORT): Edit to $(BASE_WINDOW_SUPPORT) $(X_WINDOW_SUPPORT).
+       * sed1v2.inp (MOUSE_SUPPORT): Edit to $(REAL_MOUSE_SUPPORT).
+       (TOOLTIP_SUPPORT, WINDOW_SUPPORT): Edit to empty.
+
+       * sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).
+
+       * sed1v2.inp (@NS_IMPL_GNUSTEP_INC@): Edit to nil.
+
+2010-05-13  Glenn Morris  <rgm@gnu.org>
+
+       * sed1x.inp (OLDXMENU): Edit to ${oldXMenudir}libXMenu11.a.
+       (LIBXMENU): Edit to ${OLDXMENU}.
+       (LIBX_OTHER): Edit to ${LIBXT} ${LIBX_EXTRA}.
+
+       * sed1v2.inp (C_SWITCH_X_SYSTEM, C_SWITCH_X_SITE, LIB_STANDARD)
+       (FONTCONFIG_CFLAGS, FONTCONFIG_LIBS, FREETYPE_CFLAGS, FREETYPE_LIBS)
+       (LIBOTF_CFLAGS, LIBOTF_LIBS, M17N_FLT_CFLAGS, M17N_FLT_LIBS)
+       (GNU_OBJC_CFLAGS, GNUSTEP_SYSTEM_LIBRARIES, LIBRESOLV, LIBGPM):
+       Edit to empty,
+       (LIB_MATH): Edit to -lm.
+       (UNEXEC_OBJ): Edit to unexec.o.
+
+2010-05-12  Glenn Morris  <rgm@gnu.org>
+
+       * sed3v2.inp (INSTALLABLES): No more @LIB_SRC_EXTRA_INSTALLABLES@.
+
+       * sed1v2.inp (LIB_GCC): Edit to -Lgcc.
+
+2010-05-11  Glenn Morris  <rgm@gnu.org>
+
+       * sed1x.inp (LIBS_SYSTEM): Edit to -lxext -lsys.
+       * sed3x.inp: New file.
+
+2010-05-10  Glenn Morris  <rgm@gnu.org>
+
+       * sed1v2.inp, sed3v2.inp (LIBS_SYSTEM): Edit to empty.
+
+       * sed3v2.inp (BLESSMAIL_TARGET): Edit to need-blessmail.
+
+2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Version 23.2 released.
+
+2010-05-08  Glenn Morris  <rgm@gnu.org>
+
+       * sed1v2.inp (LIBS_TERMCAP): Edit to empty.
+       (TERMCAP_OBJ): Edit to tparam.o.
+
+2010-05-07  Eli Zaretskii  <eliz@gnu.org>
+
+       Fix breakage due to autoconfiscation of Makefile.in files.
+
+       * sed3v2.inp (C_SWITCH_MACHINE): Edit to empty.
+
+       * sed1v2.inp (@LIB_MATH@): Edit to -lm.
+       (C_SWITCH_MACHINE, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM_TEMACS)
+       (LD_SWITCH_X_SITE_AUX, LD_SWITCH_X_SITE_AUX_RPATH)
+       (LD_SWITCH_SYSTEM, LD_SWITCH_SYSTEM_EXTRA, LIBTIFF, LIBJPEG)
+       (LIBPNG, LIBGIF, LIBXPM, XFT_LIBS, DBUS_CFLAGS, DBUS_LIBS)
+       (DBUS_OBJ, GCONF_CFLAGS, GCONF_LIBS, GTK_OBJ, LIBXMU, LIBXSM)
+       (LIBXTR6, XOBJ, TOOLKIT_LIBW, WIDGET_OBJ, CYGWIN_OBJ, NS_OBJ)
+       (NS_SUPPORT, LIBSELINUX_LIBS, START_FILES): Edit to empty.
+       (XMENU_OBJ): Edit to xmenu.o.
+       (FONT_OBJ): Edit to value used for X on Unix.
+       (PRE_ALLOC_OBJ): Edit to lastfile.o.
+       (POST_ALLOC_OBJ): Edit to $(vmlimitobj).
+       (@unexec@): Edit to unexec.o.
+
+2010-05-06  Glenn Morris  <rgm@gnu.org>
+
+       * sed1v2.inp, sed5x.inp: Remove LN_S, unused.
+
+2010-04-01  Eli Zaretskii  <eliz@gnu.org>
+
+       Remove support for DJGPP v1.x.
+
+       * sed3.inp:
+       * sed2.inp:
+       * sed1.inp:
+       * mainmake: Files removed.
+
+2010-03-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * sedlisp.inp (VPATH): Don't edit, no longer needed.
+       (lisp, srcdir): Adapt to lisp/Makefile.in changes.
+       (abs_top_builddir): New edit.
+
+       * sed3v2.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
+       (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values.
+
+       * sed3.inp (KRB4LIB, DESLIB, KRB5LIB, CRYPTOLIB, COM_ERRLIB)
+       (LIBHESIOD, LIBRESOLV, LIBS_MAIL): Edit to empty values.
+
+       * sed1v2.inp (abs_builddir): Edit into "../src".
+
+2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.2.
+
+2010-02-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Remove a CVS-specific note.  Update for latest versions
+       of Windows.
+
+2009-09-17  Eli Zaretskii  <eliz@gnu.org>
+
+       * sed1v2.inp (OTHER_FILES): Edit to empty.
+
+2009-09-11  Eli Zaretskii  <eliz@gnu.org>
+
+       * mainmake.v2 (bootstrap): Ensure enough environment space
+       will be available to run config.bat.
+
+2009-08-27  Eli Zaretskii  <eliz@gnu.org>
+
+       * sed1v2.inp (buildobj.h): Replace "echo" with "djecho".
+
+2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.1.
+
+2009-04-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * mainmake.v2 (src) <gdb.ini>: Don't replace the line with
+       x_error_quitter; instead, append "set environment NAME" to the end.
+       Set NAME and USERNAME in the environment to the same value.
+
+2009-02-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * mainmake.v2 (boot): Don't require b-emacs.exe if not building
+       out of CVS.  (Bug#2151)
+
+2008-12-19  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: Document the problems on Windows Vista and the
+       --with-system-malloc option to config.bat.
+
+       * sedalloc.inp: New file.
+
+2008-11-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * mainmake.v2 (misc): New target.
+       (all, info): Depend on `misc'.
+
+2008-11-15  Eli Zaretskii  <eliz@gnu.org>
+
+       * mainmake.v2 (src): Move removal of src/bootlisp after recursing
+       into `lisp'.
+
+       Make bootstrap work again:
+
+       * mainmake.v2 (boot): New variable.
+       (src): Pass $(boot) to sub-Make.  Remove src/bootlisp.  If
+       src/bootlisp exists after running Make, run Make in `lisp' as
+       well.
+       (clean, mostlyclean): Remove bogus repeated clean in the top-level
+       directory.
+       (info, bootstrap-clean): New targets.
+       (bootstrap): Depend only on bootstrap-clean.  Commands modified to
+       be equivalent to top-level Makefile.in.
+       (bootfast, bootstrap-lisp-1, bootstrap-lisp, bootstrap-src)
+       (bootstrap-clean-before, bootstrap-clean-after): Targets deleted.
+       (clean, mostlyclean, distclean, maintainer-clean, extraclean):
+       Don't recurse into lwlib and oldXMenu.
+
+       * sed1v2.inp: Create bootlisp when bootstrapping b-emacs.exe.
+
+       * sedlisp.inp: Don't convert *.el files to Unix text format, and
+       don't copy ldefs-boot.el into loaddefs.el.
+
+       * sed6.inp: Edit out Unixy shell features in maintainer-clean
+       targets in doc/ Makefiles.
+
+       * INSTALL: Update the list of utilities needed by lisp/Makefile
+       and for bootstrapping.
+
+2008-11-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * INSTALL: New file, with build instructions moved from the
+       top-level INSTALL.
+
+2008-10-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * sedlisp.inp (lisp): Set to absolute file name of current
+       directory, not to ".", to have it on EMACSLOADPATH when we descend
+       into subdirectories.
+
+2008-08-23  Eli Zaretskii  <eliz@gnu.org>
+
+       * sed2v2.inp: Remove definition of USER_FULL_NAME (now defined on
+       src/s/msdos.h).
+
+       * sed3v2.inp: Edit out @LIB_SRC_EXTRA_INSTALLABLES@.
+
+       * sed1v2.inp (version): Define to empty.
+       (ALL_CFLAGS, LIBES): Edit out @FOO@ stuff.
+       (EXEEXT): Define to .exe.
+       Edit "ln -f" into "cp -pf".
+       Edit "touch" into "djecho $@ >", to avoid requiring touch.exe.
+       (b-emacs${EXEEXT}): Don't remove emacs.exe and temacs.exe.
+       Edit "`/bin/pwd`/" into "./".
+       Stubify emacs after it is dumped, to produce emacs.exe.
+       Stubedit temacs.exe to 1024K of stack, emacs.exe to 2048K, and
+       b-emacs.exe to 3072K.
+
+       * mainmake.v2 (emacs lispref lispintro): Chdir under doc/.
+       (emacs): Renamed from `man', to reflect changes in doc directory
+       structure.  All callers changed.
+       (clean mostlyclean distclean maintainer-clean extraclean): Chdir
+       into doc/ for manuals.  Add misc subdirectory.
+       (src): Pass an empty BOOTSTRAPEMACS variable to src/Makefile.
+       (install): Don't stubify/stubedit emacs.exe, this is now done by
+       src/Makefile.
+
 2007-10-05  Eli Zaretskii  <eliz@gnu.org>
 
        * sed6.inp: Update comment to reflect doc directory structure.
 
        * sed1.inp: Revert last change.
 
-2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+2004-11-09  Jan Djärv  <jan.h.d@swipnet.se>
 
        * sed1v2.inp: Use djecho for buildobj.lst.
 
 
 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       Add support for bootstraping Emacs:
+       Add support for bootstrapping Emacs:
 
        * sed1v2.inp: Edit the bootstrap-* targets.  Fix the mostlyclean
        target.
 
        * sed1v2.inp: Delete _gdbinit in distclean target.
 
-2001-12-09  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-12-09  Pavel Janík  <Pavel@Janik.cz>
 
        * COPYING: Moved back.
 
        * sed2.inp (HAVE_VFORK): Don't define: the fragment in sysdep.c
        which needed it is gone.
 
-2001-11-29  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+2001-11-29  Pavel Janík  <Pavel@Janik.cz>
 
        * COPYING: Removed.
 
 1999-07-01  Eli Zaretskii  <eliz@gnu.org>
 
        * mainmake.v2 (SHELL, MAKESHELL): Don't use /dos/command, it can
-       invoke an incompatible version of COMAMND.COM.
+       invoke an incompatible version of COMMAND.COM.
 
 1999-05-19  Eli Zaretskii  <eliz@gnu.org>
 
 
 1994-04-30  Morten Welinder  (terra@diku.dk)
 
-       * sed1.inp: don't comment out the inc-vers run as that
+       * sed1.inp: Don't comment out the inc-vers run as that
        does not exist anymore.
        Don't reset DEBUG_MOLE as that no longer is used.
        Identify the file being patched as src/...
 
 1994-01-08  Morten Welinder  (terra@diku.dk)
 
-       * sed3.inp: improve make-compatibility by not using drive
+       * sed3.inp: Improve make-compatibility by not using drive
        specifications and by not specifying an explicit shell.
 
 1994-01-07  Morten Welinder  (terra@diku.dk)
        * sed1.inp: New file for changing src/makefile.in.in into src/makefile.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
 ;; add-log-time-zone-rule: t
 ;; End:
 
     Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
-       2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+       2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
   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
   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 <http://www.gnu.org/licenses/>.
 
 ;;; arch-tag: b602fbb5-3776-4053-8de2-03da33c29d44