X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/a4ac5b17102888e1fba9eaa4fc6593da5e7a609d..ffdf4f267a4e630e055c1470cae04525dee0784c:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4155b5d75e..e074f3ed6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,48 @@ +2003-01-22 Markus Rost + + * Makefile.in (bootstrap): Make bootstrap-after. + +2003-01-20 Jan D. + + * configure.in: Fix --with-gtk. + +2003-01-19 Jan D. + + * configure.in: Add --with-gtk, --with-x-toolkit=gtk + + * INSTALL (DETAILED BUILDING AND INSTALLATION): Add text about GTK. + +2003-01-14 Francesco Potort,Al(B + + * configure.in (m68k-motorola-sysv): Removed (obsolete). + +2003-01-07 Steven Tamm + + * configure.in: New option, --enable-carbon-app, to specify + that the application should be installed + * Makefile.in (install-arch-dep): On Mac OS X, install the + Emacs.app application if carbon-app is enabled + +2003-01-06 Dave Love + + * configure.in: Check for nl_langinfo. + [!HAVE_SIZE_T]: Fix typedef. + +2003-01-06 David Kastrup + + * Makefile.in (INSTALL_INFO): Get install-info command from + configure. + + * configure.in: Add tests for install-info + +2002-12-09 Markus Rost + + * configure.in (*-sunos5*, *-solaris*): Revert previous change - + use again sol2-6 instead of sol2-8. + 2002-12-09 Dave Love - * configure.in: Delete sunos5.8 configuration. + * configure.in (*-sunos5.8*, *-solaris2.8*): Delete configurations. 2002-12-08 Andreas Schwab @@ -33,9 +75,9 @@ (term.h, X11/Xaw3d/Scrollbar.h): Avoid warning from test. (nlist.h): Move test up. -2002-11-18 Markus Rost +2002-11-18 Markus Rost - * configure.in (*-sunos5*, *-solaris*): New configuration. + * configure.in (*-sunos5*, *-solaris*): Use sol2-8. 2002-11-14 Francesco Potorti`