diff options
| author | Joakim Verona | 2012-09-19 01:09:51 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-09-19 01:09:51 +0200 |
| commit | 6c86337db3f2b22977d7b94b054458a2d446c504 (patch) | |
| tree | 04725c50cbd76c8ffd0faf4cdce895a89a506a58 /ChangeLog | |
| parent | aac9139d11cf7f9ee84d931ada85be8fa0c90f21 (diff) | |
| parent | fefa299077c02a931e5e72f7646e3dfa28f5e8ff (diff) | |
| download | emacs-6c86337db3f2b22977d7b94b054458a2d446c504.tar.gz emacs-6c86337db3f2b22977d7b94b054458a2d446c504.zip | |
not compiling yet
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 105 |
1 files changed, 105 insertions, 0 deletions
| @@ -1,3 +1,108 @@ | |||
| 1 | 2012-09-17 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * Makefile.in (bootstrap): Revert last change. Run config.status | ||
| 4 | after config.status --recheck, run configure from $(srcdir). | ||
| 5 | (config.status): Run configure from $(srcdir). | ||
| 6 | |||
| 7 | 2012-09-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 8 | |||
| 9 | * Makefile.in: Fix build error on FreeBSD. | ||
| 10 | ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env. | ||
| 11 | Suggested by Wolfgang Jenker in | ||
| 12 | <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>. | ||
| 13 | (MAKE_CONFIG_STATUS): Remove. Remaining use expanded. | ||
| 14 | This undoes part of the 2012-09-10 patch. | ||
| 15 | (bootstrap): Run ./configure, rather than trying to run config.status | ||
| 16 | if it exists. That builds src/epaths.h more reliably. | ||
| 17 | Run autogen/copy_autogen if autogen.sh fails, | ||
| 18 | to create 'configure'; problem reported by Andreas Schwab in | ||
| 19 | <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>. | ||
| 20 | * autogen.sh: Exit with status 1 when failing due to missing tools, | ||
| 21 | reverting the 2012-09-10 change to this file. | ||
| 22 | * autogen/copy_autogen: Fail if one of the subsidiary actions fail. | ||
| 23 | Use 'cp -f' for the build-aux files, since the destinations are | ||
| 24 | typically read-only. | ||
| 25 | |||
| 26 | Remove no-longer-needed Solaris 2.4 vfork bug workaround. | ||
| 27 | * configure.ac (ac_cv_func_vfork_works): Default to 'no' on | ||
| 28 | Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works. | ||
| 29 | |||
| 30 | 2012-09-17 Glenn Morris <rgm@gnu.org> | ||
| 31 | |||
| 32 | * configure.ac (copyright): New output variable. | ||
| 33 | (COPYRIGHT): New AC_DEFINE. | ||
| 34 | |||
| 35 | 2012-09-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 36 | |||
| 37 | Remove configure's --without-sync-input option (Bug#12450). | ||
| 38 | * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove. | ||
| 39 | |||
| 40 | 2012-09-16 Glenn Morris <rgm@gnu.org> | ||
| 41 | |||
| 42 | Increase compartmentalization of Nextstep builds rules, | ||
| 43 | and store Emacs version number in fewer versioned files. | ||
| 44 | * configure.ac (ns_appsrc): Use relative names. | ||
| 45 | (ns_frag): Remove. | ||
| 46 | (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings) | ||
| 47 | (nextstep/Makefile): Generate these nextstep files. | ||
| 48 | (SUBDIR_MAKEFILES): Add nextstep. | ||
| 49 | * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep. | ||
| 50 | * make-dist (nextstep/templates): Add directory. | ||
| 51 | (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove. | ||
| 52 | (nextstep/Cocoa/Emacs.base/Contents) | ||
| 53 | (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents. | ||
| 54 | |||
| 55 | 2012-09-15 Paul Eggert <eggert@cs.ucla.edu> | ||
| 56 | |||
| 57 | Port better to POSIX hosts lacking _setjmp (Bug#12446). | ||
| 58 | * configure.ac (HAVE__SETJMP, HAVE_SIGSETJMP): New symbols. | ||
| 59 | (_setjmp, _longjmp): Remove. | ||
| 60 | |||
| 61 | 2012-09-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 62 | |||
| 63 | * configure.ac (--without-sync-input): Fix typo in usage message. | ||
| 64 | |||
| 65 | * configure.ac: Port to hosts lacking gtk. | ||
| 66 | (PKG_CHECK_MODULES): Capture pkg-config diagnostics | ||
| 67 | better, in particular, problems in invoking pkg-config itself. | ||
| 68 | This is useful on hosts that don't have pkg-config. | ||
| 69 | (GTK_MODULES): Do not exit 'configure' simply because gtk3 | ||
| 70 | and gtk2 are both missing. Problem found on Solaris 8. | ||
| 71 | |||
| 72 | 2012-09-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 73 | |||
| 74 | * configure.ac: Reorder Xaw3d messages. | ||
| 75 | Report Gtk+ 3 as GTK. | ||
| 76 | |||
| 77 | 2012-09-13 Paul Eggert <eggert@cs.ucla.edu> | ||
| 78 | |||
| 79 | Simplify SIGIO usage (Bug#12408). | ||
| 80 | * configure.ac (NO_TERMIO, BROKEN_FIONREAD, BROKEN_SIGAIO) | ||
| 81 | (BROKEN_SIGPOLL, BROKEN_SIGPTY): Remove. | ||
| 82 | (USABLE_FIONREAD, USABLE_SIGIO): New symbols. All uses of | ||
| 83 | 'defined SIGIO' replaced with 'defined USABLE_SIGIO', with no need | ||
| 84 | to #undef SIGIO now (which was error-prone). Likewise, all uses | ||
| 85 | of 'defined FIONREAD' replaced with 'defined USABLE_FIONREAD'. | ||
| 86 | |||
| 87 | 2012-09-12 Jan Djärv <jan.h.d@swipnet.se> | ||
| 88 | |||
| 89 | * configure.ac: No --with-x-toolkit given: Try gtk3 toolkit first | ||
| 90 | and then gtk2 if not found. | ||
| 91 | --with-x-toolkit=gtk|yes: As above, but fail if gtk2 or gt3 not found. | ||
| 92 | --with-x-toolkit=gtk2: Only try gtk2, fail if not found. | ||
| 93 | --with-x-toolkit=gtk3: Only try gtk3, fail if not found. | ||
| 94 | |||
| 95 | 2012-09-11 Glenn Morris <rgm@gnu.org> | ||
| 96 | |||
| 97 | * Makefile.in (install-arch-dep, install-arch-indep, install-doc): | ||
| 98 | Be more explicit about dependencies, for parallel `make install'. | ||
| 99 | |||
| 100 | 2012-09-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 101 | |||
| 102 | Simplify, document, and port floating-point (Bug#12381). | ||
| 103 | * configure.ac (logb, cbrt): Do not check for these functions, | ||
| 104 | as they are not being used. | ||
| 105 | |||
| 1 | 2012-09-10 Paul Eggert <eggert@cs.ucla.edu> | 106 | 2012-09-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 107 | ||
| 3 | Improve robustness of 'make bootstrap' (Bug#12376). | 108 | Improve robustness of 'make bootstrap' (Bug#12376). |