X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/6b0273cd0a5ffcb7dc98b311bbfb4a112fc7db65..f93554a1468a9961b0c3efa12ada1d0c97c36bd8:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8276008f2d..7816f2881c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,99 @@ +2008-07-31 Dan Nicolaescu + + * make-dist: + * README: Remove VMS support. + * vms: Remove directory. + +2008-07-31 Dan Nicolaescu + + * configure.in (MULTI_KBOARD): Remove. + +2008-07-30 Dan Nicolaescu + + * configure.in (DO_BLOCK_INPUT): Remove, unused. + +2008-07-29 Chong Yidong + + * info/dir (File): Add mairix-el. + +2008-07-27 Dan Nicolaescu + + Remove support for Mac Carbon. + * mac: Remove directory. + * make-dist: + * configure.in: + * README: + * Makefile.in: + * INSTALL: Remove code for Carbon. + * configure: Regenerate. + +2008-07-26 Adrian Robert + + * Makefile.in (install-arch-dep): Fix typo in NS installation commands. + +2008-07-25 Chong Yidong + + * configure.in: Check for getrlimit. + + * configure: Regenerate. + +2008-07-23 Dan Nicolaescu + + * configure.in (LD_SWITCH_SITE): Remove, set the values directly + in src/Makefile.in. + (static): Remove, autoconf would always comment it out anyway. + (subprocesses): Define unconditionally. + +2008-07-19 Adrian Robert + + * configure.in: Apply patch from Yavor Doganov gnu.org> to + fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS compilation under + GNUstep. + * configure: Regenerate. + +2008-07-18 Kenichi Handa + + * INSTALL (Complex Text Layout support libraries): Delete the + paragraph about --enable-font-backend. + +2008-07-17 Adrian Robert + + * configure.in: Print out some info to user for NeXTstep builds. + (ns-app): Remove enable option. + (ns-self-contained): Add enable option. + (ns_appbindir, ns_appresdir, ns_appsrc): Set them based on Cocoa or + GNUstep, use to set install prefixes, and substitute in Makefiles. + * configure: Regenerate. + * Makefile.in (install-arch-dep): Perform post-install cleanup inside + NS app bundle. + +2008-07-17 Stefan Monnier + + * configure.in: Extract and substitute GNUSTEP_MAKEFILES. + +2008-07-16 Adrian Robert + + * configure.in: Change GNUSTEP to NS_IMPL_GNUSTEP, COCOA to + NS_IMPL_COCOA. + * configure: Regenerate. + +2008-07-16 Glenn Morris + + * configure.in (with_kerberos, with_kerberos5, with_hesiod): + Fix tests for OPTION_DEFAULT_OFF (variables never unset). + (with_carbon, with_ns): Remove dead code, since OPTION_DEFAULT_OFF means + never unset. + + * make-dist: Add nextstep/ directories. + (src, lib-src): Add .m files. + 2008-07-16 Dan Nicolaescu * configure.in (freebsd, kfreebsd): Undo part of previous change. (USER_FULL_NAME): Remove, not used anymore. * configure: Regenerate. -2008-07-15 Adrian Robert +2008-07-15 Adrian Robert Changes and additions for NeXTstep windowing system (Cocoa and GNUstep) support.