X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d35e1cd725b4e9512d54a8e642ad82f50d584edd..448d408588e2da398e3f17177b05314e8c7c9a94:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4a2d865e2e..126e1f7bd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,665 @@ +2008-11-28 Ulrich Mueller + + * configure.in: Fix last change. + +2008-11-28 Richard M Stallman + + * configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*): + New configurations. + +2008-11-20 Josh Elsasser (tiny change) + + * configure.in: Add hppa-*-openbsd* with machine hp800; mistakenly + removed while misclassified as now unsupported hp9000s300. (Bug#1365) + +2008-11-15 Eli Zaretskii + + * Makefile.in (INFO_FILES): Remove ns-emacs. + + * info/dir (NS-Emacs): Remove entry. + +2008-11-08 Eli Zaretskii + + * INSTALL: Move MS-DOS specific instructions to msdos/INSTALL. + +2008-11-07 Glenn Morris + + * configure.in (HAVE_LIB64_DIR): Check for crtn.o. (Bug#1287) + +2008-10-31 Eli Zaretskii + + * config.bat: Tell user to expect one "File not found" message + while the `doc' directory is being configured. + +2008-10-30 Chong Yidong + + * update-subdirs: Put obsolete directory last. + +2008-10-30 Emanuele Giaquinta + + * configure.in: Check fontconfig always. + +2008-10-30 Dan Nicolaescu + + * configure (*-solaris2.[7-9]*): Fix typo. + +2008-10-24 Glenn Morris + + * configure.in (--without-sync-input, --with-pkg-config-prog): + Help strings start with lower case. + (--with-gnustep-conf): New option. + (GNUSTEP_CONFIG_FILE): Use, instead of fixed /etc/GNUstep/GNUstep.conf. + +2008-10-24 Yavor Doganov (tiny change) + + * configure.in: Use `.' instead of `source' to source GNUstep.conf. + Exit with an error if `--with-ns' was specified but + is not found. (Bug#1230) + +2008-10-23 Ali Bahrami (tiny change) + + * configure (*-sunos5*, *-solaris*): Use the new file sol2-10.h. + Use sol2-6.h for Solaris 7-9. + +2008-10-18 Ulrich Mueller + + * configure.in: Add support for GNU/Linux on SuperH. + +2008-10-12 Andreas Schwab + + * configure.in: Only check for m17n-flt if HAVE_LIBOTF. + +2008-08-28 Adrian Robert + + * configure.in: Report USE_TOOLKIT_SCROLLBARS as such (not mentioning + "X") to avoid confusion. + + * configure: Regenerate. + +2008-09-07 Romain Francoise + + * make-dist: Distribute doc/man/ChangeLog. + +2008-08-28 Chong Yidong + + * configure.in: Disable XFT and Freetype when without X. + + * configure: Regenerate. + +2008-08-24 Dan Nicolaescu + + * configure.in (NS_IMPL_GNUSTEP): Increase pure size. + +2008-08-21 Christian Faulhammer (tiny change) + + * configure.in (GNUSTEP_SYSTEM_HEADERS): Define + GNUSTEP_SYSTEM_HEADERS and GNUSTEP_SYSTEM_LIBRARIES. + + * configure: Regenerate. + +2008-08-20 Eli Zaretskii + + * configure.in: Move "#define subprocesses" before + config_opsysfile is included. + +2008-08-19 Kenichi Handa + + * INSTALL (Extra fonts): Mention local fonts, don't mention + mule-unicode. + +2008-08-16 Chong Yidong + + * make-dist: Omit info/.arch-inventory. + +2008-08-16 Jason Rumney + + * make-dist (tempdir/nt): Link emacsclient.rc. + +2008-08-07 Dan Nicolaescu + + * configure.in (LIB_SRC_EXTRA_INSTALLABLES): New variable. + AC_SUBST it. + (GNU_OBJC_CFLAGS): Define as a shell variable instead of #define. + AC_SUBST it. + (OTHER_FILES): Always define for HAVE_NS. + (C_SWITCH_X_SYSTEM): Don't define as empty for NS_IMPL_COCOA. + * configure: Regenerate. + +2008-08-07 Andreas Schwab + + * configure.in: Correctly handle + --enable-cocoa-experimental-ctrl-g=no and + --enable-ns-self-contained=yes. + +2008-08-06 Adrian Robert + + * configure.in (NS_HAVE_INTEGER): Rename to NS_HAVE_NSINTEGER. + (C_SWITCH_X_SYSTEM): Drop -MMD -MP under NS_IMPL_GNUstep. Don't + bother undef'ing since won't have desired effect. + +2008-08-06 Andreas Schwab + + * configure.in: Fix quoting. + +2008-08-06 Chong Yidong + + * configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change. + +2008-08-05 Ulrich Mueller + + * configure.in: Add checks for krb5_error.text and + krb5_error.e_text struct members. + +2008-08-04 Chong Yidong + + * configure.in: Test for existence of NSInteger. + Suggested by Yavor Doganov. + +2008-08-02 Romain Francoise + + * Makefile.in (INFO_FILES): Add mairix-el. + +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 Yavor Doganov (tiny change) + + * configure.in: Fix typo in GNUSTEP_MAKEFILES setting for HAVE_NS + compilation under GNUstep. + +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. + +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 + + Changes and additions for NeXTstep windowing system (Cocoa and + GNUstep) support. + + * configure.in: Add support for NS window system: --with-ns (default + off), --enable-ns-app, --enable-cocoa-experimental-ctrl-g; improve add + sparc detection for FreeBSD variants, checks for Cocoa and GNUstep, + disable font backend if window system is "none", not if !HAVE_X11. + * Makefile.in: Add ns-emacs to INFO_FILES, add ns_appdir variable. + (install-arch-dep): Add commands to assemble NS .app package. + +2008-07-10 Dan Nicolaescu + + * configure.in: Use macppc for Darwin. Remove references to + desupported systems. + * configure: Regenerate. + +2008-07-05 Glenn Morris + + * make-dist (EMACS): Doc fix. + (lisp): There are no *.dat or image files here any more. + (src): There are no *.s files here any more. + (etc/images, etc/images/*): Link to most regular files. + +2008-07-04 Emanuele Giaquinta (tiny change) + + * configure.in: Remove reference to deleted $USE_FONT_BACKEND. + +2008-07-01 Glenn Morris + + * configure.in (cpp_undefs): Rename from `undefs', update uses. + Use $srcdir rather than $top_srcdir. Set before calling AC_OUTPUT, + and explicitly export there. (Bug#507.) + +2008-06-26 Dan Nicolaescu + + * configure.in: + * configure: Remove references to obsolete systems. + +2008-06-25 Stefan Monnier + + * Makefile.in (Makefile): Use it for its timestamp value as well, and + make it depend on all other */.in files. + (src/Makefile, src/config.stamp, lib-src/Makefile) + (doc/emacs/Makefile, doc/misc/Makefile, doc/lispref/Makefile) + (doc/lispintro/Makefile, oldXMenu/Makefile, lwlib/Makefile) + (leim/Makefile, lisp/Makefile): Remove those overlapping targets. + (leim, ${SUBDIR}, blessmail): Only depend on Makefile now. + + * configure.in: Don't create src/config.stamp any more. + +2008-06-22 Stefan Monnier + + * Makefile.in (${SUBDIR}): Pass additional BOOTSTRAPEMACS argument. + +2008-06-22 Glenn Morris + + * Makefile.in (top_bootclean): Remove obsolete references to lock/. + +2008-06-21 Romain Francoise + + * Makefile.in (INFO_FILES): Add sasl. + +2008-06-21 Stefan Monnier + + * Makefile.in (maybe_bootstrap, src/bootstrap-emacs${EXEEXT}) + (bootstrap-build): Remove. + (top_bootclean): New var. + (top_distclean, bootstrap-clean): Use it. + (bootstrap): Don't recheck config. Make normally. + +2008-06-20 Stefan Monnier + + * Makefile.in (SUBDIR): Include `lisp'. + (lisp): Depend on `src'. + (top_distclean): Don't remove config.status. + (bootstrap-clean): New target. + (maintainer-clean): Use it. + (bootstrap): Use bootstrap-clean. Re-run config.status. + (src/bootstrap-emacs${EXEEXT}): New target. + (bootstrap-build): Use it. Don't use bootstrap-prepare because + src/Makefile now takes care of it. + (bootfast, bootstrap-clean-before, bootstrap-clean-before-fast): Remove. + +2008-06-15 Glenn Morris + + * info/dir: Add sasl. + +2008-06-09 Alan Mackenzie + + * INSTALL.CVS: Clarify why `make bootstrap' sometimes fails. + +2008-06-08 Eric S. Raymond + + * INSTALL.CVS: Indicate when "cvs update -d" may be needed. + +2008-06-07 Glenn Morris + + * Makefile.in (bootstrap-build): Remove mostlyclean, since it seems to + serve no purpose. + +2008-06-01 Dan Nicolaescu + + * configure.in (USE_LUCID, USE_MOTIF): Don't use "==". + * configure: Regenerate. + +2008-05-28 Stefan Monnier + + * update-subdirs: Don't touch subdirs.el if it is unchanged. + +2008-05-14 Kenichi Handa + + * configure: Regenerate. + + * configure.in: Don't handle --disable-font-backend. Don't print + a message about a font backend. + +2008-05-09 Glenn Morris + + * configure.in: Make absence of makeinfo a fatal error only if the info + files don't exist. + * Makefile.in (install-arch-indep, info): Handle MAKEINFO == off. + +2008-05-07 Eli Zaretskii + + * config.bat: Fix last change: don't use < and > in "rem" lines, + they are interpreted as redirection by DOS shells. + +2008-05-04 YAMAMOTO Mitsuharu + + * configure.in: Check availability of AvailabilityMacros.h + if HAVE_CARBON. + + * configure: Regenerate. + +2008-05-03 Glenn Morris + + * configure.in (x_libraries): Remove standard 64-bit directories - + experimental workaround for minor autoconf bug. + + * configure.in (--without-makeinfo): New option. If set, + absence of suitable makeinfo is not a fatal error. + * Makefile.in (MAKEINFO): New, set by configure. + (install-arch-indep): Without makeinfo, ignore any missing manuals. + (info-real): New target. + (info): Without makeinfo, do nothing, else call `info-real'. + +2008-04-23 Dan Nicolaescu + + * configure.in: Remove hpux10.20 from the desupported list. + +2008-04-18 Stefan Monnier + + * configure.in: Define USE_LUCID/USE_MOTIF in config.h. + +2008-04-16 Stefan Monnier + + * configure.in (SYNC_INPUT): Use OPTION_DEFAULT_ON and AC_DEFINE + rather than change CPPFLAGS. + (HAVE_GTK): Rename to USE_GTK. + +2008-04-16 Yavor Doganov (tiny change) + + * configure.in: Replace the obsolete macros AC_AIX and + AC_GNU_SOURCE with AC_USE_SYSTEM_EXTENSIONS. + +2008-04-05 Andreas Schwab + + * configure.in: No longer create admin/unidata/Makefile. + +2008-03-28 Andreas Schwab + + * Makefile.in (SUBDIR_MAKEFILES): Add lisp/Makefile. + (lisp/Makefile): New rule. + +2008-03-13 Glenn Morris + + * configure.in (AC_INIT): Fix version number. + (sync-input): Reword the option, since it's on by default. + +2008-03-11 Jan Djärv + + * configure.in: Add --enable-sync-input, default yes. + +2008-03-11 Glenn Morris + + * Makefile.in (install-etc, mkdir): Handle directory + etc/images/icons/hicolor/*/mimetypes/. + + * make-dist: Handle icons/hicolor/scalable directory. + +2008-03-05 Glenn Morris + + * configure.in: Enable font-backend by default. + (USE_FONT_BACKEND): Set to "no" in absence of X. + (PKG_CONFIG): Don't set multiple times, once is enough. + (HAVE_FREETYPE, HAVE_LIBOTF, HAVE_M17N_FLT): Tweak config.in text. + +2008-03-03 Glenn Morris + + * Makefile.in (iconsrcdir): New variable. + (install-etc, mkdir): Use $iconsrcdir. Handle the `scalable' icon + directory. + +2008-02-29 Glenn Morris + + * test/: New directory. + +2008-02-27 Jan Djärv + + * configure.in (HAVE_GTK): Print a warning if gtk version is < 2.10. + +2008-02-25 Dan Nicolaescu + + * configure.in: Print an error for systems that we think are obsolete + and are proposed to be removed. Remove some more unused systems. + +2008-02-24 Dan Nicolaescu + + * configure.in: Remove references to obsolete variables and systems. + +2008-02-21 Glenn Morris + + * Makefile.in (set_installuser): New. + (install-arch-indep): Use set_installuser to avoid duplicate code. + + * README.unicode: Split into admin/notes/unicode,font-backend and + remove. + +2008-02-10 Matthew Luckie (tiny change) + + * configure.in (arm*-*-freebsd*): Add. + +2008-02-09 Dan Nicolaescu + + * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code + dealing with obsolete variables. + +2008-02-08 Glenn Morris + + * Makefile.in (check-info-dir): New target. + +2008-02-08 Michael Olson + + * Makefile.in (INFO_FILES): Add epa. + + * info/dir: Add EasyPG Assistant manual to the "Emacs misc + features" section. + +2008-02-06 Glenn Morris + + * configure.in (--with-gcc): Give an error saying this option has + been removed. + (--with-gtk): Remove this option. + +2008-02-06 Tom Tromey + + * configure.in (--with-gcc): Remove. + * INSTALL (DETAILED BUILDING AND INSTALLATION): Remove --with-gcc. + +2008-02-05 Ulrich Mueller + + * INSTALL: Recommend giflib, not libungif. + +2008-02-05 Tom Tromey + + * configure.in (--with-dbus): Default to enabled. + +2008-02-05 Kenichi Handa + + * INSTALL (Complex Text Layout support libraries): New section. + +2008-02-04 Dan Nicolaescu + + * make-dist: Remove references to files in mac/ that have been + deleted. + +2008-02-02 Thien-Thi Nguyen + + * configure.in: For libotf and m17n-flt checks, set shell vars + HAVE_LIBOTF and HAVE_M17N_FLT instead of pkg_check_libotf and + pkg_check_m17n_flt, respectively, for the sake of the summary output. + Reported by Ulrich Mueller. + +2008-02-02 Eli Zaretskii + + * configure.in: If admin/unidata/UnicodeData.txt is present, copy + admin/unidata/Makefile.in to Makefile. + +2008-02-02 Glenn Morris + + * configure.in (HAVE_XFT): Ensure it is either "yes" or "no". + (USE_FONT_BACKEND, HAVE_FREETYPE, HAVE_M17N_FLT, HAVE_LIBOTF) + (HAVE_XFT): Add "Does Emacs use..." messages at end. + +2008-02-01 Miles Bader + + * configure.in: Use OPTION_DEFAULT_ON for [freetype], [xft], + [libotf], and [m17n-flt] options. + +2008-02-01 Kenichi Handa + + * configure.in: Add EMACS_ARG_N([libotf]...), and + EMACS_ARG_N([m17n-flt]. Set back OLD_CPPFLAGS to CPPFLAGS (not + CFLAGS) in XFT checking part. Don't alter C_SWITCH_X_SITE, + CFLAGS, and LIBS in checking of m17n-flt. + +2008-02-01 Kenichi Handa + + * configure.in: Check the availability of m17n-flt library. + +2008-02-01 Kenichi Handa + + * configure.in: Don't define HAVE_LIBOTF if OTF_get_features is + not available. + +2008-02-01 Kenichi Handa + + * configure.in: New args --enable-font-backend, --with-xft, + --with-freetyp. New AC_DEFINEs USE_FONT_BACKEND, HAVE_XFT, + HAVE_FREETYPE, HAVE_LIBOTF. New AC_SUBSTs XFT_LIBS, + FREETYPE_CFLAGS, FREETYPE_LIBS, FONTCONFIG_CFLAGS, + FONTCONFIG_LIBS, LIBOTF_CFLAGS, LIBOTF_LIBS. + +2008-02-01 Kenichi Handa + + * make-dist: Include etc/charsets in tarball. + +2008-02-01 Kenichi Handa + + * configure.in: While running cpp on junk.c, include + -DHAVE_UNIDATA in CPPFLAGS if admin/unidata/UnicodeData.txt + exists. + +2008-01-29 Dan Nicolaescu + + * configure.in (xtensa): Match more configurations. + +2008-01-27 Dan Nicolaescu + + * configure.in: Update comment. + +2008-01-26 Glenn Morris + + * configure.in (--without-gcc): By default, neither off nor on. + (--with-carbon): Tone down rhetoric in help text. + +2008-01-25 Glenn Morris + + * configure.in: Correct usage of OPTION_DEFAULT_ON, + OPTION_DEFAULT_OFF so that the defaults are as they used to be. + Default `Carbon' to off (it's unsupported). + +2008-01-24 Glenn Morris + + * configure.in: Standardize dbus-related messages. + +2008-01-23 Michael Olson + + * configure.in (pkg-config-prog): Remove initial whitespace. + +2008-01-23 Tom Tromey + + * configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros. + (EMACS_ARG_Y, EMACS_ARG_N): Remove. + Update all users. + +2008-01-21 Dan Nicolaescu + + * config.guess, config.sub: Updated from master source. + +2008-01-17 Andreas Schwab + + * configure.in (HAVE_LIB64_DIR): Rename from HAVE_X86_64_LIB64_DIR. + +2008-01-17 Glenn Morris + + * configure.in (HAVE_X86_64_LIB64_DIR): Also set on s390x systems. + +2008-01-16 Dan Nicolaescu + + * configure.in: Remove more references to unsupported systems. + +2008-01-16 Sven Joachim + + * make-dist: Add --lzma. + +2008-01-16 Glenn Morris + + * Makefile.in (maybe_bootstrap): Remove texinfo message, since + configure checks for this. + +2008-01-13 Dan Nicolaescu + + * configure.in: Remove more references to unsupported systems. + +2008-01-06 Romain Francoise + + * configure.in: Delete extra semicolons. + +2008-01-06 Dan Nicolaescu + + * configure.in: Remove references to unsupported systems. + +2008-01-05 Romain Francoise + + * make-dist: Add --bzip2. Update copyright. + 2008-01-05 Dan Nicolaescu * configure.in: Remove support for Masscomp. @@ -17,35 +679,29 @@ * configure.in: D-Bus is not enabled by default. -2007-12-06 Jan Dj,Ad(Brv +2007-12-06 Jan Djärv * configure.in: Add AC_CONFIG_SRCDIR which was lost in the previous change. -2007-12-04 Jan Dj,Ad(Brv +2007-12-04 Jan Djärv - * configure.in: Give package name and verision to AC_INIT. + * configure.in: Give package name and version to AC_INIT. 2007-12-03 Magnus Henoch * configure.in: Use PKG_CHECK_MODULES to check for D-Bus. - * configure: Regenerate. - 2007-12-03 Michael Albinus * configure.in: No need for DBUS_INFO anymore. - * configure: Regenerate. - * Makefile.in (INFO_FILES): Use dbus unconditionally. 2007-12-02 Michael Albinus * configure.in: Add D-Bus checks. D-Bus is disabled by default. - * configure: Regenerate. - * Makefile.in (INFO_FILES): Add dbus. 2007-12-02 Romain Francoise @@ -71,8 +727,7 @@ 2007-11-20 Andreas Schwab - * configure.in: Always include when checking for - res_init. + * configure.in: Always include when checking for res_init. 2007-11-17 Andreas Schwab @@ -86,7 +741,7 @@ * configure.in: Deprecate Mac Carbon port. -2007-11-01 Jan Dj,Ad(Brv +2007-11-01 Jan Djärv * configure.in: Remove HAVE_X11R5 check. @@ -179,7 +834,7 @@ * configure.in: Use AS_HELP_STRING throughout. * configure: Regenerate. -2007-09-02 Jan Dj,Ad(Brv +2007-09-02 Jan Djärv * configure.in: Require Gtk/Glib 2.6. @@ -205,7 +860,7 @@ * README.multi-tty: Move to admin/notes/multi-tty, with some edits. -2007-08-29 K,Aa(Broly L$,1 q(Brentey +2007-08-29 Károly Lőrentey * README.multi-tty: New file. @@ -213,7 +868,7 @@ * README: Increase version to 23.0.50. -2007-08-29 Jan Dj,Ad(Brv +2007-08-29 Jan Djärv * configure.in: New option: --without-xaw3d. @@ -248,7 +903,7 @@ * COPYING, info/COPYING: Switch to GPLv3. -2007-06-20 Jan Dj,Ad(Brv +2007-06-20 Jan Djärv * configure.in: Complain if X seems to be installed but no development files were found. @@ -257,11 +912,11 @@ * configure.in: Prefer libgif over libungif. -2007-06-14 Jan Dj,Ad(Brv +2007-06-14 Jan Djärv * configure.in: Check for all image libraries before exiting. -2007-06-13 Jan Dj,Ad(Brv +2007-06-13 Jan Djärv * configure.in: Exit with error if image libraries aren't found. @@ -274,7 +929,7 @@ * configure.in (HAVE_GIF): If -lungif fails, try -lgif. -2007-06-11 Jan Dj,Ad(Brv +2007-06-11 Jan Djärv * configure.in: Change wording about yes/gtk and lucid/athena being synonyms. @@ -301,8 +956,7 @@ 2007-05-22 Andreas Schwab - * configure.in: Prefer build_alias over host when host_alias is - not set. + * configure.in: Prefer build_alias over host when host_alias is not set. * configure: Regenerate. 2007-05-20 Andreas Schwab @@ -318,7 +972,7 @@ 2007-05-20 Nick Roberts - * configure.in (AC_CHECK_HEADERS) Add gpm.h. + * configure.in (AC_CHECK_HEADERS): Add gpm.h. (AC_CHECK_LIB): Add -lgpm. * configure: Regenerate. @@ -328,8 +982,7 @@ 2007-04-27 Andreas Schwab - * Makefile.in (config.status): Depend on - ${srcdir}/lisp/version.el. + * Makefile.in (config.status): Depend on ${srcdir}/lisp/version.el. 2007-04-26 Glenn Morris @@ -388,7 +1041,7 @@ * configure: Regenerate. -2007-03-18 Jan Dj,Ad(Brv +2007-03-18 Jan Djärv * configure.in: Warning for Gtk+ and Cygwin added. (HAVE_XFT): OLD_CFLAGS changed to OLD_CPPFLAGS. @@ -424,7 +1077,7 @@ * configure: Regenerate. -2007-01-26 Jan Dj,Ad(Brv +2007-01-26 Jan Djärv * configure.in: Add check for libXft. @@ -457,12 +1110,12 @@ * configure: Regenerate with autoconf 2.61. -2006-12-20 Jan Dj,Ad(Brv +2006-12-20 Jan Djärv * configure.in: Detect alsa/asoundlib.h also. * configure: Regenerate. -2006-12-19 Jan Dj,Ad(Brv +2006-12-19 Jan Djärv * configure.in: Check if GTK+ compiles at all. @@ -475,7 +1128,7 @@ * configure.in: Add support for Solaris 10 on x86-64. -2006-12-08 Jan Dj,Ad(Brv +2006-12-08 Jan Djärv * INSTALL (DETAILED BUILDING AND INSTALLATION): Document usage of PKG_CONFIG_PATH. @@ -508,7 +1161,7 @@ 2006-11-08 YAMAMOTO Mitsuharu * configure.in: Prefer X11 to Carbon only when some X-specific - option is specified (Thanks to Jan Dj,Ad(Brv and Andreas Schwab). + option is specified (Thanks to Jan Djärv and Andreas Schwab). 2006-11-04 Romain Francoise @@ -617,7 +1270,7 @@ * INSTALL: Mention www.nongnu.org pages that list free Unicode fonts. -2006-05-18 Jan Dj,Ad(Brv +2006-05-18 Jan Djärv * configure.in: Add check for ALSA. @@ -658,7 +1311,7 @@ * configure.in (s390x-*-linux-gnu*): New configuration. -2006-01-31 Jan Dj,Ad(Brv +2006-01-31 Jan Djärv * configure.in: Require GTK 2.4 or newer. @@ -798,7 +1451,7 @@ Update FSF's address in GPL notices. -2005-06-19 J,Ai(Br,At(Bme Marant +2005-06-19 Jérôme Marant * Makefile.in (epaths-force): Protect both lisppath and buildlisppath from whitespace. @@ -807,11 +1460,11 @@ * configure.in: Support Darwin/MacOSX on Intel -2005-06-06 Jan Dj,Ad(Brv +2005-06-06 Jan Djärv * configure.in (HAVE_CANCELMENUTRACKING): New test. -2005-05-11 J,Ai(Br,At(Bme Marant +2005-05-11 Jérôme Marant * configure.in: Add --enable-locallisppath. @@ -821,7 +1474,7 @@ Check HAVE_CARBON before USE_TOOLKIT_SCROLL_BARS. Define USE_TOOLKIT_SCROLL_BARS by default if HAVE_CARBON is set to yes. -2005-05-07 J,Ai(Br,At(Bme Marant +2005-05-07 Jérôme Marant * make-dist: Remove references to makefile.nt and makefile.def. Include widgets and images subdirectories of etc. Do not exclude @@ -851,11 +1504,11 @@ * configure.in : Don't let a special LessTif/Motif1.2 install shadow the main Lesstif/Motif-2.1 libs and includes. -2005-03-10 Jan Dj,Ad(Brv +2005-03-10 Jan Djärv * configure.in: Only add XASSERTS to cppflags. -2005-03-04 Jan Dj,Ad(Brv +2005-03-04 Jan Djärv * configure.in: Added --enable-asserts. @@ -883,7 +1536,7 @@ * configure.in (INLINE, RE_TRANSLATE_P): Move patches mistakenly committed to src/config.in. -2004-12-07 Jan Dj,Ad(Brv +2004-12-07 Jan Djärv * configure.in: If $HAVE_GTK_FILE_CHOOSER = yes, check for pthreads and define HAVE_GTK_AND_PTHREAD. @@ -921,14 +1574,14 @@ * configure.in: Add check for getrusage. -2004-11-02 Jan Dj,Ad(Brv +2004-11-02 Jan Djärv * configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): New tests for new and old GTK file dialogs. (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set to no. -2004-10-20 Jan Dj,Ad(Brv +2004-10-20 Jan Djärv * configure.in (HAVE_PERSONALITY_LINUX32): New test if PER_LINUX32 can be set. Remove SETARCH test. @@ -937,12 +1590,12 @@ * configure.in (HAVE_MALLOC_MALLOC_H): Test for malloc/malloc.h -2004-10-06 Jan Dj,Ad(Brv +2004-10-06 Jan Djärv * configure.in (HAVE_RANDOM_HEAPSTART): Change AC_MSG_ERROR to AC_MSG_WARN. Move output of warning message to end of configure run. -2004-10-05 Jan Dj,Ad(Brv +2004-10-05 Jan Djärv * configure.in (HAVE_RANDOM_HEAPSTART): Rename HAVE_EXECSHIELD. Run test to see if heap start address is random. @@ -952,11 +1605,11 @@ * configure.in (HAVE_EXECSHIELD): Test correct env variable to see if setarch is present. -2004-09-25 Jan Dj,Ad(Brv +2004-09-25 Jan Djärv * configure.in (HAVE_EXECSHIELD): Only define on x86. -2004-09-24 Jan Dj,Ad(Brv +2004-09-24 Jan Djärv * configure.in: Check for exec-shield. @@ -1062,7 +1715,7 @@ * configure.in : Use fink packages if available. -2004-01-25 J,Ai(Br,At(Bme Marant (tiny change) +2004-01-25 Jérôme Marant (tiny change) * make-dist (lispref): Do include lispref/index.texi. @@ -1084,7 +1737,7 @@ * configure.in: Check for . Include it before including . Move check for before its use. -2003-12-24 Jan Dj,Ad(Brv +2003-12-24 Jan Djärv * Makefile.in (install-arch-dep): Don't let cd output go into pipe for carbon_appdir. @@ -1098,7 +1751,7 @@ * configure.in (powerpc-apple-darwin*): Use ${CC-cc} instead of hardcoding gcc. -2003-11-16 Jan Dj,Ad(Brv +2003-11-16 Jan Djärv * configure.in (HAVE_GTK_MULTIDISPLAY): Check if GTK can handle multiple displays. @@ -1212,16 +1865,16 @@ * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*. -2003-04-28 Francesco Potort,Al(B +2003-04-28 Francesco Potortì - * configure.in: Undo last (RMS') change, as it is useless, per + * configure.in: Undo last (RMS') change, as it is useless, per Dave Love. 2003-04-08 Richard M. Stallman * configure.in: Put #include of jpeglib.h at start of line. -2003-04-30 Kai Gro,A_(Bjohann +2003-04-30 Kai Großjohann * INSTALL (* GNU/Linux development packages): Mention Debian and RedHat package names. @@ -1230,12 +1883,12 @@ * configure.in: Handle system types sysv5uw* and sysv5OpenUNIX*. -2003-04-30 Kai Gro,A_(Bjohann +2003-04-30 Kai Großjohann * INSTALL (* GNU/Linux development packages): Tell people to install additional packages for compiling Emacs. -2003-04-06 Francesco Potort,Al(B +2003-04-06 Francesco Potortì * configure.in: Use the same configuration for all aix5, not just aix5.1. @@ -1284,17 +1937,17 @@ * Makefile.in (bootstrap): Make bootstrap-after. -2003-01-20 Jan Dj,Ad(Brv +2003-01-20 Jan Djärv * configure.in: Fix --with-gtk. -2003-01-19 Jan Dj,Ad(Brv +2003-01-19 Jan Djärv * 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 +2003-01-14 Francesco Potortì * configure.in (m68k-motorola-sysv): Remove (obsolete). @@ -1360,7 +2013,7 @@ * configure.in (*-sunos5*, *-solaris*): Use sol2-8. -2002-11-14 Francesco Potort,Al(B +2002-11-14 Francesco Potortì * configure.in (*-sunos5.8*, *-solaris2.8*): New configurations. @@ -1385,7 +2038,7 @@ 2002-10-30 Dave Love - * configure.in: Require autoconf 2.53. Test for pty.h, + * configure.in: Require autoconf 2.53. Test for pty.h, sys/mman.h, sys/param.h, mremap, memmove. (AH_BOTTOM): Maybe include strings.h. Add local variables for mode. (AC_PROG_YACC): Delete. @@ -1422,7 +2075,7 @@ (*-sunos5.6*, *-solaris2.6*): New alternative. (*-sunos5*): Use version 2.6 as default. -2002-09-06 Kai Gro,A_(Bjohann +2002-09-06 Kai Großjohann * configure.in: Fix typo. @@ -1457,15 +2110,15 @@ * configure.in (gamedir): Handle it like lispdir. (--with-game-dir option): Delete. -2002-06-21 Pavel Jan,Am(Bk +2002-06-21 Pavel Janík * configure.in: Add support for mipseb-*-netbsd* machines. -2002-06-18 Kai Gro,A_(Bjohann +2002-06-18 Kai Großjohann * Makefile.in (install-arch-indep, uninstall): Add Tramp. -2002-06-17 Kai Gro,A_(Bjohann +2002-06-17 Kai Großjohann * info/dir (File): Add an entry for Tramp. @@ -1489,7 +2142,7 @@ * configure.in (emacs_cv_speed_t): Add square brackets for clarity. -2002-05-04 Pavel Jan,Am(Bk +2002-05-04 Pavel Janík * make-dist: Do not distribute lock/ directory. @@ -1503,7 +2156,7 @@ * configure.in: Delete configure check for access to the game user. -2002-04-29 Pavel Jan,Am(Bk +2002-04-29 Pavel Janík * make-dist: lwlib/Imakefile is removed. @@ -1514,7 +2167,7 @@ * make-dist: Create directories in mac/Emacs.app. -2002-04-25 Pavel Jan,Am(Bk +2002-04-25 Pavel Janík * make-dist: lwlib-Xol* are removed. @@ -1541,7 +2194,7 @@ * configure.in: Add --game-dir, --game-user. Test to see if we can use them. -2002-04-08 Pavel Jan,Am(Bk +2002-04-08 Pavel Janík * configure.in: Add --with-sound. @@ -1554,7 +2207,7 @@ * configure.in: Support AIX 5.1. -2002-03-10 Jan Dj,Ad(Brv +2002-03-10 Jan Djärv * configure.in: Added test for X Session Management (HAVE_X_SM). @@ -1629,7 +2282,7 @@ * configure.in (hppa*-*-linux-gnu*): New alternative. -2001-12-08 Pavel Jan,Am(Bk +2001-12-08 Pavel Janík * make-dist: Copy COPYING to leim/, lwlib/, mac/ and nt/ when creating distribution. @@ -1642,12 +2295,12 @@ (HAVE_DES_H, HAVE_KRB5_H): Properly quote args of AC_CHECK_HEADERS; this is required by recent Autoconf versions. -2001-12-02 Pavel Jan,Am(Bk +2001-12-02 Pavel Janík * make-dist: Do not try to link removed files (aclocal.m4, _emacs, TODO, vms-pp.trans and others). -2001-11-29 Pavel Jan,Am(Bk +2001-11-29 Pavel Janík * make-dist: Use COPYING from the top-level directory. @@ -1655,7 +2308,7 @@ * configure.in: Add support for FreeBSD/Alpha. -2001-11-29 Pavel Jan,Am(Bk +2001-11-29 Pavel Janík * make-dist: Add COPYING to the top-level directory of the distribution. Simplify the logic behind copying. @@ -1700,7 +2353,7 @@ 2001-11-22 Colin Walters * Makefile.in (install-arch-indep): Install the calc .info files. - (uninstall): Handle deletion of calc .info files (thanks Pavel Jan,Am(Bk). + (uninstall): Handle deletion of calc .info files (thanks Pavel Janík). 2001-11-17 Eli Zaretskii @@ -1711,14 +2364,14 @@ * configure.in: Add coff.h to the list in AC_CHECK_HEADERS. -2001-11-15 Pavel Jan,Am(Bk +2001-11-15 Pavel Janík * Makefile.in (uninstall): Fix previous change. * configure.in, Makefile.in: Add support for --program-prefix, --program-suffix and --program-transform-name options. -2001-11-13 Pavel Jan,Am(Bk +2001-11-13 Pavel Janík * Makefile.in (install-arch-indep): Use `${manext}' instead of `.1'. (install-arch-indep): Install emacsclient manual page. @@ -1727,9 +2380,9 @@ 2001-11-12 Eli Zaretskii * make-dist: Add lispref/index.*perm files to the distribution. - From Pavel Jan,Am(Bk . + From Pavel Janík . -2001-11-12 Pavel Jan,Am(Bk +2001-11-12 Pavel Janík * Makefile.in (uninstall): Remove gfdl.1 when uninstalling. @@ -1766,10 +2419,10 @@ * configure.in: Added a check for . -2001-11-01 Pavel Jan,Am(Bk +2001-11-01 Pavel Janík * configure.in: Reindent --help output. - From Per Starback (starback@ling.uu.se). + From Per Starbäck (starback@ling.uu.se). 2001-10-31 Eli Zaretskii @@ -2063,7 +2716,7 @@ them into a single category. Add menu items for RefTeX and Widget. -2000-10-29 Kai Gro,A_(Bjohann +2000-10-29 Kai Großjohann * Makefile.in (install-arch-indep): Use --info-dir instead of --dir-file, and a simple argument instead of --info-file, so that @@ -3172,7 +3825,7 @@ 1997-04-09 Marcus G. Daniels - * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC, + * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC, in case it is desirable to disable the GNU malloc features with glibc. 1997-04-08 Marcus G. Daniels @@ -3896,7 +4549,7 @@ 1995-06-22 Paul Eggert * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for - SunOS 4.1.5 thorugh 4.1.9, should they ever exist.) + SunOS 4.1.5 through 4.1.9, should they ever exist.) 1995-06-22 Paul Eggert @@ -4007,7 +4660,7 @@ Use bsd4-3. Don't set NON_GNU_CPP. * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src. - In nt. copy various different things, but not *.cmd. + In nt, copy various different things, but not *.cmd. Fix the ln commands for the subdirs of nt. 1995-04-29 Richard Stallman @@ -4019,7 +4672,7 @@ * configure.in (*-sun-sunos4.1.3*): Use shared libraries, since that's what the header file expects. -1995-04-24 Francesco Potort,Al(B (pot@cnuce.cnr.it) +1995-04-24 Francesco Potortì (pot@cnuce.cnr.it) * configure.in (m68k-motorola-sysv*): Distinguish between 68030 and 68040 based machines when choosing options for gnucc. @@ -4594,7 +5247,7 @@ 1994-05-03 Morten Welinder (terra@diku.dk) * config.bat: Added possibility for different file name - transscriptions in lib-src. + transcriptions in lib-src. 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -5229,7 +5882,7 @@ and #define HAVE_AIX_SMT_EXP if we do. This is present in some versions of AIX, and needs to be passed to the loader. - * configure.in: Test for the availablility of the + * configure.in: Test for the availability of the XScreenResourceString function. 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu) @@ -5502,7 +6155,7 @@ * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src targets to be executed even if make remembers that it has already - stisfied FRC. + satisfied FRC. 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -6400,7 +7053,7 @@ 1992-08-14 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) - * make-dist: taught it about vcdiff and rcs2log, added --newer + * make-dist: Taught it about vcdiff and rcs2log, added --newer option for generating incremental distributions. Stopped it from generating a TAGS file into the distribution; that sucker is *big*, and easily enough generated with the toplevel makefile. @@ -6529,7 +7182,7 @@ * make-dist: Check the flag called "make_tar", not "make_dir"; the latter, being a typo, is always false, resulting in a program - whose default behaviour is to painstakingly build a copy of the + whose default behavior is to painstakingly build a copy of the source tree, and then delete it. Rah. * Makefile.in: Add dist target, and comment for it. @@ -6556,7 +7209,7 @@ * Makefile.in: Use 'buildlisppath' instead of 'dumplisppath', since the former is recognizable even if you don't know what 'dumping' is. - * configure: Accomodate that change. + * configure: Accommodate that change. * configure: Accept options for all of the directories you can change in the Makefile. @@ -6796,19 +7449,20 @@ to match build-install and paths.h. ;; Local Variables: -;; coding: iso-2022-7bit +;; coding: utf-8 ;; add-log-time-zone-rule: t +;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s" ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, - 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2003, 2004, 2005, 2006, 2007, 2008 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 @@ -6816,8 +7470,6 @@ 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 . ;;; arch-tag: ac61a779-1480-4884-b292-d0c39c127a73