diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 63 |
1 files changed, 63 insertions, 0 deletions
| @@ -1,3 +1,66 @@ | |||
| 1 | 2012-09-19 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * doc/emacs/misc.texi (DocView Slicing): Document new slice from | ||
| 4 | BoundingBox feature. | ||
| 5 | |||
| 6 | 2012-09-18 Jan Djärv <jan.h.d@swipnet.se> | ||
| 7 | |||
| 8 | * configure.ac (HAVE_GTK): Mention if we use GTK2 or GTK3. | ||
| 9 | |||
| 10 | 2012-09-17 Andreas Schwab <schwab@linux-m68k.org> | ||
| 11 | |||
| 12 | * Makefile.in (bootstrap): Revert last change. Run config.status | ||
| 13 | after config.status --recheck, run configure from $(srcdir). | ||
| 14 | (config.status): Run configure from $(srcdir). | ||
| 15 | |||
| 16 | 2012-09-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 17 | |||
| 18 | * Makefile.in: Fix build error on FreeBSD. | ||
| 19 | ($(MAKEFILE_NAME)): Pass MAKE='$(MAKE)' to config.status's env. | ||
| 20 | Suggested by Wolfgang Jenker in | ||
| 21 | <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00430.html>. | ||
| 22 | (MAKE_CONFIG_STATUS): Remove. Remaining use expanded. | ||
| 23 | This undoes part of the 2012-09-10 patch. | ||
| 24 | (bootstrap): Run ./configure, rather than trying to run config.status | ||
| 25 | if it exists. That builds src/epaths.h more reliably. | ||
| 26 | Run autogen/copy_autogen if autogen.sh fails, | ||
| 27 | to create 'configure'; problem reported by Andreas Schwab in | ||
| 28 | <http://lists.gnu.org/archive/html/emacs-devel/2012-09/msg00438.html>. | ||
| 29 | * autogen.sh: Exit with status 1 when failing due to missing tools, | ||
| 30 | reverting the 2012-09-10 change to this file. | ||
| 31 | * autogen/copy_autogen: Fail if one of the subsidiary actions fail. | ||
| 32 | Use 'cp -f' for the build-aux files, since the destinations are | ||
| 33 | typically read-only. | ||
| 34 | |||
| 35 | Remove no-longer-needed Solaris 2.4 vfork bug workaround. | ||
| 36 | * configure.ac (ac_cv_func_vfork_works): Default to 'no' on | ||
| 37 | Solaris 2.4, so that AC_FUNC_VFORK doesn't think vfork works. | ||
| 38 | |||
| 39 | 2012-09-17 Glenn Morris <rgm@gnu.org> | ||
| 40 | |||
| 41 | * configure.ac (copyright): New output variable. | ||
| 42 | (COPYRIGHT): New AC_DEFINE. | ||
| 43 | |||
| 44 | 2012-09-16 Paul Eggert <eggert@cs.ucla.edu> | ||
| 45 | |||
| 46 | Remove configure's --without-sync-input option (Bug#12450). | ||
| 47 | * configure.ac (SYNC_INPUT, BROKEN_SA_RESTART): Remove. | ||
| 48 | |||
| 49 | 2012-09-16 Glenn Morris <rgm@gnu.org> | ||
| 50 | |||
| 51 | Increase compartmentalization of Nextstep builds rules, | ||
| 52 | and store Emacs version number in fewer versioned files. | ||
| 53 | * configure.ac (ns_appsrc): Use relative names. | ||
| 54 | (ns_frag): Remove. | ||
| 55 | (Info-gnustep.plist, Emacs.desktop, Info.plist, InfoPlist.strings) | ||
| 56 | (nextstep/Makefile): Generate these nextstep files. | ||
| 57 | (SUBDIR_MAKEFILES): Add nextstep. | ||
| 58 | * Makefile.in (clean, distclean, bootstrap-clean): Add nextstep. | ||
| 59 | * make-dist (nextstep/templates): Add directory. | ||
| 60 | (nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj): Remove. | ||
| 61 | (nextstep/Cocoa/Emacs.base/Contents) | ||
| 62 | (nextstep, nextstep/GNUstep/Emacs.base/Resources): Update contents. | ||
| 63 | |||
| 1 | 2012-09-15 Paul Eggert <eggert@cs.ucla.edu> | 64 | 2012-09-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 65 | ||
| 3 | Port better to POSIX hosts lacking _setjmp (Bug#12446). | 66 | Port better to POSIX hosts lacking _setjmp (Bug#12446). |